body {
  background-color: #e0e0e0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

* {
  font-family: 'Montserrat', 'Noto Sans', 'Lohit Gujarati';
}

div.app:before {
  content: "";
  height: 222px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: #f8d0a0;
}

div.app div.landing-header {
  margin: 15px auto 15px;
}

div.app div.landing-window {
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  height: auto;
  box-shadow: 0 17px 50px 0 rgba(0,0,0,0.19),0 12px 15px 0 rgba(0,0,0,0.24);
  max-width: 500px;
  z-index: 2;
  margin: auto;
}

div.app div.landing-window div.registrationOTP,
div.app div.landing-window div.registrationAlready {
  display: none;
}

div.app div.landing-window div.registrationOTP p.title,
div.app div.landing-window div.registrationAlready p.title {
  text-align: center;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 15px;
}

div.app div.landing-window div.registrationOTP p.erroMsg,
div.app div.landing-window div.registrationAlready p.erroMsg {
  width: calc(90% - 10px);
  font-size: 16px;
  color: #f44336;
  padding-bottom: 10px;
  text-align: center;
  margin: 0 auto;
}

div.app div.landing-window div.registrationOTP p.label,
div.app div.landing-window div.registrationAlready p.label {
  width: calc(90% - 10px);
  font-size: 14px;
  color: #6e82aa;
  margin: 0 auto;
}

div.app div.landing-window div.registrationOTP p.label span,
div.app div.landing-window div.registrationAlready p.label span {
  margin: 0 0.5rem;
}

div.app div.landing-window div.registrationOTP p.passNote,
div.app div.landing-window div.registrationAlready p.passNote {
  width: calc(90% - 10px);
  font-size: 12px;
  color: #e57373;
  font-weight: bold;
  margin: 0 auto;
}

div.app div.landing-window div.registrationOTP .labelwitherror,
div.app div.landing-window div.registrationAlready .labelwitherror {
  display: -webkit-box;
  display: flex;
  width: calc(95% - 10px);
  margin: auto;
}

div.app div.landing-window div.registrationOTP .labelwitherror .label,
div.app div.landing-window div.registrationAlready .labelwitherror .label {
  -webkit-box-flex: 1;
  flex: 1;
}

div.app div.landing-window div.registrationOTP .labelwitherror .first input[type=password],
div.app div.landing-window div.registrationAlready .labelwitherror .first input[type=password] {
  width: calc(90%);
}

div.app div.landing-window div.registrationOTP .labelwitherror .second input[type=password],
div.app div.landing-window div.registrationAlready .labelwitherror .second input[type=password] {
  width: calc(90%);
}

div.app div.landing-window div.registrationOTP p.emailText,
div.app div.landing-window div.registrationAlready p.emailText {
  width: calc(90% - 10px);
  font-size: 14px;
  margin: 10px auto 20px auto;
  text-align: center;
}

div.app div.landing-window div.registrationOTP div.exoLabel,
div.app div.landing-window div.registrationAlready div.exoLabel {
  width: calc(90% - 10px);
  margin: 0 auto;
  font-size: 0px;
}

div.app div.landing-window div.registrationOTP div.exoLabel input,
div.app div.landing-window div.registrationOTP div.exoLabel p,
div.app div.landing-window div.registrationOTP div.exoLabel span,
div.app div.landing-window div.registrationAlready div.exoLabel input,
div.app div.landing-window div.registrationAlready div.exoLabel p,
div.app div.landing-window div.registrationAlready div.exoLabel span {
  display: inline-block;
  vertical-align: middle;
}

div.app div.landing-window div.registrationOTP div.exoLabel input,
div.app div.landing-window div.registrationAlready div.exoLabel input {
  width: calc(70% - 12px);
}

div.app div.landing-window div.registrationOTP div.exoLabel span,
div.app div.landing-window div.registrationAlready div.exoLabel span {
  vertical-align: top;
  width: 5%;
  font-size: 38px;
  text-align: center;
  font-weight: 400;
  color: #999999;
}

div.app div.landing-window div.registrationOTP div.exoLabel p,
div.app div.landing-window div.registrationAlready div.exoLabel p {
  width: 25%;
  vertical-align: top;
  background: #EB8811;
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 7px auto 0 auto;
  font-weight: bold;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

div.app div.landing-window div.registrationOTP div.exoLabel p i,
div.app div.landing-window div.registrationAlready div.exoLabel p i {
  color: #ffffff;
}

div.app div.landing-window div.registrationOTP div.exoLabel p:hover,
div.app div.landing-window div.registrationAlready div.exoLabel p:hover {
  background: #525B80;
}

div.app div.landing-window div.registrationOTP input,
div.app div.landing-window div.registrationAlready input {
  display: block;
  width: calc(90% - 0px);
  height: 40px;
  padding: 0 0 0 10px;
  margin: 7px auto 20px auto;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #ebedf2;
  overflow: hidden;
}

div.app div.landing-window div.registrationOTP input::-webkit-input-placeholder,
div.app div.landing-window div.registrationAlready input::-webkit-input-placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registrationOTP input::-moz-placeholder,
div.app div.landing-window div.registrationAlready input::-moz-placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registrationOTP input:-ms-input-placeholder,
div.app div.landing-window div.registrationAlready input:-ms-input-placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registrationOTP input::-ms-input-placeholder,
div.app div.landing-window div.registrationAlready input::-ms-input-placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registrationOTP input::placeholder,
div.app div.landing-window div.registrationAlready input::placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registrationOTP input.red,
div.app div.landing-window div.registrationAlready input.red {
  border: 1px solid #f44336;
}

div.app div.landing-window div.registrationOTP i.fa-eye,
div.app div.landing-window div.registrationAlready i.fa-eye {
  position: absolute;
  overflow: hidden;
  background-color: transparent;
  font-size: 18px;
  color: #424242;
  border-radius: 3px;
  padding: 0 3px;
  height: 40px;
  line-height: 38px;
  margin-top: -62px;
  margin-left: calc(39% - 0px);
  text-align: center;
  cursor: pointer;
}

div.app div.landing-window div.registrationOTP input[name=exoCode],
div.app div.landing-window div.registrationAlready input[name=exoCode] {
  text-align: center;
}

div.app div.landing-window div.registrationOTP input[name=exoCode].green,
div.app div.landing-window div.registrationAlready input[name=exoCode].green {
  border: 1px solid #4caf50;
  background-color: #4caf5020;
  color: #4caf50;
}

div.app div.landing-window div.registrationOTP input[name=exoCode].red,
div.app div.landing-window div.registrationAlready input[name=exoCode].red {
  border: 1px solid #f44336;
  background-color: #f4433620;
  color: #f44336;
}

div.app div.landing-window div.registrationOTP hr,
div.app div.landing-window div.registrationAlready hr {
  width: 90%;
  margin: 10px auto;
  border: none;
  height: 1px;
  background-color: #F58220;
}

div.app div.landing-window div.registrationOTP div.dob,
div.app div.landing-window div.registrationAlready div.dob {
  font-size: 0px;
  width: calc(90% - 10px);
  margin: 7px auto 20px auto;
}

div.app div.landing-window div.registrationOTP div.dob select,
div.app div.landing-window div.registrationAlready div.dob select {
  width: 30%;
  margin: 0 1.6%;
  padding: 5px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #999999;
}

div.app div.landing-window div.registrationOTP div.cityState,
div.app div.landing-window div.registrationAlready div.cityState {
  font-size: 0px;
  width: calc(90% - 10px);
  margin: 7px auto 20px auto;
}

div.app div.landing-window div.registrationOTP div.cityState select,
div.app div.landing-window div.registrationAlready div.cityState select {
  width: 45%;
  margin: 0 2.5%;
  padding: 5px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #999999;
}

div.app div.landing-window div.registrationOTP div.Buttombutton,
div.app div.landing-window div.registrationAlready div.Buttombutton {
  width: 90%;
  padding: 0 0 0 0;
  margin: 0 auto;
}

div.app div.landing-window div.registrationOTP div.Buttombutton p,
div.app div.landing-window div.registrationAlready div.Buttombutton p {
  font-size: 14px;
  color: #ffffff;
  vertical-align: top;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px;
  vertical-align: middle;
  background-color: #52658c;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

div.app div.landing-window div.registrationOTP div.Buttombutton p i,
div.app div.landing-window div.registrationAlready div.Buttombutton p i {
  color: #ffffff;
  vertical-align: middle;
}

div.app div.landing-window div.registrationOTP div.Buttombutton p:hover,
div.app div.landing-window div.registrationAlready div.Buttombutton p:hover {
  background-color: #394660;
}

div.app div.landing-window div.registrationOTP div.Buttomlink,
div.app div.landing-window div.registrationAlready div.Buttomlink {
  width: 85%;
  margin: 0 auto;
  height: 30px;
}

div.app div.landing-window div.registrationOTP div.Buttomlink p,
div.app div.landing-window div.registrationAlready div.Buttomlink p {
  font-size: 14px;
  color: #424242;
  vertical-align: top;
  margin-top: 25px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #ffffff;
}

div.app div.landing-window div.registrationOTP div.Buttomlink p i,
div.app div.landing-window div.registrationAlready div.Buttomlink p i {
  color: #424242;
  vertical-align: inherit;
}

div.app div.landing-window div.registrationOTP div.Buttomlink p:nth-child(1),
div.app div.landing-window div.registrationAlready div.Buttomlink p:nth-child(1) {
  float: left;
  text-align: right;
  padding: 0px 15px 10px 0;
}

div.app div.landing-window div.registrationOTP div.Buttomlink p:nth-child(2),
div.app div.landing-window div.registrationAlready div.Buttomlink p:nth-child(2) {
  float: right;
  padding: 0px 0 10px 15px;
}

div.app div.landing-window div.registrationOTP div.Buttomlink p:hover,
div.app div.landing-window div.registrationAlready div.Buttomlink p:hover {
  border-bottom: 1px solid #424242;
}

div.app div.landing-window div.registration div.marketImg {
  width: 100%;
  text-align: center;
}

div.app div.landing-window div.registration div.marketImg img {
  width: 100%;
  height: auto;
}

div.app div.landing-window div.registration p.masterError {
  display: none;
  text-align: center;
  padding: 10px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

div.app div.landing-window div.registration div.masterError {
  display: none;
  text-align: center;
  padding: 10px 0 30px 0;
  background-color: #4caf50;
}

div.app div.landing-window div.registration div.masterError div.btn {
  background-color: #ffffff;
  font-size: 20px;
  width: 100px;
  margin: 10px auto;
  padding: 7px 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.02;
  transition: all 0.02;
}

div.app div.landing-window div.registration div.masterError div.btn:hover {
  background-color: #4caf50;
  color: #ffffff;
}

div.app div.landing-window div.registration div.masterError i,
div.app div.landing-window div.registration div.masterError p,
div.app div.landing-window div.registration div.masterError span {
  color: #ffffff;
}

div.app div.landing-window div.registration div.masterError i {
  font-size: 50px;
  padding: 20px 0;
}

div.app div.landing-window div.registration div.masterError p {
  font-size: 30px;
  font-weight: bold;
}

div.app div.landing-window div.registration div.masterError span {
  font-size: 14px;
}

div.app div.landing-window div.registration p.title {
  text-align: center;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 15px;
}

div.app div.landing-window div.registration p.erroMsg {
  font-size: 16px;
  color: #f44336;
  height: 30px;
  padding-bottom: 10px;
  text-align: center;
}

div.app div.landing-window div.registration p.label {
  width: calc(90% - 10px);
  font-size: 14px;
  color: #6e82aa;
  margin: 10px auto 0 auto;
}

div.app div.landing-window div.registration div.cateList,
div.app div.landing-window div.registration div.languageList {
  width: calc(90% - 10px);
  margin: 0 auto;
  padding: 15px 0;
}

div.app div.landing-window div.registration div.cateList p,
div.app div.landing-window div.registration div.languageList p {
  width: 33%;
  display: inline-block;
  cursor: pointer;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-top: 0.5rem;
}

div.app div.landing-window div.registration div.cateList p i.fa-dot-circle,
div.app div.landing-window div.registration div.languageList p i.fa-dot-circle {
  color: #4caf50;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

div.app div.landing-window div.registration div.examSelect {
  width: calc(100% - 23px);
  margin: auto;
}

div.app div.landing-window div.registration div.examSelect div.inBox {
  margin: 0 auto;
  height: 90px;
  width: calc(100% - 30px);
  border: 1px dashed #f50202;
  border-radius: 5px;
  cursor: pointer;
}

div.app div.landing-window div.registration div.examSelect div.inBox p.titleBoard {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
}

div.app div.landing-window div.registration .disabled {
  background: whitesmoke;
  border: 1px dashed gray;
}

div.app div.landing-window div.registration input {
  display: block;
  width: calc(90% - 10px);
  height: 40px;
  padding: 0 0 0 10px;
  margin: 7px auto 20px auto;
  font-size: 16px;
  border-radius: 3px;
  border: 1px solid #ebedf2;
}

div.app div.landing-window div.registration input::-webkit-input-placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registration input::-moz-placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registration input:-ms-input-placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registration input::-ms-input-placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registration input::placeholder {
  opacity: 0.3;
}

div.app div.landing-window div.registration hr {
  width: 90%;
  margin: 10px auto;
  border: none;
  height: 1px;
  background-color: #F58220;
}

div.app div.landing-window div.registration div.Buttombutton {
  width: 90%;
  padding: 0 0 0 0;
  margin: 0 auto;
}

div.app div.landing-window div.registration div.Buttombutton p {
  font-size: 14px;
  color: #ffffff;
  vertical-align: top;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px;
  vertical-align: middle;
  background-color: #52658c;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

div.app div.landing-window div.registration div.Buttombutton p i {
  color: #ffffff;
  vertical-align: middle;
}

div.app div.landing-window div.registration div.Buttombutton p:hover {
  background-color: #394660;
}

div.app div.landing-window div.registration div.Buttomlink {
  width: 85%;
  margin: 0 auto;
  height: 70px;
}

div.app div.landing-window div.registration div.Buttomlink p {
  font-size: 14px;
  color: #424242;
  vertical-align: top;
  margin-top: 25px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #ffffff;
}

div.app div.landing-window div.registration div.Buttomlink p i {
  color: #424242;
  vertical-align: inherit;
}

div.app div.landing-window div.registration div.Buttomlink p:nth-child(1) {
  float: left;
  text-align: right;
  padding: 0px 15px 10px 0;
}

div.app div.landing-window div.registration div.Buttomlink p:nth-child(2) {
  float: right;
  padding: 0px 0 10px 15px;
}

div.app div.landing-window div.registration div.Buttomlink p:hover {
  border-bottom: 1px solid #424242;
}

div.examQuestion {
  z-index: 10;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #00000070;
  font-family: 'Montserrat', sans-serif;
}

div.examQuestion div.box {
  position: absolute;
  z-index: 10;
  height: 63vh;
  width: 60vw;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 0 #42424280;
}

div.examQuestion div.box div.closeBtn {
  float: right;
  cursor: pointer;
  font-size: 25px;
}

div.examQuestion div.box>p {
  font-size: 24px;
  text-align: center;
}

div.examQuestion div.box div.contain {
  margin-left: 15px;
  display: -webkit-box;
  display: flex;
}

div.examQuestion div.box div.contain div.fullTest,
div.examQuestion div.box div.contain div.subjectTest,
div.examQuestion div.box div.contain div.chapterTest {
  position: relative;
  text-align: center;
  margin: 3rem 1rem;
  width: 33%;
  height: 385px;
  border: 1px solid black;
  padding: 1rem;
  border-radius: 5px;
}

div.examQuestion div.box div.contain div.fullTest div.card-header h2,
div.examQuestion div.box div.contain div.subjectTest div.card-header h2,
div.examQuestion div.box div.contain div.chapterTest div.card-header h2 {
  font-weight: normal;
  margin-top: 1rem;
}

div.examQuestion div.box div.contain div.fullTest div.card-header div.divider,
div.examQuestion div.box div.contain div.subjectTest div.card-header div.divider,
div.examQuestion div.box div.contain div.chapterTest div.card-header div.divider {
  height: 1px;
  width: calc(100% - 45px);
  background: #F58B3D;
  text-align: center;
  margin: 10px auto;
}

div.examQuestion div.box div.contain div.fullTest div.card-body p.body-header,
div.examQuestion div.box div.contain div.subjectTest div.card-body p.body-header,
div.examQuestion div.box div.contain div.chapterTest div.card-body p.body-header {
  text-align: left;
  font-size: 18px;
  margin: 0;
  margin-top: 20px !important;
}

div.examQuestion div.box div.contain div.fullTest div.card-body p,
div.examQuestion div.box div.contain div.subjectTest div.card-body p,
div.examQuestion div.box div.contain div.chapterTest div.card-body p {
  font-size: 15px;
  margin-top: 10px;
  text-align: left;
  padding-left: 10px;
  line-height: 25px;
  margin-left: 10px;
}

div.examQuestion div.box div.contain div.fullTest div.card-body ul,
div.examQuestion div.box div.contain div.subjectTest div.card-body ul,
div.examQuestion div.box div.contain div.chapterTest div.card-body ul {
  text-align: left;
  list-style: none;
}

div.examQuestion div.box div.contain div.fullTest div.card-body ul li,
div.examQuestion div.box div.contain div.subjectTest div.card-body ul li,
div.examQuestion div.box div.contain div.chapterTest div.card-body ul li {
  margin-top: 5px;
  padding-left: 20px;
}

div.examQuestion div.box div.contain div.fullTest div.card-footer,
div.examQuestion div.box div.contain div.subjectTest div.card-footer,
div.examQuestion div.box div.contain div.chapterTest div.card-footer {
  cursor: pointer;
  position: absolute;
  margin-top: 10px;
  border: 1px solid gray;
  padding: 0.7rem;
  border-radius: 20px;
  background: #6D81A9;
  color: white;
  bottom: 20px;
  width: calc(100% - 50px);
  margin: auto;
}

div.examQuestion div.box div.contain div.fullTest div.card-footer input,
div.examQuestion div.box div.contain div.subjectTest div.card-footer input,
div.examQuestion div.box div.contain div.chapterTest div.card-footer input {
  width: 0;
  opacity: 0;
}

div.examQuestion div.box div.contain div.fullTest div.card-footer label,
div.examQuestion div.box div.contain div.subjectTest div.card-footer label,
div.examQuestion div.box div.contain div.chapterTest div.card-footer label {
  color: white;
  font-weight: bold;
}

div.examQuestion div.box div.contain div.fullTest input:checked,
div.examQuestion div.box div.contain div.subjectTest input:checked,
div.examQuestion div.box div.contain div.chapterTest input:checked {
  background: #F58635;
}

div.examQuestion div.box div.contain div.fullTest {
  height: auto !important;
}

div.examQuestion div.box div.contain div.chapterTest div.card-body {
  margin-top: 30px;
}

div.examQuestion div.box div.contain div.chapterTest div.card-body label {
  padding: 0.4rem !important;
  margin: 0.5rem;
  width: auto;
  height: 20px;
  border-radius: 20px;
  border: 2px solid #e2e2e2;
  margin: 10px 5px;
  padding: 0 10px;
  cursor: pointer;
  padding: 0.3rem;
  display: grid;
}

div.examQuestion div.box div.contain div.chapterTest div.card-body div.chapterData {
  text-align: left;
  margin: 1rem 0rem;
  width: 100%;
  overflow-y: auto;
  margin: 1rem 0rem;
  max-height: 155px;
  height: auto;
}

div.examQuestion div.box div.contain div.chapterTest div.card-body div.chapterData div.innerDiv {
  margin: 0.5rem 2rem;
}

div.examQuestion div.box div.contain div.chapterTest div.card-body div.chapterData div.innerDiv .chapterNo {
  height: auto;
  margin: 0 !important;
  border: none !important;
  max-width: 210px !important;
  width: auto;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  position: relative;
  top: 10px;
}

div.examQuestion div.box div.contain div.chapterTest div.card-body div.chapterData div.disabled {
  pointer-events: none;
  background: white;
}

div.examQuestion div.box div.contain div.chapterTest div.card-body div.chapterData div.disabled label {
  color: #d4d4d4;
}

div.examQuestion div.box div.contain div.subjectTest div.card-body {
  text-align: left;
  margin: 2rem;
}

div.examQuestion div.box div.contain div.subjectTest div.card-body div {
  margin: 0.5rem;
}

div.examQuestion div.box div.contain div.subjectTest div.card-body div label {
  margin-left: 10px;
}

div.examQuestion div.box div.submit {
  margin-top: 10px !important;
  float: right;
  font-size: 18px;
  margin: 0 auto;
  background-color: #f44336;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 20px;
  border: 4px solid #fbbbb6;
  cursor: pointer;
}

#scrollBlue {
  overflow-y: scroll;
}

#scrollBlue::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #F58635;
}

.active {
  background: #F58635;
  color: white;
  font-weight: bold;
  border: none !important;
}

@media (max-width: 1440px) {
  div.examQuestion div.box {
    border-radius: 0;
    height: 75vh;
    width: 90vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
  }

  div.examQuestion div.box div.contain div.chapterTest div.card-body div.chapterData div.innerDiv .chapterNo {
    max-width: 115px;
  }
}

@media (max-width: 992px) {
  div.app div.landing-window {
    margin: 0 auto;
  }
}

@media (max-height: 1024px) and (max-width: 768px) {
  div.examQuestion div.box {
    height: 88vh;
  }
}

@media (max-width: 768px) {
  div.examQuestion div.box>p {
    border-bottom: 1px solid #F58635;
    padding-bottom: 5px;
  }

  div.examQuestion div.box div.contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin: auto;
    -webkit-box-align: center;
    align-items: center;
    height: 79vh;
    border-bottom: 1px solid #F58635;
  }

  div.examQuestion div.box div.contain div.fullTest,
  div.examQuestion div.box div.contain div.subjectTest,
  div.examQuestion div.box div.contain div.chapterTest {
    width: 85%;
    margin: 1rem;
    height: 180px;
  }

  div.examQuestion div.box div.contain div.chapterTest {
    height: auto !important;
  }

  div.examQuestion div.box div.contain div.chapterTest div.card-body {
    display: grid;
  }
}

@media (max-width: 425px) {
  body {
    overflow: scroll;
  }

  div.app div.landing-window div.registrationOTP .labelwitherror,
  div.app div.landing-window div.registrationAlready .labelwitherror {
    display: block;
    width: calc(100% - 10px);
  }

  div.app div.landing-window div.registrationOTP i.fa-eye,
  div.app div.landing-window div.registrationAlready i.fa-eye {
    margin-left: calc(90% - 20px);
  }

  div.examQuestion div.box {
    height: 98vh !important;
  }
}

@media (max-width: 360px) {
  div.app div.landing-window div.registration div.cateList p,
  div.app div.landing-window div.registration div.languageList p {
    width: 45%;
  }

  div.examQuestion div.box div.contain div.chapterTest div.card-body div.chapterData div.innerDiv .chapterNo {
    max-width: 140px !important;
  }
}