body {
  font-family: 'Chelsea Market', cursive;
  margin: 0px;
  padding: 0px;
  height: 100vh;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b1ff), to(#003c63));
  background: linear-gradient(#00b1ff, #003c63);
  scrollbar-color: #ffd522 #003c63;
  scrollbar-width: thin;
  scrollbar-width: none;
  scrollbar-color: red;
  scrollbar-width: thin;
  background-attachment: fixed;
  scrollbar-color: #ffd522 #003c63 !important;
  scrollbar-width: thin !important;
  display: unset;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.5px;
}

:root {
  scrollbar-color: #ffd522 #003c63 !important;
  scrollbar-width: thin !important;
}

.nd-wrapper h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
table,
tr,
td {
  font-family: 'Chelsea Market', cursive;
}

.bgwhite {
  background: #fff !important
}

.bgyellow {
  background: #e9c118 !important
}

.modal {
  background: #000000b0;
}

.modal-backdrop {
  display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffd522;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

.btn.btn-primary:hover:not(.btn-text):not(:disabled):not(.disabled),
.btn.btn-primary:focus:not(.btn-text),
.btn.btn-primary.focus:not(.btn-text) {
  color: #ffffff;
  background-color: #0bb7af;
  border-color: #0bb7af;
}

#main h2 {
  font-size: 35px;
  text-align: center;
  margin: 0;
}

#main h3 {
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
  font-weight: normal !important;
}

*:focus {
  outline: 0;
}

* {
  font-family: 'Chelsea Market', cursive;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #FFD522;
}

*::-webkit-scrollbar {
  width: 7px;
  margin: 7px;
  scrollbar-color: #FFD522 transparent;
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b1ff), to(#003c63));
  background: linear-gradient(#00b1ff, #003c63);
}

*::-webkit-scrollbar-thumb {
  background: #FFD522;
  border-radius: 20px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #FFD522;
}

#pmain::-webkit-scrollbar {
  width: 7px;
  margin: 7px;
  scrollbar-color: #ff0000 transparent;
}

#pmain::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd72f), to(#ffce00));
  background: linear-gradient(#ffd72f, #ffce00);
}

#pmain::-webkit-scrollbar-thumb {
  background: #00aaf5;
  border-radius: 20px;
}

#pmain::-webkit-scrollbar-thumb:hover {
  background: #00487f;
}

.ts50 {
  opacity: 0.5;
}

.p20 {
  padding: 20px;
}

.narrow {
  width: 1000px !important;
  margin: auto
}

.btn {
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  border: 3px #fff solid;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 0 10px;
  cursor: pointer
}

.btn:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

.tag {
  padding: 5px;
  border-radius: 10px;
}

.common {
  background: #ffd522;
  color: #000;
}

.nextques,
.successbtn {
  background: #9DDE73;
  color: #000;
}

.pause,
.neutralbtn {
  background: #ccc;
  color: #000;
}

.finish,
.warnbtn {
  background: #FF0023;
  color: #fff;
}

.viewsolution {
  background: #FFD522;
  color: #000;
}

.review {
  background: rgb(182, 249, 255);
  color: #000
}

.exit {
  background: #ff2222;
  color: #fff
}

.green {
  background-color: #1bc5bd;
}

.red {
  background-color: #f64e60;
}

.pink {
  background-color: #ffa800;
}

.blue {
  background-color: #1542BE;
}


.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

.input-file {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}

.input-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.input-small {
  color: #000;
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

.start-btns {
  padding: 0 0 50px 0;
}

.start-btns a {
  margin: 0 10px;
}

.results-btns {
  padding: 50px 0;
}

.results-btns a {
  margin: 0 10px;
}

select {
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 18px;
  border: 0px;
}

.top-title,
.chapters-title {
  position: absolute;
  top: 20px;
  left: 12%;
  width: 80%;
  display: flex;
  align-items: center;
  height: 70px;
  flex-direction: row;
  flex-wrap: wrap;
}

.top-title h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: center;
  width: 100%;
  font-size: 27px;
  color: #fff;
}

.top-title h1 span {
  margin-right: 20px;
}

.top-title h1 span img {
  width: 55px;
}

.breadcrumb {
  color: #ffd522;
  background: none;
  font-size: 14px;
  padding: 0 0 0 75px;
  margin: 0px;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  padding-right: 10px;
  color: #ffffff;
  letter-spacing: 1px;
}

.breadcrumb span.arrow {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
}

.htmllist {
  list-style: none;
  width: 400px;
}

.htmllist li {
  padding: 10px;
  font-size: 30px;
  border-bottom: 1px #fff dotted;
}

.ps__thumb-y {
  opacity: 1
}

.inputfilebox input[type="file"] {
  text-indent: -130px;
  line-height: 20px;
}

.inputfilebox input[type=file] {
  border-radius: 50px;
  padding: 10px;
  font-size: 18px;
  background: #dad6d6;
  width: 200px;
}

.answer-box .content-scroll::-webkit-scrollbar {
  width: 7px;
  margin: 7px;
  scrollbar-color: #FFD522 transparent;
}

.answer-box .content-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b1ff), to(#003c63));
  background: linear-gradient(#00b1ff, #003c63);
}

.answer-box .content-scroll::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 20px;
}

.answer-box .content-scroll::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.content-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.answer-box .content-scroll h3 {
  color: #094e6d;
}

.scroll.ps>.ps__rail-y>.ps__thumb-y {
  background: #138ef1;
  opacity: 1;
}

#menu {
  position: fixed;
  left: -100%;
  top: 0px;
  background-color: #FFD522;
  width: 300px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin: 20px 0 0 0;
  border: 5px #FFD522 solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 2px 2px 15px #5f5f5f;
  box-shadow: 2px 2px 15px #5f5f5f;
  background: #FFD522 url(../media/new-images/menu-back.png) no-repeat bottom center;
  z-index: 999;
}

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

#menu .closemenu {
  border-radius: 50%;
  font-size: 35px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  background-color: #ff2222;
  color: #fff;
  padding: 0;
  z-index: 9;
  text-align: center;
  position: absolute;
  right: -20px;
  top: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: table;
}

#menu .closemenu::after {
  display: none;
}

#menu .closemenu:hover {
  background-color: #620909;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFD522;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#menu .menuprofile .menuprof-name.name_post{
  padding: 0 ;
  position: absolute;
  top: 16%;
  left: 36%;
  }
#menu .exit {
  border-radius: 50px;
  width: 80%;
  margin: 20px auto;
  padding: 0;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: block;
}

#menu .menu-links a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px #666 dotted;
  color: #000;
  position: relative;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
}

#menu .menu-links a span {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  padding: 0 10px;
}

#menu .menu-links a::after {
  content: '';
  display: block;
  background-color: #003C63;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 0%;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background-size: 40px;
}

#menu .menu-links a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 0%;
  height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background: transparent url(../media/new-images/fish.png) no-repeat -50px 10px;
  background-size: 40px;
}

#menu .menu-links a:hover:nth-child(1) {
  border-top-right-radius: 30px;
}

#menu .menu-links a:hover {
  color: #FFD522;
}

#menu .menu-links a:hover::after {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  background-size: 40px;
}

#menu .menu-links a:hover::before {
  width: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
  background: transparent url(../media/new-images/fish.png) no-repeat 230px 5px;
  background-size: 40px;
}

#menu .menuprofile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: unset;
  border-bottom: 0px;
  padding: 10px 0 0 0;
  flex-wrap: wrap;
}
#menu .menuprofile .menuprof-img {
  background-position: center center;
  background-size: cover;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -ms-flex-preferred-size: 50%;
  background-repeat: no-repeat;
  flex-basis: 80px;
  position: unset;
  padding: 0;
}

#menu .menuprofile .menuprof-name {
  font-size: 16px;
  padding: 0px 10px;
  line-height: 20px;
  border-bottom: 0px;
  overflow: hidden;
  flex-basis: 180px;
  position: unset;
  color: #000;
}

#menu .menuprofile::after,
#menu .menuprofile::before {
  display: none;
}

#menu .menuprofile:hover {
  font-size: 16px;
  transition: none;
  color: #003e70;
}

#menu .menu-links {
  padding: 10px 0 0 0;
}

/* header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:1300px;margin:auto;position:relative;height:105px;} */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1300px;
  margin: auto;
  position: relative;
  height: 140px;
}

header .menu {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: flex;
  align-items: center;
}

header .menu .burger {
  display: inline-block;
  cursor: pointer;
  margin: 0 10px 10px 0;
  position: fixed;
}

header .menu .bar1,
header .menu .bar2,
header .menu .bar3 {
  width: 45px;
  height: 5px;
  background-color: #FFD522;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

header .menu .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 5px);
  transform: rotate(-45deg) translate(-8px, 8px);
}

header .menu .change .bar2 {
  opacity: 0;
}

header .menu .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -5px);
  transform: rotate(45deg) translate(-8px, -8px);
}

header .menu .menu {
  display: inline-block;
}

header .menu .logo {
  width: 60px;
  display: inline-block;
  margin-left: 60px;
}

header .menu .logo img {
  max-width: 100%;
  vertical-align: unset;
}

header .menu .burger:hover .bar1,
header .menu .burger:hover .bar2,
header .menu .burger:hover .bar3 {
  background-color: #000;
}

header .menuright {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: right;
  display: none;
}

header .menuright svg {
  margin-left: 20px;
}

.overlay-layer {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0e5f8fb8 !important;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  transition: 1s
}

#main {
  width: 100%;
  background: transparent url(../media/new-images/background-plants.png) repeat-x bottom left;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 0;
}

body.backfixed #main {
  background-attachment: fixed;
}

.lesson-status #main main {
  width: 1300px;
}

#main main {
  width: 1150px;
  margin: auto;
  padding-bottom: 60px;
}

#main main #nav1 {
  text-align: center;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 750px;
  margin: auto
}

#main main #nav1 a {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav1 a span {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  z-index: 2;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav1 a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}

#main main #nav1 a::after {
  position: absolute;
  top: -10px;
  left: -10px;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav1 a:hover::after {
  opacity: 0;
}

#main main #nav1 a:nth-child(1) {
  width: 294px;
  height: 182px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#main main #nav1 a:nth-child(1)::before {
  content: '';
  width: 235px;
  height: 151px;
  background: transparent url(../media/new-images/classes-anim.png) no-repeat top center;
  -webkit-animation: float 10s steps(1) infinite, float 10s ease-in-out infinite;
  animation: float 10s steps(1) infinite, float 10s ease-in-out infinite;
  background-size: 250px;
  left: 20px;
}

#main main #nav1 a:nth-child(1)::after {
  content: '';
  width: 294px;
  height: 182px;
  background: transparent url(../media/new-images/classes-back.png) no-repeat top center;
  -webkit-animation: float 10s steps(1) infinite, float 10s ease-in-out infinite;
  animation: float 10s steps(1) infinite, float 10s ease-in-out infinite;
  background-size: 270px;
}

#main main #nav1 a:nth-child(2) {
  width: 300px;
  height: 226px;
}

#main main #nav1 a:nth-child(2) span {
  bottom: 40px;
}

#main main #nav1 a:nth-child(2)::before {
  content: '';
  width: 235px;
  height: 168px;
  background: transparent url(../media/new-images/assignment-anim.png) no-repeat top center;
  -webkit-animation: float2 10s steps(1) infinite, float2 10s ease-in-out infinite;
  animation: float2 10s steps(1) infinite, float2 10s ease-in-out infinite;
  left: 20px;
  background-size: 155px;
}

#main main #nav1 a:nth-child(2)::after {
  content: '';
  width: 225px;
  height: 226px;
  background: transparent url(../media/new-images/assignments-back.png) no-repeat top center;
  left: 20px;
  background-size: 210px;
  top: -10px;
}

#main main #nav1 a:nth-child(3) {
  width: 300px;
  height: 202px;
}

#main main #nav1 a:nth-child(3)::before {
  content: '';
  width: 235px;
  height: 169px;
  background: transparent url(../media/new-images/test-anim.png) no-repeat 50px center;
  -webkit-animation: float3 8s steps(1) infinite, float3 8s ease-in-out infinite;
  animation: float3 8s steps(1) infinite, float3 8s ease-in-out infinite;
  background-size: 140px;
  left: 5px;
  top: -5px;
}

#main main #nav1 a:nth-child(3)::after {
  content: '';
  width: 225px;
  height: 202px;
  background: transparent url(../media/new-images/test-back.png) no-repeat 50px center;
  background-size: 165px;
  top: -15px;
}

