/* With keyframe animations from animate.css */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v27/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
.quiz {
  margin-top: 0.5em;
  min-height: 30vh;
  background: #E7EEEC;
}
.text-center {
  text-align: center;
}
.quiz .question img {
  display: block;
  margin: 0 auto;
}
.quiz button {
  margin-top: 0.5em;
  user-select: none;
  outline: 0!important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.quiz .btn {
  font-size: 1.2rem;
  height: 2.2em;
  transition: all 0.25s ease;
}
.question-cross-mark {
	display:inline-block;
	position: absolute;
	top: 0px;
	left:2px;
	font-size:0.8em;
	color: #b05747 !important;
	z-index:9999;
	}
.question-check-mark {
	display:inline-block;
	position: absolute;
	top: 0px;
	left:2px;
	font-size:0.8em;
	color: #45AF5B !important;
	z-index:9999;"
	}
.question-options-trans {
	padding-top:10px;
	padding-bottom: 10px;
	color:#000000;
}
.correct-ans-css {
	font-weight: 700;
}


.txtGradient {
   z-index: 2;
   position: relative;
   height: 200px; 
   margin-top: -200px;
   overflow: hidden;
   background: -moz-linear-gradient(
     bottom, 
     rgb(231, 238, 236) 15%,

     rgba(231, 238, 236, 0) 100%
   ); 
   background: -webkit-gradient(
     linear,
     bottom,
     top,
     color-stop(15%, rgb(231, 238, 236)),
     color-stop(100%, rgba(231, 238, 236, 0))
   );
   background: -webkit-linear-gradient(
     bottom,
     rgb(231, 238, 236) 15%,
     rgba(231, 238, 236, 0) 100%
   );
   background: -o-linear-gradient(
     bottom,
     rgb(231, 238, 236) 15%,
     rgba(231, 238, 236, 0) 100%
   );
   background: -ms-linear-gradient(
     bottom,
     rgb(231, 238, 236) 15%,
     rgba(231, 238, 236, 0) 100%
   );

   background: linear-gradient(
     bottom,
     rgb(231, 238, 236) 15%,
     rgba(231, 238, 236, 0) 100%
   );
}

.txtGradient2 {
   z-index: 2;
   position: relative;
   height: 200px; 
   margin-top: -200px;
   overflow: hidden;
   background: -moz-linear-gradient(
     bottom, 
     rgb(255, 255, 255) 15%,

     rgba(255, 255, 255, 0) 100%
   ); 
   background: -webkit-gradient(
     linear,
     bottom,
     top,
     color-stop(15%, rgb(255, 255, 255)),
     color-stop(100%, rgba(255, 255, 255, 0))
   );
   background: -webkit-linear-gradient(
     bottom,
     rgb(255, 255, 255) 15%,
     rgba(255, 255, 255, 0) 100%
   );
   background: -o-linear-gradient(
     bottom,
     rgb(255, 255, 255) 15%,
     rgba(255, 255, 255, 0) 100%
   );
   background: -ms-linear-gradient(
     bottom,
     rgb(255, 255, 255) 15%,
     rgba(255, 255, 255, 0) 100%
   );

   background: linear-gradient(
     bottom,
     rgb(255, 255, 255) 15%,
     rgba(255, 255, 255, 0) 100%
   );
}

@media screen and (max-width: 39.99875em) {
.quiz .btn {
  font-size: 1rem;
  height: 2em;
  transition: all 0.25s ease;

}
	
}
.quiz .btn-primary,
.quiz .btn-success {
  opacity: 0.9;
  background: #00A076;
  border-radius: 0;
  border: 0;
  padding: 0.5em 1em;
  text-align: center;
  color: #fff;
	position:absolute;
	bottom:20px;
	margin-left:10px;
}
.quiz .btn-primary:hover {
  opacity: 1;
  background: #00A076;
  color: #fff;
}
.quiz .btn-success {
  background: #3CB696;
}
.quiz .btn-success:hover,
.quiz .btn-success:active {
  background: #3CB696;
}
.quiz .btn-primary:disabled,
.quiz .btn-primary:disabled:hover {
  background: #ccc;
}
.quiz .content {
  color: #222;
  padding: 0.25em 3em 2em 3em;
  margin-bottom: 1em;
}
.quiz .intro {
  margin-top: 2em;
}
.quiz .intro p {
  font-size: 1.6rem;
}
.quiz aside {
  color: #777;
  font-size: 1.5rem;
  padding-top: 0.25em;
}
.quiz .question {
  margin-top: 2em;
  position: relative;
}
.quiz .question img {
  box-shadow: -2px 0px 21px -2px rgba(0, 0, 0, 0.4);
}
.quiz .question p,
.quiz .intro p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin: 1em 0;
}
.quiz .intro p:last-of-type {
  padding-bottom: 0;
}
.quiz .question-content {
  min-height: 50px;
}
.quiz .question-options {
  margin-left: 1.5rem;
}




