/*do not delete this- fallback for body font-size attribute with "vmin" unit*/

/*media conditional style for body font size*/

/*
Addition made by Ashish Gurung
*/
/*@font-face {
font-family: kalimati, inherit;*/
/*madan.ttf*/
/*src: url(kalimati.ttf);*/
/*src: url(../fonts/anushri/Amarapur-Regular.otf);*/
/*src: url(../fonts/anushri/Bhotojatra-Regular.otf);*/
/*src: url(../fonts/anushri/BungamatiNew-Regular.otf);*/
/*src: url(../fonts/anushri/Karunamaya-Regular.otf);*/
/*src: url(../fonts/anushri/Machhendranath-Regular.otf);*/
/*src: url(../fonts/madan2.ttf);*/
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*}

@font-face {
font-family: calibri;
src: url(../fonts/calibri.ttf);
}

body:lang(np), .mainBox:lang(np){
font-family: kalimati !important;
}

body:lang(en), .mainBox:lang(en){
font-family: calibri;
}*/

/*
Addition made by Ashish Gurung complete
*/
@media (min-width: 1px) and (max-width: 100px) {
  body {
    font-size: 2px;
  }
  body:lang(np) {
    font-size: 2px;
  }
  body:lang(en) {
    font-size: 2px;
  }
}

@media (min-width: 100px) and (max-width: 400px) {
  body {
    font-size: 8px;
  }
  body:lang(np) {
    font-size: 8px;
  }
  body:lang(en) {
    font-size: 7px;
  }
}

@media (min-width: 400px) and (max-width: 900px) {
  body {
    font-size: 10px;
  }
  body:lang(np) {
    font-size: 11px;
  }
  body:lang(en) {
    font-size: 9px;
  }
}

@media (min-width: 900px) and (max-width: 1100px) {
  body {
    font-size: 12px;
  }
  body:lang(np) {
    font-size: 14px;
  }
  body:lang(en) {
    font-size: 13px;
  }
}

@media (min-width: 1100px) and (max-width: 1300px) {
  body {
    font-size: 15px;
  }
  body:lang(np) {
    font-size: 15px;
  }
  body:lang(en) {
    font-size: 14px;
  }
}

@media (min-width: 1300px) and (max-width: 1400px) {
  body {
    font-size: 18px;
  }
  body:lang(np) {
    font-size: 14px;
  }
  body:lang(en) {
    font-size: 14px;
  }
}

/* prithivi media quries*/
@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .index .col-centered {
    margin-top: -0.1% !important;
  }

  .indexlangswitchcontainer {
    top: 20% !important;
    font-size: 1.1em !important;
  }

  .subject .langswitchcontainer {
    font-size: 1.1em !important;
  }

  .subject .col-centered {
    margin-top: 0px !important;
  }

  header #navbar .oleLogo {
    margin: 0.5% -10% 0.5% 10% !important;
  }

  #navbar .titleMenu {
    margin: 7px -10% !important;
  }

  #navbar .titleMenu a {
    padding: 6px 23px 5px !important;
    font-size: 1.3em !important;
  }

  .startPageTopTitleBar .langSwitch {
    margin: 6px -10% 5px 4% !important;
  }

  .startPageBreadCrum {
    font-size: 1.2em !important;
    margin: 4px !important;
  }

  .startPageTopTitleBar .ole-logo {
    margin: -2% 0% 0 75% !important;
  }

  .startPageTopTitleBar .titleMenu {
    width: 100px !important;
    margin: 7px 0 !important;
    font-size: 1.3em;
  }

  .activityPageBreadCrum .bread_crumb {
    font-size: 1.7em !important;
  }

  .lessonTab {
    margin-left: 50px !important;
  }

  .exerciseTab {
    margin-left: -130px !important;
  }

  #navbar .lessonExerciseTab .active {
    padding-top: 3% !important;
  }

  #navbar .btn-default {
    margin-right: 20px !important;
    margin-top: 0 !important;
    font-size: 1.6em !important;
    width: 120px !important;
  }

  .langSwitch {
    margin-top: 10px !important;
    font-size: 1.1em !important;
  }

  #navbar .activityPageBreadCrum {
    margin-top: -9px;
  }
}

@media (max-width: 1827px) {
  .exerciseTab {
    margin-left: -110px !important;
  }
}

@media (max-width: 1680px) {
  .exerciseTab {
    margin-left: -90px !important;
  }
}

@media (max-width: 1575px) {
  .exerciseTab {
    margin-left: -70px !important;
  }
}

@media (max-width: 1299px) {
  .ole-logo {
    margin: 0 !important;
  }

  .titleMenu a {
    font-size: 1em !important;
  }

  #navbar .lessonExerciseTab .exerciseTab {
    margin-left: -17% !important;
  }

  #navbar .langSwitch {
    margin-top: 0.8% !important;
  }

  /* Index page header */
  /*.index-intro-subject-box h3 {
  font-size: 1.3em!important;
  }*/

  .indexlangswitchcontainer {
  }

  .startPageTopTitleBar {
    font-size: 0.8em !important;
  }

  .startPageTopTitleBar .titleMenu {
    margin: 10px -10% !important;
    font-size: 1.1em !important;
  }

  .startPageBreadCrum {
    line-height: 18px !important;
    margin-top: 10px !important;
    font-size: 1.2em !important;
  }

  .bread_crumb {
    font-size: 1em !important;
  }

  .startPageTopTitleBar .ole-logo {
    margin-left: 40% !important;
  }

  .startPageTopTitleBar .langSwitch {
    font-size: 1.1em !important;
  }

  #navbar .langSwitch {
  }
}

@media (max-width: 1280px) {
  .ole-logo {
  }

  .titleMenu {
    padding: 4px 20px !important;
    font-size: 1em !important;
    margin: 8% -20% !important;
  }

  #navbar .lessonExerciseTab .exerciseTab {
    margin-left: -18% !important;
  }

  header #navbar .helpIcon {
    margin-top: 0.9% !important;
  }

  header #navbar .helpIcon span {
    font-size: 1.8em !important;
  }

  .startPageBreadCrum {
    line-height: 18px !important;
  }

  .bread_crumb {
    font-size: 1em !important;
  }

  #navbar .langSwitch {
  }

  .startPageTopTitleBar .langSwitch {
    font-size: 1.1em !important;
    margin-left: 5% !important;
  }

  .startPageTopTitleBar .titleMenu {
    margin-top: 7px !important;
  }
}

@media (max-width: 1199px) {
  .subject .col-centered {
    margin-top: 3% !important;
    height: 67% !important;
  }

  header #navbar .oleLogo {
  }

  #navbar .oleLogo img {
    margin-top: 2px !important;
  }

  #navbar .titleMenu {
    margin: 6px -25px !important;
  }

  #navbar .titleMenu a {
    padding: 6px 16px !important;
    font-size: 1em !important;
  }

  #navbar .bread_crumb {
  }

  #navbar .lessonExerciseTab {
  }

  #navbar .lessonExerciseTab .exerciseTab {
    margin-left: -14% !important;
  }

  #navbar .langSwitch {
  }

  /*HelpIcon*/
  /*header #navbar .helpIcon {
  margin-top: 0.9%!important;
}

header #navbar .helpIcon span {
font-size: 2em;
}*/

  /* Index header */
  .startPageTopTitleBar .ole-logo {
    height: 75% !important;
  }

  .startPageTopTitleBar .titleMenu a {
    margin: 0% -10% !important;
  }
}

@media (max-width: 1198px) {
  .startPageTopTitleBar {
    font-size: 1em !important;
  }

  .startPageBreadCrum {
    line-height: 20px !important;
    font-size: 1em !important;
    width: 46%;
  }

  /* Index pge header */
  .ole-logo {
  }

  /*.index-intro-subject-box h3 {
  top: 24%!important;
  font-size: 1.1em!important;
  }*/

  .startPageTopTitleBar .titleMenu {
    margin: 3.5px 0% !important;
  }

  .startPageTopTitleBar .langSwitch {
    font-size: 0.9em !important;
    margin: 10px -6% 0 1% !important;
  }
}

@media (max-width: 1099px) {
  /* Index header */
  /*.index-intro-subject-box h3{
  top: 24%!important;
  font-size: 1.3em!important;
  }*/

  .indexlangswitchcontainer {
    top: 1% !important;
  }

  .langswitchcontainer {
    font-size: 1.1em !important;
  }

  /* Start Page*/
  .startPageTopTitleBar {
    padding: 15px 0 !important;
    font-size: 1em !important;
  }

  .startPageTopTitleBar .ole-logo {
    margin-top: -32% !important;
    margin-left: 40%;
    height: 60% !important;
  }

  .startPageTopTitleBar .titleMenu {
    font-size: 1.2em !important;
    margin: -5px -10% !important;
  }

  .startPageBreadCrum {
    margin: -6px -12px 0 !important;
    font-size: 1.4em !important;
    width: 57%;
  }

  .startPageTopTitleBar .langSwitch {
    font-size: 1.2em !important;
    margin: 1px -6% 0 -8% !important;
  }
}

@media (max-width: 1098px) {
  header #navbar {
    font-size: 14px;
  }

  #navbar .oleLogo img {
    height: 70% !important;
    margin-top: 3px !important;
  }

  #navbar .bread_crumb {
    margin: 1% 0 !important;
    font-size: 17px !important;
  }

  #navbar .titleMenu {
    margin: 10px -25px !important;
  }
  /*
  #navbar .bread_crumb{
  margin: 3% 0!important;
  font-size: 1.1em!important;
  }*/

  #navbar .lessonExerciseTab {
    margin-top: 0% !important;
  }

  #navbar .lessonExerciseTab .exerciseTab {
    margin-left: -10% !important;
  }

  #navbar .langSwitch {
    margin-top: 13px !important;
    width: 9%;
  }

  header #navbar .helpIcon {
    margin-top: 1.5% !important;
  }
  /* Index page */
  /*.index-intro-subject-box h3 {
  font-size         : 1.3em!important;
  top               : 20%!important;
  padding           : 7px 10px!important;
  left              : 22%!important;
  width             : 55%!important;
  }*/

  /* Index page header */
  /*.index-intro-subject-box h3 {
  top: 28%!important;
  font-size: 1.4em!important;
  }*/

  .indexlangswitchcontainer {
    margin: 1.5% 0 !important;
    font-size: 1.1em !important;
  }

  .langswitchcontainer {
    font-size: 1.2em !important;
  }
}

@media (max-width: 991px) {
  .subject .col-centered {
    margin: 0 auto;
    margin-top: 0.1%;
    margin-right: 3%;
    height: 78%;
  }

  header #navbar {
    font-size: 15px;
  }

  header #navbar .oleLogo {
    margin: 6px 0 0 -5% !important;
  }

  #navbar .oleLogo img {
    height: 60% !important;
  }

  #navbar .titleMenu {
    margin-left: 10% !important;
    margin-top: 12px !important;
  }

  #navbar .titleMenu a {
    padding: 6px 15px !important;
  }

  #navbar .bread_crumb {
    margin: 2% 0 !important;
    font-size: 0.9em !important;
  }

  #navbar .langSwitch {
    margin-top: 2.9% !important;
  }

  #navbar .lessonExerciseTab {
    font-size: 0.9em;
    margin-top: 0px !important;
    margin-left: 10% !important;
    margin-right: -5% !important;
  }

  #navbar .btn-default {
    font-size: 1em !important;
    width: 80px !important;
    height: 40 !important;
  }

  #navbar .lessonExerciseTab .active {
    width: 80px !important;
    height: 100% !important;
  }

  #navbar .lessonExerciseTab .lessonTab {
    margin-right: 20px;
  }

  #navbar .langSwitch {
    width: 11%;
    margin: 11px 0 0 9% !important;
  }

  header #navbar .helpIcon {
    margin-top: 1.7% !important;
  }

  /* Index page */
  /*.index-intro-subject-box h3 {
  font-size         : 1.3em!important;
  top               : 20%!important;
  padding           : 7px 10px!important;
  left              : 22%!important;
  width             : 55%!important;
  }*/

  /* Index page header */
  /*.index-intro-subject-box h3 {
  top: 22%!important;
  font-size: 1.2em!important;
  }*/

  .indexlangswitchcontainer {
    margin: 2% 0 !important;
    font-size: 1.3em !important;
  }

  /*start header*/
  .startPageTopTitleBar .ole-logo {
    margin-top: -8px !important;
    height: 60% !important;
  }

  .startPageTopTitleBar .titleMenu {
    margin: -5px 0 -7% 0% !important;
  }

  .startPageBreadCrum {
    line-height: 15px !important;
    font-size: 1.2em !important;
    margin-left: 0% !important;
    margin-right: 1% !important;
    width: 45% !important;
  }

  .startPageTopTitleBar .langSwitch {
    margin-top: 1px !important;
    margin-left: 21% !important;
    margin-right: -7% !important;
    font-size: 1.2em !important;
    width: 18%;
  }
  .startPageBreadCrum {
    margin: -2px -12px 0 !important;
    font-size: 1.2em !important;
  }
}