#main main #nav1 a:hover {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  background-position: 0 -10px;
  background-size: 0px;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav1 a:hover span {
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav1 a:hover::before {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
}



#main main #nav3 {
  text-align: center;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 750px;
  margin: auto
}
.custom-border{
  padding: 20px;
border-radius: 20px;
border-bottom: 1px solid #fff;
margin-bottom: 18px;
}
.lc-content a{color: #0078B3 !important}
.lc-content a{ word-wrap: anywhere;}
.lc-content a:hover{color: #5c5c5c !important}
.lc-content h1, .lc-content h2, .lc-content h3, .lc-content h4, .lc-content h5, .lc-content h6{ color: #000000;padding: 6px 0px;}
#main main #nav3 a {
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav3 a span {
  position: absolute;
  width: 100%;
  bottom: -3px;
  left: -11px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  z-index: 2;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav3 a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
}

#main main #nav3 a::after {
  position: absolute;
  top: -10px;
  left: -10px;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav3 a:hover::after {
  opacity: 0;
}

#main main #nav3 a:nth-child(1) {
  width: 294px;
  height: 182px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#main main #nav3 a:nth-child(1)::before {
  content: '';
  width: 235px;
  height: 151px;
  background: transparent url(../media/new-images/adaptive_ani.png) no-repeat top center;
  -webkit-animation: float 10s steps(1) infinite, float 10s ease-in-out infinite;
  animation: float 10s steps(1) infinite, float 10s ease-in-out infinite;
  background-size: 250px;
  left: 20px;
}

#main main #nav3 a:nth-child(1)::after {
  content: '';
  width: 294px;
  height: 203px;
  background: transparent url(../media/new-images/adaptive_back.png) no-repeat top center;
  -webkit-animation: float 10s steps(1) infinite, float 10s ease-in-out infinite;
  animation: float 10s steps(1) infinite, float 10s ease-in-out infinite;
  background-size: 270px;
}

#main main #nav3 a:hover {
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  background-position: 0 -10px;
  background-size: 0px;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav3 a:hover span {
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav3 a:hover::before {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
}


@-webkit-keyframes linko {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

@keyframes linko {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

/*
@-webkit-keyframes float{0%{background-position:0;
 }
 30%{background-position:15px;
 }
 70%{background-position:-0px;
 }
 100%{background-position:0px;}
}
@keyframes float{0%{background-position:0;
 }
 30%{background-position:15px;
 }
 70%{background-position:-0px;
 }
 100%{background-position:0px;}
}
@-webkit-keyframes float2{0%{background-position:0;
 }
 30%{background-position:10px;
 }
 70%{background-position:-0px;
 }
 100%{background-position:0px;}
}
@keyframes float2{0%{background-position:0;
 }
 30%{background-position:10px;
 }
 70%{background-position:-0px;
 }
 100%{background-position:0px;}
}
@-webkit-keyframes float3{0%{background-position:50px 0px;
 }
 30%{background-position:60px 5px;
 }
 70%{background-position:65px -10px;
 }
 100%{background-position:50px 0px;}
}
@keyframes float3{0%{background-position:50px 0px;
 }
 30%{background-position:60px 5px;
 }
 70%{background-position:65px -10px;
 }
 100%{background-position:50px 0px;}
}*/
#main main #nav2 {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0 auto;
}

#main main #nav2 a {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav2 a svg {
  position: absolute;
  top: -20px;
  left: -15px;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav2 a svg path {
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav2 a span {
  position: absolute;
  bottom: 68px;
  text-align: center;
  left: 0px;
  width: 100%;
  color: #000;
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 17px;
  letter-spacing: 1px;
}

#main main #nav2 a::before {
  content: '';
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

#main main #nav2 a:nth-child(1)::before {
  background: transparent url(../media/new-images/maths.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a:nth-child(2)::before {
  background: transparent url(../media/new-images/biology.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a:nth-child(3)::before {
  background: transparent url(../media/new-images/chemistry.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a:nth-child(4)::before {
  background: transparent url(../media/new-images/physics.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a.sub-mathematics::before {
  background: transparent url(../media/new-images/maths.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a.sub-biology::before {
  background: transparent url(../media/new-images/biology.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a.sub-chemistry::before {
  background: transparent url(../media/new-images/chemistry.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a.sub-physics::before {
  background: transparent url(../media/new-images/physics.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a.sub-evs::before {
  background: transparent url(../media/new-images/sub-EVS.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a.sub-gk::before {
  background: transparent url(../media/new-images/sub-Gk.png) no-repeat center 50px;
  background-size: 25px;
}

#main main #nav2 a.sub-computer::before {
  background: transparent url(../media/new-images/sub-Computer.png) no-repeat center 58px;
  background-size: 55px;
}

#main main #nav2 a.sub-general::before {
  background: transparent url(../media/new-images/sub-general.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a.sub-hindi::before {
  background: transparent url(../media/new-images/sub-Hindi.png) no-repeat center 58px;
  background-size: 55px;
}
#main main #nav2 a.sub-punjabi::before {
  background: transparent url(../media/new-images/sub-Punjabi.png) no-repeat center 58px;
  background-size: 55px;
}
#main main #nav2 a.sub-french::before {
  background: transparent url(../media/new-images/sub-French.png) no-repeat center 58px;
  background-size: 55px;
}
#main main #nav2 a.sub-maths::before {
  background: transparent url(../media/new-images/maths.png) no-repeat center 58px;
  background-size: 55px;
}
#main main #nav2 a.sub-english::before {
  background: transparent url(../media/new-images/sub-English.png) no-repeat center 58px;
  background-size: 55px;
}

#main main #nav2 a.sub-social::before {
  background: transparent url(../media/new-images/sub-Social.png) no-repeat center 58px;
  background-size: 55px;
}

#main main #nav2 a.sub-assembly::before {
  background: transparent url(../media/new-images/sub-Assembly.png) no-repeat center 50px;
  background-size: 55px;
}

#main main #nav2 a.sub-telugu::before {
  background: transparent url(../media/new-images/sub-Telugu.png) no-repeat center 58px;
  background-size: 40px;
}

#main main #nav2 a:hover svg path:nth-child(2) {
  -webkit-transform: scale(700px);
  transform: scale(700px);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

#main main #nav2 a:hover svg path:nth-child(1) {
  -webkit-transition: 2s;
  transition: 2s;
}
span.span2{ font-size: 22px;}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  color: #fff;
  background: rgba(0, 60, 99, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer a {
  color: #fff;
  padding: 0 20px;
}

footer div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

footer div:last-child {
  text-align: right;
}

.loginpage header .menu {
  width: 100%;
  flex-basis: 100%;
}

.loginpage header .menu .logo {
  width: auto;
  margin-left: unset;
  margin: auto;
}

.loginpage header .menu .logo img {
  max-width: 240px;
}

#login {
  width: 500px;
  background-color: #f3c500;
  color: #000;
  padding: 50px;
  margin: auto;
  font-size: 20px;
  border-radius: 150px 50px 80px 50px;
  border: 5px #fff solid;
  -webkit-box-shadow: 2px 2px 15px #000;
  box-shadow: 2px 2px 15px #000;
  margin: 0px auto 50px auto;
}

#login h1 {
  color: #000;
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}

#login input[type=text],
#login input[type=password],
#login input[type="email"] {
  padding: 15px 3%;
  border-radius: 30px;
  border: 5px #ccc solid;
  width: 100%;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#login input:focus {
  background-color: #0092d5;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#login button {
  color: #fff;
  margin: auto;
  display: block;
  cursor: pointer;
}

#login input[type="checkbox"] {
  margin-bottom: 20px;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border-radius: 50%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  background: #fff;
}

#login p {
  font-size: 15px;
  text-align: center;
}

#login .agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

#login .agree input {
  margin-right: 20px;
}

#login .agree span {
  line-height: 40px;
}

#login .agree a {
  color: #003e70;
}

#login .agree a:hover {
  color: #141414;
  border-bottom: 1px #666 solid;
}

#login input[type="checkbox"]:checked {
  background-color: #0092d5;
}

#login .login-links {
  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;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  height: 50px;
}

#login .login-links a {
  color: #000;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#login .login-links a:hover {
  color: #023B8A;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 1px #023B8A solid;
  border-right: 1px #023B8A solid;
  padding: 0 10px;
}

#login .login-btns {
  padding: 10px;
  text-align: center;
}

#login .login-btns input {
  display: inline-block;
  margin: 0 5px;
}

#login .signup-links {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  padding: 20px 0;
}

#login .signup-links a {
  color: #000;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#login .signup-links a:hover {
  color: #023B8A;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 1px #023B8A solid;
  border-right: 1px #023B8A solid;
  padding: 0 10px;
}

/* questionere */
#questionere .questionere-title {
  width: 100%;
  margin: auto;
}

#questionere h2 {
  text-align: center;
  font-size: 35px
}

#questionere section {
  background: #fff;
  border-radius: 50px;
  padding: 100px 50px;
  position: relative;
  width: 900px;
  margin: auto;
  -webkit-box-shadow: 2px 2px 15px #313131;
  box-shadow: 2px 2px 15px #313131;
}

#questionere section .q1 {
  background: #ffd522;
  color: black;
  padding: 20px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: -30px;
  font-size: 30px;
}

#questionere section .time {
  position: absolute;
  right: -40px;
  top: 20px;
  background-color: #FFD522;
  border: 3px #fff solid;
  padding: 10px 30px;
  border-radius: 40px;
  text-align: right;
  width: 180px;
  display: block;
  font-size: 25px;
}

#questionere section .time i {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 80px;
  height: 80px;
}

#questionere section .time i img {
  max-width: 100%;
}

#questionere section .buttonsdiv {
  position: absolute;
  bottom: -10px;
  left: 50px;
}

#questionere section .question {
  font-size: 25px;
  margin-bottom: 20px;
}

#questionere section .answer {
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
}

#questionere section .answer span {
  background: #FFD522;
  font-size: 25px;
  border-radius: 30px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
}

#questionere h1 {
  font-size: 40px;
  font-weight: normal;
  color: #FFD522;
  margin: 0px;
}

#questionere h1 span:first-child {
  width: 60px;
  display: inline-block;
}

#questionere h1 span {
  display: inline-block;
}

#questionere h1 span img {
  max-width: 100%;
}

#questionere h3 {
  color: #ffd522;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 20px 0;
}

#questionere section {
  margin: 50px auto 150px auto;
}

#questionere .askquestion {
  position: absolute;
  right: -80px;
  top: 110px;
  background: transparent url(../media/new-images/askquestion.png) no-repeat top left;
  background-size: contain;
  z-index: 9;
  width: 150px;
  height: 100px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere .askquestion span {
  display: block;
  color: #000;
  text-align: center;
  font-size: 14px;
}

#questionere .askquestion span:first-child {
  font-size: 20px;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere .askquestion span:last-child {
  margin-top: 5px;
  padding-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere .askquestion:hover {
  width: 180px;
  height: 130px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere .askquestion:hover span {
  font-size: 18px;
}

#questionere .askquestion:hover span:first-child {
  font-size: 30px;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere .askquestion:hover span:last-child {
  margin-top: 5px;
  padding-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere .pdfresources {
  position: absolute;
  right: -80px;
  top: 250px;
  background-color: #FF6600;
  border-radius: 50px;
  z-index: 9;
  width: 150px;
  padding: 10px 20px;
  border: 3px #fff solid;
  -webkit-transition: 1s;
  transition: 1s;
}

#questionere .pdfresources span {
  display: block;
}

#questionere .pdfresources i {
  width: 77px;
  height: 77px;
  background: transparent url(../media/new-images/play.png) no-repeat top center;
  position: absolute;
  top: -10px;
  right: -20px;
  -webkit-transition: 1s;
  transition: 1s;
}

#questionere .pdfresources:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
}

#questionere .pdfresources:hover i {
  -webkit-transform: rotate(360deg) scale(1.2);
  transform: rotate(360deg) scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}

#askteacher {
  background-color: #ffd522;
  border-right: 5px #fff solid;
  border-top: 5px #fff solid;
  border-bottom: 5px #fff solid;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 30%;
  position: absolute;
  top: 20%;
  left: -100%;
  z-index: 9;
  padding: 50px 50px 100px 50px;
  -webkit-transition: 1s;
  transition: 1s;
}

#askteacher h3 {
  font-size: 30px;
  font-weight: normal;
}

#askteacher .close-askteacher {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 9;
  background: red;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  border: 5px #fff solid;
}

#askteacher .close-askteacher:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 1s;
  transition: 1s;
}

#askteacher div {
  margin: 20px 0;
}

#askteacher input,
#askteacher textarea,
#askteacher button {
  border-radius: 30px;
  background: #fff;
  border: 3px #FFD522 solid;
}

#askteacher textarea {
  width: 80%;
  height: 200px;
  padding: 20px;
  font-size: 20px;
}

#askteacher input [type='file'] {
  border-radius: none;
}

#askteacher button {
  font-size: 20px;
  background-color: #ff2222;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  border: 3px #fff solid;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer;
}

#askteacher button:hover {
  background-color: #000;
  -webkit-transition: 1s;
  transition: 1s;
}

.solution-close a {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border: 0px solid #05ad99;
  position: absolute;
  text-align: center;
  background: #ff0000;
  vertical-align: middle;
  right: -20px;
  z-index: 99999999;
  color: #ffffff;
  line-height: 60px;
  top: -20px;
  border-radius: 50px;
}

#answer_box {
  background-color: #ffd522;
  border-right: 5px #fff solid;
  border-top: 5px #fff solid;
  border-bottom: 5px #fff solid;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 50%;
  position: absolute;
  top: 10%;
  left: 0%;
  z-index: 999;
  padding: 20px;
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 18px;
  height: 80vh;
  overflow: unset;
}

#answer_box h3 {
  font-size: 30px;
  font-weight: normal;
  color: #000;
}

#answer_box .close-solution {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 9;
  background: red;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  border: 5px #fff solid;
}

#answer_box .close-solution:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 1s;
  transition: 1s;
}

#answer_box div {
  margin: 20px 0;
}

/* questionere */
/* PDF RESOURCES SLIDER */
#wrapper {
  width: 100%;
  position: relative;
}

#carousel,
#carousel2,
#carousel3,
#carousel4 {
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#carousel::-webkit-scrollbar,
#carousel2::-webkit-scrollbar,
#carousel3::-webkit-scrollbar {
  height: 0;
}

,
#carousel4::-webkit-scrollbar {
  height: 0;
}

#prev,
#next,
#prev2,
#next2,
#prev3,
#next3,
#prev4,
#next4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: transparent;
  border: none;
  padding: 8px;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  position: absolute;
  font-size: 50px;
  color: #FFD522;
  font-weight: normal;
}

#prev,
#prev2,
#prev3,
#prev4 {
  top: 50%;
  left: -100px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: none;
  font-size: 80px;
  font-family: 'Chelsea Market';
  font-weight: normal;
}

#next,
#next2,
#next3,
#next4 {
  top: 50%;
  right: -100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Chelsea Market';
  font-weight: normal;
  font-size: 80px;
}

#pdfresources-box .pdfresources-title {
  width: 1000px;
  margin: auto;
}

#pdfresources-box h1 {
  font-size: 40px;
}

#pdfresources-box section.video-slider,
#pdfresources-box section.pdf-slider {
  width: 1080px;
  background-color: #003b63ad;
  padding: 10px 30px 50px 30px;
  margin: 30px auto;
  border-radius: 30px;
}

/* #pdfresources-box section.video-slider h2, #pdfresources-box section.pdf-slider h2{text-align:center;font-weight:normal;font-size:50px;padding:0px;margin:10px;} */
#pdfresources-box section.video-slider h2,
#pdfresources-box section.pdf-slider h2 {
  text-align: center;
  font-weight: normal;
  font-size: 40px;
  padding: 0px;
  margin: 10px 0 20px;
}

#pdfresources-box section.pdf-slider {
  background-color: #003b63ad;
}

#pdfresources-box #content,
#pdfresources-box #content2,
#pdfresources-box #content3,
#pdfresources-box #content4 {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  grid-auto-flow: column;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#pdfresources-box #content {
  grid-gap: 21px;
}

#pdfresources-box #content a span,
#pdfresources-box #content2 a span,
#pdfresources-box #content3 a span,
#pdfresources-box #content4 a span {
  text-align: center;
  display: block;
}

#pdfresources-box #content2 a {
  width: 240px;
  text-align: center;
}

#pdfresources-box #content4 a {
  width: 240px;
  text-align: center;
}

#pdfresources-box #content3 a {
  width: 240px;
  text-align: center;
}

#pdfresources-box .item {
  height: 180px;
}

/* #pdfresources-box .item2{height:120px;} */
#pdfresources-box .item2 {
  height: 85px;
  margin-bottom: 10px;
}

/* PDF RESOURCES SLIDER */
#chapters {
  width: 1000px;
  margin: auto;
}

#chapters .media-29101#chapters #content3 {
  display: -ms-grid;
  display: grid;
  grid-gap: 2px;
  grid-auto-flow: column;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#chapters #content3 div a {
  float: left;
  width: 31%;
  text-align: center;
  background: #ffd522;
  border-top-left-radius: 50%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 5px #fff solid;
  position: relative;
  display: block;
  margin: 50px 1% 0 1%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#chapters #content3 div a span {
  text-align: center;
  display: block;
}

#chapters #content3 div a span:nth-child(1) {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
}

#chapters #content3 div a span:nth-child(1) img {
  margin: auto;
  max-height: 130px;
  width: auto;
}

#chapters #content3 div a span:nth-child(2) {
  font-size: 26px;
  text-align: center;
  color: #000;
  margin-top: 80px;
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

#chapters #content3 div a span:last-child {
  font-size: 14px;
  color: #000;
  line-height: 37px;
}

/*#chapters #content3 div a:nth-child(4), #chapters #content3 div a:nth-child(5), #chapters #content3 div a:nth-child(6){margin:20px 1% 50px 1%;border-bottom-right-radius:50%;border-top-left-radius:30px;}
#chapters #content3 div a:nth-child(4) span:nth-child(1), #chapters #content3 div a:nth-child(5) span:nth-child(1), #chapters #content3 div a:nth-child(6) span:nth-child(1){position:static;font-size:30px;text-align:center;color:#000;min-height:76px;}
#chapters #content3 div a:nth-child(4) span:nth-child(2), #chapters #content3 div a:nth-child(5) span:nth-child(2), #chapters #content3 div a:nth-child(6) span:nth-child(2){padding-top:0px;padding-bottom:60px;font-size:15px;color:#000;}
#chapters #content3 div a:nth-child(4) span:nth-child(3), #chapters #content3 div a:nth-child(5) span:nth-child(3), #chapters #content3 div a:nth-child(6) span:nth-child(3){position:absolute;bottom:-50px;left:0px;width:100%;text-align:center;}
*/
#chapters #content3 div a:hover {
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top-left-radius: 10%;
  border-top-right-radius: 50%;
  border: 5px transparent solid;
  color: #fff;
}