.quiz .feedback {
  padding-bottom: 0.75em;
  margin: -0.5em 1em 0 2em;
  animation: 0.75s roll-in ease;
}
.quiz .progress {
  position: relative;
  margin-bottom: 0;
  background: #b5b5b5;
  border-radius: 0;
  width: 100%;
}
.quiz .progress-bar {
  background: #4c9cff;
  height: 100%;
  transition: width 0.4s ease;
}
.quiz .progress .counter {
  position: absolute;
  right: 5px;
  top: 0;
  font-weight: 900;
  color: #000000;
}
.quiz .get-my-results {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.quiz button .fa {
  margin-right: 0.5em;
}
.quiz .start-over {
  margin-top: 20%;
}
.quiz .results {
  padding: 3em;
  margin-top: 2em;
  color: #fff;
  background: #00A076;
}
.quiz .results h1 {
  font-size: 2rem;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.quiz .results h2 {
  font-size: 2.4rem;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.quiz .dim {
  opacity: 0.5;
}
.quiz .dim [type="radio"]:checked + label,
.quiz .dim [type="radio"]:not(:checked) + label {
  cursor: initial;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #0dc5c1;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader {
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  margin-top: 15em;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #0dc5c1;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
.quiz .loading {
  margin-top: 10em;
}
/* custom radio controls */
.quiz .option {
  margin-bottom: 0.75em;
  transition: all 0.25s ease;
}
.quiz [type="radio"]:checked,
.quiz [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.quiz [type="radio"]:checked + label,
.quiz [type="radio"]:not(:checked) + label {
  position: relative;
  font-weight: normal;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.quiz [type="radio"]:checked + label:before,
.quiz [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.quiz .correct [type="radio"] + label::before,
.quiz .wrong [type="radio"] + label::before {
  border: 0;
  font-size: 1.2rem;
  animation: 0.25s roll-in ease;
}
.quiz .correct [type="radio"] + label::after,
.quiz .wrong [type="radio"] + label::after {
  display: none;
}
.quiz .correct [type="radio"] + label:before {
  content: '\f00C';
  font-family: "FontAwesome" !important;
  color: #09b39c;
}
.wrong-answer {
  position:relative;
  color: #b05747;
  top:-20px;
  left:-20px:
}
.quiz .wrong [type="radio"] + label:before {
  content: '\f00d';
  font-family: "FontAwesome" !important;
  color: #b05747;
}
.quiz [type="radio"]:checked + label:after,
.quiz [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #333333;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.quiz [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.quiz [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation: pulse 1s infinite;
}
.fade-in {
  animation: fade 0.75s ease;
}
.question-animate {
  animation: fade 0.7s ease;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #0dc5c1;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader {
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #0dc5c1;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0px 5.1em;
  transform-origin: 0px 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roll-in {
  0% {
    top: 10px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}