@media (max-width: 909px) {
  header #navbar .oleLogo {
    margin: 6px 0 0 -28% !important;
  }

  #navbar .oleLogo img {
    height: 60% !important;
  }

  #navbar .titleMenu {
  }

  #navbar .titleMenu a {
    padding: 6px 15px !important;
  }

  /*start header*/
  .startPageTopTitleBar .ole-logo {
    margin-top: -65% !important;
    margin-left: 40%;
    height: 60% !important;
  }

  .startPageTopTitleBar .titleMenu {
  }

  .startPageBreadCrum {
    line-height: 15px !important;
    margin-top: -0.5% !important;
  }

  .startPageBreadCrum .langSwitch {
    margin-top: -1% !important;
    margin-left: 15% !important;
  }
}

@media (max-width: 865px) {
  #navbar .titleMenu {
    margin-left: -4px !important;
    margin-top: 12px !important;
  }

  #navbar .lessonExerciseTab .exerciseTab {
    margin-left: -5% !important;
  }

  #navbar .langSwitch {
    width: 100px;
    font-size: 0.8em;
    margin: 1.5% -15% 0 9% !important;
  }

  .startPageTopTitleBar {
    padding: 20px 0 !important;
    font-size: 1em !important;
  }

  .startPageTopTitleBar .ole-logo {
    margin-top: -75% !important;
    margin-left: 40%;
    height: 55% !important;
  }

  .startPageTopTitleBar .titleMenu {
    margin: -22% 20% !important;
    font-size: 1.1em !important;
  }

  .startPageBreadCrum {
    margin-top: -0.7% !important;
  }

  .startPageTopTitleBar .langSwitch {
    margin: -0.5% -10% 0 20% !important;
  }
}

@media (max-width: 820px) {
  #navbar .lessonExerciseTab .exerciseTab {
    margin-left: -5% !important;
  }

  #navbar .langSwitch {
    width: 100px;
    margin: 1.5% -10% 0 6% !important;
    text-align: center;
    font-size: 0.8em;
  }

  #navbar .bread_crumb {
    margin-left: 14% !important;
  }

  /*START PAGE*/
  .startPageTopTitleBar .ole-logo {
    margin: -80% 0 !important;
    margin-left: 40%;
  }

  .startPageTopTitleBar .titleMenu {
    margin: -21% 0 !important;
    font-size: 1.1em !important;
  }

  .startPageBreadCrum {
    width: 50% !important;
    margin: -1% -10% 0 -3% !important;
    line-height: 13px !important;
  }

  .startPageTopTitleBar .langSwitch {
    margin-left: 26% !important;
  }
}

@media (max-width: 766px) {
  #navbar .lessonExerciseTab .exerciseTab {
    margin-left: -9% !important;
  }
  /* Index header */
  .indexlangswitchcontainer {
    margin: 1.2% 0 !important;
    font-size: 1.1em !important;
  }
  .startPageTopTitleBar {
    padding: 18px 0 !important;
    font-size: 1em !important;
  }

  .startPageTopTitleBar .ole-logo {
    margin-top: -60% !important;
    margin-left: 40%;
    height: 55% !important;
  }

  .subject .col-centered {
    margin: 0 auto;
    margin-top: -0.7% !important;
  }

  .index .col-centered {
    margin: 0 auto;
    margin-top: -0.7% !important;
  }

  /*Start Page*/
  .startPageTopTitleBar .titleMenu {
    margin: -18% 0 !important;
  }

  .startPageBreadCrum {
    margin-top: 0% !important;
    line-height: 13px !important;
  }

  .startPageTopTitleBar .langSwitch {
    margin-left: 6% !important;
  }
}

@media (max-width: 764px) {
  .indexlangswitchcontainer {
    margin: 1.4% 0 !important;
    font-size: 1.1em !important;
  }

  .startPageTopTitleBar .langSwitch {
    margin-left: 18% !important;
    width: 15% !important;
  }

  .startPageBreadCrum {
    margin-top: -0.5% !important;
    width: 55% !important;
  }
}

@media (max-width: 760px) {
  #navbar .langSwitch {
    margin-left: 8% !important;
  }

  /*.index-intro-subject-box h3 {
  font-size         : 1.3em!important;
  top               : 20%!important;
  padding           : 7px 10px!important;
  left              : 22%!important;
  width             : 55%!important;
  }*/

  .startPageBreadCrum {
    margin-top: -0.5% !important;
    margin-right: -5% !important;
  }
}

@media (max-width: 690px) {
  #navbar .bread_crumb {
    margin-left: 14% !important;
  }

  #navbar .langSwitch {
    margin-left: 9% !important;
    margin-top: 15px !important;
  }

  .startPageBreadCrum {
    text-align: left !important;
    margin-top: -0.5% !important;
    margin-right: -10% !important;
  }
  .startPageTopTitleBar .langSwitch {
    margin-left: 23% !important;
    width: 15% !important;
  }
}

@media (max-width: 674px) {
  header #navbar {
    font-size: 12px;
    height: 9% !important;
  }
  header #navbar .oleLogo {
    margin: 18% 0 0 -40% !important;
  }
  #navbar .oleLogo img {
    height: 450% !important;
  }

  #navbar .buttons {
    margin-left: -18% !important;
    margin-right: 0% !important;
  }

  #navbar .titleMenu {
    margin: 14px 0 0 -7px !important;
  }

  #navbar .titleMenu a {
    padding: 5px 13px !important;
    margin-left: 20% !important;
  }

  #navbar .bread_crumb {
    margin: 6% 0 0 -7% !important;
  }

  #navbar .lessonExerciseTab {
    margin-top: 0.5% !important;
    font-size: 0.8em !important;
  }

  #navbar .btn-default {
    font-size: 1.2em !important;
    width: 60px !important;
    padding: 1px 2px !important;
  }

  #navbar .lessonExerciseTab .active {
    width: 65px !important;
    height: 1100% !important;
  }

  #navbar .lessonExerciseTab .lessonTab {
    margin-right: 20px;
  }

  #navbar .langSwitch {
    margin-top: 2% !important;
  }

  header #navbar .helpIcon {
    margin-top: 3.2% !important;
  }

  /*Index page*/
  /*.index-intro-subject-box h3 {
  font-size         : 1.2em!important;
  top               : 18%!important;
  }*/

  .indexlangswitchcontainer {
    margin: 1.6% 0 !important;
    font-size: 1.2em !important;
  }

  .startPageTopTitleBar .ole-logo {
    height: 50% !important;
    margin-top: -60% !important;
  }

  .startPageTopTitleBar .titleMenu {
    margin-top: -28% !important;
    margin-left: -90% !important;
  }

  .startPageBreadCrum {
    width: 58% !important;
    margin-top: -1px !important;
    margin-left: -4% !important;
    margin-right: 0% !important;
  }
  .startPageTopTitleBar .langSwitch {
    margin-left: 14% !important;
    width: 15% !important;
  }
}

@media (max-width: 628px) {
  header #navbar .oleLogo {
    margin-left: -70% !important;
    margin-top: 20% !important;
  }

  header #navbar .titleMenu {
    margin-left: -10px !important;
  }

  #navbar .activityPageBreadCrum {
    margin: 0 -6% 0 5% !important;
    width: 200px;
  }

  #navbar .bread_crumb {
    padding: 0;
    margin: 0;
  }

  #navbar .lessonExerciseTab {
    margin-left: 5% !important;
  }

  #navbar .langSwitch {
    margin-top: 3% !important;
    margin-right: -15% !important;
  }

  /*.index-intro-subject-box h3 {
  top: 17%!important;
  }*/

  .startPageTopTitleBar .ole-logo {
    height: 50% !important;
    margin-top: -80% !important;
  }

  .startPageTopTitleBar .titleMenu {
    margin-top: -32% !important;
  }

  .startPageBreadCrum {
    margin-left: -11% !important;
    margin-right: 0% !important;
    width: 68% !important;
  }

  .startPageTopTitleBar .langSwitch {
    margin-left: 8% !important;
    width: 16% !important;
  }
}

@media (max-width: 594px) {
  .startPageTopTitleBar .ole-logo {
    margin-top: -100% !important;
    height: 50% !important;
  }

  #navbar .lessonExerciseTab {
    margin-left: 4% !important;
    font-size: 0.6em !important;
  }

  #navbar .lessonExerciseTab .lessonTab {
    margin-left: -10px !important;
  }

  #navbar .lessonExerciseTab .active {
    width: 55px !important;
  }

  #navbar .btn-default {
    width: 50px !important;
  }

  #navbar .langSwitch {
    margin-top: 1.5% !important;
    width: 50px !important;
  }

  /*.index-intro-subject-box h3 {
  top : 12%!important;
  font-size: 1em!important;
  }*/
}

@media (max-width: 535px) {
  #navbar .activityPageBreadCrum {
    margin: 0 -10% 0 5% !important;
    width: 200px;
  }

  /*.index-intro-subject-box h3 {
  font-size: 1em!important;
  top : 8%!important;
  padding: 5px 4px!important;
  }*/

  .indexlangswitchcontainer {
    margin: 2% 0 !important;
    font-size: 1.1em !important;
  }

  /*.index-intro-subject-box h3 {
  top: 10%!important;
  font-size: 1em!important;
  }*/

  .startPageTopTitleBar {
    padding: 20px 0 0 !important;
    font-size: 1em !important;
  }

  .startPageTopTitleBar .ole-logo {
    margin-top: -6px !important;
    height: 50% !important;
  }

  .startPageTopTitleBar .titleMenu {
    margin-top: -70% !important;
  }

  .startPageBreadCrum {
    margin-top: -1.5% !important;
    font-size: 1em !important;
  }
}

/* body{
font-size: 2.1vmin;
}

body :lang(en) {
font-size: 2.5vmin;
} */

/************** Usage *******************
use this as an example for setting different attribute for elements
when the language is switched to english or nepali or other
-suppose we want it for english language for an element b.testelementenglish:

body:lang(en) b.testelementenglish{
font-size: 2em !important;
}

this says any b.testelementenglish child of body with lang english will
have font size 2em
*********************************/

/*general and common styles*/
.allgradient {
  background: #f9f9fb;
}

ul {
  list-style: none;
}

.logocontainer > a {
  width: 400px;
}

header /*.colorPurple*/ {
  background: #36364b;
  border-radius: 0;
  padding: 0.5% 0 0 0;
  margin-bottom: 15px;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
}

/*header .navbar .active {
text-decoration: underline;
}*/

header #navbar .oleLogo {
  margin: 0.5% 0;
}

header #navbar .oleLogo:hover {
  /*animation: rotateLogo 0.5s;*/
  opacity: 0.8;
  transform: scale(1.05, 1.05);
}

#navbar .oleLogo img {
  height: 75%;
}

header #navbar .helpIcon {
  color: rgba(163, 164, 218, 1);
  /* font-size: 1.8em; */
  margin-top: 0.9%;
  float: right;
  display: none;
}

header #navbar .helpIcon span {
  cursor: help;
  font-size: 2em;
}

/* when body has language english then
helpIcon has different font size */
/* body:lang(en) header .helpIcon span {
font-size: 2.1em !important;
} */

header #navbar .helpIcon span:hover {
  color: #fff;
}

/*center the item containing this class*/
.index .col-centered {
  margin: 0 auto;
  margin-top: 2px;
  height: 76%;
}

.indexlangswitchcontainer {
  position: absolute;
  top: 26%;
  right: 1%;
  font-size: 0.9em;
  font-weight: bold;
}

.indexlangswitchcontainer span a {
  color: #00c6e0;
}
/*index page specific styles*/
.aboutOlePara {
  margin-top: 3%;
  color: #5b5b5b;
  margin-bottom: 0.5%;
  text-align: justify;
}
/*bootstrap dropdown override style index page*/
.dropdowncontainercenterize {
  display: table; /*centerize the dropdown container*/
  margin: 0 auto; /*centerize the dropdown container*/
}

