body,
html {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0px;
}

a:hover {
    text-decoration: none;
}

.wrappermain div {
    line-height: 0px;
}

body {
    background-color: #EFEFEF;
}

header {
    line-height: 0;
    padding: 12px 92px;
    position: fixed;
    width: 100%;
    z-index: 100;
    transition: top 0.4s ease-in-out;
    top: 0;
    z-index: 2;
    left: 0;
}

.nav-up {
    top: -120px;
}

header.sticky {
    background: #EFEFEF;
    z-index: 99;
}

.headerbackground header {
    background-color: #EFEFEF;
}

.rightmenu {
    text-align: right;
}

.rightmenu ul {
    margin: 0;
    list-style-type: none;
}

.rightmenu ul li {
    display: inline-block;
}


.rightmenu a {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #2B2B2B;
    padding: 10px 16px;
    margin-right: 23px;
}

footer .rightmenu a {
    color: #EFEFEF;
}

footer .rightmenu li:last-child a:hover {
    background-color: transparent;
}

.rightmenu li:last-child a {
    margin-right: 0px;
}

.rightmenu a:hover {
    color: #2B2B2B;
    background: #FFCC2A;
    border-radius: 200px;
}

.homewrapper {
    padding: 70px 70px 70px 100px;
}

.perfectbalanced {
    margin-top: 87px;
}

.perfectbalance {
    border-radius: 16px;
    /* background: #FFCC2A;
    transform: rotate(2.322deg); */
    width: 100%;
    display: block;
    padding: 90px 55px 95px 100px;
    height: 100%;
}

.perfectbalance {
    /* background-image: url('../img/home/yellow.svg'); */
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: inherit;
}

.perfectbalance:before {
    content: "";
    background-color: #FFCC2A;
    transform: rotate(2.322deg);
    border-radius: 16px;
    width: 96%;
    height: 96%;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1;
}

.perfectpr {
    padding-right: 18px !important;
}

.perfectbalance img {
    margin-bottom: 375px;
    transition: 0.4s ease-in;
}

.perfectbalance a.hovertransition:hover img {
    transform: translateY(-30%);
}

.parentarrow,
.playschoolarrow,
.nurseryarrow,
.ourteamarrow {
    transition: 0.4s ease-in;
}

.parentarrow:hover,
.playschoolarrow:hover,
.nurseryarrow:hover,
.ourteamarrow:hover {
    transform: translateY(-20%);
}

.perfectbalance h1 {
    font-family: "Londrina Solid", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: 3.2px;
}

.admisisonopen {
    border-radius: 16px;
    background: #449CF4;
    padding: 60px 50px 50px 0px;
    margin-top: 30px;
    text-align: right;
    position: relative;
    margin-bottom: 23px;
}

.admisisonopen h1 {
    font-family: "Londrina Solid", sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 900;
    line-height: 72px;
    letter-spacing: 2.88px;
    margin-bottom: 35px;
    color: #0D518A;
}

.admisisonopen h2 {
    color: #0D518A;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
}

.admisisonopen h3 {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
}

.admissionperson {
    position: absolute;
    bottom: 0;
    left: 0;
}

.playtop {
    margin-top: 25px;
}

.playright {
    margin-right: 100px;
}

