* {padding: 0; margin: 0; box-sizing: border-box;}
ol, ul {margin: 0; list-style: none;}
h1,h2,h3,h4,h5,h6 {margin: 0; color: var(--black); font-weight: 700;}
h1 {font-size: 45px; line-height: 52px;}
h2 {font-size: 36px; line-height: 42px;}
h3 {font-size: 32px; line-height: 38px;}
h4 {font-size: 24px; line-height: 30px;}
h5 {font-size: 20px; line-height: 25px;}
h6 {font-size: 16px; line-height: 22px;}
p {margin: 0; font-size: 16px; line-height: 24px; color: var(--grey);}
a {text-decoration: none; color: #000000; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
figure {display: block; margin: 0;}
img {max-width: 100%; height: auto; display: block;}
.clear {clear: both; display: block; height: 0;}
.clearfix:after {content: ''; clear: both; display: block; height: 0;}
.d-flex {display: flex;/* display: -webkit-flex; */}
.flex {flex: 1;}
.flex-wrap {flex-wrap: wrap; -webkit-flex-wrap: wrap;}
.flex-row-reverse {flex-direction: row-reverse; -webkit-flex-direction: row-reverse;}
.flex-direction-row {flex-direction: row; -webkit-flex-direction: row;}
.flex-direction-column {flex-direction: column; -webkit-flex-direction: column;}
.flex-align-center {justify-content: center; -webkit-justify-content: center;}
.flex-align-justify {justify-content: space-between; -webkit-justify-content: space-between;}
.flex-valign-center {align-items: center; -webkit-align-items: center;}
.flex-align-end {justify-content: end; -webkit-justify-content: end;}
.ml-auto {margin-left: auto;}
.btn {background: #419645; border-radius: 4px; font-size: 18px; font-weight: 500; color: var(--white); border: 0 none; outline: none; width: 295px; height: 45px; display: block; text-align: center; border: 1px solid #419645; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.btn:hover {background: var(--white); color: var(--black);}
.paragraph {line-height: 25px; font-weight: 300;}
.col-100 {width: 100%;}
.col-75 {width: 75%;}
.col-67 {width: 66.66%;}
.col-60 {width: 60%;}
.col-55 {width: 55%;}
.col-50 {width: 50%;}
.col-45 {width: 45%;}
.col-40 {width: 40%;}
.col-25 {width: 25%;}
.col-33 {width: 33.33%;}
.col-20 {width: 20%;}
.col-30 {width: 30%;}
.text-center {text-align: center;}
.text-left {text-align: left !important;}
.mb-0 {margin-bottom: 0 !important;}
.pr-30 {padding-right: 30px;}
.pl-30 {padding-left: 30px;}
.mb-10 {margin-bottom: 10px !important;}
.mb-25 {margin-bottom: 25px;}
.mt-25 {margin-top: 25px;}
.relative {position: relative;}
html, body, .wrapper {width: 100%; height: 100%;}

:root {
    --black: #000000;
    --green: #379d47;
    --green-1 : #74c476;
    --yellow: #f7cd0f;
    --white: #ffffff;
    --grey: #4d4d4d;
    --light-gray: #e6e6e6;
    --light-gray1: #666666;
    --light-gray2: #fbfaff;
    --card-bg1: #238b45;
    --card-bg2: #fffede;
    --card-bg3: #41ab5d;
    --card-bg4: #ffffb7;
    --card-bg5: #74c476;
    --card-bg6: #fff192;
    --card-bg7: #a1d99b;
    --card-bg8: #ffea61;
    --card-bg9: #c7e9c0;
    --card-bg10: #ffdd3c;        

}
.slick-initialized .slick-slide { outline: none;}
html {scroll-behavior: smooth;}
body {font-family: "Roboto", sans-serif; font-size: 16px; color: var(--black);}
.container {max-width: 1280px; margin: 0 auto;}
.text-green{ color: var(--green);}
ul.benefitsList{ width: 100% !important; list-style: disc; padding-left: 20px;}
ul.benefitsList li{padding-left: 10px; margin-bottom: 10px; font-size: 16px; line-height: 24px; color: var(--grey);}
.content-heading {margin-bottom: 50px; text-align: center;}
.content-heading h2 {
    margin-bottom: 20px;
}
.content-heading h2 span {
  background: var(--green);
  background: linear-gradient(to bottom, var(--green) 0%, var(--green) 45%, var(--yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content-heading h2 img {
    display: inline-block;
    vertical-align: middle;
    width: 175px;
    margin-top: 18px;
}
.content-heading h3 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 145px;
    margin-top: 14px;
}
.content-heading p {
    font-size: 22px;
    line-height: 28px;
    max-width: 80%;
    margin: 0 auto;
}

header {position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; }
.header-in {padding: 12px 32px;}
header.stickIt, .bannerTopSpace header {box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3); background-color: var(--white);}
/* header.stickIt .top-bar {display: none;} */
/* header.stickIt .logo { margin-right: 30px;}
header.stickIt .logo img { max-height: 50px;} */
header * { transition: ease-in-out 0.3s all;}

header .logo img { max-height: 60px;}
.openMegaMenu header { background-color: var(--white); box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3); }
.openMegaMenu .megaMenuBg {
  opacity: 1;
  visibility: visible;
  display: block;
}
.openMegaMenu header nav ul li a.downArrow::after {
    transform: rotate(135deg);
    margin-top: -2px;
}
.openMegaMenu header .requestDemoButton,
header.stickIt .requestDemoButton{
    color: var(--black);
}
header.stickIt nav>ul>li>a  {
    color: var(--black);
}
.openMegaMenu header nav ul li a.downArrow::after,
header.stickIt nav ul li a.downArrow::after {
    border-color: var(--black);
}


.aboutUsPage header .requestDemoButton,
.aboutUsPage header .requestDemoButton{
    color: var(--white);
}
.aboutUsPage header nav>ul>li>a  {
    color: var(--white);
}
.aboutUsPage header nav ul li a.downArrow::after,
.aboutUsPage header nav ul li a.downArrow::after {
    border-color: var(--white);
}
.aboutUsPage.openMegaMenu header .requestDemoButton,
.aboutUsPage header.stickIt .requestDemoButton{
    color: var(--black);
}
.aboutUsPage.openMegaMenu nav>ul>li>a,
.aboutUsPage header.stickIt nav>ul>li>a  {
    color: var(--black);
}
.aboutUsPage.openMegaMenu header nav ul li a.downArrow::after,
.aboutUsPage header.stickIt nav ul li a.downArrow::after {
    border-color: var(--black);
}



.whiteLogo { 
  display: none;
}
.aboutUsPage .whiteLogo { 
  display: block;
}
.aboutUsPage.openMegaMenu .whiteLogo { 
  display: none;
}
.aboutUsPage.openMegaMenu .blackLogo { 
  display: block;
}


.aboutUsPage .blackLogo { 
  display: none;
}
.aboutUsPage.openMegaMenu header .blackLogo,
.aboutUsPage header.stickIt .blackLogo{
    display: block;
}
.aboutUsPage .openMegaMenu header .whiteLogo,
.aboutUsPage header.stickIt .whiteLogo{
    display: none;
}

.megaMenuBg {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  padding-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: none;
  -webkit-transition: none;
  display: none;
}
/* .megaMenuBg * {
  transition: none;
} */
.megaMenu {
  background-color: var(--white);
  max-height: 80%;
  padding: 18px 24px;
  padding-top: 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  min-height: 200px;
}
.megaMenuItems ul {
    display: flex;
    flex-direction: row;
}
.megaMenuItems ul li a strong {
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}
.megaMenuItems ul li a {
    font-size: 14px; 
    display: flex;
    flex-direction: row;
    color: var(--grey);
}
.megaMenuItems ul li a img {
  max-width: 48px;
  max-height: 48px;
}
.megaMenuItems ul li a:hover strong{
  background: var(--green);
  background: linear-gradient(to right, var(--green) 0%, var(--yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.megaMenuItems h4 {
    font-size: 24px;
    border-bottom: solid 2px var(--black);
    padding: 0 0 2px 0;
    margin: 0;
    margin-bottom: 10px;
}

.megaMenuItems ul li {
    padding: 0 12px;
    width: 25%;
    margin: 8px 0;
}

.megaMenuItems ul li a span {
    display: block;
    padding: 4px 0 0 8px;
    line-height: 16px;
}
header.stickIt nav > ul > li > a > img {
    max-width: 48px;
    max-height: 48px;
}
.requestDemoButton {font-size: 16px; font-weight: 500; color: var(--black); border: 0 none; outline: none; text-align: center; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; margin-right: 25px;}
.requestDemoButton:hover {color: var(--green);}
.freeTrialButton {background: var(--black); border-radius: 10px; font-size: 16px; color: var(--white); outline: none; padding: 12px 24px; text-align: center;  transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.freeTrialButton:hover {background: var(--green); color: var(--white);}

.getStartedFreeButton {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    font-size: 18px;
    color: var(--black);
    background-size: 300% 100%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    background: var(--yellow);
    border: 0 none;
}
.getStartedFreeButton:hover {
   background: var(--green);
   color: var(--white);
}
.getStartedFreeButton:hover::after {
   background: url(../images/right-arrow.svg) no-repeat center center;
   background-size: contain;
}

.getStartedFreeButton::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../images/right-arrow-black.svg) no-repeat center center;
    background-size: contain;
    margin-left: 6px;
    vertical-align: middle;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
.getStartedFreeButton img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}
.getStartedFreeButton-inverse { min-height: 44px; border-radius: 10px; display: flex ; line-height: 46px; padding: 0 16px; min-width: 110px; font-size: 18px; color: var(--green); font-weight: 600;}  
/* .getStartedFreeButton-inverse:hover { background-color: var(--yellow); } */
.menu-icon { display: none;}
nav {}
nav ul { padding: 0; margin: 0; }
nav > ul > li {
    padding: 0;
    margin: 0;
    margin-right: 25px;
    min-height: 60px;
    display: flex;
    align-items: center;
    }
nav > ul > li > a {font-size: 16px; color: var(--black); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; font-weight: 500;}
nav > ul > li > a.active {color: var(--green); font-weight: 700;}

.bredCrumbs { display: flex; flex-direction: row; align-items: flex-start;  font-size: 14px; font-weight: 600; line-height: 15px; margin-top: 15px; margin-bottom: 0;} 
.bredCrumbs img { max-width: 15px; height: auto; width: auto; margin: 0 6px 0 0; }

.downArrow::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
    margin-left: 5px;
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    margin-top: -5px;
    vertical-align: middle;
}
nav > ul > li:hover > a.downArrow::after {
    border-left-color: var(--green) !important;
    border-bottom-color: var(--green) !important;
}


.side-nav {display: none;}
.logo {margin-right: 50px; transition: none;}
.logo img { width: auto; max-height: 75px; transition: none;}

.left-bar-menu {
  position: fixed;
  left: -300px;
  top: 74px;
  width: 300px;
  height: calc(100% - 74px);
  background: var(--white);
  z-index: 10;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.left-bar-menu-in {
  padding-top: 50px;
  padding-left: 40px;
  overflow-y: auto;
  position: relative;
  background: var(--white);
  height: 100%;
}
.left-bar-menu-in h4 {font-size: 18px; color: var(--green); margin-bottom: 30px;}
.left-bar-menu-in > ul > li > a {font-size: 16px; color: var(--grey); display: block; padding: 10px 35px 10px 0; position: relative;}
.right-direction {position: absolute; right: 8px; top: 6px; width: 25px; opacity: 0; visibility: hidden; transform: translateX(-10px);}

.layer {position: fixed; left: 0; top: 0; background: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; z-index: 5; display: none;}

.sub-menu {
  position: fixed;
  left: 300px;
  top: 74px;
  width: 300px;
  height: calc(100% - 74px);
  background: #d1e7d0;
  z-index: -1;
  /* padding-top: 50px; 
  padding-left: 20px; */
  display: none;
  /* transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; */
  /* opacity: 0;
  visibility: hidden; */
}
.sub-menu-in {height: 100%;}
.sub-menu-list {padding: 50px 20px 0; height: 100%; width: 100%;}
.sub-menu-in li {margin-bottom: 8px;}
.sub-menu-in li strong {display: block; margin-bottom: 5px;}
.sub-menu-in .sub-menu-list:nth-child(2) {background: #c7e5c6; display: none;}
.sub-menu-list ul li a {font-size: 16px; color: var(--grey); display: block; padding: 8px; border-radius: 4px;}
.left-bar-menu-in ul li:hover .right-direction {opacity: 1; visibility: visible; transform: translateX(0);}

@media only screen and (min-width:1024px) {
  .sub-menu-in li:hover a {background: #aeddac; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);}
  nav > ul > li:hover > a {color: var(--green) !important;}
  .left-bar-menu-in > ul > li:hover > a {color: var(--green);}
  .left-bar-menu-in > ul > li:hover .sub-menu {display: block;}
  .megaMenuOpen .left-bar-menu {left: 0;}
  .megaMenuOpen .layer {display: block;}
}

.close-icon {
  border: 0;
  background: 0;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  z-index: 2;
}
.close-icon span {
  width: 25px;
  height: 2px;
  background: var(--green);
  position: relative;
  display: block;
  z-index: 2;
}
.close-icon span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 1px;
}
.close-icon span:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: -1px;
}

.banner-close {
  border: 0;
  background: 0;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 6px;
  width: 24px;
  height: 24px;
  z-index: 2;
}
.banner-close span {
  width: 16px;
  height: 2px;
  background: var(--black);
  position: relative;
  display: block;
  z-index: 2;
}
.banner-close span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 1px;
}
.banner-close span:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: -1px;
}

/* Banner Starts */
.banner-content {
  margin-top: 25px;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.banner-content .getStartedFreeButton {
  background: var(--yellow);
}
.banner-content .getStartedFreeButton:hover {
  background: var(--green);
}

.home_banner_title {
    color: var(--black);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 42px; 
    line-height: 52px;
}
.home_banner_title span {
  background: var(--green);
  background: linear-gradient(to bottom, var(--green) 0%, var(--green) 45%, var(--yellow) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.banner p {
    color: var(--grey);
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}
.banner p span {display: inline-block;}
.banner p small {
     color: #0e6925;
    background: linear-gradient(to bottom, var(--green) 0%, var(--green) 30%, var(--yellow) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 600;
    font-size: unset;
}

.banner-main {
  position: relative;
  z-index: 1;
}

.banner-main:after {
  content: '';
  position: absolute;
  left: -15%;
  bottom: -40%;
  z-index: -1;
  width: 500px;
  height: 700px;
  background-color: #499f4660;
  border-radius: 200px;
  filter: blur(170px);
}

.banner {
  overflow: hidden;
  padding-bottom: 150px;
  margin-bottom: -50px;
}

.banner-image {
  width: 100%;
  /* margin-top: -70px; */
  z-index: 1;
  position: relative;
}

.cloud-section {position: absolute; right: 105px; top: -50px; width: 300px; height: 200px; z-index: 2;}
.cloud-image-1 {width: 120px; position:absolute; left: 0; bottom: 0;}
.cloud-image-2 {width: 80px; position:absolute; right: 42px; top: -150px; z-index: 2;}
.cloud-image-3 {
  width: 80px;
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: 2;
}
.cloud-image-4 {
  width: 80px;
  position: absolute;
  left: 10px;
  top: -10px;
}
.line-path-6 {
  width: 45px;
  position: absolute;
  left: 13px;
  bottom: 72px;
}
.line-path-7 {
  width: 50px;
  position: absolute;
  left: 40px;
  top: 40%;
}
.dot-image {
  position: absolute;
  right: 160px;
  top: 60px;
  width: 15px;
}
.dot-image1 {
  position: absolute;
  left: 49%;
  top: 150px;
  width: 8px;
}
.dot-image2 {
  position: absolute;
  right: 37%;
  bottom: 35px;
  width: 8px;
}
.dot-image3 {
  position: absolute;
  left: 22%;
  bottom: 175px;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /* background: var(--yellow); */
}

.robotBanner {
  width: 450px;
  position: relative;
}

.robotBannerImage {
  width: 100%;
  display: flex;
  flex-direction: row;
  place-content: flex-end;
  align-items: center;
  flex: 1;
  height: 100%;
  position: relative;
  z-index: 2;
  position: absolute;
  right: 160px;
  top: 20px;
}

.robotBannerImage img {
  width: 50%;
}

.robotBorders {
  position: absolute;
  right: -160px;
  top: 75px;
  bottom: 50px;
  margin: auto;
  height: 550px;
  width: 550px;
}
.robotBorders:after {
  content: '';
  position: absolute;
  left: -230px;
  top: 0;
  transform: translate(50%, 0);
  z-index: -1;
  width: 475px;
  height: 440px;
  background-color: #ff8400a8;
  border-radius: 50%;
  filter: blur(160px);
}

/* .robotBorders:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
} */

.robotBorders ul:before {
  content: '';
  width: 60%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border: solid 1px #d9ab29;
  border-radius: 100%;
}

.robotBorders ul {
  border: dashed 2px #c8bfb6;
  display: block;
  border-radius: 100%;
  outline: dashed 2px #c8bfb6;
  outline-offset: -60px;
  animation: rotate 50s linear infinite;
  -webkit-animation: rotate 50s linear infinite;
  animation-delay: 1s;
  width: 100%;
  height: 100%;
}

.robotBorders ul li {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  animation: rotateIcon 50s linear infinite;
  -webkit-animation: rotateIcon 50s linear infinite;
  animation-delay: 1s;
}


.robotBorders ul li img {
  max-width: 45px;
  max-height: 45px;
}

.robotBorders ul li:nth-child(1) {
  left: auto;
  top: -6px;
  right: 34%;
  
}
.robotBorders ul li:nth-child(1) img,
.robotBorders ul li:nth-child(5) img  {
  max-width: 30px;
  max-height: 30px;
}
.robotBorders ul li span {
  position: absolute;
  left: 50%;
  bottom: -16px;
  font-size: 11px;
  color: var(--grey);
  font-weight: 500;
  transform: translateX(-50%);
}

.robotBorders ul li:nth-child(2) {
  left: 22%;
  top: 80px;
}

.robotBorders ul li:nth-child(2) img,
.robotBorders ul li:nth-child(4) img,
.robotBorders ul li:nth-child(7) img  {
  max-width: 48px;
  max-height: 48px;
}

.robotBorders ul li:nth-child(3) {
  left: -19px;
  top: 45%;
}
.robotBorders ul li:nth-child(3) img,
.robotBorders ul li:nth-child(8) img,
.robotBorders ul li:nth-child(6) img   {
  max-width: 40px;
  max-height: 40px;
}

.robotBorders ul li:nth-child(4) {
  left: 16%;
  top: auto;
  bottom: 30px;
}

.robotBorders ul li:nth-child(5) {
  left: 55%;
  bottom: -12px;
  top: auto;
}

.robotBorders ul li:nth-child(6) {
  left: auto;
  top: 22%;
  bottom: auto;
  right: 15.5%;
}
.robotBorders ul li:nth-child(7) {
  left: auto;
  bottom: 17%;
  top: auto;
  right: 19%;
}
.robotBorders ul li:nth-child(8) {
  right: -17px;
  top: 48%;
  bottom: auto;
  left: auto;
}

.robotBorders ul li:nth-child(9) {
  left: 36%;
  top: auto;
  bottom: 24px;
  animation:none !important;
}



@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.bannerScreenShots {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}
.bannerScreenShots ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
}
.bannerScreenShots .screenshotsImage {animation: screenShotsAmimation 2s; max-width: 85%;}

@-webkit-keyframes screenShotsAmimation {
  0% {
    transform: scale(0.8);
  }

  100% {
     transform: scale(1);
  }
}
@keyframes screenShotsAmimation {
  0% {
    transform: scale(0.8);
  }

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

/* Banner Ends */


.product-section {padding: 0 0 70px; position: relative; z-index: 1;}
.product {
  border-radius: 16px;
  height: 100%;
  padding: 25px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.product::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background: var(--light-gray);
  border-radius: 16px;
  transform: translateY(-50%);
  z-index: -1;
}
.product figure {
  background: url(../images/yellow-lotus.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 110px;
  margin: 0 auto 20px;
  position: relative;
}
.product figure img {
  margin: 0 auto;
  width: 120px;
  min-width: 120px;
  position: absolute;
  left: 0;
  top: -25px;
  right: 0;
}
.product figure.pre-school-icon img  {left: -60px;}
.product figure.school-icon img {
  min-width: 100px;
  width: 100px;
  left: 30px;
  top: -8px;
}
.product figure.coaching-icon img {
  left: 25px;
  min-width: 110px;
  width: 110px;
  top: 0;
}
.product figure.tutor-icon img {
  top: 0;
  left: 20px;
}

.product .product-heading {
  color: var(--green);
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.product .product-sub-heading {
  margin-bottom: 20px;
  color: var(--black);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.product span {
  color: var(--grey);
  margin-bottom: 15px;
  display: block;
  line-height: 22px;
}
.product-in {
  /* margin-bottom: 15px; */
}
.learn-more {display: inline-block; color: var(--grey); font-size: 16px; font-weight: 700; vertical-align: middle;  transition: none !important; margin-top: 15px; border: 0 none; background: none; cursor: pointer;}
.learn-more::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/right-arrow-grey.png) no-repeat center center;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
  
}
.product-section ul {margin: 0 -10px 90px; padding-top: 30px;}
.product-section ul li {
  padding: 0 10px;
}
.product-section ul li * {
    transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.product-section ul li .product:hover::before {
  background: var(--yellow);
  height: calc(100% + 40px);
}
.product:hover .product-heading {color: var(--black);}
.product-section ul li .product:hover figure {
  transform: scale(1.2);
}
.product-section ul li .product:hover h4,
.product-section ul li .product:hover span, 
.product-section ul li .product:hover .learn-more {
  color: var(--black);
}
.product-section ul li .product:hover .learn-more::after {
  background: url(../images/right-arrow-black.png) no-repeat center center;
  background-size: contain;
}
.drop-shadow-1 {position: absolute; left: 0; top: -500px; width: 800px; z-index: -1;}
.line-path-1 {position: absolute; left: 95px; bottom: 80px; width: 70px; z-index: -1;}
.flower-icon {
  position: absolute;
  right: 125px;
  bottom: 15px;
  width: 160px;
  z-index: -1;
}
.line-path-8 {
    position: absolute; 
    right: 135px;
    top: 203px;
    width: 45px;
  }
 .line-path-9 {
    position: absolute;
    left: 8%;
    top: 203px;
    width: 45px;
  }
  .line-path-10 {
    position: absolute;
    right: 20%;
    top: 213px;
    width: 25px;
  }
.line-path-11 {
    position: absolute;
    left: 4%;
    bottom: 185px;
    width: 40px;
  }
.line-path-12 {
    position: absolute;
    bottom: 250px;
    right: -20px;
    width: 56px;
  }
  .line-path-13 {
    position: absolute;
    top: 580px;
    left: 40px;
    width: 36px;
    z-index: 6;
  }
.innovation-section {
    padding-top: 220px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
.innovation-section::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/light-yellow-bg.png) no-repeat center right;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);

}
.star-icon {
  position: absolute;
  right: 45px;
  top: -50px;
  width: 140px;
  z-index: 1;
}
.innovation-robot {
  position: relative;
}
.innovation {
    padding: 35px 0 0 20px;
}
.innovation ul {
    margin-bottom: 60px;
}
.innovation ul li {
    margin-bottom: 30px;
}
.innovation ul li h3 {
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    color: var(--black);
    font-size: 30px;
    line-height: 32px;
}  
.innovation ul li h3 span {
    color: var(--green);
}
.innovation ul li p {
    font-size: 20px;
    line-height: 25px;
    color: var(--grey);
}
.innovation ul li p span {
  color: var(--green);
}
.getStartedFreeButton.knowMoreButton {
  background: none;
  padding: 0;
  line-height: 22px;
}
.getStartedFreeButton.knowMoreButton::after {
  width: 20px;
  height: 20px;
}
.getStartedFreeButton.knowMoreButton:hover::after {
   background: url(../images/right-arrow-green.svg) no-repeat center center !important;
   background-size: contain !important;
}
.getStartedFreeButton.knowMoreButton:hover {
  background: none;
  color: var(--green);
}
.scroll-section-gradient {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.scroll-section-gradient:after {
  content: '';
  position: absolute;
  right: -15%;
  top: 10%;
  z-index: -1;
  width: 670px;
  height: 500px;
  background-color: #FFE0B2;
  border-radius: 50%;
  filter: blur(115px);
}
/* ----------------Card Scroll Section Starts ------------- */

.scroll-section-main {
  /* background-color: var(--light-gray2); */
  /* Ensure it can grow naturally */
  /* min-height: 100vh;
  overflow: visible;
  position: relative; */
  z-index: 1;
  padding-top: 10px;
  padding: 70px 0;
}
.line-path-2 {position: absolute; left: 0; bottom: 300px; z-index: -1; width: 80px;}    
/* .card-section {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  gap: 24px;
  margin: 50px auto;
  height: 100%;
  align-items: center;
}
*/
.card {
  /* position: sticky;
  background: #dedede;
  min-height: 500px; */
  position: relative;
  border-radius: 32px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  transition: top 0.3s;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.2);
  cursor: pointer; 
  height: 100%;
} 
.card .item {
    padding: 40px;
    width: 100%;
}


.card.static {
  position: static !important;
}

/* .static-card {
  position: relative;
  margin-bottom: 100px;
  z-index: 0;
} */

.card-1 {
  background: #bdf4bd;
  background: linear-gradient(180deg, #bdf4bd 0%, #74c476 100%);
}
.card-2 {
  background: #efefef;
  background: linear-gradient(180deg, #efefef 0%, #fff7de 100%);
}
.card-3 {
  background: #ffeb99;
  background: linear-gradient(180deg, #ffeb99 0%, #ffe02b 100%);
}


/* .card-one {
  background: var(--card-bg1);
}
.card-two {
  background: var(--card-bg2);
}
.card-three {
  background: var(--card-bg3);
  
}
.card-four {
  background: var(--card-bg4);
}
.card-five {
  background: var(--card-bg5);
}
.card-six {
  background: var(--card-bg6);
}
.card-seven {
  background: var(--card-bg7);
}
.card-eight {
  background: var(--card-bg8);
}
.card-nine {
  background: var(--card-bg9);
}
.card-ten {
  background: var(--card-bg10);
} */
.focusCard{ }
.empty-card {min-height: 500px; background: transparent !important; box-shadow: none; z-index: -1;}

.item h3 {position: absolute; left: 0; top: 0; padding: 0 0 0 0; text-align: center; width: 100%; font-size: 20px; line-height: 45px;}
.item h2 {margin-bottom: 35px; font-size: 32px; line-height: 36px;}

.item_content {color: var(--black); justify-content: center;align-items: flex-start;display: flex;position: relative;}
.item.color-white .item_content {color: var(--white);} 
.item.color-white .item_content ul li::before {color: var(--white);} 
.item.color-white h3,
.item.color-white h2,
.item.color-white .item_content p,
.item.color-white .item_content ul li  {color: var(--white);}
.card-image {
    margin-top: 0;
}
.item_content h2 {
    margin-bottom: 12px;
}
/* .item_content ul li:first-child:before {
    opacity: 0;
} */
/* .item_content ul li:first-child {
    padding-left: 0;
    margin-bottom: 0;
} */

.mobile-view-data {display: none;}

.item_content ul li {margin-bottom: 10px; padding-left: 26px; position: relative; font-size: 14px; color: var(--grey); line-height: 18px;}
/* .item_content ul li::before {content: ''; display: inline-block;  background: url(../images/right-corner-arrow.png) no-repeat center center;   background-size: contain; width: 10px; height: 10px; position: absolute;  left: 0; top: 6px;} */
/* .item_content ul li::before {content: '-'; display: inline-block; position: absolute;  left: 0; top: 4px; font-size: 20px; line-height: 15px; color: var(--black);} */
.item_content p {font-size: 16px; line-height: 24px;}
.item_media {object-fit: cover;width: 50%;height: 100%;}
/* 
.item_content ul li::before {content: ''; position: absolute;  left: 0; top: 4px; font-size: 20px; width: 193px; height: ;}

.icon-1 { width: 173px; height: 193px; background-position: 0 0; }
.icon-2 { width: 172px; height: 204px; background-position: 0 -203px; }
.icon-3 { width: 173px; height: 172px; background-position: 0 -417px; }
.icon-4 { width: 150px; height: 183px; background-position: 0 -599px; }
.icon-5 { width: 177px; height: 177px; background-position: 0 -792px; }
.icon-6 { width: 173px; height: 222px; background-position: 0 -979px; } */

.item_content ul li span {position: absolute; left: 0; top: 0; width: 18px;}
.item_content ul li i {position: absolute; left: 0; top: 3px; width: 18px;}
/* ----------------Card Scroll Section Ends ------------- */

/* --------------------------------- Card Section Slider Starts ----------------------- */
.filter-cards {margin-bottom: 30px; overflow: hidden;}
.filter-cards ul li {margin: 0 10px; font-size: 16px; color: var(--grey); font-weight: 500; cursor: pointer; text-align: center;}
.filter-button {padding: 8px 5px; border-radius: 5px; font-size: 14px;     background: linear-gradient(rgb(239 239 239) 0%, rgb(221 219 219) 100%);}
.filter-cards .container {
    position: relative;
}

.filter-cards .container:before, .filter-cards .container:after {
    content: '';
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.filter-cards .container:after {
    right: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.filter-cards .container:before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
/* .filter-cards ul li.slick-active.slick-center .filter-button {background: #d1e7d0;} */

.filter-cards ul li.slick-current.card-bg1  .filter-button {
    background: #bdf4bd;
    background: linear-gradient(180deg, #bdf4bd 0%, #74c476 100%);
  }
.filter-cards ul li.slick-current.card-bg2  .filter-button {
  background: #efefef;
  background: linear-gradient(180deg, #efefef 0%, #fff7de 100%);
}
.filter-cards ul li.slick-current.card-bg3  .filter-button {
  background: #ffeb99;
  background: linear-gradient(180deg, #ffeb99 0%, #ffe02b 100%);
}
.filter-cards ul li.slick-current.card-bg4  .filter-button {
  background: #bdf4bd;
  background: linear-gradient(180deg, #bdf4bd 0%, #74c476 100%);
}
.filter-cards ul li.slick-current.card-bg5  .filter-button {
  background: #efefef;
  background: linear-gradient(180deg, #efefef 0%, #fff7de 100%);
}
.filter-cards ul li.slick-current.card-bg6  .filter-button {
  background: #ffeb99;
  background: linear-gradient(180deg, #ffeb99 0%, #ffe02b 100%);
}
.filter-cards ul li.slick-current.card-bg7  .filter-button {
  background: #bdf4bd;
  background: linear-gradient(180deg, #bdf4bd 0%, #74c476 100%);
}
.filter-cards ul li.slick-current.card-bg8  .filter-button {
  background: #efefef;
  background: linear-gradient(180deg, #fff5d5 0%, #f3e3ac 100%);
}
.filter-cards ul li.slick-current.card-bg9  .filter-button {
  background: #ffeb99;
  background: linear-gradient(180deg, #ffeb99 0%, #ffe02b 100%);
}
.filter-cards ul li.slick-current.card-bg10 .filter-button  {
  background: #bdf4bd;
  background: linear-gradient(180deg, #bdf4bd 0%, #74c476 100%);
}

.scroll-section-main .filter-cards .slick-list {padding: 0!important;}

.scroll-section-main .slick-list {padding: 0 18% !important; height: 100%;}
.scroll-section-main .slick-dotted.slick-slider {margin-bottom: 80px;}
.scroll-section-main .slick-slide {height: auto;}
.scroll-section-main .slick-track {display: flex;}
.slide-card {padding: 20px 15px;}
.scroll-section-main .slick-dots {
  bottom: -28px;
  width: 500px;
  margin: 0 auto;
  right: 120px;
  left: 0;
  display: flex;
}
.scroll-section-main .slick-dots li {width: 100%; height: 4px; margin: 0;}
.scroll-section-main .slick-dots li button {width: 100%; height: 1px; background: var(--black); padding: 0;}
.scroll-section-main .slick-dots li button:before {display: none;}
.scroll-section-main .slick-dots li.slick-active button {height: 3px; margin-top: -1px;}
.scroll-section-main .slick-prev, .scroll-section-main .slick-next {
  top: auto;
  bottom: -50px;
  right: -500px !important;
  left: 0 !important;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid var(--black);
  border-radius: 50%;
  z-index: 9;
  transition: color 0.3s ease;
}
.scroll-section-main .slick-next {
      left: 75px !important;
}
.scroll-section-main .slick-prev.slick-disabled, .scroll-section-main .slick-next.slick-disabled {
  opacity: 0.25;
}
.scroll-section-main .slick-prev:before, .scroll-section-main .slick-next:before {
  content: '';
  width: 20px;
  height: 20px;
  /* border-bottom: 1px solid var(--black); */
  display: block;
  opacity: 1 !important;
  background: url(../images/slide-arrow.svg) no-repeat;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: color 0.3s ease;
}
.scroll-section-main .slick-prev:before {
  transform: rotate(180deg);
  /* margin-left: 10px; */
}
.scroll-section-main .slick-prev:hover,
.scroll-section-main .slick-next:hover {
  background: var(--black);
}
.scroll-section-main .slick-prev:hover:before, 
.scroll-section-main .slick-next:hover:before {
  background: url(../images/slide-arrow-white.svg) no-repeat;
  background-size: contain;
}
/* 
.scroll-section-main .slick-prev:before {
  border-left: 1px solid var(--black);
  transform: rotate(45deg);
  margin-left: 10px;
}
.scroll-section-main .slick-next:before {
  border-right: 1px solid var(--black);
  transform: rotate(-45deg);
  margin-left: 7px;
} */
/*------------------------------- Card Section Slider Ends -----------------------------------*/


.flower-card-section {padding: 300px 0 70px; position: relative;overflow: hidden;z-index: 1;}
.flower-card-section .container {max-width: 1200px;}
.flower-card-in {position: relative; z-index: 1;}
.focus-light {
  position: absolute;
  right: 0;
  left: 82px;
  top: -183px;
  background: url(../images/blue-bg.png) no-repeat;
  width: 83%;
  height: 140%;
  z-index: -1;
  background-size: cover;
  margin: 0 auto;
}
.robot-image {position: absolute;right: -190px; top: -280px;z-index: 2;width: 400px; animation: fadeDown 8s ease-in-out infinite;transform-origin: left;}
@keyframes fadeDown { 0% { transform: rotate(0deg); } 20% { transform: rotate(6deg) scale(0.95); } 40% { transform: rotate(0deg); } 60% { transform: rotate(6deg) scale(0.95); } 100% { transform: rotate(0deg); }  }
@-webkit-keyframes fadeDown { 0% { transform: rotate(0deg); } 20% { transform: rotate(6deg) scale(0.95); } 40% { transform: rotate(0deg); } 60% { transform: rotate(6deg) scale(0.95); } 100% { transform: rotate(0deg); }  }
.flower-card-section ul li {position: relative; padding: 0 15px;}
.icon {width: 50px; height: 50px; position: absolute; left: 15px; top: 50px; animation: pulse 1.5s ease-in-out infinite;}
.icon-1 {background: url(../images/icon-1.png) no-repeat; background-size: contain;}
.icon-2 {background: url(../images/icon-2.png) no-repeat; background-size: contain;}
.icon-3 {background: url(../images/icon-3.png) no-repeat; background-size: contain; left: 20px;}
.icon-4 {background: url(../images/badge.png) no-repeat; background-size: contain; left: 20px;}


@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}


.flower-card {position: absolute; left: 0;top: 30%; width: 55%; right: 0; margin: 0 auto; text-align: center;}
.flower-card h4 {font-size: 40px;margin-bottom: 15px;font-weight: 900;}
.flower-card p {font-size: 14px;}
.flower-card p span {text-transform: uppercase; font-weight: 500;}
.flower-card p img {width: 53px; display: inline-block; vertical-align: middle; margin-top: 4px;}
.pioneers-section {padding: 50px;}
.pioneers-section ul {margin: 0 -15px;}
.pioneers-section ul li {width: 125px; margin: 0 15px 30px; transform: scale(1); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.pioneers-section ul li.empty-space {width: 20px !important;}
.pioneers-section ul li img {box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); border-radius: 12px;}
.pioneers-section ul li:hover {transform: scale(1.1);}
.pioneers-section .content-heading h2 img {width: 90px; margin-top: 12px;}
.nextos-section-main {position: relative;}
.nextos-section-main:after {content: ''; position: absolute; left: -15%; bottom: 10%; z-index: -1; width: 650px; height: 900px; background-color: #FFE0B2; border-radius: 20%; filter: blur(160px);}
.nextos-section {padding: 40px 0; position: relative; z-index: 1; overflow: hidden;}
.nextos-section h2 {position: relative; display: inline-block;}
.nextos-section h2::after {content: ''; position: absolute; right: -80px; top: -15%; background: url(../images/question-mark.png) no-repeat; width: 65px; height: 100px; background-size: contain;}
.flower-image {padding-left: 30px;}
.drop-shadow-2 {position: absolute; right: -100px; top: 140px; z-index: -1; width: 500px; height: 600px; background-color: #499f4660; border-radius: 50%;  filter: blur(100px);}
.drop-shadow-3 {position: absolute; left: 0; top: -140px; width: 600px; z-index: -1;}
.nextos-section figure {padding: 0 0 0 0;}
.nextos-section figure img {max-width: 60%; margin: 0 auto;}
.nextos-right h2 {margin-bottom: 30px;}
.nextos-right h2 img {display: inline-block; vertical-align: middle; width: 175px; margin-top: 18px;}
.nextos-right p {font-family: "Poppins", sans-serif; margin-bottom: 10px;}
.search-bar {
  background: url(../images/search-bar.png) no-repeat;
  background-size: contain;
  width: 350px;
  min-height: 57px;
  line-height: 25px;
  padding: 11px 20px 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.typewriter {
  display: inline-block;
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  border-right: 2px solid black;

    /* animation:
    typewriter 3s steps(30, end) forwards, 
    blinkTextCursor 500ms steps(30, end) infinite; */
}
.typewriter.aos-animate {
  animation:
    typewriter 3s steps(30, end) forwards, /* typing effect */
    blinkTextCursor 3.5s steps(30, end) forwards; /* blinking cursor */
}


@keyframes typewriter{
  from{width: 0;}
  to{width: 7.7em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: var(--black);}
  to{border-right-color: transparent;}
}

/* @keyframes typing {
  from { width: 0 }
  to { width: 13.2ch }
}

@keyframes blink {
  50% { border-color: transparent; }
}

@keyframes hide-caret {
  to { border-right: none; }
} */




.comprehensive-suite-section {padding: 70px 0;}
.comprehensive {background: #fff7de; border-radius: 15px; padding: 30px; position: relative; z-index: 1;}
.comprehensive.gradient-border {background: linear-gradient(to right, #379d47, #3d3825);}
.comprehensive.gradient-border::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 12px;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  z-index: -1;
  background: #ffeb99;
  left: 2px;
  top: 2px;
}
.comprehensive-left {padding-right: 25px;}
.comprehensive-left ul li {
  background: #fffaeb;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: 1px solid #e6e6e6;
}
.comprehensive-left ul li * {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.comprehensive-left ul li.active::after,
.comprehensive-left ul li:hover::after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 6px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  z-index: -1;
  background: linear-gradient(360deg, #efc30c 0%, #efc30c 50%, #ffff99 100%);
  left: 1px;
  top: 1px;
}
.comprehensive-left ul li h4 {font-size: 18px; color: var(--green);}
.comprehensive-left ul li.active,
.comprehensive-left ul li:hover {background: linear-gradient(to right, #379d47, #3d3825); border-color: transparent; box-shadow: 4px 4px 8px rgba(0,0,0,0.4);}
.comprehensive-left ul li.active h4,
.comprehensive-left ul li:hover h4  {color: var(--black);}
.comprehensive-left ul li:last-child {margin-bottom: 0;}
.comprehensive-left ul li figure {width: 50px; height: 50px; background: #ffeb99; border-radius: 50%; background-size: 50% !important; background-position: center center !important; margin-right: 10px;} 
.comprehensive-left ul li figure.simplify {background: url(../images/simplify-icon.png) no-repeat var(--card-bg6);}
.comprehensive-left ul li figure.streamline {background: url(../images/streamline-icon.png) no-repeat var(--card-bg6);}
.comprehensive-left ul li figure.secure {background: url(../images/secure-icon.png) no-repeat var(--card-bg6);}
.comprehensive-left ul li figure.smart {background: url(../images/smart-icon.png) no-repeat var(--card-bg6);}
.comprehensive-left ul li figure.start {background: url(../images/start-icon.png) no-repeat var(--card-bg6);}

.comprehensive-right {background: #fff7de; padding: 45px 60px 45px 60px; border-radius: 15px;}
.tab-content {display: none;}
.chat-section {margin-bottom: 70px;}
.chat-section figure {margin-right: 30px; width: 120px; animation: questionImage 0.5s; transform-origin: center;}
.chat-bubble {
  background: linear-gradient(to right, #379d47, #3d3825); 
  border-color: transparent; 
  box-shadow: 4px 4px 8px rgba(0,0,0,0.4);
  padding: 1px;
  border-radius: 30px;
  position: relative;
  animation: question 1s; transform-origin: left bottom;
  z-index: 1;
}
.chat-bubble-in {
  background: linear-gradient(180deg,rgba(255, 255, 153, 1) 0%, rgba(239, 195, 12, 1) 50%, rgba(255, 255, 153, 1) 100%);
  color: var(--grey); 
  padding: 20px 40px;
  border-radius: 28px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
}
.chat-bubble:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 6px;
	right: auto;
	top: auto;
	bottom: -7px;
	border-top: 12px solid #379d47;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	z-index: 2;
	transform: rotate(29deg);
}
.chat-bubble:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 8px;
	right: auto;
	top: auto;
	bottom: -4px;
	border-top: 11px solid rgba(255, 255, 153, 1);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	z-index: 3;
	transform: rotate(29deg);
}

.text-message {
  background: linear-gradient(180deg, rgba(255, 247, 222, 1) 0%,  rgba(255, 255, 153, 1) 50%, rgba(255, 255, 255, 1)  100%);
  padding: 20px 90px 20px 40px;
  font-size: 18px;
  line-height: 30px;
  color: var(--grey);
  border-radius: 40px;
  animation: question 2s ease-in-out; transform-origin: right bottom;
  margin-left: auto;
  margin-right: 60px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.text-message:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -14px;
	bottom: -6px;
	border-top: 30px solid #ffffff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	z-index: -1;
	transform: rotate(-50deg);
}
.magic-robot {
  position: absolute; 
  right: -50px;
  bottom: -195px;
  width: 385px;
  animation: fadeDown 8s ease-in-out infinite;
  transform-origin: left;
  z-index: 2;
}
@keyframes questionImage {
  0% {
    transform: scale(0.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes question {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}


.pioneers-section.power-section {position: relative; z-index: 1;}
.line-path-3 {position: absolute; right: 170px; bottom: 0; width: 80px;}
.pioneers-section.power-section ul {margin-bottom: 0;}
.pioneers-section.power-section ul li {width: 125px;margin: 0 10px 25px;}
.pioneers-section.power-section ul li p {font-size: 14px; font-weight: 500;}
.pioneers-section.power-section ul li figure {margin-bottom: 10px;}
.pioneers-section.power-section ul li img {box-shadow: none; width: 110px; margin: 0 auto;}
.pioneers-section.power-section .getStartedFreeButton {margin-top: 40px;}

.one-login-section {padding: 70px 0;}
.one-login-in {background: #fff192; border-radius: 20px; position: relative;}
.one-login-left {position: relative; z-index: 1; padding: 20px 35px 0 0;} 
/* .one-login-left figure {margin-top: -100px; vertical-align: bottom; position: relative; left: -45px;} */
.one-login-left figure {height: 100%; display: flex; align-items: center;}
.one-login-left figure img {width: 85%; margin: 0 auto;}
.circle-amination {
  width: 100%; 
  height: 100%; 
  position: absolute; 
  left: 0; 
  top: 0; 
  overflow: hidden;
}
.circle-amination-in {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 30px;
  right: 21px;
  z-index: -1;
}
.circle-amination-rotate {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/rotate-circle-image.png) no-repeat;
  background-size: contain;
  animation: rotate-animation 20s linear infinite;
  -webkit-animation: rotate-animation 20s linear infinite;
}
.rotate-icon1 {
  position: absolute;
  left: 81px;
  top: 33%;
  width: 20px;
}
.rotate-icon2 {
  position: absolute;
  left: 90px;
  top: -7px;
  width: 26px;
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circle-amination-in.circle-amination2 {
  top: auto;
  bottom: -30px;
  right: auto;
  left: -22px;
  transform: scale(0.7);
}
.circle-amination-in.circle-amination2 .rotate-icon2 {
  left: 48px;
  bottom: 48px;
  top: auto;
}


.one-login-right {padding:80px 40px 80px;}
.one-login-right h2 {color: var(--green); position: relative; margin-bottom: 30px;}
.one-login-right h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  margin: 0 auto;
  width: 150px;
  height: 2px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.one-login-right > p {margin-bottom: 25px; font-size: 18px;}
.one-login-right ul li {position: relative; margin-right: 22px;}
.one-login-right ul li figure {margin-right: 8px;}
.one-login-right ul li strong {font-size: 14px; color: var(--black); line-height: 18px;}
.one-login-right ul li p {margin: 0; font-size: 14px; line-height: 18px;}
.app-buttons {margin-bottom: 25px;}
.app-buttons a {margin-right: 10px;}
.one-login-right ul li::after {
  content: '';
  position: absolute;
  right: -10px;
  margin: 0 auto;
  width: 2px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.stars-icon {margin-bottom: 8px;}
.one-login-right ul li:last-child {margin-right: 0;}
.one-login-right ul li:last-child::after {display: none;}

/* Pulse rings */
.ring-icon1 {position: absolute; left: 40px; top: 60px; width: 15px;}
.ring-icon2 {position: absolute; right: 100px; top: 50%; width: 30px;}
.animation-rings {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ring {
    position: absolute;
    border: 2px solid #f7ce15;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple-home 2.7s cubic-bezier(0,.6,1,1.2) infinite;
    /* z-index: -1; */
}

.ring2 {
    animation-delay: -.9s
}

.ring3 {
    animation-delay: -.5s
}

.ring4 {
    animation-delay: -.25s
}

@keyframes lds-ripple-home {
    0% {
        top: 160px;
        left: 220px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -120px;
        left: -60px;
        width: 600px;
        height: 600px;
        opacity: 0
    }
}

@keyframes pulseRing {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }
}

.voices-section {padding: 120px 0; position: relative; z-index: 1;}
.half-flower {position: absolute; left: 0; top: 0; width: 520px; z-index: -1;}
.voices-right {padding-left: 40px; padding-right: 20px;}
.voices-right figure {margin-bottom: 20px;}
.voices-right h5 {color: var(--green);}
.voices-right span {display: block; font-size: 14px; color: #000000; margin-bottom: 20px;}
.voices-right p { margin-bottom: 20px;}
.voices-right p strong {display: block; color: #000000;}
.voices-section .slick-prev, .voices-section .slick-next {background: url(../images/arrow.png) no-repeat center center; width: 40px; height: 40px; border: 1px solid #000000; border-radius: 50%; z-index: 9; background-size: 50%;}
.voices-section .slick-prev {transform: rotate(180deg); left: -30px; margin-top: -18px;}
.voices-section .slick-next {right: -30px;}
.voices-section .slick-prev:before, .voices-section .slick-next:before {display: none;}
.action-banner-section {padding: 40px 0 40px;}
.line-path-4 {position: absolute; left: 265px; top: 30px; z-index: -1; width: 40px;}    
.line-path-5 {position: absolute; right: 142px;bottom: 30px; z-index: -1; width: 60px;}
.action-banner-image {position: relative;}
.mobile-image {display: none;}
.action-banner-content {position: absolute; left: 50px; bottom: 18%; padding-left: 50px;}
.action-banner-content .content-heading {margin-bottom: 45px;}
.action-banner-content .content-heading h3 {font-size: 42px; line-height: 48px;}
.getStartedFreeButton.schedule-demo {background: var(--black); font-size: 16px; padding: 12px 15px; font-weight: 600; border-radius: 6px; color: var(--white);}
.getStartedFreeButton.schedule-demo:hover {background: var(--green);}
.getStartedFreeButton.schedule-demo::after {background: url(../images/arrow-button.png) no-repeat center center; background-size: contain; width: 18px;height: 18px; transform: rotate(0deg); -webkit-transform: rotate(0deg);}
.pioneers-section.protection-section ul li {width: 16.66%; margin: 0 0 20px; padding: 0 10px;}
.pioneers-section.protection-section ul li img {box-shadow: none;}
footer {background: #fef7db; padding: 70px 0 20px;}
footer .container {width: 100% !important; max-width: 1280px !important;}
.footer-left {width: 20%;}
.footer-logo {margin-bottom: 50px;}
.contact-info {line-height: 28px; margin-bottom: 15px;}
.contact-info a {color: var(--grey);}
.contact-info a:hover {color: var(--green);}
.social-icons {margin-bottom: 30px; margin-top: 20px; padding: 0;}
.social-icons li {margin-right: 12px;}
/* .social-icons li a img {height: 25px;} */
.social-icons i {
    font-size: 24px;
}
.download-app h6 {font-size: 14px;margin-bottom: 10px; }
.download-app ul {padding: 0;}
.download-app ul li {margin-right: 12px;}
.download-app ul li a img {width: 25px;}
.footer-right {width: 80%; border-left: 1px solid var(--black); padding-left: 40px;}
.footer-links {padding-right: 20px;}
.footer-links:last-child {padding-right: 0;}
.footer-links ul {margin: 0 0 15px 0; padding: 0;}
.footer-links ul li {margin-bottom: 4px;}
.footer-links ul li a {font-size: 14px; line-height: 22px; color: var(--grey); position: relative; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.footer-links ul li a:hover {color: var(--green);}
.footer-links ul li a:before {content: ''; width: 0; height: 2px; position: absolute; bottom: -2px; left: 50%; background-color: var(--green); transition: ease-in-out 0.3s;}
.footer-links ul li a:hover:before {width: 100%; left: 0;}
.footer-links h4 {margin: 0; margin-bottom: 20px; font-size: 18px; color: var(--black);}
.footer-links h5 {font-size: 14px; margin-bottom: 5px;}
.our-businesses {border-top: 1px solid var(--black); border-bottom: 1px solid var(--black); padding: 20px 0;  margin-top: 30px;}
.our-businesses-left {width: 50%;}
.our-businesses-left a {margin-bottom: 20px; display: inline-block;}
.our-businesses-left p {font-size: 14px; line-height: 20px; color: var(--grey);}
.our-businesses-right {width: 50%;text-align: right;}
.our-businesses-right p {margin-bottom: 15px; font-size: 14px; color: var(--grey);}
.our-businesses-right ul {justify-content: end; align-items: center; padding: 0; margin: 0;}
.our-businesses-right ul li {width: 17%; margin-left: 20px; margin-bottom: 10px;}
.our-businesses-right ul li a img {transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out;}
.our-businesses-right ul li a:hover img {transform: scale(1.1); -webkit-transform: scale(1.1);}
.privacy-policy {padding: 20px 0 0;}
.privacy-policy p {font-size: 14px; color: var(--grey);}
.privacy-policy p a {color: var(--grey); position: relative;}
.privacy-policy p a:before {content: ''; width: 0; height: 1px; position: absolute; bottom: -2px; left: 50%; background-color: var(--green); transition: ease-in-out 0.3s;}
.privacy-policy p a:hover:before {width: 100%; left: 0;}
.privacy-policy p a:hover {color: var(--green);}
.next360 a img {width: 85%; margin-left: auto;}

.cookiesSection {
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 12;
    max-width: 500px;
    background-color: #F9F9F9;
    padding: 20px;
    box-shadow: 0 3px 6px 0px rgb(0 0 0 / 29%);
    border-radius: 8px;
}
.cookiesHeader {
    display: flex;
    flex-direction: row;
    place-content: space-between;
    min-height: 50px;
    align-items: center;
}
.cookiesHeader h3 {
    font-size: 22px;
    font-weight: 500;
}
.cookiesHeader button.closeButton {
    position: relative;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.cookiesHeader button.closeButton:before,.cookiesHeader button.closeButton:after {
    width: 2px;
    height: 20px;
    background-color: black;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cookiesHeader button.closeButton:after {
    transform: rotate(-45deg);
}
.cookiesContent p {
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0;
    font-weight: normal;
}
button.acceptCookies {
    min-width: 80px;
    border: none;
    min-height: 36px;
    line-height: 36px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    background-color: #e6e6e6;
    margin-top: 8px;
}
.cookiesSection a{ text-decoration: underline;}

.card-arrows {position: absolute; right: 32px; top: 50%; z-index: 5; display: none; width: 30px;} 
.card-arrows button {width: 30px; border: 1px solid var(--black); border-radius: 50%; padding: 5px; display: block; margin: 10px 0; background: var(--white); cursor: pointer;}
.down-arrow img {transform: rotate(180deg);}
.card-arrows.sticky {
  position: fixed;
}

/* ----------- Signup Page Starts ------------- */
.signup-form-page {padding:0 0 80px; position: relative; z-index: 1; height: 100%;}
.signup-form-page .logo {margin:20px;}
.signup-form-page:after {content: '';position: absolute;left: -15%;top: 12%;z-index: -1;width: 450px;height: 580px;background-color: #FFE0B2;border-radius: 20%;filter: blur(120px);}
.signup-form-left {position: relative;}
.signup-form-left h4 {margin-bottom: 20px; font-size: 26px;}
.signup-form-left ul li {margin-bottom: 12px; padding-left: 25px; color: var(--grey); position: relative;}
.signup-form-left ul li::before {content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; background: url(../images/done.svg) no-repeat; background-size: contain;}
.signup-form-right {background: var(--white); border-radius: 30px 0; padding: 15px 30px; box-shadow: -5px 5px 8px rgba(0, 0, 0, 0.2); min-height: 525px; position: relative; z-index: 2;}
.signup-robot {position: absolute; right: -265px;top: 60%; width: 330px;}
.signup-robot figure {animation: fadeDown 8s ease-in-out infinite;transform-origin: left;}
.robot-path {position: absolute; left: 100px; bottom: -65px; width: 670px; z-index: -1;}

.signup-cloud-1 {
  position: absolute;
  left: 0;
  top: -85px;
  right: 0;
  margin: 0 auto;
  width: 90px;
}
.signup-cloud-2 {
  position: absolute;
  left: -170px;
  bottom: 0;
  right: 0;
  width: 180px;
}
.signup-cloud-3 {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  margin: 0 auto;
  width: 80px;
}
.signup-linepath {
  position: absolute;
  top: -150px;
  right: 30px;
  margin: 0 auto;
  width: 50px;
}

.signup-form-page .dot-image {
  position: absolute;
  right: -60px;
  top: -30px;
  width: 15px;
}
.signup-form-page .dot-image3 {
  position: absolute;
  left: -100px;
  top: 40px;
  bottom: auto;
}
.signup-linepath.signup-linepath-mobile {display: none;}



.lmsBanner .innerBannerImage img {max-height: 506px; margin: 0 auto;}

/* School ERP Page Starts */
.innerBannerContent                   {width: 55%;} 
.innerHomeText                        { display: flex; align-items: center; flex-direction: row; color: var(--green); font-size: 14px; font-weight: 600; line-height: 15px;} 
.innerHomeText img                    { max-width: 24px; margin-right: 8px; }
.innerBannerContent h1                { text-align: left; } 
.innerBannerContent ul                { display: flex; margin-top: 30px; } 
.innerBannerContent ul li             { margin-right: 16px; }
.innerBannerContent ul li:last-child  { margin: 0;}
.innerBannerContent p strong           { display: block; margin: 10px 0 6px 0; }
.innerBanner                          {min-height: 400px;padding: 50px 0;position: relative;z-index: 1;} 
.innerBannerImage                     {position: absolute;right: 0;top: -10px;width: 750px;z-index: -1;}

.innerBanner:after {
  content: '';
  position: absolute;
  left: -15%;
  bottom: -35%;
  z-index: -1;
  width: 465px;
  height: 500px;
  background-color: #499f4660;
  border-radius: 200px;
  filter: blur(170px);
}
.innaerBannermain {position: relative; z-index: 1; overflow: hidden;}
.dot-image4 {
  position: absolute;
  left: 100px;
  top: 35px;
  width: 8px;
} 
.dot-image5 {
  position: absolute;
  right: 85px;
  bottom: -25px;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--yellow);
}

.logo-slider {
  --image-size: 120px;
  margin: 130px 0 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
}
.logo-slider:hover ul {
  animation-play-state: paused;
}
.logo-slider ul {
  display: flex;
  position: relative;
  animation: marquee 100s linear infinite;
  justify-content: space-around;
}
.logo-slider ul li {margin: 0 5px;}
.logo-slider img {
  display: block;
  min-width: var(--image-size);
  height: var(--image-size);
  margin: 0;
}


@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.outTeam                              { padding: 90px 0 150px; text-align: center; } 
.outTeam ul                           { display: flex; flex-direction: row; justify-content: center; align-items: center; } 
.outTeam ul li                        {display: flex;flex-direction: row;margin: 0 5px;position: relative;} 
.outTeam ul li:nth-child(2) .outTeamItems:before {transform: rotate(235deg); animation-name: circleAnimation2; -webkit-animation-name: circleAnimation2;}
.outTeamItems                         { width: 240px; height: 240px; border-radius: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; } 
.outTeamItems::after {content: ''; position: absolute; left: 0; right: 0; bottom: -16px; margin: 0 auto; width: 50%; height: 6px; filter: blur(2px); border-radius: 50%; background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);}
.outTeamItems img                     { max-width: 60px; max-height: 60px; } 
.outTeamItems strong                  { margin: 16px 0 10px 0; font-size: 36px; line-height: 38px; font-weight: 900;} 
.outTeamItems span                    {color: var(--grey);}
.outTeamItems:before                  { content: ''; border: solid 2px var(--green); width: 100%; height: 100%; position: absolute; border-radius: 100%; left: 0; top: 0; border-style: solid dashed dashed solid; transform: rotate(45deg); animation: circleAnimation 6s linear infinite; -webkit-animation: circleAnimation 6s linear infinite; }

@keyframes circleAnimation { 0% {transform: rotate(45deg);} 100% {transform: rotate(405deg);}} 
@-webkit-keyframes circleAnimation { 0% {transform: rotate(45deg);} 100% {transform: rotate(405deg);}} 
@keyframes circleAnimation2 { 0% {transform: rotate(235deg);} 100% {transform: rotate(595deg);}}
@-webkit-keyframes circleAnimation2 { 0% {transform: rotate(235deg);} 100% {transform: rotate(595deg);}}

.arrowIconBlock                       {width: 32px;height: 32px;z-index: 1;position: absolute;top: 0;bottom: 4px;left: -20px;margin: auto;background-color: white;border-radius: 100px;}
.arrowIconBlock img                   {transform: rotate(4deg);}

.srcollingSectionsBg .container,
.ourUnrivalled .container {position: relative; z-index: 2;}
 .ourUnrivalled                     { padding: 60px 0; position: relative; z-index: 2;}
 .ourUnrivalled .content-heading {margin-bottom: 20px;}
 .ourUnrivalledSection              { display: flex; flex-direction: row; padding: 0 5%;} 
 .ourUnrivalledLeftSection          { max-width: 490px; } 
 .ourUnrivalledSection ul           {display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;place-content: center;margin-left: 8%;min-width: 490px;} 
 .ourUnrivalledSection ul li        { display: flex; flex-direction: row; align-items: center; width: 40%; height: max-content; margin: 10px 0; } 
 .ourUnrivalledSection ul li img    { max-width: 50px; margin-right: 6px; } 
 .ourUnrivalledSection ul li div    { display: flex; flex: 1; flex-direction: column; font-size: 16px; } 
 .ourUnrivalledSection ul li div strong { font-size: 20px; } 
 .ourUnrivalledSection ul li div span { color: var(--grey); }

 .srcollingSectionsBg.topspace {margin-top: -160px;}
 /* .ourUnrivalled::before {
  content: '';
  position: absolute;
  left: -15%;
  top: 6%;
  z-index: 2;
  width: 650px;
  height: 745px;
  background-color: #FFE0B2;
  border-radius: 50%;
  filter: blur(115px);
} */
 .srcollingSectionsShadow,
 .srcollingSectionsShadowInner {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    width: 100%;
 }
 .srcollingSectionsShadow:after,
 .srcollingSectionsShadowInner:after {
  content: '';
  position: absolute;
  right: -15%;
  top: 6%;
  z-index: 1;
  width: 465px;
  height: 800px;
  background-color: #499f4660;
  border-radius: 200px;
  filter: blur(170px);
}
.srcollingSectionsShadow::before,
.srcollingSectionsShadowInner::before {
  content: '';
  position: absolute;
  left: -15%;
  top: 12%;
  z-index: 2;
  width: 650px;
  height: 745px;
  background-color: #FFE0B2;
  border-radius: 50%;
  filter: blur(115px);
}

 .srcollingSectionsShadowInner:after {
  top: auto;
  right: auto;
  left: -15%;
  bottom: 5%;
  width: 400px;
  height: 600px;
}
.srcollingSectionsShadowInner::before {
  top: auto;
  left: auto;
  right: -15%;
  bottom: 12%;
  width: 650px;
  height: 745px;
}

.sticky-wrapper {
  position: sticky;
  top: 30%; 
}
#sticky-image {
  width: auto;
  transition: opacity 0.3s ease-in-out;
  max-height: 350px;
  margin: 0 auto;
}

.srcollingContentIn {
  margin-bottom: 80px;
}

 .srcollingSectionsBg {
  padding: 0 0;
  position: relative;
  /* background-color: #fff7de; */
  margin: 70px 0 30px;
} 
 /* .srcollingSectionsBg:before, 
 .srcollingSectionsBg:after       {content: '';position: absolute;height: 200px;width: 100%;background: url('../images/srcollingSectionsBg.png');z-index: -1;background-repeat: no-repeat;background-size: 100% 100%;} 
 .srcollingSectionsBg:before      {top: -198px;}
 .srcollingSectionsBg:after       {bottom: -198px;transform: rotateX(180deg);} */
 .srcollingSections               {display: flex;flex-direction: row;padding: 40px 0;} 
 .srcollingSectionsImage          {min-width: 48%;margin-right: 30px;max-width: 55%;} 
 .srcollingContent                { display: flex; flex-direction: column; flex: 1; } 
 .srcollingContent h3             { font-size: 30px; line-height: 36px; margin-bottom: 12px; } 
 .srcollingContent h3 span        { color: var(--green);}
 .srcollingContent strong         { font-size: 22px; line-height: 26px; margin-bottom: 12px;} 
 .srcollingContent p              { margin-bottom: 22px;} 
 .srcollingContent ul li          { margin-bottom: 16px;background: url('../images/bulletPoint.png') no-repeat left top;background-size: 20px;padding: 0 0 0 28px;min-height: 20px;line-height: 20px; color: var(--grey);}
 .srcollingImageMobile {display: none;}


 .faqSectionBg                    { padding: 40px 0;}
 .faqSection                      { display: flex; flex-direction: row;} 
 .faqSection ul   {width: 50%;}
 .faqAccordion                    { width: 100%; padding: 6px 10px; } 
 .faqHeader                       {font-weight: 500;cursor: pointer;min-height: 40px;background-color: #e6e6e6;padding: 16px 60px 16px 24px;position: relative;} 
 .faqHeader:after, 
 .faqHeader:before                {content: '';width: 12px;height: 2px;position: absolute;right: 29px;top: 0;bottom: 0;margin: auto;display: inline-block;background-color: black;} 
 .faqHeader:before                {width: 2px;height: 12px;right: 34px;}
  .faqSection ul li.active .faqHeader:before        { display: none;}
 .faqContainer                    {display: none;background-color: #e6e6e6;padding: 10px 24px 10px 24px;border-top: solid 1px var(--grey);} 
 .faqContainer p                  {padding: 4px 0;}
 .faqContainer p a                {color: var(--green);}
 .faqSectionBg h2                 { text-align: center; margin-bottom: 16px; }
 .faqContainer h6                 { margin-bottom: 10px; margin-top: 8px; }
 .faqContainer a:hover            { text-decoration: underline; color: #238b45;}

.top-bar {width: 100%; background: #d1e7d0; padding: 5px 20px; text-align: center; display: flex; justify-content: center;}
.top-bar a {font-size: 18px; line-height: 28px; color: var(--green); display: flex; align-items: center;}
.top-bar a span {margin-right: 8px; width: 55px;}

.nextGenBg                     { position: relative; background: url(../images/our-team-cloud-bg.png) no-repeat; background-size: 100% auto; padding: 70px 0 300px 0; background-position-y: 185px; margin-bottom: -160px;}
.nextGenBg.removebottomspace {margin-bottom: 0;}
.nextGen ul li .nextGenIcon     {background: url(../images/logoIcon.png) no-repeat; background-size: cover; width: 130px; height: 136px; display: flex ; flex-direction: row; align-items: flex-end; padding-bottom: 25px; margin-bottom: 16px;}
.nextGen { } .nextGen ul { display: flex; flex-direction: row; max-width: 80%; margin: 0 auto; padding: 0 16px; } 
.nextGen ul li { display: flex; flex-direction: column; padding-top: 200px; min-width: 25%; align-items: center; font-size: 16px; line-height: 16px; font-weight: 600; color: var(--grey); position: relative;} 
.nextGen ul li .nextGenIcon { } 
.nextGen ul li:first-child .nextGenIcon, 
.nextGen ul li:last-child .nextGenIcon { width: 200px; height: 210px; padding-bottom: 40px;} 
.nextGen ul li .nextGenIcon img { max-width: 50px; margin: 0 auto; } 
.nextGen ul li:last-child .nextGenIcon img { max-width: 50px; } 
.nextGen ul li:first-child .nextGenIcon img { max-width: 60px; } 
.nextGen ul li strong { font-size: 24px; margin-bottom: 6px; line-height: 24px; } 
.nextGen ul li:first-child, .nextGen ul li:last-child { padding-top: 310px; } 
.nextGen ul li:before { content: ''; position: absolute; left: 0; top: 0; height: 200px; background-color: white; display: inline-block; width: 2px; right: 0; margin: auto; } 
.nextGen ul li:first-child:before, .nextGen ul li:last-child:before { height: 310px; }
.more {display: none;}


/* Kinder Suite Stars */
.timelineSectionBg                { padding: 20px 0 70px 0; z-index: 2; position: relative;} 
.timelineSection                  { display: flex; flex-direction: row; } 

.timelineLinks                    { position: sticky; top: 160px; height: max-content; min-width: 260px; margin-right: 40px; } 
.timelineLinks:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: calc(100% - 15px);
    background: #4d4d4d30;
}
.timelineLinks *,.timelineLinks ul li a.active:after,
.timelineLinks ul li a.active:before { transition: ease-in-out 0.3s all;}
.timelineLinks ul                 {   } 
.timelineLinks ul li              {margin: 0 0 30px 0;} 
.timelineLinks ul li:last-child   { margin-bottom: 0;}
.timelineLinks ul li a            { cursor: pointer; font-size: 18px; color: var(--grey); padding: 0 0 0 24px; position: relative; } 
.timelineLinks ul li a:hover,
.timelineLinks ul li.active a { color: var(--green); text-shadow: 0px 0 1px var(--green); } 
.timelineLinks ul li a.active     { color: var(--green); text-shadow: 0px 0 1px var(--green); } 
/* .timelineLinks ul li.active:first-child a:before {bottom: auto;} 
.timelineLinks ul li.active:first-child a::after {top: 10px;}  */

/* .timelineLinks ul li a:after      {content: '';width: 4px;height: 60px;background: transparent;display: inline-block;position: absolute;left: -2px;top: 18px;z-index: 1;border-radius: 3px;} */
.timelineLinks ul li a:before     { content: ''; width: 10px; height: 10px; border-radius: 8px; background: transparent; display: inline-block; position: absolute; left: -5px; top: 0; bottom: 0; margin: auto; z-index: 1; } 

.timelineLinks ul li.active a:before { background: var(--yellow);} 
.timelineLinks ul li.active a:after {background: var(--yellow);}

.timelineLinks.k-12-links {min-width: 310px;}
.edtechSectionBg.k-12-edTech {padding-top: 0; margin-top: -2px; overflow: hidden; position: relative; z-index: 5;}
.k-12-edTechShadow {position: absolute; left: 0; top: -8%; width: 100%; height: 100%; overflow: hidden; z-index: -1;}
.k-12-edTechShadow::before {
  content: '';
  position: absolute;
  right: -15%;
  top: 4%;
  z-index: 2;
  width: 650px;
  height: 745px;
  background-color: #FFE0B2;
  border-radius: 50%;
  filter: blur(115px);
}
.k-12-dot1 {position: absolute; right: -60px; bottom: -100px; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow);}
.k-12-dot2 {position: absolute; right: 60px; bottom: 15px; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow);}
.k-12-dot3 {position: absolute; right: -120px; bottom: 30%; width: 8px; height: 8px; border-radius: 50%; background: var(--green);}
.k-12-dot4 {position: absolute; left: -70px; bottom: 15%; width: 5px; height: 5px; border-radius: 50%; background: var(--yellow);}
.edtechSectionBg.k-12-edTech .edtechSection-in {
    background: url(../images/k-12-suite/circle/top-shape.png) no-repeat center top; 
    background-size: cover; 
    display: inline-block;
    width: 100%;
    min-height: 480px;
    padding-top: 25px;
    position: relative;
    z-index: 2;
}   
.edtech-circle {
    width: 900px;
    height: 900px;
    margin: -36% auto 450px;
    position: relative;
}    
.edtech-circle-amination {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
}
.edtech-circle-amination-in {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/k-12-suite/circle/circle.png) no-repeat;
  background-size: contain;
  animation: rotate-animation 50s linear infinite;
  -webkit-animation: rotate-animation 50s linear infinite;
}
.edtech-rotate img {
    max-height: 36px;
    max-width: 36px;
}
.edtech-rotate span {
    position: absolute;
    left: 50%;
    /* bottom: -50px; */
    bottom: -28px;
    font-size: 24px;
    color: var(--grey);
    font-weight: 700;
    transform: translateX(-50%);
    width: 170px;
    text-align: center;
}
.edtech-rotate span small {display: block; font-weight: 600; font-size: 16px;}
.edtech-rotate-icon1 {
  position: absolute;
  left: 176px;
  bottom: 9%;
  max-height: 36px;
}
.edtech-rotate-icon2 {
  position: absolute;
  left: 24.3%;
  bottom: 37%;
}
.edtech-rotate-icon3 {
  position: absolute;
  right: 4.5%;
  bottom: 25%;
}
.edtech-rotate-icon4 {
  position: absolute;
  right: 28%;
  bottom: 17%;
}

.edtech-rotate-icon5 {
    position: absolute;
    right: 24%;
    bottom: 35%;
    width: 35px;
}
.edtech-rotate-icon6 {
    position: absolute;
    left: 35%;
    bottom: 11.7%;
    width: 35px;
}
.edtech-rotate-icon7 {
    position: absolute;
    left: 74px;
    bottom: 18%;
    width: 35px;
}

.edtech-rotate-icon8 {
    position: absolute;
    left: 26%;
    top: 35%;
    width: 35px;
}
.edtech-rotate-icon9 {
    position: absolute;
    right: 35%;
    top: 12.5%;
    width: 35px;
}
.edtech-rotate-icon10 {
    position: absolute;
    right: 75px;
    top: 18%;
    width: 35px;
}

.racketBase {
    position: absolute;
    left: 0;
    right: -48px;
    margin: 0 auto;
    bottom: -47%;
    width: 288px;
}
.racketFire {
    position: absolute;
    left: -17px;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 50px;
    animation: pulse 1.5s ease-in-out infinite;
    -webkit-animation: pulse 1.5s ease-in-out infinite;
}
.racketImage {
    position: absolute;
    left: -118px;
    right: 0;
    margin: 0 auto;
    top: -190px;
    width: 350px;
}
.stars {
  position: absolute;
  left: -30px;
  right: 0;
  margin: 0 auto;
  top: -250px;
  width: 300px;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fireEffect {
  from {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
@keyframes fireEffect {
  from {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }

  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}



.timelineItems                    { padding: 0; } 

@media (min-width:768px) {
/* .timelineBlock                    { display: none;}   */
}

.timelineBlock                    { margin: 0 0 50px 0; line-height: 1.3; position: relative; } 
.timelineBlock.active             { display: flex;}
.timelineBlock h3                 { margin: 0 0 8px 0; font-size: 24px; line-height: 30px;} 
.timelineBlock p                  { margin-bottom: 16px; }
.timelineBlock strong             { font-size: 16px;color: var(--grey);margin-bottom: 12px;display: block;} 
.timelineBlock ul                 { margin-bottom: 30px; }
.timelineBlock ul li              { background: url(../images/bulletPoint.png) no-repeat left 2px; background-size: 14px; color: var(--grey); font-size: 16px; margin: 12px 0; margin-left: 0; padding-left: 24px; } 
.timelineBlock ul li:last-child   { margin-bottom: 0;}
.timelineImage img                { }
.edtechSectionBg                  { padding: 70px 0 0; position: relative; z-index: 1;}
.timelineSectionLinksLabel {
    font-size: 13px;
    padding: 20px 0 10px 20px;
    display: block;
    font-weight: 500;
}

.timelineSectionLinks ul {
    overflow: auto;
    max-height: calc(100vh - 215px);
}

.timelineSectionLinks ul li {
    padding: 0 10px 0 0px;
    margin: 4px 0;
}

.timelineSectionLinks ul li a {
    border-radius: 0 20px 20px 0;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 18px;
    cursor: pointer;
    transition: none;
}

.timelineSectionLinks ul li.active a {
    background-color: #fff7de;
    box-shadow: 0 2px 6px rgb(0 0 0 / 24%);
    text-shadow: 0px 0px black;
}

.timelineSectionLinks ul li a i {
    width: 36px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    justify-content: center;
    display: flex;
    margin: 0 10px 0 0;
    border-radius: 6px;
    font-weight: bold;
    background-color: var(--white);
    color: var(--black);
}
.timelineSectionLinks ul li a img {
  margin-right: 10px;
}

.timelineSectionLinks ul li.active a i {
    font-size: 20px;
    color: var(--green);
}

.timelineSectionIn {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.timelineSectionLinks ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: var(--white);
    border-radius: 8px;
}

.timelineSectionLinks ul::-webkit-scrollbar-thumb {
    background-color: #808080;
    border-radius: 8px;
}

 .edtechSectionBg:after {
  content: '';
  position: absolute;
  left: -15%;
  top: 0;
  z-index: 2;
  width: 365px;
  height: 650px;
  background-color: #499f4660;
  border-radius: 200px;
  filter: blur(170px);
}
.kinderSuiteMainShadow {width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; overflow: hidden;}
.kinderSuiteMainShadow::before {
  content: '';
  position: absolute;
  right: -15%;
  top: 3%;
  z-index: -1;
  width: 520px;
  height: 645px;
  background-color: #FFE0B2;
  border-radius: 50%;
  filter: blur(115px);
}
.video-section {margin: -100px 0;}
#scrollVideo {width: 100%;}
.timelineBlock small { scroll-margin-top: 140px;}
.featureTable {  border-radius: 8px; width: 100%; } 
.featureTableItems {border-bottom: solid 1px var(--light-gray);min-height: 40px; padding-left: 14px;} 
.featureTable .featureTableItems:last-child { border: none; }
.module-content { align-items: flex-start; flex-direction: column; flex: 1; }
.featureTableMobileHeader {margin-bottom: 8px;flex-direction: row;min-height: 48px;background: #f2f2f2;color: var(--green);align-items: stretch;line-height: 40px;border-radius: 0 6px 6px 0;overflow: hidden;font-size: 16px;font-weight: 600;padding-left: 20px;} 

.featureTableMobileHeader div { padding: 0 8px; display: flex; align-items: center; width: 18%; justify-content: center; } 
.featureTableMobileHeader div:first-child { flex: 1; border-left: none; justify-content: flex-start; } 
.featureTableMobileHeader div img { width: auto; height: 18px; margin-top: 4px; }

.timelineBlock .more {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    /* display: inline-block; */
    cursor: pointer;
    color: var(--black);
}
.timelineBlock .item_content p span::after {
    content: '..';
    display: inline-block;
    margin-right: 5px;
}
.item_content .card-content-right ul {
    margin-bottom: 15px;
}
.more.less {margin-bottom: 15px;}
.more.less small {
   font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: var(--black);
}
/* -------------------Kinder Suite Page starts---------------------- */
.solution-banner {min-height: 800px; padding-top: 30px; position: relative; overflow: hidden;}
/* .solutionBannerContent {
    width: 74%;
    margin: 0 auto;
    text-align: center;
} */
.kinderSuiteBannerInner { padding-top: 40px;}
.solutionBannerContent {width: 60%; padding-right: 20px; padding-top: 80px; position: relative; z-index: 3;}
.solutionBannerContent h2 {margin-bottom: 20px;}
.solutionBannerContent p {margin-bottom: 25px;}
.getStartedFree {display: flex; justify-content: center;}
.kinderSuiteBannerImage {max-width: 50%; margin: 25px auto;}
.kinderSuiteBannerImage a {position: relative;}
.solutionBannerContent .bredCrumbs {color: var(--green);}

.solution-banner .innerBannerImage {top: 100px; z-index: 1; width: 40%; padding-right: 20px;}
.solution-banner .innerBannerImage img {max-height: 600px; margin: 0 auto;}
.k-12-banner {background: url(../images/k-12-suite/k-12-suite-banner-bg.webp) no-repeat center bottom; background-size: 100% auto;}
.kinder-suite-banner {background: url(../images/kinder-suite/kinder-suite-banner-bg.webp) no-repeat center bottom; background-size: 100% auto; }
.coachpro-banner {background: url(../images/coachpro/coachpro-banner.webp) no-repeat center bottom; background-size: 100% auto; position: relative;}
/* .tutor-banner {background: url(../images/tutor-edge/tutor-banner.webp) no-repeat center bottom; background-size: 100% auto;} */
.kinder-suite-banner .innerBannerImage { width: 50%; }


.playButton { width: 60px; height: 60px; display: inline-block; background-color: var(--yellow); border-radius: 50%; margin-left: 26px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 1;} 
.playButton .play-icon {border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid white; width: 0; height: 0; display: inline-block; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; } 
.playButton::before { content: ""; position: absolute; z-index: -1; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 80px; height: 80px; background-color:  var(--yellow); border-radius: 50%; animation: 2000ms ease-out 0s infinite normal none running pulse-border; } 
.playButton::after { content: ""; position: absolute; z-index: -2; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 110px; height: 110px; background-color:  var(--yellow); border-radius: 50%; animation: 2000ms ease-out 0s infinite normal none running pulse-border; } 
@keyframes pulse-border { 0% { transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1); opacity: 0.8; } 100% { transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5); opacity: 0; } } 
@-webkit-keyframes pulse-border { 0% { transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1); opacity: 0.8; } 100% { transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.5); opacity: 0; } } 

.logo-slider.topspaceremove {margin-top: 50px; margin-bottom: 50px; position: relative; z-index: 2;}
.endless-magic-section {background: url(../images/kinder-suite/endless-magic-bg.webp) no-repeat; background-size: cover; padding: 70px 0 40px; position: relative; margin-top: 100px;}
.endless-magic-section:after {
  content: '';
  position: absolute;
  left: -15%;
  bottom: -60%;
  z-index: -1;
  width: 350px;
  height: 550px;
  background-color: #499f4660;
  border-radius: 200px;
  filter: blur(170px);
}
.endless-magic-section .content-heading {margin-bottom: 20px;}
.endless-magic {margin-bottom: 25px;}
.endless-magic ul {}
.endless-magic ul li {margin:  0 15px; position: relative;}
.endless-magic ul li img {padding: 8px;}
.endless-magic ul li::before {
  content: '';
  position: absolute;
 left: -14px;
  top: -10px;
  width: calc(100% + 28px);
  height: calc(100% + 20px);
  background: url(../images/kinder-suite/slider-1.webp) no-repeat center center; 
  background-size: cover;
  z-index: -1;
  display: none;
}
/* Add vertical padding to center the content visually */
.endless-magic-section .slick-list {
  padding: 50px 0 !important;
}

.magic-slider .slick-slide {
  transform: scale(0.9);
  transition: transform 0.3s ease;
  opacity: 0.6;
  position: relative;
  z-index: 1;
}

.magic-slider .slick-center {
  transform: scale(1);
  opacity: 1;
  z-index: 3;
}

.magic-slider .prev-slide,
.magic-slider .next-slide {
  transform: scale(0.95);
  opacity: 0.8;
  z-index: 2;
}

.endless-magic ul li.slick-slide.slick-current {transform: scale(1.05);}
.endless-magic ul li.slick-slide.slick-current::before {display: block;}

.endless-magic .slick-prev, 
.endless-magic .slick-next {
  width: 36px;
  height: 36px;
  background: url(../images/slide-arrow-white.svg) var(--green) no-repeat center center !important;
  border-radius: 50%;
  background-size: 65%;
  z-index: 1;
}
.endless-magic .slick-prev {
  transform: rotate(180deg);
  left: 35%;
  margin-top: -18px;
}
.endless-magic .slick-next {
  right: 35%;
}
.endless-magic .slick-prev::before, 
.endless-magic .slick-next::before {
  display: none;
}
.comprehensive-suite-section.toppad {padding-top: 30px;}
/* -------------------Html5 popup starts---------------------- */

a[title="jQuery Lightbox"]                  { display: none !important;}
 .htmlDilog                                 { display: none; }
 #html5box-html5-lightbox video             {  width: 100%; height: 100%; }
  .html5-prev-fullscreen                    { background: url(../images/arrow-left.png) no-repeat center; background-color: white; width: 36px; height: 36px;}
  .html5-next-fullscreen                    { background: url(../images/arrow-right.png) no-repeat center; background-color: white; width: 36px; height: 36px;}
  #html5-close-fullscreen                   { background: url(../images/close.png) no-repeat center !important;background-color: white !important;width: 36px;height: 36px;outline: none;right: 15px !important;top: 15px !important;border-radius: 100%;}

  #html5-close-fullscreen .mh-icon-close    { display: none;}
  .html5-title-prefix                       { font-weight: bold; background-color: white; color: black; margin-right: 10px; display: inline-block; padding: 3px 6px;}
  .html5-prev                               { box-shadow: 2px 0 2px black; background-image: url(../images/arrow-left.png); background-position: center; background-repeat: no-repeat; background-color: white;  width: 33px; height: 72px; border-radius: 0 36px 36px 0;}
  .html5-next                               { box-shadow: -2px 0 2px black; background-image: url(../images/arrow-right.png); background-position: center; background-repeat: no-repeat; background-color: white;  width: 33px; height: 72px; border-radius: 36px 0 0 36px;}
  .html5-prev-inside .mh-icon-left, .html5-next-inside .mh-icon-right { display: none;}
  /* -------------------Html5 popup ends---------------------- */
/* -------------------Kinder Suite Page ends---------------------- */
/* -------------------k-12 Suite Page starts---------------------- */
.kinderSuiteBanner.k-12-suite-banner {background: url(../images/k-12-suite/k-12-banner.webp) no-repeat center bottom; background-size: 100% auto; padding-bottom: 30px; position: relative; z-index: 3;}
.logo-section {background: #ffeb99; display: inline-block; width: 100%; position: relative; z-index: 2;}
.k-12-edTech.edtechSectionBg::after {display: none;}
.k-12-edTech.edtechSectionBg .video-section {margin: -285px 0 0 0;}
.logo-section .logo-slider {margin: 50px 0;}
.k-12-edTech.edtechSectionBg .kinderSuiteMainShadow {height: 145%;}
.k-12-edTech.edtechSectionBg  .kinderSuiteMainShadow::before {top: 50%;}
.kinderSuiteBanner.k-12-suite-banner:after {
    content: '';
    position: absolute;
    left: -15%;
    bottom: 5%;
    z-index: -1;
    width: 500px;
    height: 600px;
    background-color: #499f4660;
    border-radius: 200px;
    filter: blur(170px);
}
/* -------------------k-12 Suite Page ends---------------------- */
/* -------------------CoachPro Page starts---------------------- */
.coachpro-page .logo-section .logo-slider {margin-top: 0;}
.coachpro-main {overflow: hidden;}
.kinderSuiteBanner.coachpro-banner {background: url(../images/coachpro/coachpro-banner.webp) no-repeat center bottom; background-size: 100% auto; padding-bottom: 30px; position: relative; z-index: 3;}
.coachpro-page .logo-section {background: url(../images/coachpro/whater-theme.webp) no-repeat center bottom; background-size: cover; min-height: 530px; position: relative; z-index: 1; margin-top: -2px;}
.water-robot {position: absolute; right: 130px; bottom: -40%; width: 550px; animation: fadeDown 10s linear infinite;}
.CoachProEdTech {padding: 70px 0 40px; position: relative; z-index: 1;}
.CoachProEdTech ul li {padding: 0 10px;}
.CoachProEdTech ul li figure {margin-bottom: 10px;}
.CoachProEdTech ul li figure img {max-width: 75%; margin: 0 auto;}
.CoachProEdTech ul li h3 {font-size: 24px; line-height: 28px; margin-bottom: 8px; color: var(--green);}
.CoachProEdTech ul li p {font-size: 16px; font-weight: 600; line-height: 20px;}
.line-path-14 {position: absolute; left: 10%; top: 0; width: 50px;}
.CoachProEdTech:after {
    content: '';
    position: absolute;
    left: -15%;
    bottom: 40%;
    z-index: -1;
    width: 450px;
    height: 500px;
    background-color: #499f4660;
    border-radius: 200px;
    filter: blur(170px);
}
.kinderSuiteBannerImage.coachpro-video  {}
 
.tortoises {position: absolute; left: 16%; bottom: 390px; width: 75px; animation: swim 20s linear infinite; z-index: -1}
.fish-group {position: absolute; right: -100%; bottom: 200px; width: 200px; animation: fishSwiming 40s linear infinite; z-index: -1;}
.fish-group.fish-group2 {animation-delay: 20s;}
@keyframes fishSwiming {
    100% {
      transform: translateY(-40px) rotate(0deg);
      opacity: 0.8;
      right: 100%;
    }
    75% {
      transform: translateY(0)  rotate(-20deg);
      right: 80%;
    }
    50% {
      transform: translateY(0) rotate(-20deg);
      right: 40%;
    }
    25% {
      transform: translateY(-20px)  rotate(-25deg);
      right: 20%;
      opacity: 1;
    }
    0% {
      transform: translateY(-40px)  rotate(-20deg);
      opacity: 0;
      right: -20%;
    }
}

@keyframes swim {
    100% {
      transform: translateY(-90px) rotate(30deg);
      opacity: 0.8;
      left: 0;
    }
    75% {
      transform: translateY(-70px)  rotate(20deg);
      left: 4%;
    }
    50% {
      transform: translateY(-50px) rotate(15deg);
      left: 8%;
    }
    25% {
      transform: translateY(-10px)  rotate(-10deg);
      left: 12%;
      opacity: 1;
    }
    0% {
      transform: translateY(-35px)  rotate(-20deg);
      opacity: 0;
      left: 16%;
    }
}
/* -------------------CoachPro Page ends---------------------- */
/* -------------------Tutor Edge Page starts---------------------- */
.kinderSuiteBanner.tutor-banner {padding-bottom: 30px; position: relative; z-index: 3; background: none;}
.tutor-mountains-section {background: url(../images/tutor-edge/tutor-mountains.webp) no-repeat center bottom; background-size: cover; position: relative; z-index: 1; margin-top: -2px; overflow: hidden;}
.tutor-edge-page .logo-slider {padding: 50px 0; margin: 0;}
.tutorEdgeEdTech {padding: 0 0 40px; position: relative; z-index: 1;}
.tutorEdgeEdTech .content-heading {max-width: 50%; margin-left: auto;}
.tutorEdgeEdTech ul {min-height: 500px; width: 1100px; margin-left: auto; margin-right: -50px;}
.tutorEdgeEdTech ul li {padding: 0 10px; position: relative; height: max-content;}
.tutorEdgeEdTech ul li:nth-child(1) {top: 350px;}
.tutorEdgeEdTech ul li:nth-child(2) {top: 90px;}
.tutorEdgeEdTech ul li:nth-child(3) {top: 300px; }
.tutorEdgeEdTech ul li:nth-child(4) {top: 0;}
.tutorEdgeEdTech ul li::before {content: '';position: absolute;left: 0;top: -20px;right: 0;margin: 0 auto;width: 8px;height: 8px;border: 1px solid var(--grey);background: var(--yellow);border-radius: 50%;}
.tutorEdgeEdTech ul li::after {
  content: ''; 
  position: absolute; 
  left: 50%; 
  top: -15px; 
  z-index: -1;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #000, #000 75%, transparent 75%, transparent 100%);
  background-size: 10px 1px;
  border: none;
}
.tutorEdgeEdTech ul li:nth-child(1)::after {
  left: 42%;
  top: -99px;
  width: 114%;
  transform: rotate(-32deg);
}
.tutorEdgeEdTech ul li:nth-child(2)::after {
  left: 44%;
  top: 135px;
  width: 110%;
  transform: rotate(23deg);
}
.tutorEdgeEdTech ul li:nth-child(2)::before {
    top: 70px;
    right: 7px;
}
.tutorEdgeEdTech ul li:nth-child(3)::after {
  left: 39%;
  top: -122px;
  width: 123%;
  transform: rotate(-37deg);
}
.tutorEdgeEdTech ul li:nth-child(4)::after {
  width: 500rem;
  transform: rotate(31deg);
  top: 2137px;
  left: -433px;
}
.tutorEdgeEdTech ul li:nth-child(4) figure {margin-right: 8px; margin-bottom: 0;}
.tutorEdgeEdTech ul li:nth-child(4)::before {
  top: 70px;
}
.left-line {
  position: absolute; 
  right: 46%;
  top: -66px; 
  z-index: -1;
  width: 92%;
  height: 1px;
  background-image: linear-gradient(90deg, #000, #000 75%, transparent 75%, transparent 100%);
  background-size: 10px 1px;
  border: none;
  transform: rotate(24deg);
}
.left-line::before {
  content: '';
  position: absolute;
  right: 87%;
  top: 487px;
  width: 500rem;
  height: 1px;
  background-image: linear-gradient(90deg, #000, #000 75%, transparent 75%, transparent 100%);
  background-size: 10px 1px;
  border: none;
  transform: rotate(-7deg);
}

.tutorEdgeEdTech ul li figure {margin-bottom: 10px;}
.tutorEdgeEdTech ul li figure img {max-height: 36px;max-width: 36px;margin: 0 auto;}
.tutorEdgeEdTech ul li h3 {font-size: 24px; line-height: 28px; margin-bottom: 8px; color: var(--green);}
.tutorEdgeEdTech ul li p {font-size: 16px; font-weight: 600; line-height: 20px;}
.tutor-robot {
  position: absolute;
  left: -190px;
  top: -398px;
  width: 350px;
}
.tutor-edge-page .kinderSuiteMainShadow::before {
  content: '';
  position: absolute;
  left: -15%;
  top: 4%;
  z-index: 2;
  width: 450px;
  height: 500px;
  background-color: #499f4660;
  border-radius: 50%;
  filter: blur(115px);
}
/* -------------------Tutor Edge Page ends---------------------- */
/* --------------------About Us Page starts---------------------- */
.about-banner {background: var(--black); position: relative;}
.about-banner-in {overflow: hidden; width: 100%; height: 100%; position: relative;}
.about-banner-content {position: absolute; left: 0; top: 45px; text-align: center; width: 100%; z-index: 1;}
.about-banner-content h1 {color: var(--white); margin-bottom: 15px;}
.about-banner-content h1 img {display: inline-block; vertical-align: middle; margin-top: 15px;}
.about-banner-content h2 {color: var(--white); font-weight: 300; font-size: 25px;}
.about-banner-content p {color: var(--white); margin-bottom: 15px; font-weight: 300; font-size: 20px;}
.banner-circle-sectionBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.banner-circle-section {
    width: 1100px;
    height: 1100px;
    position: relative;
    bottom: -430px;
}
.banner-circle {
  border: solid 1px #4b4949;
  display: block;
  border-radius: 100%;
  outline: solid 1px #4b4949;
  outline-offset: -150px;
  animation: rotate 50s linear infinite;
  -webkit-animation: rotate 50s linear infinite;
  animation-delay: 1s;
  width: 100%;
  height: 100%;
}
.banner-circle::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #4b4949;
  width: 520px;
  height: 520px;
  border-radius: 50%;
}
.banner-rotate-icon1 {
  position: absolute;
  right: -34px;
  top: 40%;
  width: 60px;
}
.banner-rotate-icon2 {
  position: absolute;
  right: 30%;
  top: 31%;
  width: 60px;
}
.banner-rotate-icon3 {
  position: absolute;
  left: 11.5%;
  top: 45%;
  width: 60px;
}
.banner-rotate-icon4 {
  position: absolute;
  right: 12%;
  top: 53%;
  width: 45px;
}
.banner-rotate-icon5 {
  position: absolute;
  left: 19.6%;
  top: 27%;
  width: 25px;
}
.banner-rotate-icon6 {
  position: absolute;
  right: 12.7%;
  top: 47%;
  width: 20px;
}
.banner-rotate-icon7 {
  position: absolute;
  left: -60px;
  top: 58%;
  width: 20px;
}
.banner-rotate-icon8 {
  position: absolute;
  right: -50px;
  top: 8%;
  width: 25px;
}
.aboutus-robot {position: absolute; left: 0; right: 0; bottom: -95px; margin: 0 auto; width: 500px; animation: aboutusRobotAnim 5s linear infinite;}

@keyframes aboutusRobotAnim {
  0% { transform: translateY(0px);}
  50% { transform: translateY(20px);}
  100% { transform: translateY(0px);}
}

.aboutUsPage .logo-slider {margin: 120px 0 70px;}

.welcome-nextos {padding: 30px 0 40px 0; position: relative;}
.welcome-nextos .half-flower {width: 280px;}
.greenShadow {
  content: '';
  position: absolute;
  left: -15%;
  top: 31%;
  z-index: -1;
  width: 450px;
  height: 500px;
  background-color: #499f4660;
  border-radius: 50%;
  filter: blur(115px);
}
.orangeShadow {
  content: '';
  position: absolute;
  right: -15%;
  top: 50%;
  z-index: -1;
  width: 520px;
  height: 245px;
  background-color: #FFE0B2;
  border-radius: 50%;
  filter: blur(115px);
}

.about-banner-new-container {
    width: 75%;
    padding-right: 8%;
    padding-top: 40px;
}

.about-banner-new-container h2 img {
    max-height: 40px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -8px;
}

.about-banner-new-container h2 {
    margin-bottom: 16px;
}

.about-banner-new-container p {
    /* margin-top: 24px; */
    font-size: 18px;
    line-height: 28px;
}
.about-banner-new-container p img {
    display: inline;
    height: 24px;
    margin: 0 2px -10px 0;
}
.about-banner-new-image {
    display: flex;
    flex: 1;
    align-items: center;
}

.about-banner-new {
    margin-top: 40px;
    padding-bottom: 70px;
    position: relative;
}
.welcome-nextos-container {
    width: 83%;
    margin: 30px auto 0;
    align-items: center;
}
.tree-image {padding-right: 30px;}
.nextos-welcome-logos {margin-bottom: 40px; display: block !important;}
.nextos-welcome-logos ul li {position: relative; min-width: 240px; height: 55px; border-radius: 30px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--black); margin-right: 30px; cursor: pointer; opacity: 0.5;}
.nextos-welcome-logos ul li.active {border-color: var(--green); opacity: 1;}
.nextos-welcome-logos .nextos-logo-button {width: 100%; border-radius: 30px; padding: 15px; margin-bottom: 15px;}
.nextos-welcome-logos .ne-logo-button {width: 100%; border-radius: 30px; padding: 15px; border: 1px solid var(--grey);}
.nextos-welcome-logos img {max-height: 30px; margin: 8px auto 0;}
.nextos-welcome-logos ul li:before { content: ""; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 16px solid transparent; border-right: 16px solid transparent; border-top: 14px solid transparent; } 
.nextos-welcome-logos ul li.active:before { border-top-color: var(--green) }
.welcome-content {display: none;}
.welcome-nextos-content {width: 100%; flex: 1; position: relative; padding-left: 50px;}
.welcome-nextos-content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px; /* Vertical line width */
  border-left: 2px solid transparent;
  border-image: linear-gradient(to bottom, rgba(56,2,155,0), var(--grey), rgba(56,2,155,0));
  border-image-slice: 1;
  opacity: 0.4;
}
.aiMeetRobotImage1 { max-width: 75%; } 
.aiMeetRobotImage2 { position: absolute; top: -20px; left: 54%; max-width: 35%; } 
.aiMeetRobotImage2 img { animation: aiMeetRobotImage2 5s linear infinite;}

@keyframes aiMeetRobotImage2 {
  0% { transform: translateY(0px);}
  50% { transform: translateY(20px);}
  100% { transform: translateY(0px);}
}
.aiMeetRobotImageBlock {position: relative;width: 280px;}

.welcome-nextos-content h2 {margin-bottom: 20px; position: relative; padding-left: 135px;}
.welcome-nextos-content h2 img {width: 145px; display: inline-block; vertical-align: middle; margin-top: 10px;}
.welcome-nextos-content h2 img.next-logo {width: 85px;}
.welcome-nextos-content h2 span {font-weight: 400;}
.welcome-nextos-content h2::before {content: ''; background: url(../images/aboutus/lotus-icon.png) no-repeat; width: 120px; height: 120px; background-size: contain; position: absolute; left: 0; top: -12px;}

.endeavours-section {padding: 70px 0; position: relative;}
.endeavours-section .greenShadow {left: -15%; top: auto; bottom: -10%;}

.our-vision {background-color: #ffeb99; text-align: center; padding: 70px 0; position: relative; z-index: 1; overflow: hidden;}
.our-vision:before, .our-vision:after { z-index: -1;content: '';position: absolute;left: -160px;top: -170px;border: solid 35px var(--green);width: 200px;height: 200px;border-radius: 50%;} 
.our-vision:after {  left: auto; right: -150px; bottom: -170px; top: auto; border-color: var(--yellow); }
.our-vision img {margin: 0 auto;}
/* .our-vision p {color: var(--white);}  */
.our-vision p { font-size: 20px; font-weight: 500; color: var(--black); line-height: 28px; }
.endeavoursSectionMobileImage { display: none;}

.key-people-sec {text-align: center; padding: 70px 0;}
.key-people-sec ul {justify-content: space-between; max-width: 90%; margin: 0 auto;} 
.key-people-sec ul li {width: 30%; margin: 0 10px; border-radius: 10px;}
.key-people-sec ul li figure {display: inline-block; vertical-align: top; margin-bottom: 15px; position: relative;}
.key-people-sec ul li h3 {color: var(--black); font-size: 24px; line-height: 30px;}
.key-people-sec .flip-box-front,
.key-people-sec .flip-box-back {min-height: inherit; padding: 30px 20px; height: 100%;}
.key-people-sec .flip-box {width: 100%;}
.key-people-sec .flip-box-back {padding: 70px 20px 50px; border-radius: 10px; background: #F7CD0F;
background: linear-gradient(180deg, rgba(247, 205, 15, 1) 0%, rgba(255, 255, 255, 1) 90%); text-align: left; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);}

.key-people-sec .flip-box-back .flip-arrow {right: 25px; top: 27px;}
.flip-arrow {position: absolute; right: 10px; top: 50px;}

/* ---------------Flip Animation Starts----------- */
.flip-container {align-items: center; display: flex; flex-direction: column; justify-content: space-around;}
.flip-box { -ms-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; perspective: 1000px; -webkit-perspective: 1000px;}
.flip-box-front, .flip-box-back {background-size: cover; background-position: center; -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1); transition: transform 0.7s cubic-bezier(.4,.2,.2,1); -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);    -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.flip-box-front {-ms-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d;   -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.flip-box.flip-rotate .flip-box-front {-ms-transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.key-people-sec .flip-box:hover .flip-box-front {-ms-transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg); -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.flip-box-back {position: absolute; top: 0; left: 0; width: 100%; -ms-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.flip-box.flip-rotate .flip-box-back {-ms-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d;   -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.key-people-sec .flip-box:hover .flip-box-back {-ms-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transform-style: preserve-3d;   -ms-transform-style: preserve-3d; transform-style: preserve-3d;}
.flip-box .inner {position: absolute; left: 0; width: 100%; padding: 60px; outline: 1px solid transparent; -webkit-perspective: inherit; perspective: inherit;   z-index: 2; transform: translateY(-50%) translateZ(60px) scale(.94); -webkit-transform: translateY(-50%) translateZ(60px) scale(.94); -ms-transform: translateY(-50%) translateZ(60px) scale(.94); top: 50%;}


/* ---------------Flip Animation Ends----------- */

.leadership-section {padding: 70px 0 60px;position: relative;background-color: #fef7da;}
.leadership-section .orangeShadow {right: -15%; left: auto;}
.leadership {border: 1px solid var(--green);width: 50%; min-width: 50%;border-radius: 100px 0 100px 100px;padding: 50px;position: relative;margin-right: 100px;margin-top: 100px;}
.leadership h2 {color: var(--green); font-weight: 400;}
.leadership h2 img {display: inline-block; vertical-align: middle; margin-top: 12px;}
.leadership ul {position: absolute;right: -28%;top: -165px;background: url(../images/aboutus/leadershipBg.png) no-repeat center center;background-size: cover;width: 300px;height: 300px;display: flex;flex-wrap: wrap;text-align: center;justify-content: flex-end;}
.leadership ul li {
    width: 50%;
    padding-top: 35px;
}
.leadership ul li h3 {}
.leadership ul li p {}
.flying-robot {
  position: absolute;
  left: -42px;
  top: -152px;
  width: 250px;
}

.leadershipSliderSection .slick-dots li button {
    border: solid 2px var(--light-gray1);
    border-radius: 20px;
    width: 16px;
    height: 16px;
    position: relative;
}

.leadershipSliderSection .slick-dots li button::before {
    opacity: 1;
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: var(--light-gray1);
    border-radius: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
}

.leadershipSliderSection .slick-dots li.slick-active button {
    border-color: var(--green);
}

.leadershipSliderSection .slick-dots li.slick-active button:before {
    background-color: var(--green);
}

.leadershipSliderSection .slick-dots {
    text-align: left;
    bottom: -35px;
}

.team-slider img {
    border-radius: 16px;
}
.leadershipSliderSection {
    width: 50%;
    position: relative;
    /* right: -100px; */
    padding-left: 100px;
    flex: 1;
}
.leadershipMain {
    padding: 70px 0;
}

figcaption {
    position: absolute;
    right: 0;
    bottom: 20px;
    background-color: var(--white);
    padding: 6px 4px;
    min-width: 150px;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 12px 16px rgb(0 0 0 / 24%);
}
/* .slick-current figcaption  { animation: figcaptionImage 0.5s linear; } */
 
.team-slider {
    position: relative;
}


.impactSectionBg {
  padding: 70px 0 80px 0;
  color: var(--black);
  background: url(../images/aboutus/impactBg.webp) no-repeat center center;
  background-size: cover;
}
.impactSectionBg .content-heading h2 {
    /* color: var(--white); */
}

.content-heading h2 img {
    width: 85px;
    margin-top: 11px;
    margin-left: 4px;
}
.impactSection h4 {
    color: var(--black);
    max-width: 520px;
    margin: 64px auto 32px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.impactSection h4 span {
    padding: 0 14px;
    font-weight: 300;
}

.impactSection h4:before, .impactSection h4:after {
    content: '';
    width: 40%;
    height: 1px;
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    background: transparent linear-gradient(265deg, rgb(0 0 0 / 0%) 0%, #000000 51%, rgb(0 0 0 / 0%) 100%) 0% 0% no-repeat padding-box;
}
.impactSection h4:before {
    left: -4%;
}
.impactSection h4:after {
    right: -4%;
}

.impactSection ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.impactSection ul * {
  transition: ease-in-out 0.3s all;
  -webkit-transition: ease-in-out 0.3s all;
}

.impactSection ul li {
    width: calc(25% - 24px);
    min-width: calc(25% - 24px);
    border: solid 1px var(--black);
    min-height: 60px;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 18px;
    cursor: pointer;
    position: relative;
}
.impactSectionReach ul li:hover {
  background-color: var(--yellow);
}
.impactSection ul li:hover {
  color: var(--black);
  box-shadow: 0 12px 16px rgba(255, 255, 255, 0.239);
}
.impactSection ul li:hover .impactIcon {
  background-color: #1a202c;
}
.impactSection ul li:hover .impactIcon img{
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
}
.impactSection ul li .impactIcon {
  padding: 14px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin: 0 16px 0 0;
  background-color: var(--white);
  border: solid 2px var(--black);
}
.impactSection ul li:hover .impactOfficeAdress {
  display: flex;
}
.impactOfficeAdressSection .flip-box-front {
    display: flex;
    align-items: center;
}

.impactOfficeAdress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--yellow);
  border-radius: 50px;
  color: var(--black);
  padding: 12px 26px;
  font-size: 12px;
  line-height: 18px;
  /* display: none; */
  align-items: center;

}
.impactSection ul li:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.impactSection ul li:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


.impactListData {
    font-weight: 500;
    font-size: 22px;
}

.impactListData span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    margin-top: 3px;
}

.impactSection ul li.impactEmptyListItem {
    border: none;
    width: 10px;
    min-width: 10px;
}
.promiseSectionCardIn {
    display: flex;
    flex-direction: row;
    background: linear-gradient(265deg, var(--white), var(--yellow));
    position: relative;
    z-index: 1;
    border-radius: 12px;
    margin: 0 16px;
    padding: 16px;
    align-items: center;
    height: 100%;
}
.promiseSection .slick-track {display: flex;}
.promiseSection .slick-list {height: 100%;}
.slick-current .promiseSectionCardIn {
  background: linear-gradient(94deg, var(--white), var(--yellow));
}
.promiseSectionCardIn:after {
    content: '';
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: var(--white);
    z-index: -1;
    border-radius: 11px;
    box-shadow: inset 0 0px 2px rgba(8, 8, 8, 0.11);
}

.promiseSectionBg {
    padding: 0 0 70px;
    overflow: hidden;
}
.promiseAward {
    max-width: 170px;
    position: relative;
    z-index: 1;
    margin-right: 16px;
    border-radius: 12px;
    background: linear-gradient(94deg, var(--white), var(--yellow));
}
.promiseAward:after {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: var(--white);
  z-index: -1;
  border-radius: 11px;
  box-shadow: inset 0 0px 2px rgba(8, 8, 8, 0.11);
}
.romisecardData {
    color: var(--grey);
    display: flex;
    flex-direction: column;
    flex: 1;
    font-size: 18px;
    font-weight: 300;
}

.romisecardData h4 {
    color: unset;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    margin: 0 0 8px 0;
}
.romisecardData span {
    margin-top: 10px;
}

.romisecardData h4:after {
    content: '';
    width: 100px;
    height: 2px;
    background-color: var(--black);
    position: absolute;
    left: 0;
    bottom: -3px;
}
.promiseSection .slick-dots li button {
    border: solid 2px var(--light-gray1);
    border-radius: 20px;
    width: 16px;
    height: 16px;
    position: relative;
}

.promiseSection .slick-dots li button::before {
    opacity: 1;
    font-size: 0;
    width: 8px;
    height: 8px;
    background-color: var(--light-gray1);
    border-radius: 8px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
}

.promiseSection .slick-dots li.slick-active button {
    border-color: var(--green);
}

.promiseSection .slick-dots li.slick-active button:before {
    background-color: var(--green);
}

.promiseSection .slick-dots {
    text-align: center;
    bottom: -45px;
}
/* --------------------About Us Page ends---------------------- */
.romisecardData small {
    font-size: 14px;
    margin-top: 8px;
    font-weight: bold;
    color: var(--black);
}

/* --------------------Why NextOS Page starts---------------------- */
.whynextos-banner {background: url(../images/whynextos/whynextos-banner.webp) no-repeat right bottom; background-size: cover; position: relative;  z-index: 1;}
.whynextosContent {width: 50%; min-height: 705px; display: flex; align-items: center; padding-bottom: 84px;}
.whynextos-banner h1,
.whynextos-banner h2 {color: var(--white); margin-bottom: 10px;} 
.whynextos-banner h2  {font-weight: 400;}
.whynextos-banner h1 {position: relative; display: inline-block;}
.whynextos-banner h1 span {color: var(--yellow);}
.whynextos-banner h1::before {content: ''; position: absolute; right: -45px; top: -25px; width: 35px; height: 40px; background: url(../images/whynextos/stars.png) no-repeat; background-size: contain;} 
.whynextos-banner p {color: var(--white); font-size: 20px; font-weight: 300;}

.whynextos-baner { position: relative;}
.whynextos-baner .about-banner-content h1, .whynextos-baner .about-banner-content p, .whynextos-baner .about-banner-content h2 {
    color: var(--black);
}
.whynextos-baner .banner-circle,.whynextos-baner .banner-circle:before {
    border-color: var(--light-gray);
    outline-color: var(--light-gray);
}

.whynextos-main { background-color: #fff8de; padding-top: 100px;}
.whynextos-main .logo-slider {margin: 0; padding: 50px 0 0;}
.whynextos-baner {  background: url(../images/whynextos/whynextos-banner-bg.webp) no-repeat; background-position:center 50%; background-size: cover; z-index: 1; position: relative;}
.whynextos-baner:after { content: ''; width: 100%; height: 100%; z-index: 1; background: url(../images/whynextos/whynextos-cloud.webp) no-repeat bottom center; position: absolute; bottom: 0; left: 0; background-size: contain; }
.whynextos-baner .aboutus-robot { z-index: 2;}
.reasonsSection { padding: 70px 0 0 0; } 
.reasonsSection h2, .reasonsSection p { font-weight: 300; color: var(--black); }

.whynextos-page .timelineSection {background: var(--white); position: relative;}
/* .whynextos-page .timelineSection::before {content: ''; position: absolute; left: 0; top: -22px; background: url(../images/whynextos/top-frame.png) no-repeat center top; background-size: cover; width: 100%; height: 22px;} */
/* .timelineSectionIn {padding: 50px;} */
.module-header {width: calc(100% - 100px); margin-left: 50px; background: var(--yellow); padding: 17px 30px 10px; position: sticky; left: 0; top: 84px;  height: 60px; z-index: 2; border-radius: 50px;}
.module-name {width: 25%; font-size: 24px; line-height: 24px; color: var(--black);}
.module-header ul {width: 75%;}
.module-header ul li {font-size: 24px; line-height: 24px; color: var(--black);}
.module-header ul li:first-child {width: 20%;}
.module-header ul li:nth-child(2) {width: 50%; padding-left: 15px;}
.module-header ul li:nth-child(3) {width: 15%; text-align: center;}
.module-header ul li:nth-child(4) {width: 15%; text-align: center;}
.module-header ul li img {display: inline-block;margin-top: 4px;width: 85px;}
.module-box {width: 100%;}
.module-icon {background: var(--white);border-radius: 10px;display: flex;flex-direction: row;align-items: center;justify-content: flex-start;text-align: center;padding: 10px 24px;font-size: 20px;font-weight: 600;}
.module-icon i {margin-bottom: 0;margin-right: 12px;width: 48px;height: 48px;background-color: #fff192;color: var(--green);border-radius: 6px;font-size: 20px;display: flex;align-items: center;justify-content: center;}
.whynextos-page .module-content .featureName {width: 64%; padding: 8px 0 8px 15px; margin: 0; line-height: 16px; font-size: 14px; align-items: center; vertical-align: middle; display: flex ; flex: 1;}
.nextos-status,
.others {width: 18%; text-align: center; color: var(--green); min-height: 100%; display: flex ; align-items: center; justify-content: center; }
.timelineSectionLinks {margin: 0; min-width: inherit;min-width: 23.5%;overflow: auto;background-color: #fff192;display: flex;flex-direction: column;padding: 18px 20px 18px 0;border-radius: 12px 0 0 0;} 
/* .whynextos-page .timelineLinks ul {border-left: 1px solid var(--black);} */
.whynextos-page .timelineItems {display: flex;flex-direction: column;flex: 1;}
.timelineItemsList { overflow: auto;padding: 24px 20px 0 0;}
.whynextos-page .timelineSection {display: flex;border-radius: 12px;flex-direction: row;}
.whynextos-page .timelineSection .yellow-tick {color: #ff931e;}
.whynextos-page .timelineSection .blue-tick {color: #1b6ab5;}
.whynextos-page .timelineSection .green-tick {color: var(--green);}
.whynextos-page .timelineSection .fa-circle-xmark {color: #ff1d25;}
.whynextos-page .timelineLinks:before {display: none;}
/* .whynextos-page .timelineLinks ul li a:after {height: 40px;} */
.whynextos-page .timelineLinks ul li {margin-bottom: 20px;}
.whynextos-page .timelineLinks::-webkit-scrollbar { width: 6px; height: 6px; } 
.timelineSectionLinks ul li a:before { opacity: 0; }
.timelineSectionLinks ul li a.active, .timelineSectionLinks ul li a:hover { color: var(--grey); text-shadow: none;}
.whynextos-page .timelineLinks::-webkit-scrollbar-thumb { background-color: #c0c0bf; border-radius: 8px; }
.status-symbol { padding: 14px 10px 2px 20px; position: sticky; top: 80px; display: flex ; justify-content: flex-end; background-color: var(--white); z-index: 1; border-bottom: solid 1px var(--light-gray); font-size: 12px; font-weight: 500;}
.status-symbol ul li {padding-right: 15px; color: var(--grey); margin-bottom: 10px;}

.timelineSectionLinks.moduleNames {
    position: sticky;
    height: calc(100vh - 84px);
    top: 84px;
    overflow: unset;
}
.leftMenu {
    position: unset;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    min-width: unset;
}
.content {
    width: 100%;
}
.timelineSectionLinks.moduleNames ul {
    overflow: unset;
    max-height: unset;
}

/* --------------------Why NextOS Page ends---------------------- */

/*==================== Back To Top Starts ====================*/
.back-to-top {
    display: none;
    border-radius: 50%;
    font-size: 24px;
    width: 36px;
    height: 36px;
    color: var(--green);
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    /* background-color: var(--green); */
    z-index: 9;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29); */
}
.back-to-top:after {
  content: '';
  width: 10px;
  height: 10px;
  border: solid 2px var(--green);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 7;
  top: 4px;
  bottom: 0;
  margin: auto;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
 
/* 
.back-to-top:hover:before {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0
}



.back-to-top:hover {
    background-color: var(--green);
} */

/*==================== Back To Top Ends ====================*/
/* Animations */
@keyframes fly-cycle { 100% { background-position: -900px 0; } } @keyframes fly-right-one { 0% { transform: scale(0.3) translateX(-10vw); } 10% { transform: translateY(2vh) translateX(10vw) scale(0.4); } 20% { transform: translateY(0vh) translateX(30vw) scale(0.5); } 30% { transform: translateY(4vh) translateX(50vw) scale(0.6); } 40% { transform: translateY(2vh) translateX(70vw) scale(0.6); } 50% { transform: translateY(0vh) translateX(90vw) scale(0.6); } 60% { transform: translateY(0vh) translateX(110vw) scale(0.6); } 100% { transform: translateY(0vh) translateX(110vw) scale(0.6); } } 
@keyframes fly-right-two { 0% { transform: translateY(-2vh) translateX(-10vw) scale(0.5); } 10% { transform: translateY(0vh) translateX(10vw) scale(0.4); } 20% { transform: translateY(-4vh) translateX(30vw) scale(0.6); } 30% { transform: translateY(1vh) translateX(50vw) scale(0.45); } 40% { transform: translateY(-2.5vh) translateX(70vw) scale(0.5); } 50% { transform: translateY(0vh) translateX(90vw) scale(0.45); } 51% { transform: translateY(0vh) translateX(110vw) scale(0.45); } 100% { transform: translateY(0vh) translateX(110vw) scale(0.45); } }
.bird { background-image: url('../images/animations/bird-cells.webp'); background-size: auto 100%; width: 88px; height: 125px; will-change: background-position; animation-name: fly-cycle; animation-timing-function: steps(10); animation-iteration-count: infinite; } .bird--one { animation-duration: 1s; animation-delay: -0.5s; } .bird--two { animation-duration: 0.9s; animation-delay: -0.75s; } .bird--three { animation-duration: 1.25s; animation-delay: -0.25s; } .bird--four { animation-duration: 1.1s; animation-delay: -0.5s; } 
.bird-container { position: absolute; top: 60%; left: -10%; transform: scale(0) translateX(-10vw); will-change: transform; animation-name: fly-right-one; animation-timing-function: linear; animation-iteration-count: infinite; } 
.bird-container--one {animation-duration: 40s;animation-delay: 0;} 
.bird-container--two {animation-duration: 48s;animation-delay: 1s;} 
.bird-container--three {animation-duration: 40s;animation-delay: 9.5s;} 
.bird-container--four {animation-duration: 48s;animation-delay: 10.25s;} 
@keyframes fly-cycle { 100% { background-position: -900px 0; } } 
@keyframes fly-right-one { 0% { transform: scale(0.3) translateX(-10vw); } 10% { transform: translateY(2vh) translateX(10vw) scale(0.4); } 20% { transform: translateY(0vh) translateX(30vw) scale(0.5); } 30% { transform: translateY(4vh) translateX(50vw) scale(0.6); } 40% { transform: translateY(2vh) translateX(70vw) scale(0.6); } 50% { transform: translateY(0vh) translateX(90vw) scale(0.6); } 60% { transform: translateY(0vh) translateX(110vw) scale(0.6); } 100% { transform: translateY(0vh) translateX(110vw) scale(0.6); } } 
@keyframes fly-right-two { 0% { transform: translateY(-2vh) translateX(-10vw) scale(0.5); } 10% { transform: translateY(0vh) translateX(10vw) scale(0.4); } 20% { transform: translateY(-4vh) translateX(30vw) scale(0.6); } 30% { transform: translateY(1vh) translateX(50vw) scale(0.45); } 40% { transform: translateY(-2.5vh) translateX(70vw) scale(0.5); } 50% { transform: translateY(0vh) translateX(90vw) scale(0.45); } 51% { transform: translateY(0vh) translateX(110vw) scale(0.45); } 100% { transform: translateY(0vh) translateX(110vw) scale(0.45); } }

.cloudAnim {animation: smallCloud 80s linear infinite;  background: url('../images/animations/smallCloud.webp');width: 60px;height: 40px;background-repeat: no-repeat;position: absolute;left: 50%;bottom: 18%;background-size: cover;}

@keyframes smallCloud {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-55vw, -20vh) scale(1.1);   
  }
}
.bigCloudAnim {animation: bigCloudAnim 20s linear infinite; background: url('../images/animations/cloud.png');width: 300px;height: 75px;background-repeat: no-repeat;position: absolute;left: 12%;top: 25%;background-size: cover;}
@keyframes bigCloudAnim {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-100px);
    opacity: 0.5;   
  }
  100% {
    transform: translateX(0);
    opacity: 1; 
  }
}
.animated-object {
  width: 150px;
  height: 150px;
  background-image: url('../images/animations/rocket.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 40%;
  bottom: 0;
  animation: fly-diagonal 20s ease-in-out infinite;
}

@keyframes fly-diagonal {
  0% {
    transform: translate(0, 0);
  }
  /* Rattle (shake) at start */
  5%, 7%, 9% {
    transform: translate(-4px, 0);
  }
  6%, 8% {
    transform: translate(4px, 0);
  }
  100% {
    transform: translate(120vw, -120vh);  /* Fly to off-screen top-right */
  }
}

.whatsApp {
    position: fixed;
    bottom: 10%;
    right: 0px;
    background: url(../images/whatsapp.svg) no-repeat;
    width: 60px;
    height: 60px;
    background-size: cover;
    cursor: pointer;
    z-index: 2;
}


/* ----------------Reasponsive View Starts-------------- */
@media only screen and (max-width:1600px){
  .robot-image {
    right: -80px;
    top: -250px;
    width: 290px;
  } 
  .flower-card-section {padding: 235px 0 70px;}
  .pioneers-section.power-section ul li {width: 112px;}
  .dot-image3 {left: 14%; bottom: 180px;}

  .signup-form-page .dot-image3 {left: -45px;}
  .edtech-circle {margin: -40% auto 450px;}
  .water-robot {right: 100px;}
  .tutorEdgeEdTech {padding: 70px 0 40px;}

  .whynextos-baner canvas { height: 580px !important;}
  .aboutus-robot { width: 430px;}
  .banner-circle-sectionBg { transform: scale(0.75);}
  .bigCloudAnim {top: 35%;}
}
@media only screen and (max-width:1400px) {
  .container {padding: 0 15px;}
  .header-in {padding: 12px 20px;}
  .content-heading h2 { margin-bottom: 10px;}
  .content-heading h2 img,
  .nextos-right h2 img { width: 148px; margin-top: 12px;}
  .content-heading p {font-size: 22px;}
  .banner-content {margin-top: 10px; margin-bottom: 0;}
  .home_banner_title { margin-bottom: 20px; font-size: 42px; line-height: 50px;}
  .logo img { width: auto; max-height: 60px; } 
  h1 { font-size: 42px; line-height: 50px; } 
  h2 { font-size: 34px; line-height: 40px;}
  h3 { font-size: 28px; line-height: 36px;}
  h4 {font-size: 20px; line-height: 24px;}
  .timelineBlock h3 {font-size: 20px;line-height: 24px;}
  .banner p { font-size: 22px; line-height: 30px; margin-bottom: 30px;} 
  .getStartedFreeButton { padding: 12px 20px; } 
  .getStartedFreeButton-inverse { line-height: 54px;}
  .robotBanner { width: 400px; }
  .robotBorders {right: -195px; top: -90px; bottom: auto; transform: scale(0.7) !important;}
  .robotBorders:after {width: 550px; height: 550px; left: -235px; filter: blur(140px);}
  .cloud-section {right: 60px;}
  .innovation-section::before {clip-path: polygon(0 12%, 100% 0, 100% 100%, 0 88%);}
  .innovation-section {padding-top: 150px; padding-bottom: 35px;}
  .innovation-section::before {background-size: inherit;}
  .robot-image {
    right: -94px;
    top: -208px;
    width: 260px;    
  }
  .focus-light {
    left: 75px;
    top: -150px;
    height: 155%;
  }
  .flower-card-section ul li {padding: 0 8px;}
  .flower-card {top: 32%;}
  .flower-card h4 {font-size: 34px; line-height: 34px; margin-bottom: 10px;}
  .flower-card p {font-size: 12px; line-height: 18px;}
  .flower-card p img {width: 45px;}
  .voices-section {padding: 120px 30px;}
  .flower-icon {bottom: -65px;}
  .item h2 {font-size: 24px; line-height: 30px;}
  .scroll-section-main {padding: 70px 20px 0;}
  .content-heading h3 img {width: 130px;margin-top: 12px;}
  /* .flower-card-section {padding: 135px 0 70px;} */
  .pioneers-section .content-heading h2 img {width: 80px; margin-top: 12px;}
  .cloud-image-4 {top: -25px;}
  .product-section ul {margin: 0 -10px 50px;}
  .line-path-1 {left: 35px; bottom: 65px; width: 45px;}
  .action-banner-content {bottom: 17%;}
  .pioneers-section ul li {width: 135px; margin: 0 10px 20px;}
  .pioneers-section {padding: 50px 0;}
  .pioneers-section.power-section ul li {width: 100px;}
  .dot-image3 {left: 12%; bottom: 180px;}
  .dot-image1 {top: 100px;}
  .flower-card-section .container {max-width: 1024px;}
  .innovation ul li {margin-bottom: 35px;}
  .pioneers-section.protection-section {padding: 50px 15px;}
  .pioneers-section.power-section {padding: 50px 15px;}
  .one-login-section {padding: 70px 0 50px;}
  .nextos-section h2::after {top: -40%;}
  .action-banner-content .content-heading h3 {font-size: 36px; line-height: 45px;}

  .signup-form-page .dot-image3 {left: 30px; top: -60px;}
  .signup-form-right {min-height: 445px;}
  .signup-robot {top: 20%; width: 310px;}
  .signup-form-page:after {height: 500px;}
  .innerBannerContent {width: 50%;}
  .innerBannerImage {width: 670px;}
  .dot-image3  {left: 15%;}
  .card-arrows {right: 5px;}
  .header-in {padding: 5px 20px;}
  .card .item {padding: 30px 30px 25px;}
  .scroll-section-main .slick-list {padding: 0 8% !important;}
  .whynextos-baner {background-position-y: -80px;}
  .magic-robot {right: -25px; bottom: -172px; width: 360px;}
  .scroll-section-main .slick-prev, .scroll-section-main .slick-next {bottom: -60px;}
  .scroll-section-main .slick-dots {bottom: -37px;}
  .k-12-edTech.edtechSectionBg .video-section {margin: -230px 0 0 0;}
  .edtech-circle {margin: -47% auto 450px;}
  .water-robot {right: 80px;}
  .tutorEdgeEdTech {padding: 120px 0 70px;}
  .tutorEdgeEdTech .content-heading {max-width: 60%;}
  .tutor-mountains-section {
    background-position: 0 -50px;
    background-size: 100% 100%;
  }
  .module-header {top: 70px;}
  /* .timelineSectionIn {padding: 50px 30px;} */
  .module-header {padding: 17px 30px 10px;}
  .whynextosContent {min-height: 650px;}
  .promiseAward { max-width: 120px; margin-right: 12px;}
  .promiseSectionCardIn { padding: 12px; margin: 0 12px;}
  .romisecardData h4 { font-size: 18px;}
  .welcome-nextos-content h2 img.next-logo {width: 78px;}
  .promiseSectionBg .content-heading h2 img,
  .impactSectionBg .content-heading h2 img {width: 85px;}
  .solution-banner { min-height: 610px;}
  .key-people-sec .content-heading h2 img,
  .leadershipMain .content-heading h2 img,
  .endeavours-section .content-heading h2 img {max-width: 85px;}
  .leadership {width: 45%;min-width: 45%;}
  .leadershipSliderSection {padding-left: 100px;}
  .leadershipSliderSection {width: 40%;}
  .flying-robot {
    left: 22px;
    top: -125px;
    width: 205px;
  }  
  .leadership ul {
    right: -30%;
    top: -165px;
  }
  .timelineSectionLinks.moduleNames {top: 70px;}

  .bigCloudAnim { top: 27.5%; left: 6.5%;}
  .kinder-suite-banner .innerBannerImage { width: 45%; }
  .status-symbol {top: 70px;}
}
@media only screen and (max-width:1279px) {
  .product {padding: 25px 12px;}
  /* .flower-card {top: 40%;} */
  .half-flower {width: 430px;top: 80px;}
  .action-banner-content {bottom: 16%;}
  .flower-card-section {padding: 230px 0 70px;}
  .innovation {padding: 55px 0 0 20px;}
  .line-path-7 {width: 35px; left: 20px;}
  .pioneers-section ul li.empty-space {width: 10px;}
  .pioneers-section.power-section ul li {width: 85px;}
  .innovation ul li {margin-bottom: 18px;}
  /* .banner-content {margin-bottom: -40px;} */
  .signup-form-page .revolutionaries-form h3 {font-size: 35px; line-height: 40px;}
  .magic-robot {bottom: -200px;}
  
  .nextGenBg { padding-bottom: 100px; margin-bottom: -60px;}
  .slide-card {padding: 15px 10px;}
  .srcollingSectionsBg.topspace {margin-top: 0;}
  .edtech-circle {margin: -55% auto 450px;}
  .coachpro-page .logo-section {min-height: 465px;}
  .water-robot {right: 18px; width: 450px; bottom: -35%;}
  .tutorEdgeEdTech ul {width: 900px;}
  .left-line {top: -58px;}
  .tutorEdgeEdTech ul li:nth-child(4) {top: 41px;}
  .tutorEdgeEdTech ul li:nth-child(4)::after {
    left: -456px;
  }
  .tutorEdgeEdTech ul li:nth-child(3)::after {
    left: 39%;
    top: -100px;
    transform: rotate(-37deg);
  }
  .tutorEdgeEdTech ul li:nth-child(2) {
    top: 95px;
  }
  .tutorEdgeEdTech ul li:nth-child(2)::after {
    left: 44%;
    top: 137px;
    transform: rotate(25deg);
  }
  .tutorEdgeEdTech ul li:nth-child(2)::before { top: 80px; }
  .tutorEdgeEdTech ul li:nth-child(1) {
    top: 342px;
  }
  .tutorEdgeEdTech ul li:nth-child(1)::after {
    left: 43%;
    top: -90px;
    transform: rotate(-33deg);
  }
  .tutor-robot {
    top: -388px;
  }
  .tutorEdgeEdTech {padding: 50px 0 0;}
  .tutor-mountains-section {background-position: 0 -110px;}
  .whynextosContent {min-height: 600px;}
  .key-people-sec,
  .endeavours-section {padding: 40px 0;}
  .leadership {padding: 35px 25px;}
}
@media only screen and (max-width:1150px) {
  h1 { font-size: 36px; line-height: 42px; } 
  h2 { font-size: 30px; line-height: 36px;}
  h3 { font-size: 26px; line-height: 32px;}
  h4 {font-size: 18px; line-height: 24px;}
  .timelineBlock h3 {font-size: 18px;line-height: 24px;}
  .home_banner_title { font-size: 36px; line-height: 42px; } 
  .banner p { font-size: 20px; line-height: 28px; margin-bottom: 30px; } 
  .getStartedFreeButton { padding: 8px 16px; font-size: 18px; }
  .getStartedFreeButton-inverse { line-height: 44px; font-size: 18px;}
  .content-heading h2 img, 
  .nextos-right h2 img {width: 110px;margin-top: 12px;}
  .voices-section {padding: 50px 30px;}
  .robot-image {right: -17px; top: -163px; width: 165px;}
  .flower-icon {right: 45px; bottom: -65px; width: 100px;}
  .innovation-section {padding-bottom: 100px;}
  .innovation ul li p {font-size: 18px; line-height: 24px;}
  /* .card {min-height: 520px;} */
  .content-heading h2 img {width: 110px; margin-top: 10px;}
  .pioneers-section .content-heading h2 img {width: 74px; margin-top: 12px;}
  /* .card .item {padding: 60px 50px 20px 50px;} */
  .content-heading p {font-size: 20px;}
  .content-heading h3 img {width: 110px;margin-top: 9px;}
  .action-banner-content {bottom: 46px;}
  .robotBorders { right: -207px; top: -120px; bottom: auto; transform: scale(0.6) !important; }
  /* .banner-content { margin-bottom: -45px;} */
  .banner-main:after {width: 600px; height: 700px;}
  .robotBorders:after {width: 450px;height: 450px;left: -200px;}
  .action-banner-image {padding-left: 15px;}
  .action-banner-content {left: 0;}
  .pioneers-section ul li.empty-space {display: none;}
  .pioneers-section.power-section ul li {width: 100px;}
  .dot-image2 {bottom: 20px;}
  .dot-image1 {top: 70px;}
  .flower-card-section .container {max-width: 900px;}
  .flower-card-section ul li {padding: 0 5px;}
  .flower-card h4 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .flower-card p {line-height: 15px;}
  .icon {width: 35px; height: 35px; top: 35px;}
  .focus-light {
    left: 60px;
    top: -130px;
  }
  .flower-card-section {padding: 175px 0 30px;}
  /* .nextos-section figure img {max-width: 70%;} */
  .innovation ul li {margin-bottom: 24px;}
  .flower-card {top: 28%;}
  .action-banner-content .content-heading h3 {font-size: 30px;line-height: 35px;}
  .magic-robot {right: 0; bottom: -170px; width: 330px;}
  .cloud-section {top: -90px;}
  .cloud-image-2 {top: -90px; right: 8px; width: 65px;}
  .cloud-image-1 {width: 100px;}
  .item h2 {font-size: 24px; line-height: 30px;}
  .one-login-left figure {left: 0;}
  .ring-icon2 {right: 20px;}

  .signup-form-right {padding: 0;}
  .robot-path {width: 415px; left: 142px; bottom: -45px;}
  .signup-form-left {width: 40%;}
  .signup-robot {width: 285px; top: 65%; right: -150px;}
  .signup-form-in {align-items: unset !important;}
  
  .innerBannerContent         { max-width: 510px;}
  .innerBannerImage           { top: 20px; width: 570px;}
  .innerBanner,.faqSectionBg, .outTeam, .ourUnrivalled { padding: 40px 0;}
  .srcollingSectionsImage     { max-width: 50%;}
  .innaerBannermain:after {width: 400px; height: 350px;}
  .innerBanner:after {width: 375px; height: 400px;}
  .srcollingSectionsBgMain::before {width: 350px; height: 545px;}
  .srcollingSectionsBgMain:after {width: 365px; height: 600px; top: 9%;}
  .ourUnrivalled::before {width: 450px; height: 545px;}
  .srcollingSectionsShadow:after,
  .srcollingSectionsShadowInner:after {width: 365px; height: 600px;}
  .line-path-11 {bottom: 0;}
  .banner-content {margin-bottom: 25px;}
  .card-arrows button {width: 22px;}
  .circle-amination-in {transform: scale(0.9); top: 20px; right: 0;}
  .bannerScreenShots .screenshotsImage {max-width: 100%;}
  .logo-slider {margin-top: 50px;}
  .scroll-section-main .slick-list {padding: 0 5% !important;}
  .lmsBanner .innerBannerImage img {max-height: 470px;}
  .endless-magic ul li::before {
    left: -17px;
    top: -13px;
    width: calc(100% + 34px);
    height: calc(100% + 26px);
  }
  .endless-magic .slick-prev {left: 27%;}
  .endless-magic .slick-next {right: 27%;}
  .whynextos-baner {background-position-y:0;}
  .filter-cards ul li {margin: 0 8px;}
  .k-12-edTech.edtechSectionBg .video-section {margin: -160px 0 0 0;}
  /* .k-12-edTech.edtechSectionBg {padding: 30px 0 0 0;} */
  .logo-section .logo-slider {margin: 30px 0;}
  .edtech-circle {margin: -62% auto 280px; transform: scale(0.8);}
  .edtechSectionBg.k-12-edTech .edtechSection-in {min-height: 395px;}
  .timelineSectionBg {padding: 20px 0 40px 0;}
  .k-12-edTechShadow::before {width: 450px; height: 545px;}
  /* .fish-group {bottom: 50px;} */
  .tutorEdgeEdTech ul {transform: scale(0.85);}
  .tutorEdgeEdTech {padding: 30px 0 0px;}
  .whynextosContent {min-height: 525px;}
  ul.impactOfficeAdressSection li { width: calc(33.33% - 24px); min-width: calc(33.33% - 24px); min-height: 82px; }
  .welcome-nextos-content h2 img {width: 105px;}
  .welcome-nextos-content h2 img.next-logo {width: 68px;}
  .promiseSectionBg .content-heading h2 img,
  .impactSectionBg .content-heading h2 img {width: 68px;}
  .welcome-nextos-content h2::before {width: 80px; height: 80px; top: 0;}
  .welcome-nextos-content h2 {padding-left: 95px;}
  .key-people-sec .content-heading h2 img, 
  .leadershipMain .content-heading h2 img, 
  .endeavours-section .content-heading h2 img {
    width: 72px;
  }
  .leadership ul {right: -36%; top: -162px;}
  .promiseSectionBg {padding: 40px 0;}
  .leadership h2 {font-size: 28px; line-height: 32px;}
  .leadership h2 img {width: 80px;}
  .leadershipMain {padding: 40px 0;}
  .solutionBannerContent {padding-top: 40px;}

  .bigCloudAnim { top: 26%; left: 4%;}
  .cloudAnim { bottom: auto; top: 23%; width: 40px; height: 30px;}
  .animated-object { width: 100px; height: 100px;}

  .kinder-suite-banner .innerBannerImage { width: 40%; }
}
@media only screen and (max-width:1023px) {
  .downArrow::after {margin-left: auto;}
  .menu-icon {border: 0; background: 0; padding: 5px; border-radius: 4px; cursor: pointer; display: block;}
  .side-nav { box-shadow: -4px 0px 8px rgba(0, 0, 0, 0.06); position: fixed; width: 300px; height: 100%; right: -300px; top: 0; background: #fff; padding-top: 35px; padding-bottom: 20px; transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; z-index: 15; display: block; overflow: auto;}
  .menu-icon span {width: 30px; height: 3px; background: var(--green); position: relative; display: block;}
  .menu-icon span+span {margin-top: 6px;}
  .logo {margin-right: 10px;}
  header.stickIt .logo {margin-right: 10px;}
  nav,
.requestDemoButton {display: none !important;}
.side-nav nav,
.side-nav .requestDemoButton {display: block !important;}
nav > ul {display: block !important;}
nav > ul > li {margin-right: 0; margin-bottom: 15px; display: unset;}
nav > ul > li > a {padding:10px 15px; display: flex; align-items: center;}
.left-bar-menu {position: static; width: 100%; display: none; transition: none !important; -webkit-transition: none !important;}
.left-bar-menu-in {padding-left: 20px; padding-top: 10px; overflow: initial;}
.left-bar-menu-in h4 {font-size: 14px; margin-bottom:5px;}
.sub-menu {position: static; width: 100%; background: transparent; padding-left: 10px; padding-top: 10px; display: none; transition: none !important; -webkit-transition: none !important; overflow: initial;}
.close-icon {display: none;}
.megaMenuOpen .layer {display: none !important;}
.right-direction {display: none;}
.left-bar-menu-in > ul > li > a {display: flex; align-items: center; padding: 10px 15px 10px 8px;}
.left-bar-menu-in > ul > li > a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-left: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    margin-left: auto;
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    margin-top: -5px;
    vertical-align: middle;
}
.left-bar-menu-in > ul > li.active > a::after {
    border-left-color: var(--green);
    border-bottom-color: var(--green);
}
.cloud-image-2 {top: -65px;}
.sub-menu > ul > li:hover > a {color: var(--green);} 
.sub-menu-in {flex-wrap: wrap; -webkit-flex-wrap: wrap;}
.sub-menu-list {width: 100%;}
.sub-menu-in .sub-menu-list:nth-child(2) {background: none;}
.innerBannerContent h1 br {display: none;}
.sub-menu-list ul li a {font-size: 14px;}
.sub-menu-list {padding: 0 10px 0 5px; height: auto;}
.downArrow::after {width: 8px; height: 8px;}
nav > ul > li.active .downArrow::after {transform: rotate(135deg); -webkit-transform: rotate(135deg); margin-top: 6px;}
.left-bar-menu-in > ul > li.active > a::after {transform: rotate(135deg); -webkit-transform: rotate(135deg); margin-top: 6px;}
.left-bar-menu-in > ul > li.active > a {color: var(--green);}
.item_content {flex-direction: column-reverse;}
.card-image {width: 100%; margin-bottom: 0; margin-top: 0;}
.item_content .col-50 { width: 100%; padding-right: 0;}
.item_content .card-content-right {margin-bottom: 10px;}
.requestDemoButton {padding: 5px 15px 5px 15px; width: 100%; text-align: left; margin: 0;} 
.freeTrialButton {display: inline-block; margin: 0; padding: 10px 16px;}
.header-buttons {margin-right: 15px;}
.open-menu header {background: var(--white);}
.open-menu .side-nav {right: 0;}
.open-menu header {left: -300px;}
.wrapper {position: relative; left: 0; width: 100%;}
.open-menu .wrapper {left: -300px; transition: all 0.3s ease-in-out; position: fixed;}
.open-menu .menu-icon span:first-child {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 9px;}
.open-menu .menu-icon span:nth-child(2) {opacity: 0;}
.open-menu .menu-icon span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: -9px;}
.drop-shadow-1 {width: 630px;}
.focus-light {display: none;}
.product-section ul li {width: 50%; margin-bottom: 20px;}
/* .content-heading h2 img {width: 135px; margin-top: 12px;} */
.flower-card-section ul  {justify-content: center;}
.flower-card-section ul li {width: 300px; margin-bottom: 30px;}
.flower-card {top: 115px;}
.flower-card p {font-size: 14px; line-height: 18px;}
.flower-card p img {width: 53px;}
.flower-card-section {padding: 45px 0 40px;}
.voices-slide-item {display: block !important;}
.voices-slide-item figure {width: 100%; margin-bottom: 30px;}
.voices-slide-item .voices-right {width: 100%; padding-left: 20px;}
.getStartedFreeButton.schedule-demo {padding: 10px 20px;}
.action-banner-content .content-heading {margin-bottom: 20px;}
.action-banner-content {bottom: 32px; padding-left: 30px;}
footer {padding: 40px 0 20px;}
.footer-left {width: 100%; margin-bottom: 30px;}
.footer-right {width: 100%;}
.drop-shadow-1 { display: none;}
.star-icon {right: 12px; top: -52px;}
.innovation {padding: 34px 0 0 15px;}
.nextos-section figure { width: 100%; margin-bottom: 30px; padding: 0; position: static;transform: none;}
.nextos-right { width: 100%;}
.scroll-section-main {padding: 40px 25px 0;}
.item h2 {font-size: 24px;}
.card .item {padding: 30px 20px 20px 20px;}
.item_content ul.pl-30 {padding-left: 15px;} 
/* .card {min-height: 640px;} */
.footer-left {display: flex;}
.footer-logo {width: 33.33%;}
.contact-info {width: 33.33%;}
.download-app {width: 33.33%;}
.social-icons {margin-bottom: 0;}
.footer-right {padding-left: 0; padding-top: 30px; border-left: 0 none; border-top: 1px solid var(--black);}
.our-businesses-left {width: 100%; margin-bottom: 20px;}
.our-businesses-right {width: 100%; text-align: left;}
.our-businesses-right ul {justify-content: start;}
.our-businesses-right ul li:first-child {margin-left: 0;}
/* .banner {padding-bottom: 235px; margin-bottom: -25px;} */
.robotBanner {width: 300px;}
.banner-content {margin-top: 20px;}
.cloud-section {top: -150px;}
.banner-main:after {width: 500px; height: 600px;}
.line-path-8 {right: 50px;}
.drop-shadow-2 {top: 55%;}
.line-path-5 {right: 50px; width: 45px;}
.voices-section .slick-prev, .voices-section .slick-next {top: 28%;}
.voices-slide-item .voices-right {padding: 0; text-align: center;}
.voices-right figure img {margin: 0 auto;}
.line-path-4 {left: 80px;top: -100px;}
.nextos-section-main:after {bottom: 20%;}
.pioneers-section.protection-section ul li {width: 25%;}
.pioneers-section.power-section ul li {width: 108px;}
.banner p br {display: none;}
.dot-image1 {top: 45px;}
.dot-image3 {bottom: 20px;}
.innovation ul li {margin-bottom: 20px;}
.innovation ul li h3 {font-size: 25px; line-height: 26px;}
.innovation ul li p {font-size: 18px; line-height: 20px;}
.innovation ul {margin-bottom: 40px;}
.flower-card-section ul { place-content: center; display: flex; flex-direction: column}
.flower-card-section ul li { width: 300px;}
.robot-image {position: static; animation-name: bounce !important; animation-duration: 4s; margin: -30px auto 30px; width: 270px; transition: none !important;}
.flower-card-section ul li:last-child {margin-bottom: 0;}
.flower-card-section {overflow: unset;}
.one-login-left {width: 100%;}
.one-login-left figure {margin-top: 0;}
.one-login-right {width: 100%; padding: 35px 40px 30px;}
.animation-rings {width: 500px; height: 500px;}
.product-section ul li .product:hover::before {height: calc(100% + 20px);}
.outTeamItems               { width: 220px; height: 220px;}
/* .innerBanner                { overflow: hidden;} */
.innerBannerImage           {top: -60px;width: 500px;bottom: 0;margin: auto;height: max-content;right: -45px;}
.ourUnrivalledSection ul li { width: 100%;}
.ourUnrivalledSection ul    { min-width: 270px;}
/* .srcollingSectionsBg:before, .srcollingSectionsBg:after { height: 120px;}
.srcollingSectionsBg:after  { bottom: -118px;} */
.srcollingSectionsBg        { margin: 120px 0;}
.srcollingSectionsBg:before { top: -118px; }
.srcollingSections          { flex-direction: column;}
.srcollingSectionsImage     { margin: 0 auto 16px; max-width: 80%;}
.srcollingContent h3        { font-size: 24px; line-height: 28px; margin-bottom: 6px;}
.srcollingContent strong    { font-size: 18px; line-height: 24px; margin-bottom: 6px;}
  

  @keyframes bounce {
    0%, 100% { transform: translateY(0) rotate(20deg) translateX(30px); }
    50% { transform: translateY(-20px) rotate(20deg) translateX(30px); } 
  }
  .flower-image {width: 100%; padding: 0 30px; margin-bottom: 30px;}
  .flower-image figure img {max-width: 50%;}
  .comprehensive-right {padding: 45px 50px 45px;}
  .magic-robot {bottom: -128px; width: 260px;}
   .comprehensive-left {width: 100%; padding-right: 0; margin-bottom: 30px;}
  .comprehensive-right {width: 100%;}
  .signup-form-left {width: 100%;}
  .signup-form-right {width: 100%; margin-bottom: 40px; padding: 25px; margin-bottom: 50px;}
  .signup-form-page .container {display: block;}
  .signup-form-page .revolutionaries-form h3 {font-size: 30px; line-height: 35px;}
  .signup-robot {width: 240px; top: 65%; right: 180px;}
  .robot-path {width: 310px; left: 135px; bottom: -30px;}
  .signup-form-page .dot-image {top: 0; right: 45px;}
  .signup-form-page .dot-image3 {left: 50%; top: 0;}
  .signup-form-page {height: auto; padding: 0 0 40px;}
  .signup-robot {position: relative;right: auto; top: -25px; left: 0; right: auto; margin: 0 0 90px; width: 240px;}
  .robot-path {width: 272px; left: 145px; bottom: -12px;}
  .signup-form-left h4 {font-size: 20px;}
  .signup-form-page .dot-image3 {
    left: 142px;
    top: 55%;
    width: 15px;
    height: 15px;
  }
  .signup-form-page .dot-image {
    top: 35px;
    right: 100px;
  }
  .robot-path {
    width: 455px;
    left: 115px;
    bottom: -73px;
  }
  .signup-cloud-1 {
    left: 0;
    top: -17px;
    right: auto;
    width: 90px;
  }
  .signup-cloud-2 {
    left: auto;
    bottom: auto;
    right: -265px;
    width: 100px;
    top: 0;
  }
  .signup-cloud-3 {
    left: 0;
    bottom: -100px;
    right: auto;
    margin: 0 auto;
    width: 145px;
  }
  .signup-linepath {display: none; top: -60px; width: 35px;}
  .signup-linepath.signup-linepath-mobile {display: block;}
  .signup-form-page:after {height: 650px;}
  .innaerBannermain:after {width: 300px; height: 300px;}
  .innerBanner:after {width: 275px; height: 300px;}
  .srcollingSectionsBgMain::before {width: 275px; height: 400px;}
  .srcollingSectionsBgMain:after {width: 265px; height: 420px;}
  .srcollingImageMobile {display: block; margin-bottom: 25px;}
  .srcollingSectionsImage {display: none;}
  .srcollingContentIn {margin-bottom: 40px;}
  .nextGen ul { max-width: 100%;}
  .nextGen ul li:first-child .nextGenIcon, .nextGen ul li:last-child .nextGenIcon { width: 160px; height: 178px; }
  .one-login-right {text-align: center;}
  .one-login-right ul,
  .app-buttons {justify-content: center;}
  .one-login-right h2::after {right: 0;}
  .line-path-13 {display: none;}
  .content-heading {margin-bottom: 30px;}
  .circle-amination-in {right: 20px; top: 15px; margin: 0 auto; transform: scale(1);}
  .circle-amination-in.circle-amination2 {bottom: 0; left: 12px;}
  .one-login-left figure img {width: 440px;}
  .one-login-left {padding: 80px 0; max-width: 600px; margin: 0 auto;}
  .logo-slider {margin-top: 0;}
  .item_content .card-content-right {width: 100%; padding-right: 0 !important;}
  .item_content .card-content-right ul {margin-bottom: 15px;}
  .card-image {width: 100%; margin-top: 0; margin-bottom: 30px;}
  .lmsBanner .innerBannerImage img {max-height: 300px;}
  .filter-cards {display: none;}
  .card {border-radius: 15px; min-height: inherit;}
  .view-more {display: none;}
  .more {
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    color: var(--black);
  }
  .item_content p span::after,
  .timelineBlock p span::after {
    content: '..';
    display: inline-block;
    margin-right: 5px;
 }
 small.more:before  {
  display: none;
 }
/* .timelineBlock p span::after {
    content: '..';
    display: inline-block;
    margin-right: 5px;
} */
.timelineBlock.active-more p span::after {display: none;}

 .slide-card.active .item_content p span::after  {display: none;}
 .item_content ul li:last-child {padding-left: 0;}
  .item.color-white .more {color: var(--white); border-color: var(--white);}
  .endless-magic ul li::before {
    left: -14px;
    top: -10px;
    width: calc(100% + 28px);
    height: calc(100% + 20px);
  }
  .solutionBannerContent p br {display: none;}
  .kinderSuiteBannerInner {padding-top: 30px;}
  .solutionBannerContent p br {display: none;}
  .kinderSuiteMainShadow:before {
    width: 265px;
    height: 550px;
  }
  .edtechSectionBg::after {
    width: 250px;
    height: 545px;
  }
  .endless-magic-section:after {
    width: 250px;
    height: 550px;
  }
  .video-section {margin: -65px 0;}
  .solutionBannerContent {max-width: 100%;}
  .mobile-view-data {display: block; margin-bottom: 15px;}  
  /* .item_content ul li:first-child {display: none;} */
  .solutionBannerContent {margin: 0 auto 20px;}
  .k-12-edTech.edtechSectionBg .video-section {margin: -115px 0 0 0;}
  .edtech-circle {margin: -80% auto 70px; transform: scale(0.6); left: -60px;}
  .edtechSectionBg.k-12-edTech .edtechSection-in {min-height: 340px;}
  .timelineSectionBg {padding: 30px 0;}
  .water-robot {width: 385px; bottom: -25%;}
  .CoachProEdTech {padding-bottom: 30px;}
  .coachpro-page .logo-section {min-height: 435px;}
  .CoachProEdTech ul li figure img {max-width: 100%;}
  .CoachProEdTech ul {margin: 0 -10px;}
  .line-path-14 {width: 45px; left: 5%;}
  /* .fish-group {bottom: 10px;} */
  .tutorEdgeEdTech ul {transform: scale(0.7); margin-top: -75px; min-height: 440px;}
  .product-section ul li .product:hover figure {transform: scale(1.1);}
  
  .whynextos-page .timelineItems {padding-left: 0;}
  .module-name {font-size: 20px;}
  .module-header ul li {font-size: 20px;}
  .module-header {padding: 17px 20px 10px;}
  .module-header ul li:first-child {display: none;}
  .module-header ul li:nth-child(3) {width: 26%;}
  .module-header ul li:nth-child(2) {width: 56%;}
  .whynextos-main .logo-slider {padding: 50px 0 30px;}
  .whynextosContent {width: 65%; min-height: 400px;}
  .module-header ul li img {width: 75px;}
  /* .timelineSectionIn {padding: 30px 20px;} */
  .leadership { width: 520px; padding: 30px; right: 40px;}
  .flying-robot { left: -52px; top: -132px; width: 220px; }
  .leadership ul { transform: scale(0.8); -webkit-transform: scale(0.8); right: -160px;}
  .impactSection ul li { width: calc(50% - 24px); min-width: calc(50% - 24px);}
  .impactSection ul li.impactEmptyListItem { display: none;}
  .leadership-section { padding:100px 20px 40px 20px; }
  .aboutus-robot  {width: 240px;bottom: -50px;}
  .key-people-sec ul { max-width: 100%; }
  .key-people-sec ul li h3 { font-size: 18px; line-height: 24px;}
  .key-people-sec .flip-box-back p { font-size: 13px; line-height: 16px; }
  .key-people-sec .flip-box-back .flip-arrow { right: 8px; top: 8px; width: 24px; }
  .key-people-sec .flip-box-back { padding: 30px 16px 16px;}
  .key-people-sec .flip-box-back p { margin-bottom: 6px !important;}
  .flip-arrow { right: -2px; top: 40px; width: 24px; height: 24px; }
  .key-people-sec ul li { margin: 0 4px;}
  .banner-circle-section {left: 0; bottom: -270px; width: 620px; height: 620px;}
  .banner-rotate-icon1 { top: 7%;}
  .banner-rotate-icon2 { right: 23%;}
  .banner-rotate-icon3 { left: 4%; top: 19%; }
  .banner-rotate-icon4 { right: -3%;}
  .banner-rotate-icon5 { left: 11.5%; top: -4.5%;}
  .banner-rotate-icon6 { right: -2.5%;}
  .banner-rotate-icon7 {width: 15px;left: -20px;top: -25px;}
  .banner-rotate-icon8 {width: 15px;right: -20px;top: -25px;}
  .banner-rotate-icon2 { right: 4%; width: 36px; }

  .megaMenuBg { position: static; padding: 0; width: 100%;}
  .megaMenuItems { width: 100%;}
  .orangeShadow,
  .greenShadow {
    width: 280px;
    height: 400px;
  }
.megaMenu { box-shadow: none; padding: 12px 24px; border-bottom: solid 1px var(--grey);}
.megaMenuItems h4 { font-size: 16px; border-bottom-width: 1px;}
.megaMenuItems ul { flex-direction: column;}
.megaMenuItems ul li { width: 100%; padding: 0; margin: 6px 0;}
.megaMenuItems ul li a { font-size: 13px;}
.megaMenuItems ul li a strong { font-size: 16px;}
.megaMenuItems ul li a img { max-width: 38px; max-height: 38px; }


.solution-banner .innerBannerImage {width: 100%; position: static;}
.solutionBannerContent {margin: 0 0 30px 0; width: 100%; padding-right: 0;}
.solution-banner {padding-top: 20px;}
.tutor-mountains-section {background-position: 0 -10px;}
.leadershipSliderSection {width: 100%;}
.leadership {width: 80%; margin-bottom: 30px;left: 5px; right: 15px;}

.welcome-nextos-container {width: 100%; padding: 0 15px;}
.welcome-nextos-content {padding-left: 20px;}
.leadership-section .container {flex-direction: column;}
.leadershipSliderSection {padding-left: 0;}
.leadershipSlider .team-slider img {width: 100%;}
.bigCloudAnim { display: none;}

}
@media only screen and (max-width:767px) { 
  h1 { font-size: 32px; line-height: 40px;} 
  h2 { font-size: 28px; line-height: 34px;}
  h3 { font-size: 20px; line-height: 24px;}
  h4 {line-height: 22px;}
  .timelineBlock h3 {line-height: 22px;}
  .home_banner_title { font-size: 32px; line-height: 40px; } 
  .banner p { font-size: 18px; line-height: 26px; margin-bottom: 20px; } 
  body, html,.wrapper { height: 100%;}
  .banner-content{margin-top: 0;}
  .logo img { max-height: 45px;}
  /* header { position: fixed; background-color: var(--white);} */
  header.stickIt .logo img { max-height: 40px;}
  .banner { height: 100%; padding-bottom: 55px; padding-top: 20px;}
  .banner-image { flex-direction: column;}
  .bannerScreenShots {width: 65%;}
  .robotBanner {width: 100%;}
  .robotBorders { right: -220px; top: -500px; bottom: auto; transform: scale(0.5) !important; }
  .getStartedFreeButton { padding: 8px 16px; font-size: 16px; min-height: 40px; }
  .getStartedFreeButton::after { width: 24px; height: 24px;}
  .getStartedFreeButton-inverse { line-height: 40px; font-size: 16px; min-height: 40px;}
  .product-section ul li { width: 100%;}
  .content-heading h2 img,
  .nextos-right h2 img {width: 104px;margin-top: 10px;}
  .product-section { padding: 40px 0;}
  .innovation-robot {width: 50%;}
  .innovation {width: 50% !important;}
  .innovation ul {margin-bottom: 30px;}
  .innovation ul li p {font-size: 16px; line-height: 20px;}
  .content-heading {margin-bottom: 30px;}
  .innovation-section {padding-top: 90px; padding-bottom: 90px;}
  .pioneers-section .content-heading h2 img {width: 68px; margin-top: 10px;}
  .item h2 {margin-bottom: 20px;}
  .card {position: relative; top: 0 !important; min-height: inherit;}
  .item_content ul.pl-30 {padding-left: 0;}
  .empty-card {height: 0; opacity: 0;}
  .pioneers-section {padding: 40px 0 30px;}
  .action-banner-content {bottom: auto; top: 70px; width: 100%; text-align: center; padding-left: 0;}
  .action-banner-content .content-heading {text-align: center !important;}
  .action-banner-content .content-heading h3 {font-size: 30px; line-height: 35px;}
  .cloud-image-2 {top: 0;}
  .action-banner-section {padding-bottom: 30;}
  .footer-logo {width: 100%; margin-bottom: 20px;}
  .contact-info {width: 100%;}
  .download-app {width: 100%;}
  .footer-left {display: block;}
  
  .half-flower {display: none;}
  .footerContainer {flex-direction: column; }
  .footer-left, .footer-right { width: 100%;}
  .footer-links  {width: 50%;}
  .footer-right {padding: 0; border: none; border-top: solid 1px var(--black); padding: 20px 0 0 0;}
  .line-path-1 {left: 45px; bottom: 95px; width: 40px;}
  .product-section ul {margin: 0 -10px 80px;}
  .pioneers-section ul li {width: 130px;}
  .pioneers-section.power-section {padding-top: 30px;}
  .content-heading p {font-size: 18px; line-height: 24px;}
  .voices-section {padding: 40px 30px;}
  .line-path-2 {display: none;}
  .drop-shadow-2 {top: 40%;}
  .desktop-image {display: none;}
  .mobile-image {display: block;}
  .cloud-section {right: 0; top: -160px;}
  .cloud-image-4 {top: -50px;}
  .line-path-7 {width: 20px; left: 10px;}
  .banner-main:after {width: 400px; height: 500px;}
  .voices-section .slick-prev, .voices-section .slick-next {top: 22%;}
  .nextos-section-main:after {width: 300px; height: 700px; filter: blur(130px);}
  .drop-shadow-2 {width: 300px; right: -10px;}
  .flower-card-section ul li { width: 210px;}
  .flower-card { top: 50px; }
  .flower-card h4 { font-size: 20px; margin-bottom: 4px;}
  .flower-card p { font-size: 12px; line-height: 16px; }
  .flower-card p img {width: 45px;}
  .icon { width: 30px; height: 30px;}
  .dot-image2 {display: none;}
  .item h3 {position: static; margin-bottom: 16px;}
  .card .item {padding: 20px 20px 20px 20px;}
  .pioneers-section.protection-section {padding: 40px 15px;}
  .pioneers-section.power-section {padding: 40px 15px;}
  .action-banner-image {padding-left: 15px; padding-right: 15px;}
  .comprehensive-right {padding: 30px;}
  .magic-robot {right: -20px; bottom: -125px; width: 240px;}
  .text-message {margin-right: 75px; font-size: 16px; padding: 15px 20px;}
  .chat-section {margin-bottom: 45px;}
  .chat-section figure {min-width: 80px; width: 80px;}
  .chat-bubble-in {font-size: 16px; padding: 12px 20px;}
  .chat-bubble:after {bottom: -7px;}
  .chat-bubble:before {bottom: -9px;}
  .action-banner-content .content-heading {margin-bottom: 40px;}
  .nextos-section h2::after {width: 50px; height: 75px; right: -65px;}
  .scroll-section-main {padding: 40px 15px 0;}
  .innovation {padding: 28px 0 0 15px;}
  .signup-cloud-2 {right: -190px;}
  .signup-form-page .dot-image {right: 65px;}
  .content-heading p {max-width: 100%;}
  .outTeam ul                     { flex-direction: column;}
  .outTeam ul li                  { margin: 5px 0;}
  .arrowIconBlock                 {bottom: auto;left: 0;right: 0;top: -18px;transform: rotate(86deg);}
  .innerBannerImage               { position: relative; width: 100%; top: auto; right: auto;}
  .dot-image5 {bottom: 0;}
  .innerBanner                    { flex-direction: column; padding-top: 70px;}
  .innerBannerContent             { width: 100%; margin-bottom: 30px;}
  .innerHomeText img              { max-width: 20px;}
  .innerBannerContent ul          { margin-top: 12px;}
  .ourUnrivalledLeftSection       { max-width: 80%; margin: 0 auto;}
  .innerBanner, .faqSectionBg, .outTeam, .ourUnrivalled  { padding: 30px 0; }
  .ourUnrivalledSection           { flex-direction: column; padding: 0;}
  .ourUnrivalledSection ul        { margin: 20px 0 0 0;}
  .ourUnrivalledSection ul li     { margin: 12px 0; width: 45%; font-size: 14px;}
  .ourUnrivalledSection ul li:nth-child(2n) { width: 55%;}
  .ourUnrivalledSection ul li div strong { font-size: 18px;}
  .srcollingSectionsBg:before     {top: -78px;}
  .srcollingSectionsBg:before, .srcollingSectionsBg:after {height: 80px;}
  .srcollingSectionsBg:after      { bottom: -78px;}
  .srcollingSectionsBg            { margin: 60px 0; }
  .srcollingSections              { padding: 20px 0;}
  .srcollingContent h3            { font-size: 22px;}
  .srcollingContent ul li         { background-size: 14px; font-size: 14px; padding-left: 20px; background-position: 0 2px;}
  /* .srcollingSectionsImage         { max-width: 100%;} */
  .faqAccordion                   { width: 100%; font-size: 14px; padding: 4px 0;}
  .faqContainer p                 { font-size: 14px;}
  .faqContainer                   { padding: 6px 16px;}
  .faqHeader                      { padding-left: 16px; padding-right: 40px;}
 .faqSection  {flex-wrap: wrap;}
 .faqSection ul {width: 100%;}
 .line-path-4 {width: 30px; top: -60px;}
 .srcollingContent {padding-left: 0;}
 .faqHeader:after, .faqHeader:before {right: 15px;}
 .faqHeader:before {right: 20px;}
 .outTeamItems::after {display: none;}
 .ourUnrivalled::before {width: 280px; height: 400px;}
 .srcollingSectionsShadow:after,
 .srcollingSectionsShadowInner:after {width: 300px;}
 .srcollingSectionsShadow::before,
  .srcollingSectionsShadowInner::before {width: 300px;}
  .dot-image3 {display: none;}
  .nextGen ul li { font-size: 12px; padding-top: 100px; text-align: center;}
  .nextGen ul li:before { height: 100px;}
  .nextGen ul li:first-child, .nextGen ul li:last-child {padding-top: 160px;}
  .nextGen ul li .nextGenIcon {width: 60px;height: 64px;padding-bottom: 12px;margin-bottom: 8px;}
  .nextGen ul li .nextGenIcon img { max-width: 24px; }
  .nextGen ul li strong { font-size: 15px; margin-bottom: 2px; line-height: 16px; }
  .nextGen ul li:first-child .nextGenIcon, .nextGen ul li:last-child .nextGenIcon {width: 70px;height: 72px; padding-bottom: 10px;}
  .nextGen ul li:first-child .nextGenIcon img { max-width: 30px; }
  .nextGen ul li:last-child .nextGenIcon img { max-width: 22px; }
  .nextGen ul li:first-child:before, .nextGen ul li:last-child:before {height: 160px;}
  .nextGenBg { background-size: 100% auto; padding: 10px 0 85px 0; background-position-y: 120px; }
  .line-path-11 {width: 24px; left: 10px;}
  .line-path-10 {width: 18px; top: 105px;}
  .line-path-9 {width: 24px; top: 105px;}
  .schedule-demo-button {justify-content: center;}
  .innerBannerContent h1 br {display: block;}
  /* .circle-amination-in {transform: scale(1) translateX(-50%); left: 50%; right: auto;} */
  .one-login-left {max-width: 550px;}
  .card-section {gap: 10px;}
  .logo-slider {margin-bottom: 20px;}
  .scroll-section-main .slick-dots {width: 350px;}
  .scroll-section-main .slick-prev, .scroll-section-main .slick-next {left: -465px !important;}
  .endless-magic-section {padding: 40px 0 20px;}
  .endless-magic ul li {margin: 0 10px;}
  .endless-magic-section .slick-list {padding: 30px 0 !important;}
  .endless-magic ul li::before {left: -8px; top: -5px; width: calc(100% + 16px); height: calc(100% + 10px);}
  .endless-magic .slick-prev {left: 22%;}
  .endless-magic .slick-next {right: 22%;}
  .kinderSuiteBannerImage {max-width: 80%;}
  .kinder-suite-banner {padding-top: 20px;}
  .timelineLinks {display: none;}
  .timelineSectionBg {padding: 30px 0;}
  .kinderSuiteMainShadow:before {width: 220px; height: 400px;}
  .edtechSectionBg::after {width: 220px;height: 400px;}
  .endless-magic-section {margin-top: 50px;}
  .timelineBlock {margin-bottom: 20px;}
  .video-section {margin: -40px 0;}
  .playButton {width: 45px; height: 45px;}
  .playButton::before {width: 50px; height: 50px;}
  .playButton::after {width: 65px; height: 65px;}
  .kinderSuiteBanner.k-12-suite-banner {background-size: cover;}
  .kinderSuiteBanner.k-12-suite-banner:after  {width: 400px; height: 500px;}
  .k-12-edTech.edtechSectionBg .kinderSuiteMainShadow {height: 200%;}
  .edtech-circle {margin: -100% auto 100px; left: -145px;}
  .k-12-edTechShadow::before {width: 380px; height: 500px;}
  .k-12-dot1 {right: 30px; width: 12px; height: 12px;}
  .k-12-dot2 {right: 140px; width: 10px; height: 10px;}
  .k-12-dot3 {right: 0; bottom: 14%; width: 12px; height: 12px;}
  .k-12-dot4 {left: 5px; width: 8px; height: 8px;}
  .CoachProEdTech ul li {width: 50%; margin-bottom: 35px;}
  .CoachProEdTech ul li figure img {max-width: 75%;}
  .line-path-14 {width: 35px; left: 3%;}
  .tortoises {display: none;}
  .tutorEdgeEdTech ul {transform: scale(0.5); margin-left: -24%; margin-top: -120px; min-height: 370px;}
  .tutorEdgeEdTech .content-heading {max-width: 100%;}
  .tutor-mountains-section {
    background-position: 0 20px;
  }
  .whynextos-banner {background: url(../images/whynextos/whynextos-banner-mobile.webp) no-repeat right bottom; background-size: cover;}
.srcollingSectionsShadowInner::before {width: 300px;}
.dot-image3 {display: none;}
.nextGen ul li { font-size: 12px; padding-top: 100px; text-align: center;}
.nextGen ul li:before { height: 100px;}
.nextGen ul li:first-child, .nextGen ul li:last-child {padding-top: 160px;}
.nextGen ul li .nextGenIcon {width: 60px;height: 64px;padding-bottom: 12px;margin-bottom: 8px;}
.nextGen ul li .nextGenIcon img { max-width: 24px; }
.nextGen ul li strong { font-size: 15px; margin-bottom: 2px; line-height: 16px; }
.nextGen ul li:first-child .nextGenIcon, .nextGen ul li:last-child .nextGenIcon {width: 70px;height: 72px; padding-bottom: 10px;}
.nextGen ul li:first-child .nextGenIcon img { max-width: 30px; }
.nextGen ul li:last-child .nextGenIcon img { max-width: 22px; }
.nextGen ul li:first-child:before, .nextGen ul li:last-child:before {height: 160px;}
.nextGenBg { background-size: 100% auto; padding: 10px 0 85px 0; background-position-y: 120px; }
.line-path-11 {width: 24px; left: 10px;}
.line-path-10 {width: 18px; top: 105px;}
.line-path-9 {width: 24px; top: 105px;}
.schedule-demo-button {justify-content: center;}
.innerBannerContent h1 br {display: block;}
/* .circle-amination-in {transform: scale(1) translateX(-50%); left: 50%; right: auto;} */
.one-login-left {max-width: 550px;}
.card-section {gap: 10px;}
.scroll-section-main .slick-dots {width: 350px;}
.scroll-section-main .slick-prev, .scroll-section-main .slick-next {left: -465px !important;}
.endless-magic-section {padding: 40px 0 20px;}
.endless-magic ul li {margin: 0 10px;}
.endless-magic-section .slick-list {padding: 30px 0 !important;}
.endless-magic ul li::before {left: -8px; top: -5px; width: calc(100% + 16px); height: calc(100% + 10px);}
.endless-magic .slick-prev {left: 22%;}
.endless-magic .slick-next {right: 22%;}
.kinderSuiteBannerImage {max-width: 80%;}
.kinderSuiteBannerInner {padding-top: 20px;}
.timelineLinks {display: none;}
.timelineSectionBg {padding: 10px 0 30px 0;}
.kinderSuiteMainShadow:before {width: 220px; height: 400px;}
.edtechSectionBg::after {width: 220px;height: 400px;}
.endless-magic-section {margin-top: 50px;}
.timelineBlock { padding-bottom: 4px; margin-bottom: 4px; border-bottom: solid 1px var(--light-gray);}
.video-section {margin: -40px 0;}
.playButton {width: 45px; height: 45px;}
.playButton::before {width: 50px; height: 50px;}
.playButton::after {width: 65px; height: 65px;}
.kinderSuiteBanner.k-12-suite-banner {background-size: cover;}
.kinderSuiteBanner.k-12-suite-banner:after  {width: 400px; height: 500px;}
.k-12-edTech.edtechSectionBg .kinderSuiteMainShadow {height: 200%;}
.edtech-circle {margin: -100% auto 100px; left: -145px;}
.k-12-edTechShadow::before {width: 380px; height: 500px;}
.k-12-dot1 {right: 30px; width: 12px; height: 12px;}
.k-12-dot2 {right: 140px; width: 10px; height: 10px;}
.k-12-dot3 {right: 0; bottom: 14%; width: 12px; height: 12px;}
.k-12-dot4 {left: 5px; width: 8px; height: 8px;}
.CoachProEdTech ul li {width: 50%; margin-bottom: 35px;}
.CoachProEdTech ul li figure img {max-width: 75%;}
.line-path-14 {width: 35px; left: 3%;}
/* .tortoises {width: 45px; bottom: -30px;} */
.tutorEdgeEdTech ul {transform: scale(0.5); margin-left: -24%; margin-top: -120px; min-height: 370px;}
.tutorEdgeEdTech .content-heading {max-width: 100%;}
.tutor-mountains-section {
  background-position: 0 20px;
}
.aboutus-robot { width: 170px; bottom: -33px;}


.welcome-nextos .container { flex-direction: column; }
.tree-image { width: 300px; padding: 0; margin:0 auto 20px;}
.nextos-welcome-logos ul li { display: flex; justify-content: center; align-items: center; width: calc(50% - 10px); min-width: calc(50% - 10px); margin-right: 10px; height: 48px;}
.nextos-welcome-logos img { margin: 5px auto 0;}

.key-people-sec ul { flex-direction: column; align-items: center;}
.key-people-sec ul li { width: 260px;}
.key-people-sec .flip-box-back p { font-size: 14px; line-height: 20px; }
.leadership { padding: 24px; width: 260px; border-radius: 50px 0 50px 50px;}
.leadership ul {transform: scale(0.5);-webkit-transform: scale(0.5);right: -160px; top: -160px;}
.leadership h2 { font-size: 20px; line-height: 24px;}
.leadership h2 img { max-width: 45px; margin-top: 6px; }
.flying-robot {left: -10px;top: -85px;width: 140px;}
.leadership-section { padding: 40px 0 40px; }
.promiseSectionBg { padding: 30px 0 40px 0;}
.promiseSectionBg .content-heading h2 img { width: 65px; }
.romisecardData h4 { font-size: 16px; line-height: 22px;  margin-bottom: 6px;}
.romisecardData { font-size: 14px; line-height: 14px;}
.romisecardData span {
    margin-top: 6px;
}
.endeavoursSectionDesktopImage { display: none;}
.endeavoursSectionMobileImage { display: block;}
.welcome-nextos-content::before { opacity: 0;}
.welcome-nextos-content { padding-left: 0;}
.welcome-nextos-content h2::before { width: 80px; height: 80px; top: 0;}
.welcome-nextos-content h2 span { font-size: 16px;}
.welcome-nextos-content h2 { padding-left: 90px;}
.welcome-nextos-content h2 img { max-width: 100px;}
.about-banner-content h1 { font-size: 20px;}
.about-banner-content h1 img { max-width: 85px; margin-top: 6px;}
.about-banner-in canvas { height: 500px !important;}
.about-banner-content { top: 40px;}
.about-banner-content p { font-size: 16px;}
.about-banner-content h2  { font-size: 18px;}
.aboutUsPage .logo-slider { margin: 60px 0 20px; }
.nextos-welcome-logos img { max-height: 24px;}
.welcome-nextos { padding-bottom: 30px;}
.endeavours-section { padding: 30px 0;}
.key-people-sec { padding: 30px 0;}
.our-vision { padding: 30px 0;}
.impactSectionBg { padding: 40px 0;}
.impactSectionBg .content-heading h2 img { width: 65px; }
.impactListData { font-size: 16px;}
.impactSection ul { place-content: space-between; gap: 12px;}
.impactSection ul li .impactIcon img { max-height: 30px; max-width: 30px; margin: 0 auto; }
.impactSection ul li { width: calc(50% - 6px); min-width: calc(50% - 6px); margin: 0 auto; padding: 8px 10px; }
.impactSection ul li .impactIcon { margin-right: 8px; width: 44px; height: 44px; padding: 6px;}
.impactListData span { font-size: 14px; margin-top: 1px;}
.impactSection h4 { margin: 32px auto 24px;}
.flip-arrow { right: 18px; }
.banner-circle-section {left: 0;bottom: -170px;width: 320px;height: 320px;}
.banner-circle { outline-offset: -30px;}
.banner-circle::before { width: 400px; height: 400px; left: -40px;}
.banner-rotate-icon1 { width: 30px; right: -18px;}
.banner-rotate-icon4 { width: 25px;}
.banner-rotate-icon6,.banner-rotate-icon5 { width: 15px;}
.banner-rotate-icon3 { width: 35px;}
ul.impactOfficeAdressSection li { width: 100%; min-width: 100%; min-height: 82px; }
.whynextosContent {
  width: 100%;
  min-height: 700px;
  align-items: start;
  padding-top: 30px;
  padding-bottom: 0;
}
.whynextos-main .logo-slider {margin: 0;}
.module-name {display: none;}
.module-content {display: block;}
.module-box { position: relative; width: 100%; border: none; margin: 0;}
.module-icon {min-height: unset;flex-direction: row;justify-content: start; flex: 1; background: none;padding: 6px;border-radius: 6px; font-size: 16px; cursor: pointer;}
.module-icon i {color: var(--light-gray1); margin-bottom: 0;margin-right: 8px;width: 40px;height: 40px;background-color: #f2f2f2;border-radius: 6px;font-size: 20px;display: flex;align-items: center;justify-content: center;}
.module-header  { display: none;} 
.whynextos-page .module-content .featureName {padding-left: 8px; padding-right: 8px; font-size: 13px; padding-right: 0;}
 .featureTableMobileHeader { display: flex; background-color: transparent; border-bottom: solid 1px var(--light-gray); border-radius: 0; color: var(--black); padding-left: 0; font-size: 14px; margin-bottom: 0; }
 
.whynextos-page .timelineSection {padding: 0;}
.timelineSectionIn {padding: 16px 12px;}
.timelineItemsList { padding: 0;}
.nextos-status, .others { min-width: 75px; width: 75px;}
.nextos-status { border: none;}
.others { border-left: solid 1px var(--light-gray);}
.featureTableItems { border: none; padding-left: 0;}
/* .featureTable { border: none; display: none; } */
.whynextos-page .timelineItems { background-color: var(--white); padding: 0;}
.featureTable { display: none;}
.module-box:before { content: ''; position: absolute; right: 18px; top: -4px; bottom: 0; margin: auto; width: 6px; height: 6px; border-right: solid 2px black; border-bottom: solid 2px black; transform: rotate(45deg); } 
.timelineBlock.active .module-box:before { transform: rotate(-135deg); top: 2px; border-color: var(--green); }

.timelineBlock.active .module-box .module-icon { background-color: #f2f2f2; color: var(--green); }
.timelineBlock.active .module-icon i { background-color: var(--white); color: var(--green); }
.timelineBlock.active { border-color: var(--white);}
.whynextos-main { padding: 0;}
.reasonsSection { padding-top: 10px;}
.featureTableMobileHeader div { width: 75px;}

.timelineSectionLinks { display: none;}
.our-vision p { font-size: 16px; line-height: 24px;}
.our-vision:before, .our-vision:after { border-width: 20px;}
.about-banner-new-container h2 img {max-height: 34px;}
.key-people-sec .content-heading h2 img, .leadershipMain .content-heading h2 img, .endeavours-section .content-heading h2 img {
  width: 65px;
}
.leadership {width: 75%;}
.whynextos-page .timelineLinks {display: none;}
.solutionBannerContent {padding-top: 0;}
.about-banner-new-container {width: 100%; padding: 0 0 30px 0;}
.about-banner-new .container {flex-direction: column;}
.status-symbol ul li {width: 50%;}
.animated-object { width: 50px; height: 50px; left: 0; }
.back-to-top { right: 8px; bottom: 8px;}
.status-symbol {top: 50px;}
/* .fish-group,
.tortoises,
.bird-container  {display: none;} */
}
@media only screen and (max-width:599px) { 
  h2 {font-size: 24px;line-height: 30px;}
  .content-heading p {font-size: 16px; line-height: 24px;}
  .line-path-5 {right: 32px; bottom: 60px; width: 40px;}
  .pioneers-section.protection-section ul li {width: 130px;}
  .item h2 {font-size: 20px;}
  .item h3 {font-size: 16px;line-height: 24px; top: 10px; padding: 0 20px;}
  .pioneers-section.protection-section ul li {width: 150px;}
  .flower-card-section {padding: 25px 0 25px;}
  .innovation-section {padding-bottom: 120px; padding-top: 120px;}
  .innovation,
  .innovation-robot {width: 100% !important;}
  .flower-icon {right: 30px; bottom: -40px; width: 150px;}
  .line-path-4 {left: 25px;top: -72px;}
  .bannerScreenShots {width: 55%;}
  .cloud-section {right: 45px; top: -342px;}
  .robotBorders {top: -395px; right: -230px; transform: scale(0.4) !important;}
  .line-path-8 {top: 50%;}
  .innovation-robot {position: relative; right: -15px;}
  .pioneers-section {padding: 80px 0 30px;}
  .content-heading h2 img,
  .nextos-right h2 img {width: 94px;margin-top: 8px;}
  .pioneers-section .content-heading h2 img {width: 58px; margin-top: 6px;}
  .header-in {padding: 10px 15px;}
  .header-buttons {margin-right: 10px;}
  .freeTrialButton {font-size: 14px; padding: 10px;}
  .drop-shadow-2 {width: 280px;}
  .nextos-right p strong {font-size: 18px;}
  .nextos-right h2 {margin-bottom: 20px;}
  .line-path-1 {left: 24px; width: 28px;}
  .star-icon {right: 5px;}
  .pioneers-section ul li {width: 85px;}
  .pioneers-section.protection-section ul li {width: 25%;}
  .pioneers-section.power-section ul li {width: calc(33.33% - 20px);}
  .dot-image3 {bottom: 0;}
  .cookiesSection {max-width: 90%; margin: 0 auto; left: 0; right: 0;}
  .cloud-section {width: 200px; height: 165px; right: -5px; top: -102px;}
  .cloud-image-1 {width: 90px;}
  .dot-image {right: 110px;}
  .cloud-image-2 {width: 60px; right: 0;}
  .cloud-image-3 {opacity: 1 !important; transform: scale(1) !important;}
  .product-section {padding: 20px 0 40px;}
  .nextos-section {padding: 30px 0;}
  .scroll-section-main {padding: 30px 15px 0;}
  .dot-image1 {top: -18px;}
  .comprehensive {padding: 15px;}
  .comprehensive-right {padding: 15px;}
  .chat-section figure {margin-right: 20px;}
  .text-message {margin-right: 30px; padding: 15px 40px 15px 20px; border-radius: 30px;}
  .magic-robot {bottom: -118px; width: 190px; right: -20px;}
  .action-banner-content .content-heading {margin-bottom: 30px;}
  .flower-image figure img {max-width: 70%;}
  .chat-section {flex-direction: column; align-items: unset;}
  .chat-section figure {margin-bottom: 20px; margin-right: 0;}
  .chat-bubble {margin-left: 20px;}
  .signup-form-right {min-height: 395px;}
  .signup-cloud-2 {right: -150px;}
  .signup-form-page .dot-image {right: 30px;}
  .robot-path {width: 300px; left: 140px; bottom: 0;}
  .signup-form-page .revolutionaries-form h3 {font-size: 24px; line-height: 30px;}
  .signup-form-right {padding: 8px;}
  .ourUnrivalledSection ul li,
  .ourUnrivalledSection ul li:nth-child(2n) {width: 100%;}
  .animation-rings {width: 400px; height: 400px;}
  .one-login-left figure img {width: 342px;}
  .one-login-right {padding: 20px 20px 0px;}
  .one-login-right ul {display: block;}
  .one-login-right ul li {justify-content: center; text-align: left;}
  .one-login-right ul li {margin-bottom: 30px;}
  .one-login-right ul li::after {display: none;}
  .line-path-12 {width: 40px;}
  .nextGen ul {padding: 0;}
  .circle-amination-in.circle-amination2 {bottom: -24px; left: -24px;}
  .circle-amination-in  {transform: scale(0.8); right: -15px; top: -15px;}
  .one-login-section {padding: 30px 0 30px;}
  .scroll-section-main .slick-dots {width: 280px;}
  .scroll-section-main .slick-prev, .scroll-section-main .slick-next {left: -370px !important;}
  .endless-magic ul li {margin: 0 5px;}
  .endless-magic ul li::before {left: -5px; top: -3px; width: calc(100% + 10px);height: calc(100% + 6px);}
  .endless-magic .slick-prev, .endless-magic .slick-next {width: 30px;height: 30px;}
  .endless-magic .slick-prev {margin-top: -15px;}
  .logo-slider.topspaceremove {margin-top: 30px;  margin-bottom: 30px;}
  .k-12-edTech.edtechSectionBg .video-section {margin: -95px 0 0 0;}
  .k-12-edTech.edtechSectionBg .content-heading  {position: relative; top: -30px;}
  .k-12-edTech.edtechSectionBg .kinderSuiteMainShadow {height: 280%;}
  .edtech-circle {margin: -115% auto 25px; transform: scale(0.5); left: -208px;}
  .edtechSectionBg.k-12-edTech .edtechSection-in {min-height: 240px; padding-top: 35px;}
  .k-12-edTechShadow::before {width: 280px; height: 400px;}
  .water-robot {width: 320px; bottom: -10%;}
  .CoachProEdTech {padding-top: 40px; padding-bottom: 0;}
  .CoachProEdTech ul li figure {margin-bottom: 5px;}
  .line-path-14 {width: 25px; left: 30px; top: -50px;}
  .fish-group {width: 130px;}
  .tutorEdgeEdTech ul {
      transform: scale(0.4);
      margin-left: -36%;
      margin-top: -95px;
  }
  .tutorEdgeEdTech {padding: 0;}
  .tutorEdgeEdTech ul li h3 {font-size: 30px; line-height: 35px;}
  .tutorEdgeEdTech ul li p {font-size: 26px; line-height: 26px; white-space: nowrap;}
  .tutorEdgeEdTech ul li figure img {max-height: 50px; max-width: 50px;}
  .tutor-edge-page .kinderSuiteMainShadow::before {
    width: 280px;
    height: 350px;
  }
  .welcome-nextos-content h2 img {width: 85px; margin-top: 8px;}
  .welcome-nextos-content .nexteducation h2 img.next-logo {width: 57px; margin-top: 8px;}
  .promiseSectionBg .content-heading h2 img,
  .impactSectionBg .content-heading h2 img {width: 57px; margin-top: 8px;}
  .welcome-nextos-container {flex-wrap: wrap;}
  .aiMeetRobotImageBlock {margin: 0 auto;}
  .welcome-content {padding-top: 30px;}
  .welcome-nextos-content h2::before {
      width: 70px;
      height: 70px;
      top: 0;
  }
  .about-banner-new-container h2 img {
      max-height: 34px;
  }
  .revolutionaries-form .get-started-btn {width: 100%;}

}
@media only screen and (max-width:479px) { 
  h1 {font-size: 26px; line-height: 32px;}
  .home_banner_title { font-size: 26px; line-height: 32px;} 
  .banner {padding-bottom: 85px; margin-bottom: 0;}
  .banner p {font-size: 16px; line-height: 24px;}
  /* .bannerScreenShots {width: 62%; padding-left: 0;} */
  .robotBorders {top: -345px;}
  .getStartedFreeButton.schedule-demo {padding: 8px 15px;}
  .action-banner-image {padding-left: 15px;}
  .pioneers-section ul li {width: 75px;}
  .star-icon {right: 0;}
  .menu-icon {padding: 0;}
  header .logo img {max-height: 37px;}
  .footer-links h4 {font-size: 16px;}
  .banner-content {margin-bottom: 30px;}
  .bannerScreenShots {width: 50%;}
  .dot-image {right: 115px; top: 95px; width: 10px; display: none;}
  .cloud-image-4 {width: 50px;}
  .dot-image3 {min-width: 8px;width: 8px;height: 8px;}
  .cloud-image-1 {width: 60px; display: none;}
  .cloud-image-2 {width: 45px;right: 10px;top: -40px;}
  .cloud-section {top: -120px;}
  .dot-image3 {bottom: 30px;}
  .footer-links {padding-right: 15px;}
  .product-section .content-heading h2, 
  .product-section .content-heading p {opacity: 1 !important; transform: none !important;}
  .product-section {padding: 0 0 25px;}
  .home_banner_title {margin-bottom: 15px;}
  .chat-section figure {min-width: 48px;width: 48px; margin-right: 12px;}
  .chat-bubble {font-size: 14px;}
  .comprehensive-left ul li h4 {font-size: 16px;}
  .comprehensive-left ul li {padding: 5px 10px; margin-bottom: 8px;}
  .comprehensive-left ul li figure {width: 32px; height: 32px;}
  .innovation ul li h3 {font-size: 22px;}
  .voices-section {padding: 40px 20px;}
  .voices-section .slick-prev, 
  .voices-section .slick-next {width: 30px; height: 30px;}
  .action-banner-content .content-heading h3 {font-size: 24px; line-height: 30px;}
  .content-heading h3 img {width: 88px; margin-top: 7px;}
  .text-message {font-size: 14px; padding: 15px 20px 15px 20px;}
  .magic-robot {bottom: -102px; width: 160px; right: -24px;}
  .chat-section {margin-bottom: 20px;}
  .flower-image figure img {max-width: 80%;}
  .comprehensive {padding: 8px;}
  .comprehensive-right {padding: 10px;}
  .comprehensive-left {margin-bottom: 20px;}
  .freeTrialButton {font-size: 13px;}
  .card .item {padding: 12px 10px 20px 10px;}
  .signup-form-page:after {width: 280px;}
 .signup-robot {width: 162px;}
 .robot-path {width: 205px; left: 90px;}
 .signup-cloud-2 {width: 75px; right: -75px;}
 .signup-cloud-1 {width: 65px;}
 .signup-form-page .dot-image3 {top: 40%;}
 .signup-form-page .dot-image {display: block; top: 16px;}
 .ourUnrivalled::before {width: 250px; height: 350px;}
 .srcollingSectionsShadow:after,
 .srcollingSectionsShadowInner:after {width: 250px; height: 400px;}
 .srcollingSectionsShadow::before,
.srcollingSectionsShadowInner::before {width: 250px; height: 400px;}
 .innerBannerContent ul li {margin-right: 10px;}
 .chat-bubble:after {bottom: -6px;}
 .chat-bubble:before {bottom: -8px;}
 .banner-main:after {width: 280px;}
 .animation-rings {width: 280px; height: 280px; top: 100px;}
 .search-bar {width: 280px; padding: 5px 20px 0; min-height: 44px;}
 .one-login-left figure img {width: 250px;}
 .dot-image5 {right: 20px;}
 .dot-image4 {left: 20px;}
 .line-path-11 {bottom: 7px;}
 .nextGenBg {padding: 10px 0 60px 0;}
 .circle-amination-in {transform: scale(0.7); right: -35px; top: -15px;}
.circle-amination-in.circle-amination2 {transform: scale(0.6); left: -45px;}
 .header-buttons .getStartedFreeButton {font-size: 14px; padding: 6px 10px;}
 .logo-slider {--image-size: 100px;}
 .scroll-section-main .slick-list {padding: 0 !important;}
 .scroll-section-main .slick-dots {width: 190px; left: 85px;}
 .scroll-section-main .slick-prev, .scroll-section-main .slick-next {left: -260px !important;}
 .endless-magic {padding: 0 15%;}
.endless-magic ul li::before {left: -8px; top: -5px;width: calc(100% + 16px); height: calc(100% + 10px);}
.endless-magic .slick-prev {left: -40px;}
.endless-magic .slick-next {right: -40px;}
.kinderSuiteBannerImage {max-width: 100%;}
 @keyframes lds-ripple-home {
    0% {
        top: 80px;
        left: 120px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -90px;
        left: -60px;
        width: 350px;
        height: 350px;
        opacity: 0
    }
  }

.endless-magic {padding: 0 15%;}
.endless-magic ul li::before {
    left: -10px;
    top: -8px;
    width: calc(100% + 20px);
    height: calc(100% + 16px);
}
.endless-magic .slick-prev {
    left: -40px;
  }
  .endless-magic .slick-next {
    right: -40px;
  }
  .kinderSuiteBannerImage {max-width: 100%;}
  .kinderSuiteMainShadow:before {
    width: 200px;
    height: 400px;
  }
  .edtechSectionBg::after {width: 200px; height: 400px;}
  .video-section {margin: -20px 0;}
  .kinderSuiteBanner.k-12-suite-banner:after  {width: 250px; height: 400px;}
  .k-12-edTech.edtechSectionBg .kinderSuiteMainShadow {height: 380%;}
  .edtech-circle {margin: -135% auto 0; transform: scale(0.45); left: -242px;}
  .solutionBannerContent p {margin-bottom: 15px;}
  .CoachProEdTech ul li h3 {font-size: 20px; line-height: 24px; margin-bottom: 4px;}
  .CoachProEdTech ul li p {font-size: 13px; line-height: 18px;}
  .CoachProEdTech ul li {margin-bottom: 20px;}
  .water-robot {width: 185px; bottom: -10px;}
  .coachpro-page .logo-section {min-height: 325px;}
  .CoachProEdTech {padding-top: 20px;}
  .tutorEdgeEdTech ul {
      transform: scale(0.38);
      margin-left: -56%;
      min-height: 300px;
  }
  .tutor-mountains-section {background-position: 0 -80px;}
  .nextos-welcome-logos img {max-height: 18px;}
  .tree-image {width: 270px;}
  .welcome-nextos-content h2 {padding-left: 60px;}
  .welcome-nextos-content h2::before {width: 54px; height: 54px;}
  .whynextos-banner p {font-size: 16px;}
  .about-banner-new-container h2 img {
      max-height: 24px;
      margin-bottom: -4px;
  }
  .key-people-sec .content-heading h2 img, .leadershipMain .content-heading h2 img, .endeavours-section .content-heading h2 img {
      width: 50px;
  }
  .about-banner-new {margin-top: 10px;}
  .leadershipSliderSection .slick-dots {text-align: center; bottom: -40px;}
   .pioneers-section.protection-section ul li {width: 50%;}
}
@media only screen and (max-width:400px) {
  .edtech-circle {margin: -147% auto -100px; transform: scale(0.38); left: -265px;}
  .tutorEdgeEdTech ul {
    transform: scale(0.35);
    margin-left: -70%;
  }
  .leadership {width: 218px; padding: 24px 15px;}
}
@media only screen and (max-width:350px) { 
  h1 {font-size: 20px; line-height: 25px;}
  h2 {font-size: 20px; line-height: 25px;}
  .side-nav {width: 280px;}
  .open-menu header {left: -280px;}
  .open-menu .wrapper {left: -280px;}
  .home_banner_title { font-size: 20px; line-height: 25px; } 
  .action-banner-content .content-heading h3 {font-size: 22px; line-height: 28px;}
  .content-heading h2 img, .nextos-right h2 img {width: 84px; margin-top: 6px;}
  .pioneers-section .content-heading h2 img {width: 53px;}
  .content-heading h3 img {width: 78px;margin-top: 5px;}
  .chat-bubble:after {bottom: -5px;}
  .header-buttons .getStartedFreeButton {min-height: 32px; font-size: 13px; padding: 5px 8px;}
  .header-buttons .getStartedFreeButton::after {width: 20px; height: 20px;}
  .edtech-circle {margin: -172% auto -120px; transform: scale(0.34); left: -292px;}
  .tutorEdgeEdTech ul { margin-left: -94%; transform: scale(0.3);}
  .promiseSectionBg .content-heading h2 img,
  .impactSectionBg .content-heading h2 img {width: 50px;}
}

.cookiesSection{display: none;}


.hide{display: none;}
.contact-formenq .showMore{ cursor: pointer; text-decoration: underline; margin-bottom: 15px;}
.aboutMain{ overflow: hidden;}