@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
}
nav .phone {
  font-family: "Poppins", sans-serif;
  color: #6666FF;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 300% */
  letter-spacing: -0.32px;
}
nav .phone img {
  max-width: 25px;
}
nav .phone a {
  text-decoration: none;
  color: #6666FF;
}
nav .search {
  color: #09B451;
  font-size: 18px;
  cursor: pointer;
  max-height: 25px;
}
nav .search img {
  max-width: 25px;
}
nav .login {
  color: #F4B70C;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.menu-toggle {
  font-size: 24px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: none;
}

/* nav {
  position: relative;
} */
.menu {
  display: flex;
  list-style: none;
  gap: 20px;
}

.socialMenus {
  display: flex;
  gap: 10px;
}
.socialMenus img {
  max-width: 25px;
}

/* .menu li {
  position: relative;
} */
.mega-toggle {
  background: none;
  border: none;
}

.menu > li > a,
.menu > li > .mega-toggle,
.submenu-toggle {
  color: #2C3D69;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.32px;
  text-decoration: none;
  display: block;
  padding: 25px 0px;
  cursor: pointer;
}
.menu > li > a:hover,
.menu > li > .mega-toggle:hover,
.submenu-toggle:hover {
  color: #09B451;
  cursor: pointer;
}

/* Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #2C3D69;
  width: 100%;
  display: none;
  z-index: 10;
  flex-wrap: wrap;
}

.menu li:hover .mega-menu {
  display: flex;
  max-width: 120%;
  left: 40%;
  transform: translateX(-50%);
  justify-content: space-between;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 120%;
}
.menu li:hover .mega-menu .innerColswrapp {
  width: 75%;
  padding: 20px;
}
.menu li:hover .mega-menu .innerColswrapp h2 {
  text-align: left;
  font-family: "Poppins", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.menu li:hover .mega-menu .innerColswrapp .innerCols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.menu li:hover .mega-menu .rightcols {
  width: 25%;
  padding: 20px;
  background: #09B451;
  border-bottom-right-radius: 30px;
}
.menu li:hover .mega-menu .rightcols .column a:hover {
  color: #fff !important;
}

.mega-menu .column {
  flex: 1;
  padding: 0px;
}

.mega-menu h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.mega-menu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.mega-menu a:hover {
  color: #09B451;
}

/* Submenu */
.has-submenu {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #2C3D69;
  list-style: none;
  min-width: 180px;
  z-index: 999;
}
.submenu a {
  font-family: "Poppins", sans-serif;
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.submenu a:hover {
  background: #09B451;
}

/* Hover behavior (desktop) */
@media screen and (min-width: 769px) {
  .has-submenu:hover .submenu {
    display: block;
  }
  .learningSys i {
    display: none !important;
  }
  .learningSubmenu {
    display: none !important;
  }
  nav .menu .submenu li {
    position: relative;
  }
  nav .menu .submenu li:hover a {
    color: #fff;
  }
  nav .menu .submenu li:hover .learningSubmenu {
    display: block !important;
    right: 180px;
    left: inherit;
    top: 0;
  }
}
/* Mobile styles */
@media (max-width: 768px) {
  .learningSubmenu {
    padding-left: 25px !important;
  }
  .learningSys:after {
    content: "";
  }
  .menu li:hover .mega-menu {
    display: none;
  }
  .menu li:hover .show {
    display: block !important;
  }
  .menu li:hover .show .innerColswrapp .innerCols {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .menu li:hover .show .innerColswrapp h2 {
    text-align: left;
    margin: 0px !important;
  }
  .socialMenus {
    margin-right: 45px;
  }
  .menu-toggle {
    display: block;
  }
  .menu {
    flex-direction: column;
    background: #2C3D69;
    display: none;
    width: 100%;
  }
  .menu.show {
    display: flex;
    position: absolute;
    right: -14px;
    top: 70px;
    z-index: 999;
    gap: 0;
    width: 380px;
  }
  .menu > li > a,
  .menu > li > .mega-toggle,
  .submenu-toggle {
    color: #fff;
    line-height: normal;
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid #3a4c7b;
    display: block;
    width: 100%;
  }
  .menu > li > .mega-toggle:hover {
    color: #fff;
  }
  .mega-menu {
    position: static;
    background: #384976;
    display: none;
    flex-direction: column;
    padding: 10px;
    transform: inherit !important;
    margin: 0px 20px;
    max-width: 90% !important;
  }
  .mega-menu .innerColswrapp {
    width: 100%;
  }
  .mega-menu .innerColswrapp h2 {
    color: #fff;
  }
  .mega-menu .innerColswrapp {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 10px !important;
    padding: 0px !important;
  }
  .mega-menu .innerColswrapp h2 {
    text-align: left;
  }
  .mega-menu .rightcols {
    width: 100% !important;
    background: none !important;
    padding: 0px !important;
    display: grid;
    gap: 10px;
  }
  .mega-menu .rightcols br {
    display: none;
  }
  .mega-menu h3 {
    font-size: 14px;
  }
  .mega-menu ul li a {
    color: #fff;
  }
  .mega-menu.show {
    display: flex;
    max-height: 250px;
    overflow-y: scroll;
    display: grid;
  }
  .mega-menu .column h3 {
    color: #fff;
  }
  .mega-menu .column a {
    color: #ddd;
  }
  .submenu {
    position: static;
    background: #09B451;
    padding-left: 0px;
  }
  .submenu li a {
    color: #fff !important;
    padding: 10px 30px !important;
    border-bottom: 1px dotted #ccc;
  }
  .submenu li a {
    color: #ccc;
    padding: 10px 0;
  }
  .submenu.show {
    display: block;
  }
}
/* Icon visibility */
#closeIcon {
  display: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul li {
  list-style: none;
}

.text-center {
  text-align: center;
}

.register-btn {
  background: #09B451;
  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;
  text-decoration: none;
}
.register-btn:hover {
  background: #2C3D69;
  color: #fff;
}
.register-btn:hover::after {
  left: 0;
  width: 100%;
}
.register-btn::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;
}

.p-0 {
  padding: 0px !important;
}

header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
header .navbar {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 5%;
  position: relative;
}
header .navbar .navbar-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .navbar .navbar-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
  display: none;
}
header .navbar .navbar-menu #main-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .navbar .navbar-menu #main-menu li {
  position: relative;
}
header .navbar .navbar-menu #main-menu li a {
  color: rgba(64, 64, 64, 0.8);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.32px;
  text-decoration: none;
}
header .navbar .navbar-menu #main-menu li a:hover {
  color: #2C3D69;
}
header .navbar .navbar-menu #main-menu li:hover > .submenu {
  display: block;
}
header .navbar .navbar-menu #main-menu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 0px 7px #ccc;
}
header .navbar .navbar-menu #main-menu .submenu li {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .navbar .navbar-menu #main-menu .submenu li a {
  padding: 10px 15px;
  display: block;
  line-height: normal;
}
header .navbar .navbar-menu #main-menu .submenu li .has-submenu .submenu {
  display: none;
}
header .navbar .navbar-menu #main-menu .submenu li ul {
  left: 100%;
  top: 0;
  display: none;
  position: absolute;
}
header .navbar .navbar-menu #main-menu .submenu li:hover ul {
  display: block;
}
header .navbar .navbar-menu .phone {
  font-family: "Poppins", sans-serif;
  color: #6666FF;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 300% */
  letter-spacing: -0.32px;
}
header .navbar .navbar-menu .phone img {
  max-width: 25px;
}
header .navbar .navbar-menu .phone a {
  text-decoration: none;
  color: #6666FF;
}
header .navbar .search {
  color: #09B451;
  font-size: 18px;
  cursor: pointer;
  max-height: 25px;
}
header .navbar .search img {
  max-width: 25px;
}
header .navbar .login {
  color: #F4B70C;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
header .search-bar {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #f1f1f1;
  padding: 0 10px;
}
header .search-bar.active {
  max-height: 100px;
}
header .search-bar .form-control {
  display: flex;
  width: 50%;
  margin: 10px auto !important;
  padding: 10px;
  border: 1px solid #f1f1f1;
  margin: 10px 0;
  border-radius: 6px;
  height: 45px;
}
header .menu-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
}
header .searchmob {
  display: none;
}
header .menu-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
}
header .loginregisterbtn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer {
  background-image: url(../images/footerTop.png);
  background-repeat: no-repeat;
  background-position: 0px -20px;
  background-color: #000;
  padding: 150px 0px 70px 0px;
  background-size: contain;
  font-family: "Poppins", sans-serif;
  clear: both;
}
.footer .footer-container {
  width: 100%;
  max-width: 1250px;
  margin: auto;
  margin: auto;
  display: flex;
  gap: 40px;
}
.footer .footer-container .footer-left {
  flex: 1 1 220px;
}
.footer .footer-container .footer-left .footerlogo {
  background: #fff;
  width: 80px;
  margin-bottom: 15px;
  padding: 10px;
}
.footer .footer-container .footer-left .tagline {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}
.footer .footer-container .footer-left .social-icons ul {
  display: flex;
  gap: 4px;
}
.footer .footer-container .footer-links {
  flex: 3 1 700px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer-container .footer-links ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 25px; /* 178.571% */
  display: block;
  padding: 5px 0px;
}
.footer .footer-container .footer-links ul li a:hover {
  color: #d3d3d3;
}
.footer .emailmob {
  display: none;
}