.dropdowncontainercenterize button.btn {
  padding: 0.6em 1.5em;
  font-size: 1.4em;
  border-color: #00c6e0;
  background-color: #00c6e0;
  border-radius: 0.3em;
}

.dropdowncontainercenterize button.btn:hover {
  border-color: #00c6f3;
  background-color: #00c6f3;
}

.dropdowncontainercenterize.open button.btn {
  border-color: #00c6e0;
  background-color: #00c6e0;
}

.dropdowncontainercenterize button.btn span.dropdownglyphicon {
  margin-left: 2%;
  font-size: 1.1em;
  vertical-align: middle; /*to make the caret symbol on par with the text*/
}

.dropdowncontainercenterize ul.dropdown-menu {
  padding: 0.6em 1.5em;
  font-size: 1.4em;
  border-radius: 0.3em;
  max-height: 185px;
  overflow-y: auto;
}

.dropdowncontainercenterize ul.dropdown-menu li a {
  color: black;
}

/*bootstrap dropdown override style index page*/
.subject .col-centered {
  margin: 0 auto;
  margin-top: 2px;
  height: 76%;
}
.indexsubjectrow {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 1%;
  width: 100%;
  /*border       : 1px solid red;*/
}

.index-intro-subject-box > div > div {
  pointer-events: none;
}

.index-intro-subject-box {
  padding: 0;
  position: relative;
  border: 1px solid #c9c9c9;
  box-shadow: 0 2px 10px #c9c9c9;
}

.index-intro-subject-box img {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.index-intro-subject-box:hover img {
}

/*.index-intro-subject-box h3{
position          : absolute;
font-size         : 1.7em;
top               : 26%;
text-align        : center;
padding           : 15px 0px;
left              : 20%;
right             : 19%;
width             : 60%;

}*/

.index-intro-subject-box h3 {
  position: absolute;
  font-size: 2.5vmin;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 0%;
  width: 100%;
  margin: 0;
}

.indexsubjectrow div .index-intro-subject-box h3 {
  color: white;
  border-radius: 50%;
  font-family: poppins;
}

.index-intro-subject-box img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto !important;
}

/*alert box container*/
div.alertbox {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
/*alert box content*/
div.alertbox div.alertboxcontent {
  font-size: 1.5vw;
  font-family: poppins;
  position: relative;
  display: table;
  top: 45%;
  left: 20%;
  width: 60%;
  transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  text-align: center;

  color: #333333;
  background-color: #fff6d9;
  border: 0.2em solid #f9b272;
  padding: 4%;
  border-radius: 0.5em;

  -webkit-box-shadow: 0.05em 0.05em 0.05em 0.1em #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0.05em 0.05em 0.05em 0.1em #ccc; /* Firefox 3.5 - 3.6 */
  box-shadow: 0.05em 0.05em 0.05em 0.1em #ccc;
}
div.alertbox div.alertboxcontent * {
  display: inline;
}

div.alertbox div.alertboxcontent button {
  margin-left: 2%;
  font-size: 1.2em;
  padding: 0% 1.8%;
}

/*footer for index page*/
.footerIndex {
  position: fixed;
  background: #5d96b1;
  width: 100%;
  bottom: 0%;
  margin: 0;
  height: 8%;
  z-index: 10;
  padding: 4px;
  color: #fff;
  /*width    : 100%;*/
}
/*index page specific styles*/

/*subject page specific styles*/

/*bootstrap dropdown override style subjects page*/

.subject .langswitchcontainer {
  position: absolute;
  top: 26%;
  right: 1%;
  font-size: 0.9em;
  font-weight: bold;
}

.subject .langswitchcontainer a {
  color: #00c6e0;
}
.subjectpagedropdowncontainer button.btn {
  margin: 0.7% 0%;
  padding: 0.3em 1em;
  font-size: 1.2em;
  border-color: #00c6e0;
  background-color: #ffffff;
  color: #00c6e0;
}

.subjectpagedropdowncontainer button.btn:hover {
  border-color: #00c6f3;
  background-color: #ffffff;
  color: #00c6e0;
}

.subjectpagedropdowncontainer.open button.btn {
  border-color: #00c6e0;
  background-color: #ffffff;
  color: #00c6e0;
}

.subjectpagedropdowncontainer button.btn span.dropdownglyphicon {
  font-size: 1.1em;
  font-weight: bolder;
  vertical-align: middle; /*to make the caret symbol on par with the text*/
}

.subjectpagedropdowncontainer.open ul.dropdown-menu {
  top: 80%; /*design bug fix for dropdown menu vertical displacement*/
  font-size: 1.2em;
  min-width: 7em;
}

/*bootstrap dropdown override style subjects page*/

.mCSB_dragger,
.subjectRow .mCSB_dragger_bar {
  border: 1px solid #c9c9c9;
  margin-left: 0px;
  margin-right: 5px;
  max-height: 15px;
  max-width: 15px;
  height: 15px;
  width: 15px;
  background: #c9c9c9;
  border-radius: 100px;
}

/*subjects tab style*/
ul.subListSide li:nth-of-type(n + 2) {
  padding-left: 0.6em;
}

ul.subListSide li a {
  font-size: 1.3em;
  color: white;
  padding: 0.3em 1.8em;
  -webkit-box-shadow: 0.1em 0.1em 0.3em -0.2em rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0.1em 0.1em 0.3em -0.2em rgba(0, 0, 0, 0.75);
  box-shadow: 0.1em 0.1em 0.3em -0.2em rgba(0, 0, 0, 0.75);
}

ul.subListSide li.active a {
  margin-top: 4%;
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

ul.subListSide li.sciencesubjecttab a,
ul.subListSide li.active.sciencesubjecttab a {
  background-color: #7bc868;
}

ul.subListSide li.mathsubjecttab a,
ul.subListSide li.active.mathsubjecttab a {
  background-color: #f5596f;
}

ul.subListSide li.englishsubjecttab a,
ul.subListSide li.active.englishsubjecttab a {
  background-color: #dc9b27;
}
ul.subListSide li.nepalisubjecttab a,
ul.subListSide li.active.nepalisubjecttab a {
  background-color: #5451c2;
}

/*style for subject branches*/
.typesd {
  font-size: 1.3em;
  margin-top: -0.1%;
  color: white;
  padding: 0.7em 0;
  border-radius: 0.1em 0.2em 0.2em 0.2em;

  -webkit-box-shadow: 0.1em 0.2em 0.3em -0.2em rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0.1em 0.2em 0.3em -0.2em rgba(0, 0, 0, 0.75);
  box-shadow: 0.1em 0.2em 0.3em -0.2em rgba(0, 0, 0, 0.75);
}

.typesd a {
  padding: 0.1em 0.5em;
  border-radius: 0.2em;
  color: white;
  text-decoration: none;
}

.typesd span:nth-of-type(1) {
  margin-left: 2em;
}

.typesd a[data-highlight='true'] {
  background-color: #00c6e0;
}

/*for exercise list is subjects page if ever
used not removing for now can be helpful*/
/*.sidebar .subExeList{
min-height: 30%;
padding: 5px;
}*/

/*mid div which contains the subjects*/
.mid {
  height: 80%;
  /*background: #c9c9c9;*/
}

.mid .subjectcontainer {
  height: 90%;
}

.mid .subjectcontainer .subjects {
  /* of subjects.html*/
}

.mid .subjects .subjectBox,
.mid .subjects .thumbnail {
  margin: 0.8em;
  /*margin-top: 0px;*/
  text-align: center;
  background: #fbf7e4;
}

/*if browser supports flex display*/
@supports (flex-wrap: wrap) {
  .mid .subjects {
    margin-left: 4%;
    margin-top: 1%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    align-items: space-between;
    -webkit-align-items: space-between;
  }

  .mid .subjects .thumbnail {
    text-align: center;
    background: #fbf7e4;
    flex-basis: 0 1 auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: column wrap;
    -webkit-flex-flow: column wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-content: space-around;
    -webkit-align-content: space-around;
    align-items: center;
    -webkit-align-items: center;
  }
}

/*activity tabs specific style on hover*/
.intro-subject-box {
  /*padding: 0;*/
  border: 1px solid #ededed;
  box-shadow: 0 0.1em 0.2em #c9c9c9;
}

/*.intro-subject-box.math:hover {
box-shadow: 0 0.1em 0.2em #3b8fa3;
}

.intro-subject-box.science:hover {
box-shadow: 0 0.1em 0.2em #793541;
}

.intro-subject-box.english:hover {
box-shadow: 0 0.1em 0.2em #49a88f;
}*/

.midFooter {
  border-top: 1px solid #c9c9c9;
  margin-bottom: 3%;
}

/*.intro-subject-box a img{
border : 0px solid #FBF7E4;
}*/

.intro-subject-box a {
  text-decoration: none;
}

.intro-subject-box span.badge {
  margin-right: -5%;
  font-size: 1em;
  background: transparent;
  color: #aaa;
}

.intro-subject-box span.activityname {
  font-size: 1.2em;
  color: #7759b5 !important;
}

/*this code for level page contents if implemented later can be used*/
/*.levelBox {
border: 1px solid #c9c9c9;
border-radius: 8px;
padding: 10px;
background: #63C2CE;
height: 200px;
}

.levelBox a div.levelbox_link_content_wrapper{
position: relative;
width:100%;
height:100%;
}

.levelBox img {
width: 100%;
position: absolute;
z-index: 1;
left: 0px;
right: 0px;
bottom: 0px;
border-radius: 8px;
padding: 10px;
}

.levelBox .levelDefn {
z-index: 3;
position: relative;
color: #613854;
text-align: justify;
}

.levelBox a {
text-decoration: none;
}

.levelBox .levelDefn .title {
width: 100%;
border-bottom: 2px solid #fcbc10;
font-size: 1.5em;
padding-left: 1%;
}

.sidebar ul ul {
margin-left: -20px;
font-size: 14px;
}

.subHt {
height: 250px;
}*/

/*subject page specific styles*/

/*start page specific styles*/

.startPageVal {
  width: 100%;
  height: 100%;
}

.startpagemid {
  /*margin-top: 50px;*/
  /*overflow: hidden;*/
}

.topRow {
  color: #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  /*removing the top row of start page*/
  display: none;
  /*removing the top row of start page ends*/
}

.h2StartPage {
  width: 30%;
  float: left;
}

.h2StartPage * {
  font-size: 2em;
}

.pull-right {
  width: 36%;
}
.pull-right * {
  /*float: left;*/
  /*width: 65%;*/
  font-size: 2em;
}

.secondRow {
  /* height: 80%;*/
  /*border:1px solid red;*/

  /* display: flex;
  display: -webkit-flex;
  flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center; */
  text-align: center;
}

.secondRow > img {
  /*  position: fixed;
  bottom: 7%;
  left: 0;
  right: 0; */
  position: relative;
  top: 2%;
  width: 80%;
}

.bigImageforStartPage {
  width: 90%;
  position: absolute;
  bottom: 2%;
  left: 5%;
  text-align: center;
}

.bigImageforStartPage img {
  width: 100%;
}

.imgOut {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 2%;
  position: relative;
  text-align: left;
  z-index: 20;
}

.imgOut .headTitle {
  border-bottom: 1px solid #c9c9c9;
  font-size: 1.3em;
  color: #787878;
}

.imgOut .headTitle span {
  font-size: 1.6em;
  color: #fdba2b;
}

.imgOut ul {
  list-style: none;
  margin-top: 0.5%;
}
.imgOut ul li {
  list-style: none;
  line-height: 6vmin;
  margin-top: 1%;
}

#tab-1 > ul li:before {
  content: '\25CF';
  padding-right: 0.2em;
  color: #57575a;
}

/* please do not change the general form of the series - okay if u want do it but
do not come to me if u could not find it later on for urself*/
.imgOut ul li:nth-child(3n-2) {
  color: #2924c9;
}

.imgOut ul li:nth-child(3n-1) {
  color: #b40fce;
}

.imgOut ul li:nth-child(3n) {
  color: #f72155;
}

.well {
  padding: 0.5% 1%;
  z-index: 999 !important;
  background-color: #fffedf !important;
  padding-top: 3%;
  height: 44%;
}
/*.imgOut div {
overflow: hidden;
padding: 10px;
font-size: 1.2em;
text-align: justify;
margin-left: auto;
margin-right: auto;


}*/
.imgOut div:first-child {
  font-size: 1.4em;
}
.imgOut div h3 {
  margin: 0;
}

.lngDesc {
  margin-top: 1%;
  text-align: left;

  background: #ffeda5;
  padding: 1%;

  color: #333335;
}

/*div containing logo homebutton and menu*/
.startPageTopTitleBar {
  padding: 2px 0;
}

.startPageTopTitleBar .ole-logo {
  height: 75%;
  margin: 0% 0% 0 40%;
}

.startPageTopTitleBar .ole-logo:hover {
  /*animation: rotateLogo 0.5s;*/
  opacity: 0.8;
  transform: scale(1.05, 1.05);
}

/*@keyframes rotateLogo{
0% { transform: rotate(30deg) }
30% { transform: rotate(0deg) }
60% { transform: rotate(-30deg) }
90% { transform: rotate(0deg) }

} */

.startPageTopTitleBar span.homeBtnContainer {
  color: #a2b6d1;
}

/** addition 28 oct **/
.startPageTopTitleBar .titleMenu {
  margin: 10px -10%;
}

.startPageTopTitleBar .titleMenu a {
  text-decoration: none;
  /*color: #f88c22;*/
  font-size: 0.9em;
  background: #fef6c8;
  border-radius: 8px;
  padding: 6px 23px 5px;
  text-align: center;
}

/*.startPageTopTitleBar .titleMenu:hover {
transform: scale(1.03);
}*/

.startPageTopTitleBar .titleMenu:hover a {
  transition-duration: 0.5s;
  opacity: 1;
  text-decoration: none;
  background: #fff2aa;
}

.startPageBreadCrum {
  margin-top: 6px;
  font-size: 0.9em;
}

.startPageTopTitleBar .img-responsive {
  height: 75%;
  margin: -1% 0 0 -25%;
}

.langSwitch span:hover {
  opacity: 0.8;
}
/** title menu for start.html**/
.startPageTopTitleBar .langSwitch {
  /*background: #c8c8c8;*/
  font-size: 0.9em;
  font-weight: bold;
  color: #a2d6ff;
  margin: 8px -10% 0 4%;
}

.startPageTopTitleBar .langSwitch a {
  color: #a2d6ff;
}

/*******************
Teacher Notes
******************/
.startPageTopTitleBar .navbar_notebook {
  /*background: #c8c8c8;*/
  font-size: 1em;
  color: white;
  cursor: pointer;
  padding-top: 1% 1% 0;
}

.navbar_notebook img {
  width: 100%;
}

#teacherNotePop {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.teachertemplate {
  width: 90%;
  height: 90%;
  position: absolute;
  background: #fff;
  left: 5%;
  top: 5%;
  font-size: 1.2em;
  border-radius: 10px;
}

