@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap");

:root {
  --background-color: #3251AC;
  --black-color: #2E2E2E;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Mulish';
}

body {
  background-color: white !important;
  overflow-x: hidden;
}

/* popup */

.hide-popup-mainM {
  display: none;
}

.show-hide-popup {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.663);
  padding: 20px;
  z-index: 1000;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup {
  width: 1024px;
  height: 600px;
  margin: auto;
  background-color: white;
  border-radius: 20px;
  padding: 15px 5px;
}

.popup .popup-heading {}

.popup .popup-heading p {
  width: fit-content;
  margin: auto;
  font-size: 24px;
  color: var(--background-color);
  font-weight: 800;
}

.popup .popup-cards {
  width: 980px;
  margin: 20px auto;
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
}

.popup .popup-cards .card1 {
  width: 303px;
  height: 438px;
  background-color: #FEF0E7;
  border-radius: 10px;
  padding: 10px;
}

.popup .popup-cards .card1 p {
  width: fit-content;
  margin: 5px auto;
  color: #AE6332;
  font-size: 16px;
  font-weight: 700;
}

.popup .popup-cards .card1 img {
  width: 280px;
  height: 160px;
  border-radius: 20px;
  margin: 10px 0px;
}

.popup .popup-cards .card1 ul {
  margin: 20px auto;
  padding: auto 10px;

}

.popup .popup-cards .card1 ul li {
  color: #2E2E2E;
  font-size: 12px;
  margin: 5px 0px;
}

.popup .popup-cards .card1 button {
  border: none;
  width: 100%;
  background-color: #AE6332;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  color: white;
}

.popup .popup-buttons {
  /*  */
}

.popup .popup-buttons button {
  float: right;
  margin: 2px 10px;
  border: 1.5px solid #3251AC;
  font-size: 16px;
  color: #3251AC;
  padding: 2px 10px;
  background-color: transparent;
  border-radius: 8px;
}

/* popup mobile */

@media screen and (max-width:500px) {
  .show-hide-popup {}

  .popup {
    margin: 0px auto;
    width: 330px;
    height: 600px;
  }

  .popup .popup-heading {}

  .popup .popup-heading p {
    font-size: 12px;
    text-align: center;
  }

  .popup .popup-cards {
    width: inherit;
    display: block;
    margin-top: 0px;
  }

  .popup .popup-cards .card1 {
    width: 296px;
    height: 148px;
    margin-top: 10px;
    display: flex;
  }

  .popup .popup-cards .card1 p {
    width: fit-content;
    font-size: 12px;
    position: absolute;
    margin: 0px 0px 0px 160px;
  }

  .popup .popup-cards .card1 img {
    width: 135px;
    height: 80px;
    border-radius: 20px;
    margin: 10px 0px;
    position: absolute;

  }

  .popup .popup-cards .card1 ul {
    margin-left: 130px;
    padding: 0px 30px;
    position: absolute;
    width: 170px;
    height: 64px;
    /* border: 2px solid red; */
  }

  .popup .popup-cards .card1 ul li {
    color: #2E2E2E;
    font-size: 8.5px;
    margin: 0px 0px;
  }

  .popup .popup-cards .card1 ul li:nth-child(2) {
    display: none;
  }

  .popup .popup-cards .card1 button {
    margin-top: 100px;
    width: 278px;
    height: 28px;
    font-size: 12px;
    position: absolute;

  }

  .popup .popup-buttons {
    /*  */
  }

  .popup .popup-buttons button {
    margin: -8px 10px;
    font-size: 12px;
  }
}

/* / popup mobile */
/* / popup */