.whatsapp-float {
  position: fixed;
  bottom: 55px;
  right: 20px;
  z-index: 999;
  width: 55px;
  height: 55px;
  /* background-color: #25d366; */
  border-radius: 50%;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.side-buttons {
  position: fixed;
  top: 40%;
  right: 0;
  display: flex;
  gap: 20px;
  flex-direction: column;
  z-index: 999;
}
.side-buttons .boxbuttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side-buttons .btn {
  background: #2C3D69;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 12px 10px;
  padding: 12px 10px;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
.side-buttons .btn a {
  color: #fff;
  text-decoration: none;
}
.side-buttons .apply {
  background: #09B451;
}
.side-buttons #slideForm {
  position: fixed;
  top: 98px;
  right: -150%;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: right 0.5s ease;
  z-index: 999;
}
.side-buttons #slideForm.active {
  right: 0;
}
.side-buttons #slideForm .form-headerbox {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 30px;
  flex-direction: row-reverse;
  padding-top: 15px;
}
.side-buttons #slideForm .form-headerbox h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.side-buttons #slideForm .form-headerbox .close-btn {
  cursor: pointer;
}
.side-buttons #slideForm .form-control {
  background-color: #FAFAFC;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  border-radius: 6px;
  border: 1.065px solid var(--Grey-03, #D9DCE0);
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
}
.side-buttons .primary-btn {
  background: #09B451;
  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;
  text-decoration: none;
}
.side-buttons .primary-btn:hover {
  background: #2C3D69;
  color: #fff;
}
.side-buttons .primary-btn:hover::after {
  left: 0;
  width: 100%;
}
.side-buttons .primary-btn::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;
}

.w-100 {
  width: 100%;
}

.registrationForm {
  width: 100%;
  max-width: 550px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 25px;
}
.registrationForm h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--gray1, #333);
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
}
.registrationForm .form-control {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 5.327px;
  border: 1.065px solid var(--Grey-03, #D9DCE0);
  background-color: #FAFAFC;
  border-radius: 6px;
  height: 50px;
}
.registrationForm .phone-group {
  height: 50px;
  margin-bottom: 20px;
}
.registrationForm .iti--separate-dial-code {
  width: 100%;
}
.registrationForm .primary-btn {
  background: #09B451;
  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;
  text-decoration: none;
}
.registrationForm .primary-btn:hover {
  background: #2C3D69;
  color: #fff;
}
.registrationForm .primary-btn:hover::after {
  left: 0;
  width: 100%;
}
.registrationForm .primary-btn::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;
}

/*HOMEPAGE CSS*/
.heroSlider {
  position: relative;
}
.heroSlider .container {
  max-width: 1250px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 99%;
  display: flex;
  align-items: center;
}
.heroSlider .container .edu-content .edu-left h1 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.heroSlider .container .edu-content .edu-left p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
  text-align: left;
}
.heroSlider .container .edu-content .edu-left .arrow-container {
  position: absolute;
  left: -90px;
  top: 245px;
  text-align: center;
  color: #00B140;
  font-weight: bold;
  font-size: 14px;
}
.heroSlider .container .edu-content .edu-left .arrow-container-about {
  position: absolute;
  left: -80px;
  top: 180px;
  text-align: center;
  color: #00B140;
  font-weight: bold;
  font-size: 14px;
}
.heroSlider .container .edu-content .edu-left .callinquiry_btn {
  max-width: 260px !important;
}
.heroSlider .container .edu-content .edu-left .cta-btn {
  background: #09B451;
  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;
  text-decoration: none;
  padding: 20px 25px;
  display: flex;
  gap: 10px;
  border-radius: 100px;
  max-width: 190px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.heroSlider .container .edu-content .edu-left .cta-btn:hover {
  background: #2C3D69;
  color: #fff;
}
.heroSlider .container .edu-content .edu-left .cta-btn:hover::after {
  left: 0;
  width: 100%;
}
.heroSlider .container .edu-content .edu-left .cta-btn::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;
}
.heroSlider .container .edu-content .edu-left .cta-btn img {
  width: 18px;
  height: 18px;
}
.heroSlider .container .edu-content .edu-left .affiliations {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.google-rating-strip {
  background: #f9f9f9;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.google-rating-strip h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
  font-weight: 500;
}
.google-rating-strip h3 span {
  color: #6666FF;
}

.container {
  max-width: 1250px;
  width: 100%;
  margin: auto;
}

.education_stats .edu-stats {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 25px 0;
  gap: 20px;
  text-align: center;
}
.education_stats .edu-stats .stat strong {
  color: #09B451;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.2px;
}
.education_stats .edu-stats .stat span {
  display: block;
  color: var(--text-color, #252B42);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1px;
  display: block;
}
.education_stats .edu-stats .stat .yellow {
  color: #F4B70C;
}
.education_stats .edu-stats .stat .blue {
  color: #6666FF;
}
.education_stats .edu-stats .stat .reddish {
  color: #FB766D;
}

.enrollWrapper {
  background-image: url(../images/background.png);
  padding: 150px 0px 120px 0px;
  background-size: contain;
  background-repeat: repeat-x;
}
.enrollWrapper .section_title {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}
.enrollWrapper .enrollmain {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.enrollWrapper .enrollmain .enrolleft {
  width: 100%;
  max-width: 750px;
}
.enrollWrapper .enrollmain .enrolleft h3, .enrollWrapper .enrollmain .enrolleft h2 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 20px;
}
.enrollWrapper .enrollmain .enrolleft p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #575757;
  margin-bottom: 16px;
}
.enrollWrapper .enrollmain .enrollright {
  width: 100%;
  max-width: 550px;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 25px;
}
.enrollWrapper .enrollmain .enrollright h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--gray1, #333);
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
}
.enrollWrapper .enrollmain .enrollright .form-control {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 5.327px;
  border: 1.065px solid var(--Grey-03, #D9DCE0);
  background-color: #FAFAFC;
  border-radius: 6px;
  height: 50px;
}
.enrollWrapper .enrollmain .enrollright .phone-group {
  height: 50px;
  margin-bottom: 20px;
}
.enrollWrapper .enrollmain .enrollright .iti--separate-dial-code {
  width: 100%;
}
.enrollWrapper .enrollmain .enrollright .primary-btn {
  background: #09B451;
  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;
  text-decoration: none;
}
.enrollWrapper .enrollmain .enrollright .primary-btn:hover {
  background: #2C3D69;
  color: #fff;
}
.enrollWrapper .enrollmain .enrollright .primary-btn:hover::after {
  left: 0;
  width: 100%;
}
.enrollWrapper .enrollmain .enrollright .primary-btn::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;
}

.pagetitle {
  text-transform: capitalize;
}
.pagetitle h2 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  line-height: 50px;
}