.teach_firstline {
  width: 100%;
  position: relative;
  background: #3b8fa3;
  height: 8%;
  border-radius: 10px 10px 0px 0px;
  padding: 1% 2%;
  color: #fff;
}

.teach_firstline div:nth-child(1) {
  width: 45%;
  display: inline-block;
}

.teach_firstline div:nth-child(2) {
  text-align: right;
  width: 45%;
  display: inline-block;
}

.teach_firstline #teachClose {
  width: auto;
  background: #ff0000;
  position: absolute;
  right: 0%;
  top: 2%;
  font-size: 1.2em;
  padding: 0.5%;
  border-radius: 5px;
  cursor: pointer;
}

.teach_secondline {
  height: 8%;
  background: #3b8fa3;
  text-align: center;
  font-size: 1.5em;
  color: #c5fa05;
}

.secondTeachBox {
  margin-top: 1%;

  width: 100%;
  position: relative;
  overflow: auto;
  overflow-y: auto;
  height: 78%;
  padding: 1%;
}

.teach_area_obj {
  position: relative;
  width: 100%;
  padding: 1%;
}

.teach_area_obj:nth-child(even) {
  background: #eff0f2 !important;
}

.teach_area_obj div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.5%;
}

.teachleft {
  width: 40%;
  font-weight: bold;
  text-align: left;
}

.teachright {
  width: 55%;
  text-align: left;
}

.teach_area,
.teach_obj_list,
.teach_act_list,
.teach_last_list,
.teach_web_list {
  border: 1px solid #ddd;
  margin-bottom: 1%;
  width: 100%;
}

.midteachcenter {
  font-weight: bold;
  color: #3b8fa3;
  margin: 2% 1% !important;
}
/*start page specific styles*/

/*activity page specific styles*/

/** addition 28 oct **/
#navbar .titleMenu {
  margin: 13% -10%;
}

#navbar .titleMenu a {
  background: #fef6c8;
  /*color: #FEA51F;*/
  font-size: 1.1em;
  border-radius: 8px;
  padding: 6px 23px 6px;
  text-align: center;
  text-decoration: none;
  transform-origin: 50% 50%;
}
/* #navbar .activityPageTopTitleBar .titleMenu:hover {
transform: scale(1.03);
}*/

#navbar .activityPageTopTitleBar .titleMenu:hover a {
  transition-duration: 0.5s;
  opacity: 1;
  text-decoration: none;
  background: #fff2aa;
}

/*bread crumb*/
#navbar .activityPageBreadCrum {
  text-align: left;
  margin-left: 2%;
  margin-right: -2%;
}

/*Buttons*/

#navbar .lessonExerciseTab {
  position: relative;
  margin: 0% 0 0 7%;
  padding: 0;
}

#navbar .btn-default {
  background: #f99774;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  width: 100px;
  height: 80%;
  text-align: center;
  border-radius: 6px;
  border: 0;
  box-shadow: 0;
  margin-top: 3%;
}

#navbar .btn-default:active {
  border-radius: 10px;
}

#navbar .btn-default:hover {
  filter: brightness(105%);
}
#navbar .lessonExerciseTab .active {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 110px;
  height: 100%;
  text-align: center;
  background: #f9f9fb;
  color: #00cadc;
  border-bottom: 0;
  box-sizing: border-box;
  padding-top: 8%;
  margin: 0;
}

#navbar .lessonExerciseTab .exerciseTab {
  margin-left: -22%;
}

#navbar .langSwitch {
  margin-top: 0.6%;
  margin-left: 0%;
  font-weight: bold;
}

#navbar .langSwitch span {
  color: #a2d6ff;
}

.activityPageTopTitleBar .lessonExerciseTab .activeLsn {
  color: #00c9db;
}

.activityPageTopTitleBar .lessonExerciseTab .activeExe {
  color: #f99774;
}

/*.activityPageTopTitleBar .lessonExerciseTab .lessonTab.activeLsn:after,
.activityPageTopTitleBar .lessonExerciseTab .exerciseTab.activeExe:after {
content  : '';
position : absolute;
top      : 100%;
left     : 0%;
width    : 100%;
height   : 2em;

background : -moz-linear-gradient(89deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.18) 1%, rgba(255,255,255,1) 23%);
background : -webkit-gradient(linear, left top, left bottom, color-stop(77%, rgba(255,255,255,1)), color-stop(99%, rgba(255,255,255,0.18)), color-stop(100%, rgba(255,255,255,0.15)));
background : -webkit-linear-gradient(89deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.18) 1%, rgba(255,255,255,1) 23%);
background : -o-linear-gradient(89deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.18) 1%, rgba(255,255,255,1) 23%);
background : -ms-linear-gradient(89deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.18) 1%, rgba(255,255,255,1) 23%);
background : linear-gradient(1deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.18) 1%, rgba(255,255,255,1) 23%);
filter     : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}*/

.navbar-header .active {
  background: #f2f2f2;
  color: #000;
}

/*main and mainbox for activity page*/
.main {
  width: 100%;
}

.mainBox {
  margin: auto;
  /*margin-top: 50px;*/
  width: 960px;
  /*border: 6px solid #e8e8e8;*/
  background: #f2f2f2;
  /*font-size for responsive font size*/
  font-size: 2.1vmin;
  margin-bottom: 1%;
}

/* .mainBox :lang(en){
font-size: 2.3vmin;
} */

.continueStart {
  width: 100%;
  position: relative;
  z-index: 99;
}

/* roshan on */
.continueStart .continueStartChild {
  /*position: relative;
  text-align: center;
  padding: 0;
  width: 17%;
  margin: 2% auto 0%;
  background: #82C563;*/
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  height: 10%;
}

a.startContinueBtn {
  cursor: pointer;
  background: linear-gradient(
    90deg,
    rgba(64, 245, 160, 1) 0%,
    rgba(53, 189, 186, 1) 100%,
    rgba(0, 212, 255, 1) 100%
  );
  font-family: roboto;
  color: white;
  font-size: 3vmin;
  padding: 1%;
  position: absolute;
  width: 20%;
  transform: translate(-50%, -50%);
  left: 50%;
  border-radius: 2vmin;
  box-shadow: 0.1vmin 0.4vmin 0.1vmin rgba(17, 17, 17, 0.3);
  top: 50%;
}
a.startContinueBtn:hover {
  text-decoration: none !important;
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.2s;
}
a.startContinueBtn:active {
  transform: translate(-50%, -50%) scale(1);
}

a.startContinueBtn img {
  width: 100%;
}

.imgsrcContinuehover {
  display: none;
}

a.startContinueBtnNp .imgsrcContinuestart {
  display: block;
}

a.startContinueBtnNp:hover .imgsrcContinuestart {
  display: none;
}