#chapters #content3 div a:hover span {
  color: #fff;
}

#chapters #content3 .item3 {
  width: 1000px;
}

#status .start-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* CHAPTERS SLIDER */
#container-slider {
  width: 1080px;
  height: auto;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 0px;
  margin: auto;
}

#sliderchapter {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#placer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* styles for the slide flex-direction:column;flex-wrap:wrap;height:700px;*/
#slidechapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80px;
  flex: 1 1 80px;
  padding: 50px 0;
}

/**** styles for the cards *****/
/* styles for the cards */
.content-card {
  float: left;
  width: 250px;
  text-align: center;
  background: #ffd522;
  border-top-left-radius: 50%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 5px #fff solid;
  position: relative;
  margin: 50px 10px 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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-sizing: border-box;
  box-sizing: border-box;
}

.content-card span {
  text-align: center;
  display: block;
}

.content-card span:nth-child(1) {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
}

.content-card span:nth-child(1) img {
  margin: auto;
  max-height: 150px;
}

.content-card span:nth-child(2) {
  font-size: 30px;
  text-align: center;
  color: #000;
  padding-top: 100px;
  min-height: 230px;
}

.content-card span:last-child {
  font-size: 15px;
  color: #000;
  padding-bottom: 20px;
}

.content-card:hover {
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top-left-radius: 10%;
  border-top-right-radius: 50%;
  border: 5px transparent solid;
  color: #fff;
}

.content-card:hover span {
  color: #fff;
}

/* styles for the poster div inside the card*/
.poster {
  height: 120px;
  width: 100%;
  background-color: #f2a172;
  border-radius: 10px 10px 0px 0px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-size: 26px;
  font-weight: bold;
  color: white;
}

.alt .poster {
  background-color: #a4b3bf;
}

.content-card:first-child {
  margin-left: 10px;
}

/* remove right margin from last content-card */
.content-card:last-child {
  margin-right: 0px;
}

.name {
  padding: 10px 15px 0px 15px;
  font-size: 14px;
}

.year {
  margin-top: 5px;
  color: grey;
}

/* styles for next and previous buttons */
#next-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 10px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  opacity: 0.9;
  cursor: pointer;
  color: #e7c11f;
  font-size: 20px;
  font-family: 'Chelsea Market', cursive;
}

#next-button:hover {
  color: black;
}

#next-button::after {
  content: ">";
  font-size: 50px;
}

#previous-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 10px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  opacity: 0.9;
  cursor: pointer;
  color: #e7c11f;
  font-size: 20px;
}

#previous-button:hover {
  color: black;
}

#previous-button::after {
  content: "<";
  font-size: 50px;
}

/* CHAPTERS SLIDER END */
#status .start-box .start-left {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 700px;
}

#status .start-box .start-left .start {
  width: 200px;
  height: 155px;
  position: absolute;
  bottom: 63px;
  left: 0px;
  z-index: 9;
}

#status .start-box .start-left .start div {
  width: 200px;
  height: 200px;
  line-height: 200px;
  color: #000;
  text-align: center;
}

#status .start-box .start-left .start div svg {
  width: 100%;
}

#status .start-box .start-left .start div:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: 1;
  font-size: 30px;
  line-height: 160px;
}

#status .start-box .start-left .start div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: 0;
}

#status .start-box .start-left .start div:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: -1;
}

#status .start-box .start-left .start div:nth-child(2) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 200px;
  height: 200px;
}

#status .start-box .start-left .start div:nth-child(3) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 200px;
  height: 200px;
}

#status .start-box .start-left .start1 {
  width: 200px;
  height: 155px;
  position: absolute;
  z-index: 9;
  bottom: 266px;
  right: 25px;
}

#status .start-box .start-left .start1 div {
  width: 200px;
  height: 200px;
  line-height: 200px;
  color: #000;
  text-align: center;
}

#status .start-box .start-left .start1 div svg {
  width: 100%;
}

#status .start-box .start-left .start1 div:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: 1;
  font-size: 30px;
  line-height: 160px;
}

#status .start-box .start-left .start1 div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: 0;
}

#status .start-box .start-left .start1 div:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: -1;
}

#status .start-box .start-left .start1 div:nth-child(2) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 200px;
  height: 200px;
}

#status .start-box .start-left .start1 div:nth-child(3) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 200px;
  height: 200px;
}

#status .start-box .start-left .start2 {
  width: 200px;
  height: 155px;
  position: absolute;
  z-index: 9;
  bottom: 445px;
  left: 50px;
}

#status .start-box .start-left .start2 div {
  width: 200px;
  height: 200px;
  line-height: 200px;
  color: #000;
  text-align: center;
}

#status .start-box .start-left .start2 div svg {
  width: 100%;
}

#status .start-box .start-left .start2 div:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: 1;
  font-size: 30px;
  line-height: 160px;
}

#status .start-box .start-left .start2 div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: 0;
}

#status .start-box .start-left .start2 div:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: -1;
}

#status .start-box .start-left .start2 div:nth-child(2) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 200px;
  height: 200px;
}

#status .start-box .start-left .start2 div:nth-child(3) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 200px;
  height: 200px;
}

#status .start-box .start-left .start3 {
  width: 150px;
  height: 135px;
  position: absolute;
  z-index: 9;
  bottom: 480px;
  right: 100px;
}

#status .start-box .start-left .start3 div {
  width: 150px;
  height: 135px;
  line-height: 135px;
  color: #000;
  text-align: center;
}

#status .start-box .start-left .start3 div svg {
  width: 100%;
}

#status .start-box .start-left .start3 div:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 85px;
  z-index: 1;
  font-size: 40px;
  line-height: 85px;
}

#status .start-box .start-left .start3 div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 135px;
  z-index: 0;
}

#status .start-box .start-left .start3 div:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 135px;
  z-index: -1;
}

#status .start-box .start-left .start3 div:nth-child(2) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 150px;
  height: 135px;
}

#status .start-box .start-left .start3 div:nth-child(3) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 150px;
  height: 135px;
}

#status .start-box .start-left .attach1,
#status .start-box .start-left .attach2,
#status .start-box .start-left .attach3 {
  position: absolute;
}

#status .start-box .start-left .attach1 {
  bottom: 188px;
  left: 100px;
}

#status .start-box .start-left .attach2 {
  bottom: 330px;
  left: 136px;
  opacity: 0.4;
}

#status .start-box .start-left .attach3 {
  bottom: 510px;
  left: 150px;
}

#status .start-box .start-left .attach2,
#status .start-box .start-left .attach3,
#status .start-box .start-left .start1,
#status .start-box .start-left .start2,
#status .start-box .start-left .start3 {
  opacity: 1;
}

#status .start-box .start-right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  height: 700px;
}

#status .start-box .start-right .start-data {
  width: 575px;
  margin: auto;
  background-color: #FFD522;
  color: #000;
  border-top-right-radius: 50%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 50px;
}

#status .start-box .start-right .piechart div {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border: 10px yellow solid;
}

#status .start-box .start-right .piechart div span:first-child {
  font-size: 20px;
  display: block;
  text-align: center;
}

#status .start-box .start-right .piechart div span:last-child {
  font-size: 80px;
  display: block;
  text-align: center;
}

#status .start-box .start-right .start-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#status .start-box .start-right .start-row div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 30px;
  font-size: 30px;
}

#status .start-box .start-right .start-row div.labels {
  font-size: 20px;
  display: block;
}

#status .start-box .start-right .start-row div.labels span {
  font-size: 20px;
  padding: 0 10px;
}

#status .start-box .start-right .start-row div.labels div {
  padding: 0px;
}

#status .start-box .start-right .start-row div.labels span.green,
#status .start-box .start-right .start-row div.labels span.red,
#status .start-box .start-right .start-row div.labels span.pink,
#status .start-box .start-right .start-row div.labels span.blue {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 10px;
  padding: 0px;
}

#status .start-box .start-right .start-row:nth-child(1) {
  width: 87%;
  border-bottom: 1px #666 dotted;
}

#status .start-box .start-right .start-row:nth-child(1) div:first-child {
  border-right: 1px #666 dotted;
  -ms-flex-preferred-size: 232px;
  flex-basis: 232px;
}

#status .start-box .start-right .start-row:nth-child(2) {
  width: 97%;
  border-bottom: 1px #666 dotted;
}

#status .start-box .start-right .start-row:nth-child(2) div:first-child {
  border-right: 1px #666 dotted;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}

#status .start-box .start-right .start-row:nth-child(3) {
  width: 100%;
  border-bottom: 1px #666 dotted;
}

#status .start-box .start-right .start-row:nth-child(3) div:first-child {
  border-right: 1px #666 dotted;
  -ms-flex-preferred-size: 194px;
  flex-basis: 194px;
}

.start-list {
  /*width:1200px;*/
  width: 100%;
  margin: auto;
}

.start-list div {
  background-color: #FFD522;
  border: 2px #fff solid;
  padding: 10px;
  font-size: 20px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.start-list div span:first-child {
  -ms-flex-preferred-size: 90%;
  flex-basis: 90%;
  padding-left: 20px;
}

.start-list div a {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  font-size: 20px;
  border-radius: 50px;
  padding: 10px;
  text-align: center;
  border: 2px #fff solid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.start-list div a:hover {
  background: #FFD522;
  border: 2px #7cd6ff solid;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.start-list div span.lock {
  background-color: transparent;
  text-align: center;
  padding: 0 30px;
}

.start-list div span.lock img {
  max-width: 40px;
}
.topic_hint img {
  max-width: 100%;
}

.start-list div:hover {
  background-color: #fff;
  border: 2px #FFD522 solid;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#results .results-title {
  width: 550px;
  margin: auto;
  padding: 10px 0 100px 0;
  margin: 50px auto;
  background-color: #0026373d;
  border-radius: 80px;
  position: relative;
}

#results .results-title div:first-child {
  color: #FFD522;
  font-size: 30px;
  text-align: center;
}

#results .results-title div:last-child {
  width: 560px;
  position: absolute;
  bottom: 20px;
  left: -25px;
  color: #000;
  font-size: 20px;
  background-color: #FFD522;
  border-radius: 50px;
  padding: 10px 0px 10px 30px;
  border: 3px #fff solid;
}

#results .results-title div:last-child span:nth-child(1) {
  font-size: 30px;
  padding: 0 30px 0 40px;
}

#results .results-title div:last-child span:nth-child(2) {
  font-size: 20px;
}

#results .results-title div:last-child span:nth-child(3) {
  position: absolute;
  top: -60px;
  right: 20px;
  background: transparent url(../media/new-images/badge.png) no-repeat top center;
  width: 150px;
  height: 200px;
  background-size: cover;
}

#results .results-title div:last-child span:nth-child(3) span {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 35px;
  padding: 0px;
}

#results .results-score {
  width: 900px;
  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: #0026373d;
  padding: 50px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  margin: auto;
}

#results .results-score div {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  text-align: center;
  position: relative;
  text-transform: capitalize;
}

#results .results-score div div:first-child {
  color: #FFD522;
  font-size: 20px;
}

#results .results-score .res-one div:last-child {
  background: #FFD522;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  line-height: 125px;
  margin: 30px auto 0 auto;
  border-left: 5px #fff solid;
}

#results .results-score .res-one div:last-child span {
  display: block;
  padding: 0px;
  line-height: 30px;
  font-size: 20px;
}

#results .results-score .res-one div:last-child span:first-child {
  display: block;
  font-size: 40px;
  padding-top: 30px;
}

#results .results-score .res-two div:last-child {
  background: #FFD522;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  line-height: 125px;
  margin: 30px auto 0 69px;
  position: relative;
  border-left: 5px #fff solid;
}

#results .results-score .res-two div:last-child span {
  display: block;
  padding: 0px;
  line-height: 30px;
  font-size: 20px;
}

#results .results-score .res-two div:last-child span:first-child {
  display: block;
  font-size: 23px;
  padding-top: 40px;
}

#results .results-score .res-two::before {
  position: absolute;
  content: '';
  top: 22px;
  left: 0px;
  width: 200px;
  height: 180px;
  background: transparent url(../media/new-images/accuracy.png) no-repeat center center;
  z-index: -1;
}

#results .results-score .res-three div:last-child {
  border-radius: 50%;
  width: 125px;
  height: 125px;
  line-height: 125px;
  margin: 30px auto 0 auto;
  position: relative;
  z-index: 8;
}

#results .results-score .res-three div:last-child span {
  display: block;
  padding: 0px;
  line-height: 50px;
  font-size: 20px;
}

#results .results-score .res-three div:last-child span:first-child {
  display: block;
  font-size: 30px;
  padding-top: 20px;
}

#results .results-score .res-three::before {
  position: absolute;
  content: '';
  top: 22px;
  left: 0px;
  width: 100%;
  height: 230px;
  background: transparent url(../media/new-images/badge.png) no-repeat top center;
  background-size: 70%;
  z-index: 1;
}

#results .results-score .res-four div:last-child {
  border-radius: 50%;
  width: 125px;
  height: 125px;
  line-height: 125px;
  margin: 20px auto;
}

#results .results-score .res-four div:last-child span {
  display: block;
  padding: 0px;
  line-height: 50px;
  font-size: 20px;
}

#results .results-score .res-four div:last-child span:first-child {
  display: block;
  font-size: 30px;
  padding-top: 50px;
  color: #fff;
}

#results .results-score .res-four::before {
  position: absolute;
  content: '';
  top: 22px;
  left: 0px;
  width: 100%;
  height: 230px;
  background: transparent url(../media/new-images/speed.png) no-repeat -20px 20px;
  z-index: 1;
}

#results .results-time {
  width: 900px;
  background-color: #0026373d;
  padding: 20px 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  color: #FFD522;
  text-align: center;
  font-size: 25px;
  margin: 5px auto 0 auto;
}

#results .results-time span.time {
  background-color: #FFD522;
  border-radius: 50px;
  padding: 5px 20px 5px 60px;
  margin: 0 20px;
  color: #000;
  position: relative;
}

#results .results-time span.time i {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 50px;
}

#results .results-time span.time i img {
  max-width: 100%;
  height: auto;
}

#review {
  padding-bottom: 100px
}

#review .review-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  color: #FFD522;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#review .review-title div {
  padding: 0 20px 0 0;
}

#review .review-title div:first-child {
  -ms-flex-preferred-size: 42%;
  flex-basis: 70%;
  color: #ffd522;
  font-weight: bold;
  letter-spacing: 2px;
}

#review .review-title div:last-child {
  -ms-flex-preferred-size: 80%;
  flex-basis: 30%;
  font-size: 30px;
  text-align: right;
}

#review .review-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #023B8A;
  border-radius: 30px;
  color: #FFD522;
}

#review .review-status .review-div {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 20px 30px;
  border-right: 1px #307ae2 dotted;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}

#review .review-status .review-div:last-child {
  border: 0px;
}

#review .review-ques {
  background-color: #00006d4d;
  border-radius: 30px;
  color: #FFD522;
  margin: 30px 0;
}

#review .review-ques .review-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 20px 40px;
}

#review .review-ques .review-q i {
  padding: 10px;
  border-radius: 50%;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  background-color: #FFD522;
  color: #000;
  font-size: 25px;
  text-align: center;
  line-height: 40px;
}

#review .review-ques .review-q span {
  font-size: 20px;
  line-height: 40px;
}

#review .review-ques .review-q td {
  color: #FFD522
}

#review .review-ques .review-a ul {
  list-style-type: none;
  font-size: 20px;
  padding: 10px !important;
  width: 80%;
  border-radius: 20px;
  background: #009ee63b;
  margin-left: 10%;
}

#review .review-ques .review-q table td {
  padding: 0px;
  color: #FFD522;
}

#review .review-ques .review-a table td {
  padding: 5px;
  color: #fff;
  border: 1px #76bae7 solid;
  font-weight: 300 !important;
  color: #fff;
}

