.elementor-1351 .elementor-element.elementor-element-abb34f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3754cf6 */*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%; //1rem = 10px; 10px/16px = 62.5%
}

 body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 1.6rem;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}
/* =========================================================== */
.quiz {
  width: 75%;
  margin: 0 auto;
  padding: 30px 0;
  color: #164676;
}

.quiz-title-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  height: 30rem;
  padding: 3rem;
}

.quiz-title {
  text-align: center;
  color: white;
  font-size: 4.8rem;
}

.question {
  margin-bottom: 6rem;
}

.quiz-question {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.feedback {
  font-weight: bold;
  margin-top: 0.5rem;
}
.correct {
  color: green;
}
.incorrect {
  color: red;
}
.answer-part {
  margin-bottom: 1rem;
}
.answer-part p {
  font-size: 1.8rem;
  font-weight: 600;
}
.answer-part label, .answer-part p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 1rem;
}
.answer-part input {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  padding: 1.2rem;
  margin: 0.5rem 0;
  border: 0.2rem solid #FFCB29;
  border-radius: 1rem;
}
.answer-part input::placeholder {
  font-weight: 600;
  color: #afbbc2;
}
.answer-part input:hover {
  box-shadow: 0.1rem 0.1rem 0.25rem rgba(67, 71, 77, 0.94);
  transition: 0.4s;
}
.answer-part select {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  padding: 1.2rem;
  margin: 0.5rem 0;
  border: 0.2rem solid #FFCB29;
  border-radius: 1rem;
}
.answer-part select:hover {
  box-shadow: 0.1rem 0.1rem 0.25rem rgba(67, 71, 77, 0.94);
  transition: 0.4s;
}
select:invalid {
  color: #afbbc2;
}

.part-feedback {
  margin-left: 1rem;
}

.btn-submit {
  background-color: #1687BE;
  width: 100%;
  display: block;
  margin: 0 auto;
  border: none;
  border-radius: 0.5rem;
  font-weight: bold;
  font-size: 1.8rem;
  color: white;
  margin-top: 1rem;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #3EC8EE;
}
.btn-submit:focus {
    background-color: #3EC8EE;
}

.toggle-display {
  display: none;
}
.the-steps {
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  padding: 1.2rem;
  margin: 0.5rem 0;
  border: 0.2rem solid #FFCB29;
  border-radius: 1rem;
}
.the-steps li {
  padding-bottom: 1rem;
}
.the-steps li span {
  color: red;
}/* End custom CSS */