a.startContinueBtnNp:hover .imgsrcContinuehover {
  display: block;
}
.cref {
  display: inline;
  font-size: 0.7em;
  color: #15c0c5;
  position: absolute;
  right: 0;
  top: 25%;
  cursor: pointer;
}
.cref span {
  text-decoration: underline;
}
.reference:hover {
  color: #2924c9;
}
.credit:hover {
  color: #2924c9;
}
.sweet-alert.sweetalert-lg {
  width: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.sweet-alert p {
  border: 1px solid #e0defc;
  border-radius: 5px;
  text-align: left;
  padding: 0px 20px 16px 20px;
}
.sweet-alert h2 {
  color: #fdba2b;
  background: #fffedf;
  margin: 0;
  padding: 20px 0px 15px;
}

.popUp {
  display: none;
  position: absolute;
  z-index: 5000;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: justify;
}

/*activity page specific styles*/

/***************************
styling for the definition highlight span string generated with
ole.highlightTextTool.definitionhighlight() function
***********************************************************/
div.mainBox span.ole-highlight-definition-class {
  text-decoration: none;
  color: #00bbff;
}

.oleToolTip,
.parsedString {
  text-decoration: none;
  display: inline;
  color: #bb00f7;
}
.oleToolTip,
.parsedString1 {
  text-decoration: none;
  display: inline;
  color: rgb(240, 104, 95);
}

.oleToolTip,
.parsedString_ate {
  text-decoration: none;
  display: inline;
  color: #ff6860;
}

.oleToolTipBox {
  min-width: 100px;
  max-width: 200px;
  min-height: 50px;
  color: rgb(255, 255, 0);
  background: rgba(11, 42, 61, 0.9);
  border: 1px solid #545454;
  position: absolute;
  z-index: 100;
  padding: 10px;
  border-radius: 10px;
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */

.blink_next {
  cursor: pointer;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  animation-duration: 5s;
}

@-moz-keyframes nexter {
  0% {
    box-shadow: 0 0 15px 2px #c9c9c9;
    background: none;
  }

  50% {
    box-shadow: 0 0 15px 2px #a52a2a;
    background: rgba(238, 46, 39, 0.8);
  }
  100% {
    box-shadow: 0 0 15px 2px #c9c9c9;
    background: none;
  }
}

@-webkit-keyframes nexter {
  0% {
    box-shadow: 0 0 15px 2px #c9c9c9;
    background: none;
  }

  50% {
    box-shadow: 0 0 15px 2px #a52a2a;
    background: rgba(238, 46, 39, 0.8);
  }
  100% {
    box-shadow: 0 0 15px 2px #c9c9c9;
    background: none;
  }
}

@keyframes nexter {
  0% {
    box-shadow: 0 0 15px 2px #c9c9c9;
    background: none;
  }

  50% {
    box-shadow: 0 0 15px 2px #a52a2a;
    background: rgba(238, 46, 39, 0.8);
  }
  100% {
    box-shadow: 0 0 15px 2px #c9c9c9;
    background: none;
  }
}

.indexExpText,
.indexExpText2 {
  font-size: 2.2vmin !important;
  text-align: justify;
}
.indexExpText {
  margin-top: -3.5%;
  font-size: 3.6vmin !important;
  font-family: poppins;
  text-align: center;
}
.indexExpText2 {
  margin-bottom: -2%;
  font-family: poppins;
  font-size: 2vmin !important;
  font-style: italic;
  text-align: center;
}

/*page end notifications*/
.footerNotification {
  position: absolute;
  top: 0%;
  left: 15%;
  width: 70%;
  height: 100%;
  /*border: 1px solid red;*/
}

.footerNotification > * {
  position: relative;
  float: left;
}

.footerNotification .restartPage {
  visibility: hidden;
  cursor: pointer;
  background-image: url('../images/arrows/reload.png');
  width: 4%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  background-size: 100% auto;
  background-position: center; /* this puts the image at the center whatever may be the height of the container */
  /* position this element with following 4 lines of code */
  position: relative;
  top: 0%;
  left: 5%;
}

.footerNotification .restartPage:hover {
  cursor: pointer;
  background-image: url('../images/arrows/reload_hover.png');
}
.footerNotification .restartPage:before {
  display: none;
  position: absolute;
}

body:lang(np) .footerNotification .restartPage:before {
  content: 'फेरि खेलौँ';
}

body:lang(en) .footerNotification .restartPage:before {
  content: 'Replay';
}

.footerNotification .restartPage:hover::before {
  display: block;
  white-space: nowrap; /*this keeps the instruction content in
  one line*/
  color: black;
  font-size: 0.7em;
  top: -1%;
}

.footerNotification .notificationMsg {
  position: absolute;
  right: 22%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0.2% 1%;
  border-radius: 3px 0 0 3px;
  color: #ff3600;
  visibility: hidden;
}

.footerNotification .continuePage {
  position: absolute;
  top: 0%;
  left: 78%;
  width: 17%;
  height: 100%;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%; /* fits the image background to the button size irrespective of screen */
  visibility: hidden;
}

/* nepali continue page button */
.continuePageNp {
  visibility: visible !important;
  cursor: pointer !important;
  background-image: url('../images/arrows/continue_np.png');
}

.continuePageNp:hover {
  background-image: url('../images/arrows/continue_hover_np.png');
}

.continuePageNp:active {
  background-image: url('../images/arrows/continue_active_np.png');
}

/* english continue page button */
.continuePageEn {
  visibility: visible !important;
  cursor: pointer !important;
  background-image: url('../images/arrows/continue.png');
  animation: neweff 1s ease-in-out infinite alternate;
}

@keyframes neweff {
  from {
    filter: drop-shadow(0px 0px 15px #c43f1b);
  }
  from {
    filter: drop-shadow(0px 0px 5px #c43f1b);
  }
}

.continuePageEn:hover {
  background-image: url('../images/arrows/continue_hover.png');
}

.continuePageEn:active {
  background-image: url('../images/arrows/continue_active.png');
}

/*foooter*/
.allFooterMe {
  position: relative;
  width: 100%;
  top: 0, 5%;
  left: 0;
  height: 8%;
  background: transparent;
}

.nextPrev {
  /*position: relative;*/
  background: rgba(99, 194, 206, 0.5);
  /*border-bottom: 1px solid #fff;*/
  z-index: 1;
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  margin: 0;

  padding: 0px;
  height: 100%;

  -webkit-transition: bottom 0.3s linear; /* For Safari 3.1 to 6.0 */
  transition: bottom 0.3s linear;
}
.footer {
  position: absolute;
  background: transparent;

  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  height: 100%;
  z-index: 10;
  /*padding: 10px;*/
  color: #fff;
}

.design {
  font-size: 1.7vmin;
  top: 0;
  font-weight: bold;
  position: absolute;
  margin-top: 0.5%;
  text-align: center;
}

.footerAct {
  position: relative;
  background: #63c2ce;
  width: 100%;
  margin: 0;

  height: 5%;
  z-index: 10;
  color: #fff;
}

.footerSection > span {
  padding: 0.4%;
  margin-left: 1%;
  cursor: pointer;
}

/** Help text **/

.popUp .helpNavback {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 1px;
}

.popUp .helpNavback .helpPopUpMe {
  position: relative;
  margin: auto;
  margin-top: 3%;
  background: #fff;
  width: 60%;
  height: 87%;
  border-radius: 10px;
}

.popUp .helpNavback .helpPopUpMe .helpTitle {
  position: relative;
  font-size: 1.3em;
  text-align: center;
  background: #007eff;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.popUp .helpNavback .helpPopUpMe .brief-desc {
  position: relative;
  padding: 10px;
}

.popUp .helpNavback .helpPopUpMe .brief-desc .helpNavtitle div {
  display: inline-block;
  width: 79%;
  vertical-align: top;
  text-align: left;
  margin-bottom: 1.5%;
}

.popUp .helpNavback .helpPopUpMe .brief-desc .helpNavtitle div:first-child {
  position: relative;
  display: inline-block;
  width: 20%;
  font-weight: bold;
  color: #242015;
}

.popUp .helpNavback .helpPopUpMe .howToNav {
  position: relative;
  font-size: 1.3em;
  text-align: center;
  background: rgba(221, 233, 1, 0.7);
  padding: 5px;
}

.popUp .helpNavback .helpPopUpMe .lesExTab {
  position: relative;
  margin: auto;
  margin-top: 1%;
  height: 65%;
  overflow: auto;
  overflow-y: auto;
  box-shadow: 0 10px 10px -5px #c9c9c9;
}

.popUp .helpNavback .helpPopUpMe .lesExTab .lesExChilds {
  position: relative;
  padding: 1% 2%;
}

.popUp .helpNavback .helpPopUpMe .lesExTab .lesExChilds .lesEx-title {
  position: relative;
  font-size: 1em;
  display: inline-block;
  width: 20%;
  vertical-align: top;
  color: rgba(22, 115, 159, 1);
}

.popUp .helpNavback .helpPopUpMe .lesExTab .lesExChilds .lesEx-text {
  position: relative;
  display: inline-block;
  width: 79%;
}

.popUp .helpNavback .helpPopUpMe .lesExTab .lesExChilds:nth-child(odd) {
  background: #f7f7f9;
  border: 1px solid #dddddd;
}

.popUp .helpNavback .helpPopUpMe #closeHelpNav {
  position: absolute;
  color: red;
  font-size: 1.4em;
  right: 1%;
  top: 0%;
  padding: 5px;
  cursor: pointer;
  background: rgba(7, 83, 158, 0.6);
}

.popUp .helpNavback .helpPopUpMe #closeHelpNav:hover {
  background: rgba(7, 83, 158, 1);
}

/** Help text **/

/*link image grid*/
.linkImgGrid {
  /*border-bottom: #ddd 2px solid;*/
  /*border: #ddd 2px solid;*/
  margin-bottom: 4px;
  /*
  changes asked for by Dovan Didi made by Ashish
  */
  /*border-radius: 50%;*/
  transition: all 0.7s ease-in-out;
}

.thumbnail:hover .linkImgGrid {
  transform: scale(1.1);
}

.breadCrumbLink {
  color: #fff !important;
}

.breadCrumbSpan {
  color: #fff !important;
}

/* page numbers, sections styles here */
.pageHeadList {
  position: relative;
  margin: auto auto;
  margin-top: -5px; /*this margin top value is important to keep page numbers in place*/
  text-align: right;
}

.pageHeadList #whatsection {
  width: 100%;
  margin: auto;
  padding: 10px 5px 10px 5px;

  /*use of css flex here no not so cool sometimes*/
  /*display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: center;  */
  /*display: inline-block;
  position: relative;*/
}

.imsectionClass {
  background: #ae16b3;
  border-radius: 5px;
  padding: 0.2% 0.7%;
  text-align: center !important;
}

.activeSectionClass {
  background: #0c7f8a !important;
  color: #fff;
}
/*.pageHeadList .pageHeadInside */

.headfooterPages {
  display: inline-block;
  margin: auto 3%;
  /*  width: 55%; */
  text-align: left;
}

.exerciseTab2 {
  display: inline-block;
  width: 80%;
  /*  margin-top: -35px;*/
}
/*.head-pages-list{
border: 2px solid #00C9DB;
min-width: 4%;
width: 2.5em;
}*/
/*change by dilak. change to upper one if not needed*/
.head-pages-list {
  border: 2px solid #a8a8a8;
  min-width: 4%;
  width: 1.8em;
}

/*.head-pages-list,
.exerciseTab2 > span{
color: #15C402;
text-decoration: none;
font-size: 1.1em !important;
font-weight: bold;
background: #ffffff;
text-align: center;
border-radius: 5px;
cursor: pointer;
display: inline-block;
}*/

/*tying new design by Dilak. Change to upper one if this doesn't look good*/
.head-pages-list,
.exerciseTab2 > span {
  color: #46a5af;
  text-decoration: none;
  font-size: 3vmin !important;
  font-weight: bold;
  background: #ffffff;
  text-align: center;
  border-radius: 35%;
  cursor: pointer;
  display: inline-block;
}

.head-pages-list:hover {
  color: #ffffff;
  background: #46a5af;
}

.exerciseTab2 > span {
  border: 2px solid #f99774;
  color: #15c402;
  width: 1.8em;
}

.arrowLine {
  border: none !important;
  font-size: 1em !important;
}

.headfooterPages > .activePageClass,
.exerciseTab2 > .activeexeClass {
  /*font-size: 1.4em !important;*/
  color: #ffffff !important; /* color: #717171!important; */
  font-weight: bolder;
}

.headfooterPages > .activePageClass {
  border: 3px double #1493d1;
  background: #1493d1 !important;
}
.exerciseTab2 > .activeexeClass {
  border: 3px solid #f99774;
  background: #f99774 !important;
}

.headfooter-prev,
.headfooter-next {
  width: 20px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  color: #46a5af;
  font-size: 2.5vmin;
}

/*sequence timeline style*/
.SequenceTimeLine {
  /*background: #000;*/
  position: absolute;
  height: 2%;
  width: 100%;
  text-align: right;
  margin-top: 5px;
  z-index: 100;
  opacity: 0.8;
  display: none;
  /*    background: black;
*/
}

.totalsequence {
  width: 2.5vmin;
  position: relative;
  height: 2.5vmin;
  display: inline-block;
  margin-right: 0.5%;
  border: #ad0864 0.3vmin solid;
  /*-webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.9);*/
  border-radius: 50%;
  margin-top: 0.5%;
  height: 2.3vmin;
  width: 2.3vmin;
}

.activeTimeLine {
  background: #ad0864;
}
/**
for next button
*/
#activityNextHoverBtn,
#activityPrevHoverBtn,
#arrowNextHoverBtn,
#arrowPrevHoverBtn,
#closeHoverBtn,
#reloadHoverBtn {
  display: none;
}

#activityNextHoverBtn,
#activityPrevHoverBtn,
#activityPrevBtn,
#activityNextBtn,
#arrowNextHoverBtn,
#arrowNextBtn,
#arrowPrevBtn,
#closeHoverBtn,
#closeBtn,
#reloadHoverBtn,
#reloadBtn {
  width: 100%;
}

/***
** reload button common style
manage your own - position , width, height attributes as per your taste
***
****/