#review .review-ques .review-a ul li {
  padding: 10px 0 0 10px;
  color: #fff;
  display: flex
}

#review .review-ques .review-a ul li:hover {
  background: #00327a;
  padding: 10px 0 0 10px;
  border-radius: 10px;
}

#review .review-ques .review-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #023B8A;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 0 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#review .review-ques .review-s div {
  font-size: 20px;
  padding: 10px 20px;
  border-right: 1px #4882d3 dotted;
}

#review .review-ques .review-s div:last-child {
  border: 0px;
}

#review .review-ques .review-s .time {
  position: relative;
  background-color: #FFD522;
  border: 3px #fff solid;
  padding: 5px 20px;
  border-radius: 40px;
  text-align: right;
  width: 180px;
  display: block;
  font-size: 20px;
  color: #000;
}

#review .review-ques .review-s .time i {
  position: absolute;
  top: -15px;
  left: -17px;
  width: 80px;
  height: 80px;
}

#review .review-ques .review-s .time i img {
  max-width: 60%;
}

#review .review-ques .review-s span {
  display: block;
  text-align: center;
}

#review .review-cat {
  padding: 0 20px 10px 0
}

#review .pagination {
  justify-content: center;
}

#review .custom_pagination li a {
  color: #80808f;
  background-color: #ffd522;
  border-color: #e5eaee;
  margin: 2px;
  border-radius: 50%;
  font-size: 21px;
  line-height: 32px;
  cursor: pointer;
  padding: 10px 18px;
  color: #000;
}

#review .custom_pagination li a:hover {
  background-color: #000;
  color: #ffd522
}

#start .row {
  width: 1000px;
  background: #00006d4d;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px;
  gap: 1%;
  margin: 50px auto 20px auto;
}

#start .row>div {
  color: #fff;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

#start .row>div {
  background: #009ee63b;
  border-radius: 20px;
  color: #fff;
  padding: 20px;
  min-height: 200px;
}

#start .row>div ol li {
  margin-bottom: 20px;
  font-size: 16px;
}

#chapter-result .start-list {
  width: 1200px;
  margin: auto;
}

#chapter-result h3 {
  font-size: 40px;
}

#all-topics {
  width: 1200px !important;
  margin: auto !important
}

#start-status {
  background-color: #FFD522;
  border-radius: 30px;
  width: 1200px;
  margin: 10px auto;
  position: relative;
  box-shadow: 0px 4px 10px #034364;
}

#start-status .start-status-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}

#start-status .start-status-title span:first-child {
  -ms-flex-preferred-size: 68%;
  flex-basis: 68%;
  font-size: 22px;
}

#start-status .start-status-title a {
  margin: 0 10px;
  font-size: 20px;
}

#start-status .start-status-pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 30px;
  background-color: #FAE074;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -ms-flex-pack: distribute;
}

#start-status .start-status-pie div {
  padding: 0px;
  -ms-flex-preferred-size: 30%;
  flex-basis: 33%;
  margin: .33% .33% .33% 0;
}

#start-status .start-status-pie div:first-child .pie-data {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#start-status .start-status-pie .pie-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 10px;
  height: 210px;
}

#start-status .start-status-pie .pie-data div.piechart22,
#start-status .start-status-pie .pie-data div.piedata22 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px 0;
}

#start-status .start-status-pie .pie-data div.piedata22 {
  padding: 10px;
  background: #fae074;
  border-radius: 20px;
}

.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
  padding: 10px !important;
  border-radius: 2px;
}

#start-status .start-status-pie .pie-data2 {
  padding: 10px 20px;
  font-size: 15px;
  height: 210px;
  border: 1px #edcc45 solid;
  border-radius: 30px;
  background: #fae074;
  position: relative;
}

#start-status .start-status-pie .pie-data2 img {
  position: absolute;
  right: 20px;
  bottom: 20%;
}

#start-status .start-status-pie .pie-data2 span {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

#start-status .start-status-pie .pie-data2 .urg {
  font-size: 45px;
  padding-bottom: 20px;
  color: #de3f68;
  padding-top: 29px;
}

#start-status .start-status-pie .pie-data {
  background-color: #F8D74F;
  border-radius: 30px;
}

#start-status .start-status-pie .piedata22 span.pielabel22 {
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #0078B3;
  padding-bottom: 10px;
}

#start-status .start-status-pie .piedata22 span.pievalue22 {
  display: block;
  border-bottom: 1px #e9c118 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#start-status .start-status-pie .piedata22 span.pievalue22:last-child {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}

#start-status .pie-z {
  padding: 10px 20px;
  text-align: center;
}

#start-status .pie-z span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0;
}

#start-status .pie-z span i {
  width: 15px;
  height: 20px;
  display: inline-block;
  border-radius: 50px;
  margin-right: 10px;
}

#start-status .start-status-levels {
  width: 135px;
  height: 100%;
  position: absolute;
  bottom: 10%;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 9;
}

#start-status .start-status-levels span {
  display: block;
  padding: 10px 20px;
}

#start-status .start-status-levels span.attach {
  height: 10%;
}

#start-status .start-status-levels span:nth-child(odd) {
  display: block;
  width: 125px;
  padding: 15px 20px;
  background: #9adf73;
  background: -moz-linear-gradient(90deg, rgba(255, 213, 34, 1) 0%, rgba(255, 243, 193, 1) 69%);
  background: -webkit-linear-gradient(90deg, rgba(255, 213, 34, 1) 0%, rgba(255, 243, 193, 1) 69%);
  background: linear-gradient(90deg, #ffd522 0%, #9adf73 69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd522", endColorstr="#fff3c1", GradientType=1);
  border: 0px;
  border-left: 0px;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  margin-right: -42px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  position: relative
}

#start-status .start-status-levels span:nth-child(odd)::before {
  background: transparent url(https://dev.etutor.co/assets/media/new-images/correct.png) no-repeat center center;
  content: '';
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 7px;
  top: 10px;
}

#start-status .start-status-levels span:nth-child(odd).hidestart::before {
  background: transparent url(https://dev.etutor.co/assets/media/new-images/wrong.png) no-repeat center center;
  content: '';
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 7px;
  top: 10px;
}

#start-status .start-status-levels .hidestart {
  background: #ffd522 !important;
  color: #bfa125 !important;
}

#start-status span.progress {
  width: 70px;
  height: 80%;
  position: absolute;
  top: 10%;
  right: 0px;
  padding: 0px;
  background: #ffd522;
}

#start-status span.progress span.progress-bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 70px;
  border: 0px;
  padding: 0px;
  height: 50%;
  background: #99e36e;
  background: -moz-linear-gradient(356deg, rgba(71, 153, 25, 1) 0%, rgba(153, 227, 110, 1) 69%);
  background: -webkit-linear-gradient(356deg, #99e36e 0%, rgba(153, 227, 110, 1) 69%);
  background: linear-gradient(270deg, #99e36e 0%, rgb(255 213 34) 69%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#479919", endColorstr="#99e36e", GradientType=1);
}

#start .question_paragraph p {
  font-size: 22px;
}

.completed-status {
  background-color: #99e36e !important
}

.completed-status .start-status-pie {
  background-color: #b0ed8e !important;
}

.completed-status .start-status-pie .thirddiv {
  background-color: #99e36e !important;
}

.completed-status .start-status-levels span:nth-child(odd) {
  background: #9ADF73 !important;
  border: 0px !important;
  color: #000 !important;
}

.completed-status .thirddiv1 {
  background: #9add73 !important;
  border-radius: 20px !important;
}

.completed-status .thirddiv2 {
  background: #97d773 !important;
  border-radius: 20px !important;
}

.completed-status .start-status-title a.common {
  background: #9adf73;
  border: 3px #79c150 solid;
}

.completed-status .start-status-title a.common:hover {
  background: #000;
  color: #fff
}

.completed-status .start-status-pie .piedata22 span.pievalue22 {
  border-bottom: 1px #b8e59e solid !important;
}

.completed-status .start-status-pie .pie-data div.piedata22 {
  padding: 10px !important;
  border-radius: 20px;
  background: #b0ed8e !important;
}

.completed-status .start-status-pie .piedata22 span.pievalue22:last-child {
  border-bottom: 0px !important
}

.completed-status span.progress span.progress-bar {
  background: #99e36e !important;
  background: -moz-linear-gradient(356deg, rgba(71, 153, 25, 1) 0%, rgba(153, 227, 110, 1) 69%) !important;
  background: -webkit-linear-gradient(356deg, #99e36e 0%, rgba(153, 227, 110, 1) 69%) !important;
  background: linear-gradient(270deg, #6dbb3f 0%, rgb(153 227 110) 69%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#479919", endColorstr="#99e36e", GradientType=1) !important;
}

#adaptive {
  position: relative
}

#adaptive .adaptive-filter {
  position: absolute;
  right: 0px;
  top: -60px;
}

#adaptive .adaptive-filter select {
  padding: 5px 20px;
  font-size: 18px;
}

#adaptive-dashboard .score,
#adaptive-dashboard .score3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 20px 0 10px 0;
  justify-content: center;
}

#adaptive-dashboard #dashboard .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fbd329;
}

#adaptive-dashboard .score div,
#adaptive-dashboard .score3 div {
  background: #e9c118;
  color: #000;
  font-size: 20px;
  width: 20%;
  padding: 15px 0;
  margin: 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  flex-grow: 1;
}

#adaptive-dashboard .score div:first-child {
  border-top-left-radius: 30px;
  margin-left: 0px;
}

#adaptive-dashboard .score div:last-child {
  border-top-right-radius: 30px;
  margin-right: 0px;
}

#adaptive-dashboard .score3 div {
  width: 33%;
}

#adaptive-dashboard .score div span,
#adaptive-dashboard .score3 div span {
  display: block;
  text-align: center;
}

#adaptive-dashboard .score div span:first-child,
#adaptive-dashboard .score3 div span:first-child {
  padding: 0 0 15px 0;
  letter-spacing: 1px;
  color: #6e5b0a;
  font-size: 15px;
}

/* #adaptive-dashboard .score div span:last-child,
#adaptive-dashboard .score3 div span:last-child {
  font-size: 22px; 
} */
#adaptive-dashboard #dashboard {
  background-color: #e9c118;
  border-radius: 30px;
  padding: 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

#adaptive-dashboard #dashboard table {
  border: 0px !important;
}

#adaptive-dashboard #dashboard thead tr th {
  font-weight: bold;
  border: 0px !important;
  border-bottom: 1px #000 dotted !important;
  padding: 20px 0;
  margin-bottom: 20px;
}

#adaptive-dashboard #dashboard table {
  width: 100%;
}

#adaptive-dashboard #dashboard table tr td {
  border: 0px !important;
  border-bottom: 1px #252525 dotted !important;
  padding: 8px !important;
  font-size: 18px;
  color: #000;
  vertical-align: initial;
}

#adaptive-dashboard #dashboard table tr td span button {
  padding: 2px 20px;
  font-size: 15px;
  letter-spacing: 1px;
}

#adaptive-dashboard #dashboard table tr:hover {
  background-color: #0092d5;
}

#adaptive-dashboard #dashboard table thead tr:hover {
  background-color: transparent !important;
}

#adaptive-dashboard #dashboard table tr:hover td {
  color: #fff;
}

#timetable {
  background-color: #e9c118;
  margin: 20px;
  border-radius: 30px;
}

table.ttable {
  width: 100%;
  background-color: #e9c118;
  border-radius: 30px;
  padding: 20px;
}

table.ttable th {
  padding: 20px;
  border-bottom: 1px #666 dotted;
  border-right: 1px #666 solid;
  background-color: #f7d131;
}

table.ttable td {
  padding: 20px;
  border-bottom: 1px #666 dotted;
  border-right: 1px #666 solid;
}

table.ttable td:last-child {
  border-right: 0px;
}

table.ttable tr:last-child td,
table.ttable tr:last-child th {
  border-bottom: 0px;
}

table.ttable thead tr:first-child td,
table.ttable thead tr:first-child th {
  border-bottom: 1px #666 dotted;
  background-color: #f7d131;
}

table.ttable tbody tr:first-child td:nth-child(3) {
  background-color: #f7d131;
}

#summary {
  background-color: #e9c118;
  border-radius: 30px;
  padding: 20px;
  font-size: 15px;
}

#summary .controls,
.controls3 {
  overflow: hidden;
}

#summary select#limit {
  width: auto;
  float: right
}

#summary .controls2 {
  padding: 20px 0 0 0;
}

#summary .controls2 ul.pagination {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

#summary .controls2 ul.pagination li {
  margin: 0 5px;
}

#summary .controls2 ul.pagination li a {
  font-size: 20px;
  border: 1px #000 solid !important;
  color: #000 !important;
  background-color: transparent;
  border-radius: 50px;
  padding: 10px;
}

#summary .controls2 ul.pagination li a:hover {
  color: #fff !important;
  background-color: #00a5ef;
}

#summary .controls2 ul.pagination li a:hover {
  color: #fff;
}

#summary .controls2 ul.pagination li.active a {
  background: green;
  color: #fff;
  border-color: #fff;
}

#summary .controls3 div {
  display: inline-block
}

#summary .controls3 div:first-child {
  width: 10%;
}

#summary .controls3 div:nth-child(2) {
  width: 25%;
}

#summary .controls3 div:nth-child(3) {
  width: 25%;
}

#summary .controls3 div:nth-child(4) {
  width: 38%;
}

#summary .controls3 div select,
#summary .controls3 div span {
  font-size: 18px;
  line-height: 28px;
}

.statistics {
  display: block;
  overflow: hidden;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
}

.statistics ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

.statistics ul li span {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 0px 10px 0 0;
}

.statistics ul li span.clr_e {
  background: #adfaab;
}

.statistics ul li span.clr_g {
  background: #dafab2;
}

.statistics ul li span.clr_a {
  background: #fbedbb;
}

.statistics ul li span.clr_b {
  background: #ffcabe;
}

.statistics ul li span.clr_p {
  background: #ff9f9f;
}

#summary #pmain {
  overflow-x: auto;
  overflow-y: hidden;
}

#summary table {
  width: 100%;
  background-color: #e9c118;
  border-radius: 30px;
  padding: 20px;
  margin-top: 10px;
}

#summary table th {
  background-color: #f7d131;
  padding: 15px 10px;
  font-weight: normal;
}

#summary table td {
  padding: 10px;
  border-bottom: 1px #000 dotted;
  font-size: 14px;
  word-wrap: break-word;
  white-space: nowrap;
}

#summary table a {
  padding: 5px 20px;
  font-size: 13px;
  color: #fff;
}

#summary table tr:hover {
  background-color: #8bdaff;
}

#summary table tr:hover td {
  color: #000;
}

#ask-teacher {
  color: #000;
}

.ask-teacher-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
}