.global_homecoming {
  padding: 80px 0px;
  text-align: center;
}
.global_homecoming .global_homecoming-boxes {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.global_homecoming .global_homecoming-boxes .info-box {
  border-radius: 100px 100px 0px 0px;
  flex: 1;
  min-width: 250px;
  max-width: 290px;
  padding: 50px 20px 30px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: "Poppins", sans-serif;
}
.global_homecoming .global_homecoming-boxes .info-box h3 {
  color: #09B451;
  text-align: center;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0.2px;
}
.global_homecoming .global_homecoming-boxes .info-box p {
  color: var(--text-color, #252B42);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.1px;
}
.global_homecoming .global_homecoming-boxes .green-box {
  background: #F3FFF8;
}
.global_homecoming .global_homecoming-boxes .yellow-box {
  background: rgba(255, 217, 100, 0.1);
}
.global_homecoming .global_homecoming-boxes .yellow-box h3 {
  color: #FFC118;
}
.global_homecoming .global_homecoming-boxes .red-box {
  background: #FFF9F9;
}
.global_homecoming .global_homecoming-boxes .red-box h3 {
  color: #FB766D;
}

.whitecolor {
  color: #fff;
}

.faqBoxlisting {
  background-image: url(../images/background1.webp);
  padding: 160px 0px;
  background-size: cover;
}
.faqBoxlisting .whyChoose {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.faqBoxlisting .whyChoose h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.faqBoxlisting .whyChoose .left-section {
  width: 100%;
  max-width: 595px;
}
.faqBoxlisting .whyChoose .left-section h2 {
  font-size: 31px;
  line-height: 47px;
  margin-bottom: 20px;
}
.faqBoxlisting .whyChoose .left-section p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-bottom: 20px;
}
.faqBoxlisting .whyChoose .left-section .accordion-item {
  color: #2C3D69;
  border-radius: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.faqBoxlisting .whyChoose .left-section .accordion-item .accordion-header {
  color: #2C3D69;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #FFD964;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqBoxlisting .whyChoose .left-section .accordion-item .accordion-header.active {
  background-color: #fff;
  color: #2C3D69;
}
.faqBoxlisting .whyChoose .left-section .accordion-item .accordion-content {
  padding: 5px 20px 15px 20px;
  display: none;
  background: #fff;
  color: #2C3D69;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.faqBoxlisting .whyChoose .left-section .accordion-item .accordion-content.show {
  display: block;
}
.faqBoxlisting .whyChoose .right-section {
  max-width: 100%;
  width: 595px;
}
.faqBoxlisting .whyChoose .right-section img {
  width: 100%;
}

.pagetitle {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  margin-bottom: 20px;
}

.subtitle {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.future-onlinestarts {
  padding: 80px 0px;
  position: relative;
}
.future-onlinestarts .container {
  position: relative;
}
.future-onlinestarts .globle-icon {
  position: absolute;
  right: 0;
  top: -45px;
  width: 105px;
  margin-bottom: 20px;
}
.future-onlinestarts .pagetitle {
  text-align: center;
  margin-bottom: 10px;
}
.future-onlinestarts .subtitle {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}
.future-onlinestarts .steps {
  max-width: 1100px;
  margin: 40px auto 40px auto;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 0 15px;
}
.future-onlinestarts .steps .card {
  display: grid;
  padding: 45px 25px 45px 25px;
  gap: 0px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
}
.future-onlinestarts .steps .card h4 {
  color: #FFF;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.future-onlinestarts .steps .card p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.future-onlinestarts .steps .yellow {
  background: #FF953F;
}
.future-onlinestarts .steps .purple {
  background: #6666FF;
}
.future-onlinestarts .steps .red {
  background: #FB766D;
}
.future-onlinestarts .select-curriculum {
  background: #09B451;
  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;
  text-decoration: none;
  width: 250px;
  margin: auto;
  display: block;
  padding: 15px 25px;
}
.future-onlinestarts .select-curriculum:hover {
  background: #2C3D69;
  color: #fff;
}
.future-onlinestarts .select-curriculum:hover::after {
  left: 0;
  width: 100%;
}
.future-onlinestarts .select-curriculum::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;
}
.future-onlinestarts .startnowbtn {
  max-width: 150px;
}

.countrieslisting {
  padding: 80px 0px;
}
.countrieslisting .pagetitle {
  text-align: center;
}
.countrieslisting .subtitle {
  text-align: center;
}

.country-grid {
  max-width: 1100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px auto 0px auto;
  border: 6px solid #fcd462;
  border-radius: 20px;
  overflow: hidden;
}
.country-grid .country-item {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 18px 16px;
  background: white;
  border: 0.5px solid #ddd;
}
.country-grid .country-item .country-left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testimonial_wrapper {
  padding: 100px 0px;
  background: url(../images/bacground2.webp) no-repeat top center;
  background-size: 100% 100%;
}
.testimonial_wrapper .pagetitle {
  padding-top: 50px;
  text-align: center;
}
.testimonial_wrapper .container {
  padding: 50px 0px;
}
.testimonial_wrapper .testimonial-students .section-title {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  position: relative;
}
.testimonial_wrapper .testimonial-students .section-title .highlightstu {
  color: #09B451;
  font-weight: 700;
  position: relative;
}
.testimonial_wrapper .testimonial-students .section-title .highlightstu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  pointer-events: none;
}
.testimonial_wrapper .testimonial-students .review-logo {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider {
  position: relative;
  max-width: 880px;
  margin: auto;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper {
  overflow: hidden;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card {
  flex: 0 0 calc(50% - 20px);
  margin: 0 10px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  font-family: "Poppins", sans-serif;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card .top-row .profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card .top-row .profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card .top-row .profile .profile-info {
  font-size: 13px;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card .top-row .profile .profile-info strong {
  color: #575757;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card .top-row .profile .profile-info span {
  color: #CFB684;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card .testimonial-text {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  font-size: 14px;
  color: var(--gray1, #333);
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .testimonial-track-wrapper .testimonial-track .testimonial-card .read-more {
  text-align: left;
  margin-top: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #2C3D69;
  cursor: pointer;
  /* display: inline-block; */
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .arrow {
  margin-top: 30px;
  text-align: center;
}
.testimonial_wrapper .testimonial-students .StudentsSay .testimonial-slider .arrow button {
  border: none;
  background: none;
}
.testimonial_wrapper .testimonial-section-bg {
  padding-top: 70px;
}

.academicLearn {
  background-image: url(../images/bacground3.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  padding: 100px 0px;
}
.academicLearn .pagetitle {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.academicLearn .subtitle {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}
.academicLearn .beyond-academics .slider-container {
  position: relative;
  margin: auto;
  overflow: hidden;
  max-width: 1030px;
  margin: auto;
}
.academicLearn .beyond-academics .slider-container .dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 8px;
}
.academicLearn .beyond-academics .slider-container .dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: #999;
}
.academicLearn .beyond-academics .slider-container .dots .dot.active {
  opacity: 1;
  background: #09B451;
}
.academicLearn .beyond-academics .slider-container .track-wrapper .track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.academicLearn .beyond-academics .slider-container .track-wrapper .track .card {
  font-family: "Poppins", sans-serif;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  min-width: 180px;
  margin: 0 10px;
  text-align: center;
  flex-shrink: 0;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.4;
  gap: 20px;
  flex: 0 0 20%;
  padding: 0 10px;
  color: #fff;
}
.academicLearn .beyond-academics .slider-container .track-wrapper .track .card img {
  width: 40px;
  padding-top: 15px;
  margin-bottom: 10px;
}
.academicLearn .beyond-academics .slider-container .track-wrapper .track .card span br {
  display: none;
}
.academicLearn .beyond-academics .slider-container .track-wrapper .track .co-curricular {
  background: linear-gradient(to top, #facc15 45%, white 45%);
}
.academicLearn .beyond-academics .slider-container .track-wrapper .track .coding {
  background: linear-gradient(to top, #22c55e 45%, white 45%);
}
.academicLearn .beyond-academics .slider-container .track-wrapper .track .stem {
  background: linear-gradient(to top, #818cf8 45%, white 45%);
}
.academicLearn .beyond-academics .slider-container .track-wrapper .track .language {
  background: linear-gradient(to top, #22d3ee 45%, white 45%);
}
.academicLearn .journey-text {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin: 20px 0px;
}
.academicLearn .primary-btn {
  background: #09B451;
  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;
  text-decoration: none;
  display: block;
  text-align: center;
  max-width: 140px;
  margin: auto;
}
.academicLearn .primary-btn:hover {
  background: #2C3D69;
  color: #fff;
}
.academicLearn .primary-btn:hover::after {
  left: 0;
  width: 100%;
}
.academicLearn .primary-btn::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;
}

.awards-section {
  text-align: center;
  padding: 80px 0px;
  background: #ffffff;
  position: relative;
}
.awards-section .container {
  position: relative;
}
.awards-section .container .planet-icon {
  position: absolute;
  left: 0;
  width: 130px;
  margin-bottom: 20px;
}
.awards-section .modern-learning-awards-slider-container {
  position: relative;
  /* max-width: 1200px; */
  margin: auto;
}
.awards-section .modern-learning-awards-slider-container .modern-learning-track-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: 50px;
}
.awards-section .modern-learning-awards-slider-container .modern-learning-track-wrapper .modern-learning-track {
  display: flex;
  gap: 20px;
}
.awards-section .modern-learning-dots-container {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 20px;
}
.awards-section .modern-learning-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.awards-section .modern-learning-dot.active {
  background-color: #09B451;
}

.grow_leading {
  background-image: url(../images/awrds-bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  position: relative;
  overflow: hidden;
  padding: 120px 0px;
  text-align: center;
  color: #fff;
}
.grow_leading .container {
  position: relative;
}
.grow_leading .pagetitle {
  color: #ffffff;
}
.grow_leading .subtitle {
  color: #fff;
  margin-bottom: 40px;
}
.grow_leading .steps {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
.grow_leading .globle-icon {
  position: absolute;
  right: 0;
  top: -45px;
  width: 105px;
  margin-bottom: 20px;
}
.grow_leading .applynow {
  background: #09B451;
  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;
  text-decoration: none;
  display: block;
  margin: auto;
}
.grow_leading .applynow:hover {
  background: #2C3D69;
  color: #fff;
}
.grow_leading .applynow:hover::after {
  left: 0;
  width: 100%;
}
.grow_leading .applynow::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;
}

.collaborations-tieups {
  padding: 80px 0px;
  background-image: url(../images/bacground4.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}
.collaborations-tieups .tieupInnerwrapper {
  max-width: 920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  padding: 50px 0 0 0;
  gap: 15px;
}
.collaborations-tieups .tieupInnerwrapper h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  margin-bottom: 20px;
}
.collaborations-tieups .tieupInnerwrapper p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modern_learning {
  background-image: url(../images/bacground5.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  background-color: #fff;
  text-align: center;
  padding: 80px 0px;
}
.modern_learning .belief {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
}
.modern_learning .belief .highlight, .modern_learning .belief .forword {
  color: #6666FF;
}
.modern_learning .track-wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1030px;
}
.modern_learning .track-wrapper .track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.modern_learning .track-wrapper .track .award-card {
  flex: 0 0 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
.modern_learning .track-wrapper .track .award-card .card-inner {
  border-radius: 10px;
  padding: 0px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); */
  text-align: center;
}
.modern_learning .track-wrapper .track .award-card .card-inner .award-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.golive {
  padding: 80px 0px;
}
.golive .golive_cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.golive .golive_cards .card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  padding: 5px 20px 20px;
  text-align: left;
  flex: 1 1 400px;
  max-width: 450px;
  position: relative;
  overflow: visible;
}
.golive .golive_cards .card .card-image {
  width: 180px;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  top: -55px;
  left: 20px;
}
.golive .golive_cards .card .videolessons {
  top: -20px;
}
.golive .golive_cards .card .top-section1 {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.golive .golive_cards .card .top-section1 .card-content {
  padding-left: 190px;
}
.golive .golive_cards p {
  margin: 5px 0;
  color: #504D4E;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  text-align: left;
}
.golive .primary-btn {
  background: #09B451;
  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;
  text-decoration: none;
  margin: auto;
  display: block;
  text-align: center;
  max-width: 200px;
}
.golive .primary-btn:hover {
  background: #2C3D69;
  color: #fff;
}
.golive .primary-btn:hover::after {
  left: 0;
  width: 100%;
}
.golive .primary-btn::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;
}

.blog-section {
  font-family: "Poppins", sans-serif;
  background-image: url(../images/bacground3.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  background-color: #fff;
  /* min-height: 100vh; */
  color: #fff;
  text-align: center;
  padding: 120px 0px;
  position: relative;
  overflow: hidden;
}
.blog-section .pagetitle {
  color: #fff;
}
.blog-section .subtitle {
  color: #fff;
  margin-bottom: 40px;
}
.blog-section .blog_cards {
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.blog-section .blog_cards .card {
  background: #fff;
  color: #575757;
  /* width: 350px; */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  padding: 20px;
}
.blog-section .blog_cards .card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog_cards .card .card-text {
  padding: 5px 0px 0px 0px;
}

.faq-questions {
  max-width: 1030px;
  margin: 50px auto;
  padding: 5px 15px;
  text-align: center;
  position: relative;
}
.faq-questions .pagetitle {
  margin-bottom: 40px;
}
.faq-questions .globle-icon {
  position: absolute;
  right: 0;
  top: -45px;
  width: 105px;
  margin-bottom: 20px;
}
.faq-questions .accordion .accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
  color: #1e2d69;
  transition: all 0.3s ease;
}
.faq-questions .accordion .accordion-item .accordion-header1 {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 165.5%;
  background-color: #f9f9f9;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s;
  text-align: left;
}
.faq-questions .accordion .accordion-item .accordion-header1.active {
  background-color: #fdd96b;
  color: #575757;
}
.faq-questions .accordion .accordion-item .accordion-body {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165.5%;
  letter-spacing: 0.48px;
  padding: 15px 20px;
  background-color: #fff;
  text-align: left;
}
.faq-questions .accordion .accordion-item .hidden {
  display: none;
}

.futureAhead {
  font-family: "Poppins", sans-serif;
  background-image: url(../images/bacground5.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  background-color: #fff;
  text-align: center;
  padding: 80px 0px;
}
.futureAhead .subtitle {
  font-size: 20px;
  max-width: 900px;
  margin: 0px auto 20px auto;
}
.futureAhead .primary-btn {
  background: #09B451;
  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;
  text-decoration: none;
}
.futureAhead .primary-btn:hover {
  background: #2C3D69;
  color: #fff;
}
.futureAhead .primary-btn:hover::after {
  left: 0;
  width: 100%;
}
.futureAhead .primary-btn::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;
}

.subscribe-section {
  text-align: center;
  padding: 60px 15px;
}
.subscribe-section .subscribe-box {
  display: inline-flex;
  border-radius: 20px;
  border: 1px solid #C4C4C4;
  overflow: hidden;
}
.subscribe-section .subscribe-box input {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 5px 5px 15px;
  border: none;
  outline: none;
  min-width: 430px;
}
.subscribe-section .subscribe-box .subscribe-btn {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0px 20px 20px 0px;
  background: #FFDD98;
  border: none;
  padding: 10px 20px;
}

/*HOMEPAGE CSS*/
/*ABOUT US PAGE START*/
.abouthero {
  padding: 80px 0px;
}
.abouthero .container {
  position: relative;
  justify-content: space-around;
}

.sunbeamWorldAbout .enrollmain {
  align-items: center;
  max-width: 1110px;
  margin: auto;
}
.sunbeamWorldAbout .enrollmain .enrollright {
  background: none;
  padding: 0px;
  box-shadow: none;
}

.schoolHistorySunbeambar {
  max-width: 1050px;
  margin: auto;
  padding: 50px 0px;
}

.educational_excellence {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 50px;
}
.educational_excellence .educational_excellenceleft {
  width: 100%;
  max-width: 450px;
}
.educational_excellence .educational_excellenceright {
  width: 100%;
  text-align: left;
}
.educational_excellence .educational_excellenceright h2 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: 45px;
  margin-bottom: 20px;
}
.educational_excellence .educational_excellenceright p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.vissionWrapper {
  padding: 230px 0px;
}
.vissionWrapper h2 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  color: #fff;
  margin-bottom: 20px;
}
.vissionWrapper .visionMissionInner h6 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  font-size: 25px;
  text-align: left;
  margin-bottom: 5px;
}
.vissionWrapper .visionMissionInner ul li {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  list-style-type: disc;
}

.visionMission {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.visionMission .visionMissionInner {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 450px;
}
.visionMission .visionMissionInner h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  margin-bottom: 20px;
}
.visionMission .visionMissionInner p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

/*ABOUT US PAGE END*/
/*NURSERY PAGE CSS START*/
.nurseryHero .container {
  justify-content: space-between;
}
.nurseryHero .container .about-text {
  max-width: 630px;
}
.nurseryHero .container .registrationForm {
  max-width: 450px;
}
.nurseryHero .container .edu-content .edu-left h1 {
  margin-bottom: 20px;
}
.nurseryHero .container .edu-content .edu-left .arrow-container-about {
  left: -80px;
  top: 225px;
}

.nurseryWrapper {
  padding: 80px 0px;
  font-family: "Poppins", sans-serif;
}
.nurseryWrapper .tab-scroll-wrapper {
  overflow-x: auto;
  border-bottom: 1px solid #ddd;
}
.nurseryWrapper .tab-scroll-wrapper .tab-buttons {
  display: flex;
  gap: 10px;
  min-width: -moz-max-content;
  min-width: max-content;
  justify-content: center;
}
.nurseryWrapper .tab-scroll-wrapper .tab-buttons .tab {
  color: #2C3D69;
  background: #e4e4e4;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  flex: 0 0 auto;
  padding: 15px 60px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none;
}
.nurseryWrapper .tab-scroll-wrapper .tab-buttons .tab.active {
  background: #2C3D69;
  color: #fff;
}
.nurseryWrapper .tab-scroll-wrapper .tab-buttons .tab:hover {
  background: #2C3D69;
  color: #fff;
}
.nurseryWrapper .tab-content {
  display: none;
}
.nurseryWrapper .tab-content.active {
  display: block;
}
.nurseryWrapper .nursery_tab-content {
  display: flex;
  gap: 50px;
  align-items: center;
  padding: 30px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.nurseryWrapper .nursery_tab-content .nursery_tab-contentleft {
  width: 100%;
  max-width: 790px;
}
.nurseryWrapper .nursery_tab-content .nursery_tab-contentleft h2 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  margin-bottom: 25px;
}
.nurseryWrapper .nursery_tab-content .nursery_tab-contentleft p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.nurseryWrapper .nursery_tab-content .nursery_tab-contentleft p:last-child {
  margin-bottom: 0px;
}
.nurseryWrapper .nursery_tab-content .nursery_tab-contentleft ul li {
  list-style-type: disc;
}
.nurseryWrapper .nursery_tab-content .nursery_tab-contentleft ul li a {
  display: block;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #2C3D69;
}

.online-classesnursery .whyChoose {
  justify-content: center;
}
.online-classesnursery .whyChoose .left-section {
  max-width: inherit;
}
.online-classesnursery .whyChoose .left-section h3 {
  text-align: center;
  line-height: normal;
}
.online-classesnursery .whyChoose .left-section p {
  text-align: center;
  margin-bottom: 30px;
}
.online-classesnursery .whyChoose .left-section .accordion-item p {
  color: #2C3D69;
  font-size: 14px;
  text-align: left;
  margin-bottom: 10px;
}
.online-classesnursery .whyChoose .left-section .tabcontentbox {
  margin: 10px 0px;
}
.online-classesnursery .whyChoose .left-section .tabcontentbox li {
  padding-bottom: 5px;
  list-style: inside;
}

.nursery-testimonials {
  padding: 100px 0px 160px 0px;
}
.nursery-testimonials .pagetitle {
  padding: 0px;
}

.academicLearn .beyond-academics .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 8px;
}
.academicLearn .beyond-academics .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: #999;
}
.academicLearn .beyond-academics .owl-dots .active {
  background: #09B451;
}

.onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox img {
  width: 100%;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}
.onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox {
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
}
.onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 22px;
  line-height: normal;
}
.onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.onlinelearning .owl-dots {
  display: flex;
  gap: 7px;
  justify-content: center;
  margin: 15px 0px;
}
.onlinelearning .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.onlinelearning .owl-dots .active {
  background-color: #09B451;
}

/*NURSERY PAGE CSS END*/
/*APPLICATION CSS START*/
.companyStats {
  padding: 50px 0px;
}
.companyStats .iao {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gradeBoxes {
  display: flex;
  gap: 40px;
}
.gradeBoxes .gradeBoxesInner {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
.gradeBoxes .gradeBoxesInner .grade-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.gradeBoxes .gradeBoxesInner .grade-table thead {
  background-color: #2c3e70;
  color: white;
}
.gradeBoxes .gradeBoxesInner .grade-table thead th {
  padding: 15px;
  font-size: 20px;
  text-align: left;
}
.gradeBoxes .gradeBoxesInner .grade-table td {
  padding: 18px 15px;
  font-size: 16px;
  color: #333;
}
.gradeBoxes .gradeBoxesInner .grade-table tr:nth-child(even) {
  background-color: #f4f4f4;
}

.app-contendesc {
  margin: 30px auto;
  max-width: 80%;
}
.app-contendesc p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 20px;
}
.app-contendesc .register-btn {
  display: block;
  max-width: 250px;
  text-align: center;
  margin: auto;
}

/*APPLICATION CSS END*/
/*Accrediation PAGE CSS START*/
.accedretion_infobar {
  margin: 60px 0px;
}
.accedretion_infobar h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.accedretion_infobar p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.accrediation-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.accrediation-wrapper .accrediationLeftbar {
  max-width: -moz-fit-content;
  max-width: fit-content;
  flex: 1;
  min-width: auto;
}
.accrediation-wrapper .accrediationLeftbar h3, .accrediation-wrapper .accrediationLeftbar h2, .accrediation-wrapper .accrediationLeftbar h1 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
}
.accrediation-wrapper .accrediationLeftbar span {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  display: block;
  color: #2C3D69;
  font-weight: 500;
}
.accrediation-wrapper .accrediationLeftbar p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.newLanguageWrapper {
  padding: 50px 0px;
}
.newLanguageWrapper .newLanguageContent {
  display: flex;
  align-items: center;
  gap: 40px;
}
.newLanguageWrapper .newLanguageContent .newLanguageContentleftbar {
  width: 100%;
  text-align: center;
}
.newLanguageWrapper .newLanguageContent .newLanguageContentleftbar img {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  padding: 15px;
}
.newLanguageWrapper .newLanguageContent .lmscontenrightbar {
  max-height: 500px;
  overflow-y: scroll;
}
.newLanguageWrapper .newLanguageContent .lmscontenrightbar h6 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
}
.newLanguageWrapper .newLanguageContent .newLanguageContentrightbar {
  width: 100%;
}
.newLanguageWrapper .newLanguageContent .newLanguageContentrightbar h3, .newLanguageWrapper .newLanguageContent .newLanguageContentrightbar h2, .newLanguageWrapper .newLanguageContent .newLanguageContentrightbar h1 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  margin-bottom: 20px;
}
.newLanguageWrapper .newLanguageContent .newLanguageContentrightbar p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.accrediationWhyLearn {
  background-size: contain;
}
.accrediationWhyLearn .accrediation_whyNewlanguage {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
}
.accrediationWhyLearn .accrediation_whyNewlanguage .accrediation_whyNewlanguageleft {
  width: 100%;
}
.accrediationWhyLearn .accrediation_whyNewlanguage .accrediation_whyNewlanguageright {
  width: 100%;
}
.accrediationWhyLearn .accrediation_whyNewlanguage h3, .accrediationWhyLearn .accrediation_whyNewlanguage h2, .accrediationWhyLearn .accrediation_whyNewlanguage h1 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px;
}
.accrediationWhyLearn .accrediation_whyNewlanguage p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-bottom: 15px;
}

.memebershipWrapper {
  padding: 50px 0px;
}
.memebershipWrapper .membershipCardimg {
  text-align: center;
}
.memebershipWrapper .sunbeam_intro {
  text-align: center;
}
.memebershipWrapper .sunbeam_intro h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  margin-bottom: 20px;
}
.memebershipWrapper .sunbeam_intro p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*Accrediation PAGE CSS END*/
/*FOREIGN LANGUAGA START*/
.whySignupWrapper {
  background-size: contain;
}
.whySignupWrapper .whySignupBox {
  display: flex;
  align-items: center;
}
.whySignupWrapper .whySignupBox .whySignupBoxLeft {
  width: 100%;
  text-align: center;
}
.whySignupWrapper .whySignupBox .whySignupBoxright {
  width: 100%;
}
.whySignupWrapper .whySignupBox .whySignupBoxright h2 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  color: #fff;
  margin-bottom: 15px;
}
.whySignupWrapper .whySignupBox .whySignupBoxright p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-bottom: 15px;
}