.myReloadStyle {
  cursor: pointer;
  background-image: url('../images/arrows/reload.png');
  min-height: 30px;
  min-width: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.myReloadStyle:hover {
  background-image: url('../images/arrows/reload_hover.png');
}

/***
** close or stop button common style
manage your own - position , width, height attributes as per your taste
***
****/

.myCloseStyle {
  cursor: pointer;
  background-image: url('../images/arrows/stop.png');
  background-repeat: no-repeat;
  min-height: 35px;
  min-width: 35px;
  background-size: 100% 100%;
}

.myCloseStyle:hover {
  background-image: url('../images/arrows/stop_hover.png');
}

/***
** next arrow without text common style
manage your own - position , width, height attributes as per your taste
***
****/

.myNextStyle {
  cursor: pointer;
  background-image: url('../images/arrows/arrow.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 200;
}

.myNextStyle:hover {
  background-image: url('../images/arrows/arrow_hover.png');
}

.myNextStyle:active {
  background-image: url('../images/arrows/arrow_active.png');
}

/***
** previous arrow without text common style
manage your own - position , width, height attributes as per your taste
***
****/

.myPrevStyle {
  cursor: pointer;
  background-image: url('../images/arrows/arrow_prev.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 200;
}

.myPrevStyle:hover {
  background-image: url('../images/arrows/arrow_hover_prev.png');
}

.myPrevStyle:active {
  background-image: url('../images/arrows/arrow_active_prev.png');
}

/*==========================================
=            sabrina CSS starts            =
==========================================*/
.help_sq_button,
.help_close_button,
.help_replay_button,
.help_play_button,
.help_clickme_button,
.help_play_button,
.help_green_cross_button,
.help_prev_button {
  width: 7%;
}
.help_start_button_np,
.help_continue_button_np {
  width: 20%;
}

.help_green_down_button {
  width: 7%;
  height: 10%;
}

/*to hide the sub catogories of english sub*/

/*
.Reading{
display:none;
}

.writing{
display:none;
}

.Grammer{
display:none;
}*/

/*end */

/*=====  End of sabrina CSS ends  ======*/

/*older dropdown menu styles you might need later if the issue is reopened*/
/*.menu{
padding: 0;
top: 7%;
position: absolute;
z-index: 200;
margin-left: 25px;
padding-bottom: 10px;
display: none;
}

.navbar-fixed-top .menu{
margin-top: 35px;
}

.menuSubjects {
background: #f2f2f2;
padding-top: 10px;
font-size: 18px;
display: none;
height: inherit;
box-shadow: 10px 10px 10px -10px #393939;
}

.menu ul {
padding-bottom: 10px;
}

.menu .menuSubjects li:hover {
border-radius: 5px;
margin-left: -5px;
padding-left: 5px;
background: #3b8fa3;
color: #fff;
cursor: pointer;
border: 1px solid #fff;
}

.menu, .menu a  {
color: #828282;
font-size: 20px;
}

.menuSubjects li {
color: #828282;
font-size: 20px;
}

.menu li:hover > * {
color: #fff;
font-size: 20px;
}

.menu .menuActivities {
position: relative;
background: #793541;
display: none;
z-index: 1000;
}

.menu .menuActivities ul {
position: relative;
background: #3b8fa3;
color: #fff;
}

.menu .blueMath ul {
background: #3b8fa3;
}

.menu .redScience ul {
background: #793541;
}

.menu .brownEnglish ul {
background: #96ab4f;
}

.menu .menuActivities ul .liContainer{
position: relative;
display: inline-flex;
}

.menu .menuActivities ul h3 {
border-bottom: 1px solid #fff;
margin: 0;
}

.menu .menuActivities .liContainer li {
display: inline-block;
width: 49%;
margin-top: 2px;
padding: 1px 5px;
font-size: 1.1em;
}

.menu .menuActivities .liContainer li a {
color: #fff;
}

.menu .menuActivities  li:hover{
background: #2AA2AE;
color: #fff;
cursor: pointer;
border: 1px solid #2C8187;
}

.exerciseMenu{
margin-top: 40px;
}

.menu .menuActivities .thumbnail{
border: 1px solid #828282;
box-shadow: 5px 5px 15px #000;
}

*/

/*	Additions made by Ashish for vocabulary */

.vocab_meaning_ {
  position: absolute !important;
  width: auto;
  max-width: 40%;
  min-width: 15%;
  background-color: #f8d290;
  z-index: 1000;
  box-shadow: 7px 7px 5px 0px #a5a5a5;
  padding: 0.4em !important;
  border-radius: 0.4em;
  font-size: 1.2em;
}

.vocab_meaning_ p {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  font-family: ubuntu;
  text-align: center;
}

.vocab_nepword_ {
  color: #0b3dbc !important;
  /*font-style: italic;*/
}

.vocab_engmeaning_ {
  margin: 0.5em 0em;
}

.vocab_meaning_ img {
  max-width: 80%;
  margin-top: 3%;
}

.voacbunderline {
  text-decoration: underline;
  text-decoration-style: dashed;
  /*border-bottom: 2px dashed;*/
}

.voacbunderline:hover {
  text-decoration: none;
  color: white;
  background: #d23b67;
  border-radius: 5px;
}

.vocab_engword_ {
  font-weight: bold;
  color: #99002d;
  border-bottom: 1px solid;
}

/*	Addition for vocabulary complete */

/* Additions made by ashish for audio controls */

#span_speec_text {
  color: #55f;
}

.nextbtnpoem,
.prevbtnpoem,
.pausebtnpoem,
.poempbtn,
.replaybtnpoem {
  position: absolute !important;
  width: 6%;
  bottom: 2%;
  margin-bottom: 0.3em !important;
  display: none;
  z-index: 1000000;
}

.nextbtnpoem {
  left: 55%;
}

.prevbtnpoem {
  right: 55%;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pausebtnpoem,
.poempbtn,
.replaybtnpoem {
  left: 47%;
}

.nextbtnpoem:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.prevbtnpoem:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.pausebtnpoem:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.poempbtn:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.replaybtnpoem:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.nextbtnpoem:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

.prevbtnpoem:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

.pausebtnpoem:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

.poempbtn:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

.replaybtnpoem:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

/* Additions for audio controls complete */

/*for Egg template added by Dilak*/
.scoreboard {
  width: 100%;
  height: 14%;
  /*height: auto;*/
  text-align: right;
  border-bottom: 3px solid #8e7bc3;
  padding: 2% !important;
  z-index: 10;
}

.scoreboard_7_8 {
  /*height: 11%;*/
  height: auto;
}

.treasureboard {
  width: 100%;
  height: 20%;
  text-align: center;
  padding: 1% !important;
  z-index: 10;
  bottom: 0%;
  position: absolute !important;
}

.exefin {
  width: 100%;
  height: 20%;
  position: absolute !important;
  padding-bottom: 1%;
  top: 14%;
  animation: fade-in 1s linear forwards;
  text-align: center;
  z-index: 999;
}
.treasure_exefin {
  width: 100%;
  height: 20%;
  position: absolute !important;
  padding-bottom: 1%;
  top: 45%;
  animation: fade-in 1s linear forwards;
  text-align: center;
  z-index: 3;
}

.exefin .eggs {
  height: 70%;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.eggs {
  height: 100%;
  margin-left: 0.5% !important;
}

.treasure_box {
  height: 73%;
  margin-left: 0.5% !important;
}

.lamps {
  height: 100%;
  margin: auto;
  position: absolute !important;
  left: 0;
}

.treasures {
  height: 100%;
  margin: auto;
  position: absolute !important;
  left: 50%;
  transform: translateX(-50%);
}

.eggmove {
  transform-origin: 50% 100%;
  animation: eggm 1s linear alternate 0s infinite;
}

.lampmove {
  transform-origin: 50% 0%;
  animation: eggm 1s linear alternate 0s infinite;
}

.treasuremove {
  transform-origin: 50% 50%;
  animation: tream 1s linear alternate 0s infinite;
}

.lampcontainer {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 4.5%;
}

.treasurecontainer {
  display: inline-block;
  height: 100%;
  width: 10%;
}

.lampoverlap {
  position: absolute !important;
  z-index: 1;
  height: 100%;
  left: 0;
}

@keyframes eggm {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}

@keyframes tream {
  0% {
    transform: translateX(-50%) rotate(10deg);
  }
  15% {
    transform: translateX(-50%) rotate(-10deg);
  }
  30% {
    transform: translateX(-50%) rotate(10deg);
  }
  45% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(0deg);
  }
}

.congratulation {
  text-align: center;
  position: absolute !important;
  top: 55%;
  opacity: 0;
  animation: fade-in 1s linear 1s forwards;
  height: 8%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 100;
  font-size: 3vw;
}

.treasure_congratulation {
  text-align: center;
  position: absolute !important;
  top: 12%;
  opacity: 0;
  animation: fade-in 1s linear 1s forwards;
  height: 8%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  z-index: 100;
  font-size: 3vw;
}

@media (min-aspect-ratio: 4/3) {
  .congratulation {
    font-size: 4vh;
  }

  .treasure_congratulation {
    font-size: 4vh;
  }
}
.congratulationtext {
  padding: 1% !important;
  font-size: 5vw;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: -51%;
  color: #d85dbb;
  font-family: sniglet;
}
.bg_full {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.congratulationtext_7_8 {
  left: unset;
  top: unset;
  transform: unset;
}

.treasure_congratulationtext {
  padding: 1% !important;
  font-size: 5vw;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 20%;
  color: white;
  font-family: sniglet;
}
/*.scoreboard_congratulationtext{*/
/*padding: 1% !important;*/
/*font-size: 5vw;*/
/*border-radius: 15px;*/
/*transform: translate(-50%, -50%);*/
/*left: 50%;*/
/*top: 46%;*/
/*font-family: laila;*/
/*}*/

@media (min-aspect-ratio: 4/3) {
  .congratulationtext {
    font-size: 4.5vh;
  }
  .treasure_congratulationtext {
    font-size: 4.5vh;
  }
}

#score {
  color: #ad1ec2;
}

#total {
  color: #ad1ec2;
}

.treasure_congratulation #score {
  color: #ec18a9;
}

.treasure_congratulation #total {
  color: #ec18a9;
}

.youscored {
  font-size: 4vmin;
  font-family: sniglet;
}

/*treasure exe buttons*/
[class*='tretemp-btn'] {
  position: absolute !important;
  transform: translate(-50%, -50%);
  top: 81%;
  cursor: pointer;
  z-index: 4;
  color: white;
  font-size: 3.3vmin;
  padding: 2% !important;
  white-space: nowrap;
  font-family: bangers;
  background: url('../images/treasure/boat.png');
  background-size: 100% 100%;
  width: 21%;
  z-index: 99;
  text-align: center;
}

.tretemp-btn-btn1 {
  left: 20%;
}

.tretemp-btn-btn2 {
  left: 50%;
}

.tretemp-btn-btn3 {
  left: 80%;
}