.ask-teacher-controls2 {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.ask-teacher-controls2 select {
  width: 200px;
}

.ask-teacher-controls div {
  position: relative;
}

.ask-teacher-controls div svg {
  position: absolute;
  top: 12px;
  right: 20px;
}

.ask-teacher-controls input {
  border-radius: 50px;
  padding: 5px 20px;
  background: transparent;
  font-size: 20px;
  border: 2px #000 solid;
  color: #000;
  width: 400px;
}

.ask-teacher-controls input:focus {
  background-color: transparent;
  border: 2px #000 solid;
}

.ask-teacher-controls a {
  float: right;
  font-size: 20px;
  line-height: 50px;
  background-color: #71EFB0;
  color: #000;
  border-radius: 50px;
  padding: 0px 20px !important;
}

.ask-teacher-controls::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

.ask-teacher-controls:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.ask-teacher-controls::-ms-input-placeholder {
  color: #000;
}

.ask-teacher-controls::placeholder {
  color: #000;
}

.ask-teacher-tabs {
  display: block;
  padding: 0px 30px;
}

.ask-teacher-tabs ul li {
  margin: 0 10px;
}

.ask-teacher-tabs ul li a {
  color: #000 !important;
  font-size: 16px;
}

.ask-teacher-tabs a {
  background-color: transparent;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #000;
  padding: 10px 20px;
  border: 1px #ffd522 solid;
  border-bottom: 0px;
}

.ask-teacher-tabs a:hover,
.ask-teacher-tabs ul li a.active {
  background-color: #FFD522;
}

.ask-teacher-tabs a:hover {
  background-color: #e7bb00;
}

.my-questions-list {
  background-color: #FFD522;
  color: #000;
  border-radius: 30px;
  font-size: 20px;
  padding: 20px;
}

.my-questions-list .at-list {
  border-bottom: 1px #666 dotted;
  padding: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.my-questions-list .at-list a {
  color: #123063;
}

.my-questions-list .at-list:hover {
  background-color: #f3c500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.my-questions-list .at-liststatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  padding: 20px 0 0 0;
}

.my-questions-list .at-liststatus span {
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 5px;
}

.my-questions-list .at-liststatus span.green {
  background: #acfaac;
}

.my-questions-list .at-liststatus span.red {
  background: #ff6767;
}

.my-questions-list .at-liststatus span.pink {
  background: #fff1c2;
}

#student-connect .sc-title {
  overflow: hidden;
  border-bottom: 1px #666 dotted;
  padding: 0 0 20px 0;
}

#student-connect .sc-title h3 {
  float: left;
  padding: 0px;
}

#student-connect .sc-title span {
  float: right;
  font-size: 12px;
  padding: 5px 10px;
  background: #e9c118;
  border-radius: 10px;
  line-height: 15px;
  margin: 0 5px 0 0;
}

#student-connect .replies {
  background-color: #f5f5f5;
  border-radius: 10px;
  margin: 10px 0;
  padding: 10px;
}

#student-connect .replies p {
  padding: 10px 0;
  margin: 0px;
}

#student-connect .footer-reply {
  border-top: 1px #666 dotted;
  overflow: hidden;
  padding: 10px 0;
}

#student-connect .footer-reply span {
  padding: 5px 10px;
  background-color: #baf1ba;
  border-radius: 30px;
  margin: 0 5px 0 0;
  font-size: 12px;
}

#student-connect .footer-reply span.date {
  background-color: #f5f5f5;
}

#student-connect #post-answer {
  background-color: #f5f5f5;
  padding: 20px;
  color: #000;
  border: 2px #ccc solid;
  border-radius: 30px;
  -webkit-transition: 1s;
  transition: 1s;
}

#student-connect #post-answer textarea {
  width: 100%;
  height: 100px;
  border: 1px #ccc solid;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

#student-connect #post-answer input {
  color: #fff;
  margin-bottom: 20px;
}

#student-connect #post-answer input[type="file"] {
  background-color: #ccc;
  color: #000;
  border-radius: 10px;
}

#subpage-yellow #answerform input[type="file"] {
  background-color: #ccc;
  color: #000;
  border-radius: 10px;
}

#student-connect #answersheet {
  position: relative;
}

#student-connect #subpage-white #answerform .aform-group .input-file {
  background: #084cdf;
  color: #fff;
}
.resources_list a{
  font-size: 15px;
  margin: 8px 0;
  display: block;
}
.resources_list a .fa {
  color: #ffd522;;
}
#student-connect #subpage-white #answerform .aform-group .btn {
  border: none;
}
#sharedModal .shared_div .image img{ max-width: 100%;}
#sharedModal .modal-dialog,
#playVideoModal .modal-dialog,
#view_pdf .modal-dialog,
#gallery_id .modal-dialog,
#view_ppt .modal-dialog,
#paragraph .modal-dialog,
#startclass .modal-dialog,
#UploadModal .modal-dialog  {
  overflow: unset;
}

#sharedModal button.close,
#playVideoModal button.close,
#view_pdf button.close,
#gallery_id button.close,
#view_ppt button.close,
#paragraph button.close,
#startclass .close,
#UploadModal .close  {
  position: absolute;
  top: -10px;
  right: -10px;
}
#startclass .table th, .table td{ border: none;}
#sharedModal .modal-content,
#playVideoModal .modal-content,
#gallery_id .modal-content,
#view_ppt .modal-content,
#view_pdf .modal-content,
#paragraph .modal-content,
#startclass .modal-content  {
  border: 3px #ccaa1b solid;
  border-radius: 20px;
  background: #ffd835;
}

#answerQuestion .modal-dialog,
#viewHint .modal-dialog,
#askTeacherModal .modal-dialog {
  overflow: unset;
}
#viewHint .topic_hint table{
  border: 1px solid #fff;
}
#viewHint .topic_hint table td{
  border-bottom: 1px solid #fff;
border-right: 1px solid #fff
}

#answerQuestion button.close,
#viewHint button.close,
#askTeacherModal button.close {
  position: absolute;
  top: -10px;
  right: -10px;
}

#answerQuestion .modal-content,
#viewHint .modal-content,
#askTeacherModal .modal-content,
#UploadModal .modal-content{
  border: 3px #ccaa1b solid;
  border-radius: 20px;
  background: #ffd835;
}

#playVideoModal .ki {
  font-size: 20px;
}

.transparent-yellow {
  background-color: #ffd522d9 !important
}

#subpage-yellow {
  background-color: #FFD522;
  color: #000;
  border-radius: 30px;
  font-size: 18px;
  padding: 30px;
  border: 3px #fff solid;
  line-height: 30px;
}

#subpage-yellow h1 {
  color: #000;
  font-size: 50px;
  padding: 20px 0;
}

#subpage-yellow h2 {
  color: #313131;
  font-size: 40px;
  padding: 0 0 20px 0;
}

#subpage-yellow h3 {
  color: #313131;
  font-size: 30px;
}

#subpage-yellow h4,
#subpage-yellow h5 {
  color: #000
}

#subpage-yellow p {
  padding: 10px 0;
  margin: 0px;
}

#subpage-yellow ul li {
  margin-bottom: 10px;
  padding-right: 25px;
}

#subpage-yellow section {
  padding: 20px 0;
}

#subpage-yellow input[type=text],
#subpage-yellow input[type=file],
#subpage-yellow input[type=password],
#subpage-yellow input[type=email],
#subpage-yellow select {
  border-radius: 50px;
  padding: 10px;
  font-size: 18px;
  background: #fff;
}

#subpage-yellow .inputfilebox input[type="file"] {
  text-indent: -130px;
  line-height: 20px;
}

#subpage-yellow .bootstrap-select>.dropdown-toggle.bs-placeholder.btn {
  border-radius: 50px;
  font-size: 18px;
  width: 375px;
  border: 0px;
}

#subpage-yellow .bootstrap-select .dropdown-menu {
  border-radius: 10px;
  font-size: 18px;
  background: #00a0e8;
  height: 430px;
  width: 375px;
}

#subpage-yellow .bootstrap-select .dropdown-menu.inner>li.selected>a,
.bootstrap-select .dropdown-menu.inner>li:hover>a {
  background: #86cbeb;
}

#subpage-yellow .form-group label {
  font-size: 18px;
  color: #000;
}

#subpage-white {
  background-color: #fff;
  color: #000;
  border-radius: 30px;
  font-size: 18px;
  padding: 30px;
  border: 3px #fff solid;
  line-height: 30px;
}

#subpage-white h1 {
  color: #000;
  font-size: 50px;
  padding: 20px 0;
}

#subpage-white h2 {
  color: #313131;
  font-size: 40px;
  padding: 20px 0;
}

#subpage-white h3 {
  color: #313131;
  font-size: 30px;
  padding: 20px 0;
}

#subpage-white p {
  padding: 20px 0;
}

#subpage-white ul li {
  margin-bottom: 10px;
}

#subpage-white section {
  padding: 20px 0;
}

#subpage-white .btn {
  border: 2px #ffd522 solid;
}

#resources-box {
  position: relative;
}

#resources-box .filter {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex
}

#resources-box .filter select {
  padding: 5px;
  margin-left: 10px;
}

/*# sourceMappingURL=main.css.map */
/* student timetable */
#student-timetable {
  background-color: #e9c118;
  border-radius: 30px;
  padding: 20px
}

#student-timetable h3 {
  color: #000;
  text-align: center;
}

#student-timetable table tr th,
#student-timetable table thead tr td {
  padding: 10px 20px;
  font-size: 18px;
  background-color: #ffda40;
  border-bottom: 1px #e9c118 solid;
  border-right: 1px #e9c118 solid;
  font-weight: normal
}

#student-timetable table tr td {
  padding: 10px 20px;
  font-size: 18px;
}

#student-timetable table tbody tr:first-child td {
  padding: 10px 20px;
  font-size: 18px;
}

#student-timetable table tbody tr td {
  border-bottom: 1px #ffda40 solid;
}

#student-timetable table tbody tr td:hover {
  background-color: #009fe7;
  color: #fff;
}

#student-timetable table tbody tr td:hover strong {
  color: #000;
}

#student-timetable table tbody tr:first-child td:nth-child(3) {
  background-color: #ffda40;
}

#student-timetable table.studenttimetable td strong,
#student-timetable table.studenttimetable td b {
  color: #095b7e;
  font-weight: normal;
  line-height: 30px;
}

#student-timetable table.studenttimetable td small {
  font-size: 13px;
}

/* student exams summary */
#student-exam-summary {
  background-color: #e9c118;
  border-radius: 30px;
  padding: 20px
}

#student-exam-summary table tbody tr td {
  border-bottom: 1px #ffda40 solid;
}

#student-exam-summary table {
  border: 0px !important;
}

#student-exam-summary thead tr th {
  font-weight: bold;
  border: 0px !important;
  border-bottom: 1px #000 dotted !important;
  padding: 20px 0;
  margin-bottom: 20px;
}

#student-exam-summary table {
  width: 100%;
}

#student-exam-summary table tr td {
  border: 0px !important;
  border-bottom: 1px #252525 dotted !important;
  padding: 0px !important;
  font-size: 18px;
  color: #000;
  vertical-align: initial;
}

#student-exam-summary table tr td a {
  padding: 2px 20px;
  font-size: 12px;
}

#student-exam-summary table tr:hover {
  background-color: #0092d5;
}

#student-exam-summary table tr:hover td {
  color: #fff;
}

#roadpath {
  text-align: center;
  margin: auto;
  position: relative;
}

#roadpath .viewall {
  position: fixed;
  bottom: 15%;
  left: 5%;
}

#roadpath #roadpath-box {
  width: 1000px;
  margin: auto;
}

#roadpath #roadpath-box span img {
  width: 70%;
}

#roadpath #roadpath-box .anchor {
  width: 284px;
  height: 235px;
  margin: -30px auto;
}

#roadpath #roadpath-box .anchor img {
  width: 70%;
}

#roadpath #roadpath-box .anchor0 {
  width: 284px;
  margin: auto;
  margin: 0 auto 0px auto;
}

#roadpath #roadpath-box .anchor1 {
  width: 284px;
  margin: auto;
  margin: 0 auto -10px auto;
}

#roadpath #roadpath-box .anchor2 {
  width: 284px;
  margin: 0 auto -15px auto;
}

#roadpath #roadpath-box .anchor-lessons1 {
  color: #ffcf00;
  width: 100%;
  font-size: 23px;
}

#roadpath #roadpath-box .anchor-lessons1 a {
  margin-right: 185px;
  color: #ffcf00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

#roadpath #roadpath-box .anchor-lessons1 a span {
  width: 300px;
  text-align: left;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#roadpath #roadpath-box .anchor-lessons2 span.leftt {
  text-align: right;
}

#roadpath #roadpath-box .anchor-lessons1 a img {
  -webkit-transition: 3s;
  transition: 3s;
}

#roadpath #roadpath-box .anchor-lessons1 a:hover span {
  color: #fff;
  border: 5px #fff solid;
  border-radius: 150px;
  padding: 15px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffcf00;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#roadpath #roadpath-box .anchor-lessons1 a:hover img {
  -webkit-transition: 2s;
  transition: 2s;
  margin-right: 40px;
}

#roadpath #roadpath-box .anchor-lessons2 {
  color: #ffcf00;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 23px;
}

#roadpath #roadpath-box .anchor-lessons2 a {
  margin-left: 165px;
  color: #ffcf00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

#roadpath #roadpath-box .anchor-lessons2 a span {
  width: 300px;
  text-align: left;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-right: 20px;
}

#roadpath #roadpath-box .anchor-lessons2 a span.leftt {
  text-align: right;
}

#roadpath #roadpath-box .anchor-lessons2 a img {
  -webkit-transition: 3s;
  transition: 3s;
}

#roadpath #roadpath-box .anchor-lessons2 a:hover span {
  color: #fff;
  border: 5px #fff solid;
  border-radius: 150px;
  padding: 15px 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ffcf00;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}

#roadpath #roadpath-box .anchor-lessons2 a:hover span.leftt {
  text-align: right;
}

#roadpath #roadpath-box .anchor-lessons2 a:hover img {
  -webkit-transition: 2s;
  transition: 2s;
  margin-left: 40px;
}

#roadpath #roadpath-box .anchor-lessons2 span.bolt {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 10px #ccc solid;
  background: #000;
  margin-left: 0px;
}

#roadpath #roadpath-box .anchor-lessons2 span.anchor-disabled {
  color: #000;
  padding: 0 20px;
  font-size: 24px;
  margin-left: 160px;
}

#roadpath #roadpath-box .anchor-lessons1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 23px;
}

#roadpath #roadpath-box .anchor-lessons1 span.anchor-disabled {
  color: #000;
  padding: 0 20px;
  font-size: 24px;
  text-align: left;
  margin-right: 160px;
  width: 300px;
}

#roadpath #roadpath-box .anchor-lessons1 span.bolt {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 10px #ccc solid;
  background: #000;
  margin-right: 0px;
}

#roadpath #roadpath-box .anchor-lessons2 {
  color: #ffcf00;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 23px;
}

#roadpath #roadpath-box .anchor-lessons2 span.bolt {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 10px #ccc solid;
  background: #000;
  margin-left: 0px;
}

#roadpath #roadpath-box .anchor-lessons2 span.anchor-disabled {
  color: #000;
  padding: 0 20px;
  font-size: 24px;
  margin-left: 160px;
  width: 300px;
}

#roadpath #roadpath-box::-webkit-scrollbar {
  display: none;
}

#newqform .form-control {
  font-size: 18px;
}

/* chapter status */
#chapter-status {
  padding: 50px 0;
}

#chpt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 0px;
}

#chpt-box .start-star {
  width: 200px;
  position: relative;
  z-index: -1;
}

#chpt-box .start-star .start {
  width: 200px;
  height: 155px;
  position: absolute;
  bottom: 60px;
  left: 0px;
}

#chpt-box .start-star .start div {
  width: 200px;
  height: 200px;
  line-height: 200px;
  color: #000;
  text-align: center;
  position: relative;
}

#chpt-box .start-star .start div svg {
  width: 100%;
}

#chpt-box .start-star .start div:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: 1;
  font-size: 30px;
  line-height: 160px;
}

#chpt-box .start-star .start div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: 0;
}

#chpt-box .start-star .start div:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 155px;
  z-index: -1;
}

#chpt-box .start-star .start div:nth-child(2) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 200px;
  height: 200px;
}

#chpt-box .start-star .start div:nth-child(3) svg {
  position: absolute;
  top: -30px;
  left: 0px;
  width: 200px;
  height: 200px;
}

