@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Mobile styles */
@media screen and (max-width: 991px) {
  header nav .phone, header nav .search, header nav .loginregisterbtn {
    display: none;
  }
  header .mobileVisible {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  header .navbar {
    padding: 15px;
  }
  header .navbar .menu-toggle {
    display: block;
    background: none;
    border: none;
    position: absolute;
    right: 20px;
    z-index: 9999;
  }
  header .navbar .navbar-menu {
    display: none;
  }
  header .navbar .navbar-menu .show {
    display: flex;
  }
  header .navbar .active {
    left: 0;
    width: 100%;
    padding: 15px;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 99999;
  }
  header .navbar .active .phone, header .navbar .active .search {
    display: none;
  }
  header .navbar .active ul {
    display: grid;
    gap: 0px;
    margin-top: 25px;
  }
  header .navbar .active ul li a {
    text-align: left;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 7px 0px;
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  header .navbar .active .close-btn {
    display: block;
    margin-top: 30px;
  }
  header .navbar .active .loginregisterbtn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
  }
  header .navbar .active .loginregisterbtn a {
    width: 100%;
  }
  header .navbar .active .loginregisterbtn .login {
    background: #2C3D69;
    border: none;
    z-index: 1;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
  }
  header .navbar .active .loginregisterbtn .login:hover {
    background: #09B451;
    color: #fff;
  }
  header .navbar .active .loginregisterbtn .login:hover::after {
    left: 0;
    width: 100%;
  }
  header .navbar .active .loginregisterbtn .login::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #2C3D69;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 991px) {
  .mobile_logo {
    display: none;
  }
  .mobileVisible {
    display: none;
  }
  .activityMap .d-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p0-mobile {
    padding: 0px !important;
  }
  .student-admission-form-sec {
    padding: 40px 24px 40px 24px;
    background-color: #FCF2DF;
    background-image: none;
    margin-top: 0;
  }
  .student-admission-form-sec .pagetitle {
    margin-bottom: 30px;
  }
  .student-admission-form-sec .sutdent-admission-form-wrapper {
    padding: 24px;
  }
  .student-admission-form-sec .sutdent-admission-form-wrapper .form-flex {
    gap: 24px;
    flex-direction: column;
  }
  .common-form .form-label {
    font-size: 16px;
  }
  .online-fee-sec {
    padding: 40px 24px 40px 24px;
    background-color: #2C3D69;
    background-image: none;
  }
  .online-fee-sec .para {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .online-fee-sec .online-fee-box {
    padding: 24px;
  }
  .online-fee-sec .online-fee-box .form-flex {
    gap: 24px;
    flex-direction: column;
  }
  .online-fee-sec .online-fee-box .online-fee-box-heading {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .review-section {
    padding-top: 0px;
  }
  .review-section .review-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .directly-rate-sec {
    flex-direction: column;
    padding: 40px 24px 40px 24px;
  }
  .single-blogWrapper {
    padding: 40px 24px;
  }
  .single-blogWrapper .single-blogtopimg .blogINfobar {
    position: inherit;
    border-radius: 18px;
  }
  .single-blogWrapper .single-blogtopimg .blogINfobar h6 {
    width: 130px;
    font-size: 12px;
    border-radius: 5px;
    gap: 5px;
  }
  .single-blogWrapper .single-blogtopimg .blogINfobar h6 img {
    max-width: 10px;
  }
  .single-blogWrapper .single-blogtopimg .blogINfobar h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .single-blogWrapper .blogcontentWrapper {
    display: grid;
  }
  .single-blogWrapper .blogcontentWrapper .blog_contentleftbar h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .single-blogWrapper .blogcontentWrapper .blog_contentleftbar p {
    font-size: 14px;
  }
  .single-blogWrapper .blogcontentWrapper .blog_contentleftbar h4, .single-blogWrapper .blogcontentWrapper .blog_contentleftbar h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .schoolTimingWrapper .coreManagementteam {
    max-width: inherit;
  }
  .schoolTimingWrapper .coreManagementteam .educationDirectorleft {
    width: 100%;
  }
  .schoolTimingWrapper .coreManagementteam .educationDirectorright {
    width: 100%;
  }
  .schoolTimingWrapper .coreManagementteam .educationDirectorright p {
    color: #575757;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .learningProcesswrapper .learningProcesswrapperimg {
    display: none;
  }
  .learningProcesswrapper .learningProcessmiddlebar .learning01 img {
    background: #6666FF;
  }
  .learningProcesswrapper .learningProcessmiddlebar .learning02 img {
    background: #F4B70C;
  }
  .learningProcesswrapper .learningProcessmiddlebar .learning03 img {
    background: #09B451;
  }
  .learningProcesswrapper .learningProcessmiddlebar .learning04 img {
    background: #09BBED;
  }
  .learningProcesswrapper .learningProcessmiddlebar .learning05 img {
    background: #FB766D;
  }
  .learningProcesswrapper .learningProcessmiddlebar .learningProcessmiddlebarInnerbox {
    position: inherit;
    max-width: inherit;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
  }
  .learningProcesswrapper .learningProcessmiddlebar .learningProcessmiddlebarInnerbox h3 {
    text-align: left !important;
    margin: 0px !important;
    font-size: 18px;
  }
  .learningProcesswrapper .learningProcessmiddlebar .learningProcessmiddlebarInnerbox p {
    text-align: left !important;
  }
  .learningProcesswrapper .learningProcessmiddlebar .learningProcessmiddlebarInnerbox .d-none {
    display: block;
    min-width: 70px;
    padding: 10px;
    height: 70px;
  }
  .more-news-wrapper {
    padding: 40px 24px;
  }
  .mediaEventwrapper h2 {
    font-size: 30px;
  }
  .breadcrumb-wrapper {
    padding: 32px 30px;
  }
  .more-news-wrapper .more-news-owl .owl-prev {
    margin-left: 10px;
  }
  .more-news-wrapper .more-news-owl .owl-next {
    margin-right: 10px;
  }
  .latest-presrelease-wrapper {
    padding: 40px 24px;
    background: #2C3D69;
  }
  .latest-presrelease-wrapper .pressrelease-logos {
    padding: 20px;
  }
  .latest-presrelease-wrapper .pressrelease-logos ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    text-align: center;
  }
  .latest-presrelease-wrapper .pressrelease-logos ul li img {
    max-width: 100%;
  }
  .mentorListingWrapper {
    padding: 40px 24px;
    text-align: center;
  }
  .mentorListingWrapper .mentorLists {
    padding: 20px;
  }
  .mentorListingWrapper .mentorLists h3 {
    font-size: 22px;
  }
  .mentorListingWrapper .mentorLists p {
    font-size: 14px;
  }
  .mentorListingWrapper .mentorLists .mentorqualitifcations {
    flex-direction: column-reverse;
    margin: 0;
  }
  .mentorListingWrapper .mentorLists .mentorqualitifcations .mentorqualitifcationsleft h4 {
    font-size: 20px;
  }
  .mentorListingWrapper .mentorLists .mentorqualitifcations .mentorqualitifcationsleft h6 {
    font-size: 16px;
  }
  .mentorListingWrapper .mentorLists .mentorqualitifcations .mentorqualitifcationsleft h6 br {
    display: none;
  }
  .educationDirector {
    display: grid;
  }
  .educationDirector .educationDirectorright h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .educationDirector .educationDirectorright ul li {
    font-size: 15px;
  }
  .topBlog .topBlogwrapper h2 {
    font-size: 30px;
  }
  .recent_postswrapper {
    padding: 40px 24px;
  }
  .recent_postswrapper .recent_posts {
    display: grid;
  }
  .recent_postswrapper .recent_posts .recent_postsleftbar .recent_postsinnerbar {
    grid-template-columns: repeat(1, 1fr);
  }
  .blogslistingbtmWrapper {
    padding: 40px 24px;
  }
  .blogslistingbtmWrapper .blogslisting .card {
    min-width: 280px;
  }
  .blogslistingbtmWrapper .blogslisting .card .card-text p {
    font-size: 14px;
  }
  .blogslisting {
    overflow-x: scroll;
    gap: 20px;
  }
  .blogslisting .card {
    padding: 15px;
    border-radius: 20px;
    max-width: 260px;
    min-width: 240px;
  }
  .blogslisting .card img {
    max-width: 100%;
  }
  .blogslisting .card .card-text h3 a {
    font-size: 14px;
  }
  .blogslisting .card .card-text .taglink {
    font-size: 14px;
  }
  .topBlog {
    padding: 40px 24px;
  }
  .topBlog .topBlogwrapper .blogImgbox .blog_cat {
    border-top-right-radius: 9px;
    font-size: 13px;
  }
  .topBlog .topBlogwrapper .blogImgboxbtm h4 a {
    font-size: 18px;
    line-height: 26px;
  }
  .topBlog .topBlogwrapper .blogImgboxbtm .tagblog {
    font-size: 14px;
  }
  .weeklyLearning_wrapper {
    padding: 40px 24px;
  }
  .weeklyLearning_wrapper .weeklyLearning {
    margin: 30px auto 0px auto;
    overflow-x: scroll;
  }
  .weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard {
    min-width: 250px;
  }
  .weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard img {
    margin: 15px 0px;
  }
  .weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard h4 {
    font-size: 16px;
    height: 56px;
  }
  .weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard h4 br {
    display: none;
  }
  .plans_activityWrapper {
    padding: 40px 24px;
    background-image: none;
    background-color: #2C3D69 !important;
    background-size: cover;
  }
  .plans_activityWrapper .container .pagetitle {
    font-size: 25px;
  }
  .plans_activityWrapper .container .activityMap {
    margin: 30px 0px 0px 0px;
  }
  .plans_activityWrapper .container .activityMap .sunbeamMapbox {
    display: none;
  }
  .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent01, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent02, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent03 {
    position: inherit;
    display: flex;
    text-align: left;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
  }
  .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent01 img, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent02 img, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent03 img {
    max-width: 50px;
  }
  .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent01 p, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent02 p, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent03 p {
    font-size: 14px;
  }
  .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent04, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent05, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent06 {
    position: inherit;
    display: flex;
    text-align: left;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
  }
  .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent04 img, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent05 img, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent06 img {
    max-width: 50px;
  }
  .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent04 p, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent05 p, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent06 p {
    font-size: 14px;
  }
  .nurseryWrapper .nursery_tab-content .nursery_tab-contentleft ul li {
    font-size: 14px;
  }
  .multilingualwrapper {
    background: #FFDD98;
  }
  .multilingualwrapper .newLanguagecontainer {
    display: grid;
    align-items: center;
    gap: 20px;
  }
  .multilingualwrapper .newLanguagecontainer .newLanguagecontainerRight p {
    font-size: 14px;
  }
  .multilingualwrapper .newLanguagecontainer .newLanguagecontainerRight ul li {
    font-size: 14px;
  }
  .nurseryPrePrimary .nursery_tab-content {
    padding: 0px !important;
  }
  .preSchoolwrapper {
    padding: 40px 24px;
    background: #2C3D69;
  }
  .preSchoolwrapper .preschoolMainBox {
    overflow: scroll;
    justify-content: flex-start;
  }
  .preSchoolwrapper .preschoolMainBox .preschoolInnerBox {
    max-width: inherit;
    min-width: 300px;
  }
  .curriculumCards_wrapper {
    padding: 40px 0px;
    overflow: hidden;
  }
  .curriculumCards_wrapper .curriculumCards_boxes {
    padding: 0px 40px;
    overflow: scroll;
  }
  .curriculumCards_wrapper .curriculumCards_boxes .curriculumCards_Cards {
    min-width: 300px;
  }
  .histroyWrapper {
    padding: 40px 24px;
  }
  .schoolTimingWrapper .gradeBoxesInner {
    overflow: scroll;
  }
  .schoolTimingWrapper .gradeBoxesInner .grade-table thead th {
    min-width: 250px;
  }
  .special-education_Curriclum {
    padding: 40px 24px;
  }
  .special-education_Curriclum .special-education_Curriclumbox {
    padding: 20px;
  }
  .special-education_Curriclum .special-education_Curriclumbox .columnReverse {
    display: grid;
  }
  .special-education_Curriclum .special-education_Curriclumbox .special-education_CurriclumInnerbox {
    align-items: self-start;
    flex-direction: column-reverse;
  }
  .special-education_Curriclum .special-education_Curriclumbox .special-education_CurriclumInnerbox .special-education_CurriclumDesc h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .special-education_Curriclum .special-education_Curriclumbox .special-education_CurriclumInnerbox .special-education_CurriclumDesc p {
    font-size: 14px;
  }
  .mediaEvent {
    padding: 40px 24px;
  }
  .mediaEvent h2 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 0px;
  }
  .mediaEventwrapper {
    padding: 40px 24px;
    background-image: none;
    background-color: #ffdd98;
  }
  .mediaEventwrapper .mediaGrid .rowgallary {
    display: grid;
  }
  .mediaEventwrapper .mediaGrid .rowgallary img {
    width: 100%;
  }
  .schooling-expats .country-grid {
    overflow: scroll;
  }
  .schooling-expats .country-grid .country-item {
    min-width: 150px;
    font-size: 14px;
    padding: 10px;
  }
  .schooling-expats {
    padding: 40px 24px;
  }
  .right_curriculum {
    padding: 40px 24px;
  }
  .right_curriculum .why_chooseparents {
    flex-direction: column;
    gap: 15px;
  }
  .topOnlineSchool {
    background: #2C3D69;
    padding: 40px 24px;
  }
  .why_chooseparents {
    gap: 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  .why_chooseparents .why_chooseparentsright p {
    font-size: 14px;
  }
  .future-onlinestarts .why_chooseparents {
    margin: 40px 0px 0px 0px;
    display: grid;
    gap: 20px;
  }
  .knowPerks {
    padding: 60px 24px;
    display: grid;
    background-color: #2c3d69;
    background-image: none;
  }
  .knowPerks .perksFeatures {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .knowPerks .mb-5 {
    margin-bottom: 0px;
  }
  .knowPerks .cloud_boxperk {
    right: 10px;
    top: 40px;
    width: 35px;
  }
  .knowPerks .cloud_boxperkbtm {
    left: 20px;
    bottom: -5px;
    width: 35px;
  }
  .bookFreeDemo {
    padding: 40px 24px;
  }
  .bookFreeDemo .bookForm {
    padding: 20px;
  }
  .bookFreeDemo .bookForm .form .input-group {
    display: grid;
  }
  .bookFreeDemo .bookForm .form .register-btn {
    margin: 0px;
  }
  .bookFreeDemo .bookForm .terms {
    font-size: 13px;
  }
  .bookFreeDemo .bookForm h2 {
    font-size: 20px;
  }
  .bookFreeDemo .bookForm .badge {
    position: inherit;
    box-shadow: none;
    padding: 0;
    top: inherit;
    left: inherit;
    display: inline;
  }
  .bookFreeDemo .bookForm .badge h3 {
    text-align: center;
    font-size: 20px;
  }
  .bookFreeDemo .bookForm .badge h3 span {
    display: inline-block;
    margin-left: 5px;
  }
  .bookFreeDemo .bookForm .badge .happy_student {
    max-width: 100px;
    margin-top: 10px;
  }
  .bookFreeDemo .bookForm .freeDemoImg {
    top: -30px;
    right: -10px;
    width: 50px;
  }
  .aboutSunbeamPartner .enrollmain {
    display: flex !important;
    flex-direction: column-reverse;
  }
  .courseDuration {
    padding: 40px 24px !important;
  }
  .courseDuration .onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox h3 {
    font-size: 24px;
  }
  .courseDuration .onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox p {
    font-size: 14px;
  }
  .studentBenefits {
    padding: 40px 24px;
  }
  .studentBenefits .studentBenefitsToptitles h3 {
    font-size: 24px;
  }
  .studentBenefits .studentBenefitsToptitles p {
    font-size: 14px;
  }
  .studentBenefits .studentBenefitsToptitles .benefits_accordian .accordion-item .accordion-header {
    font-size: 18px;
  }
  .whySignupWrapper .whySignupBox {
    display: grid;
    align-items: center;
    text-align: center;
  }
  .whySignupWrapper .whySignupBox .whySignupBoxright h3 {
    font-size: 25px;
  }
  .whySignupWrapper .whySignupBox .whySignupBoxright p {
    font-size: 14px;
  }
  .memebershipWrapper {
    padding: 40px 24px;
  }
  .memebershipWrapper .sunbeam_intro h3 {
    font-size: 25px;
  }
  .memebershipWrapper .sunbeam_intro p {
    font-size: 14px;
  }
  .accrediationWhyLearn {
    text-align: center;
  }
  .accrediationWhyLearn .accrediation_whyNewlanguage {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .accrediationWhyLearn .accrediation_whyNewlanguage h3 {
    font-size: 25px;
  }
  .accrediationWhyLearn .accrediation_whyNewlanguage p {
    font-size: 14px;
  }
  .newLanguageWrapper {
    padding: 40px 24px;
    text-align: center;
  }
  .newLanguageWrapper .newLanguageContent {
    flex-direction: column;
    gap: 20px;
  }
  .newLanguageWrapper .newLanguageContent .newLanguageContentrightbar h3 {
    font-size: 25px;
  }
  .newLanguageWrapper .newLanguageContent .newLanguageContentrightbar p {
    font-size: 14px;
  }
  .accrediation-wrapper {
    flex-direction: column-reverse;
    margin-top: 0;
    gap: 20px;
  }
  .accrediation-wrapper .accrediationLeftbar {
    text-align: center;
  }
  .accrediation-wrapper .accrediationLeftbar h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .accrediation-wrapper .accrediationLeftbar span {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .accrediation-wrapper .accrediationLeftbar p {
    font-size: 14px;
  }
  .companyStats {
    padding: 40px 24px;
  }
  .companyStats .accedretion_infobar {
    margin: 40px 0px 0px 0px;
  }
  .companyStats .accedretion_infobar h3 {
    line-height: normal;
    font-size: 25px;
  }
  .companyStats .accedretion_infobar p {
    font-size: 14px;
  }
  .gradeBoxes {
    display: grid;
    gap: 40px;
  }
  .companyStats .iao {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .companyStats .iao img {
    max-width: 50px;
  }
  .nursery-testimonials {
    padding: 40px 24px 80px 24px;
  }
  .testimonial_wrapper .testimonial-section-bg {
    padding-top: 100px;
  }
  .nurseryWrapper {
    padding: 40px 24px;
  }
  .nurseryWrapper .tab-scroll-wrapper .tab-buttons .tab {
    font-size: 15px;
    padding: 10px 30px;
  }
  .nurseryWrapper .nursery_tab-content {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 20px;
  }
  .nurseryWrapper .nursery_tab-content .nursery_tab-contentleft h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .nurseryWrapper .nursery_tab-content .nursery_tab-contentleft p {
    font-size: 14px;
  }
  .nurseryHero {
    padding: 0px;
  }
  .nurseryHero .img-fluid {
    display: none;
  }
  .nurseryHero .container {
    display: grid;
    gap: 20px;
  }
  .nurseryHero .container .edu-content .edu-left h1 {
    font-size: 25px !important;
    margin-bottom: 5px;
  }
  .nurseryHero .container .edu-content .edu-left .cta-btn {
    padding: 15px 25px;
  }
  .nurseryHero .container .registrationForm h3 {
    font-size: 20px;
    text-align: center;
  }
  .sunbeamWorldAbout .enrollmain .enrollright {
    padding: 0 !important;
  }
  .modern-learning-dots-container, .dots-container {
    display: none !important;
  }
  .vissionWrapper {
    padding: 40px 24px;
  }
  .vissionWrapper .visionMission {
    display: grid;
  }
  .vissionWrapper .visionMission .visionMissionInner h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .vissionWrapper .visionMission .visionMissionInner p {
    font-size: 14px;
  }
  .sunbeamWorldAbout .enrollmain .enrolleft {
    text-align: center;
  }
  .educational_excellence {
    display: grid;
    gap: 20px;
  }
  .educational_excellence .educational_excellenceleft {
    max-width: inherit;
  }
  .educational_excellence .educational_excellenceright {
    text-align: center;
  }
  .educational_excellence .educational_excellenceright h3 {
    font-size: 25px;
    line-height: normal;
  }
  .educational_excellence .educational_excellenceright h3 br {
    display: none;
  }
  .educational_excellence .educational_excellenceright p {
    font-size: 14px;
  }
  .abouthero .container {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .abouthero .container .about-image img {
    max-width: 100%;
  }
  .abouthero .container .about-text .edu-content .edu-left h1 {
    margin-bottom: 10px;
  }
  .abouthero .container .about-text .edu-content .edu-left .arrow-container-about {
    display: none;
  }
  .subscribe-section {
    padding: 40px 24px;
  }
  .subscribe-section .subscribe-box input {
    min-width: 160px;
    max-width: 190px;
    font-size: 15px;
  }
  .subscribe-section .subscribe-box .subscribe-btn {
    font-size: 16px;
    font-weight: 500;
  }
  .futureAhead {
    padding: 40px 24px;
    background: #ffdd98;
  }
  .futureAhead .subtitle {
    font-size: 14px;
  }
  .faq-questions {
    padding: 40px 24px;
    margin: 0;
  }
  .faq-questions .globle-icon {
    width: 65px;
    top: -25px;
  }
  .faq-questions .pagetitle {
    margin-bottom: 30px;
  }
  .faq-questions .accordion .accordion-item .accordion-header1 {
    font-size: 16px;
    text-align: left;
  }
  .faq-questions .accordion .accordion-item .accordion-body {
    font-size: 14px;
  }
  .blog-section {
    background: #2c3d69;
    padding: 40px 24px;
  }
  .blog-section .blog_cards {
    display: grid;
  }
  .blog-section .blog_cards .card {
    flex: 1 1 327px;
  }
  .golive {
    padding: 40px 24px;
  }
  .golive .golive_cards .card {
    flex: 1 1 327px;
    padding: 20px 20px 20px;
  }
  .golive .golive_cards .card .card-image {
    position: inherit;
    top: inherit;
    left: inherit;
    max-width: 130px;
    display: block;
    margin: auto;
  }
  .golive .golive_cards .card .top-section1 {
    display: block;
    text-align: center;
  }
  .golive .golive_cards .card .top-section1 .card-content {
    padding-left: 0;
  }
  .golive .golive_cards .card .top-section1 .card-content img {
    max-width: 130px;
    display: block;
    margin: auto;
  }
  .golive .golive_cards p {
    text-align: center;
  }
  .modern_learning {
    background: #ffdd98;
    padding: 40px 0px;
  }
  .modern_learning .pagetitle, .modern_learning .belief {
    padding: 0px 24px;
  }
  .modern_learning .track-wrapper {
    overflow: scroll !important;
  }
  .modern_learning .awards-recognitions {
    padding-left: 24px;
  }
  .modern_learning .belief {
    font-size: 14px;
  }
  .modern_learning .belief br {
    display: none;
  }
  .modern_learning .track-wrapper .track {
    gap: 15px;
  }
  .modern_learning .track-wrapper .track .award-card {
    flex: 0 0 75%;
    padding: 0 0px;
  }
  .modern_learning .track-wrapper .track .award-card .award-img {
    max-width: 300px;
    width: 100%;
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
    border-radius: 8px;
  }
  .modern_learning .dots-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 4px;
  }
  .modern_learning .dots-container .dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }
  .modern_learning .dots-container .dot.active {
    background-color: #09B451;
  }
  .collaborations-tieups {
    padding: 40px 24px;
    background-color: #fcf2df;
    background-image: none;
  }
  .collaborations-tieups .tieupInnerwrapper {
    padding: 0px;
    justify-content: center;
  }
  .collaborations-tieups .tieupInnerwrapper h3 {
    text-align: center;
    font-size: 25px;
  }
  .collaborations-tieups .tieupInnerwrapper p {
    font-size: 14px;
    text-align: center;
  }
  .collaborations-tieups .tieupInnerwrapper p br {
    display: none;
  }
  .grow_leading {
    padding: 40px 24px;
    background: #2c3d69;
  }
  .grow_leading .globle-icon {
    right: -10px;
    top: -40px;
    width: 55px;
  }
  .grow_leading .steps img {
    max-width: 100%;
  }
  .awards-section {
    padding: 40px 0px;
  }
  .awards-section .container .planet-icon {
    left: 10px;
    width: 70px;
    top: -60px;
  }
  .awards-section .container .pagetitle, .awards-section .container .subtitle {
    padding: 0px 24px;
  }
  .awards-section .container #modern-learning-awards-recognitions {
    padding-left: 24px;
  }
  .awards-section .container .modern-learning-awards-slider-container .modern-learning-track-wrapper .modern-learning-track {
    overflow-x: scroll;
    padding-right: 24px;
  }
  .academicLearn {
    background: #2c3d69;
    padding: 40px 0px;
  }
  .academicLearn .pagetitle, .academicLearn .subtitle {
    padding: 0px 24px;
  }
  .academicLearn .journey-text {
    font-size: 16px;
    padding: 0px 24px;
  }
  .academicLearn .beyond-academics {
    padding-left: 24px;
  }
  .academicLearn .beyond-academics .slider-container {
    overflow: inherit;
  }
  .academicLearn .beyond-academics .slider-container .track-wrapper {
    overflow-x: scroll;
  }
  .testimonial_wrapper {
    padding: 40px 24px;
    background-color: #fcf2df;
    background-image: none;
  }
  .testimonial_wrapper .container {
    padding: 0px;
  }
  .testimonial_wrapper .container .pagetitle {
    padding: 0px;
  }
  .testimonial_wrapper .container .section-title {
    font-size: 18px;
  }
  .testimonial_wrapper .testimonial-students .review-logo {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card {
    flex: 0 0 96%;
  }
  .countrieslisting {
    padding: 40px 24px;
    border-top: 1px solid #e3ebff;
  }
  .country-grid {
    grid-template-columns: repeat(1, 1fr);
    max-height: 450px;
    overflow-y: scroll;
  }
  .country-grid .country-item {
    font-size: 16px;
    padding: 9px 15px;
  }
  .country-grid .country-item .country-left {
    font-size: 16px;
  }
  .country-grid .country-item .country-left img {
    max-width: 20px;
  }
  .future-onlinestarts {
    padding: 40px 24px;
  }
  .future-onlinestarts .globle-icon {
    right: -10px;
    top: -35px;
    width: 35px;
  }
  .future-onlinestarts .subtitle {
    font-size: 14px;
  }
  .future-onlinestarts .steps {
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-left: 0;
    gap: 20px;
  }
  .future-onlinestarts .steps .card {
    min-width: 300px;
    padding: 20px;
  }
  .future-onlinestarts .steps .card h4 {
    font-size: 20px;
  }
  .future-onlinestarts .steps .card p {
    font-size: 14px;
  }
  .faqBoxlisting {
    padding: 40px 24px;
    background: #2c3d69;
  }
  .faqBoxlisting .whyChoose {
    display: grid;
    gap: 20px;
    justify-content: center;
  }
  .faqBoxlisting .whyChoose .left-section {
    max-width: 327px;
  }
  .faqBoxlisting .whyChoose .left-section h3 {
    font-size: 25px;
    line-height: 37px;
  }
  .faqBoxlisting .whyChoose .left-section p {
    font-size: 14px;
  }
  .faqBoxlisting .whyChoose .left-section .accordion-item .accordion-header {
    font-size: 16px;
  }
  .faqBoxlisting .whyChoose .right-section {
    max-width: 327px;
  }
  .pagetitle {
    font-size: 25px;
  }
  .subtitle {
    font-size: 14px;
  }
  .global_homecoming {
    padding: 40px 24px;
  }
  .global_homecoming .global_homecoming-boxes {
    display: grid;
    gap: 30px;
  }
  .global_homecoming .global_homecoming-boxes .info-box {
    padding: 25px 20px 0 20px;
    width: 100%;
  }
  .global_homecoming .global_homecoming-boxes .info-box h3 {
    font-size: 40px;
    line-height: 35px;
  }
  .global_homecoming .global_homecoming-boxes .info-box p {
    font-size: 16px;
    padding: 10px 0 0 0;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .section_title {
    color: #2C3D69;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .enrollWrapper {
    background-image: none;
    background-color: #ffdd98;
    padding: 40px 24px;
  }
  .enrollWrapper .section_title {
    text-align: center;
    color: #2C3D69;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .enrollWrapper .enrollmain {
    display: grid;
    gap: 20px;
    justify-items: center;
  }
  .enrollWrapper .enrollmain .enrolleft h3 {
    line-height: 26px;
    font-size: 19px;
  }
  .enrollWrapper .enrollmain .enrolleft h3 br {
    display: none;
  }
  .enrollWrapper .enrollmain .enrolleft p {
    font-size: 14px;
  }
  .enrollWrapper .enrollmain .enrollright {
    padding: 20px;
    max-width: inherit;
    text-align: center;
  }
  .enrollWrapper .enrollmain .enrollright h3 {
    font-size: 20px;
  }
  .enrollWrapper .sunbeamSpecialEdu {
    display: flex;
    flex-direction: column-reverse;
  }
  .education_stats .edu-stats {
    padding: 40px 24px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .education_stats .edu-stats .stat {
    flex: 1 1 155px;
  }
  .education_stats .edu-stats .stat strong {
    line-height: 60px;
    font-size: 40px;
  }
  .education_stats .edu-stats .stat span {
    line-height: 18px;
    font-size: 12px;
  }
  .google-rating-strip {
    display: grid;
    gap: 0;
  }
  .google-rating-strip .google-logo {
    text-align: center;
  }
  .google-rating-strip h3 {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
  }
  .heroSlider {
    background: #f3f1f1;
    padding: 40px 24px;
  }
  .heroSlider .banner-img {
    display: none;
  }
  .heroSlider .container {
    justify-content: center;
    position: inherit;
  }
  .heroSlider .container .edu-content .edu-left h1 {
    text-align: center;
    font-size: 30px;
  }
  .heroSlider .container .edu-content .edu-left p {
    text-align: center;
    font-size: 14px;
  }
  .heroSlider .container .edu-content .edu-left p br {
    display: none;
  }
  .heroSlider .container .edu-content .edu-left .arrow-container {
    position: inherit;
  }
  .heroSlider .container .edu-content .edu-left .cta-btn {
    text-align: center;
    margin: 10px auto 0px auto;
    max-width: 60%;
  }
  .heroSlider .affiliations {
    justify-content: center;
  }
  .heroSlider .affiliations img {
    max-width: 45px;
  }
  .side-buttons {
    position: fixed;
    bottom: 0;
    top: inherit;
  }
  .side-buttons #slideForm {
    width: 360px;
  }
  .side-buttons .boxbuttons {
    position: fixed;
    right: 0;
    top: inherit;
    transform: inherit;
    display: flex;
    flex-direction: row;
    gap: 0px;
    bottom: 0;
    width: 100%;
  }
  .side-buttons .boxbuttons .btn {
    writing-mode: inherit;
    transform: inherit;
    width: 100%;
    text-align: center;
    font-weight: 500;
  }
  .footer {
    background: #000;
    padding: 40px 24px 80px 24px;
    background-image: none !important;
  }
  .footer .footer-container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer .footer-container .footer-left .tagline {
    font-size: 14px;
  }
  .footer .footer-container .footer-links {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
  .footer .footer-container .footer-links ul {
    width: 160px;
  }
  .footer .footer-container .footer-links ul li a {
    word-wrap: break-word;
  }
}
.heroSlider .img-fluid {
  max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  .single-blogWrapper {
    padding: 40px 24px;
  }
  .single-blogWrapper .single-blogtopimg .blogINfobar {
    position: absolute;
  }
  .single-blogWrapper .single-blogtopimg .blogINfobar h6 {
    width: 130px;
    font-size: 12px;
    border-radius: 5px;
    gap: 5px;
  }
  .single-blogWrapper .single-blogtopimg .blogINfobar h6 img {
    max-width: 10px;
  }
  .single-blogWrapper .single-blogtopimg .blogINfobar h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .single-blogWrapper .blogcontentWrapper {
    display: grid;
  }
  .single-blogWrapper .blogcontentWrapper .blog_contentleftbar h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .single-blogWrapper .blogcontentWrapper .blog_contentleftbar p {
    font-size: 14px;
  }
  .single-blogWrapper .blogcontentWrapper .blog_contentleftbar h4, .single-blogWrapper .blogcontentWrapper .blog_contentleftbar h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .breadcrumb-wrapper {
    padding: 32px 30px;
  }
  .more-news-wrapper .more-news-owl .owl-prev {
    margin-left: 10px;
  }
  .more-news-wrapper .more-news-owl .owl-next {
    margin-right: 10px;
  }
  .latest-presrelease-wrapper {
    padding: 40px 24px;
    background: #2C3D69;
  }
  .latest-presrelease-wrapper .pressrelease-logos {
    padding: 20px;
  }
  .latest-presrelease-wrapper .pressrelease-logos ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    text-align: center;
  }
  .latest-presrelease-wrapper .pressrelease-logos ul li img {
    max-width: 100%;
  }
  .mentorListingWrapper {
    padding: 40px 24px;
    text-align: center;
  }
  .mentorListingWrapper .mentorLists {
    padding: 20px;
  }
  .mentorListingWrapper .mentorLists h3 {
    font-size: 22px;
  }
  .mentorListingWrapper .mentorLists p {
    font-size: 14px;
  }
  .mentorListingWrapper .mentorLists .mentorqualitifcations {
    flex-direction: column-reverse;
    margin: 0;
  }
  .mentorListingWrapper .mentorLists .mentorqualitifcations .mentorqualitifcationsleft h4 {
    font-size: 20px;
  }
  .mentorListingWrapper .mentorLists .mentorqualitifcations .mentorqualitifcationsleft h6 {
    font-size: 16px;
  }
  .mentorListingWrapper .mentorLists .mentorqualitifcations .mentorqualitifcationsleft h6 br {
    display: none;
  }
  .topBlog {
    padding: 40px 24px;
  }
  .topBlog .topBlogwrapper .blogImgbox .blog_cat {
    border-top-right-radius: 9px;
    font-size: 13px;
  }
  .topBlog .topBlogwrapper .blogImgboxbtm h4 a {
    font-size: 18px;
    line-height: 26px;
  }
  .topBlog .topBlogwrapper .blogImgboxbtm .tagblog {
    font-size: 14px;
  }
  .topBlog .topBlogwrapper h2 {
    font-size: 30px;
  }
  .recent_postswrapper {
    padding: 40px 24px;
  }
  .recent_postswrapper .recent_posts {
    display: grid;
  }
  .recent_postswrapper .recent_posts .recent_postsleftbar .recent_postsinnerbar {
    grid-template-columns: repeat(2, 1fr);
  }
  .recent_postswrapper .recent_posts .recent_postsrightbar {
    margin: auto;
  }
  .blogslistingbtmWrapper {
    padding: 40px 24px;
  }
  .blogslistingbtmWrapper .blogslisting .card {
    min-width: 280px;
  }
  .blogslistingbtmWrapper .blogslisting .card .card-text p {
    font-size: 14px;
  }
  .blogslisting {
    overflow-x: scroll;
    gap: 20px;
  }
  .blogslisting .card {
    padding: 15px;
    border-radius: 20px;
    max-width: 260px;
    min-width: 240px;
  }
  .blogslisting .card img {
    max-width: 100%;
  }
  .blogslisting .card .card-text h3 a {
    font-size: 14px;
  }
  .blogslisting .card .card-text .taglink {
    font-size: 14px;
  }
  .weeklyLearning_wrapper {
    padding: 40px 40px;
  }
  .weeklyLearning_wrapper .weeklyLearning {
    grid-template-columns: repeat(2, 1fr);
  }
  .plans_activityWrapper {
    padding: 40px 24px;
    background-image: none;
    background-color: #2C3D69 !important;
    background-size: cover;
  }
  .plans_activityWrapper .container .pagetitle {
    font-size: 25px;
  }
  .plans_activityWrapper .container .activityMap {
    margin: 30px 0px 0px 0px;
    display: flex;
    gap: 20px;
  }
  .plans_activityWrapper .container .activityMap .sunbeamMapbox {
    display: none;
  }
  .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent01, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent02, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent03 {
    position: inherit;
    display: flex;
    text-align: left;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
  }
  .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent01 img, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent02 img, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent03 img {
    max-width: 50px;
  }
  .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent01 p, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent02 p, .plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent03 p {
    font-size: 14px;
  }
  .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent04, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent05, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent06 {
    position: inherit;
    display: flex;
    text-align: left;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
  }
  .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent04 img, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent05 img, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent06 img {
    max-width: 50px;
  }
  .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent04 p, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent05 p, .plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent06 p {
    font-size: 14px;
  }
  .multilingualwrapper {
    background: #FFDD98;
  }
  .multilingualwrapper .newLanguagecontainer .newLanguagecontainerRight {
    max-width: 440px;
  }
  .preSchoolwrapper {
    background: #2C3D69;
    padding: 40px 40px;
  }
  .curriculumCards_wrapper {
    padding: 40px 0px;
    overflow: hidden;
  }
  .curriculumCards_wrapper .curriculumCards_boxes {
    padding: 0px 40px;
    overflow: scroll;
  }
  .curriculumCards_wrapper .curriculumCards_boxes .curriculumCards_Cards {
    min-width: 300px;
  }
  .mediaEventwrapper {
    background-color: #ffdd98;
    background-image: none;
    padding: 40px 24px;
  }
  .mediaEventwrapper .mediaGrid {
    display: flex;
  }
  .mediaEventwrapper .mediaGrid .rowgallary {
    display: grid;
  }
  .mediaEventwrapper .mediaGrid .rowgallary img {
    max-width: 100%;
  }
  .mediaEvent {
    padding: 40px 24px;
  }
  .topOnlineSchool {
    background-image: none;
    background-size: contain;
    padding: 40px 24px;
    background-color: #2c3d69;
  }
  .right_curriculum, .schooling-expats {
    padding: 40px 24px;
  }
  .knowPerks {
    background: #2C3D69;
    padding: 100px 0px;
  }
  .knowPerks .cloud_boxperk {
    right: 60px;
    top: 45px;
    width: 65px;
  }
  .knowPerks .cloud_boxperkbtm {
    left: 40px;
    bottom: 25px;
    width: 55px;
    margin-bottom: 0;
  }
  .bookFreeDemo .bookForm {
    max-width: 570px;
  }
  .bookFreeDemo .bookForm .badge {
    left: -70px;
  }
  .bookFreeDemo .bookForm .badge .happy_student {
    max-width: 80px;
  }
  .bookFreeDemo .bookForm .freeDemoImg {
    right: -20px;
    width: 50px;
  }
  .memebershipWrapper .sunbeam_intro h3 {
    font-size: 25px;
  }
  .memebershipWrapper .sunbeam_intro p {
    font-size: 14px;
  }
  .accedretion_infobar h3 {
    font-size: 25px;
  }
  .accedretion_infobar p {
    font-size: 14px;
  }
  .memebershipWrapper {
    padding: 40px 24px;
  }
  .accrediationWhyLearn .accrediation_whyNewlanguage h3 {
    font-size: 25px;
  }
  .accrediationWhyLearn .accrediation_whyNewlanguage p {
    font-size: 14px;
  }
  .accrediationWhyLearn .accrediation_whyNewlanguage .accrediation_whyNewlanguageright {
    text-align: center;
    max-width: 330px;
  }
  .newLanguageWrapper {
    padding: 50px 30px;
  }
  .newLanguageWrapper .newLanguageContent .newLanguageContentleftbar {
    max-width: 340px;
  }
  .newLanguageWrapper .newLanguageContent .newLanguageContentrightbar h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .newLanguageWrapper .newLanguageContent .newLanguageContentrightbar p {
    font-size: 14px;
  }
  .accrediation-wrapper .accrediationrightbar {
    max-width: 250px;
  }
  .accrediation-wrapper .accrediationLeftbar h3 {
    font-size: 25px;
  }
  .accrediation-wrapper .accrediationLeftbar span {
    font-size: 20px;
  }
  .accrediation-wrapper .accrediationLeftbar p {
    font-size: 14px;
  }
  .companyStats {
    padding: 40px 24px;
  }
  .companyStats .iao img {
    max-width: 100px;
  }
  .accedretion_infobar {
    margin: 60px 0px 0px 0px;
  }
  .onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox h3 {
    font-size: 25px;
  }
  .onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox p {
    font-size: 14px;
  }
  .nurseryHero {
    background: #f3f1f1;
    padding: 40px 24px;
  }
  .nurseryHero .img-fluid {
    display: none;
  }
  .nurseryHero .container {
    position: inherit;
    gap: 20px;
  }
  .nurseryHero .container .registrationForm {
    max-width: 350px;
  }
  .nurseryHero .container .registrationForm h3 {
    font-size: 20px;
  }
  .nurseryHero .container .edu-content .edu-left .arrow-container-about {
    left: -20px;
    top: 195px;
    width: 50px;
  }
  .nurseryHero .container .edu-content .edu-left .arrow-container-about img {
    width: 60%;
  }
  .nurseryWrapper {
    padding: 40px 24px;
  }
  .nurseryWrapper .tab-scroll-wrapper .tab-buttons .tab {
    padding: 10px 20px;
    font-size: 14px;
  }
  .nurseryWrapper .nursery_tab-content {
    gap: 30px;
    padding: 20px;
  }
  .nurseryWrapper .nursery_tab-content .nursery_tab-contentleft h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .nurseryWrapper .nursery_tab-content .nursery_tab-contentleft p {
    font-size: 14px;
  }
  .educational_excellence {
    gap: 40px;
  }
  .educational_excellence .educational_excellenceright h3 {
    font-size: 25px;
    line-height: normal;
  }
  .educational_excellence .educational_excellenceright h3 br {
    display: none;
  }
  .educational_excellence .educational_excellenceright p {
    font-size: 14px;
  }
  .abouthero {
    padding: 40px 24px;
  }
  .abouthero .container .about-text .edu-content .edu-left {
    max-width: 420px;
    padding-left: 0px;
    padding-right: 20px;
  }
  .abouthero .container .about-text .edu-content .edu-left .arrow-container-about {
    position: absolute;
    left: -22px;
    top: 146px;
    text-align: center;
    color: #00B140;
    font-weight: bold;
    font-size: 14px;
  }
  .abouthero .container .about-text .edu-content .edu-left .arrow-container-about img {
    max-width: 20px;
  }
  .faq-questions {
    padding: 40px 24px;
    margin: 0px;
  }
  .faq-questions .accordion {
    max-width: 750px;
    margin: auto;
  }
  .faq-questions .accordion .accordion-item .accordion-header1 {
    text-align: left;
    font-size: 16px;
  }
  .blog-section {
    background: #2C3D69;
    padding: 40px 24px;
  }
  .blog-section .blog_cards .card img {
    height: 110px;
  }
  .blog-section .blog_cards .card .card-text p {
    font-size: 14px;
  }
  .golive {
    padding: 40px 24px;
  }
  .golive .golive_cards {
    flex-wrap: inherit;
  }
  .golive .golive_cards .card {
    flex: 1 1 356px;
  }
  .golive .golive_cards .card .card-image {
    width: 100px;
    top: -5px;
  }
  .golive .golive_cards .card .top-section1 .card-content {
    padding-left: 110px;
  }
  .modern_learning {
    padding: 40px 24px;
    background: #ffdd98;
  }
  .modern_learning .track-wrapper .track .award-card .award-img {
    max-width: 100%;
  }
  .modern_learning .dots-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
  }
  .modern_learning .dots-container .dot {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
  }
  .modern_learning .dots-container .dot.active {
    background-color: #09B451;
  }
  .collaborations-tieups {
    padding: 40px 24px;
    background: #fcf2df;
  }
  .collaborations-tieups .tieupInnerwrapper {
    flex-wrap: inherit;
    padding: 0px;
  }
  .collaborations-tieups .tieupInnerwrapper h3 {
    font-size: 25px;
    margin: 0px;
  }
  .grow_leading {
    background: #2C3D69;
    padding: 40px 24px;
  }
  .grow_leading .partneraards {
    max-width: 500px;
    display: block;
    margin: auto;
  }
  .awards-section {
    padding: 40px 24px;
  }
  .awards-section .container .planet-icon {
    width: 80px;
  }
  .academicLearn {
    background: #2C3D69;
    padding: 40px 24px;
  }
  .academicLearn .journey-text {
    font-size: 16px;
  }
  .testimonial_wrapper {
    padding: 40px 24px 80px 24px;
    background: #fcf2df;
  }
  .testimonial_wrapper .container {
    padding: 0px;
  }
  .testimonial_wrapper .container .pagetitle {
    padding: 0px;
  }
  .countrieslisting {
    padding: 40px 24px;
  }
  .countrieslisting .country-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
  }
  .future-onlinestarts {
    padding: 40px 24px;
  }
  .future-onlinestarts .globle-icon {
    right: 30px;
    top: -75px;
    width: 65px;
  }
  .future-onlinestarts .subtitle {
    padding: 0px 30px;
  }
  .future-onlinestarts .steps {
    display: grid;
  }
  .future-onlinestarts .steps .card {
    max-width: 500px;
    padding: 25px 25px;
  }
  .future-onlinestarts .steps .card h4 br {
    display: none;
  }
  .faqBoxlisting {
    background: #2C3D69;
    padding: 40px 24px;
  }
  .faqBoxlisting .whyChoose {
    display: grid;
    gap: 30px;
    justify-content: center;
  }
  .faqBoxlisting .whyChoose .left-section .accordion-item .accordion-header {
    font-size: 18px;
  }
  .faqBoxlisting .whyChoose .left-section h3 {
    font-size: 25px;
    text-align: center;
  }
  .faqBoxlisting .whyChoose .left-section p {
    text-align: center;
    font-size: 14px;
  }
  .pagetitle {
    font-size: 25px;
  }
  .global_homecoming {
    padding: 40px 24px;
  }
  .global_homecoming .global_homecoming-boxes {
    gap: 30px;
  }
  .global_homecoming .global_homecoming-boxes .info-box {
    min-width: 220px;
  }
  .global_homecoming .global_homecoming-boxes .info-box h3 {
    font-size: 35px;
    line-height: 30px;
  }
  .global_homecoming .global_homecoming-boxes .info-box p {
    font-size: 16px;
  }
  .enrollWrapper {
    background-image: none;
    background-color: #ffdd98;
    padding: 40px 24px;
  }
  .enrollWrapper .section_title {
    text-align: center;
    color: #2C3D69;
    font-size: 25px;
    margin-bottom: 20px;
  }
  .enrollWrapper .enrollmain {
    display: flex;
    gap: 20px;
  }
  .enrollWrapper .enrollmain .enrolleft h3 {
    line-height: 26px;
    font-size: 19px;
  }
  .enrollWrapper .enrollmain .enrolleft h3 br {
    display: none;
  }
  .enrollWrapper .enrollmain .enrolleft p {
    font-size: 14px;
  }
  .enrollWrapper .enrollmain .enrollright {
    padding: 20px;
    max-width: 340px;
  }
  .enrollWrapper .enrollmain .enrollright h3 {
    font-size: 20px;
  }
  .education_stats .edu-stats {
    padding: 40px 24px;
  }
  .education_stats .edu-stats .stat strong {
    font-size: 48px;
  }
  .education_stats .edu-stats .stat span {
    line-height: 18px;
    font-size: 14px;
  }
  .google-rating-strip h3 {
    font-size: 16px;
  }
  .heroSlider .container .edu-content .edu-left {
    max-width: 420px;
    padding-left: 30px;
  }
  .heroSlider .container .edu-content .edu-left h1 {
    font-size: 30px;
  }
  .heroSlider .container .edu-content .edu-left h1 br {
    display: none;
  }
  .heroSlider .container .edu-content .edu-left p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .heroSlider .container .edu-content .edu-left p br {
    display: none;
  }
  .heroSlider .container .edu-content .edu-left .cta-btn {
    padding: 15px 16px;
  }
  .heroSlider .container .edu-content .edu-left .affiliations {
    margin-top: 20px;
  }
  .heroSlider .container .edu-content .edu-left .affiliations img {
    max-width: 35px;
    height: 35px;
  }
  .footer {
    background: #000;
    padding: 40px 24px;
  }
  .footer .footer-container {
    display: grid;
  }
  .footer .footer-container .footer-left {
    max-width: 340px;
    margin: auto;
    text-align: center;
  }
  .footer .footer-container .footer-left .tagline {
    text-align: center;
  }
  .footer .footer-container .footer-left .social-icons ul {
    justify-content: center;
  }
  .footer .footer-container .footer-links {
    gap: 40px;
    justify-content: center;
  }
  header .navbar {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1051px) and (max-width: 1250px) {
  .topOnlineSchool, .right_curriculum {
    padding: 80px 30px;
  }
  .registrationForm .form-control {
    font-size: 14px;
    height: 36px;
    margin-bottom: 10px;
  }
  .registrationForm .phone-group {
    height: 30px;
  }
}
@media screen and (min-width: 1051px) and (max-width: 1360px) {
  .memebershipWrapper {
    padding: 50px 24px;
  }
  .companyStats {
    padding: 50px 24px;
  }
  .accrediationWhyLearn {
    background-size: cover;
  }
  .nurseryWrapper {
    padding: 60px 30px;
  }
  .nurseryWrapper .tab-scroll-wrapper .tab-buttons .tab {
    padding: 15px 40px;
  }
  .global_homecoming {
    padding: 60px 30px;
  }
  .blog-section {
    padding: 120px 40px;
  }
  .modern_learning {
    padding: 80px 40px;
  }
  .grow_leading {
    padding: 120px 40px;
  }
  .academicLearn {
    padding: 100px 40px;
  }
  .awards-section {
    padding: 80px 40px;
  }
  .countrieslisting {
    padding: 80px 40px;
  }
  .future-onlinestarts {
    padding: 80px 30px;
  }
  .faqBoxlisting {
    padding: 150px 30px;
  }
  .footer {
    padding: 100px 20px 70px 20px;
  }
  .footer .footer-container .footer-links {
    flex: 3 1 530px;
  }
  .enrollWrapper {
    padding: 150px 30px;
    background-size: cover;
  }
  .education_stats .edu-stats {
    padding: 25px;
  }
  header .navbar {
    padding: 10px 20px;
  }
  .heroSlider .container .edu-content {
    max-width: 500px;
    margin-left: 18px;
  }
  .heroSlider .container .edu-content .edu-left h1 {
    font-size: 35px;
  }
  .heroSlider .container .edu-content .edu-left h1 br {
    display: none;
  }
  .heroSlider .container .edu-content .edu-left p {
    font-size: 18px;
  }
}/*# sourceMappingURL=responsive.css.map */