.studentBenefits {
  padding: 50px 0px;
}
.studentBenefits .studentBenefitsToptitles h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  margin-bottom: 20px;
}
.studentBenefits .studentBenefitsToptitles p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.studentBenefits .benefits_accordian .accordion-item {
  background: #F8FAFF;
  color: #1e2d69;
  border-radius: 20px;
  margin-bottom: 15px;
  border-radius: 20px;
  padding: 15px;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
.studentBenefits .benefits_accordian .accordion-item .accordion-content {
  display: none;
  font-size: 16px;
  padding-top: 15px;
}
.studentBenefits .benefits_accordian .accordion-item .accordion-content.show {
  display: block;
}
.studentBenefits .benefits_accordian .accordion-item .accordion-header {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}
.studentBenefits .benefits_accordian .lightyellow {
  background: #FFF9E5;
}
.studentBenefits .benefits_accordian .lightgreen {
  background: #EFFFF6;
}
.studentBenefits .benefits_accordian .lightpurple {
  background: #FAF7FF;
}
.studentBenefits .benefits_accordian .lightblue {
  background: #F3F9FF;
}
.studentBenefits .benefits_accordian .lightred {
  background: #FFF0EF;
}

.courseDuration {
  background: url(../images/course-durationbg.png) repeat-x top center;
  background-size: cover;
  padding: 140px 0px 70px 0px;
}
.courseDuration .onlinelearning .onlinelearningInnerbox {
  text-align: center;
}
.courseDuration .onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.courseDuration .onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.courseDuration .onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox h3 {
  margin-bottom: 15px;
}
.courseDuration .onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox p {
  margin-bottom: 5px;
}
.courseDuration .onlinelearning .onlinelearningInnerbox .onlinelearningInnerimagebox .onlinelearningInnercontenbox .register-btn {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 60px;
}

.mb-2 {
  margin-bottom: 15px;
}

.mb-0 {
  margin-bottom: 0px;
}

.aboutSunbeamPartner .enrollmain {
  max-width: inherit;
}

/*FOREIGN LANGUAGA END*/
/*BOOK A FREE DEMO*/
.bookFreeDemo {
  padding: 80px 0px;
}
.bookFreeDemo .bookForm {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.bookFreeDemo .bookForm h2 {
  margin-bottom: 0px;
}
.bookFreeDemo .bookForm .form {
  margin: 20px 0px 0px 0px;
}
.bookFreeDemo .bookForm .form .input-group {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.bookFreeDemo .bookForm .form .input-group .form-box {
  width: 100%;
  position: relative;
}
.bookFreeDemo .bookForm .form .input-group .form-box .iti--allow-dropdown {
  font-family: "Poppins", sans-serif;
  width: 100%;
}
.bookFreeDemo .bookForm .form .input-group .form-box .form-control {
  font-family: "Poppins", sans-serif;
  width: 100%;
  padding: 12px 40px 12px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-size: 10px 6px;
  box-sizing: border-box;
  height: 50px;
}
.bookFreeDemo .bookForm .form .input-group .form-box select {
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
}
.bookFreeDemo .bookForm .form .input-group .form-box .send-otp {
  background: #09b451;
  color: #fff;
  border: none;
  position: absolute;
  right: 6px;
  top: 7px;
  padding: 10px;
  border-radius: 5px;
}
.bookFreeDemo .bookForm .form .register-btn {
  margin-top: 15px;
}
.bookFreeDemo .bookForm .terms {
  margin-top: 15px;
  font-family: "Poppins", sans-serif;
}
.bookFreeDemo .bookForm .terms a {
  font-weight: 500;
  color: #2C3D69;
}
.bookFreeDemo .bookForm .badge {
  position: absolute;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 14px;
  top: -20px;
  left: -20px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  gap: 20px;
}
.bookFreeDemo .bookForm .badge h3 {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #F4B70C;
}
.bookFreeDemo .bookForm .badge h3 span {
  display: block;
  color: #2C3D69;
}
.bookFreeDemo .bookForm .freeDemoImg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 80px;
  height: auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.knowPerks {
  background-image: url(../images/background1.webp);
  padding: 160px 0px;
  background-size: contain;
  position: relative;
}
.knowPerks .cloud_boxperk {
  position: absolute;
  right: 90px;
  top: 125px;
  width: 105px;
}
.knowPerks .cloud_boxperkbtm {
  position: absolute;
  left: 130px;
  bottom: 75px;
  width: 85px;
  margin-bottom: 20px;
}
.knowPerks h3 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
.knowPerks h3 span {
  color: #F4B70C;
}
.knowPerks .perksFeatures {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 30px;
  text-align: center;
  color: #fff;
  max-width: 1000px;
  margin: auto;
}
.knowPerks .perksFeatures .featureBox {
  width: 100%;
  max-width: 250px;
}
.knowPerks .perksFeatures .featureBox h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  margin-top: 10px;
}
.knowPerks .perksFeatures h3 {
  margin-bottom: 60px;
}
.knowPerks .mb-5 {
  margin-bottom: 35px;
}

/*BOOK A FREE DEMO*/
/*INDIVIDUAL COUNTRY*/
.why_chooseparents {
  margin-top: 100px;
  align-items: center;
  display: flex;
}
.why_chooseparents .why_chooseparentsleft {
  width: 100%;
  text-align: center;
}
.why_chooseparents .why_chooseparentsright {
  max-height: 400px;
  overflow-y: scroll;
  width: 100%;
}
.why_chooseparents .why_chooseparentsright .pagetitle {
  text-align: left;
}
.why_chooseparents .why_chooseparentsright p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.why_chooseparents .why_chooseparentsright h6 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 20px;
}

.topOnlineSchool {
  background-image: url("../images/background1.webp");
  background-size: contain;
  padding: 180px 0px;
}
.topOnlineSchool .why_chooseparents {
  margin: 0px;
}
.topOnlineSchool .why_chooseparents .why_chooseparentsright .pagetitle {
  color: #fff;
}
.topOnlineSchool .why_chooseparents .why_chooseparentsright p {
  color: #fff;
}
.topOnlineSchool .why_chooseparents .why_chooseparentsright h6 {
  color: #fff;
}

.right_curriculum {
  padding: 80px 0px;
}
.right_curriculum .why_chooseparents {
  margin: 0px;
}

.schooling-expats {
  padding: 80px 0px;
}
.schooling-expats .pagetitle {
  text-align: center;
}
.schooling-expats .subtitle {
  text-align: center;
}
.schooling-expats .country-grid {
  max-width: 1030px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: auto;
  border: 6px solid #fcd462;
  border-radius: 20px;
  overflow: hidden;
}
.schooling-expats .country-grid .country-item {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 18px 16px;
  background: white;
  border: 0.5px solid #ddd;
}
.schooling-expats .country-grid .country-item .country-lefttitle {
  display: block;
  align-items: center;
  width: 100%;
  color: #2C3D69;
  font-weight: 600;
}

/*INDIVIDUAL COUNTRY*/
/*MEDIA EVENT*/
.mediaEvent {
  text-align: center;
  padding-top: 30px;
}
.mediaEvent h2 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 15px;
}