/*#chpt-box .start-star .start::before{content:'';width:300px;height:300px;position:absolute;bottom:17px;left:60px;background:transparent url(../media/new-images/line1.png) no-repeat bottom left;z-index:-99999;} */
#chpt-box .start-data {
  width: 300px;
  margin: 10px 20px;
  background-color: #FFD522;
  color: #000;
  border-top-right-radius: 50%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 50px;
  position: relative
}

#chpt-box .start-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#chpt-box .start-row div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  font-size: 17px;
  padding: 10px 20px;
}

#chpt-box .start-row div.labels {
  font-size: 20px;
  display: block;
}

#chpt-box .start-row div.labels span {
  font-size: 12px;
  padding: 0 10px;
}

#chpt-box .start-row div.labels div {
  padding: 0px;
}

#chpt-box .start-row div.labels span.green,
#chpt-box .start-row div.labels span.red,
#chpt-box .start-row div.labels span.pink,
#chpt-box .start-row div.labels span.blue {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  padding: 0px;
}

#chpt-box .start-row:nth-child(1) {
  width: 87%;
  border-bottom: 1px #666 dotted;
}

#chpt-box .start-row:nth-child(1) div:first-child {
  border-right: 1px #666 dotted;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
}

#chpt-box .start-row:nth-child(2) {
  width: 97%;
  border-bottom: 1px #666 dotted;
}

#chpt-box .start-row:nth-child(2) div:first-child {
  border-right: 1px #666 dotted;
  -ms-flex-preferred-size: 139px;
  flex-basis: 139px;
}

#chpt-box .start-row:nth-child(3) {
  width: 100%;
  border-bottom: 1px #666 dotted;
}

#chpt-box .start-row:nth-child(3) div:first-child {
  border-right: 1px #666 dotted;
  -ms-flex-preferred-size: 139px;
  flex-basis: 139px;
}

#chpt-box .start-row2 {
  min-height: 170px;
  width: 100%;
  display: flex;
  align-items: center
}

#chpt-box .start-row2 .piechart {
  min-height: 100px;
  flex-basis: 70%
}

#chpt-box .start-row2 div.labels {
  font-size: 20px;
  display: block;
}

#chpt-box .start-row2 div.labels span {
  font-size: 12px;
  padding: 0 10px;
}

#chpt-box .start-row2 div.labels div {
  padding: 0px;
}

#chpt-box .start-row2 div.labels span.green,
#chpt-box .start-row2 div.labels span.red,
#chpt-box .start-row2 div.labels span.pink,
#chpt-box .start-row2 div.labels span.blue {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 10px;
  padding: 0px;
}

#chpt2-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
}

#chpt2-box2 .chpt-star2 {
  position: relative;
  width: 100%;
  z-index: -9;
}

#chpt2-box2 .chpt-star2 .start1 {
  width: 150px;
  height: 135px;
  position: absolute;
  bottom: 0px;
  left: 300px;
  z-index: 9;
}

#chpt2-box2 .chpt-star2 .start1 div {
  width: 150px;
  height: 135px;
  line-height: 135px;
  color: #000;
  text-align: center;
}

#chpt2-box2 .chpt-star2 .start1 div svg {
  width: 100%;
}

#chpt2-box2 .chpt-star2 .start1 div:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 135px;
  z-index: 1;
  font-size: 30px;
  line-height: 135px;
}

#chpt2-box2 .chpt-star2 .start1 div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 135px;
  z-index: 0;
}

#chpt2-box2 .chpt-star2 .start1 div:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 135px;
  z-index: -1;
}

#chpt2-box2 .chpt-star2 .start1 div:nth-child(2) svg {
  position: absolute;
  top: -0px;
  left: 0px;
  width: 150px;
  height: 135px;
}

#chpt2-box2 .chpt-star2 .start1 div:nth-child(3) svg {
  position: absolute;
  top: -0px;
  left: 0px;
  width: 150px;
  height: 135px;
}

#chpt2-box2 .chpt-star2 .start1::before {
  content: '';
  width: 300px;
  height: 300px;
  z-index: -32;
  position: absolute;
  top: 60px;
  left: -230px;
  background: transparent url(../media/new-images/line1.png) no-repeat bottom left;
}

#chpt2-box2 .chpt-star2 .start2 {
  width: 150px;
  height: 135px;
  position: absolute;
  bottom: 0px;
  left: 627px;
  z-index: 9;
}

#chpt2-box2 .chpt-star2 .start2 div {
  width: 150px;
  height: 135px;
  line-height: 135px;
  color: #000;
  text-align: center;
}

#chpt2-box2 .chpt-star2 .start2 div svg {
  width: 100%;
}

#chpt2-box2 .chpt-star2 .start2 div:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 135px;
  z-index: 1;
  font-size: 30px;
  line-height: 135px;
}

#chpt2-box2 .chpt-star2 .start2 div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 135px;
  z-index: 0;
}

#chpt2-box2 .chpt-star2 .start2 div:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 135px;
  z-index: -1;
}

#chpt2-box2 .chpt-star2 .start2 div:nth-child(2) svg {
  position: absolute;
  top: -0px;
  left: 0px;
  width: 150px;
  height: 135px;
}

#chpt2-box2 .chpt-star2 .start2 div:nth-child(3) svg {
  position: absolute;
  top: -0px;
  left: 0px;
  width: 150px;
  height: 135px;
}

#chpt2-box2 .chpt-star2 .start2::before {
  content: '';
  width: 300px;
  height: 50px;
  z-index: -32px;
  position: absolute;
  bottom: 60px;
  left: -220px;
  background: transparent url(../media/new-images/line3.png) no-repeat bottom left;
}

#chpt2-box2 .chpt-star2 .start3 {
  width: 100px;
  height: 105px;
  position: absolute;
  bottom: 0px;
  right: 230px;
  z-index: 9;
}

#chpt2-box2 .chpt-star2 .start3 div {
  width: 100px;
  height: 105px;
  line-height: 105px;
  color: #000;
  text-align: center;
}

#chpt2-box2 .chpt-star2 .start3 div svg {
  width: 100%;
}

#chpt2-box2 .chpt-star2 .start3 div:nth-child(1) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 105px;
  z-index: 1;
  font-size: 30px;
  line-height: 105px;
}

#chpt2-box2 .chpt-star2 .start3 div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 105px;
  z-index: 0;
}

#chpt2-box2 .chpt-star2 .start3 div:nth-child(3) {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 105px;
  z-index: -1;
}

#chpt2-box2 .chpt-star2 .start3 div:nth-child(2) svg {
  position: absolute;
  top: -0px;
  left: 0px;
  width: 100px;
  height: 105px;
}

#chpt2-box2 .chpt-star2 .start3 div:nth-child(3) svg {
  position: absolute;
  top: -0px;
  left: 0px;
  width: 100px;
  height: 105px;
}

#chpt2-box2 .chpt-star2 .start3::before {
  content: '';
  width: 300px;
  height: 50px;
  z-index: -32;
  position: absolute;
  bottom: 45px;
  left: -230px;
  background: transparent url(../media/new-images/line2.png) no-repeat top left;
}

#chpt2-box2 .chpt-star2 .hidestar {
  opacity: 0.5;
}

.start-data2 {
  width: 300px;
  min-height: 291px;
  margin: 10px 20px;
  background-color: #0088C9;
  color: #000;
  -webkit-box-shadow: 2px 2px 10px #353535;
  box-shadow: 2px 2px 10px #353535;
  border-top-right-radius: 50%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 50px;
  color: #FFD522;
  position: relative;
  padding: 20px;
}

.start-data2 .urgg {
  font-size: 70px;
  color: #FFD522;
  line-height: 70px;
}

.start-data2 .level2 {
  font-size: 20px;
  padding: 20px 0;
}

.start-data2 .level3 {
  font-size: 25px;
  padding: 20px 0;
}

.start-data2 .exp {
  font-size: 30px;
  width: 140px;
}

.start-data2 .exp2 {
  font-size: 30px;
  width: 240px;
  text-align: left;
}

.start-data2 .fish {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 999;
  width: 100px;
  height: 100px;
}

.start-data::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: -100px;
  background: transparent url(../media/new-images/line-mid.png) no-repeat center center;
  z-index: -1;
}

.start-data2::before {
  content: '';
  width: 100px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: -100px;
  background: transparent url(../media/new-images/line-mid.png) no-repeat center center;
  z-index: -1;
  opacity: 0.4;
}

/* overwriting styles */
.fv-plugins-message-container {
  text-align: center;
}

.fv-plugins-message-container .fv-help-block {
  font-size: 20px;
}

.tox {
  border-radius: 20px !important
}

.tox .tox-statusbar__text-container {
  padding: 0 20px !important
}

.resources-card a {
  background: #00a7f1;
  border-radius: 50px;
  margin: 10px;
  color: #fff;
  padding: 10px 10px 5px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  border: 2px #FFD522 solid;
  transition: 0.5s;
}

.resources-card span {
  line-height: 44px;
  font-size: 18px;
}

.resources-card svg {
  height: 44px !important;
  width: 44px !important;
  float: right;
  background: #ffd522;
  border: 2px #0097dd solid;
  border-radius: 50px !important;
  transition: 0.8s;
}

.resources-card svg path {
  fill: #00a7f1 !important;
}

.resources-card a:hover {
  border: 2px #fff solid;
  transition: 0.5s;
}

.resources-card a:hover,
.resources-card a:hover svg {
  color: #fff !important;
  background-color: #123063;
}

.resources-card a:hover svg {
  border: 0px #0097dd solid;
  transform: scale(1.8);
  transition: 0.2s;
}

.resources-card a:hover svg path,
.resources-card a:hover svg rect {
  fill: #fff !important;
}

.fc-unthemed .fc-toolbar .fc-button:hover,
.fc-unthemed .fc-toolbar .fc-button.fc-button-active {
  border: 0;
  background: #00aaf6;
  border: 1px solid #00a4ee;
  color: #fff;
}

.fc-unthemed .fc-toolbar .fc-button,
.fc-unthemed .fc-toolbar .fc-button .fc-icon {
  color: #000000 !important;
}

.modal.show .modal-dialog {
  border-radius: 20px;
  overflow: hidden;
  font-size: 18px;
}

.modal.show .modal-dialog h5 {
  font-size: 22px;
}

.modal-content {
  border: 3px #ccaa1b solid;
  border-radius: 20px;
}

.modal .modal-header .close i,
.modal .modal-header .close .ki,
.fc-unthemed .fc-list-item-title>a {
  font-size: 20px
}

.fc-description p {
  padding: 0 !important;
  margin: 0px !important;
  font-size: 15px
}

.fc-list-item-title span {
  margin-left: 20px
}

.fc-list-item-title span.label {
  border: 1px #f65555 solid;
  background: #ff6767;
  color: #fff;
}

.wizard-steps {
  display: flex;
  justify-content: flex-start !important;
  padding-left: 50px;
}

.tabby {
  background-color: #ffd522;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px 30px;
  font-size: 18px;
  margin: 0 10px 0 0;
  cursor: pointer;
  background-color: transparent;
  border: 1px #ffd522 solid;
}

.tabby:hover {
  background-color: #e7bb00;
}

.tabby[data-wizard-state="current"] {
  background-color: #ffd522;
  z-index: 9;
  margin-bottom: -3px;
  height: 48px;
  border: 3px #fff solid;
  border-bottom: 0px #fff solid;
}

#reports a {
  padding: 10px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 22px;
  border: 3px #fff solid;
  -webkit-transition: 1s;
  transition: 1s;
  background: green;
}

#reports a:hover {
  background: black;
}

#reports .table .thead-light th {
  background-color: #ffec9b;
  border-color: #ffd522;
}

#reports .table .thead-light tbody tr td {
  border-color: #ffd522;
}
#reports table tbody tr:hover {
  background-color: #00a9f4;
  color: #fff
}

#reports table {
  margin-top: 0px !important
}

button.close {
  font-size: 40px;
  background-color: red !important;
  color: #fff !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50px;
  opacity: 1;
}

button.close i {
  color: #fff !important;
}

.floatclose button.close {
  font-size: 40px;
  background-color: red !important;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
}

.bscreens>div {
  border-right: 1px #666 solid;
  background: #fff;
  border-radius: 20px;
  margin: 20px;
}

.bscreens svg rect {
  fill: transparent
}

.bscreens h4 {
  color: #000;
  font-size: 30px;
  padding: 0px !important
}

#table-detail table thead th {
  background-color: #fbe27b
}

#table-detail table td,
#table-detail table thead th {
  border: 1px solid #d3b53a;
}

.bscreens2 {
  background: none !important
}

.bscreens2>div {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  padding: 10px;
}

.optionst li span {
  display: inline-block
}

.optionst li span:nth-child(3) {
  padding-left: 40px
}

.ans-cat {
  padding: 0 20px 10px 0;
  font-size: 18px;
  text-align: right;
}

.fc-unthemed .fc-list-item:hover td {
  background: transparent !important;
  cursor: pointer;
}

#resources {
  padding-top: 50px;
}

#resources .grid-layout {
  width: 100%;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 1fr))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1px;
  grid-auto-rows: minmax(auto, auto);
  grid-auto-flow: dense;
  padding: 1px;
}

#resources .grid-item.locked::after {
  content: '';
  background: red;
  z-index: 9999;
  width: 100px;
  height: 100px;
  background: Red;
  position: absolute;
  bottom: -30px;
  right: -37px;
  background: transparent url(../media/lock.png) no-repeat center center;
}

#resources .grid-item.locked {
  background-color: transparent;
  -webkit-transition: unset;
  transition: unset;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1px;
  cursor: not-allowed !important;
}

#resources .grid-item.locked:hover {
  background-color: transparent;
  -webkit-transition: unset;
  transition: unset;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1px;
}

#resources .grid-item.locked:hover span img {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: 3s;
  transition: 3s;
}

#resources .grid-item {
  padding: 1rem;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  background-color: #ffd522;
  border-radius: 30px;
  border: 3px #fff solid;
  margin: 10px;
  position: relative;
  padding-top: 150px;
  margin-top: 30px;
  -webkit-transition: 1s;
  transition: 1s;
}

#resources .grid-item span {
  text-align: center;
  display: block;
  font-size: 19px;
  min-height: 48px;
}

#resources .grid-item span:first-child {
  min-height: 130px;
  position: absolute;
  top: -30px;
  width: 100%;
}

#resources .grid-item span img {
  max-height: 150px;
  -webkit-transition: 3s;
  transition: 3s;
}

/* #resources .grid-item:nth-child(odd){background-color:#ffd522;} */
#resources .grid-item:hover {
  background-color: #003b6385;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1px;
}

#resources .grid-item:hover span img {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: 3s;
  transition: 3s;
}

#resources .grid-item:nth-child(2n):hover {
  background-color: #003b6385;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  cursor: pointer;
  color: #fff;
  letter-spacing: 1px;
}

#resources .grid-item:nth-child(2n):hover span img {
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transition: 3s;
  transition: 3s;
}

#resources .span-2 {
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#resources .span-3 {
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
}

#questionere2 .loader-content {
  justify-content: center;
  width: 1000px;
  margin: auto;
}

#questionere2 .questionere-title {
  width: 100%;
  margin: auto;
}

#questionere2 section {
  background: #fff;
  border-radius: 50px;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 150px;
  padding: 30px 80px;
  position: relative;
  margin: auto;
  -webkit-box-shadow: 2px 2px 15px #313131;
  box-shadow: 2px 2px 15px #313131;
  border: 10px #ffd522 solid;
  width: 1000px;
  margin: 15px auto 15px auto;
  min-height: 400px;
}

#questionere2 section .q1 {
  background: #ffd522;
  color: black;
  padding: 20px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: -30px;
  font-size: 30px;
}

#questionere2 section .time {
  position: absolute;
  right: 40px;
  bottom: -30px;
  background-color: #FFD522;
  border: 3px #fff solid;
  padding: 10px 30px;
  border-radius: 40px;
  text-align: right;
  width: 250px;
  display: block;
  font-size: 25px;
}