.animate_button {
  animation: color_change 1s infinite;
  -webkit-animation: color_change 1s infinite;
}
@keyframes color_change {
  25% {
    color: #178ace;
  }
  75% {
    color: white;
  }
}
@-webkit-keyframes color_change {
  25% {
    color: #178ace;
  }
  75% {
    color: white;
  }
}
@keyframes rhinobutton {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes rhinobutton {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

/*water wave animation*/

.wave-1,
.wave-2,
.wave-3 {
  position: absolute !important;
  width: 400%;
  bottom: -20%;
  left: 0%;
}
.wave-1 {
  -webkit-animation: wave-animation 7s linear infinite;
  animation: wave-animation 7s linear infinite;
  z-index: 100;
  bottom: -22%;
}
.wave-2 {
  z-index: 10;
  -webkit-animation: wave-animation 10s linear infinite;
  animation: wave-animation 10s linear infinite;
}
.wave-3 {
  z-index: 20;
  -webkit-animation: wave-animation 15s linear infinite;
  animation: wave-animation 15s linear infinite;
}
@-webkit-keyframes wave-animation {
  100% {
    left: -300%;
  }
}
@keyframes wave-animation {
  100% {
    left: -300%;
  }
}
.boat-anim {
  -webkit-animation: boat-anim 2s ease-in-out infinite;
  animation: boat-anim 2s ease-in-out infinite;
}
@-webkit-keyframes boat-anim {
  33% {
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  66% {
    transform: translate(-50%, -50%) rotate(4deg);
  }
}
@keyframes boat-anim {
  33% {
    transform: translate(-50%, -50%) rotate(-3deg);
  }
  66% {
    transform: translate(-50%, -50%) rotate(4deg);
  }
}
/*treasure exe buttons end*/

.exenextbtn {
  position: absolute !important;
  transform: translate(-50%, -50%);
  top: 85%;
  left: 50%;
  width: 37%;
  cursor: pointer;
  z-index: 4;
  animation: fade-in 1s linear 1s forwards;
}

.exenextbtn > img {
  width: 100%;
}

.exenextbtn > p {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.8vw;
  width: 85%;
  text-align: center;
  cursor: pointer;
}
@media (min-aspect-ratio: 4/3) {
  .exenextbtn > p {
    font-size: 3.7vh;
  }
}
/*for Egg template complete*/

/*for number scoring template*/
.ex-number-template-score {
  position: absolute !important;
  z-index: 100 !important;
  top: 2.5%;
  right: 1%;
  padding: 0.5% 2% !important;
  background-color: rgb(251, 171, 24);
  color: white;
  font-family: ProximaNova;
  font-weight: bold;
  font-size: 3.5vw;
  border-radius: 1vmin;
}
@font-face {
  font-family: ProximaNova;
  src: url('../fonts/proxima_nova/proxima.ttf');
}
@media (min-aspect-ratio: 4/3) {
  .ex-number-template-score {
    font-size: 4.3vmin;
  }
}

/*for number scoring template complete*/

/* Additions made by ashish for audio controls */

#span_speec_text {
  color: #55f;
}

.nextbtnpoem,
.prevbtnpoem,
.pausebtnpoem,
.poempbtn,
.replaybtnpoem {
  position: absolute !important;
  width: 6%;
  bottom: 2%;
  margin-bottom: 0.3em !important;
  display: none;
  z-index: 1000000;
}

.nextbtnpoem {
  left: 55%;
}

.prevbtnpoem {
  right: 55%;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pausebtnpoem,
.poempbtn,
.replaybtnpoem {
  left: 47%;
}

.nextbtnpoem:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.prevbtnpoem:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.pausebtnpoem:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.poempbtn:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.replaybtnpoem:hover {
  filter: drop-shadow(0 0.2em 0.1em #5a5a5a);
}

.nextbtnpoem:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

.prevbtnpoem:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

.pausebtnpoem:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

.poempbtn:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

.replaybtnpoem:active {
  margin-bottom: 0.1em !important;
  filter: drop-shadow(0 0.1em 0.05em #5a5a5a);
  outline: none;
}

/* Additions for audio controls complete */

/* Additions made by ashish for the redesigned lesson has ended goto exercise page start*/

.lesson_end_container {
  background-color: #fffced;
  border-radius: 0.8em;
  position: absolute !important;
  height: 90%;
  width: 94%;
  left: 3%;
  top: 5%;
  z-index: 100;
}

.lesson_end_goodjob {
  color: #ff6b64;
  width: 100%;
  position: absolute !important;
  top: 8%;
  text-align: center;
  font-family: quicksand;
}

.lesson_end_green {
  color: #6fa736;
}

.lesson_completed {
  color: #685959;
  width: 100%;
  position: absolute !important;
  top: 20%;
  text-align: center;
  font-family: quicksand;
}

.lesson_to_exercise {
  background-color: #00c9db;
  color: #fff;
  position: absolute !important;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 0.6em 1em !important;
  border-radius: 0.5em;
  cursor: pointer;
  font-family: sniglet;
}

.lesson_restart {
  color: #bb85d3;
  text-decoration: underline;
  position: absolute !important;
  bottom: 20%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-family: sniglet;
}

.lesson_gotomenu {
  color: #5b5d3f;
  background-color: #addc00;
  position: absolute !important;
  left: 50%;
  bottom: 12%;
  transform: translate(-50%, 50%);
  border-radius: 0.3em;
  padding: 0.2em 0.9em !important;
  cursor: pointer;
  font-family: sniglet;
}

.lesson_end_image {
  position: absolute !important;
  width: 25% !important;
  top: 62%;
  left: 5%;
  transform: translateY(-50%);
}

@media screen and (min-aspect-ratio: 4/3) {
  /*vh*/

  .lesson_end_goodjob {
    font-size: 5.86vh;
  }

  .lesson_completed {
    font-size: 4.56vh;
  }

  .lesson_to_exercise {
    font-size: 4.56vh;
  }

  .lesson_restart {
    font-size: 2.86vh;
  }

  .lesson_gotomenu {
    font-size: 2.56vh;
  }
}

@media screen and (max-aspect-ratio: 4/3) {
  /*vw*/
  .lesson_end_goodjob {
    font-size: 5.3vw;
  }

  .lesson_completed {
    font-size: 3.8vw;
  }

  .lesson_to_exercise {
    font-size: 4vw;
  }

  .lesson_restart {
    font-size: 2.3vw;
  }

  .lesson_gotomenu {
    font-size: 2vw;
  }
}

.btnNavigationSong {
  width: 100%;
  height: 22%;
  top: 64%;
  z-index: 9999;
  position: absolute !important;
}

.mainMenuDiv {
  top: 15%;
  float: left;
  left: 28%;
  width: 12%;
}

.playAgainDiv {
  top: 15%;
  float: left;
  left: 10%;
  width: 12%;
}

.learnAgainDiv {
  top: 15%;
  float: left;
  left: 45%;
  width: 12%;
}

.commonNavBtn {
  border: none;
  border-radius: 25px;
  width: 194%;
  height: 51%;
  background-color: rgb(255, 127, 120);
  font-size: 4vmin;
  font-family: Sniglet !important;
  color: white;
}
.commonNavBtn:hover {
  background-color: rgb(230, 145, 56);
  border: 2px solid;
  border-color: rgb(246, 178, 107);
}

.messagediv {
  position: absolute !important;
  text-align: center;
  width: 100%;
  top: 6%;
  font-size: 2vw;
  font-family: Sniglet !important;
}

.repeat_exercise_btn,
.main_menu_btn,
.repeat_chapter_btn {
  position: absolute !important;
  width: 25%;
  top: 78%;
  left: 6.25%;
  height: 15%;
  cursor: pointer;
  z-index: 99;
}

.repeat_exercise_btn:hover,
.main_menu_btn:hover,
.repeat_chapter_btn:hover {
  transform: scale(1.1);
  transition: 0.15s;
}
.repeat_exercise_btn > img,
.main_menu_btn > img,
.repeat_chapter_btn > img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.repeat_exercise_btn > p,
.main_menu_btn > p,
.repeat_chapter_btn > p {
  position: absolute;
  width: 65%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.8vw;
  font-family: sniglet;
  text-align: center;
}
.main_menu_btn {
  left: 37.5%;
}
.repeat_chapter_btn {
  left: 68.75%;
}
@media (aspect-ratio: 4/3) {
  .repeat_exercise_btn > p,
  .main_menu_btn > p,
  .repeat_chapter_btn > p {
    font-size: 4vmin;
  }
}
/* Additions for the redesigned lesson has ended goto exercise page complete


/*scoreboardTemplate css*/
.centertext {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 1% 1%;
  height: auto;
}
.scoreboardtemp {
  position: absolute;
  width: 100%;
  border: 1px solid;
  height: 100%;
  bottom: 0;
  background-image: url('../images/scoreboard/mainbg.png');
  background-size: 100% 100%;
}
.scoreboardtitle {
  position: absolute;
  color: #ed1c24;
  font-size: 2vw;
  left: 27%;
  top: 3%;
  width: 46%;
  height: 8%;
  text-align: center;
  z-index: 10;
}
.scoreboardtotalScore {
  position: absolute;
  width: 21%;
  font-size: 1.7vw;
  color: #2cff2c;
  bottom: 2%;
  left: 51%;
  height: 6%;
  text-align: center;
  z-index: 10;
}
.scoreboardcorrect {
  position: absolute;
  width: 21%;
  font-size: 1.7vw;
  color: #2cff2c;
  top: 4%;
  left: 28%;
  height: 6%;
  text-align: center;
  z-index: 10;
}
.scoreboardtotalScoreVal {
  position: absolute;
  color: white;
  width: 9%;
  height: 15%;
  font-size: 3vw;
  text-align: center;
  left: 58%;
  bottom: 19%;
  z-index: 10;
}
.scoreboardScoreVal {
  position: absolute;
  color: white;
  width: 9%;
  height: 15%;
  font-size: 3vw;
  text-align: center;
  left: 33%;
  bottom: 4%;
  z-index: 10;
}
.relativecls {
  position: relative;
  width: 100%;
}
.greenFlag {
  position: absolute;
  bottom: 37%;
  width: 20%;
  height: 30%;
  z-index: 10;
}
.redFlag {
  position: absolute;
  bottom: 67%;
  width: 20%;
  float: right;
  right: 5%;
  height: 30%;
  transform: scaleX(-1);
  z-index: 10;
}

.scoreboard_congratulationtext {
  padding: 1% !important;
  font-size: 5vw;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 46%;
  font-family: laila;
  z-index: 10;
}
.scoreVal {
  color: #ad1ec2;
}

/*grade 1 lesson end css start*/
.lesson_end_container_g1 {
  background-color: #f6b26b;
  position: absolute !important;
  height: 100%;
  width: 100%;
  left: 0%;
  top: 0%;
  z-index: 100;
}
.lesson_end_goodjob_g1 {
  width: 100%;
  position: absolute !important;
  top: 1%;
  text-align: center;
  color: #674ea7;
  font-size: 5vw;
  font-family: sniglet;
}
.completetxt_g1 {
  position: absolute !important;
  top: 42%;
  left: 21%;
  width: 58%;
  background: #fff;
  border-radius: 1em;
  padding: 3% !important;
  font-size: 2.5vw;
  color: #bb599e;
  z-index: 10;
  transform: translateY(-42%);
  font-family: sniglet;
}
.completetxt_g1 > *:lang(np) {
  font-family: kalimati !important;
}
.btm_navs {
  background-color: #e06666;
  color: #fff;
  position: absolute !important;
  text-align: center;
  border-radius: 1em;
  cursor: pointer;
  font-size: 3.9vh;
  top: 80%;
  width: 25%;
  padding: 1.5% !important;
  font-family: sniglet;
}

.lesson_to_pt {
  left: 10%;
  transform: scale(1.2);
  animation: zoom_inout1 3 0.6s ease-in-out forwards;
  -webkit-animation: zoom_inout1 3 0.6s ease-in-out forwards;
}
@keyframes zoom_in_out1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.btm_navs:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.lesson_to_pt:hover {
  transform: scale(1.3);
  transition: 0.2s;
}

.repeat {
  left: 40%;
}
.go_to_menu {
  left: 70%;
}
.butterfly_g1_les_end_1 {
  position: absolute !important;
  top: 5%;
  width: 20%;
  left: 67%;
}
.butterfly_g1_les_end_2 {
  position: absolute !important;
  top: 5%;
  width: 20%;
  left: 12%;
  transform: rotateY(180deg);
}
.completetxt_g1 > span {
  color: #0097a7;
}
/*grade 1 lesson end css end*/

/*for GNI in home page*/
.gni-logo,
.gni-class {
  display: none;
}

.gni-logo {
  margin-left: 1%;
  height: 100%;
}
@font-face {
  font-family: poppins;
  src: url('../fonts/poppins.ttf');
}
.indexExpText_a {
  font-family: poppins;
  font-size: 3.2vmin;
  text-align: center;
}
.indexExpText_b {
  text-align: center;
  font-size: 2.8vmin;
  font-family: poppins;
}
.bottomIndexText {
  margin-top: 2%;
  margin-bottom: 100px;
}

.indexTextBelow {
  font-family: poppins;
  font-size: 2vmin;
  color: #226ff5;
  font-style: italic;
  text-align: center;
  width: 90%;
  margin-left: 5%;
}
@media screen and (max-width: 1366px) {
  .bottomIndexText {
    margin-top: 1%;
    margin-bottom: 50px;
  }
  .indexTextBelow {
    font-size: 2vmin;
    width: 95%;
    margin-left: 2.5%;
  }
}
.footerApprovalText {
  font-family: poppins;
  font-size: 1.5vmin !important;
  margin-top: 8%;
  width: 120%;
}
.indexExpText2 span {
  text-decoration: underline;
  cursor: pointer;
  color: #02c7e1;
}
.indexTextBelow span {
  font-weight: bold;
}
/*for GNI end*/

/*start.HTML page tweak START*/

.imgOut * {
  font-family: roboto !important;
}
.well * {
  color: #575756 !important;
  font-size: 2.5vmin !important;
}
.well {
  border: none !important;
  border-bottom: 0.8vmin solid #317787;
}
.tab-link {
  text-align: center;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 0;
}
ul.tabs li {
  background: #686767;
  color: #efeed7 !important;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border: none !important;
  border-top-left-radius: 1vmin;
  border-top-right-radius: 1vmin;
  font-size: 2.3vmin;
  width: 26%;
  pointer-events: auto;
}
ul.tabs li:nth-child(2) {
  margin-left: -0.2%;
}
ul.tabs li.current {
  pointer-events: none;
  background: #fcfac8;
  color: #575555 !important;
  z-index: 999 !important;
}

.tab-content-start {
  display: none;
  background: #fcfac8 !important;
  border-top-left-radius: 0 !important;
}

.tab-content-start.current {
  display: inherit;
}
.cross_ag:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.link_prequesite_class * {
  color: #1965f6 !important;
}
@media (aspect-ratio: 4/3) {
  .popupdiv {
    width: 70%;
    height: 70%;
  }
  ul.tabs li {
    width: 30%;
  }
  .main_heading {
    font-size: 2vw;
  }
}
@media (aspect-ratio: 5/4) {
  .popupdiv {
    width: 70%;
    height: 70%;
  }
  ul.tabs li {
    width: 35%;
  }
}
@media (aspect-ratio: 16/10) {
  .popupdiv {
    width: 70%;
    height: 70%;
  }
  ul.tabs li {
    width: 30%;
  }
}
#tab-2 {
  overflow-y: scroll;
  font-size: 2.1vmin !important;
  padding-top: 1% !important;
}

.headings {
  font-family: roboto_bold !important;
  font-weight: bold;
}
.contents * {
  font-size: 2.1vmin !important;
}
.insideimage {
  width: 12%;
  margin-left: 4%;
}
.width_change_tab {
  width: 80% !important;
}
.list_style {
  list-style: circle !important;
}

/*START.html page tweak END*/

/*/activity_popup css in activity page START*/

.popup_click {
  width: 15%;
  margin-left: 21%;
  cursor: pointer;
}
.activityguide_popupdiv {
  width: 60%;
  transform: translate(-50%, -50%);
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(218, 215, 202, 0.8);
  border-radius: 2vmin;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  z-index: 9999999;
}
.activityguide_popup {
  width: 90%;
  transform: translate(-50%, -50%);
  height: 78%;
  position: absolute;
  padding: 2%;
  font-family: roboto;
  background: white;
  font-size: 2vmin;
  overflow-y: scroll;
  left: 50%;
  top: 53%;
}
.activityguide_popup {
  width: 90%;
  transform: translate(-50%, -50%);
  height: 78%;
  position: absolute;
  padding: 2%;
  font-family: roboto;
  background: white;
  font-size: 2vmin;
  overflow-y: scroll;
  left: 50%;
  top: 53%;
}
.main_heading {
  position: absolute;
  font-size: 3.8vmin;
  font-family: roboto;
  left: 35%;
  top: 2.5%;
  width: 27.5%;
}
.main_heading:lang(np) {
  left: 26%;
  width: 37%;
}
.ag_icon {
  position: absolute;
  width: 4%;
  left: 62.5%;
  top: 3%;
}
.cross_ag {
  position: absolute;
  width: 6%;
  right: 2%;
  top: 2.5%;
  cursor: pointer;
}
.cross_ag:hover {
  transform: scale(1.1);
  transition: 0.2s;
}
.link_prequesite_class * {
  color: #1965f6 !important;
}
@media (aspect-ratio: 4/3) {
  .popupdiv {
    width: 70%;
    height: 70%;
  }
  ul.tabs li {
    width: 30%;
  }
  .main_heading {
    font-size: 2vw;
  }
}
@media (aspect-ratio: 5/4) {
  .popupdiv {
    width: 70%;
    height: 70%;
  }
  ul.tabs li {
    width: 30%;
  }
}
@media (aspect-ratio: 16/10) {
  .popupdiv {
    width: 70%;
    height: 70%;
  }
  ul.tabs li {
    width: 30%;
  }
  .main_heading:lang(np) {
    left: 28%;
    width: 34.5%;
  }
}

/*/activity_popup css in activity page END*/

/* css for firstPagePlayTime() function */
.firstpageplaytime-background {
  position: absolute !important;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.firstpageplaytime-rhino {
  position: absolute !important;
  z-index: 100;
  width: 15%;
  top: 51%;
  left: 22%;
}
.firstpageplaytime-squirrel {
  position: absolute !important;
  z-index: 100;
  width: 15%;
  top: 58%;
  left: 68%;
}
.firstpageplaytime-middle-title {
  position: absolute !important;
  z-index: 100;
  color: white;
  font-family: sniglet;
  font-size: 3vw;
  transform: translate(-50%, -50%);
  left: 53%;
  top: 66%;
}

/* front page new css */
.rowDivClass {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
  margin-left: 0%;
  height: 10%;
}
.insideGradeDivs {
  background: #00c6e0;
  width: 6vw;
  height: 6vw;
  color: white;
  text-align: center;
  font-size: 3vw;
  cursor: pointer;
  border-radius: 1vmin;
  position: relative;
  font-family: poppins;
  box-shadow: 0 1.5px 3px rgba(0, 0, 0, 0.16), 0 1.5px 3px rgba(0, 0, 0, 0.23);
  border: 0.3vmin solid #00c6e0;
}

.insideGradeDivs_active {
  background: #d8f8fc;
  box-shadow: none;
  pointer-events: none;
  color: black;
  border: 0.3vmin solid #00c6e0;
}
.insideGradeDivs:hover {
  transform: scale(1.14);
  transition: 0.2s;
}
.textGradeInside {
  position: absolute;
  top: 3vw;
  left: 2.85vw;
  transform: translate(-50%, -50%);
}
.chooseGrade,
.chooseSubject {
  position: relative;
  width: 100%;
  margin-top: 0.5%;
  text-align: center;
  color: #1466f5;
  font-family: josefinsans;
  font-size: 1.5vw;
}
.gradeSelectionDiv_above {
  background: #f8f7f7;
  border-radius: 2vmin;
  border: 0.4vmin solid #f9b272;
  padding: 2%;
  margin-top: -3%;
  padding-top: 3.5%;
  padding-bottom: 3%;
}
.gradeSelectionDiv_below {
  background: #f8f7f7;
  border-radius: 2vmin;
  border: 0.4vmin solid #f9b272;
  padding: 0%;
  margin-top: -3%;
  padding-top: 2%;
}
.chooseGradeText,
.chooseSubjectText {
  text-align: center;
  font-family: poppins;
  font-size: 1.5vw;
  color: white;
  position: relative;
  background: #ec801f;
  width: 23%;
  border-radius: 2vmin;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5%;
}
/* to hide the dropdown */
.dropdowncontainercenterize {
  display: none;
}
.chooseSubject {
  margin-top: 1.5%;
}
#activity-page-menu-container img {
  position: relative;
  height: 100%;
  margin: auto;
}
.menu_bar_start_page {
  height: 75% !important;
}
@media (aspect-ratio: 4/3) {
  .firstpageplaytime-middle-title {
    font-size: 7vmin;
  }
}

/* search css starts */

#result {
  position: absolute;
  width: 100%;
  max-width: 870px;
  cursor: pointer;
  overflow-y: auto;
  max-height: 400px;
  box-sizing: border-box;
  z-index: 1001;
}
#result li {
  width: 100%;
}
.link-class:hover {
  background-color: #f1f1f1;
}
#topbar {
  z-index: 999;
  position: absolute;
  max-width: 870px;
  top: 50%;
  width: 20%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.text-muted {
  text-transform: capitalize;
}
/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
  left: 7%;
}
.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  .left-addon .glyphicon {
    left: 4%;
  }
  #topbar {
    top: 45%;
  }
}
.logocontainer {
  left: -43%;
}