.mediaEventwrapper {
  padding: 160px 0px;
  background: url(../images/background.webp) repeat top center;
  background-size: contain;
}
.mediaEventwrapper h2 {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 10px;
}
.mediaEventwrapper .mediaGrid {
  display: grid;
  gap: 15px;
}
.mediaEventwrapper .mediaGrid .rowgallary {
  display: flex;
  justify-content: center;
  gap: 15px;
}

/*MEDIA EVENT*/
/*SPECIAL EDUCATION CSS*/
.special-education_Curriclum {
  padding: 80px 0px;
}
.special-education_Curriclum .special-education_Curriclumbox {
  border: 10px solid #FFD964;
  max-width: 1000px;
  margin: auto;
  border-radius: 30px;
  padding: 50px;
  font-family: "Poppins", sans-serif;
  display: grid;
  gap: 50px;
}
.special-education_Curriclum .special-education_Curriclumbox .special-education_CurriclumInnerbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.special-education_Curriclum .special-education_Curriclumbox .special-education_CurriclumInnerbox .special-education_CurriclumDesc {
  max-width: 600px;
}
.special-education_Curriclum .special-education_Curriclumbox .special-education_CurriclumInnerbox .special-education_CurriclumDesc h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
}
.special-education_Curriclum .special-education_Curriclumbox .special-education_CurriclumInnerbox .special-education_CurriclumDesc p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/*SPECIAL EDUCATION CSS*/
/*LEARNING KIT*/
.schoolTimingWrapper .gradeBoxesInner {
  max-width: 950px;
  margin: auto;
}
.schoolTimingWrapper .gradeBoxesInner .grade-table thead th {
  width: 33.33%;
}
.schoolTimingWrapper .gradeBoxesInner .grade-table td {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.histroyWrapper {
  padding: 80px 0px;
}

.guidesCountry {
  background: url(../images/guide_countrybg.png) repeat-x top center;
  background-size: contain;
  padding: 150px 0px 160px 0px;
}

/*LEARNING KIT*/
/*CURRICULUM PAGE CSS START*/
.curriculumCards_wrapper {
  padding: 80px 0px;
}
.curriculumCards_wrapper .curriculumCards_boxes {
  display: flex;
  gap: 25px;
  font-family: "Poppins", sans-serif;
}
.curriculumCards_wrapper .curriculumCards_boxes .curriculumCards_Cards {
  width: 100%;
  display: block;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
}
.curriculumCards_wrapper .curriculumCards_boxes .curriculumCards_Cards h2 {
  margin: 30px 0px 25px 0px;
  min-height: 73px;
}
.curriculumCards_wrapper .curriculumCards_boxes .curriculumCards_Cards span {
  display: block;
  font-weight: 600;
  font-size: 18px;
}
.curriculumCards_wrapper .curriculumCards_boxes .orangebg {
  background: #FF953F;
}
.curriculumCards_wrapper .curriculumCards_boxes .bluebg {
  background: #6666FF;
}
.curriculumCards_wrapper .curriculumCards_boxes .reddishbg {
  background-color: #FB766D;
}
.curriculumCards_wrapper .curriculumCards_boxes .purplebg {
  background-color: #B866FF;
}
.curriculumCards_wrapper .curriculumCards_boxes .primaryschoolbtn {
  font-family: "Poppins", sans-serif;
  background: #fff;
  color: #2C3D69;
  display: block;
  text-decoration: none;
  padding: 10px;
  border-radius: 100px;
  font-weight: 600;
  margin-top: 20px;
}
.curriculumCards_wrapper .curriculumCards_boxes .primaryschoolbtn:hover {
  background: #2C3D69;
  color: #fff;
}

/*CURRICULUM PAGE CSS END*/
/*NEW PRE PRIMARY CSS*/
.preSchoolwrapper {
  padding: 150px 0px;
  background: url(../images/preSchoolbg.png) no-repeat top center;
  background-size: 100% 100%;
}
.preSchoolwrapper .pagetitle {
  color: #fff;
  margin-bottom: 36px;
}
.preSchoolwrapper .preschoolMainBox {
  display: flex;
  gap: 25px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  max-width: 1050px;
  margin: auto;
  justify-content: center;
}
.preSchoolwrapper .preschoolMainBox .preschoolInnerBox {
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 20px;
  max-width: 316px;
  background: #fff;
}
.preSchoolwrapper .preschoolMainBox .preschoolInnerBox .preschoolInnerCard {
  background: #fff;
  padding: 10px 20px 20px 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: grid;
}
.preSchoolwrapper .preschoolMainBox .preschoolInnerBox .preschoolInnerCard h3 {
  color: #2C3D69;
  margin-bottom: 12px;
}
.preSchoolwrapper .preschoolMainBox .preschoolInnerBox .preschoolInnerCard p {
  margin-bottom: 20px;
}
.preSchoolwrapper .preschoolMainBox .preschoolInnerBox .preschoolInnerCard span {
  display: block;
  line-height: 30px;
}
.preSchoolwrapper .preschoolMainBox .preschoolInnerBox .preschoolInnerCard .register-btn {
  max-width: 150px;
  margin: 15px auto 0px auto;
}

.nurseryPrePrimary .nursery_tab-content {
  border: none;
  padding: 0px;
}

.newLanguageWrapper {
  padding: 150px 0px;
  background: url(../images/newlanguagebg.png) no-repeat top center;
  background-size: 100% 100%;
}
.newLanguageWrapper .newLanguagecontainer {
  display: flex;
  align-items: center;
  gap: 40px;
}
.newLanguageWrapper .newLanguagecontainer .newLanguagecontainerLeft {
  width: 100%;
  max-width: 400px;
}
.newLanguageWrapper .newLanguagecontainer .newLanguagecontainerRight {
  font-family: "Poppins", sans-serif;
  color: #575757;
}
.newLanguageWrapper .newLanguagecontainer .newLanguagecontainerRight p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}
.newLanguageWrapper .newLanguagecontainer .newLanguagecontainerRight ul li {
  margin-bottom: 7px;
  color: #575757;
  font-weight: 500;
  list-style: outside;
  list-style-position: inside;
}