.btn-common {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    border-radius: 200px;
    border: 2px solid #2B2B2B;
    background: #FFCC2A;
    display: inline-flex;
    padding: 4px 28px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.btn-common:hover {
    color: #FDFDFD;
    background-color: #F84141;
}

.admisisonimg img {
    height: 365px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.ourprogram {
    padding: 215px 150px 150px 150px;
}

.programsdiv h1 {
    font-family: "Londrina Solid", sans-serif;
    color: #0D518A;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 12px;
    letter-spacing: 2.56px;
}

.programsdiv p {
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.h-parenttoddler {
    /* background-image: url('../img/home/parenttoddler.svg'); */
    background-image: none;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: inherit;
    margin-left: 135px;
    width: 31%;
    position: relative;
    padding: 55px 60px 85px 40px;
    margin-right: 11px;
}

.h-parenttoddler:before {
    content: "";
    background-color: #F84141;
    transform: rotate(-4.48deg);
    border-radius: 16px;
    width: 97%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.h-parenttoddler h1 {
    color: #7B171E;
    font-family: "Londrina Solid", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 40px;
}

.h-parenttoddler p {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}

.h-parenttoddler .clouds {
    position: absolute;
    left: -118px;
    top: -14px;
}

.h-parenttoddler .caterpillar {
    position: absolute;
    bottom: 5px;
    right: 14px;
}

.h-parenttoddler .parentarrow {
    position: absolute;
    right: 37px;
    top: 50px;
}

.h-playschool {
    border-radius: 16px;
    background-color: #FFCC2A;
    width: 30%;
    padding: 40px 25px 70px 40px;
    position: relative;
    margin-top: 15px;
    margin-right: 23px;
}

.h-playschool h1 {
    color: #9B6B0E;
    font-family: "Londrina Solid", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 140px;
}

.h-playschool p {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}

.h-playschool .playschoolarrow {
    position: absolute;
    right: 25px;
    top: 25px;
}

.h-playschool .playschooltree {
    position: absolute;
    top: 20px;
    right: 101px;
}

.gifone {
    position: absolute;
    top: 60px;
    right: 132px;
    width: 120px;
}

.h-nursery {
    border-radius: 16px;
    background-color: #449CF4;
    width: 27%;
    padding: 50px 35px 65px 50px;
    position: relative;
    margin-right: 0;
}

.h-nursery h1 {
    color: #0D518A;
    font-family: "Londrina Solid", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.2px;
    margin-bottom: 325px;
}

.h-nursery p {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}

.programsdiv .clearfix {
    display: flex;
    align-items: end;
}

.programsdiv {
    position: relative;
}

.pheader {
    position: absolute;
    top: -84px;
}

.h-nursery .nurseryarrow {
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 9;
}

.h-nursery .butterfly {
    position: absolute;
    top: 58px;
    right: -148px
}

.ourteam {
    padding: 0px 200px 400px 100px;
}

.teaminfo {
    border-radius: 12px;
    background: #FDFDFD;
    padding: 40px;
}

.ourteam h1 {
    color: #0D518A;
    text-align: left;
    font-family: "Londrina Solid", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.56px;
    margin-bottom: 12px;
}

.ourteam p {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}


.teamsour1 {
    display: flex;
    align-items: normal;
    position: relative;
}

.teamsour1 img {
    border-radius: 12px 0px 0px 12px;
}

.teamsour1 .innerinfo {
    padding: 30px;
    background: #F84141;
    border-radius: 0px 12px 12px 0px;
    text-align: left;
}

.teamsour1 .innerinfo h1 {
    color: #FDFDFD;
    font-family: "Londrina Solid", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-bottom: 4px;
    text-align: left;
}

.teamsour1 .innerinfo h2 {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}

.teamsour1 .innerinfo p {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 60px;
}

.section1t {
    margin-bottom: 25px;
}

.teamsour2 img {
    border-radius: 12px 12px 0px 12px;
}

.teamsour2 {
    position: relative;
}

.teamsour2 .innerinfo {
    padding: 30px;
    background: #449CF4;
    border-radius: 0px 0px 12px 12px;
    text-align: left;
}

.teamsour2 .innerinfo h1 {
    color: #FDFDFD;
    font-family: "Londrina Solid", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-bottom: 4px;
    text-align: left;
}

.teamsour2 .innerinfo h2 {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}

.teamsour2 .innerinfo p {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.teamsour3 {
    display: flex;
    align-items: start;
    position: relative;
    z-index: 2;
}

.teamsour3 img {
    border-radius: 0px 12px 12px 0px;
    height: 312px;

}

.teamsour3 .innerinfo {
    padding: 30px;
    padding-top: 60px;
    background: #FFCC2A;
    border-radius: 12px 0px 0px 12px;
    text-align: left;
}


.teamsour3 .innerinfo h1 {
    color: #2B2B2B;
    font-family: "Londrina Solid", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-bottom: 4px;
    text-align: left;
}

.teamsour3 .innerinfo h2 {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}

.teamsour3 .innerinfo p {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.teamsour3 .innerinfo p br,
.teamsour2 .innerinfo p br {
    display: none;
}

.tb1 {
    position: absolute;
    left: -55px;
    top: -80px;
}

.tb2 {
    position: absolute;
    top: 200px;
    right: -61px;
    z-index: 1;
}

.grades {
    position: absolute;
    bottom: -54px;
    right: -170px;
}

.video1 {
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #FFCC2A;
    margin-right: 25px;
    height: 100%;
}

.video2 {
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #449CF4;
    margin-right: 25px;
    height: 100%;
}

.video3 {
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #F84141;
    margin-right: 25px;
    height: 100%;
}

.video4 {
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #FFCC2A;
    margin-right: 25px;
    height: 100%;
}

.video1 video,
.video2 video,
.video3 video,
.video4 video {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.video3 video {
    object-fit: cover;
}

.parentsspeak1 {
    border-radius: 12px;
    background: #F84141;
    padding: 50px 40px;
    text-align: left;
}

.parentsspeak2 {
    background: #449CF4;
    margin-right: 25px;
}

.parentsspeak1 img {
    margin-bottom: 40px;
}

.parentsspeak1 p.blue3 {
    color: #0D518A;
    font-weight: 700;
}

.parentsspeak1 p {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 25px;
}

.parentsspeak1 h6 {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
}

.parentbaloon {
    position: absolute;
    top: -387px;
    right: 18px;
    z-index: -1;
}

.section1parentspeak {
    margin-bottom: 25px;
}


.pleftimg {
    position: absolute;
    left: -452px;
    top: -117px;
    z-index: 1;
}

footer {
    background: #2B2B2B;
    padding: 24px 92px;
}

.controlsvideo {
    position: absolute;
    bottom: 45px;
    right: 65px;
    cursor: pointer;
}

.pausev,
.pausev1,
.pausev2,
.pausev3 {
    display: none;
}

.programsinfo {
    border-radius: 20px;
    background: #449CF4;
    padding: 40px;
    max-width: 1174px;
    margin: 0 auto;
    margin-top: 70px;
    position: relative;
    margin-bottom: 290px;
}

.programsinfo p {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}

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

.ourphilosophy {
    border-radius: 200px;
    border: 3px solid #FDFDFD;
    background: #FFCC2A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform: rotate(-2.864deg);
    padding: 24px 42px;
    position: absolute;
    bottom: -98px;
    right: -156px;
    /* width: 519px; */
}

.ourphilosophy h1 {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    display: block;
}

.ourphilosophy h2 {
    color: #2B2B2B;
    font-family: "Londrina Solid", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    display: block;
}

.aboutinfo span {
    display: inline-block;
    margin-top: 32px;
    border-radius: 200px;
    border: 2px solid #2B2B2B;
    padding: 4px 20px;
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 12px;
}

.aboutinfo h1 {
    color: #F84141;
    font-family: "Londrina Solid", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.56px;
    margin-bottom: 32px;
}

.aboutinfo p {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.bottomspace {
    margin-bottom: 100px;
}

.rupaltag {
    position: absolute;
    bottom: -48px;
    right: -27px;
}

.zarnatag {
    position: absolute;
    bottom: -79px;
    left: -17px;
}

.zarnadoshi h1 {
    color: #FFCC2A;
}

.biankapoddar h1 {
    color: #0D518A;
}

.zarnadoshi p {
    padding-right: 52px;
}

.rightspace {
    padding-right: 25px !important;
}

.leftspace {
    padding-left: 25px !important;
}

.aboutinfo img {
    border-radius: 12px;
}

.aboutinfo .zarnadoshi img {
    border-radius: 20px;
}

.biankatag {
    position: absolute;
    top: -102px;
    right: 1px;
}

.aboutourteam {
    margin-top: 60px;
    margin-bottom: 100px;
    max-width: 1475px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.aboutourteam img {
    border-radius: 16px;
}

.aboutourteam span {
    border-radius: 200px;
    border: 2px solid #2B2B2B;
    padding: 4px 200px;
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 25px;
    display: inline-block;
}

.faqwrapper {
    padding: 80px 0px 200px 75px;
    width: 77%;
    position: relative;
}

.faqsection {
    border-radius: 12px;
    background: #FDFDFD;
    padding: 45px;
}

.butterflygif {
    position: absolute;
    right: 70px;
    top: -13px;
}

.faqsection h1 {
    color: #0D518A;
    font-family: "Londrina Solid", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.56px;
    margin-bottom: 30px;
}

.pointsfaq h2 {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.pointsfaq p {
    margin-bottom: 30px;
}

.pointsfaq:last-child {
    margin-bottom: 30%;
}

.pointsfaq p {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.pointsfaq b {
    font-weight: 700;
}

.faqgif {
    position: absolute;
    width: 212px;
    left: -9px;
    top: 590px;
}

.contactwrapper {
    padding: 40px;
    border-radius: 12px;
    background: #FDFDFD;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    max-width: 1225px;
    margin-bottom: 0;
    position: relative;
    left: 222px;
    top: -257px;
}

.contacttag {
    position: absolute;
    right: -187px;
    top: -264px;
    width: 282px;
}

.contactwrapper p {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}

.rhs-section h1 {
    color: #6F6F6F;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0;
}

.rhs-section h2,
.rhs-section a {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.rhs-section {
    margin-bottom: 32px;
}

.rhs-section:last-child {
    margin-bottom: 0;
}

.resultswrapper {
    background-color: #EFEFEF;
    padding: 85px 0px 100px 0px;
    max-width: 1500px;
    margin: 0 auto;
}

.resultswrapper .nav-tabs,
.programswrapper .nav-tabs {
    border: 0;
    border-radius: 105px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 24px;
    padding-left: 25px;
    position: relative;
}

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.resultswrapper .nav-tabs .item a {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    border-radius: 92px;
    background: #F6F6F6;
    padding: 8px 36px;
    display: inline-block;
    border-color: transparent;
    border-width: 2px;
    margin-bottom: 0;
}

.resultswrapper .nav-tabs .nav-item {
    margin-bottom: 0px;
}

.resultswrapper .nav-tabs .item a.active {
    background-color: #FFCC2A;
}

.resultswrapper .nav-tabs .item a:hover {
    border: 2px solid #2B2B2B;
}

.resultswrapper .tab-content {
    padding-top: 175px;
}

.resultswrapper .dottedline {
    position: absolute;
    top: -140px;
    left: -50px;
}

.resultswrapper .dottedline.butterfly {
    /* z-index: 9; */
}

.resultswrapper #to-do-lists {
    position: relative;
}

.resultswrapper .tab-content h1 {
    color: #0D4A7C;
    font-family: "Londrina Solid", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.28px;
    margin-bottom: 20px;
}

.resultswrapper .tab-content ul li {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.resultswrapper .tab-content .row {
    margin-bottom: 85px;
}

.resultswrapper .tab-content .row:last-child {
    margin-bottom: 05px;
}

.owl-prev,
.owl-next {
    color: #EC1C24 !important;
    font-size: 70px !important;
}

.owl-prev {
    position: absolute;
    left: -15px;
    top: 14px;
}

.owl-prev:focus,
.owl-prev:active {
    outline: 0;
}

.owl-next:focus,
.owl-next:active {
    outline: 0;
}

.owl-prev.disabled,
.owl-next.disabled {
    opacity: .3;
}

.owl-next {
    position: absolute;
    right: -7px;
    top: 14px;
}

.owl-dots {
    display: none !important;
}

.programswrapper {
    background: #EFEFEF;
    padding: 130px 72px;
    position: relative;
}

.programswrapper .nav-pills {
    border-radius: 105px;
    background: #FDFDFD;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 78px;
    padding: 4px 22px;
    align-items: center;
    width: 700px;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-around;
}

.programswrapper .nav-item a {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    border-radius: 92px;
    border: #6F6F6F;
    background: #EFEFEF;
    padding: 12px 42px;
    text-align: center;
}

.programswrapper .nav-item.show .dropdown-toggle.active {
    color: #fff;
    border: 2px solid transparent;
}

.programswrapper .nav-item a.active {
    color: #ffffff;
    /* margin-right: 70px; */
}

.programswrapper .nav-item a.active.parent-active {
    border-radius: 92px;
    border: 2px solid #2B2B2B;
    background: #F84141;
    transform: rotate(-4deg);
}

.programswrapper .nav-item a.active.play-active {
    border-radius: 92px;
    border: 2px solid #2B2B2B;
    background: #FFCC2A;
    transform: rotate(4deg);
}

.programswrapper .nav-item a.active.nursery-active {
    border-radius: 92px;
    border: 2px solid #2B2B2B;
    background: #449CF4;
    transform: rotate(-4deg);
}

.ourprograms-topwrapper {
    border-radius: 12px;
    background: #FDFDFD;
    padding: 42px;
    position: relative;
}

.ourprograms-topwrapper h1 {
    color: #F84141;
    font-family: "Londrina Solid", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.56px;
    margin-bottom: 32px;
}

.ourprograms-topwrapper h2 {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 32px;
}

.ourprograms-topwrapper p {
    color: #2B2B2B;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.ourprograms-topwrapper {
    margin-bottom: 168px;
    max-width: 1476px;
}

.p-gallery {
    max-width: 1476px;
    margin: 0 auto;
}

.parents-box {
    border-radius: 20px;
    border: 5px solid #FDFDFD;
    background: #F84141;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transform: rotate(-3.923deg);
    padding: 32px;
    position: absolute;
    right: -240px;
    top: 101px;
    width: 496px;
}

.parents-box p {
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}

.parents-box ul {
    margin: 0px;
    color: #FDFDFD;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
    padding-left: 30px;
}

.parents-box p:last-child {
    margin-bottom: 0;
}

.ourprograms-topwrapper img {
    position: absolute;
    top: -158px;
    right: -225px;
    transform: none;
    width: 422px;
}

.tabspmargin {
    margin-bottom: 32px;
}

.ourprograms-topwrapper h1.nurserycolor {
    color: #449CF4;
}

.nurserybgcolor {
    background: #449CF4;
}

.ourprograms-topwrapper img.nurserygif {
    top: -60px;
    right: -189px;
}

.ourprograms-topwrapper h1.playcolor {
    color: #FFCC2A;
}

.playbgcolor {
    background: #FFCC2A;
}

.playbgcolor p {
    color: #2B2B2B;
}

.playbgcolor p span {
    color: #9B6B0E;
}

.ourprograms-topwrapper img.playgif {
    top: -25px;
    right: -216px;
    width: 316px;
}


.bannertext {
    width: 600px;
    height: 300px;
    margin: 200px 0 0 200px;
    position: absolute;
    /* text-align: center; */
    justify-content: center;
    display: flex;
    align-items: center;
}

.banner2 {
    position: absolute;
    right: 0;
    bottom: -22px;
    /* z-index: 1; */
}

.bluebg.banner-wrap {
    background-color: #449CF4;
}

.bluebg.banner-wrap .banner2 {
    bottom: 0;
}

.banner-wrap {
    background-color: #F84141;
    position: relative;
    height: 835px;
}

.banner2-mob {
    bottom: 8px;
    height: auto;
    position: absolute;
    z-index: 1;
    right: 0;
}

.bannertext h2 {
    font-family: 'Londrina Solid';
    font-size: 80px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 4px;
    margin-left: 28px;
}

.bluebg .banner2-mob {
    bottom: 0;
}

.yellobg.banner-wrap {
    background-color: #FFCC2A;
}

.yellobg .banner2 {
    bottom: 0;
}

.yellobg .banner2-mob {
    bottom: 0;
    right: 0;
}

.bluetext {
    color: #0D518A !important;
}

.about2 {
    position: absolute;
    bottom: -90px;
    left: 120px;
    height: 150px;
}

.parentsbanner h1 {
    font-family: 'Londrina Solid';
    font-size: 80px;
    font-weight: 900;
    line-height: 92px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #FDFDFD;
}

.parentsbanner {
    position: absolute;
    left: 180px;
    top: 115px;
}

.cloud1 {
    position: relative;
    left: 135px;
    top: -60px;
}

.cloud2 {
    position: relative;
    right: -185px;
    top: -9px;
}

.parentspeakwrapper {
    background-color: #EFEFEF;
    padding: 200px;
}

.section3parentspeak {
    margin-top: 25px;
}

.parentsspeak3 {
    margin-right: 25px;
}

body .parentsspeak4 {
    background: #FFCC2A;
}

body .parentsspeak1 p.yellow1 {
    color: #2B2B2B;
}

body .parentsspeak1 h6.yellow2 {
    font-weight: 700;
    color: #2B2B2B;
}

body .parentsspeak1 p.yellow3 {
    color: #9B6B0E;
    font-weight: 700;
}

.pspeak {
    position: absolute;
    right: unset;
    left: -55px;
    top: -55px;
    z-index: 1;
}

.play-dot1 {
    position: absolute;
    top: -61px;
    height: 55px;
}

.play-dot2 {
    position: absolute;
    top: -75px;
    left: 95px;
}

@media only screen and (min-width:1025px) {
    .navbar-toggler {
        display: none;
    }

    header {
        box-shadow: 0px 3px 14.3px 0px #0000004A;
        background: #EFEFEF;
        border-radius: 20px;
        padding: 16px 30px !important;
        margin-top: 16px;
        margin: 0 auto;
        border: 1px solid #2B2B2B;
        margin-top: 16px;
        max-width: 94%;
        left: 65px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .logosection  img{
        width: 84px;
    }
}

@media only screen and (min-width:1660px) {
    .heightnew {
        height: 780px;
    }

    .teamsour3 .innerinfo {
        width: 450px;
        height: 323px;
    }

    .teamsour3 img {
        width: 276px;
        height: 323px;
    }
}

@media only screen and (min-width:1921px) {

    .homewrapper,
    .ourprogramwrapper,
    .faqwrapper,
    .programswrapper {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media (min-width: 1201px) {
    .collapse:not(.show) {
        display: block;
    }
}

@media only screen and (min-width:1921px) {

    .homewrapper,
    .ourprogramwrapper,
    .faqwrapper,
    .programswrapper {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width:1801px) {

    .ourteam p br,
    .teamsour1 .innerinfo p br,
    .teamsour3 .innerinfo p br,
    .teamsour2 .innerinfo p br,
    .parentsspeak1 p br,
    .ourprograms-topwrapper p br {
        display: none;
    }

    .parents-box br {
        display: block !important;
    }

    .ourprograms-topwrapper {
        max-width: 1300px;
        padding-right: 300px;
    }

    .ourprograms-topwrapper h2.mb-0 {
        margin-top: 30px;
    }
}

@media only screen and (max-width:1700px) {
    .h-parenttoddler {
        margin-left: 0;
        width: 35%;
    }

    .h-nursery p br {
        display: none;
    }

    .h-playschool {
        width: 34%;
    }

    .h-nursery {
        width: 28%;
    }

    .ourteam {
        padding: 0px 80px 400px 80px;
    }

    .h-playschool .playschooltree {
        top: 24px;
    }

    .h-parenttoddler .caterpillar {
        bottom: -25px;
        right: 9px;
    }

    .ourprograms-topwrapper {
        max-width: 1220px;
    }
}

@media only screen and (max-width:1600px) {
    .bannertext {
        width: 450px;
    }

    .banner2 {
        bottom: 20px;
        height: 580px;
    }

    .bannertext img {
        height: 280px;
    }

    .about2 {
        height: 100px;
        bottom: -60px;
    }

    .rightmenu a {
        font-size: 14px;
    }

    .perfectbalanced {
        margin-top: 60px;
    }

    .admisisonopen h1 {
        font-size: 45px;
        line-height: 42px;
    }

    .perfectbalance h1 {
        font-size: 50px;
        line-height: 60px;
    }

    .admissionperson {
        width: 45%;
    }

    .admisisonopen h2,
    .admisisonopen h3,
    .programsdiv p,
    .ourteam p,
    .teamsour1 .innerinfo p,
    .teamsour1 .innerinfo h2,
    .teamsour3 .innerinfo h2,
    .teamsour2 .innerinfo h2,
    .teamsour2 .innerinfo p,
    .teamsour3 .innerinfo p,
    .parentsspeak1 p,
    .parentsspeak1 h6,
    .programsinfo p,
    .aboutinfo p,
    .pointsfaq h2,
    .pointsfaq p,
    .contactwrapper p,
    .rhs-section h2,
    .rhs-section a,
    .rhs-section h1,
    .ourprograms-topwrapper h2,
    .ourprograms-topwrapper p {
        font-size: 14px;
        line-height: 23px;
    }

    .contacttag {
        right: -84px;
        top: -89px;
        width: 150px;
    }

    .btn-common {
        font-size: 18px;
        line-height: 28px;
    }

    .butterflygif {
        right: 21px;
        top: -4px;
        width: 140px;
    }

    .admisisonimg img {
        height: auto;
    }

    .perfectbalance {
        padding: 50px 55px 50px 50px;
    }

    .programsdiv h1,
    .ourteam h1,
    .aboutinfo h1,
    .faqsection h1 {
        font-size: 45px;
    }

    .ourprograms-topwrapper h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .ourprograms-topwrapper h2 {
        margin-bottom: 15px;
    }

    .ourprogram {
        padding: 150px 90px 150px 90px;
    }

    .h-parenttoddler .clouds {
        width: 35%;
        left: -60px;
    }

    .h-parenttoddler h1,
    .h-playschool h1,
    .h-nursery h1,
    .teamsour1 .innerinfo h1,
    .teamsour3 .innerinfo h1,
    .teamsour2 .innerinfo h1 {
        font-size: 25px;
    }

    .h-parenttoddler .caterpillar {
        bottom: -33px;
        right: 0;
        width: 45%;
    }

    .h-parenttoddler {
        padding: 40px 30px 75px 40px;
    }

    .h-nursery {
        padding: 30px 35px 65px 35px;
    }

    .h-nursery .butterfly {
        top: 54px;
        right: -82px;
        width: 100%;
    }

    .h-nursery h1 {
        margin-bottom: 210px;
    }

    .admisisonopen {
        padding: 35px 35px 35px 0px;
    }

    .perfectbalance img {
        margin-bottom: 315px;
        width: 70px;
    }

    .h-parenttoddler .parentarrow,
    .h-playschool .playschoolarrow,
    .h-nursery .nurseryarrow,
    .ourteamarrow {
        width: 45px;
    }

    .h-parenttoddler .parentarrow {
        top: 40px;
    }

    .h-nursery .nurseryarrow {
        top: 23px;
    }

    .h-playschool .playschooltree {
        top: 11px;
        right: 73px;
    }

    .ourteam {
        padding: 0px 50px 320px 50px;
    }

    .teaminfo {
        padding: 35px;
    }

    .teamsour2 {
        margin-left: 11%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .tb2 {
        top: 237px;
        right: 6px;
        width: 34%;
    }

    .teamsour2 img {
        left: -31px;
        top: -59px;
        width: 100px;
    }

    .teamsour3 .innerinfo,
    .teamsour2 .innerinfo {
        padding: 20px;
    }

    .teamsour3 img,
    .teamsour3 .innerinfo {
        height: 224px;
    }

    .grades img {
        width: 140px;
    }

    .grades {
        right: -99px;
    }

    .parentbaloon {
        width: 90px;
        top: -242px;
    }

    .pleftimg {
        left: -309px;
        width: 340px;
    }

    .parentsspeak1 {
        padding: 30px;
    }

    .parentsspeak1 img {
        width: 40px;
    }

    footer,
    header {
        padding: 24px 65px;
    }

    .parentsspeak1 img {
        margin-bottom: 20px;
    }

    .programsinfo {
        padding: 30px;
    }

    .ourphilosophy {
        right: -81px;
        padding: 24px 42px;
        bottom: -80px;
    }

    .ourphilosophy h1 {
        font-size: 20px;
        line-height: 31px;
    }

    .ourphilosophy h2 {
        font-size: 29px;
        line-height: 35px;
    }

    .programsinfo {
        margin-bottom: 230px;
        max-width: 70%;
    }

    .aboutinfo span {
        padding: 2px 20px;
        font-size: 14px;
        line-height: 26px;
    }

    .aboutourteam span {
        padding: 2px 200px;
        font-size: 14px;
        line-height: 26px;
    }

    .rupaltag {
        bottom: -33px;
        right: -102px;
        width: 145px;
    }

    .zarnatag {
        bottom: -55px;
        left: -27px;
        width: 100px;
    }

    .leftspace {
        padding-left: 75px !important;
    }

    .aboutourteam {
        margin-top: 0;
        max-width: 85%;
    }

    .faqgif {
        left: -11px;
        top: 535px;
        width: 150px;
    }

    .faqwrapper {
        padding: 80px 0px 100px 40px;
    }

    .contactwrapper {
        max-width: 75%;
        left: 160px;
        top: -170px;
    }

    .resultswrapper {
        max-width: 80%;
        padding: 85px 0px 80px 0px;
    }

    .resultswrapper .nav-tabs .item a {
        font-size: 16px;
        line-height: 22px;
    }

    .resultswrapper .tab-content {
        padding-top: 80px;
    }

    .resultswrapper .tab-content h1 {
        font-size: 20px;
    }

    .resultswrapper .tab-content ul li {
        font-size: 14px;
        line-height: 24px;
    }

    .owl-prev,
    .owl-next {
        top: 10px;
    }

    .ourprograms-topwrapper {
        max-width: 80%;
    }

    .p-gallery {
        max-width: 80%;
    }

    .ourprograms-topwrapper img {
        top: -107px;
        right: -152px;
        width: 345px;
    }

    .ourprograms-topwrapper img.nurserygif {
        top: -30px;
        right: -102px;
    }

    .programswrapper .nav-pills {
        height: 70px;
    }

    .programswrapper .nav-item a {
        font-size: 16px;
        line-height: 20px;
    }

    .parentsbanner h1 {
        font-size: 54px;
        line-height: 60px;
    }

    .cloud2 {
        right: -144px;
        top: -13px;
        width: 112px;
    }

    .parentspeakwrapper {
        padding: 100px;
    }
}

@media only screen and (max-width:1300px) {
    .rightmenu a {
        margin-right: 15px;
    }
}

@media only screen and (min-width:1500px) {
    .programswrapper .nav-pills {
        width: 760px;
    }
}

@media only screen and (max-width:1200px) {

    footer,
    header {
        padding: 24px 24px;
    }

    .homewrapper {
        padding: 0;
    }

    .admisisonopen,
    .admisisonimg,
    .programsdiv,
    #parentsspeak {
        margin-left: 16px;
        margin-right: 16px;
    }

    .headerbackground header {
        background-color: transparent;
    }

    .perfectbalanced {
        margin-top: 0;
    }

    .perfectbalance {
        padding: 160px 30px 40px 30px;
    }

    .perfectbalance img {
        margin-bottom: 0;
        position: absolute;
        top: 80px;
        right: 20px;
        width: 50px;
    }

    .perfectbalance h1 {
        font-size: 40px;
        line-height: normal;
        letter-spacing: 1.2px;
    }

    .perfectbalance h1 br {
        display: none;
    }

    .perfectbalance:before {
        transform: rotate(2.322deg);
        width: 95%;
        height: 100%;
        left: 9px;
        top: 7px;
    }

    .perfectpr {
        padding-right: 0px !important;
    }

    .admisisonopen {
        margin-top: 27px;
        margin-bottom: 12px;
    }

    .admisisonopen {
        padding: 30px 30px 60px 0px;
    }

    .admissionperson {
        left: -12px;
        width: 240px;
    }

    .admisisonopen h1 {
        font-size: 32px;
        line-height: normal;
        letter-spacing: 0.96px;
    }

    .playtop {
        margin-top: 20px;
    }

    .btn-common {
        font-size: 16px;
        line-height: 28px;
    }

    .admisisonimg img {
        border-radius: 0;
    }

    .pheader {
        top: 0;
        position: relative;
        padding: 75px 30px;
    }

    .ourprogram {
        padding: 0;
        background: white;
        padding: 0;
    }

    .programsdiv h1,
    .ourteam h1 {
        font-size: 28px;
        line-height: normal;
        letter-spacing: 0.84px;
        margin-bottom: 12px;
    }

    .programsdiv p br {
        display: none;
    }

    .h-parenttoddler,
    .h-playschool,
    .h-nursery {
        width: 100%;
    }

    .programsdiv .clearfix {
        display: block;
    }

    .h-parenttoddler:before {
        z-index: inherit;
        width: 97%;
        height: 100%;
    }

    .h-parenttoddler .clouds {
        width: 78px;
        left: 0;
        top: -10px;
    }

    .h-parenttoddler .parentarrow {
        top: 46px;
        right: 25px;
        top: 20px;
    }

    .h-parenttoddler {
        padding: 50px 0px 70px 50px;
        margin-right: 0px;
    }

    .programsdiv h1 {
        margin-bottom: 25px;
        position: relative;
        z-index: 5;
        display: inline-block;
    }

    .h-parenttoddler p {
        position: relative;
        z-index: 5;
        width: 195px;
    }

    .h-parenttoddler .caterpillar {
        bottom: -15px;
        right: 17px;
        width: 140px;
    }

    .h-playschool {
        padding: 65px 30px 15px 30px;
        margin-bottom: 20px;
        margin-top: 40px;
        margin-right: 0;
    }

    .h-playschool .playschooltree {
        top: -43px;
        right: 73px;
    }

    .gifone {
        top: -3px;
        right: 113px;
        width: 116px;
    }

    .h-playschool p {
        margin-top: 10px;
        width: 190px;
    }

    .h-nursery {
        padding: 40px 30px 70px 30px;
    }

    .h-nursery .nurseryarrow {
        top: 40px;
        right: 30px;
    }

    .h-nursery p {
        width: 260px;
    }

    .h-nursery .butterfly {
        top: inherit;
        right: 18px;
        width: 68%;
        bottom: -42px;
        z-index: 9;
    }

    .ourteam {
        padding: 0;
        background: white;
        padding-top: 90px;
    }

    .teaminfo,
    .teamsour1,
    .teamsour2,
    .teamsour3 {
        /* padding: 0px 30px !important; */
    }

    .teamsour1 .innerinfo p {
        margin-bottom: 0px;
    }

    .ourteamarrow {
        position: absolute;
        right: 55px;
        top: -8px;
    }

    .teamsour1 {
        display: block;
        position: relative;
        /* margin-top: 45px; */
    }

    .section1t,
    .sectiont2 {
        margin: 0;
        margin-bottom: 45px;
    }

    .sectiont2 {
        margin-bottom: 0;
    }

    .teamsour1 img,
    .teamsour2 img,
    .teamsour3 img {
        width: 100%;
        height: auto;
    }

    .teamsour2 {
        margin-left: 0;
        flex: 100%;
        max-width: 100%;
    }

    .teamsour3 {
        display: block;
    }

    .teamsour1 img.tb2 {
        width: auto !important;
        top: 305px;
        right: 14px;
    }

    .teamsour2 img.tb1 {
        width: 100px !important;
        left: -3px;
        top: -12px;
    }

    .grades img {
        width: 85px !important;
    }

    .grades {
        right: 0px;
        bottom: 0px;
    }

    .teamsour1 img {
        border-radius: 12px 12px 0px 0px;
    }

    .teamsour3 {
        /* margin-top: 45px; */
        margin-bottom: 4px;
    }

    .teamsour1 .innerinfo {
        padding: 60px 25px;
        border-radius: 0px 0px 12px 12px;
    }

    .teamsour3 .innerinfo {
        border-radius: 0px 0px 12px 12px;
    }

    .teamsour3 .innerinfo,
    .teamsour2 .innerinfo {
        padding: 60px 25px;
    }

    .teamsour3 img {
        border-radius: 12px 12px 0px 0px;
    }

    .pleftimg {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .parentspeak {
        background: #ffffff;
    }

    .section1parentspeak,
    .section2parentspeak {
        display: none;
    }

    .parentspeakwrapper .section1parentspeak,
    .parentspeakwrapper .section2parentspeak {
        display: block;
    }

    .parentspeakwrapper {
        padding: 30px;
    }

    .parentspeakwrapper .parentspeak {
        background: transparent;
    }

    .parentspeakwrapper .parentsspeak1 {
        background: #F84141;
    }

    .parentspeakwrapper .parentsspeak2 {
        background: #449CF4;
    }

    .parentspeakwrapper .parentsspeak1 {
        margin-top: 20px;
        border: 0;
    }

    .parentspeakwrapper .parentsspeak4 {
        background: #FFCC2A;
    }

    .parentspeakwrapper .video1 video,
    .parentspeakwrapper .video2 video,
    .parentspeakwrapper .video3 video,
    .parentspeakwrapper .video4 video {
        height: 100%;
        object-fit: cover;
    }

    .parentspeakwrapper .video1,
    .parentspeakwrapper .video2,
    .parentspeakwrapper .video3,
    .parentspeakwrapper .video4 {
        margin-right: 10px;
    }

    .parentspeakwrapper .parentsspeak1 p,
    .parentspeakwrapper .parentsspeak1 h6 {
        color: #FDFDFD;
    }

    .section3parentspeak {
        margin-top: 0;
    }

    .parentspeakwrapper .parentsspeak1 img {
        filter: none;
    }

    .parentspeakwrapper .parentsspeak1 {
        height: auto;
    }

    .video3,
    .video1,
    .video2,
    .video4 {
        margin-right: 0px;
        position: relative;
    }

    .parentspeakcarousel {
        padding-bottom: 40px;
    }

    .parentsspeak1 {
        margin-top: 45px;
    }

    .parentsspeak1 {
        /* background-color: #ffffff; */
        padding: 30px 25px 55px 25px;
        /* border: 2px solid #F84141; */
        /* height: 388px; */
    }

    .parentsspeak1 img {
        /* filter: brightness(0) saturate(100%) invert(32%) sepia(74%) saturate(3422%) hue-rotate(343deg) brightness(108%) contrast(94%); */
    }

    .parentsspeak1 p {
        /* color: #2B2B2B; */
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px;
        font-family: 'Inter';
    }

    .parentsspeak1 h6 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        font-family: 'Inter';
    }

    .parentsspeak1 img {
        margin-bottom: 30px;
    }

    .parentsspeak2 {
        margin-right: 0;
    }

    .parentspeakcarousel .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #EFEFEF;
        margin: 0px;
        margin-right: 6px;
        border-top: 0;
        border-bottom: 0;
        opacity: 1;
    }

    .parentspeakcarousel .carousel-indicators {
        bottom: 10px;
    }

    .parentspeakcarousel .carousel-indicators .active {
        background-color: #F84141;
    }

    .parentspeakcarousel .carousel-inner {
        margin-top: -30px;
        padding: 0px 16px;
    }

    .video1 video,
    .video2 video,
    .video3 video,
    .video4 video {
        height: 490px;
    }

    .controlsvideo {
        right: 40px;
    }

    footer {
        padding: 12px 18px;
    }

    footer img {
        width: 62px;
        margin-bottom: 16px;
    }

    footer .rightmenu a {
        display: inline-block;
        margin-right: 0;
        width: 49%;
        text-align: left;
        padding: 5px 0px;
        margin-bottom: 11px;
        float: left;
    }

    footer .rightmenu li:last-child a {
        display: none;
    }

    footer .rightmenu a:nth-last-child(2) {
        margin-bottom: 0;
    }

    footer .rightmenu ul li {
        margin-bottom: 0;
    }

    footer .rightmenu a:hover {
        color: #FFCC2A;
        background: transparent;
        border-radius: 0;
    }

    .programsinfo {
        margin-bottom: 0;
        max-width: 100%;
        margin-top: 0;
        margin: 0px 16px;
        padding: 30px 25px;
    }

    .programsinfo p {
        font-weight: 500;
        margin-bottom: 15px;
    }

    .programsinfo p:nth-child(3) {
        margin-bottom: 0;
    }

    .ourphilosophy {
        right: -31px;
        padding: 10px 22px;
        bottom: -63px;
        width: 367px;
        transform: rotate(-3.86deg);
    }

    .ourprogramwrapper {
        overflow: hidden;
    }

    .ourphilosophy h1 {
        font-size: 14px;
        line-height: 20px;
    }

    .ourphilosophy h2 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 900;
    }

    .aboutinfo {
        margin-top: 150px;
        padding: 0px 16px
    }

    .rupaltag {
        bottom: -43px;
        right: -15px;
        width: 106px;
        transform: rotate(-5.336deg);
    }

    .aboutinfo span {
        padding: 2px 14px;
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 8px;
    }

    .aboutinfo h1 {
        font-size: 28px;
        font-weight: 900;
        line-height: 33.12px;
        letter-spacing: 0.03em;
        margin-bottom: 8px;
    }

    .bottomspace {
        margin-bottom: 65px;
    }

    .leftspace {
        padding-left: 0px !important;
    }

    .rightspace {
        padding-right: 0px !important;
    }

    .zarnatag {
        bottom: -18px;
        left: -7px;
        width: 100px;
    }

    .biankatag {
        top: -84px;
        right: -16px;
        width: 120px;
    }

    .aboutourteam span {
        padding: 2px 0px;
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }

    .aboutourteam {
        margin-top: 0;
        max-width: 100%;
        margin: 0px 16px 32px;
    }

    .butterflygif {
        right: 16px;
        top: -27px;
        width: 73px;
    }

    .faqwrapper {
        padding: 24px 16px 53px 16px;
        width: 100%;
    }

    .faqsection {
        padding: 32px 24px;
    }

    .faqsection h1 {
        display: none;
    }

    .faqgif {
        left: -1px;
        top: inherit;
        width: 103px;
        bottom: -4px;
    }

    .pointsfaq:last-child {
        margin-bottom: 0;
    }

    .contactwrapper {
        max-width: 100%;
        left: 0;
        top: 0;
        margin: 0px 16px;
        padding: 32px 24px;
        margin-top: -135px;
        margin-bottom: 40px;
    }

    .contactwrapper iframe {
        margin-bottom: 45px;
    }

    .rhs-section {
        margin-bottom: 24px;
    }

    .contacttag {
        right: 13px;
        top: -143px;
        width: 139px;
    }

    .resultswrapper .nav-tabs,
    .programswrapper .nav-tabs {
        border-radius: 105px;
        background: #FDFDFD;
        padding: 8px 18px;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        /* width: 153px;
        height: 63px;
        position: absolute;
        left: 50%;
        transform: translate(-46%, -56%); */
        z-index: 1;
    }


    .resultswrapper .nav-tabs .nav-item {
        margin-bottom: 0px;
    }

    .resultswrapper .nav-tabs a.nav-link,
    .resultswrapper .nav-item.show .nav-link,
    .programswrapper .nav-tabs a.nav-link,
    .programswrapper .nav-item.show .nav-link {
        color: #2B2B2B;
        font-family: "Inter";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        border-radius: 92px;
        border: 2px solid #2B2B2B;
        /* background: #FFCC2A; */
        padding: 8px 24px;
        /* transform: rotate(4deg); */
        width: 123px;
        margin-left: 2px;
        padding-right: 20px;
    }

    .programswrapper .nav-tabs a.nav-link,
    .programswrapper .nav-item.show .nav-link {
        width: 192px;
    }

    .resultswrapper .dropdown-toggle::after,
    .programswrapper .dropdown-toggle::after {
        border: 0;
        transform: rotate(359deg);
        background-image: url("../img/results/arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 17px;
        height: 12px;
        float: right;
        margin-top: 7px;
    }

    .programswrapper .nav-item.show .dropdown-toggle::after {
        background-image: url("../img/ourprograms/arrow-white.png");
    }

    .resultswrapper {
        max-width: 100%;
        padding: 35px 32px 50px 32px;
    }

    .resultswrapper .tab-content {
        padding-top: 35px;
    }

    .resultswrapper .tab-content .row {
        margin-bottom: 0;
    }

    .resultswrapper .tab-content h1 {
        font-size: 24px;
        font-weight: 900;
        line-height: normal;
        letter-spacing: 0.72px;
        margin-bottom: 12px;
    }

    .resultswrapper .dropdown-menu,
    .programswrapper .dropdown-menu {
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 153px;
        padding: 16px;
        margin-top: 0;
        left: -16px !important;
        top: 15px !important;
        position: absolute !important;
        max-height: 183px;
        overflow: auto;
    }

    .resultswrapper .dropdown-menu .dropdown-item,
    .programswrapper .dropdown-menu .dropdown-item {
        border: 2px solid #2B2B2B;
        background: #FFCC2A;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 25px;
        border-radius: 92px;
        padding: 8px 24px;
        color: #2B2B2B;
        font-family: "Inter";
        margin-bottom: 10px;
    }

    .programswrapper .dropdown-menu .dropdown-item:last-child {
        margin-bottom: 0;
    }

    .programswrapper .dropdown-menu {
        max-height: fit-content;
    }

    .programswrapper .dropdown-menu .dropdown-item.parent-toddler,
    .programswrapper .nav-tabs a.parent-toddler,
    .programswrapper .nav-item.show a.parent-toddler {
        background: #F84141;
    }

    .programswrapper .dropdown-menu .dropdown-item.nursery,
    .programswrapper .nav-tabs a.nursery,
    .programswrapper .nav-item.show a.nursery {
        background: #449CF4;
    }

    .programswrapper .dropdown-menu .dropdown-item.play-school,
    .programswrapper .nav-tabs a.play-school,
    .programswrapper .nav-item.show a.play-school {
        background: #FFCC2A;
    }

    .resultswrapper .dropdown-menu .dropdown-item:last-child {
        margin-bottom: 0px;
    }

    .programswrapper .nav-pills {
        display: none;
    }

    .programswrapper {
        padding: 60px 16px;
    }

    .ourprograms-topwrapper {
        max-width: 100%;
        padding: 32px 24px;
        margin-bottom: 50px;
    }

    .ourprograms-topwrapper h1 {
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 32px;
    }

    .ourprograms-topwrapper h2 {
        font-weight: 500;
        margin-bottom: 32px;
    }

    .parents-box {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        transform: rotate(-3.923deg);
        padding: 24px;
    }

    .parents-box p,
    .parents-box ul {
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }

    .parents-box ul br {
        display: none !important;
    }

    .parentgifmobile {
        width: 212px;
        position: absolute;
        top: -106px;
        right: -15px;
    }

    .p-gallery {
        max-width: 100%;
        margin-top: 32px;
    }

    .playgifmobile {
        position: absolute;
        width: 212px;
        top: -77px;
        right: -17px;
    }

    .nurserygifmobile {
        width: 300px;
        position: absolute;
        top: -119px;
        right: -65px;
    }

    header .navbar-toggler {
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none !important;
        position: absolute;
        right: 16px;
        top: 36px;
        transition: all 0.3s ease;
        z-index: 9;
    }

    header .navbar-toggler:focus {
        outline: 0;
    }

    #nav-icon4 span:nth-child(1) {
        top: 0;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(2) {
        top: 6px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span:nth-child(3) {
        top: 12px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    #nav-icon4 span {
        display: block;
        position: relative;
        height: 2px;
        width: 26px;
        background: #000000;
        border-radius: 17px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .15s ease-in-out;
        -moz-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
    }

    #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        transform: rotate(40deg);
        top: 0;
        left: 0;
    }

    #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate(-43deg);
        -moz-transform: rotate(-43deg);
        -o-transform: rotate(-43deg);
        transform: rotate(-43deg);
        top: 13px;
        right: 0;
    }

    header .collapse.show {
        right: 0 !important;
        transition: right 400ms ease-in-out;
        overflow: scroll;
    }

    header .collapse,
    header .collapsing {
        position: fixed;
        top: 0;
        right: -100% !important;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 70px 25px 0 25px;
        transition: right 400ms ease-in-out;
    }

    .rightmenu ul {
        padding: 0;
    }

    .rightmenu ul li {
        display: block;
        text-align: left;
    }

    .logosection a {
        display: block;
        position: relative;
        z-index: 9;
    }

    #menu-top-menu {
        border-top: 1px solid #EFEFEF;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 25px;
    }

    .rightmenu ul li {
        text-align: center;
    }

    .rightmenu .menu-container ul li.maboutus a {
        font-size: 14px;
        font-weight: 600;
        line-height: 15.23px;
        text-align: left;
        color: #2B2B2B;
        background: #FFCC2A;
        padding: 12px 24px 12px 24px;
        border-radius: 92px;
        border: 2px solid #2B2B2B;
        /* transform: rotate(351deg); */
        display: inline-block;
    }

    .rightmenu .menu-container ul li.mourprograms a {
        font-size: 14px;
        font-weight: 600;
        line-height: 15.23px;
        text-align: left;
        color: #EFEFEF;
        background: #F84141;
        padding: 12px 24px 12px 24px;
        border-radius: 92px;
        border: 2px solid #EFEFEF;
        display: inline-block;
    }

    .rightmenu .menu-container ul li.menu-item-mresults a,
    .rightmenu .menu-container ul li.menu-item-mparentskeap a,
    .rightmenu .menu-container ul li.mfaqs a,
    .rightmenu .menu-container ul li.mparentskeap a {
        font-size: 14px;
        font-weight: 600;
        line-height: 15.23px;
        text-align: left;
        color: #2B2B2B;
        background: #449CF4;
        padding: 12px 24px 12px 24px;
        border-radius: 92px;
        border: 2px solid #2B2B2B;
        display: inline-block;
    }

    .rightmenu .menu-container ul li.menu-item-52 a,
    .rightmenu .menu-container ul li.menu-item-51 a {
        font-size: 14px;
        font-weight: 600;
        line-height: 15.23px;
        text-align: left;
        color: #2B2B2B;
        background: #FFCC2A;
        padding: 12px 24px 12px 24px;
        border-radius: 92px;
        border: 2px solid #2B2B2B;
        display: inline-block;
    }

    .rightmenu ul li {
        margin-bottom: 40px;
    }

    .logosection a img {
        width: 82px;
    }

    .parentsbanner {
        left: 85px;
        top: 44px;
    }

    .cloud1 {
        left: 135px;
        top: -5px;
        width: 70px;
    }

    .cloud2 {
        right: -102px;
        top: -13px;
        width: 100px;
    }

    .parentsbanner h1 {
        font-size: 41px;
        line-height: 42px;
    }
}

@media only screen and (max-width:767px) {
    .teamsour3 .innerinfo {
        height: auto;
    }

    .pspeak {
        right: 20px;
        top: 85px;
        left: unset;
    }

    #parentsspeakvideo {
        padding-top: 42px;
    }

    #parents .parents-box p span {
        color: #FFE0E1;
    }

    .programswrapper .dot2,
    .programswrapper .dot1 {
        display: none;
    }

    .parentsspeak2 p:nth-child(4) {
        color: #0D518A;
    }

    .bluebg .banner2-mob {
        right: 0;
    }

    .resultswrapper .tab-content .row .singlesc {
        margin-bottom: 40px !important;
    }

    .resultswrapper .dottedline {
        display: none;
    }

    .resultswrapper {
        padding-bottom: 12px !important;
    }

    .mobbutterfly {
        position: absolute;
        right: -30px;
        top: -30px;
        z-index: 9;
    }

    .menu-item a.active {
        transform: rotate(351deg) !important;
    }

    footer {
        padding: 20px 18px 0;
    }

    footer .rightmenu a {
        padding: 5px;
    }

    .resultswrapper .dropdown-menu .dropdown-item {
        background: #F6F6F6;
        border: 2px solid transparent;
        text-align: center;
    }

    .resultswrapper .nav-tabs,
    .programswrapper .nav-tabs {
        width: 153px;
        height: 63px;
        position: absolute;
        left: 50%;
        transform: translate(-46%, -56%);
    }

    .programswrapper .nav-tabs {
        transform: translate(-46%, -135%);
    }

    .programswrapper .nav-tabs,
    .programswrapper .dropdown-menu {
        width: 230px;
    }

    .resultswrapper .nav-tabs {
        padding: 8px 12px;
    }

    .resultswrapper .nav-tabs a.nav-link,
    .resultswrapper .nav-item.show .nav-link,
    .programswrapper .nav-tabs a.nav-link,
    .programswrapper .nav-item.show .nav-link {
        transform: rotate(4deg);
    }

    .resultswrapper {
        padding: 0px 32px 50px 32px;
    }

    .resultswrapper .dropdown-menu .dropdown-item.active,
    .resultswrapper .nav-tabs a.nav-link.active {
        background: #FFCC2A;
        border: 2px solid #2B2B2B;
    }

    .resultswrapper .tab-content {
        padding-top: 96px;
    }

    .banner-wrap {
        height: 385px;
    }

    .banner-wrap h2 {
        font-family: 'Londrina Solid';
        font-size: 40px;
        line-height: 48px;
        letter-spacing: 3px;
        color: #0D518A !important;
        padding-top: 90px;
        padding-left: 28px;
    }

    .about2 {
        left: 5px;
        height: 60px;
        bottom: -36px;
    }

    .programsinfo {
        margin-top: 24px !important;
    }

    .cloud2 {
        display: none;
    }

    .parentsbanner h1 {
        font-size: 32px;
        line-height: 37px;
    }

    .parentsbanner {
        left: 50px;
        top: 82px;
    }

    .cloud1 {
        left: 107px;
        top: 73px;
        width: 35px;
    }

    .parentspeakwrapper {
        padding: 15px;
    }

    .parentspeakwrapper .pleftimg {
        position: relative;
        left: 0;
        top: 77px;
        width: 100%;
        z-index: 1;
        margin-top: -77px;
    }

    .parentspeakwrapper .video1 video,
    .parentspeakwrapper .video2 video,
    .parentspeakwrapper .video3 video,
    .parentspeakwrapper .video4 video {
        height: 525px;
        object-fit: cover;
    }

    .mobilemargins {
        margin-top: 30px !important;
    }

    .parentspeakwrapper .parentsspeak1 {
        margin-top: 0;
        border: 0;
        margin-right: 0;
    }

    .parentspeakwrapper .video1,
    .parentspeakwrapper .video2,
    .parentspeakwrapper .video3,
    .parentspeakwrapper .video4 {
        margin-right: 0;
    }
}

@media only screen and (min-width:768px) {
    .mobbutterfly {
        display: none;
    }
}

.menu-item a.active {
    transform: rotate(-4deg);
    background-color: #FFCC2A;
    border-radius: 200px;
    display: inline-block;
}

.resultswrapper .tab-content .row .singlesc {
    margin-bottom: 53px;
}

.resultswrapper .owl-nav .owl-prev.disabled,
.resultswrapper .owl-nav .owl-next.disabled {
    display: none;
}

.ourprograms-topwrapper p span {
    color: #7B171E;
}

.programswrapper .nav-pills .nav-item:nth-child(2) {
    margin: 0 32px;
}

.programswrapper .dot2 {
    position: absolute;
    top: 3%;
    right: 26%;
}

.programswrapper .dot1 {
    position: absolute;
    top: -32%;
    right: 0%;
    width: auto;
}

.banner3 {
    position: absolute;
    top: 10%;
    right: 10%;
}

#parentsspeak .carousel-indicators {
    justify-content: end;
    bottom: -40px;
}

#parentsspeak {
    margin-bottom: 42px;
}

#parentsspeakvideo .carousel-indicators {
    display: none;
}

.parentsspeak1 p.red3 {
    color: #7B171E;
    font-weight: 700;
}

.ourprograms-topwrapper {
    padding-right: 300px;
}