@charset "UTF-8";
body {
  background-color: #faf9f9;
  font-family: "Newsreader", serif, Verdana, Geneva, Tahoma, sans-serif;
}

.questions {
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  /* end the question*/
  /* start the  quest_number*/
  /* start the  quest_number*/
}
.questions .quest {
  width: 75%;
  /* start the  question*/
}
.questions .quest .question {
  margin-bottom: 50px;
}
.questions .quest .question .ques1_number {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 20%;
  padding: 20px;
  background-color: #f0f0ff;
}
.questions .quest .question .ques1_number p {
  display: inline-block;
}
.questions .quest .question .ques1_number span {
  display: inline-block;
}
.questions .quest .question .ques1_number h4 {
  margin: 5px 0;
}
@media (max-width: 768px) {
  .questions .quest .question .ques1_number {
    width: 100%;
  }
}
.questions .quest .question .ques1 {
  box-shadow: 0 0 14px 2px #a8a7a7;
  width: 75%;
  padding: 20px;
  background-color: #f0f0ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.questions .quest .question .ques1 p,
.questions .quest .question .ques1 img {
  margin-bottom: 30px;
}
.questions .quest .question .ques1 img {
  display: block;
  width: 100%;
}
.questions .quest .question .ques1 form span {
  display: block;
  margin-bottom: 20px;
}
.questions .quest .question .ques1 form ul {
  position: relative;
  list-style: upper-alpha;
  padding-left: 50px;
}
.questions .quest .question .ques1 form ul div {
  width: 100%;
  margin-bottom: 10px;
}
.questions .quest .question .ques1 form ul div label {
  font-size: 21px;
}
.questions .quest .question .ques1 form ul div input {
  display: inline-block;
}
.questions .quest .question .ques1 form ul div.true:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  color: green;
  line-height: 1.5;
}
.questions .quest .question .ques1 form ul div.false:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  color: red;
  line-height: 1.5;
}
.questions .quest .question .ques1 .next {
  text-align: right;
}
.questions .quest .question .ques1 .next span {
  padding: 5px;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #222269;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.questions .quest .question .ques1 .next span:hover {
  box-shadow: 0 0 10px 2px #AAA;
}
@media (max-width: 768px) {
  .questions .quest .question .ques1 {
    width: 100%;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .questions .quest {
    width: 100%;
    order: 2;
  }
}
.questions .quest_number {
  width: 20%;
  padding: 20px;
  background-color: #5a5a92;
  margin-bottom: 50px;
  color: #fff;
}
.questions .quest_number > div {
  transition: all 0.4s ease-in-out;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  width: 40px;
  padding-top: 8px;
  text-align: center;
  font-weight: bold;
}
.questions .quest_number > div i {
  display: block;
  width: 100%;
  margin-top: 1px;
  padding: 3px 0;
  background-color: white;
}
.questions .quest_number > div.true i {
  color: green;
}
.questions .quest_number > div.false i {
  color: red;
}
@media (max-width: 768px) {
  .questions .quest_number {
    width: 100%;
    order: 1;
  }
}

/* start  to_top */
.to_top {
  position: fixed;
  bottom: 50px;
  padding: 8px 10px;
  cursor: pointer;
  right: 50px;
  background-color: #222269;
  color: #fff;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 0 5px 1px #757575;
}
.to_top:hover {
  box-shadow: 0 0 10px 2px #757575;
}

/* start  to_top */
/* start the result */
.result {
  padding: 20px 0;
  text-align: center;
  background-color: #f0f0f0;
}
.result .container {
  display: inline-block;
  background-color: #222269;
  width: 60%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media (max-width: 768px) {
  .result .container {
    width: 90%;
  }
}
.result p {
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  font: 20px;
  text-transform: uppercase;
  background-color: #fff;
  color: #222269;
  font-size: 30px;
  margin: 10px 0;
  border-radius: 30%;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  -ms-border-radius: 30%;
  -o-border-radius: 30%;
}
.result .grades {
  padding: 10px;
  margin: 0;
}
.result .grades span {
  display: inline-block;
  padding: 6px 20px;
  background-color: #fff;
  font-weight: bold;
  color: #222269;
  box-shadow: 0 0 10px 2px #222269;
  margin: 0 5px;
}
.result .grades > p {
  display: inline-block;
  padding: 6px 8px;
  font-weight: bold;
  background-color: #fff;
  color: #222269;
  font-size: 30px;
  box-shadow: 0 0 10px 2px #222269;
}
.result .grades a {
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #f0f0ff !important;
  color: #222269 !important;
  font-size:18px;
  font-weight:bold;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.result .grades a:hover {
  box-shadow: 0 0 10px 2px #AAA;
}

/* end the result */

/*# sourceMappingURL=home.css.map */
