@media screen and (min-width: 240px) and (max-width: 600px) {
  .heroHeader {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 109px 0 0 0;
    background-image: url("../img/rec1.png"), url("../img/rec2.png");
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
  }
  .heroHeader .heroHeaderCon {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    /* justify-content: space-between; */
    justify-content: end;
    align-items: center;
    gap: 54px;
    margin-top: -20px !important;
  }
  .heroHeader .heroHeaderCon .leftPart {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    padding: 0 20px;
  }
  .heroHeader .heroHeaderCon .leftPart .smallHeading {
    width: 100%;
    float: left;
    color: #60371A;
    font-family: Fredoka;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.818px;
  }
  .heroHeader .heroHeaderCon .leftPart .MainHeading {
    min-width: 100% !important;
    float: left;
    color: #60371A;
    font-family: Fredoka;
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1.281px;
    margin: 0;
  }
  .heroHeader .heroHeaderCon .leftPart .MainHeading span {
    min-width: 100% !important;
    float: left;
    color: #FF7A00 !important;
    font-family: Fredoka;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 64.031px */
  }
  .heroHeader .heroHeaderCon .leftPart .HeroHeadPara {
    width: 100%;
    float: left;
    color: #3A404D;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 204%;
    padding-top: 15px;
  }
  .heroHeader .heroHeaderCon .leftPart .heroheaderBtn {
    width: 151px;
    height: 47px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15.652px;
    background: #FFC300;
    box-shadow: 0px 2.846px 9.249px 0px rgba(0, 0, 0, 0.15);
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 13.518px */
    letter-spacing: 0.406px;
    margin-top: 18px;
  }
  .heroHeader .heroHeaderCon .rightPart {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    gap: 20px;
    padding: 0 12px;
  }
  .heroHeader .heroHeaderCon .rightPart .smallPic {
    width: 100% !important;
    float: left;
    height: 300px;
  }
  .heroHeader .heroHeaderCon .rightPart .smallPic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 32px;
  }
  .heroHeader .heroHeaderCon .rightPart .BigPic {
    width: 300px;
    height: 300px;
    float: left;
    display: none;
  }
  .heroHeader .heroHeaderCon .rightPart .BigPic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 32px;
  }
  .aboutPart {
    width: 100% !important;
    float: left;
    padding: 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aboutPart .aboutPartCon {
    width: 100% !important;
    float: left;
    display: flex;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 78px !important;
  }
  .aboutPart .aboutPartCon .leftPart {
    float: left;
    display: flex;
    justify-content: center;
    flex-flow: column;
    gap: 23px;
    margin-top: -32px;
  }
  .aboutPart .aboutPartCon .leftPart .boxAbout {
    width: 290px;
    height: 300.947px;
    flex-shrink: 0;
    border-radius: 18.118px;
    background: #FFF;
    box-shadow: 2.174px 1.449px 20.292px -2.174px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-flow: column;
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 15px;
  }
  .aboutPart .aboutPartCon .leftPart .boxAbout p {
    color: #787878;
    width: 100%;
    float: left;
    font-family: Poppins;
    font-size: 11.595px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    text-align: center;
  }
  .aboutPart .aboutPartCon .leftPart .boxAbout picture {
    justify-content: center !important;
  }
  .aboutPart .aboutPartCon .leftPart .boxAbout picture img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 114px;
    height: 103px;
  }
  .aboutPart .aboutPartCon .leftPart .boxAbout a {
    display: flex;
    justify-content: center;
  }
  .aboutPart .aboutPartCon .leftPart .boxAbout h1 {
    color: #000;
    width: 100%;
    float: left;
    font-family: Poppins;
    font-size: 18.118px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18.118px */
    text-transform: capitalize;
    margin: 0;
    padding: 17px 0;
    text-align: center;
  }
  .aboutPart .aboutPartCon .rightPart {
    width: 100%;
    padding: 0 16px;
  }
  .aboutPart .aboutPartCon .rightPart .aboutUs {
    color: #FF7A00;
    width: 100%;
    float: left;
    font-family: Fredoka;
    font-size: 18.498px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 30px;
  }
  .aboutPart .aboutPartCon .rightPart .Wake_a_genius {
    width: 100%;
    float: left;
    color: #000;
    font-family: Fredoka;
    font-size: 35.573px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 9px;
  }
  .aboutPart .aboutPartCon .rightPart .Wake_a_genius_para {
    color: #787878;
    font-family: Poppins;
    font-size: 13.46px;
    font-style: normal;
    font-weight: 500;
    line-height: 187%;
    padding-top: 20px;
    width: 100%;
    float: left;
  }
  .pic1 {
    width: 113.833px !important;
    height: 103.873px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .pic2 {
    width: 166px !important;
    height: 71px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    margin-top: 40px;
  }
  .pic3 {
    width: 84px !important;
    height: 118px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .playLearn {
    margin-top: 9px !important;
  }
  .abacus {
    margin-top: 5px !important;
  }
  .pink {
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    background-color: #FE4F8E;
    margin-top: 10px;
  }
  .blue {
    background-color: #333694;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin-top: 10px;
  }
  .green {
    background-color: #87BD43;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin-top: 10px;
  }
  .ourActivity {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F9F6EA;
    margin-top: 77px;
    padding-bottom: 23px;
  }
  .ourActivity .conOurActivity {
    width: 100%;
    float: left;
  }
  .ourActivity .conOurActivity h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #FF7A00;
    text-align: center;
    font-family: Fredoka;
    font-size: 18.498px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    padding-top: 35px;
  }
  .ourActivity .conOurActivity h4 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: Fredoka;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
    padding: 0 10px;
  }
  .ourActivity .conOurActivity .boxPart {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .ourActivity .conOurActivity .boxPart .box {
    width: 301.94px;
    float: left;
    margin-top: 50px;
    background: #FFF;
    padding-bottom: 19px;
  }
  .ourActivity .conOurActivity .boxPart .box picture {
    width: 100%;
    height: 177.612px;
    float: left;
  }
  .ourActivity .conOurActivity .boxPart .box picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ourActivity .conOurActivity .boxPart .box h5 {
    width: 100%;
    float: left;
    color: #483290;
    font-family: Fredoka;
    font-size: 17.761px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 15px;
    padding-left: 19px;
  }
  .ourActivity .conOurActivity .boxPart .box p {
    color: #353535;
    width: 100%;
    float: left;
    font-family: Fredoka;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.761px;
    margin-top: 4px;
    padding-left: 19px;
  }
  .ourWorks {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .ourWorks .conOurWorks {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    gap: 56px;
    align-items: center;
  }
  .ourWorks .conOurWorks .leftPart {
    width: 200px;
    height: 200px;
    float: left;
  }
  .ourWorks .conOurWorks .leftPart img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ourWorks .rightPart {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .ourWorks .rightPart .ourworks {
    color: #FF7A00;
    width: 100%;
    float: left;
    text-align: center;
    font-family: Fredoka;
    font-size: 18.498px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .ourWorks .rightPart .forChildren {
    color: #000;
    width: 100%;
    float: left;
    margin-top: 10px;
    font-family: Fredoka;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }
  .ourWorks .rightPart .healthPart {
    width: 100%;
    float: left;
    display: flex;
    align-items: start;
    flex-flow: row wrap;
    gap: 18px;
    margin-top: 42px;
    /* justify-content: center; */
    padding: 0 27px;
  }
  .ourWorks .rightPart .healthPart div {
    width: 200px;
    float: left;
    display: flex;
    align-items: center;
    color: #483290;
    font-family: Fredoka;
    font-size: 19.593px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    gap: 10px;
  }
  .ourWorks .rightPart .healthPart div img {
    width: 38px;
    height: 38px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ourWorks .rightPart .navbtnTwo {
    width: 186px;
    height: 50px;
    border-radius: 15.652px;
    background: #FFC300;
    box-shadow: 0px 2.846px 9.249px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    gap: 9px;
    color: #000;
    text-align: center;
    font-family: Fredoka;
    font-size: 14.941px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14.941px */
    letter-spacing: 1.345px;
  }
  .ourWorks .rightPart .navbtnTwo i {
    font-size: 11px;
    color: #FE4F8E;
  }
  .FeaturesPart {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F9F6EA;
    padding-top: 59px;
    padding-bottom: 70px;
  }
  .FeaturesPart .conFeaturePart {
    width: 100%;
    float: left;
    padding: 0 8px;
  }
  .FeaturesPart .conFeaturePart .Features {
    color: #FF7A00;
    width: 100%;
    float: left;
    text-align: center;
    font-family: Fredoka;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  .FeaturesPart .conFeaturePart .Our-Contribution {
    color: #000;
    width: 100%;
    float: left;
    text-align: center;
    font-family: Fredoka;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 7px;
  }
  .FeaturesPart .conFeaturePart .FeaturesPartPara {
    width: 100%;
    float: left;
    color: #626262;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-top: 23px;
  }
  .FeaturesPart .conFeaturePart .ourFeatures {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 17px;
    margin-top: 41px;
  }
  .FeaturesPart .conFeaturePart .ourFeatures .box {
    width: 249px;
    height: 209px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 10.672px;
    background: #FBFBFB;
    gap: 22px;
    color: #000;
    text-align: center;
    font-family: Fredoka;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
  footer {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #212121;
    padding: 70px 0;
    margin-top: 40px;
  }
  footer .footerCON {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    gap: 111px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    padding: 0 0 61px 0;
    position: relative;
  }
  footer .footerCON .logoSection {
    width: 200px;
    height: 200px;
  }
  footer .footerCON .logoSection .LOGOpART {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  footer .footerCON .logoSection .LOGOpART .logo {
    min-width: 84.664px;
    min-height: 88.932px;
    float: left;
  }
  footer .footerCON .logoSection .LOGOpART .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer .footerCON .logoSection .LOGOpART h4 {
    color: #FFF;
    font-family: Fredoka;
    font-size: 17.786px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    text-align: center;
  }
  footer .footerCON .logoSection .address {
    color: #FFF;
    font-family: Fredoka;
    font-size: 14.229px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    width: 100%;
    float: left;
    margin-top: 37px;
    text-align: center;
  }
  footer .footerCON .logoSection .phnNO {
    width: 100%;
    float: left;
    color: #FFF;
    font-family: Fredoka;
    font-size: 14.941px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    margin-top: 10px;
    text-align: center;
  }
  footer .footerCON .logoSection .email {
    color: #FFF;
    width: 100%;
    float: left;
    font-family: Fredoka;
    font-size: 14.229px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-top: 10px;
    width: 100%;
    float: left;
    text-align: center;
  }
  footer .footerCON .linksPart {
    width: 239px;
    float: left;
  }
  footer .footerCON .linksPart .Quick-Links {
    color: #F8F8F8;
    width: 100%;
    float: left;
    font-family: Fredoka;
    font-size: 25.613px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 20px;
    text-align: center;
  }
  footer .footerCON .linksPart .link {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    row-gap: 9px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: baseline;
    margin-top: 15px;
    justify-content: center;
  }
  footer .footerCON .linksPart .link li {
    list-style-type: none;
    color: #A4A4A4;
    font-family: Fredoka;
    font-size: 16.221px;
    font-style: normal;
    font-weight: 500;
    line-height: 40.553px; /* 250% */
    letter-spacing: 0.324px;
  }
  footer .footerCON .socialMedia {
    width: 131px;
    float: left;
    display: flex;
    flex-flow: column;
    row-gap: 20px;
    margin-top: -90px;
  }
  footer .footerCON .socialMedia .facebook {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #AEAEAE;
    font-family: Fredoka;
    font-size: 19.209px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.384px;
  }
  footer .footerCON .socialMedia .facebook i {
    color: #0E7BE0;
    font-size: 15px;
  }
  footer .footerCON .socialMedia .youTube {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #AEAEAE;
    font-family: Fredoka;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.384px;
  }
  footer .footerCON .socialMedia .youTube i {
    color: #EF1865;
    font-size: 15px;
  }
  footer .footerCON .socialMedia .whatsapp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #AEAEAE;
    font-family: Fredoka;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.384px;
  }
  footer .footerCON .socialMedia .whatsapp i {
    color: #81B966;
    font-size: 15px;
  }
  footer .footerCON .lastContent {
    color: #FFF;
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    font-family: Fredoka;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    bottom: -46px;
  }
  footer .footerCON .image {
    transition: width 0.3s ease !important;
  }
  .navSection {
    width: 100%;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    background-color: #F6F9FF;
  }
  .navSection .navCon {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    background: #ffc300;
    height: 60px;
    padding: 0 0 0 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    animation: smoothScroll 1s forwards;
  }
  .navSection .navCon .Logo {
    width: 190px !important;
    float: left;
    height: 86px;
    padding: 5px;
  }
  .navSection .navCon .Logo img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .navSection .navCon .rightPart {
    height: 100vh;
    overflow: auto;
    z-index: 999;
    width: 75%;
    position: fixed;
    background-color: #def2e8;
    height: 100%;
    top: 0;
    right: 658px;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 45px;
    transition: 0.3s ease-in-out;
    scrollbar-width: none;
  }
  .navSection .navCon .rightPart.open {
    left: 0;
  }
  .navSection .navCon .rightPart ul {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .navSection .navCon .rightPart ul li a {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
  }
  .navSection .navCon .rightPart .navbtn {
    width: 146px;
    padding: 17px 10px;
    /* height: 72px; */
    border-radius: 15.652px;
    background: #FFC300;
    box-shadow: 0px 2.846px 9.249px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    gap: 9px;
    color: #000;
    text-align: center;
    font-family: Fredoka;
    font-size: 14.941px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.345px;
  }
  .navSection .menubar {
    display: block;
    margin: 0 15px 0 0;
    font-size: 28px;
    color: #000;
  }
  .abacusTheamHeroHeader {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -2px;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .picrturePart {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .picrturePart .picture-and-logo {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 12px;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .picrturePart .picture-and-logo .MainPic {
    width: 100%;
    float: left;
    height: 100%;
    margin-top: 40px;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .picrturePart .picture-and-logo .MainPic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30px;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .picrturePart .picture-and-logo .smallLogo {
    width: 155px !important;
    height: 155px !important;
    float: left;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1.423px 2.847px 12.81px rgba(0, 0, 0, 0.13);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 255px;
    right: 0;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .containtPart {
    width: 100%;
    float: left;
    padding: 0px 18px;
    padding-top: 74px;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .containtPart .better-future-forChild {
    width: 100%;
    float: left;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .containtPart .better-future-forChild .better {
    width: 100%;
    float: left;
    color: #81B966;
    font-family: Fredoka;
    font-size: 36.493px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .containtPart .better-future-forChild .future {
    width: 100%;
    float: left;
    color: #333694;
    font-family: Fredoka;
    font-size: 103.282px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .containtPart .better-future-forChild .forChild {
    width: 100%;
    float: left;
    color: #595959;
    font-family: Fredoka;
    font-size: 32.024px !important;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    text-align: left;
    padding-left: 94px;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .containtPart .abacusTheamHeroHeaderPara {
    width: 100%;
    float: left;
    display: flex;
    gap: 12px;
    align-items: baseline;
    color: #000;
    font-family: Fredoka;
    font-size: 15.559px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.796px;
    margin: 0;
    padding-top: 38px;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .containtPart .abacusTheamHeroHeaderPara span {
    width: 99px;
    height: 4px;
    float: left;
    margin: 0;
    border-radius: 3.558px;
    background: #FFC300;
  }
  .abacusTheamHeroHeader .conabacusTheamHeroHeader .containtPart .getStartedBtn {
    width: 156px;
    height: 47px;
    gap: 8px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Poppins;
    font-size: 13.521px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 13.521px */
    letter-spacing: 0.406px;
    border-radius: 23.485px;
    background: #9E20FF;
    box-shadow: 0px 5.693px 9.251px 0px rgba(210, 114, 255, 0.71);
    margin-top: 27px;
  }
  .ankurCon {
    position: relative;
  }
  .ankurCon::after {
    content: "";
    width: 199px;
    height: 370px;
    background-image: url(../img/greenRound.png);
    background-size: cover;
    position: absolute;
    height: 199px;
    top: 417px;
    left: 14px;
  }
  .ankurCon::before {
    content: "";
    width: 79px;
    height: 387px;
    background-image: url(../img/ankurBanner.png);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    right: 1102px;
    top: 73px;
    display: none;
  }
  .Ankur_theam_img picture {
    width: 242px;
    height: 316px;
    float: left;
    position: relative;
    z-index: unset;
    background: #b5f391;
    margin-top: 163px;
    border-radius: 35%;
  }
  .Ankur_theam_img picture img {
    position: absolute;
    top: 7px;
  }
  .future {
    font-size: 63px !important;
  }
  .forChild {
    font-size: 21px !important;
  }
  .sliderWrap {
    width: 100%;
  }
  .Ankur_theam_img {
    margin-top: 30px !important;
  }
  .Ankur_theam_img .logo {
    width: 125px;
    height: 164px;
    border-radius: 68px 68px 45px 43px;
    background: #E8FFDB;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -37px;
  }
  .kidEducationSection {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 82px;
  }
  .kidEducationSection .conKidEducationSection {
    width: 100%;
    float: left;
  }
  .kidEducationSection .conKidEducationSection h4 {
    color: #000;
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    font-family: Fredoka;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .kidEducationSection .conKidEducationSection h4 small {
    color: #FF7A00;
  }
  .kidEducationSection .conKidEducationSection p {
    color: #474747;
    text-align: center !important;
    font-family: Fredoka;
    font-size: 14px;
    font-style: unset !important;
    font-weight: 400 !important;
    line-height: 20px;
    padding: 0 20px !important;
  }
  .kidEducationSection .conKidEducationSection .PictureSection {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection picture {
    width: 263px;
    height: 253px;
    transform: rotate(7.071deg);
    margin-top: 53px;
    border-radius: 32px;
    border: 4px solid #FFF;
    box-shadow: 2.847px 2.847px 13.521px 4.27px rgba(0, 0, 0, 0.18);
    overflow: hidden;
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection picture img {
    width: 100%;
    height: 103% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection :nth-child(2) {
    width: 263px;
    transform: rotate(-11.813deg);
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection :nth-child(3) {
    transform: rotate(7.071deg);
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection :nth-child(4) {
    width: 263px;
    transform: rotate(-11.813deg);
  }
  .Contrary-to-popular {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 97px !important;
  }
  .Contrary-to-popular .conContrary-to-popular {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
  }
  .Contrary-to-popular .conContrary-to-popular .leftSide {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .Contrary-to-popular .conContrary-to-popular .leftSide .bigPicPopulor {
    width: 300px !important;
    height: 200px !important;
    float: left;
  }
  .Contrary-to-popular .conContrary-to-popular .leftSide .bigPicPopulor img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 23px;
  }
  .Contrary-to-popular .conContrary-to-popular .leftSide .smallPicPopulor {
    width: 126px !important;
    height: 466px;
    float: left;
    display: none;
  }
  .Contrary-to-popular .conContrary-to-popular .leftSide .smallPicPopulor img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 23px;
  }
  .Contrary-to-popular .conContrary-to-popular .rightSide {
    width: 100%;
    float: left;
    padding: 0 20px;
  }
  .Contrary-to-popular .conContrary-to-popular .rightSide p {
    width: 100%;
    float: left;
    color: #000;
    font-family: Fredoka;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    margin-top: 20px;
  }
  .Contrary-to-popular .conContrary-to-popular .rightSide .rightSideDetails {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0;
    gap: 20px;
  }
  .Contrary-to-popular .conContrary-to-popular .rightSide .rightSideDetails picture {
    width: 55px;
    height: 55px;
  }
  .Contrary-to-popular .conContrary-to-popular .rightSide .rightSideDetails picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .Contrary-to-popular .conContrary-to-popular .rightSide .rightSideDetails p {
    width: 100%;
    float: left;
    color: #242424;
    font-family: Fredoka;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.62px;
  }
  .eduProgram {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 68px;
  }
  .eduProgram .ConeduProgram {
    width: 100%;
    float: left;
    padding: 0 13px;
  }
  .eduProgram .ConeduProgram .bigHeader {
    width: 100%;
    float: left;
    color: #000;
    text-align: center;
    font-family: Fredoka;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
  }
  .eduProgram .ConeduProgram .bigHeader span {
    width: 100%;
    float: left;
  }
  .eduProgram .ConeduProgram .bigHeader span small {
    color: #FF7A00 !important;
  }
  .eduProgram .ConeduProgram .EducationalProgramPara {
    width: 100%;
    float: left;
    color: #474747;
    text-align: center;
    font-family: Fredoka;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 195.652% */
    padding: 0 0px;
    margin-top: 25px;
  }
  .eduProgram .ConeduProgram .eduProgramBoxPart {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 43px;
  }
  .eduProgram .ConeduProgram .eduProgramBoxPart .ConeduProgramBoxPart {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 27px;
    padding: 0 12px;
  }
  .eduProgram .ConeduProgram .eduProgramBoxPart .ConeduProgramBoxPart .box {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 44px 27px;
    transition: all 0.3s ease-in-out;
  }
  .eduProgram .ConeduProgram .eduProgramBoxPart .ConeduProgramBoxPart .box .logo {
    width: 72px;
    height: 72px;
    float: left;
  }
  .eduProgram .ConeduProgram .eduProgramBoxPart .ConeduProgramBoxPart .box .logo img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    float: left;
  }
  .eduProgram .ConeduProgram .eduProgramBoxPart .ConeduProgramBoxPart .box h1 {
    color: #FFF;
    width: 100%;
    float: left;
    text-align: center;
    font-family: Fredoka;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-top: 41px;
  }
  .eduProgram .ConeduProgram .eduProgramBoxPart .ConeduProgramBoxPart .box p {
    width: 100%;
    float: left;
    color: #FFF;
    text-align: center;
    font-family: Fredoka;
    font-size: 14.81px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.908px;
    margin: 0;
    padding-top: 21px;
  }
  .eduProgram .ConeduProgram .eduProgramBoxPart .ConeduProgramBoxPart .box:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    transform: unset !important;
  }
  .colorSky {
    background-color: #44B3E0 !important;
  }
  .colorPink {
    background-color: #FF8EAD !important;
  }
  .colorYellow {
    background: #FFBF51 !important;
  }
  .kidEducationSection {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 82px;
  }
  .kidEducationSection .conKidEducationSection {
    width: 1152px;
    float: left;
    padding: 0 12px;
  }
  .kidEducationSection .conKidEducationSection h4 {
    color: #000;
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    font-family: Fredoka;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .kidEducationSection .conKidEducationSection h4 small {
    color: #FF7A00;
  }
  .kidEducationSection .conKidEducationSection p {
    width: 100%;
    float: left;
    color: #474747;
    text-align: center;
    font-family: Fredoka;
    font-size: 16.368px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.024px;
    padding: 0 220px;
    margin-top: 30px;
  }
  .kidEducationSection .conKidEducationSection .PictureSection {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection picture {
    width: 263px;
    height: 253px;
    transform: rotate(7.071deg);
    margin-top: 53px;
    border-radius: 32px;
    border: 4px solid #FFF;
    box-shadow: 2.847px 2.847px 13.521px 4.27px rgba(0, 0, 0, 0.18);
    overflow: hidden;
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection :nth-child(2) {
    width: 263px;
    transform: rotate(-11.813deg);
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection :nth-child(3) {
    transform: rotate(7.071deg);
  }
  .kidEducationSection .conKidEducationSection .PictureSection .conPicSection :nth-child(4) {
    width: 263px;
    transform: rotate(-11.813deg);
  }
  .abacusAfterBanner {
    position: relative !important;
  }
  .abacusAfterBanner::before {
    content: "";
    width: 114px;
    height: 387px;
    background-image: url(../img/abacusBanner.png);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    right: -159px;
    top: 73px;
    display: none;
  }
  .iplayBanner {
    position: relative !important;
    padding-top: 62px;
  }
  .iplayBanner::before {
    content: "";
    width: 82px;
    height: 529px;
    background-image: url(../img/IPLAYILEARN.png);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 79px;
    display: none;
  }
  .conIPlayIlearnTheam::after {
    content: "";
    width: 300px;
    height: 300px;
    right: 0px;
    top: 375px;
    background-image: url(../img/heroBackgroundIplayIrun.png);
    background-size: cover;
    position: absolute;
    display: none;
  }
  .iPlayIlearnTheamPicPart {
    width: 232px !important;
    height: 339px !important;
    float: left !important;
  }
  .iPlayIlearnTheamPicPart picture {
    z-index: 0 !important;
    background: #f9e8b0;
    position: relative;
    border-radius: 5%;
    margin-top: 69px !important;
  }
  .iPlayIlearnTheamPicPart picture img {
    position: absolute;
    top: 20px;
  }
  .logoIplayaIlearn {
    position: absolute;
    width: 98px !important;
    height: 99px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0 !important;
    background-color: #FFF;
    box-shadow: 0px 2.846px 16.365px rgba(0, 0, 0, 0.11);
    border-radius: 68%;
    right: -38px !important;
    top: -46px !important;
  }
  .logoIplayaIlearn img {
    width: 82px;
    height: 75px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .addMargin {
    margin-top: 60px;
  }
  .conaccordionBox {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 30PX;
    margin-top: 45px;
    padding: 0 12px;
  }
  .conaccordionBox .accordian {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    background: #FFF;
    gap: 10PX;
    border-radius: 40px;
    box-shadow: 0px 7.115px 19.211px 0px rgba(255, 122, 0, 0.18);
    padding: 15px 30px;
  }
  .conaccordionBox .accordian .flip {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .conaccordionBox .accordian .flip .numberPart {
    float: left;
    display: flex;
    gap: 12px !important;
    align-items: center;
  }
  .conaccordionBox .accordian .flip .numberPart div {
    min-width: 30px !important;
    min-height: 30px !important;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE7EC;
    border-radius: 50%;
    color: #FF5F85;
    text-align: center;
    font-family: Poppins;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .conaccordionBox .accordian .flip .numberPart h4 {
    color: #444;
    font-family: Poppins;
    font-size: 11px !important;
    font-style: normal;
    line-height: normal;
    font-weight: 600 !important;
  }
  .conaccordionBox .accordian .flip .downIcon {
    width: 15px;
    color: #FF7A00;
    stroke-width: 1.494px;
    stroke: #FFF;
  }
  .conaccordionBox .accordian .panel {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    display: none;
    padding: 0px 0px 30px 0;
  }
  .conaccordionBox .accordian .panel p {
    width: 100%;
    float: left;
    color: #515151;
    font-family: Poppins;
    font-size: 12.096px;
    font-style: normal;
    font-weight: 400;
    line-height: 207.9%;
  }
  .heroHeaderAboutPage {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 12px;
    margin-top: 107px;
  }
  .heroHeaderAboutPage .heroContainerAboutPage {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .heroHeaderAboutPage .heroContainerAboutPage .leftPartAboutPage {
    width: 100%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .heroHeaderAboutPage .heroContainerAboutPage .leftPartAboutPage::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../img/aboutHeroHeaderBackground.png);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    top: 2px;
    z-index: 0;
  }
  .heroHeaderAboutPage .heroContainerAboutPage .leftPartAboutPage picture {
    width: 240px;
    height: 366px;
    float: left;
    z-index: unset;
    position: relative;
    background-color: #ed3295;
    border-radius: 22px;
  }
  .heroHeaderAboutPage .heroContainerAboutPage .leftPartAboutPage picture img {
    width: 100%;
    float: left;
  }
  .heroHeaderAboutPage .heroContainerAboutPage .rightPart {
    width: 100%;
    float: left;
    margin-top: 55px;
    padding: 0 12px;
  }
  .heroHeaderAboutPage .heroContainerAboutPage .rightPart h4 {
    width: 100%;
    float: left;
    margin: 0;
    color: #25A8E0;
    font-family: Fredoka;
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  .heroHeaderAboutPage .heroContainerAboutPage .rightPart h4 span {
    color: #ED3295 !important;
  }
  .heroHeaderAboutPage .heroContainerAboutPage .rightPart p {
    width: 100%;
    float: left;
    color: #000;
    font-family: Fredoka;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding-top: 20px;
  }
  .ourMission {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: -8px;
  }
  .ourMission .ourMissionCon {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    align-items: center;
    border-radius: 7px;
    background: #FFC300;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.25);
    padding: 44px 34px;
  }
  .ourMission .ourMissionCon .leftSide {
    width: 61%;
    height: 100%;
    float: left;
  }
  .ourMission .ourMissionCon .leftSide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ourMission .ourMissionCon .rightSide {
    width: 100%;
    float: left;
  }
  .ourMission .ourMissionCon .rightSide .ourMissionHeading {
    width: 100%;
    float: left;
    color: #ED3295;
    font-family: Fredoka;
    font-size: 41px;
    font-style: normal;
    font-weight: 500;
  }
  .ourMission .ourMissionCon .rightSide .ourMissionHeading span {
    color: #25A8E0;
  }
  .ourMission .ourMissionCon .rightSide p {
    width: 100%;
    float: left;
    color: #413D3D;
    font-family: Fredoka;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    padding-top: 10px;
  }
  .aboutContainerAddMargin {
    margin-top: 64px !important;
  }
  .rightPartProjectPart {
    width: 100% !important;
    padding: 0 12px !important;
  }
  .heroheaderEventPage {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
    padding: 0 27px;
  }
  .heroheaderEventPage .conEvantPage {
    width: 100%;
    height: 300px;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    background: #FFC300;
  }
  .heroheaderEventPage .conEvantPage h4 {
    width: 100%;
    float: left;
    color: #121010;
    font-family: Fredoka;
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
  }
  .heroheaderEventPage .conEvantPage h4 span {
    color: #9E20FF;
  }
  .eventWrapper {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .eventWrapper .eventWrapperCon {
    width: 80%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    row-gap: 40px;
  }
  .eventWrapper .eventWrapperCon .box {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 3%;
    padding: 20px 17px;
    border-radius: 10px;
    border: 2px solid #deb3fd;
    background-color: #eed7ff;
    transition: transform 0.5s ease;
  }
  .eventWrapper .eventWrapperCon .box:hover {
    box-shadow: 2.847px 2.847px 13.521px 4.27px rgba(0, 0, 0, 0.18);
    border: 2px solid #deb3fd;
    background-color: unset;
  }
  .eventWrapper .eventWrapperCon .box picture {
    width: 100%;
    height: 100%;
    float: left;
  }
  .eventWrapper .eventWrapperCon .box picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
  .eventWrapper .eventWrapperCon .box .content {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
  }
  .eventWrapper .eventWrapperCon .box .content h4 {
    width: 100%;
    float: left;
    font-size: 24px;
    margin: 0;
    font-family: Fredoka;
    font-weight: 600;
    color: #3a3a39;
    text-align: center;
    margin-top: 10px;
  }
  .eventWrapper .eventWrapperCon .box .content p {
    color: #242424;
    font-family: Fredoka;
    font-size: 13.233px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
  }
  .contactUs {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .contactUs .conContactsUS {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 55px;
    background-color: #F9F6EA;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 0px;
    box-shadow: unset;
    flex-flow: column;
  }
  .contactUs .conContactsUS .rightSide {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 20px;
    padding: 0 10px;
  }
  .contactUs .conContactsUS .rightSide input {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    border: 2px solid rgb(126, 122, 122);
    border-radius: 4px;
    outline: none;
    font-family: Fredoka;
    font-weight: 500;
  }
  .contactUs .conContactsUS .rightSide input::-moz-placeholder {
    font-family: Fredoka;
    font-weight: 500;
  }
  .contactUs .conContactsUS .rightSide input::placeholder {
    font-family: Fredoka;
    font-weight: 500;
  }
  .contactUs .conContactsUS .rightSide .sendBtn {
    width: 122px;
    height: 42px;
    float: left;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffc300;
    border-radius: 8px;
    color: #373535;
    font-family: Fredoka;
  }
  .contactUs .conContactsUS .leftSide {
    width: 100%;
    min-height: 308px;
    float: left;
    background: #ffc300;
    padding: 26px;
    border-radius: 0px;
  }
  .contactUs .conContactsUS .leftSide .MainHeading {
    min-width: 100%;
    float: left;
    color: #FFF;
    font-family: Fredoka;
    font-size: 18.498px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    line-height: 37px;
  }
  .contactUs .conContactsUS .leftSide p {
    width: 100%;
    float: left;
    color: #353535;
    font-family: Fredoka;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .contactUs .conContactsUS .leftSide .MobileNo {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #353535;
    font-family: Fredoka;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 20px;
  }
  .contactUs .conContactsUS .leftSide .email {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #353535;
    font-family: Fredoka;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 20px;
  }
  .contactUs .conContactsUS .leftSide .address {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #353535;
    font-family: Fredoka;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 20px;
  }
  .mapWrap {
    width: 100%;
    float: left;
    margin-top: 40px;
    height: 300px;
  }
  .activityHeroPicture {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 105px;
  }
  .activityHeroPicture .conActivityHeroPicture {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 20px;
  }
  .activityHeroPicture .conActivityHeroPicture .leftSide {
    width: 100%;
    float: left;
    position: relative;
  }
  .activityHeroPicture .conActivityHeroPicture .leftSide picture {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    z-index: unset !important;
  }
  .activityHeroPicture .conActivityHeroPicture .leftSide picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .activityHeroPicture .conActivityHeroPicture .leftSide::after {
    content: "";
    width: 66%;
    height: 100% px;
    background-image: url(../img/activityHeroPage.png);
    background-size: cover;
    position: absolute;
    background-repeat: no-repeat;
    left: -47px;
    top: -51px;
  }
  .activityHeroPicture .conActivityHeroPicture .rightSide {
    width: 100%;
    float: left;
  }
  .activityHeroPicture .conActivityHeroPicture .rightSide h4 {
    width: 100%;
    float: left;
    color: #000;
    font-family: Fredoka;
    font-size: 52.94px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 5px;
  }
  .activityHeroPicture .conActivityHeroPicture .rightSide h4 span {
    color: #F5841B;
  }
  .activityHeroPicture .conActivityHeroPicture .rightSide p {
    width: 100%;
    float: left;
    color: #000;
    font-family: Fredoka;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .activityHeroPicture .conActivityHeroPicture .rightSide .showMore {
    margin-top: 0px;
  }
  .activityPart {
    background: #EBDCF6;
  }
  .popupWrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
  }
  .popUpBody {
    width: 100%;
    height: 400px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    padding: 0 12px;
  }
  .closePopup {
    position: absolute;
    right: 0;
    top: 0;
    background: #9E20FF;
    font-size: 24px;
    padding: 7px 11px;
    color: #fff;
    cursor: pointer;
  }
  .popUpBodyContainerActivity {
    width: 90% !important;
    height: 500px !important;
  }
  .popUpBodyContainerActivity .multiplePictures {
    width: 100% !important;
    float: left !important;
  }
  .popUpBodyContainerActivity .multiplePictures .sliderWrap {
    width: 100%;
    float: left;
    padding: 12px;
  }
  .popUpBodyContainerActivity .multiplePictures .sliderWrap .sliderInner {
    width: 100%;
    float: left;
    height: 274px;
    position: relative;
  }
  .popUpBodyContainerActivity .multiplePictures .sliderWrap .sliderInner p {
    width: 100%;
    float: left;
    font-size: 18px;
    padding: 20px 20px;
    bottom: 0px;
    left: 0;
    z-index: 999;
    position: absolute;
    color: #fff;
    font-weight: 600;
    font-family: Fredoka;
    background: rgba(253, 121, 0, 0.81);
    display: none;
  }
  .popUpBodyContainerActivity .multiplePictures .sliderWrap .sliderInner img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .accordion-iplay-ilearn {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 60px;
    background-color: #F9F6EA;
    padding: 45px 0;
    margin-bottom: -37px;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn {
    width: 100%;
    float: left;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .Faq {
    width: 100%;
    float: left;
    text-align: center;
    color: #FF5F85;
    text-align: center;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .bigHeading {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 27.749px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 0 0;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .iplay-ilearnPara {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0 0 0;
    color: #696969;
    text-align: center;
    font-family: Poppins;
    font-size: 12.807px;
    font-style: normal;
    font-weight: 400;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .conaccordionBox {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 30PX;
    margin-top: 45px;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .conaccordionBox .accordian {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    background: #FFF;
    gap: 10PX;
    border-radius: 40px;
    box-shadow: 0px 7.115px 19.211px 0px rgba(255, 122, 0, 0.18);
    padding: 15px 30px;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .conaccordionBox .accordian .flip {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .conaccordionBox .accordian .flip .numberPart {
    float: left;
    display: flex;
    gap: 33px;
    align-items: center;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .conaccordionBox .accordian .flip .numberPart div {
    min-width: 40px !important;
    min-height: 40px !important;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE7EC;
    border-radius: 50%;
    color: #FF5F85;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .conaccordionBox .accordian .flip .numberPart h4 {
    color: #444;
    font-family: Poppins;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .conaccordionBox .accordian .flip .downIcon {
    width: 15px;
    color: #FF7A00;
    stroke-width: 1.494px;
    stroke: #FFF;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .conaccordionBox .accordian .panel {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    display: none;
    padding: 0px 0px 30px 0;
  }
  .accordion-iplay-ilearn .conAccordion-iplay-ilearn .conaccordionBox .accordian .panel p {
    width: 100%;
    float: left;
    color: #515151;
    font-family: Poppins;
    font-size: 12.096px;
    font-style: normal;
    font-weight: 400;
    line-height: 207.9%;
  }
  .light-green {
    color: #81C758 !important;
  }
  .darkGreen {
    color: #4D852D !important;
  }
  .iPlayIlearnTheam {
    margin-top: 70px !important;
  }
  .ankur-theme {
    margin-top: 53px;
  }
  .image-slider {
    display: unset;
    gap: unset;
    width: unset;
    float: unset;
    height: unset;
    align-items: unset;
  }
  .contact-page {
    margin-top: 90px;
  }
  .homePageViewButton {
    margin-top: -10px;
    margin-bottom: 0;
  }
  .ourMission .ourMissionCon {
    width: 100% !important;
  }
}/*# sourceMappingURL=responsive.css.map */