.commonListing {
  list-style: none;
  margin-bottom: 30px;
}
.commonListing li {
  background: url(../images/checkIcon.svg) no-repeat left center;
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  list-style: none !important;
  padding-left: 30px;
  line-height: 30px;
}

.plans_activityWrapper {
  background: url(../images/mapbg.png) repeat-x top center #2C3D69;
  padding: 180px 0px;
  background-size: contain;
}
.plans_activityWrapper .container {
  max-width: 1020px;
}
.plans_activityWrapper .container .pagetitle {
  color: #fff;
  font-size: 34px;
}
.plans_activityWrapper .container .subtitle {
  color: #fff;
}
.plans_activityWrapper .container .activityMap {
  margin-top: 100px;
  position: relative;
}
.plans_activityWrapper .container .activityMap .sunbeamMapbox {
  text-align: center;
}
.plans_activityWrapper .container .activityMap .activityMapLeftbar {
  text-align: right;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent01 {
  position: absolute;
  top: 120px;
  max-width: 355px;
}
.plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent02 {
  position: absolute;
  top: 290px;
  max-width: 355px;
}
.plans_activityWrapper .container .activityMap .activityMapLeftbar .activityMapinnercontent03 {
  position: absolute;
  top: 480px;
  max-width: 355px;
}
.plans_activityWrapper .container .activityMap .activityMapRightbar {
  text-align: left;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent04 {
  position: absolute;
  max-width: 340px;
  right: 0;
  top: 30px;
}
.plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent05 {
  position: absolute;
  max-width: 340px;
  right: 0;
  top: 200px;
}
.plans_activityWrapper .container .activityMap .activityMapRightbar .activityMapinnercontent06 {
  position: absolute;
  max-width: 340px;
  right: 0;
  top: 390px;
}

.weeklyLearning_wrapper {
  padding: 80px 0px;
}
.weeklyLearning_wrapper .weeklyLearning {
  max-width: 1026px;
  margin: 55px auto 0px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard {
  display: block;
  text-align: center;
  border: 1px solid #979797;
  border-radius: 20px;
  overflow: hidden;
  max-height: 232px;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard img {
  margin: 30px 0px;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard h4 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 30px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard .green {
  background: #09B451;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard .yellow {
  background: #E2AE09;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard .blue {
  background: #6666FF;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard .skyblue {
  background: #09BBED;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard .orange {
  background: #FF953F;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard .reddish {
  background: #FB766D;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard .lightgreen {
  background: #33D49C;
}
.weeklyLearning_wrapper .weeklyLearning .weeklyLearningCard .purple {
  background: #B866FF;
}

/*NEW PRE PRIMARY CSS*/
/*BLOG CSS START*/
.topBlog {
  padding: 40px 0px;
}
.topBlog .container {
  max-width: 1030px;
}
.topBlog .topBlogwrapper h2 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 38.5px; /* 96.25% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.topBlog .topBlogwrapper .blogImgbox {
  position: relative;
}
.topBlog .topBlogwrapper .blogImgbox .blog_cat {
  background: #2C3D69;
  position: absolute;
  right: 0;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  padding: 10px 15px;
  border-bottom-left-radius: 18px;
  border-top-right-radius: 18px;
}
.topBlog .topBlogwrapper .blogImgboxbtm h4 a {
  color: #2C3D69;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  text-decoration: none;
}
.topBlog .topBlogwrapper .blogImgboxbtm .tagblog {
  display: block;
  color: #46557C;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 12px 0px;
}

.blogslisting {
  display: flex;
  justify-content: space-between;
  max-width: 1028px;
  margin: auto;
}
.blogslisting .card {
  display: block;
  background: #fff;
  padding: 22px;
  border-radius: 20px;
  max-width: 300px;
  text-align: left;
}
.blogslisting .card .card-text .taglink {
  display: block;
  color: #46557C;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
}
.blogslisting .card .card-text h3 {
  margin: 5px 0px 10px 0px;
  line-height: normal;
}
.blogslisting .card .card-text h3 a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: -0.72px;
  display: block;
}

.blogslistingbtmWrapper {
  padding: 60px 0px;
}
.blogslistingbtmWrapper .blogslisting .card {
  padding: 0px;
  font-family: "Poppins", sans-serif;
  max-width: 330px;
}
.blogslistingbtmWrapper .blogslisting .card img {
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.blogslistingbtmWrapper .blogslisting .card .card-text {
  padding: 20px;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: grid;
  gap: 10px;
}
.blogslistingbtmWrapper .blogslisting .card .card-text h3 {
  margin: 0px;
}
.blogslistingbtmWrapper .blogslisting .card .card-text h3 a {
  display: block;
}
.blogslistingbtmWrapper .blogslisting .card .card-text p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}
.blogslistingbtmWrapper .blogslisting .card .card-text .register-btn {
  max-width: 140px;
  text-align: center;
}
.blogslistingbtmWrapper .blogslisting .card .card-text .date {
  margin-top: 0px;
  color: #97989F;
  display: block;
}

.recent_postswrapper .recent_posts {
  max-width: 1030px;
  margin: auto;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.recent_postswrapper .recent_posts .recent_postsleftbar {
  width: 100%;
}
.recent_postswrapper .recent_posts .recent_postsleftbar .recent_postsinnerbar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.recent_postswrapper .recent_posts .recent_postsleftbar .recent_postsinnerbar .recent_postsCards {
  margin-bottom: 15px;
}
.recent_postswrapper .recent_posts .recent_postsleftbar .recent_postsinnerbar .recent_postsCards h3 a {
  color: #2C3D69;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 156.25% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
.recent_postswrapper .recent_posts .recent_postsleftbar .recent_postsinnerbar .recent_postsCards .date {
  font-family: "Poppins", sans-serif;
  color: #97989F;
}
.recent_postswrapper .recent_posts .recent_postsrightbar {
  width: 100%;
  max-width: 330px;
  padding: 24px;
  border: 1px solid #DEDEDE;
  border-radius: 18px;
}
.recent_postswrapper .recent_posts .recent_postsrightbar h3 {
  color: #2C3D69;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.5px; /* 160.417% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.recent_postswrapper .recent_posts .recent_postsrightbar ul li a {
  display: block;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  letter-spacing: 0.2px;
  text-decoration: none;
}

.educationDirector {
  max-width: 1030px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.educationDirector .educationDirectorright h4 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  font-size: 30px;
  margin-bottom: 20px;
}
.educationDirector .educationDirectorright ul {
  font-family: "Poppins", sans-serif;
}
.educationDirector .educationDirectorright ul li {
  list-style-type: disc;
  color: #575757;
  line-height: 30px;
  font-weight: 500;
}

.mentorExp {
  max-width: 1030px;
  margin: 20px auto 20px auto;
}

.mentorListingWrapper {
  padding: 80px 0px;
}
.mentorListingWrapper .yellowborder {
  border: 10px solid #FFDD98 !important;
}
.mentorListingWrapper .mentorLists {
  border: 10px solid #2C3D69;
  border-radius: 30px;
  padding: 40px;
  max-width: 1030px;
  margin: 0px auto 50px auto;
}
.mentorListingWrapper .mentorLists h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  line-height: normal;
  text-align: center;
  margin-bottom: 15px;
}
.mentorListingWrapper .mentorLists .mentorqualitifcations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.mentorListingWrapper .mentorLists .mentorqualitifcations .mentorqualitifcationsleft h4 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 25px;
  line-height: normal;
}
.mentorListingWrapper .mentorLists .mentorqualitifcations .mentorqualitifcationsleft h6 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 150% */
  margin-bottom: 10px;
}
.mentorListingWrapper .mentorLists p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

/*BLOG CSS END*/
/*PRESS RELEASE PAGE CSS START*/
.breadcrumb-wrapper {
  padding: 32px 0;
}
.breadcrumb-wrapper a,
.breadcrumb-wrapper span {
  color: #2C3D69;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.breadcrumb-wrapper .active {
  color: #F4B70C;
}

.latest-presrelease-wrapper {
  background: url(../images/background1.webp) repeat-x top center;
  background-size: 100% 100%;
  padding: 192px 0px;
}
.latest-presrelease-wrapper h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.latest-presrelease-wrapper p {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.latest-presrelease-wrapper .pressrelease-logos {
  padding: 39px 52px;
  background: white;
  border-radius: 18px;
}
.latest-presrelease-wrapper .pressrelease-logos ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: center;
}

.more-news-wrapper {
  padding: 80px 0px;
}
.more-news-wrapper h3 {
  font-family: "Poppins", sans-serif;
  color: #2C3D69;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #2C3D69;
  text-align: center;
  margin-bottom: 40px;
}
.more-news-wrapper .img-wrapper {
  text-align: center;
  max-width: 1030px;
  margin: 0px auto 40px auto;
}
.more-news-wrapper .img-wrapper .img-fluid {
  width: 100%;
}
.more-news-wrapper h6 {
  color: #0C0712;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 150% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.more-news-wrapper .date-text {
  color: #97989F;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-align: center;
  margin-bottom: 25px;
}
.more-news-wrapper .more-news-owl {
  max-width: 900px;
  margin: auto;
  position: relative;
}
.more-news-wrapper .more-news-owl .owl-prev {
  width: 29.716px !important;
  height: 30.259px !important;
  background: url(../images/pre-aroow.svg) no-repeat center center !important;
  background-size: contain !important;
  top: 50%;
  margin-left: -50px;
  transform: translateY(-50%);
  position: absolute;
}
.more-news-wrapper .more-news-owl .owl-prev span {
  font-size: 0;
}
.more-news-wrapper .more-news-owl .owl-next {
  width: 29.716px !important;
  height: 30.259px !important;
  background: url(../images/next-aroow.svg) no-repeat center center !important;
  background-size: contain !important;
  top: 50%;
  margin-right: -50px;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
}
.more-news-wrapper .more-news-owl .owl-next span {
  font-size: 0;
}

.faq-questions-press-release {
  margin-top: 148px;
}

.futureAhead-press-release {
  background: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -35px;
  padding: 0;
}
.futureAhead-press-release p {
  max-width: 500px !important;
}
.futureAhead-press-release .container {
  position: absolute;
  max-width: 750px;
  margin: auto;
}

.learningProcesswrapper {
  position: relative;
  max-width: 1030px;
  margin: auto;
  font-family: "Poppins", sans-serif;
}
.learningProcesswrapper .learningProcessmiddlebarInnerbox .d-none {
  display: none;
}
.learningProcesswrapper .learningProcessmiddlebar .learning01 {
  position: absolute;
  top: 20px;
  max-width: 365px;
  left: 220px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning01 h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 20px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning01 p {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning02 {
  position: absolute;
  top: 260px;
  max-width: 270px;
  left: -60px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning02 h3 {
  text-align: right;
  margin-bottom: 10px;
  font-size: 20px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning02 p {
  text-align: right;
  font-size: 14px;
  margin-bottom: 0px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning03 {
  position: absolute;
  top: 470px;
  max-width: 340px;
  left: -60px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning03 h3 {
  text-align: right;
  margin-bottom: 10px;
  font-size: 20px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning03 p {
  text-align: right;
  font-size: 14px;
  margin-bottom: 0px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning04 {
  position: absolute;
  top: 145px;
  max-width: 340px;
  right: 50px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning04 h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning04 p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning05 {
  position: absolute;
  top: 285px;
  max-width: 340px;
  right: -65px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning05 h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 20px;
}
.learningProcesswrapper .learningProcessmiddlebar .learning05 p {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0px;
}
.learningProcesswrapper .learningProcesswrapperimg {
  text-align: center;
  padding-top: 130px;
}

/*PRESS RELEASE PAGE CSS END*/
/* Hide submenus by default */
.text-left {
  text-align: left !important;
}

.eligibility-criteriawrapper {
  background-size: cover;
}
.eligibility-criteriawrapper .eligibility-criteriatbale {
  max-width: 440px;
  margin: auto;
}

.essential-requirements .about-text {
  max-width: 50%;
}

.schoolTimingWrapper .coreManagementteam {
  max-width: inherit;
}
.schoolTimingWrapper .coreManagementteam .educationDirectorleft {
  width: 60%;
  text-align: center;
}
.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;
}

.single-blogWrapper {
  padding: 50px 0px;
  text-align: center;
}
.single-blogWrapper .single-blogtopimg {
  position: relative;
  max-width: 1045px;
  margin: auto;
}
.single-blogWrapper .single-blogtopimg img {
  border-radius: 18px;
}
.single-blogWrapper .single-blogtopimg .blogINfobar {
  padding: 20px;
  background: rgba(0, 0, 0, 0.49);
  -webkit-backdrop-filter: blur(17.5px);
          backdrop-filter: blur(17.5px);
  position: absolute;
  bottom: 3px;
  width: 100%;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  text-align: left;
}
.single-blogWrapper .single-blogtopimg .blogINfobar h6 {
  display: inline-flex;
  gap: 10px;
  background: #F1ECFF;
  padding: 10px;
  border-radius: 20px;
  color: #46557C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.single-blogWrapper .single-blogtopimg .blogINfobar h2 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin: 7px 0px;
}
.single-blogWrapper .single-blogtopimg .blogINfobar .blogMeta {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single-blogWrapper .single-blogtopimg .blogINfobar .blogMeta .sepbox {
  margin: 0px 5px;
}
.single-blogWrapper .blogcontentWrapper {
  max-width: 1045px;
  margin: auto;
  display: flex;
  gap: 20px;
  font-family: "Poppins", sans-serif;
  padding: 25px 0px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentleftbar {
  max-width: 695px;
  text-align: left;
}
.single-blogWrapper .blogcontentWrapper .blog_contentleftbar h3, .single-blogWrapper .blogcontentWrapper .blog_contentleftbar h2 {
  color: #0C0712;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 120% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentleftbar h3 b, .single-blogWrapper .blogcontentWrapper .blog_contentleftbar h2 b {
  font-weight: 600;
}
.single-blogWrapper .blogcontentWrapper .blog_contentleftbar p {
  color: #575757;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentleftbar h4 {
  color: #0C0712;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 144% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentleftbar h5 {
  color: #0C0712;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 144% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar h2 {
  color: #0C0712;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget {
  text-align: left;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .blogWidgetInner ul {
  display: grid;
  gap: 10px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .blogWidgetInner ul li a {
  color: #0C0712;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  display: block;
  padding: 10px 0px 10px 20px;
  border-left: 5px solid transparent;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .blogWidgetInner ul li a:hover {
  color: #66F;
  border-left: 5px solid #66F;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .blogWidgetInner ul li a.active {
  color: #66F;
  border-left: 5px solid #66F;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .blogWidgetbox {
  border-radius: 8px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .blogWidgetbox .blogWidgetboxwrap {
  display: flex;
  margin-bottom: 15px;
  gap: 10px;
  align-items: center;
  background: #FAFAFF;
  padding: 10px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .blogWidgetbox .blogWidgetboxwrap .imgblogbox {
  min-width: 140px;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .blogWidgetbox .blogWidgetboxwrap .imgblogboxright h4 a {
  color: #0C0712;
  font-family: #2C3D69;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.2px;
  text-transform: capitalize;
  text-decoration: none;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .blogWidgetbox .blogWidgetboxwrap .imgblogboxright .readMore {
  color: #66F;
  font-size: 14px;
  text-decoration: none;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .shareArtcile {
  border-radius: 20px;
  background: #FAFAFF;
  padding: 25px;
  text-align: center;
}
.single-blogWrapper .blogcontentWrapper .blog_contentrightbar .blogWidget .shareArtcile ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.student-admission-form-sec {
  background: url(../images/wave-top-bg.svg) no-repeat top center;
  background-size: 100%;
  background-color: #FCF2DF;
  padding: 234px 24px 100px 24px;
  margin-top: 39px;
}
.student-admission-form-sec .pagetitle {
  margin-bottom: 55px;
}
.student-admission-form-sec .sutdent-admission-form-wrapper {
  padding: 66px 55px;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.student-admission-form-sec .sutdent-admission-form-wrapper .form-bottom-label {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
}
.student-admission-form-sec .sutdent-admission-form-wrapper .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}
.student-admission-form-sec .sutdent-admission-form-wrapper .form-flex .col-6 {
  flex: 1 1 45%;
}
.student-admission-form-sec .sutdent-admission-form-wrapper .form-flex .col-12 {
  flex: 1 1 100%;
}
.student-admission-form-sec .sutdent-admission-form-wrapper .primary-btn {
  margin-top: 40px;
  padding: 15px 40px;
  font-size: 19px;
}

.common-form .form-label {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  display: block;
}
.common-form .form-control {
  color: black;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  height: 50px;
  padding: 0 20px;
  width: 100%;
  /* 111.111% */
}
.common-form .form-control::-moz-placeholder {
  color: #9B9A9A;
}
.common-form .form-control::placeholder {
  color: #9B9A9A;
}
.common-form .custom-file-box {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
}
.common-form .custom-file-box input[type=file] {
  color: #9B9A9A;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  /* 111.111% */
}
.common-form input[type=file]::file-selector-button {
  border-radius: 7px;
  border: 1px solid #666464;
  background: #F7F6F6;
  padding: 9px 18px;
  color: #666464;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-right: 18px;
  /* 111.111% */
}
.common-form .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Arial", sans-serif;
}
.common-form .form-check .form-check-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  /* green circle */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(13, 12, 12, 0.2);
  cursor: pointer;
  position: relative;
}
.common-form .form-check .form-check-input:checked {
  background-color: #28a745;
}
.common-form .form-check .form-check-input::after {
  content: url(../images/check-icon.svg);
  color: white;
  font-size: 14px;
  display: none;
}
.common-form .form-check .form-check-input:checked::after {
  display: block;
}
.common-form .form-check .form-check-label {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.common-form .primary-btn {
  background: #09B451;
  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;
  text-decoration: none;
  padding: 15px 40px;
  font-size: 19px;
}
.common-form .primary-btn:hover {
  background: #2C3D69;
  color: #fff;
}
.common-form .primary-btn:hover::after {
  left: 0;
  width: 100%;
}
.common-form .primary-btn::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;
}
.common-form textarea.form-control {
  height: 141.374px;
  padding-top: 16px;
}
.common-form .photo-upload-input {
  border: 1px solid #D9D9D9;
  background: #FFF;
  display: inline-block;
  padding: 40px;
}
.common-form #photo-upload {
  display: none;
}

.online-fee-sec {
  background: url(../images/wave-top-bg.svg) no-repeat top center;
  background-size: 100%;
  background-color: #2C3D69;
  padding: 234px 24px 100px 24px;
  margin-top: 39px;
}
.online-fee-sec .pagetitle {
  margin-bottom: 14px;
  color: white;
}
.online-fee-sec .para {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 60px;
  text-align: center;
}
.online-fee-sec .online-fee-box {
  padding: 73px 55px;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}
.online-fee-sec .online-fee-box .online-fee-box-heading {
  color: #2C3D69;
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.online-fee-sec .online-fee-box .check-list-sec {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 34px;
}
.online-fee-sec .online-fee-box .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}
.online-fee-sec .online-fee-box .form-flex .col-6 {
  flex: 1 1 45%;
}
.online-fee-sec .online-fee-box .form-flex .col-12 {
  flex: 1 1 100%;
}

.review-section {
  padding: 60px 24px;
}
.review-section .review-title .pagetitle {
  text-align: center;
}
.review-section .review-title .para {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.review-section .review-box {
  max-width: 1028px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-section .review-box .rating {
  display: flex;
  gap: 14px;
}
.review-section .review-box .para {
  color: #475467;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */
  margin-bottom: 0;
}
.review-section .review-box .date {
  color: #9C9C9E;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-bottom: 0;
}
.review-section .review-box .active-card {
  padding: 20px 25px;
  border-radius: 20px;
  border: 1px solid var(--Neutral-300, #EFF0F6);
  background: linear-gradient(180deg, #2C3D69 0%, #587DBD 100%);
  box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.review-section .review-box .active-card .date {
  color: white;
}
.review-section .review-box .active-card h5 {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.review-section .review-box .active-card .para {
  color: white;
}
.review-section .review-box .review-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid var(--Neutral-300, #EFF0F6);
  background: #FFF;
  box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
}
.review-section .review-box .review-card.light-card {
  background: #FFFBF0;
}
.review-section .review-box .review-card .review-avatar {
  display: flex;
  gap: 23px;
  align-items: center;
}
.review-section .review-box .review-card .review-avatar .review-avatar-name h4 {
  color: #2C3D69;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  margin-bottom: 6px;
}
.review-section .review-box .review-card .review-avatar .review-avatar-name p {
  color: #6F6C90;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
}
.review-section .review-box .review-item {
  display: flex;
  flex-direction: column;
  gap: 31px;
}

.real-stories-sec {
  padding: 60px 24px;
  background: #FFFBF0;
}
.real-stories-sec .real-stories-title {
  max-width: 500px;
  margin: 0 auto 60px auto;
}
.real-stories-sec .real-stories-title .pagetitle {
  text-align: center;
}
.real-stories-sec .real-stories-title .para {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.real-stories-sec .item {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  background: var(--Neutral-100, #FFF);
  padding: 24px;
  box-shadow: 0px 5px 14px 0px rgba(8, 15, 52, 0.04);
}
.real-stories-sec .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 8px;
}
.real-stories-sec .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: #D9D9D9;
}
.real-stories-sec .owl-dots .active {
  background: #09B451;
}

.latest-reviews-sec {
  padding: 60px 24px;
  background: white;
}
.latest-reviews-sec .real-stories-title {
  margin: 0 auto 60px auto;
}
.latest-reviews-sec .real-stories-title .pagetitle {
  text-align: center;
}
.latest-reviews-sec .real-stories-title .para {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.latest-reviews-sec .item {
  border-radius: 12px;
  border: 1px solid var(--Orange-Orange-200, #FFE0CC);
  background: var(--White, #FFF);
  box-shadow: 0px 8px 24px 0px rgba(15, 153, 24, 0.04);
  padding: 32px;
}
.latest-reviews-sec .item .para {
  color: var(--Gray-900, #061C3D);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  margin: 12px 0 27px 0;
}
.latest-reviews-sec .item .latest-avatar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.latest-reviews-sec .item .latest-avatar h4 {
  color: var(--Gray-900, #061C3D);
  font-family: #2C3D69;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.latest-reviews-sec .item .latest-avatar p {
  color: var(--Gray-500, #838E9E);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 16.8px */
  margin-bottom: 2px;
}
.latest-reviews-sec .item .latest-avatar h6 {
  color: #9C9C9E;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  /* 300% */
}
.latest-reviews-sec .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 8px;
}
.latest-reviews-sec .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: #D9D9D9;
}
.latest-reviews-sec .owl-dots .active {
  background: #09B451;
}
.latest-reviews-sec .owl-carousel .owl-item img {
  width: unset;
}

.how-rate-us-sec {
  padding: 0 24px;
}
.how-rate-us-sec .how-rate-us-title {
  margin: 0 auto 50px auto;
}
.how-rate-us-sec .how-rate-us-title .pagetitle {
  text-align: center;
  margin-bottom: 20px;
}
.how-rate-us-sec .how-rate-us-title .para {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.how-rate-us-sec .how-rate-us-title .rating-sec {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.how-rate-us-sec .form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.how-rate-us-sec .form-flex .col-6 {
  flex: 1 1 45%;
}
.how-rate-us-sec .form-flex .col-12 {
  flex: 1 1 100%;
}
.how-rate-us-sec .rating {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
  justify-content: start;
}
.how-rate-us-sec .rating input {
  display: none;
}
.how-rate-us-sec .rating label {
  font-size: 2rem;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.how-rate-us-sec .rating label:hover, .how-rate-us-sec .rating label:hover ~ label, .how-rate-us-sec .rating label:hover path {
  color: gold;
  fill: gold;
}
.how-rate-us-sec .rating input:checked ~ label,
.how-rate-us-sec .rating input:checked ~ label path {
  color: gold !important;
  fill: gold !important;
}

.directly-rate-sec {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  padding: 60px 24px 100px 24px;
}
.directly-rate-sec h5 {
  color: #000;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.directly-rate-sec h5 span {
  color: #9B9A9A;
}
.directly-rate-sec ul {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.directly-rate-sec ul a {
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 0.5px 4px 0px rgba(0, 0, 0, 0.1);
  display: block;
  padding: 15px 33px;
}

.no-bg {
  background-image: none !important;
}

.noelements {
  padding: 0px !important;
  box-shadow: none !important;
}

.toggle-wrapper {
  display: flex;
  justify-content: center; /* centers horizontally */
  margin: 0px 0 40px 0;
}

.toggle-options {
  display: inline-flex;
  border: 2px solid #2c3d69;
  border-radius: 30px;
  overflow: hidden;
  width: 350px;
}

.toggle-options input[type=radio] {
  display: none; /* hide default radio */
}

.toggle-options label {
  flex: 1; /* make both options equal width */
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 500;
  color: #2c3d69;
  transition: all 0.3s ease;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.toggle-options input[type=radio]:checked + label {
  background: #2c3d69;
  color: #fff;
}

.privacyPolicy {
  padding: 50px 0px;
}

.policybar {
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}
.policybar p {
  margin-bottom: 10px;
}
.policybar h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.policybar ul {
  list-style: disc;
  list-style-position: inside;
}
.policybar ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: 35px;
}

.category-blogdtl {
  padding: 50px 0px;
}
.category-blogdtl .recent_posts .recent_postsleftbar .recent_postsinnerbar {
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 30px;
}/*# sourceMappingURL=style.css.map */