@media (min-width: 600px) and (max-width: 800px) {
  #topbar {
    width: 35%;
  }
  .logocontainer {
    left: -20%;
  }
}
@media (min-width: 864px) and (max-width: 1152px) {
  #topbar {
    width: 23%;
  }
}

/* search css ends */

/* for the meaning page */

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  border: 1px solid #4682b4;
  margin-right: 1%;
  margin-top: 1%;
  margin-left: 1%;
}

/* .activityguide_popup > ul > li {
  position: relative !important;
  transform: auto !important;
  left: auto !important;
  top: auto !important;
  font-size: auto !important;
  list-style-type: circle !important;
} */

/* css for inside grade1 playtime message container in exelib for endofexercise function*/
.cloudFlexContainer {
  position: absolute !important;
  width: 500%;
  top: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 20%;
  z-index: 2000;
  left: 100%;
  animation: flexboxanimation 60s linear forwards infinite;
}
.cloudFlexContainer > div {
  flex-grow: 2.5;
  justify-content: center;
  height: 100%;
}
.cloudFlexContainer .cloud {
  height: 90%;
  justify-content: center;
  transform: translateX(-50%);
  left: 50%;
  z-index: 2000;
}
.cloudFlexContainer .cloudtext {
  position: absolute;
  font-family: 'Sniglet';
  color: #376981;
  font-size: 2.05vw;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 2001;
}
@keyframes flexboxanimation {
  100% {
    left: -500%;
  }
}
.btnNavigationSong {
  position: absolute;
  width: 100%;
  top: 75%;
  display: flex;
  flex-wrap: wrap;
}
.mainMenuBtn:hover,
.learnAgainBtn:hover,
.playAgainBtn:hover {
  border: none;
  transform: scale(1.2);
  transition: 0.5s;
}

.messagediv {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 3vw;
  color: white;
  z-index: 100;
  height: 100%;
  width: 100%;
  padding-top: 17%;
  background: rgba(0, 0, 0, 0.8);
  padding: 11%;
}
/* css for inside grade1 playtime container ends */
/* css for icon addition in start page */

.bigImageforStartPage {
  width: 90%;
  position: absolute;
  bottom: 2%;
  left: 5%;
  text-align: center;
  height: 21%;
}
.lefticon > img,
.righticon > img {
  height: 70%;
  background: white;
}
.lefticon > img{
  background-color: white;
}
.lefticon > p, .righticon > p {
  color: white;
  width: 100%;
  font-size: 2.2vmin;
  display: none;
}
.righticon > p {
  text-align: left;
  margin-left: 28.3%;
  margin-top: 5%;
}
.bigImageforStartPage img {
  width: 55%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* css for np for approved by section*/
.lefticon > p:lang(np), .righticon > p:lang(np) {
  color: white;
  width: 90%;
  font-size: 2.2vmin;
  bottom: 10%;
  position: absolute;
  font-family: 'madan' !important;
}
.lefticon > p:lang(np){
  width: 100%;
}
.bigImageforStartPage:lang(np) {
  bottom: 3%;
}
.lefticon:lang(np), .righticon:lang(np) {
  top: -8%;
}
.righticon > img:lang(np) {
  top: 52%;
}
/* css for np for approved by section ends*/


.lefticon {
  position: absolute;
  left: 0;
  width: 20%;
  top: 0;
  height: 100%;
}
.righticon {
  position: absolute;
  right: 0;
  width: 20%;
  top: 0;
  height: 100%;
}
.lefticon > img {
  width: 80%;
  height: auto;
}
.righticon > img {
  width: 75%;
  height: auto;
  left: 60%;
}
/* css for icon addition in start page ends */

ul.subListSide li.languagesubjecttab a,
ul.subListSide li.active.languagesubjecttab a {
  background-color: #9d4ed5;
}

ul.subListSide li.learningsubjecttab a,
ul.subListSide li.active.learningsubjecttab a {
  background-color: #91b9ca;
}
.col-lg-3:nth-child(6),
.col-lg-3:nth-child(7) {
  display: none;
}
@font-face {
  font-family: kalimati;
  src: url('../fonts/kalimati.ttf');
}
/* .messagediv > span:lang(np) {
  font-family: kalimati !important;
} */

.congratulationtext:lang(np) {
  font-family: ubuntu !important;
}


ul.subListSide li.surroundingsubjecttab a, ul.subListSide li.active.surroundingsubjecttab a {
  background-color: #7bc868;
}

ul.subListSide li.languagesubjecttab a, ul.subListSide li.active.languagesubjecttab a {
  background-color: #9D4ED5;
}

ul.subListSide li.learningsubjecttab a, ul.subListSide li.active.learningsubjecttab a {
  background-color: #91B9CA;
}

 #activity-page-logo a{
	opacity: 0;
	pointer-events: none;
}
.ole-log{
	opacity: 0;
	pointer-events: none;
}

ul.subListSide li.surroundingsubjecttab a, ul.subListSide li.active.surroundingsubjecttab a {
  background-color: #7bc868;
}

ul.subListSide li.languagesubjecttab a, ul.subListSide li.active.languagesubjecttab a {
  background-color: #9D4ED5;
}

ul.subListSide li.learningsubjecttab a, ul.subListSide li.active.learningsubjecttab a {
  background-color: #91B9CA;
}
.subjecttransitiontext:lang(np), .verbtransitiontext:lang(np){
  color:#bb599e;
}