#questionere2 section .time i {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 80px;
  height: 80px;
}

#questionere2 section .time i img {
  max-width: 100%;
}

#questionere2 section .buttonsdiv {
  position: absolute;
  bottom: -35px;
  left: 50px;
}

#questionere2 section .question {
  font-size: 20px;
  margin-bottom: 20px;
  padding-right: 90px;
  line-height: 25px
}

#questionere2 section .answer {
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
  background: transparent;
}

#questionere2 section .answer .test-options span {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 40px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  background: #ffd522;
}

#questionere2 section .answer .test-options .wrg_crt_testoptions {
  background: #9FFFC1;
  font-size: 25px;
  border-radius: 30px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 40px;
  height: 40px;
}

#questionere2 section .answer input[type='radio'] {
  width: 0px;
  height: 0px;
}

#questionere2 .quest_layout span.r-cont {
  border: 0px;
  transition: 0;
  display: flex;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  padding: 0.5%;
}

#questionere2 .quest_layout input:checked~span.r-cont .test-options {
  background: transparent
}

#questionere2 .quest_layout .test-options {
  border: 0px;
  background: transparent;
  width: 40px;
  height: 40px;
  margin: 0 30px 0 0;
}

#questionere2 .quest_layout span.r-cont:hover {
  background: #ffd522;
  transition: 0;
}

#questionere2 .quest_layout span.r-cont:hover .test-options span {
  background: #fff;
}

#questionere2 .quest_layout input:checked~span.r-cont {
  background: #ffd522;
  border-radius: 20px;
  transition: 0;
}

#questionere2 section .answer span.right {
  background: #9FFFC1;
  font-size: 25px;
  border-radius: 30px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 40px;
  height: 40px;
}

#questionere2 section .answer span.right i {
  font-size: 25px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 60px;
  height: 30px;
  background: transparent url(https://dev.etutor.co/assets/media/new-images/right.png) no-repeat top left;
  position: absolute;
  top: 0px;
  Left: 0px;
}

#questionere2 span.crt_testoptions {
  transition: 0.5s;
  background: #b5e3b8 !important;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

#questionere2 span.crt_testoptions::before {
  font-size: 25px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 70px;
  height: 55px;
  background: transparent url(https://dev.etutor.co//assets/media/new-images/right.png) no-repeat top left;
  position: absolute;
  top: -5px;
  Left: 0px;
  content: '';
}

#questionere2 .crt_testoptions span,
#questionere2 .wrg_testoptions span,
#questionere2 .wrg_crt_testoptions span {
  font-size: 0px !important;
  background: transparent !important;
}

.quest_layout input:checked~span.r-cont .test-options span {
  background: #ffffff !important;
  color: #0091d4;
}

#questionere2 span.wrg_testoptions {
  background: #FFB8BE !important;
  font-size: 25px;
  border-radius: 30px;
  padding: 10px;
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
  width: 50px;
  height: 50px;
}

#questionere2 span.wrg_testoptions::before {
  font-size: 25px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 70px;
  height: 55px;
  background: transparent url(https://dev.etutor.co//assets/media/new-images/wrong.png) no-repeat top left;
  position: absolute;
  top: -5px;
  Left: 0px;
  content: '';
}

#questionere2 span.wrg_crt_testoptions {
  transition: 0.5s;
  background: #8cd3f5 !important;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#questionere2 span.wrg_crt_testoptions::before {
  font-size: 25px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 70px;
  height: 55px;
  background: transparent url(https://dev.etutor.co//assets/media/new-images/right-crt.png) no-repeat top left;
  position: absolute;
  top: -5px;
  Left: 0px;
  content: '';
}

#questionere2 section .answer span.wrong {
  background: #FFB8BE;
  font-size: 25px;
  border-radius: 30px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 40px;
  height: 40px;
}

#questionere2 section .answer span.wrong i {
  font-size: 25px;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 40px;
  height: 37px;
  background: transparent url(https://dev.etutor.co/assets/media/new-images/wrong.png) no-repeat top left;
  position: absolute;
  top: 5px;
  Left: 5px;
}

#questionere2 section::before {
  content: '';
  width: 150px;
  height: 400px;
  background: red;
  position: absolute;
  top: 50px;
  left: -80px;
  background: transparent url(https://dev.etutor.co/assets/media/new-images/sea-horse.png) no-repeat top left;
  z-index: 999;
}

#questionere2 h1 {
  font-size: 40px;
  font-weight: normal;
  color: #FFD522;
  margin: 0px;
}

#questionere2 h1 span {
  display: inline-block;
}

#questionere2 h1 span img {
  max-width: 100%;
}

#questionere2 h3 {
  color: #ffd522;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  margin: 20px 0 0 0;
}

#questionere2 .askquestion {
  position: absolute;
  right: -80px;
  top: 150px;
  background: transparent url(https://dev.etutor.co/assets/media/new-images/askquestion.png) no-repeat top left;
  background-size: contain;
  z-index: 9;
  width: 180px;
  height: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere2 .askquestion span {
  display: block;
  color: #000;
  text-align: center;
  font-size: 14px;
}

#questionere2 .askquestion span:first-child {
  font-size: 35px;
  margin-top: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
  padding-left: 71px;
}

#questionere2 .askquestion span:last-child {
  margin-top: 5px;
  padding-left: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 17px;
}

#questionere2 .askquestion:hover {
  width: 180px;
  height: 130px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere2 .askquestion:hover span {
  font-size: 18px;
}

#questionere2 .askquestion:hover span:first-child {
  font-size: 30px;
  margin-top: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere2 .askquestion:hover span:last-child {
  margin-top: 5px;
  padding-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#questionere2 .pdfresources {
  position: absolute;
  right: -50px;
  top: 50px;
  background-color: #FF6600;
  border-radius: 50px;
  z-index: 9;
  width: 220px;
  padding: 10px 20px;
  border: 3px #fff solid;
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 20px;
}

#questionere2 .pdfresources span {
  display: block;
}

#questionere2 .pdfresources i {
  width: 77px;
  height: 77px;
  background: transparent url(https://dev.etutor.co/assets/media/new-images/play.png) no-repeat top center;
  position: absolute;
  top: -10px;
  right: -20px;
  -webkit-transition: 1s;
  transition: 1s;
}

#questionere2 .pdfresources:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
}

#questionere2 .pdfresources:hover i {
  -webkit-transform: rotate(360deg) scale(1.2);
  transform: rotate(360deg) scale(1.2);
  -webkit-transition: 1s;
  transition: 1s;
}

.quit-box {
  background: #f9d434;
  margin: 0;
  height: 80vh;
  position: absolute;
  top: 10%;
  left: 0;
  border-radius: 0px;
  padding: 20px 0;
  z-index: 999;
  overflow: hidden;
  box-shadow: 2px 2px 30px #c7c7c7;
  border-top-right-radius: 40px;
  transition: 1s;
  font-size: 18px;
  line-height: 44px;
  width: 50%;
  border-bottom-right-radius: 40px;
  overflow: unset
}

.quit-box div::-webkit-scrollbar {
  width: 7px;
  margin: 7px;
  scrollbar-color: #FFD522 transparent;
}

.quit-box div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
  box-shadow: inset 0 0 5px grey;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b1ff), to(#003c63));
  background: linear-gradient(#00b1ff, #003c63);
}

.quit-box div::-webkit-scrollbar-thumb {
  background: #FFD522;
  border-radius: 20px;
}

.quit-box div::-webkit-scrollbar-thumb:hover {
  background: #FFD522;
}

#questionere2 .content-mask {
  display: none
}

.content-scroll {
  height: 90%;
}

.quit-close a {
  width: 50px;
  height: 50px;
  font-size: 30px;
  /* border:1px solid #5f1b1b;*/
  position: absolute;
  text-align: center;
  background: #ff0000;
  vertical-align: middle;
  right: -10px;
  z-index: 99999999;
  color: #ffffff;
  line-height: 50px;
  top: -10px;
  border-radius: 50px;
}

.quest_layout span.r-cont strong {
  font-size: 20px;
  color: #2b6a87;
  display: inline;
}

.quest_layout span.r-cont strong p {
  padding: 0px;
  margin: 0px;
}

.alert.alert-custom.alert-outline-danger {
  background-color: #ffd5223b;
  border: 0px #ffd522 solid;
  font-size: 20px;
  color: #ffd522 !important;
  margin: 70px auto !important;
  padding: 50px;
}

.alert.alert-custom.alert-outline-danger .alert-text,
.alert.alert-custom.alert-outline-danger .alert-icon i {
  color: #ffd522;
}

.alert.alert-custom .alert-icon i {
  font-size: 3.4rem;
  font-weight: bold !important;
}

#img_solfrm .modal-dialog {
  overflow: unset;
}

.modal .modal-header .close span {
  display: BLOCK;
}

#img_solfrm button.close {
  position: absolute;
  top: -10px;
  right: -10px;
}

#img_solfrm .modal-header h4 {
  color: #000
}

#img_solfrm .modal-content {
  border: 3px #ccaa1b solid;
  border-radius: 20px;
  background: #ffd835;
}

#summary select {
  width: 100%
}

#summary .scroll>div {
  overflow: hidden;
  padding: 5px 20px;
  transition: 0.5s;
  background: #f5f5f5;
  border-radius: 10px;
  margin: 15px 0;
}

#subpage-yellow #student-connect .test-options p {
  padding: 0px;
}

/* #summary .scroll>div:nth-child(2n){background:#f7d02a;}
 */
#summary .scroll>div:hover {
  background: #ffd100;
  transition: 1s;
}

#summary .lesson-list-box {
  padding-top: 20px;
}

#summary h5 {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 26px;
}

#summary p {
  font-size: 14px;
  color: #0d5e82;
  padding: 0px;
  line-height: 24px;
  width: 55%;
  margin: 10px 0;
}

#summary .lc-content {
  margin: 20px 0
}

#summary .lc-content a {
  padding: 5px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  border: 3px #fff solid;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 20px 0 0 0;
  background: #ffd522;
  color: #000;
  display: inline-block;
}

#summary .lc-content a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 1s;
  transition: 1s;
}

#summary .lc-content p {
  font-size: 14px;
  color: #6a6a6a;
  padding: 0px;
  line-height: 24px;
  width: 100%;
  margin: 5px 0;
  letter-spacing: 1px;
}

.spanlabels span {
  border-radius: 20px !important;
  color: #2e2e2e !Important;
  font-size: 11px;
  font-weight: normal;
  font-family: verdana, arial;
  letter-spacing: 2px;
  padding: 5px 10px !important;
  text-transform: uppercase;
  height: auto;
  margin-top: 0px;
}

.spanlabels span.label-light-danger {
  background: #fba0a0;
}

.spanlabels span.label-light-warning {
  background: #acfaac;
}

.spanlabels span.label-light-info {
  background: #fff2b9;
}

.spanlabels span.label-pill {
  background: #8cdbff;
}

/* slider chapter */
.owl-2-style .owl-dots .owl-dot span {
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px !important;
  background: #ffd522 !important;
}

.owl-2-style .owl-dots .owl-dot.active span {
  background: #fb832c !important
}

.owl-2-style .owl-dots {
  background: #00000075;
  min-width: 100px;
  max-width: 300px;
  margin: auto;
  border-radius: 50px;
  padding: 10px 0;
}

.owl-2-style .owl-dots {
  bottom: -20px !important
}

#kt_quick_user {
  background-color: #FFD522;
  width: 300px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin: 20px 0 0 0;
  border: 5px #FFD522 solid;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 2px 2px 15px #5f5f5f;
  box-shadow: 2px 2px 15px #5f5f5f;
  overflow: unset;
  background: #FFD522 url(../media/new-images/menu-back.png) no-repeat bottom center;
}

#kt_quick_user .closemenu {
  border: 5px #FFD522 solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 35px;
  font-size: 35px;
  background-color: #ff2222;
  color: #fff;
  padding: 0;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: -20px;
  top: -10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#kt_quick_user .closemenu::after {
  display: none;
}

#kt_quick_user .closemenu:hover {
  background-color: #620909;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFD522;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  bottom: 45%;
  color: #ffd522;
  font-size: 65px !important;
  transition: 0.5s;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  color: #ffd522;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  font-size: 85px !important;
  transition: 1s;
}

.owl-carousel .owl-nav button.owl-prev:hover {
  font-size: 85px !important;
}

.owl-carousel .owl-nav button.owl-next:hover {
  font-size: 85px !important;
}

#subpage-yellow .bootstrap-select>.dropdown-toggle.btn-light {
  border-radius: 50px;
  font-size: 17px;
  border: 0px;
  margin: 0px;
  letter-spacing: 1px;
}

#subpage-yellow .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%
}

#upload .title_block h2 {
  font-size: 18px;
  text-align: left;
  padding: 0px;
}

#upload .upload-score {
  font-size: 30px;
}

#upload .e_block h3 {
  background: transparent;
  color: #000;
  font-size: 25px !important;
  width: 100%;
}

#upload .e_block {
  overflow-y: scroll;
  height: 500px;
  border: 1px solid #c7ab35;
  padding: 10px;
  border-radius: 20px;
}

#upload .e_block table td button.btn {
  padding: 5px 20px;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  border: 3px #fff solid;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 0 10px;
  min-width: 100px;
}

#profile table.table,
#editform table.table {
  background: transparent !important;
  width: 100% !important;
}

#profile table.table th,
.profile table.table td,
#editform table.table th,
.editform table.table td {
  border-bottom: 1px #c9b046 dotted !important;
  border-top: 0px;
}
#sharedModal .table table{
  width: 100%;
  border: 1px solid #fff;
}
#sharedModal table td{
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
#profile table.table td:last-child,
#editform table.table tr:last-child td {
  border-bottom: 0px !important;
}
#adaptive-dashboard #dashboard #quesion_table .table tr td{  border-right: 1px solid #fff !important;  border-bottom: 1px solid #fff !important;}
#adaptive-dashboard #dashboard #quesion_table .table table{
  border: 1px solid #fff !important;
}
#adaptive-dashboard #dashboard #quesion_table table tr:hover{
  background-color: transparent !important;
  color: #000000 !important;
}
#adaptive-dashboard #dashboard #quesion_table table tr:hover td{
  color: #000000 !important;
}
#profile img,
#editform img {
  border-radius: 20px;
  margin: 10px
}

div#profile {
  border-radius: 20px;
  border: 1px #c9b046 dotted !important;
}

/* #editform input[type="file"] {text-indent: -130px;line-height:20px;} */
input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

#subpage-yellow #kt_calendar .fc-view-container .fc-widget-header {
  background: #0092d5;
}

#subpage-yellow #kt_calendar .fc-view-container .fc-widget-header a {
  color: #ffffff;
}

#subpage-yellow #kt_calendar .fc-view-container .fc-description {
  color: #707070;
}

.post_question_block {
  width: 78%;
  margin: 0 auto;
}

#editform .custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

#editform h6 {
  color: #000;
  padding: 20px 0;
}

.profile-box {
  width: 700px;
  margin: auto;
}

.profile-box .fa,
.profile-box .fas {
  color: #000000;
}

#page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin: 0 auto 0 auto;
  padding: 30px 0 100px 0;
}

#page404 .text404 {
  color: #fff;
  text-align: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#page404 .text404 .big404 {
  color: #ffdd00;
}

#page404 .text404 .big404 span {
  display: block;
  text-shadow: 2px 2px 8px #727171;
}

#page404 .text404 .second404 {
  font-size: 30px;
  padding: 20px 0;
}

#page404 .text404 .third404 {
  font-size: 20px;
  padding: 20px 0;
}

#page404 .text404 .big404 span:first-child {
  font-size: 100px;
  line-height: 100px;
}