/* Navbar */
.navbar {
  width: 100%;
  background-color: var(--background-color);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.navbar .nav-wrapper {
  max-width: 1366px;
  height: 62px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .nav-wrapper .left-wrapper {
  margin-left: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar .nav-wrapper .left-wrapper .link-element {
  margin-left: 16px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.navbar .nav-wrapper .left-wrapper .link-element-button {
  margin-left: 16px;
  background-color: #FF9A08;
  font-size: 16px;
  width: 138px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;

}

.navbar .nav-wrapper .middle-wrapper {
  margin-left: 16px;
  width: 10%;
}

.navbar .nav-wrapper .middle-wrapper img {
  width: 180px;
  height: 55px;
}

.navbar .nav-wrapper .right-wrapper {
  margin-right: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar .nav-wrapper .right-wrapper :nth-child(1) {
  opacity: 0;
}

.navbar .nav-wrapper .right-wrapper .nav-button {
  margin-left: 12px;
  color: #1CB7D3;
  background-color: #FFFFFF;
  width: 154px;
  height: 40px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .navbar {
    display: none;
  }

  .mobile-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 62px;
    background-color: var(--background-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .mobile-navbar .mobile-nav-logo {
    margin-left: 19px;
  }

  .mobile-navbar .hamburger {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 35px;
    float: right;
    margin-right: 6%;
    margin-top: 2%;
  }

  .mobile-navbar .hamburger :nth-child(3) {
    width: 20px;
  }

  .mobile-navbar .hamburger div {
    height: 3px;
    width: 30px;
    background-color: #FFFFFF;
    margin-top: 4px;
    border-radius: 10px;
  }
}

@media screen and (min-width: 769px) {
  .navbar {
    display: block;
  }

  .mobile-navbar {
    display: none;
  }

  .hero .hero-second {
    margin-top: -28px !important;
  }
}

/* / Navbar */
/* Hero */
.hero {
  margin-top: 150px;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}

.hero .hero-first {
  margin: auto;
  max-width: 1366px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero .hero-first .content {
  width: 608px;
  min-height: 320px;
  font-size: 58px;
  font-weight: 700;
  line-height: 88px;
  margin-left: 62px;
}

.hero .hero-first .content p {
  font-weight: 500;
  font-size: 20px;
}

.hero .hero-first .video {
  width: 642px;
  height: 313px;
  margin-right: 62px;
  margin-left: 62px;
}

.hero .hero-first .video video [poster] {
  -o-object-fit: cover;
  object-fit: cover;
}

.hero .hero-second {
  width: 100%;
  max-width: 1366px;
  margin: auto;
}

.hero .hero-second .book-demo {
  width: 262px;
  height: 53px;
  background: #3251AC;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
  margin-left: 62px;
  cursor: pointer;

}

.hero .hero-second .book-demo button {
  width: 180px;
  font-size: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3251AC;
  border: none;
  -webkit-box-shadow: 0px 20px 20px 0px #3251AC;
  box-shadow: 0px 20px 20px 0px #3251AC;
}

@media screen and (max-width: 769px) {
  .hero {
    margin-top: 104px !important;
  }

  .hero .hero-first {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .hero .hero-first .content {
    margin-top: 20px;
    margin-left: 20px !important;
    width: 320px !important;
    height: 144px !important;
    font-size: 28px !important;
    line-height: 48px !important;
    min-height: 144px !important;
  }

  .hero .hero-first .content p {
    margin-top: 8px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .hero .hero-first .video {
    width: 320px;
    height: 180px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero .hero-first .video video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .hero-second {
    margin-top: 75px !important;
    max-width: 320px !important;
  }

  .hero-second .book-demo {
    width: 214px !important;
    height: 48px !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
  }

  .hero-second .book-demo button {
    width: 140px !important;
    font-size: 16px !important;
  }
}

/* / Hero */
/* Features Within Cerebry */
.background-features {
  background-color: #F7F7F7 !important;
  width: 100%;
  height: 620px;
  margin-top: 80px;
}

.background-features h3 {
  text-align: center;
  font-weight: 700;
  font-size: 42px;
  line-height: 42px;
  color: var(--background-color);
}

.first-slider {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 42px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* width: 100%; */
  /* border: 2px solid red; */
}

.swiper {
  width: 980px;
  /* border: 2px solid red; */

}

.card {
  position: relative;
  background: #fff;
  border-radius: 4px;
  margin: 0px 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card .card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
}

.first-slider .card .image {
  height: 85%;
  width: 95%;
  margin-top: 12px;
  /* border: 2px solid red; */
}

.first-slider .card .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

.student-intervention-img img {
  margin-top: -10px !important;
}

.name-title .name {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  /* border: 2px solid red; */
  /* float: left; */
  margin-left: 10px;
}

.name-title {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  margin-top: 1rem;
  color: var(--background-color);
}

.things-provided {
  width: 100%;
  margin-top: 1rem;
}

.things-provided p {
  line-height: 5px;
  font-size: 13px;
  margin-left: 12px;
  color: var(--black-color);
}

.things-provided p img {
  height: 12px;
  margin-top: -4px;
}

.card .button {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 4px;
  padding: .5rem;
}

.card .button .video-btn {
  padding: .2rem 1rem;
  border: 1px solid #3251AC;
  border-radius: 5px;
  font-size: 16px;
  color: #3251AC;
}

.card .button .video-btn img {
  margin-right: 5px;
}

.card .button .aboutMe {
  padding: .2rem 1rem;
  border: 1px solid #3251AC;
  border-radius: 5px;
  font-size: 16px;
  color: white;
  background-color: #3251AC;
}

.card .button .aboutMe img {
  margin-right: 5px;
}

.swiper-pagination {
  position: absolute;
  width: 50% !important;
  margin-left: 18px;
  margin-bottom: -2.5rem;
}

.swiper-pagination-bullet {
  height: 7px;
  width: 7px;
  border-radius: 25px;
  background-color: #3251AC !important;
  float: left;
}

.next-prev-buttons {
  /* border:2px solid red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* letter-spacing: 10px; */
  position: absolute;
  bottom: -51px;
  right: -16px;
}

.prev-btn,
.next-btn {
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  text-align: center;
  padding: 3px;
  background-color: #3251AC;
  margin-right: 1rem;
}

.fa-arrow-right,
.fa-arrow-left {
  font-size: 12px;
  cursor: pointer;
}

/* Video popups */

.video-box1-popup {
  display: none;
}

.video-box2-popup {
  display: none;
}

.video-box3-popup {
  display: none;
}


.questionEng {
  position: fixed;
  background-color: #000000bb;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}

.questionEng .video-container {
  max-width: 700px;
  width: 80%;
  margin: 100px auto;
  border: 4px solid rgba(128, 128, 128, 0.199);
  background-color: white;
  border-radius: 20px;
}

.questionEng .video-container .popvidclose {
  float: right;
  margin-right: 10px;
  margin-top: 6px;
  font-size: larger;
  border: none;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.questionEng .video-container .enginevideo {

  margin: auto;
  width: 100%;
  padding: 30px;

}

.questionEng .video-container .enginevideo iframe {

  margin: auto;
  width: inherit !important;

}

/* / video popups */





@media screen and (max-width: 992px) {
  .next-prev-buttons {
    right: 3rem;
    bottom: -3.5rem;
  }

  .swiper-pagination {
    margin-left: 3rem;
    margin-bottom: -3.5rem;
    width: 110px !important;
  }
}

@media screen and (max-width: 660px) {
  .background-features {
    height: 768px !important;
  }

  .first-slider {
    margin-left: -1rem;
    width: 100%;
  }

  .next-prev-buttons {
    right: 1rem;
    bottom: -3.5rem;
  }

  .next-prev-buttons .prev-btn,
  .next-prev-buttons .next-btn {
    height: 2rem;
    width: 2rem;
    border-radius: 1rem;
    text-align: center;
    padding: 3px;
    margin-right: 1rem;
  }

  .swiper-pagination {
    margin-left: 3rem;
    margin-bottom: -3.5rem;
    width: 110px !important;
  }
}

/* Mobile */
@media screen and (max-width: 500px) {
  .background-features {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: 550px !important;
    margin-top: 80px;
  }

  .background-features h3 {
    font-size: 24px !important;
    letter-spacing: 1px;
    font-weight: 700 !important;

  }

  .background-features .first-slider {
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
  }

  .questionEng .video-container .enginevideo {
    padding: 10px;
    margin-top: 20px;
  }


  .first-slider .card .image {
    width: 216px !important;
    height: 120px !important;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;

    /* border: 2px solid red; */
  }

  .first-slider .card .image img {
    width: 100% !important;
    height: 100% !important;
    margin: auto !important;
    /* border: 2px solid red; */
  }

  .name-title .name {
    font-size: 16px !important;
  }

  .features-swiper {
    width: 280px !important;
    height: 380px;
    margin-left: 0px !important;
    /* border: 2px solid red; */

  }

  .mobile-features {
    width: fit-content !important;
    height: 370px;
    /* border: 2px solid blue; */
    margin-left: -10px;
  }

  .card .button {
    background-color: transparent;
    padding: 0px;
    width: 90%;
    /* border: 2px solid; */
    margin: 0 auto;

    /* margin-left: 10px; */
  }

  .mobile-card-features {
    /* border: 2px solid red; */
    /* margin-left: -10px !important; */
    height: 340px !important;
  }

  .card .card-content {
    width: 270px !important;
    height: 310px !important;
  }

  .card {
    width: 270px !important;
    height: 366px !important;
    margin-left: -12px !important;
    border-radius: 10px !important;
  }

  .card .button .video-btn {
    /* padding: 0px 20px !important; */
    border: 1px solid #3251AC;
    border-radius: 5px;
    font-size: 14px;
    color: #3251AC;
  }

  .card .button .video-btn img {
    margin-right: 5px;
  }

  .card .button .aboutMe {
    /* padding: 1px 8px !important; */
    border: 1px solid #3251AC;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    background-color: #3251AC;
  }

  .card .button .aboutMe img {
    margin-right: 5px;
  }


  .background-features .first-slider {
    margin-top: 20px;
    /* border: 2px solid; */
    width: 100%;
    margin-left: auto;
  }

  .swiper-pagination-horizontal {
    left: 20px !important;
  }

  .next-prev-buttons {
    right: 20px !important;
  }

  .swiper-pagination {
    width: fit-content !important;
    margin-left: -10px;
    /* border: 2px solid; */
    margin-bottom: -35px;

  }

  .swiper-pagination-bullet {
    /* border: 2px solid; */
  }

  .next-prev-buttons {
    /* border:2px solid red; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* letter-spacing: 10px; */
    position: absolute;
    bottom: -2rem;
    right: -8px !important;
  }

  .prev-btn,
  .next-btn {
    height: 26px !important;
    width: 26px !important;
    border-radius: 1rem;
    text-align: center;
    padding: 3px;
    background-color: #3251AC;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .fa-arrow-right,
  .fa-arrow-left {
    font-size: 12px !important;
    cursor: pointer;
    margin-top: 4px !important;
  }

}

/* / Mobile */
/* Features Within Cerebry ends*/
/* students improvement with cerebry */
/* slider 2 */
.background-features2 {

  background-image: url('../images/back-starts.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: 720px;
  /* margin-bottom: 6rem; */
  /* margin-top: 128px; */

}

.background-features2 h3 {
  text-align: center;
  padding-top: 62px;
  font-size: 42px;
  color: var(--background-color);
  font-weight: 700;
}

.background-features2 .fixing {
  width: 100%;
  margin-top: -2rem;
  text-align: center;
}

.background-features2 .fixing h4 {
  color: var(--background-color);
  font-size: 32px;
  font-weight: 700;
}

.background-features2 .fixing h6 {
  color: grey;
  font-size: 20px;
  font-weight: 500;
}

.sat .mobile-card-slide2 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  /* margin: -2rem auto; */
  /* text-align: center; */
  /* border: 2px solid red; */
  background-color: transparent;

}

.first-slider .card .image2 {
  height: auto;
  width: 650px;
  height: 400px;
  /* margin-left: -200px; */
  /* border: 2px solid red; */
  text-align: center;
  margin: auto;
  padding: 10px;
  background-color: transparent;

}

.first-slider .card .image2 img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  /* border: 2px solid red; */
  margin: auto;
  /* padding: 10px; */
  box-shadow: 0px 0px 10px 0px rgba(50, 81, 172, 0.1);

}

.first-slider .card .sml-img img {
  height: 100%;
  width: auto;
}

.swiper-pagination2 {
  position: absolute;
  width: 50% !important;
  margin-left: 6rem;
  margin-bottom: -10rem;
}

.swiper-pagination-bullet2 {
  height: 7px;
  width: 7px;
  border-radius: 25px;
  background-color: #3251AC !important;
  float: left;
}

.next-prev-buttons2 {
  /* border:2px solid red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* letter-spacing: 10px; */
  position: absolute;
  bottom: -133px;
  right: 6rem;
}

.prev-btn2,
.next-btn2 {
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  text-align: center;
  padding: 3px;
  background-color: #3251AC !important;
  margin-right: 1rem;
}

@media screen and (max-width: 992px) {
  .next-prev-buttons2 {
    right: 3rem;
    bottom: -12rem;
  }

  .swiper-pagination2 {
    margin-left: 3rem;
    margin-bottom: -12rem;
    width: 110px !important;
  }
}



/* Mobile */
@media screen and (max-width: 500px) {
  .background-features2 {
    margin-top: 0px;
    height: 514px !important;
    background-image: none;
    background-color: #F3F5FC;
    padding-bottom: 514px;
  }

  .background-features2 h3 {
    font-size: 24px;
    padding: 30px 20px 0 20px;
  }

  .background-features2 .fixing h4 {
    font-size: 20px !important;
    margin-top: 40px;
  }

  .background-features2 .fixing h6 {
    font-size: 12px;
  }


  .sliderfirst-improvement {
    width: 320px !important;
    /* border: 2px solid red; */
    margin: auto !important;
    height: 240px !important;
    margin-top: 20px !important;
  }

  .swiper-improvement {
    /* border: 2px solid red; */
    width: 320px !important;
    height: 220px !important;
    /* margin-top: -30px; */
  }

  .swiper-wrapper-improvement {
    /* border: 2px solid red !important; */
    width: 320px !important;
    height: 180px !important;
  }


  .improvement-card-content {
    /* border:2px solid blue !important; */
    width: 280px !important;
    height: 357px !important;
    /* margin-left: 40px !important; */
  }

  .img-improv-mobile img {
    width: 280px !important;
    height: auto !important;
    /* border: 2px solid green; */
    /* margin-left: -20px !important; */
    /* margin-top: -40px !important; */
    /* margin-right:10px !important; */
  }

  .sat .mobile-card-slide2 {
    width: 310px !important;
  }




  .image2 {
    height: 0px !important;
    width: 270px !important;
    height: 0px;
    /* margin-left: -200px; */
    /* border: 2px solid red; */
    text-align: none;
    margin: 0;

  }

  .first-slider .card .image2 {
    width: 0px;
    height: 0px;
    margin-left: 0px !important;
    /* border: 2px solid red; */
    text-align: none;
    margin: 0px;
    padding: 0px;

  }

  .first-slider .card .image2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    /* border: 2px solid red; */
    margin: auto;
    /* padding: 10px; */
    box-shadow: 0px 0px 10px 0px rgba(50, 81, 172, 0.1);

  }


  .swiper-pagination2 {
    position: absolute;
    width: 50% !important;
    margin-left: 1rem;
    margin-bottom: -9rem;
  }

  .swiper-pagination-bullet2 {
    height: 7px;
    width: 7px;
    border-radius: 25px;
    background-color: #3251AC !important;
    float: left;
  }

  .next-prev-buttons2 {
    bottom: -114px;
    right: 1rem;
  }

  .prev-btn2,
  .next-btn2 {
    height: 26px;
    width: 26px;
    border-radius: 1rem;
    text-align: center;
    padding: 0px;
    background-color: #3251AC !important;
    margin-right: 1rem;
  }
}


/* / Mobile */
/* slider 2 ends */
/* students improvement with cerebry ends */
/* Value Prop */
.buttons-value-prop {
  max-width: 1300px;
  margin: -2rem auto;
}

.buttons-value-prop .next,
.buttons-value-prop .prev {
  float: right;
  margin-left: 10px;
  margin-top: 1rem;
  padding: 5px;
  border-radius: 5px;
  border: none;
  padding-left: 1rem;
  padding-right: 1.5rem;
  margin-bottom: 2rem;
}

.buttons-value-prop .next {
  background-color: var(--background-color);
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.buttons-value-prop .prev {
  background-color: white;
  color: var(--background-color);
  border: 1px solid var(--background-color);
}

.largeContainer {
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: hidden;
  margin-top: 78px;
}

.largeContainer .main-content {
  max-width: 1200px;
  margin: 1rem auto;
  min-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/* banners */

.largeContainer .main-content .banner .img-bann-none {
  display: none;
}

.largeContainer .main-content .banner {
  max-width: 1366;
  padding: 10px;

}

.largeContainer .main-content .banner .im-text {
  display: flex;
  padding: 10px;

  background-image: url(../images/dempty.png);
  background-repeat: no-repeat;
  width: 93%;
  border-radius: 10px;
  /* border-bottom-right-radius:110px ; */
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 200px;
}

.largeContainer .main-content .banner .im-text2 {
  display: flex;
  background-image: url(../images/asmanad.png);
  background-repeat: no-repeat;
  width: 93%;
  border-radius: 10px;
  /* border-bottom-right-radius:110px ; */
  justify-content: center;
  align-items: center;
  margin: auto;
}


/* banner ends */

.largeContainer .main-content .topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 85%;
}

.largeContainer .main-content .topics .boc {
  width: 47%;
}

.largeContainer .main-content .topics .box1,
.largeContainer .main-content .topics .box2 {
  padding: 2rem;
}

.largeContainer .main-content .topics .box1 img,
.largeContainer .main-content .topics .box2 img {
  margin-top: -.7rem;
  height: 2.5rem;
  width: 2.1rem;
}

.largeContainer .main-content .topics .box1 span,
.largeContainer .main-content .topics .box2 span {
  margin-left: .5rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--background-color);
}

.largeContainer .main-content .topics .box1 p,
.largeContainer .main-content .topics .box2 p {
  margin-top: 1rem;
  font-size: .95rem;
  text-align: justify;
}

@media screen and (max-width: 600px) {
  .buttons-value-prop {
    width: 96%;
  }

  .largeContainer .main-content .banner {
    width: 100%;
  }

  .largeContainer .main-content .banner :first-child {
    display: block;
  }

  .largeContainer .main-content .banner :nth-child(2) {
    display: none;
  }

  .largeContainer .main-content .banner :nth-child(3) {
    display: none;
  }

  .largeContainer .main-content .banner :nth-child(4) {
    display: none;
  }

  .largeContainer .main-content .banner img {
    width: 100%;
    height: 8rem;
  }

  .largeContainer .main-content .banner-catch :nth-child(1) {
    display: none;
  }

  .largeContainer .main-content .banner-catch :nth-child(2) {
    display: block;
  }

  .largeContainer .main-content .topics {
    display: block;
    width: 90%;
  }

  .largeContainer .main-content .topics .boc {
    width: 95%;
  }

  .largeContainer .main-content .topics .box1,
  .largeContainer .main-content .topics .box2 {
    padding: 0rem;
    margin-top: 1rem;
  }

  .largeContainer .main-content .topics .box1 img,
  .largeContainer .main-content .topics .box2 img {
    margin-top: -.7rem;
    height: 1.8rem;
    width: 2rem;
  }

  .largeContainer .main-content .topics .box1 span,
  .largeContainer .main-content .topics .box2 span {
    font-size: 1rem;
    font-weight: bold;
    color: var(--background-color);
  }
}

/* Value Prop Ends*/
/* proposition for school */
.proposition-for-school {
  max-width: 1366px;
  margin: auto;
  margin-top: 62px;
  margin-bottom: 62px;
  /* border: 2px solid red; */
}

.proposition-for-school h3 {
  text-align: center;
  /* padding: 1rem; */

  font-size: 42px;
  font-weight: 700;
  color: var(--background-color);
}

.proposition-for-school .cerebry-helps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 95%;
  padding: .5rem;
}

.proposition-for-school .cerebry-helps .help-student {
  padding: 0rem;
  width: 100%;
  text-align: justify;
}

.proposition-for-school .cerebry-helps .help-student .tabs {
  border-radius: 4px;
  overflow: hidden;
  /* box-shadow: 0px 2px 10px #E6E7E7;; */
  /* .tab-label:hover {
        background: black; } */
}

.proposition-for-school .cerebry-helps .help-student .tabs .tab {
  width: 96%;
  color: #FFFFFF;
  overflow: hidden;
  overflow: hidden;
  border: 1px solid #E6E7E7;
  background-color: #FFFFFF;
  border-radius: 4px;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.proposition-for-school .cerebry-helps .help-student .tabs .tab input {
  opacity: 0;
  display: none;
}

.proposition-for-school .cerebry-helps .help-student .tabs .tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em;
  background: #FFFFFF;
  cursor: pointer;
  color: #000000;
}

.proposition-for-school .cerebry-helps .help-student .tabs .add-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.proposition-for-school .cerebry-helps .help-student .tabs .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.proposition-for-school .cerebry-helps .help-student .tabs .tab-content {
  display: none;
  max-height: 0;
  color: #000000;
  font-size: 16px;
  background: #EBEFF9;
  -webkit-transition: all .35s;
  transition: all .35s;
  border-top: 1px solid #E6E7E7;
  padding: 0 15px;
}

.proposition-for-school .cerebry-helps .help-student .tabs .tab-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #FFFFFF;
  cursor: pointer;
  color: black;
}

.proposition-for-school .cerebry-helps .help-student .tabs .tab-close:hover {
  background: black;
}

.proposition-for-school .cerebry-helps .help-student .tabs input:checked+.tab-label {
  background: #FFFFFF;
  font-weight: 600;
}

.proposition-for-school .cerebry-helps .help-student .tabs input:checked+.tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.proposition-for-school .cerebry-helps .help-student .tabs input:checked~.tab-content {
  display: block !important;
  max-height: 100vh;
  padding: 1em;
}

.proposition-for-school .cerebry-helps .help-student .tabs .icon-image {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

.proposition-for-school .cerebry-helps .help-teacher {
  margin: 0 auto;
  width: 100%;
  text-align: justify;
  padding: 0rem;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 {
  border-radius: 4px;
  overflow: hidden;
  /* box-shadow: 0px 2px 10px #E6E7E7;; */
  /* .tab-label:hover {
        background: black; } */
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 .tab {
  width: 96%;
  color: #FFFFFF;
  overflow: hidden;
  overflow: hidden;
  border: 1px solid #E6E7E7;
  background-color: #FFFFFF;
  border-radius: 4px;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 .tab input {
  opacity: 0;
  display: none;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 .tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em;
  background: #FFFFFF;
  cursor: pointer;
  color: #000000;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 .add-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 14px;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 .tab-label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 .tab-content {
  display: none;
  max-height: 0;
  color: #000000;
  font-size: 16px;
  background: #EBEFF9;
  -webkit-transition: all .35s;
  transition: all .35s;
  border-top: 1px solid #E6E7E7;
  padding: 0 15px;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 .tab-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #FFFFFF;
  cursor: pointer;
  color: black;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 .tab-close:hover {
  background: black;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 input:checked+.tab-label {
  background: #FFFFFF;
  font-weight: 600;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 input:checked+.tab-label::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 input:checked~.tab-content {
  display: block !important;
  max-height: 100vh;
  padding: 1em;
}

.proposition-for-school .cerebry-helps .help-teacher .tabs2 .icon-image {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}

@media screen and (max-width: 900px) {
  .proposition-for-school .cerebry-helps {
    display: block;
    width: 100%;
  }

  .proposition-for-school .cerebry-helps .help-student {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }

  .proposition-for-school .cerebry-helps .help-teacher {
    width: 100%;
    padding: 0;
    margin-top: 0rem;
  }
}

/* Mobile  */
@media screen and (max-width: 500px) {
  .proposition-for-school {
    margin-top: 0px;
    padding: 20px;
  }

  .proposition-for-school h3 {
    font-size: 25px;
    margin-bottom: -30px;
  }

  .proposition-for-school .help-student h5 {
    font-size: 20px !important;
  }

  .proposition-for-school .help-teacher h5 {
    font-size: 20px !important;
  }

  .proposition-for-school .icon-image {
    width: 16px !important;
    height: 16px !important;
    transform: translate(0px, 5px);
  }

  .table-bricks {
    width: 60px !important;
    height: 44px !important;
  }

  .tb-imgs {
    width: 28px !important;
    height: 28px !important;
  }

  .f-col {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 170px;
    background-color: #EBEFF9;
  }

  .s-col {
    position: -webkit-sticky;
    position: sticky;
    left: 176px;
  }

  .t-col div {
    margin-left: 3px;
  }

  tr {
    position: relative;
    height: 60px;
  }
}

/* / Mobile */
/* proposition for school ends*/
/* what makes cerebry different */
.cerebry-different {
  background-color: #EBEFF9;
  width: 100%;
  /* margin-top: 100px; */
}

.cerebry-different .box-cerebry-different {
  max-width: 1366px;
  margin: auto;
  padding-bottom: 62px;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box {
  width: 100%;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box h1 {
  color: var(--background-color);
  padding: 62px 0 42px 0;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box {
  margin: auto;
  text-align: center;
  width: 1150px;
  padding-bottom: 1rem;


}

.comparision-strip-heading {
  font-size: 24px;
}


.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table {
  width: 100%;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr .table-sticky-class {
  position: -webkit-sticky;
  position: sticky;
  z-index: 12;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr :nth-child(2) {
  background-color: var(--background-color);
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr th {
  text-align: center;
  padding: 1rem 1rem;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td {
  text-align: center;
  padding: .5rem 1rem;
  /* font-size: 22px;
  font-weight: 500; */
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td:nth-child(1) {
  font-size: 22px;
  font-weight: 500;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td .first-coloumn {
  min-width: 20rem;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div {
  background-color: #fff;
  padding: .6rem 2rem;
  border-radius: .5rem;
}

.cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div svg {
  padding: .3rem;
}


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

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box {
    overflow-x: scroll;

  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box::-webkit-scrollbar {
    height: 6px;
    background-color: #d1d1d1;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box::-webkit-scrollbar-thumb {
    background-color: #3251AC;
  }

}


@media screen and (max-width: 900px) {
  .comparision-strip-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
  }

  .cerebry-different {
    background-color: #EBEFF9;
    width: 100vw;
  }

  .cerebry-different .box-cerebry-different {
    max-width: 1500px;
    margin: 0;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box {
    width: 100%;
    margin: auto;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box h1 {
    color: var(--background-color);
    padding: 2rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box {
    margin: auto;
    text-align: left;
    width: 750px;
    overflow-x: scroll;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table {
    width: 100%;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr :nth-child(2) {
    background-color: var(--background-color);
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr th {
    text-align: center;
    padding: 1rem 1rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td {
    text-align: center;
    padding: .5rem 1rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td .first-coloumn {
    min-width: 20rem;
    font-size: .8rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div {
    background-color: #fff;
    padding: .6rem 1rem;
    border-radius: .5rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div svg {
    padding: .3rem;
  }
}

@media screen and (max-width: 750px) {
  .cerebry-different {
    background-color: #EBEFF9;
    width: 100vw;
  }

  .cerebry-different .box-cerebry-different {
    max-width: 1500px;
    margin: auto;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box {
    width: 100%;
    margin: auto;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box h1 {
    color: var(--background-color);
    padding: 2rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box {
    margin: auto;
    text-align: left;
    width: 550px;
    overflow-x: scroll;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table {
    width: 100%;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr :nth-child(2) {
    background-color: var(--background-color);
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr th {
    text-align: center;
    padding: 1rem 1rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td {
    text-align: center;
    padding: .5rem 1rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td .first-coloumn {
    min-width: 20rem;
    font-size: .8rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div {
    background-color: #fff;
    padding: .6rem 1rem;
    border-radius: .5rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div svg {
    padding: .3rem;
  }
}

@media screen and (max-width: 560px) {
  .cerebry-different {
    background-color: #EBEFF9;
    width: 100vw;
    margin-top: 0px;
  }

  .cerebry-different .box-cerebry-different {
    max-width: 1500px;
    margin: 0;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box {
    width: 100%;
    margin: 0;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box h1 {
    color: var(--background-color);
    padding: 2rem !important;
    font-size: 24px;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box {
    margin: auto;
    text-align: left;
    width: 400px;
    overflow-x: scroll;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table {
    width: 100%;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr :nth-child(2) {
    background-color: var(--background-color);
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr th {
    text-align: center;
    padding: 1rem 1rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td {
    text-align: center;
    padding: .5rem 1rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td .first-coloumn {
    min-width: 10rem;
    font-size: 10px !important;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div {
    background-color: #fff;
    padding: .5rem .5rem;
    border-radius: .5rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div img {
    width: 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  .cerebry-different {
    background-color: #EBEFF9;
    width: 100vw;
  }

  .cerebry-different .box-cerebry-different {
    max-width: 1500px;
    margin: auto;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box {
    width: 100%;
    margin: auto;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box h1 {
    color: var(--background-color);
    padding: 2rem;
    font-size: 24px !important;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box {
    margin: auto;
    width: 100%;
    overflow-x: scroll;
    padding-left: 20px;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table {
    width: 100%;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr :nth-child(2) {
    background-color: var(--background-color);
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr th {
    text-align: center;
    padding: .5rem .5rem;
    font-size: .7rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td {
    text-align: center;
    padding: .5rem .5rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td :first-child {
    font-size: small;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td .first-coloumn {
    min-width: 10rem;
    font-size: 10px !important;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div {
    background-color: #fff;
    padding: .4rem .8rem;
    border-radius: .5rem;
  }

  .cerebry-different .box-cerebry-different .wrapper-inside-different-cerebry .fixed-box .content-box table tr td div img {
    width: 1rem;
  }
}

/* what makes cerebry different */
/* cerebry all over the world */
/* mobile */
.row-logo-world-used {
  display: none;
}

.cerebry-world {
  /* margin-top: 30px !important; */
  /* border: 2px solid red; */
  background-color: rgba(251, 252, 254, 1) !important;
  border: 2xp solid red;
}

.cerebry-world-m {
  display: none;
}

.world-heading {
  margin-top: 30px !important;

  color: var(--background-color);
  font-size: 42px;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  .cerebry-world {
    display: none;
  }

  .cerebry-world-m {
    display: block;
    margin-top: 0px !important;

  }

  .cerebry-world-m .box-logo {
    width: 48% !important;
    height: 140px !important;
  }

  .cerebry-world-m .box-logo p {
    font-size: 9px !important;
  }

  .world-heading {
    font-size: 24px;
  }

  .world-para {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .mt-5 {
    margin-top: 0 !important;
  }

  .row-logo-world-used {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logos-imgs {
    width: 30px !important;
  }

  .world-img-mobile-cir {
    height: 70px !important;
    width: 90px !important;
    /* border: 2px solid red !important; */
  }

  .world-img-mobile-rec {
    height: 80px !important;
    width: 120px !important;
    /* border: 2px solid red !important; */
  }
}

/* / mobile */
/* cerebry all over the world */
/* Cerebry by numbers */
.heading-color {
  color: var(--background-color);
  font-weight: 700;
  font-size: 62px;
}

.image-world {
  margin: auto;
}

#pin1 {
  display: none;
}

#pin2 {
  display: none;
}

#pin3 {
  display: none;
}

#pin4 {
  display: none;
}

#pin5 {
  display: none;
}

#pin6 {
  display: none;
}

#pin7 {
  display: none;
}

#pin8 {
  display: none;
}

#pin9 {
  display: none;
}

#pin10 {
  display: none;
}

#pin11 {
  display: none;
}

#pin12 {
  display: none;
}



.image-world .tooltip-container {
  display: none;
  padding: 20px;
  width: 150px;
  min-width: 80px;
  border-radius: 8px;
  position: absolute;
  bottom: 40px;
  left: -10px;
  z-index: 10;
}

/* .image-world .pin-container:hover #pin12 {
  display: inherit;
}
.image-world .pin-container:hover #pin11 {
  display: inherit;
}
.image-world .pin-container:hover #pin10 {
  display: inherit;
}
.image-world .pin-container:hover #pin9 {
  display: inherit;
}
.image-world .pin-container:hover #pin8 {
  display: inherit;
}
.image-world .pin-container:hover #pin7 {
  display: inherit;
}
.image-world .pin-container:hover #pin6 {
  display: inherit;
}
.image-world .pin-container:hover #pin5 {
  display: inherit;
}
.image-world .pin-container:hover #pin4 {
  display: inherit;
}
.image-world .pin-container:hover #pin3 {
  display: inherit;
}
.image-world .pin-container:hover #pin2 {
  display: inherit;
}
.image-world .pin-container:hover #pin1 {
  display: inherit;
} */

.image-world .usa-box {
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(46, 46, 46, 0.32);
  box-shadow: 0px 0px 8px 1px rgba(46, 46, 46, 0.32);
  width: 200px;
}

.image-world .usa-box .header {
  text-align: center;
  padding-top: 1rem;
}

.image-world .usa-box .header span {
  font-size: 24px;
  font-weight: 700;
  color: #3251AC;
  margin-bottom: -1rem;
}

.image-world .usa-box .header img {
  width: 45.6px;
  height: 24px;
  margin-top: -.8rem;
}

.image-world .usa-box .body {
  margin-top: 10px;
  padding-bottom: 1rem;
}

.image-world .usa-box .body p {
  color: #3251AC;
  font-size: 16px;
  background-color: #F7F9FD;
  text-align: center;
  margin-top: 1rem;
}

.image-world .usa-box .body img {
  margin-top: 1rem;
  width: 80%;
  height: 40px;
  margin-left: 10px;
}

.image-world .usa-box .body span {
  color: #9E9E9E;
  font-size: 12px;
  margin-left: 0rem;
  border: 2px solid transparent;

}

.image-world .indo-box {
  background-color: white;
  border-radius: 20px;
  width: 238px;
  margin-left: -10rem;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(46, 46, 46, 0.32);
  box-shadow: 0px 0px 8px 1px rgba(46, 46, 46, 0.32);
  padding-top: 1rem;
}

.image-world .indo-box .header {
  text-align: center;
}

.image-world .indo-box .header span {
  font-size: 24px;
  font-weight: 700;
  padding: 5px;
  color: #3251AC;
  margin-top: 1rem;
}

.image-world .indo-box .header img {
  width: 45.6px;
  height: 24px;
  margin-top: 1.2rem;
}

.image-world .indo-box .body {
  margin-top: 10px;
  padding-bottom: 1rem;
}

.image-world .indo-box .body p {
  color: #3251AC;
  font-size: 16px;
  background-color: #F7F9FD;
  text-align: center;
  margin-top: 1rem;
  width: 160x;
}

.image-world .indo-box .body img {
  margin-top: 1rem;
  width: 70%;
  height: 40px;
  margin-left: 23px;
}

.image-world .indo-box .body span {
  color: #9E9E9E;
  font-size: 12px;
  margin-left: 0rem;
  border: 2px solid transparent;
}

.image-world .singa-box {
  background-color: white;
  width: 554px;
  height: 260px;
  margin-left: -20rem;
  z-index: 50;
  padding: 24px 0px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(46, 46, 46, 0.32);
  box-shadow: 0px 0px 8px 1px rgba(46, 46, 46, 0.32);
}

.image-world .singa-box .header {
  text-align: center;
}

.image-world .singa-box .header span {
  color: #3251AC;
  font-size: 24px;
  font-weight: 700;
  margin-right: 8px;
}

.image-world .singa-box .header img {
  width: 50px;
}

.image-world .singa-box .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

.image-world .singa-box .body .body1-1 {
  text-align: center;
  width: 50%;
}

.image-world .singa-box .body .body1-1 .heading-hover {
  background-color: #F7F9FD;
  width: 100%;
}

.image-world .singa-box .body .body1-1 .heading-hover span {
  color: #3251AC;
  background-color: #F7F9FD;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.image-world .singa-box .body .body1-1 img {
  margin-top: 1.5rem;
  width: 130px;
  height: 100px;
  padding: 0px 25px;
}

.image-world .singa-box .body .body1-2 {
  text-align: center;
  width: 50%;
}

.image-world .singa-box .body .body1-2 .heading-hover {
  background-color: #F7F9FD;
  width: 100%;
}

.image-world .singa-box .body .body1-2 .heading-hover span {
  color: #3251AC;
  background-color: #F7F9FD;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.image-world .singa-box .body .body1-2 img {
  margin-top: 1.5rem;
  width: 100%;
  height: 110px;
}

.cerebry-by-numbers-mobile {
  display: none;
}

/* Mobile */
@media screen and (max-width: 500px) {
  .cerebry-by-numbers-desktop {
    display: none;
  }

  .cerebry-by-numbers-mobile {
    display: block;
  }

  .cerebry-by-numbers-mobile .row-cerebry-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .cerebry-by-numbers-mobile .row-cerebry-number .bynumber-box {
    margin-bottom: 10px;
    width: 33%;
  }

  .cerebry-by-numbers-mobile .row-cerebry-number .bynumber-box .h3 {
    font-size: 20px;
  }

  .cerebry-by-numbers-mobile .row-cerebry-number .bynumber-box .h-6 {
    font-size: 9px;
  }

  .cerebry-by-numbers-mobile .bottom-content {
    font-size: 12px;
    margin-top: 30px;
  }

  .heading-color {
    font-size: 24px;
  }

  .image-world {
    width: 100%;
  }

  .image-world img {
    width: 100%;
  }
}

/* Mobile */
/* Cerebry by number end */
/* Awards */
.award-icon {
  height: 158px;
  border-radius: 5%;
  margin-bottom: 13px;
  cursor: pointer;
}

.awards-desktop {
  margin-top: 10px !important;
}

.text-color-award {
  color: var(--background-color);
  font-weight: 700;
  font-size: 42px;
  margin-top: 40px !important;
}

.awards-mobile {
  display: none;
}

@media screen and (max-width: 500px) {
  .awards-desktop {
    display: none;
  }

  .text-color-award {
    font-size: 24px;
  }

  .awards-mobile {
    display: block;
    margin-top: 0px !important;
    height: 410px;
    background-color: rgba(247, 247, 247, 1);
  }

  .awards-mobile .row-awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .awards-mobile .row-awards .box-awards {
    width: 30%;
  }

  .awards-mobile .row-awards .box-awards2 {
    width: 45%;
  }

  .awards-mobile .row-awards .box-awards p {
    font-size: 10px;
  }

  .awards-mobile .row-awards .box-awards2 p {
    font-size: 10px;
  }
}

/* / Awards */
/* what teachers say about */
.background-features-teacher {
  background-color: rgba(243, 245, 252, 1);
  width: 100%;
  height: 552px;
  /* margin-top: 40px; */
}

#teachersay {
  /* margin-top: 20px !important;  */
  /* height:fit-content; */
  /* border: 2px solid red; */
}

.background-features-teacher h3 {
  text-align: center;
  padding-top: 42px;
  font-size: 42px;
  color: var(--background-color);
  font-weight: 700;
}

.first-slider3 {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 70px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper {
  width: 950px;
}

.card {
  position: relative;
  background: #fff;
  border-radius: 4px;
  margin: 0px 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card .card-content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;


}

.card .card-content2 .video {
  width: 98%;
  height: 240px;
  margin: 5px auto;
  margin-bottom: 5px;
  border-radius: 8px;
  display: flex;
}

.card .card-content2 .video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.card .card-content2 .video video[poster] {
  object-fit: cover;
}

.card .card-content2 .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: .5rem;
}

.card .card-content2 .profile .profile-img {
  width: 3rem;
  height: 3rem;
}

.card .card-content2 .profile .profile-img img {
  border-radius: 50px;
}

.card .card-content2 .profile .profile-details .name {
  margin-left: .6rem;
  font-size: 14px;
}

.card .card-content2 .profile .profile-details .name2 {
  margin-left: .5rem;
  font-size: 14px;
  margin-top: -1rem;
}

.card .card-content2 .profile .profile-details .name2 img {
  width: 1rem;
  margin-top: -.3rem;
}

.first-slider3 .card .image {
  height: 50%;
  width: 15%;
  margin-top: 20px;
  text-align: left;
  margin-left: 11px;
}

.first-slider3 .card .image img {
  height: 100%;
  width: 100%;
  border-radius: 15px;
  float: left;
}

.first-slider3 .card {
  background: linear-gradient(119.93deg, #EBF6F9 -22.71%, #FFFFFF 48.54%, #F9EBF7 118.45%);
  border-radius: 12px;
  padding: 0 20px;
  min-height: 332px;
}

.student-intervention-img img {
  margin-top: -10px !important;
}

.name-title .name {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  /* border: 2px solid red; */
  /* float: left; */
  margin-left: 10px;
}

.name-title {
  font-size: 15px;
  font-weight: 500;
  /* border: 2px solid red; */
  width: 100%;
  margin-top: 1rem;
  color: var(--background-color);
  /* text-align: left !important; */
}

.things-provided {
  /* border: 2px solid red; */
  width: 100%;
  margin-top: 1rem;
}

.things-provided .line-height-fix {
  line-height: 22px;
  font-size: 16px;
  margin-left: 12px;
  font-weight: 600;
  color: var(--black-color);
}

.desktop-fix-teacher {
  margin-top: 46px;
  margin-bottom: 28px;
}

.desktop-fix-teacher2 {
  margin-top: 26px;
  margin-bottom: 26px;
}

.things-provided p img {
  height: 12px;
  margin-top: -4px;
}

.swiper-pagination3 {
  position: absolute;
  width: 50% !important;
  margin-left: 10px;
  margin-bottom: -2.5rem;
}

.swiper-pagination-bullet {
  height: 7px;
  width: 7px;
  border-radius: 25px;
  background: #3251AC !important;
  float: left;
}

.next-prev-buttons3 {
  /* border:2px solid red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* letter-spacing: 10px; */
  position: absolute;
  bottom: -3rem;
  right: -20px;
}

.prev-btn3,
.next-btn3 {
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  text-align: center;
  padding: 3px;
  background-color: #3251AC !important;
  margin-right: 1rem;
}

.fa-arrow-right,
.fa-arrow-left {
  font-size: 12px;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .next-prev-buttons3 {
    right: 3rem;
    bottom: -3.5rem;
  }

  .swiper-pagination3 {
    margin-left: 3rem;
    margin-bottom: -3.5rem;
    width: 110px !important;
  }
}

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

  .first-slider3 {
    margin-left: -1rem;
    width: 100%;
  }

  .next-prev-buttons3 {
    right: 1rem;
    bottom: -3.5rem;
  }

  .next-prev-buttons3 .prev-btn3,
  .next-prev-buttons3 .next-btn3 {
    height: 2rem;
    width: 2rem;
    border-radius: 1rem;
    text-align: center;
    padding: 3px;
    margin-right: 1rem;
  }

  .swiper-pagination3 {
    margin-left: 3rem;
    margin-bottom: -3.5rem;
    width: 150px !important;
  }
}

/* Mobile */
@media screen and (max-width: 500px) {
  .background-features-teacher {
    height: 550px !important;
    /* margin-top: 40px; */
  }

  .background-features-teacher h3 {
    text-align: center;
    padding-top: 30px;
    font-size: 24px;
    color: var(--background-color);
    font-weight: 700;
  }

  .background-features-teachers .teachersay {
    margin-top: 100px;
    height: 20rem !important;
  }

  .background-features-teachers .what-teacher-heading {
    text-align: center;
    padding: 15px;
    font-size: 24px !important;
    color: var(--background-color);
  }

  .background-features-teachers p {
    font-size: 12px;
  }

  .things-provided .line-height-fix {
    font-size: 14px;
    margin-top: -30px !important;
    margin-bottom: -10px !important;
  }

  .card .card-content2 .video {
    justify-content: center;
    align-items: center;
    height: 160px !important;
  }

  .card .card-content2 .video video {
    width: 280px;
    height: 160px !important;
    border-radius: 8px;
    margin-top: 10px;
  }

  .card .card-content2 .video video[poster] {
    object-fit: cover;
  }

  .teacher-say-slider {
    /* border: 2px solid red; */
    height: 360px !important;
    width: 340px !important;
    /* margin-left: 0px !important; */
    justify-content: center !important;
    margin: 20px auto !important;
  }

  .teacher-say-swiper {
    /* border: 2px solid black; */
    width: 340px !important;
    height: 350px !important;
    margin-top: 0px !important;
  }

  .teacher-say-wrapper {
    /* border: 2px solid blue; */
    width: 300px !important;
    height: 340px !important;
    margin: auto !important;
    margin-left: -70px !important;
    display: flex;
    /* justify-content: center; */
  }

  .teacher-say-card {
    /* border: 2px solid green; */
    width: 300px !important;
    height: 340px !important;
    margin: auto !important;
    margin-left: 50px !important;
  }

  .swiper-slide {
    /* min-height: 286px; */
    display: flex;
    justify-content: center;
    margin-top: 0 !important;
    margin-right: 30px;
  }

  /* .teacher-say-wrapper :nth-child(1){
    border: 2px solid purple;
    margin-left: -10px !important;
  } */
  .first-slider3 .card .image {
    height: 30px;
    width: 30px;
    margin-top: 12px;
    text-align: left;
  }

  .card-teacher-for1 {
    margin-left: 60px !important;
    height: 250px !important;
  }

  .card-teacher-for2 {
    margin-left: 46px !important;
    height: 280px !important;

  }

  .card-teacher-for3 {
    margin-left: 46px !important;
    height: 250px !important;

  }

  .card-teacher-for4 {
    margin-left: 46px !important;
    height: 280px !important;

  }

  .card-teacher-for5 {
    margin-left: 46px !important;
    height: 250px !important;

  }

  .card-teacher-for6 {
    margin-left: 46px !important;
    height: 280px !important;

  }

  .card .card-content2 .profile .profile-details .name {
    margin-left: 0px;
    font-size: 14px;
    margin-top: 12px !important;
    /* text-align: center !important; */
  }

  .card .card-content2 .profile .profile-details .name2 {
    margin-left: 0px !important;
    font-size: 14px;
    margin-top: -1rem;
  }

  .things-provided .line-height-fix {
    line-height: 20px !important;
    font-size: 14px !important;
    margin-left: 5px !important;
    margin-top: -30px !important;
  }

  .desktop-fix-teacher {
    margin-top: 20px !important;
    margin-bottom: 3px !important;
  }

  .desktop-fix-teacher2 {
    margin-top: -10px !important;
    margin-bottom: 17px !important;
  }

  .swiper-pagination3 {
    position: absolute;
    width: 50% !important;
    margin-left: -10px;
    margin-bottom: -2rem;
  }

  .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    border-radius: 25px;
    background: #3251AC !important;
    float: left;
  }

  .next-prev-buttons3 {
    bottom: -2rem;
    right: -5px;
  }

  .prev-btn3,
  .next-btn3 {
    height: 26px !important;
    width: 26px !important;
    border-radius: 1rem;
    text-align: center;
    padding: 0px;
    background-color: #3251AC !important;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
  }


}

/* / Mobile */
/* whats teachers say abbout end */
/* pedagogy*/
.heading-color-pedagogy {
  color: var(--background-color);
  font-size: 42px;
  font-weight: 700;
}

.why-cerebry-icon {
  width: 200px;
  height: 200px;
}

.why-cerebry-icon3 {
  width: 200px;
  height: 200px;
}

.pedalogy-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-pedalogy {
  width: 28%;
  box-shadow: 0px 0px 32px 1px rgba(46, 46, 46, 0.1);
  margin-left: .5rem;
  border-radius: 16px;
}

@media screen and (max-width: 660px) {
  .pedalogy-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .box-pedalogy {
    width: 98%;
    -webkit-box-shadow: 0px 0px 3px 0px grey;
    box-shadow: 0px 0px 3px 0px grey;
    margin-left: .5rem;
    border-radius: .5rem;
  }
}

@media screen and (max-width: 500px) {
  .heading-color-pedagogy {
    font-size: 24px;
  }

  .heading-color-para {
    font-size: 12px;
  }

  .pedalogy-box {
    width: 70% !important;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin: auto !important;
  }

  .why-cerebry-icon {
    width: 100px !important;
    height: 80px !important;
  }

  .why-cerebry-icon3 {
    width: 100px !important;
    height: 95px !important;
  }

  .box-peda-con1 {
    margin: auto !important;
    border-radius: 16px;
    /* border: 2px solid red; */

  }

  .box-pedalogy {
    margin: auto;

    width: 100%;
    height: 70% !important;
    border-radius: 31%;
    box-shadow: 0px 0px 32px 1px rgb(46 46 46 / 10%);
    margin-left: 0rem;
  }

  .box-pedalogy p {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* / padegogy */
/* 4th slider */
/* customized slider */
/* customized slider */
.more-ques-heading {
  color: #3251ac;
  font-size: 42px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 205px;
  background-color: rgba(243, 245, 252, 1) !important;
  /* letter-spacing: 2px; */
}

/* .slider-nav{
  height: fit-content;
  width: fit-content;
  margin: auto 0;
  background-color: #2E4A9E;
  border-radius:5px ;
  opacity: 0;

} */

/* .slider-nav:hover{
  background-color: #2E4A9E;
  opacity: 0;
} */

.more-ques-heading p {
  margin: auto;
  width: 70%;

}

.swiffy-slider {
  max-width: 1024px;
  margin: auto;
  margin-top: 120px;
}

.swiffy-slider .slider-container {
  width: 100%;
  height: 520px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 20px 2px rgba(50, 81, 172, 0.1);
  border-radius: 20px;
}

.swiffy-slider .slider-container li {
  width: 1020px;
  height: 520px;
}

.swiffy-slider .slider-container li img {
  width: 1020px;
  height: inherit;
  /* margin-top: 20px; */
}

.slider-indicators {
  margin-left: -35px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 1024px;
  width: 100%;
  /* border: 2px solid red; */
  /* margin: auto; */
  top: -206px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* border: 2px solid red; */

}

.slider-indicators button {
  color: transparent;
  font-size: 24px;
  line-height: 30px;
}

.slider-indicators-square .slider-indicators button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  padding: 1px 0 0 0;
  color: #6b6b6b;
  font-weight: 400;
  opacity: 1;
  margin: 10px;
  /* border: 2px solid red; */
}


.slider-indicators-square .slider-indicators button:nth-child(2) {
  /* border: 2px solid red; */
  margin-left: 50px;
}

.slider-indicators-square .slider-indicators button:nth-child(3) {
  /* border: 2px solid red; */
  margin-left: 50px;
}

.slider-indicators-square .slider-indicators button:nth-child(4) {
  /* border: 2px solid red; */
  margin-left: 50px;
}

.slider-indicators-square .slider-indicators button:nth-child(5) {
  /* border: 2px solid red; */
  margin-left: 50px;
}


.slider-indicators>.active {
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slider-indicators.archSlide>.active {
  color: #3251ac;
  text-decoration: underline;
}

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

  .slider-indicators-square .slider-indicators button {
    margin: 0px;
  }

  .slider-indicators button {
    color: transparent;
    font-size: 12px;
    line-height: 10px;


  }

  .more-ques-heading {
    color: #3251ac;
    font-size: 24px;
    width: 100%;
  }

  .more-ques-heading p {
    width: 100%;
  }


  .swiffy-slider {
    max-width: 1024px;
    margin: auto;
    margin-top: 205px;
  }

  .swiffy-slider .slider-container {
    margin: auto;
    /* border: 2px solid red; */
    width: 330px;
    height: 160px;
    border-radius: 12px;
  }

  .swiffy-slider .slider-container li {
    width: 330px;
    height: 160px;
  }

  .swiffy-slider .slider-container li img {
    width: 330px;
    height: 160px;
    margin-top: 0px;
  }

  .slider-indicators {
    /* margin-left: -15px !important; */
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 320px;
    width: 100%;
    /* border: 2px solid red; */
    margin: auto;
    top: -320px;

    /* width: 10%; */

  }

  .slider-indicators-square .slider-indicators button:nth-child(2) {
    /* border: 2px solid red; */
    margin-left: 0px;
  }

  .slider-indicators-square .slider-indicators button:nth-child(3) {
    /* border: 2px solid red; */
    margin-left: 0px;
  }

  .slider-indicators-square .slider-indicators button:nth-child(4) {
    /* border: 2px solid red; */
    margin-left: 0px;
  }

  .slider-indicators-square .slider-indicators button:nth-child(5) {
    /* border: 2px solid red; */
    margin-left: 0px;
  }
}

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

  .slider-indicators {
    margin-left: -15px !important;
  }

}

/*  4th slider */
/* cvl math */
.cerebry-maths-experience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1366px;
  width: 70%;
  margin: auto;
  margin-top: 62px;
  margin-bottom: 64px;
}

.cerebry-maths-experience .content {
  margin: auto;
}

.cerebry-maths-experience .content p {
  font-size: 42px;
  width: 90%;
  font-weight: 700;
  color: var(--background-color);
}

.cerebry-maths-experience .content span {
  font-size: 24px;
  color: #6B6B6B;
}

.cerebry-maths-experience .content .input {
  width: 90%;
  max-width: 664px;
  height: 62px;
  padding: .8rem .5rem;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px 0px #e5e5e5;
  box-shadow: 0px 0px 10px 0px #e5e5e5;
  margin-top: 1rem;
}

.cerebry-maths-experience .content .input input {
  margin: auto;
  outline: none;
  border: none;
  width: 70%;
  font-size: 20px;
}


.cerebry-maths-experience .content .input button {
  float: right;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  background-color: var(--background-color);
  width: 135px;
  height: 40px;
  border: none;
}

.cerebry-maths-experience .img-banner {
  height: 280px;
  width: 300px;
}

.cerebry-maths-experience .img-banner img {
  width: 100%;
  height: 100%;
}

.girls-cards {
  margin-top: 5rem;
  width: 100%;
}

.girls-cards .card-container {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.girls-cards .card-container .girl1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #D7F5F3;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 380px;
  border-radius: 12px;
}

.girls-cards .card-container .girl1 .img {
  height: 100%;
}

.girls-cards .card-container .girl1 .img img {
  width: 200px;
  height: 250px;
  margin-top: -3rem;
  margin-left: -1.8rem;
}

.girls-cards .card-container .girl1 .content {
  margin: auto;
  padding-right: 6px;
}

.girls-cards .card-container .girl1 .content span {
  width: 100%;
  font-size: 16px;
  color: #2E979E;
  font-weight: 600;
}

.girls-cards .card-container .girl1 .content p {
  width: 100%;
  font-size: 11px;
}

.girls-cards .girl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #F3DED7;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 380px;
  border-radius: 12px;
}

.girls-cards .girl2 .img {
  height: 100%;
}

.girls-cards .girl2 .img img {
  width: 180px;
  height: 250px;
  margin-top: -3rem;
  margin-left: -1.8rem;
}

.girls-cards .girl2 .content {
  margin: auto;
  padding-right: 4px;

}

.girls-cards .girl2 .content span {
  width: 100%;
  font-size: 16px;
  color: #AD5234;
  font-weight: 600;
}

.girls-cards .girl2 .content p {
  width: 100%;
  font-size: 11px;
}

.girls-cards .girl3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #DEE1ED;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 380px;
  border-radius: 12px;
}

.girls-cards .girl3 .img {
  height: 100%;
}

.girls-cards .girl3 .img img {
  width: 190px;
  height: 250px;
  margin-top: -3rem;
  margin-left: -1.8rem;
}

.girls-cards .girl3 .content {
  margin: auto;
  padding-left: 5px;
}

.girls-cards .girl3 .content span {
  width: 100%;
  font-size: 16px;
  color: #2E4A9E;
  font-weight: 600;
}

.girls-cards .girl3 .content p {
  width: 100%;
  font-size: 11px;
}

@media screen and (max-width: 1200px) {
  .girls-cards {
    margin: auto;
  }

  .girls-cards .card-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .girls-cards .card-container .girl1 {
    margin-top: 3rem;
  }

  .girls-cards .card-container .girl2 {
    margin-top: 3rem;
  }

  .girls-cards .card-container .girl3 {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 900px) {
  .girls-cards {
    width: 100%;
  }

  .girls-cards .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .girls-cards .card-container .girl1 {
    margin-top: 3rem;
  }

  .girls-cards .card-container .girl2 {
    margin-top: 3rem;
  }

  .girls-cards .card-container .girl3 {
    margin-top: 3rem;
  }
}

/* Mobile */
@media screen and (max-width: 500px) {
  #pin6 {
    left: -150px !important;
  }

  .cerebry-maths-experience {
    margin-top: 56px;
    width: 100%;
    margin-bottom: 30px;
  }

  .cerebry-maths-experience .img-banner {
    display: none;
  }

  .cerebry-maths-experience .content {
    width: 100%;
    text-align: center;
    /*  */
    /*  */
  }

  .cerebry-maths-experience .content p {
    width: 100%;
    font-size: 24px !important;
    font-weight: 700;
    padding: 0 11px;
  }

  .cerebry-maths-experience .content span {
    margin-top: -40px !important;
    font-size: 12px !important;
    width: 100%;
  }

  .cerebry-maths-experience .content .input {
    width: 93%;
    max-width: 600px;
    height: 60px;
    margin: auto;
    margin-top: 14px;
  }

  .cerebry-maths-experience .content .input input {
    /* border: 2px solid; */
    width: 190px;
    float: left;
    font-size: 11px;
    margin-top: 10px;
  }

  .cerebry-maths-experience .content .input input::-webkit-input-placeholder {
    font-size: 11px;
    margin-left: 0px;
  }

  .cerebry-maths-experience .content .input input:-ms-input-placeholder {
    font-size: 11px;
    margin-left: 0px;
  }

  .cerebry-maths-experience .content .input input::-ms-input-placeholder {
    font-size: 11px;
    margin-left: 0px;
  }

  .cerebry-maths-experience .content .input input::placeholder {
    font-size: 11px;
    margin-left: 0px;
  }

  .cerebry-maths-experience .content .input button {
    font-size: 11px;
    width: 100px;
    height: 35px;
  }

  .girls-cards {
    width: 100%;
  }

  .girls-cards .card-container {
    width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .girls-cards .card-container .girl1 {
    margin-top: 3rem;
    margin: 25px auto;
    /* border: 2px solid red; */
    width: 320px !important;
    height: 140px !important;
  }

  .girls-cards .card-container .girl1 .img img {
    width: 150px !important;
    height: 185px !important;
  }

  .girls-cards .card-container .girl1 span {
    font-size: 14px !important;
  }

  .girls-cards .card-container .girl1 p {
    font-size: 10px !important;
  }

  .girls-cards .card-container .girl2 {
    margin-top: 3rem;
    margin: 25px auto;
  }

  .girls-cards .card-container .girl2 {
    margin-top: 3rem;
    margin: 25px auto;
    /* border: 2px solid red; */
    width: 320px !important;
    height: 140px !important;
  }

  .girls-cards .card-container .girl2 .img img {
    width: 140px !important;
    height: 185px !important;
    margin-left: -15px !important;
  }

  .girls-cards .card-container .girl2 span {
    font-size: 14px;
  }

  .girls-cards .card-container .girl2 p {
    font-size: 10px;
  }

  .girls-cards .card-container .girl3 {
    margin-top: 3rem;
    margin: 25px auto;
  }

  .girls-cards .card-container .girl3 {
    margin-top: 3rem;
    margin: 25px auto;
    /* border: 2px solid red; */
    width: 320px !important;
    height: 140px !important;
  }

  .girls-cards .card-container .girl3 .img img {
    width: 140px !important;
    height: 185px !important;
    margin-left: -20px !important;

  }

  .girls-cards .card-container .girl3 span {
    font-size: 14px;
  }

  .girls-cards .card-container .girl3 p {
    font-size: 10px;
  }
}

/* / Mobile */
/* / cvl */
/* our latest math competition */
.background-features5 {
  margin-top: 30px;
}

.background-features5 p {
  color: var(--background-color);
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}

.background-features5 .card {
  background-color: #EBEFF9;
  max-width: 1300px;
  /* width: 1366px; */
  /* margin-right: auto!important; */
}

.background-features5 .main {
  background-color: #EBEFF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 90%;
}

.background-features5 .main .trophy {
  height: 140px;
  width: 180px;
}

.background-features5 .main .trophy img {
  height: 100%;
  width: 100%;
  padding: 1rem;
}

.background-features5 .main .content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1rem;
}

.background-features5 .main .content span {
  color: var(--background-color);
  font-size: 1.3rem;
  font-weight: 600;
}

.background-features5 .main .content .status1 {
  width: 20px;
  color: red;
  background-color: #FAD1D1;
  padding: .1rem;
  font-size: .7rem;
  border-radius: 5px;
  margin-left: 6px;
}

.background-features5 .main .content .status2 {
  width: 20px;
  color: green;
  background-color: #D7F4DF;
  padding: .1rem;
  font-size: .7rem;
  border-radius: 5px;
  margin-left: 6px;
}

.background-features5 .main .content .status2 img {
  padding: .2rem;
}

.background-features5 .main .content p {
  font-size: .8rem;
  text-align: justify;
  color: #6B6B6B;
  width: 90%;
}

.background-features5 .main .content button {
  border: none;
  background: transparent;
  color: #3251AC;
  font-size: .7rem;
  font-weight: 600;
}

.background-features5 .main .date-calender {

  margin: auto;
  padding: 1rem;
}

.background-features5 .main .date-calender .img2 {
  height: 3rem;
  width: 3rem;
  margin: auto;
}

.background-features5 .main .date-calender .img2 img {
  width: 100%;
  height: 100%;
}

.background-features5 .main .date-calender p {
  font-size: 1rem;
  margin-bottom: -.5rem;
  margin: .5rem;
}

.background-features5 .main .date-calender .p2 {
  margin-top: -.5rem;
  font-size: .9rem;
}

.background-features5 .main .date-calender button {
  margin: auto;
  padding: 2px 1rem;
  background-color: #3251AC;
  border: none;
  color: #fff;
  font-size: .8rem;
  border-radius: .5rem;
}

.background-features5 .main .date-calender button img {
  padding: .2rem;
}

.background-features5 .swiper-pagination5 {
  position: absolute;
  width: 50% !important;
  margin-left: -10px;
  margin-bottom: -2.5rem;
}

.background-features5 .swiper-pagination-bullet5 {
  height: 7px;
  width: 7px;
  border-radius: 25px;
  background: #3251AC !important;
  float: left;
}

.background-features5 .next-prev-buttons5 {
  /* border:2px solid red; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* letter-spacing: 10px; */
  position: absolute;
  bottom: -41px;
  right: 0;
}

.background-features5 .prev-btn5,
.background-features5 .next-btn5 {
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  text-align: center;
  padding: 3px;
  background-color: #3251AC !important;
  margin-right: 1rem;
}

.latest-math-competition-slide {
  /* border: 2px solid red; */
  margin-left: -5px !important;
}

.latest-math-competition-slider {
  margin-bottom: 84px;
}

/* Mobile */
@media screen and (max-width: 500px) {
  .background-features5 {
    /*  */
    /*  */
  }

  .background-features5 p {
    font-size: 24px;
  }

  .background-features5 .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .background-features5 .main .content {
    margin-top: -12px;
  }

  .background-features5 .main .content span {
    font-size: 18px;
  }

  .background-features5 .main .content .status1 {
    font-size: 11px;
  }

  .background-features5 .main .content .status2 {
    font-size: 9px;
  }

  .background-features5 .main .content p {
    font-size: 11px;
  }

  .background-features5 .main .trophy {
    display: none;
  }

  .background-features5 .main .date-calender .img2 {
    width: 80px !important;
    height: 80px;
  }

  .background-features5 .main .date-calender .img2 img {
    width: 100%;
    height: 100%;
  }

  .background-features5 .main .date-calender p {
    font-size: 16px;
  }

  .background-features5 .main .date-calender .p2 {
    font-size: 12px;
  }

  .background-features5 .swiper-pagination5 {
    margin-left: 3rem;
    margin-bottom: -3rem;
  }

  .background-features5 .next-prev-buttons5 {
    right: 1rem;
  }

  .latest-math-competition-slider {
    /* border: 2px solid red; */
    margin-left: 40px !important;
    width: 320px !important;
    height: 360px !important;
    margin: auto !important;
    margin-bottom: 20px !important;
  }

  .latest-math-competition-swiper {
    /* border: 2px solid blue; */
  }

  .latest-math-competition-wrapper {
    /* border: 2px solid green; */
  }

  .latest-math-competition-slide {
    /* border: 2px solid violet; */
    margin-left: 2px !important;
    width: 290px !important;
    height: 320px !important;
  }

  .latest-compe-inner-heading {
    /* border: 2px solid red; */
    /* margin-top: 100px !important; */
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .background-features5 .main .date-calender {

    margin: auto;
    padding: 1rem;
  }

  .background-features5 .main .date-calender .img2 {
    width: 40px !important;
    height: 40px !important;
  }

  .background-features5 .main .date-calender .img2 img {
    width: 40px !important;
    height: 40px !important;

  }

  .latest-math-15th {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .background-features5 .main .content {
    padding: 0rem !important;
  }

  .latest-math-15th-para {
    font-size: 10px !important;
  }

  .date-upcoming {
    margin-top: -20px !important;
    /* border: 2px solid red; */
    margin-bottom: 20px !important;
  }

  .date-previous {
    /* border: 2px solid red; */
    margin-top: -30px !important;
    margin-bottom: 30px !important;
  }

  .date-previous .img2 {
    width: 200px !important;
    height: 150px !important;
  }

  .background-features5 .swiper-pagination5 {
    position: absolute;
    width: 50% !important;
    margin-left: -5px !important;
    margin-bottom: -2rem !important;
  }


  .background-features5 .next-prev-buttons5 {
    position: absolute;
    bottom: -2rem !important;
    right: -10px !important;
  }

  .background-features5 .prev-btn5,
  .background-features5 .next-btn5 {
    height: 26px !important;
    width: 26px !important;
    border-radius: 1rem;
    text-align: center;
    padding: 0px;
    background-color: #3251AC !important;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .background-features5 .next-btn5 .fa-arrow-right {
    /* border: 2px solid red; */
    margin-top: 7px !important;
  }

  .background-features5 .prev-btn5 .fa-arrow-left {
    /* border: 2px solid red; */
    margin-top: 7px !important;
  }
}

/* / Mobile */
/* / our latest math competition */
/* access the power */
.access-power {
  margin-right: 10px;
  width: 100%;
  height: 210px;
  margin: auto;
  background-color: #fff;
  font-size: 24px;
  font-weight: 500;

  text-align: center;
  /* border: 2px solid red; */
}

.access-power .main {
  border: 2px solid #EBEFF9;
  background-color: #EBEFF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-top: 30px;

  /* margin-left: 10px !important; */
  margin: auto;
  border-radius: 10px;
}

.access-power .main .img-access {
  display: none;
}

.access-power .main .trophy {
  height: 10rem;
  width: 13rem;
}

.access-power .main .trophy img {
  height: 100%;
  width: 95%;
  margin-left: 10px;
}

.access-power .main .content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  padding: 1rem;
}

.access-power .main .content span {
  color: var(--background-color);
  font-size: 1.3rem;
  font-weight: 600;
}

.access-power .main .content p {
  font-size: .8rem;
  text-align: justify;
  color: #6B6B6B;
  width: 100%;
}

.access-power .main .date-calender2 {
  height: 30%;
  margin: auto;
  padding: 1rem;
}

.access-power .main .date-calender2 p {
  font-size: 1rem;
  margin-bottom: -.5rem;
  margin: .5rem;
}

.access-power .main .date-calender2 .p2 {
  margin-top: -.5rem;
  font-size: .9rem;
}

.access-power .main .date-calender2 button {
  margin: auto;
  padding: 10px .6rem;
  background-color: #3251AC;
  border: none;
  color: #fff;
  font-size: .8rem;
  border-radius: .5rem;
  width: 10rem;
}

.access-power .main .date-calender2 button img {
  /* float: left; */
  margin-right: 8px;
}

/* Mobile */

/* @media screen and (max-width: 900px) {
  .access-power {
    width: 100%;
  }
} */
@media screen and (max-width: 500px) {
  .access-power {
    width: 100%;
    /* margin-left: -4px !important; */
    margin-bottom: 220px;
    margin-top: 110px;
    height: 220px !important;
  }

  .access-power .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 95%;
  }

  .access-power .main .trophy {
    display: none;
  }

  .access-power .main .content {
    text-align: center !important;
    margin-top: -50px !important;
  }

  .access-power .main .content span {
    font-size: 18px;
  }

  .access-power .main .content p {
    text-align: center !important;
    margin-top: 5px;
  }

  .access-power .main .date-calender2 .img-access {
    display: block;
    height: 8rem;
    width: 9rem;
  }

  .access-power .main .date-calender2 button {
    margin-top: -70px !important;
    /* border: 2px solid red; */
  }
}

/* / Mobile */
/* / access the power */
/* cerebry VL */
.cerebryVl {
  max-width: 1366px;
  margin: auto;
  background-color: rgba(243, 245, 252, 1);
}

.cerebryVl .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  width: 70%;
}

.cerebryVl .main .content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
}

.cerebryVl .main .content span {
  color: var(--background-color);
  font-size: 46px;
  font-weight: 500;
  width: 5rem;
  line-height: 76px;
}

.cerebryVl .main .content p {
  font-size: 24px;
  text-align: justify;
  color: #6B6B6B;
  width: 90%;
}

.cerebryVl .main .date-calender {
  height: 30%;
  margin: auto;
  padding: 1rem;
}

.cerebryVl .main .date-calender .img2 {
  height: 12rem;
  width: 12rem;
  margin: auto;
}

.cerebryVl .main .date-calender .img2 img {
  width: 100%;
  height: 100%;
}

.cerebryVl .main .date-calender p {
  font-size: .9rem;
  margin-bottom: -.5rem;
  margin: .5rem;
}

.cerebryVl .main .date-calender .p2 {
  margin-top: -.5rem;
  font-size: .9rem;
}

.cerebryVl .main .date-calender button {
  margin: auto;
  padding: 4px 1.5rem;
  background-color: #3251AC;
  border: none;
  color: #fff;
  font-size: 1.15rem;
  border-radius: .5rem;
}

.cerebryVl .main .date-calender button img {
  height: 2rem;
  padding: .2rem;
  margin-right: .2rem;
}

/* Mobile */
@media screen and (max-width: 500px) {
  .cerebryVl {
    margin-top: -4rem;
  }

  .cerebryVl .main {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cerebryVl .main .content {
    width: 100%;
    text-align: center;
  }

  .cerebryVl .main .content span {
    font-size: 22px;
    width: 100%;
    line-height: 0px;
  }

  .cerebryVl .main .content p {
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
}

/* / Mobile */
/* /cerebry VL */
/* Footer */
/* footer */
.adjusting-footer {
  margin-left: -10rem;
}

.mar-x {
  margin-left: -4rem;
}

.mar {
  width: 30%;
  margin-left: .2rem;
}

.i-icons {
  margin-left: -1rem;
}

/* /footer */
/* footer */
.adjusting-footer {
  margin-left: -10rem;
}

.row-wise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

.mar-x {
  margin-left: -4rem;
}

.i-icons {
  margin-left: -1rem;
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* right: 30px; */
  width: fit-content;
  /* border: 2px solid red; */

}


.icons div {
  margin: 0;
  width: 30px !important;
  /* border: 2px solid yellow; */
}


.icons div img {
  margin: 0;
  width: 40px;
  height: 35px;
  /* border: 2px solid red; */
}

.box-footer {
  display: flex;
  flex-direction: row;
  gap: 10px;

  /* flex-wrap: wrap; */
  .box-footer-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-texts {
    width: 100%;

    .footer-texts-quick-link {
      display: flex;
      /* gap: 24px; */
      width: 100%;
      justify-content: space-around;
      color: #FFF;

      .text-center {
        p.fw-bold {
          color: #FFF;
          text-align: center;
          font-family: Mulish;
          font-size: 24px;
          font-style: normal;
          font-weight: 700;
          line-height: 24px;
          /* 100% */
        }

        ul.list-unstyled {
          color: #FFF;
          text-align: center;
          font-family: Mulish;
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: 24px;

          /* 171% */
          li {
            margin-bottom: 10px;
          }
        }
      }

      /* 100% */
    }

    .footer-reserved {
      color: #fff;
      background-color: #253C7E;
      width: 100%;
      height: 62px;
      margin-bottom: -3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 15px;
      position: absolute;
      left: 0;
      /* bottom: 0; */

      color: #FFF;
      text-align: center;
      font-family: Mulish;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;

      /* 240% */
      a {
        cursor: pointer;
        color: #fff;
        text-decoration: none;
      }

      a:hover {
        color: #fff;
        text-decoration: underline;
      }
    }
  }
}

@media screen and (max-width: 800px) {
  .box-footer {
    flex-direction: column !important;
    gap: 60px !important;

    .footer-texts {
      .footer-texts-quick-link {
        .text-center {
          p.fw-bold {
            color: #FFF;
            font-size: 16px;
            line-height: 16px;
            /* 100% */
          }

          ul.list-unstyled {
            color: #CCC !important;
            font-size: 14px;
            line-height: 14px;

            /* 171% */
            li {
              margin-bottom: 10px;
            }
          }
        }

        /* 100% */
      }

      .footer-reserved {
        font-size: 10px;
      }

    }
  }

}

@media screen and (max-width: 1200px) {
  .row-wise {
    width: 90% !important;
  }
}

@media only screen and (max-width: 992px) {
  .row-wise {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .icons div {
    margin: auto;
  }
}

/* Mobile */
@media screen and (max-width: 500px) {
  .p-4 a img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-reserved {
    text-align: center;
    font-size: 10px;
    margin-left: 0rem;
  }
}

/* / Mobile */
/* / Footer */
/*# sourceMappingURL=style.css.map */



/* manipulative style */

.hero_manipulative {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.main_manipulative {
  height: 100%;
  display: flex;
  justify-content: center;
}

.title-popular {
  color: #B8B8B8;
  font-size: 24px;
  font-family: Mulish;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.manipulative_container {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 15px 1px rgba(46, 46, 46, 0.05);
}

.title-manipulative-container {
  width: 342px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 10px;
}

.sub_title_manipulative {
  color: #B8B8B8;
  font-size: 12px;
  font-family: Mulish;
  line-height: 12px;
  margin-bottom: 4px;
}

.title-manipulative {
  color: #333;
  font-size: 24px;
  font-family: Mulish;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0px;
}

.chip_manipulative {
  display: inline-flex;
  padding: 4px 8px 5px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #ECB5EE;
  color: #831F85;
  font-size: 12px;
  font-family: Mulish;
  line-height: 12px;
  margin-left: 16px;
  margin-top: 4px;
}

.description_manipulative {
  margin-top: 12px;
  display: flex;
  width: 330px;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: 16px;
  margin-right: 16px;
}

.rate__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 330px;
  margin-left: 16px;
  margin-top: 12px;
  padding-bottom: 16px;
}

.playNow_button {
  width: 162px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(120deg, #5EBDFC 0%, #067FD0 100%);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.playNow_button_text {
  text-decoration: none;
  border: none;
  color: white;
}


.playNow_button_text:hover {
  text-decoration: none;
  border: none;
  color: white;
}

.rate_now_text {
  color: #B8B8B8;
  font-size: 12px;
  font-family: Mulish;
  line-height: 12px;
  margin-bottom: 0px;
}