#page404 .text404 .big404 span:last-child {
  font-size: 65px;
  line-height: 65px;
}

#page404 .figure404 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

#page404 .figure404 img {
  max-width: 100%;
}

.test_de .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  display: block;
  width: 100% !important;
}

.table_d_test tr:first-child:hover {
  background-color: transparent !important
}

.test_de .symbol.symbol-20 .symbol-label {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

.test_de .symbol {
  margin: 0px !important;
}


.testlist {
  width: 100%;
  border-collapse: collapse;
}

.testlist tr {
  border-bottom: 1px #bd9d14 dotted;
}

.testlist tr:hover {
  background: #ffdf57;
}

.testlist td.testdate {
  padding: 10px 20px 10px 10px;
  color: #877114;
}

.testlist td.testtime {
  padding: 10px 20px 10px 10px;
  color: #877114;
}

.testlist td a {
  color: #000;
  display: block;
  padding: 10px 5px;
}

.testlist td a:hover {
  color: #095b7e;
}

.testlist td.actionstbns button,
.testlist td.actionstbns a {
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  min-width: 150px;
  width: auto;
  padding: 5px 0px;
  line-height: 15px;
}

.testlist .spanlabels-assignment {
  float: right;
}

.testlist .spanlabels-assignment span {
  border-radius: 20px !important;
  color: #2e2e2e !important;
  font-size: 11px;
  font-weight: normal;
  font-family: verdana, arial;
  letter-spacing: 2px;
  padding: 5px 10px !important;
  text-transform: uppercase;
  height: auto;
  margin-top: 0px;
}

.testlist .spanlabels-assignment span.label-light-danger {
  background: #fba0a0;
}

.testlist .spanlabels-assignment span.label-light-warning {
  background: #acfaac;
}

.testlist .spanlabels-assignment span.label-light-info {
  background: #fff2b9;
}

.testlist .spanlabels-assignment span.label-pill {
  background: #8cdbff;
}

.start-test {
  margin: 0px !important;
  text-align: left !important;
  display: flex !important
}
#main main #nav2{flex-wrap: wrap;}
.start-test ol {
  margin: 0px !important;
  padding: 0px !important
}

.taketestpage p {
  padding: 0px !important
}

.taketestpage .testdemo_new .questions_block {
  margin: 0px !important;
  padding: 0px !important
}

.taketestpage .btn {
  margin: 0px !important
}

.taketestpage #questionere2 section .time {
  right: -40px;
  bottom: unset;
  top: 20px;
}

.taketestpage .nano {
  width: 100%;
  height: 50px;
}

.taketestpage .modal-backdrop {
  z-index: -1 !important;
}

.taketestpage .test_block .quelist_block {
  background: none;
  padding: 0;
  box-shadow: none;
}

.taketestpage .ndtest .choose-que h4,
.taketestpage .choose-que h4 {
  background: none !important;
  color: #000 !important
}

.taketestpage .test-details,
.taketestpage .questions_block .preview-que {
  padding: 0px !important
}

.taketestpage #questionere2 .pdfresources {
  right: -50px;
  top: 112px;
  text-align: center;
  top: 112px;
  width: 170px;
}

.taketestpage .choose-que {
  background: #fff;
  position: absolute;
  top: -40px;
  left: 340px;
  width: 500px;
  border-radius: 50px;
  border: 5px #ffd522 solid;
}

.taketestpage #timerprogress {
  position: absolute;
  display: block;
  width: 100%;
  height: 40px;
  background: #9dde73 !important;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  border-radius: 50px;
}

.taketestpage .choose-que nav {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  height: 31px;
  overflow: hidden;
  padding: 0px
}

.taketestpage .nano {
  height: 40px;
}

.taketestpage .test_block .quelist_block p {
  text-align: center;
  font-style: italic;
  word-spacing: 2px;
  font-size: 13px;
  margin: 0 0px 8px;
}

.taketestpage #questionere2 section {
  width: 1200px;
}

.taketestpage .nano .content {
  padding: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  top: unset;
  bottom: 5px;
}

.taketestpage .alert-info {
  border-top-right-radius: 92px;
}

.taketestpage .hitqlink {
  background: url(../images/answered2.png) no-repeat 5px 0px !important;
  color: #fff !important;
  border: none !important;
  padding-top: 0px;
  background-color: green !important;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  background-color: green !important;
  margin: 0 2px !important;
}

.taketestpage .qloaded {
  color: #fff !important;
  background: url(../images/not_answered2.png) no-repeat 5px 0px !important;
  border: none !important;
  color: #fff !important;
  border: none !important;
  padding-top: 0px;
  border-radius: 50% !important;
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  background-color: red !important;
  margin: 0 2px !important;
}

.taketestpage li.qlink {
  /* background: url(../images/answered2.png) no-repeat 5px 0px !important; */
  color: #000000;
  border: none;
  padding-top: 0px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: none;
  background-color: #fff;
  margin: 0 2px;
}

.alert.alert-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #000;
  border-radius: 30px;
  font-size: 23px;
  font-weight: normal !important;
  margin: 10px;
}

.alert.alert-warning strong {
  font-weight: normal;
}

.myrtpop .modal-header {
  border-radius: 18px 18px 0 0;
}

.ndtest .header {
  background-color: transparent !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  padding: 0 15px 0 0 !important;
  border-top-right-radius: 20px !important;
  border: 0px !important;
}

@media screen and (min-width:1400px) {
  #main main {
    width: 1300px;
  }

  .studentdash #main main {
    padding: 100px 0 !important;
  }

  .loginpage #main {
    padding: 100px 0;
    overflow: hidden;
  }

  #chapters #content3 div a {
    padding: 2%
  }
}

@media screen and (min-width: 1400px) and (max-width: 2500px) {
  #main main #nav2{flex-wrap: wrap;}
  header {
    width: 95%
  }
  #subpage-yellow {
    width: 90% !important;
  }
  #start .row {
    width: 98%;
}
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  #main main #nav2{flex-wrap: wrap;}
}

/* Tablets, iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #main main #nav2{flex-wrap: wrap;}
  #main main {
    width: 100% !important;
  }
  #start-status {
    width: 95%;}
    #start-status .start-status-pie {
      display: block;
      width:70%;
    }
    #chpt2-box2{
      display: none;
    }
    #chpt-box .start-star{
      display: none;
    }
    .start-data2 {
      width: 230px;
    }
    .lesson-status #main main {
      width: 100%;
    }
    #start .row {
      width: 95%;}

    #start-status .start-status-levels {
      right: 40px;
    }
    #questionere2 .pdfresources {
      right: -20px !important;}
      #questionere2 section{
        width: 80%;
      }
      #questionere2 section::before{
        left: -110px;
      }
      #questionere2 .loader-content {
        width: 80%;}
        #questionere2 section .time {
          right: -100px;
          bottom: -65px;
        }
        #questionere2 section .buttonsdiv {
          bottom: -65px;
          left: -20px;
        }
  #adaptive-dashboard #dashboard {
    overflow-x: scroll;
  }
  header {
    width: 98%;
  }
  .top-title, .chapters-title {
    left: 16%;
  }
  #main main {
    width: 100%;
  }
  #subpage-yellow {
    width: 90% !important;
  }
  #chapters #content3 div a {
    width: 92%;
  }
  #chapters #content3 .item3 {
    width: 100%;
  }
  #chapters #content3 div a span:nth-child(2) {
    font-size: 20px;
  }
  #chapters {
    width: 100%;
  }
}
.adaptive_block span.span2 {
  font-size:22px;
}
/* TABLETS PORTRAIT */
@media screen and (max-width:620px) {
  #chapters #content3 div a {
    width:95%;
  }
  #chapters #content3 .item3 {
    width: 100%;
  }
  #chapters {
    width: 100%;
    margin: auto;
  }
  #main main {
    width:96% !important;
}
#chapters #content3 div a span:nth-child(2) {
  font-size: 20px;
}
header{
  width: 95%;
}
#roadpath #roadpath-box {
  width: 100%;
}
.top-title, .chapters-title {
  left: 22%
}
.breadcrumb a, .breadcrumb span {
  font-size: 12px;
}
#start-status {
  width: 90%;
}
#start-status .start-status-pie {
  display: block;
  width:80%;
}
#start-status .start-status-levels{
  right: 2%;
  height: 75%;
}
.start-list {
  width: 90%;
}
#start .row {
  width: 96%;
}
.pdfresources{right: -10px !important;}
#questionere2 section{
  width: 100%;
}
#questionere2 .loader-content {
  justify-content: center;
  width: 76%;
}
#questionere2 section .buttonsdiv {
  position: absolute;
  bottom: -110px;
  left: -80px;
}
#questionere2 section .time {
  position: absolute;
  right: -80px;
  bottom: -110px;
}
#questionere2 section .buttonsdiv .btn{
  margin: 0 3px;
  padding: 10px 14px;
}
#adaptive-dashboard .score div span:first-child, #adaptive-dashboard .score3 div span:first-child {
  font-size: 13px !important;
}
#adaptive-dashboard #dashboard{
  width:98%;
  overflow-x: scroll;
}
.ask-teacher-controls{
  flex-direction: column;
  gap: 10px;
}
.ask-teacher-controls input{
  width: 100%;
}
.ask-teacher-controls .btn{ margin: 0; width: 100%;}
.post_question_block {
  width: 98%;
}
#subpage-yellow .form-group label {
  text-align: left !important;
}
#subpage-yellow h2 {
  font-size: 30px;
}
#pdfresources-box section.video-slider, #pdfresources-box section.pdf-slider {
  width: 100%;
}
.modal-dialog-centered {
  min-height: auto;
}
#main main #nav1{
  flex-direction: column !important;
}
#subpage-yellow {
  width: 90% !important;
}
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
  #adaptive-dashboard #dashboard {
    overflow-x: scroll;
  }
}

/* SMARTPHONES LANDSCAPE */
@media screen and (min-width:320px) and (max-width:480px) {
  header {
    width:96%;
  }

  #main main {
    width:92%;
  }

  #main main #nav1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  #main main #nav3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  #login {
    width: 100%;
}
#subpage-yellow {
  width:80% !important;
  overflow-x: scroll;
}
#subpage-yellow.calendar_block {
  width:100% !important;
  overflow-x: scroll;
}
#main main #nav2{
  flex-direction: column;
}
#start .row > div {
  -ms-flex-preferred-size:100%;
  flex-basis: 100%;
}
.top-title h1{
  font-size: 18px
}
footer{
  font-size: 12px;
}
footer div {
  display: contents;
}
#roadpath .viewall {
  position: absolute;
  bottom: 6%;
  left: 0%;
}
#roadpath #roadpath-box .anchor-lessons1 a
{
  display: flow-root;
}
#roadpath #roadpath-box .anchor-lessons2 a{
  display: flow-root;
}
#roadpath #roadpath-box .anchor-lessons1 a:hover span, #roadpath #roadpath-box .anchor-lessons2 a:hover span  {
  width: 100%;
  display: block;
}
#roadpath #roadpath-box .anchor-lessons2 a {
  margin-left: 0;
}
#roadpath #roadpath-box .anchor-lessons1 a {
  margin-right: 175px;
}
#chpt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flow-root;
}
#chpt2-box2{
  display: none;
}
.start-data::before, #chpt-box .start-star{ display: none;}
#chpt2-box2 .chpt-star2 .start2::before, #chpt2-box2 .chpt-star2 .start3::before {
  display: none;
}
#review .review-ques .review-s{
  display: block; 
}
#review .review-ques .review-s div{
  text-align: center;
}
#review .pagination {
  justify-content: left;
  overflow-x: scroll;
  padding: 20px 0;
}
.top-title h1 span {
  margin-right: 5px;
}
.top-title, .chapters-title {
  left:39%;
  width:68%;
}
.breadcrumb{
  padding: 0;
  margin: 0px;
}
#start-status span.progress{
  right: -20px;
}
#start-status .start-status-levels span:nth-child(2n+1) {
  width: 135px !important;
  margin-right: -19px;
}
#start-status span.progress span.progress-bar{
  display: none;
}
#start-status .start-status-pie {
  width: 99%;
}
#start-status {
  width: 100%;
}
#start-status .start-status-title span:first-child {
  font-size: 16px;
}
.pdfresources {
  right: -29px !important;
}
#questionere2 .askquestion {
  right: -50px;
  bottom: -10px;
}
#questionere2 section::before{
  display: none;
}
#questionere2 section .buttonsdiv {
  bottom: -150px;
  left:0px;
  text-align: center;
} 
#questionere2 section .time {
  position: absolute;
  right: 10px;
  bottom: -240px;
}

#questionere2 section{
  padding:12px 90px 12px 30px;
}
#questionere2 section {
  width:100%;
}
#questionere2 .mainInner{
  min-height: 800px !important;
}
#questionere2 section .buttonsdiv .btn {
  margin: 8px 0 0;
  padding: 10px 12px;
  
}
#questionere2 .pdfresources{
  width: 146px;
}
#questionere2 .askquestion, #questionere2 .askquestion:hover{
  width: 150px;
  height: 140px;
}
#questionere2 .askquestion span:first-child {
  font-size: 17px;
}
#questionere2 .askquestion span:last-child, #questionere2 .askquestion:hover span:first-child  {
  font-size: 15px;
  margin-top: 0;
}
#results .results-title div:first-child {
  font-size: 20px;
}
#results .results-title {
  width: 100%;
}
#results .results-title div:last-child {
  width: 370px;
  bottom: -10px;
}
#results .results-title div:last-child span:nth-child(1) {
  padding: 0;
}
#questionere2 h3 {
  font-size: 20px;
  margin: 90px 0 0 0;
}
#results .results-score {
  width: 100%;
  flex-direction: column;
}
#results .results-time {
  width: 100%;
}
.results-btns {
  display: flex;
}
#questionere2 section .question {
  max-height: 250px;
  overflow-y: scroll;
}
.ask-teacher-tabs {
  padding: 0px 10px;
}
.ask-teacher-tabs ul li {
  margin: 0 0px;
}
.ask-teacher-tabs .nav .nav-link{
  padding: 0.75rem 0.5rem;
}
.my-questions-list .at-liststatus{
  display: block;
}
.my-questions-list .at-liststatus div{
  margin: 0 0 15px;
}
#subpage-yellow.post_question_block{
  width: 100% !important;
}
#subpage-yellow.post_question_block .card-body{
  padding: 0;
}
#subpage-yellow #answerform input[type="file"]{
  width: 100%;
}
#kt_calendar .fc-list-table  {
  font-size: 13px;
}
#subpage-yellow #kt_calendar h2 {
  font-size: 20px;
}
#kt_calendar .fc-unthemed .fc-list-item-title > a {
  font-size: 15px;
}
#kt_calendar .fc-description p {
  font-size: 12px;
}
.testlist {
  font-size: 15px;
}
#kt_calendar .fc-unthemed .fc-list-item-title > a {
  font-size: 13px;
}
.adaptive_block span.span2 {
  font-size:13px;
}
#results .results-score .res-one div:last-child{
  margin: 10px auto 20px auto;
}
#results .results-score .res-two::before {
  top: 42px;}
  #results .results-score .res-three div:last-child span:first-child{
    padding-top: 0;
  }
  #start-status .start-status-levels{
    position: static;
    height: auto;
  }
  #start-status span.progress{
    display: none;
  }
}
@media only screen and (min-width: 375px) {
  .breadcrumb a, .breadcrumb span {
    font-size: 11px;
  }
  #start-status .pie-z {
    padding: 10px 8px;
  }
  #start-status .pie-z span{
    font-size: 13px;
  }
.calendar_block .fc-unthemed .fc-list-item-title > a {
    font-size: 13px;
  }
  top-title, .chapters-title {
    left: 35%;
  }
}

