/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;display=swap");
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/



.header-bg{
    background-color: #fbfbfb;
    border-bottom: 1px solid #ddd;   
}
.quiz-progress-area .progress .progress-bar span:after {
    left: 50%;
    content: "";
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    border-top: 10px solid #226bad;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.quiz-progress-area .progress .progress-bar span {
    top: -65px;
    width: 275px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    border-radius: 4px;
    background-image: linear-gradient(14deg, #3f87c7 0%, #0d4e89 100%);
}

::selection {
  color: #fff;
  background-color: #ed1b34;
}

::-moz-selection {
  color: #fff;
  background-color: #ed1b34;
}

ul {
  margin: 0;
  padding: 0;
}


.ans-box-top p {
    
    text-transform: uppercase;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

p, label {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Jost", sans-serif;
}

.pt150 {
  padding-top: 150px;
}

.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

/* ==========================================================================
multistep css
========================================================================== */
.multisteps-form__progress {
  padding-top: 15px;
  height: 100%;
}

.multisteps-form__panel {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0;
}
.multisteps-form__panel.js-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.actions {
  width: 100%;
  border-radius: 4px;
  padding: 20px 30px;
  /*background-color: #3c3c3c;*/
}
.actions li {
  color: #fff;
  height: 52px;
  width: 430px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  line-height: 53px;
  border-radius: 3px;
  display: inline-block;
  background-color: #4781b1;
  text-transform: uppercase;
  transition: 0.3s all ease-in-out;
}
.actions li:hover {
  color: #fff;
  background-color: #316ea1;
}
.actions li button {
  color: #fff;
  background-color: #316ea1;
  font-weight: bold;
}
.actions li:nth-child(1) {
  float: left;
}
.actions li:nth-child(2) {
  float: right;
}
.actions li span, .actions li button {
  width: 100%;
  display: block;
  border: none;
}

.quiz-progress-area .progress {
  
  right: 39px;
    width: 50%;
    top: 74px;
    margin: 0 auto;
    max-width: 560px;
    overflow: visible;
    border-radius: 4px;
    position: absolute;
        background-color: #cfd5d700;
    border: 1px solid #ddddddab;
}
.quiz-progress-area .progress .progress-bar {
  border-radius: 4px;
  background-image: linear-gradient(14deg, #316ea1 0%, #1cb0df 100%);
}
.quiz-progress-area .progress .progress-bar span {
  top: -65px;
  width: 275px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  border-radius: 4px;
  background-image: linear-gradient(14deg, #316ea1 0%, #f82c28 100%);
}
.quiz-progress-area .progress .progress-bar span:after {
  left: 50%;
  content: "";
  bottom: -10px;
  position: absolute;
  transform: translateX(-50%);
  border-top: 10px solid #ed1b34;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.progress-bar span {
  left: auto;
  right: -130px;
}

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.quiz-top-area {
  padding: 35px 0px;
  background-color: #262626;
}
.quiz-top-area h1 {
  color: #fff;
  font-size: 25px;
}
.quiz-top-area .quiz-countdown {
  top: 15px;
  right: 10%;
  position: absolute;
}
.quiz-top-area .quiz-countdown li {
  width: 70px;
  height: 52px;
  margin-left: 12px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  background-color: #e6e6e6;
}
.quiz-top-area .quiz-countdown li:after {
  top: 0;
  right: -12px;
  content: ":";
  color: #ed1b34;
  font-size: 30px;
  position: absolute;
}
.quiz-top-area .quiz-countdown li:last-child:after {
  display: none;
}
.quiz-top-area .quiz-countdown .count-down-number {
  font-size: 38px;
  line-height: 50px;
  font-family: "Open Sans";
}
.quiz-top-area .quiz-countdown .count-unit {
  display: block;
  color: #ed1b34;
  margin-top: 5px;
  font-size: 16px;
  text-transform: uppercase;
}

.wizard-forms {
      padding: 25px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 29px;
    margin-top: 0px;
    box-shadow: 1px 1px 12px #0000001f;
}
.sec-wiz {
    margin-bottom: 200px;
}
.wizard-forms .quiz-title h2 {
    color: #0099ca;
}
.quiz-title h3 {
    color: #0099ca;
}

.quiz-title {
  margin: 0 auto;
  /*max-width: 800px;*/
   /* padding: 0px 30px;*/
}
/*.quiz-title span {
  font-size: 25px;
  color: #ed1b34;
}*/
.list-content{}
.list-content li {font-size: 18px; color: #333;}
.quiz-title h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px;
}
.list-content li span {
    padding-left: 17%;
}
.quiz-title h2 {
  color: #151515;
      font-size: 32px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: "Poppins";
}
.quiz-title p {
  color: #151515;
  font-size: 18px;
  font-weight: 500;
}


.actions.krasbmt-btn{
  max-width:400px;
}


.kraexam-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}


.kraexam-form .quiz-option-selector {
   max-width: 700px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.quiz-option-selector {
  margin: 0 auto;
  max-width: 1135px;
  padding-top: 40px;
  padding-bottom: 80px;
}
.quiz-option-selector li {
  width: 100%;
  float: left;
  padding: 0px;
}
/*.quiz-option-selector li label {
  z-index: 2;
  width: 100%;
  height: 90px;
  padding: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #e7e7e7;
}*/
.quiz-option-selector li label .exp-number {
  float: left;
  width: 75px;
  height: 68px;
  z-index: 2;
  display: block;
  color: #446d76;
  font-size: 30px;
  font-weight: 700;
  line-height: 68px;
  position: relative;
  margin-right: 45px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #e7e7e7;
}
.quiz-option-selector li label .exp-label {
  z-index: 2;
  color: #446d76;
  font-size: 18px;
  font-weight: 300;
  line-height: 38px;
  position: relative;
}
.quiz-option-selector li label .checkmark-border {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}
.quiz-tab article{
  display: none;
}
.quiz-tab article.on{
  display: block;
}
.quiz-tab-in {
    display: flex;
    margin-bottom: 20px;
}
.div-tab input {
    margin-right: 10px;
}
.quiz-title.thanku {
    text-align: center;
     align-items: center;
    justify-content: center;
    display: flex;
}
.thanku h2 {
    font-size: 48px;
}
.sec-wiz {
    /*padding-top: 10px;*/
}
.clear-both{clear: both;}
.div-tab {
    display: inline-flex;
    margin-right: 15px;
    position: relative;
    padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    
}
.div-tab label{cursor: pointer;}

/* Hide the browser's default checkbox */
.div-tab input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
      background-color: #eee;
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    box-shadow: 1px 1px 12px #0000000d;
}

/* On mouse-over, add a grey background color */
.div-tab :hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.div-tab  input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.div-tab  input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.div-tab  .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ques-no {
        margin-right: -255px;
    position: fixed;
    right: 0px;
    top: 95px;
    width: 255px;
    background-color: #4781b1;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    z-index: 1;
    transition: all .5s ease-in-out;
}
.qt {
    font-size: 18px;
    font-weight: 600;
    padding: 0px 5px;
}
.open-rt{
    margin-right: 0px;
}
.que-tab {
    position: absolute;
    left: -33px;
    background-color: #4781b1;
    padding: 0px 10px;
    font-size: 18px;
    line-height: 22px;
    transform: rotate(90deg);
}
.ques-no ul .active {
    background-color: #4caf50;
}
.ques-no h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 13px;
}
.ques-no ul li {
    display: inline-block;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
}

/*.quiz-option-selector li label .checkmark-border:before, .quiz-option-selector li label .checkmark-border:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 4px;
  position: absolute;
  background-image: linear-gradient(14deg, #0099ca 0%, #015294 100%);
}*/
.quiz-option-selector li label .checkmark-border:after {
  background-image: inherit;
  box-shadow: 0px 1px 38px 0px rgba(2, 2, 2, 0.27);
}
/*.quiz-option-selector li .exp-option-box {
  display: none;
}*/
.quiz-option-selector li .exp-option-box:checked ~ .checkmark-border:before, .quiz-option-selector li .exp-option-box:checked ~ .checkmark-border:after {
  display: block;
}
/*.quiz-option-selector li .exp-option-box:checked ~ .exp-label {
  color: #fff;
}*/

.quiz-option-selector-2 li {
  padding: 15px;
}
.quiz-option-selector-2 li label {
  height: 85px;
}
.quiz-option-selector-2 li label .exp-number {
  border: none;
  margin-right: 0;
  line-height: 60px;
}
.quiz-option-selector-2 li label .checkmark-border:before {
  top: 23px;
  left: auto;
  right: 23px;
  width: 35px;
  height: 35px;
  display: block;
  border: 2px solid #e3e3e3;
  background-image: none;
}
.quiz-option-selector-2 li .exp-option-box:checked ~ .exp-label {
  color: #446d76;
}
.quiz-option-selector-2 li .exp-option-box:checked ~ .checkmark-border:before {
  background-image: linear-gradient(14deg, #eb3252 0%, #f82c28 100%);
}
/*
.quiz-option-selector-2 p {
  float: right;
  font-size: 17px;
  font-weight: 700;
  color: #ed1b34;
  font-family: "Poppins";
  border-bottom: 2px solid #ed1b34;
}
*/

.quiz-details-option {
  border-radius: 4px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 2px solid #e7e7e7;
  padding: 55px 80px 45px 115px;
}
.quiz-details-option span {
  font-size: 24px;
}
.quiz-details-option .exp-option-box {
  display: none;
}
.quiz-details-option .select-area {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
}
.quiz-details-option .select-area:before {
  top: 50%;
  left: 40px;
  width: 35px;
  content: "";
  height: 35px;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  box-shadow: inset 0px 5px 10px 0px rgba(206, 206, 206, 0.46);
}
.quiz-details-option .select-area:after {
  top: 50%;
  left: 35px;
  content: "";
  width: 45px;
  height: 45px;
  display: none;
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
  border: 2px solid #ed1b34;
}
.quiz-details-option .exp-option-box:checked ~ .select-area {
  border: 2px solid #ed1b34;
}
.quiz-details-option .exp-option-box:checked ~ .select-area:before {
  box-shadow: none;
  background-color: #ed1b34;
}
.quiz-details-option .exp-option-box:checked ~ .select-area:after {
  display: block;
}

.quiz-option-area .exp-option-box {
  display: none;
}
.quiz-option-area span {
  display: block;
}
.quiz-option-area .quiz-option-serial {
  left: 10px;
  width: 40px;
  color: #fff;
  height: 40px;
  bottom: 75px;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  background-color: #4c4c4c;
}
.quiz-option-area .quiz-option-img {
  border: 1px solid transparent;
}
.quiz-option-area .quiz-option-img img {
  width: 100%;
}
.quiz-option-area .quiz-option-text {
  color: #151515;
  font-size: 18px;
  padding: 20px 0px 20px 70px;
}
.quiz-option-area .exp-option-box:checked ~ .quiz-option-serial {
  background-color: #ed1b34;
}
.quiz-option-area .exp-option-box:checked ~ .quiz-option-img {
  border: 1px solid #ed1b34;
}

.thankyou-msg p {
  font-size: 20px;
  padding: 25px 0px 20px;
}
.thankyou-msg h2 {
  margin: 0 auto;
  font-size: 70px;
  max-width: 565px;
  font-weight: 700;
}
     .ans-box-top input {
    width: 35px!important;
    height: 35px!important;
    padding: 5px!important;
    text-align: center;
    font-size: 18px!important;
    border-radius: 0px!important;
    font-weight: 400 !important;
}
    .ans-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
        .ans-box {
    border: 1px solid #0892c947;
    padding: 22px 15px;
    margin-bottom: 25px;
    box-shadow: 4px 5px 10px #4544440d;
    border-radius: 4px;
    background-color: #017dac;            
}
        .ans-box .ans-box-top:first-child{
            margin-bottom: 25px;
        }
        .ans-box {
    width: 22.4%;
    margin: 13px;
}
        .ans-box:nth-child(even){
               
        }
        .section-space{padding: 40px 0px;    clear: both;}
        .active {
    background-color: #4781b1;
    color: #fff;
}




.subject input[type="radio"] {
  position: absolute;
  visibility: hidden;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.subject .checkbox {
  position: relative;
}

.subject label {
      position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f9f9f930;
    border: 2px solid #fbfbfb;
    cursor: pointer;
    border-radius: 4px;
}
.subject h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.check-box-1{
        background: #085B7D;
    background: -webkit-linear-gradient(top left, #085B7D, #01B6FF);
    background: -moz-linear-gradient(top left, #085B7D, #01B6FF);
    background: linear-gradient(to bottom right, #085B7D, #01B6FF);
    color: #fff;
}
.check-box-2{
    /* Created with https://www.css-gradient.com */
/* Created with https://www.css-gradient.com */
background: #019618;
background: -webkit-linear-gradient(top left, #019618, #01E84D);
background: -moz-linear-gradient(top left, #019618, #01E84D);
background: linear-gradient(to bottom right, #019618, #01E84D);
    color: #fff;
}
.check-box-3{
    /* Created with https://www.css-gradient.com */
background: #009689;
background: -webkit-linear-gradient(top left, #009689, #01EAD5);
background: -moz-linear-gradient(top left, #009689, #01EAD5);
background: linear-gradient(to bottom right, #009689, #01EAD5);
    color: #fff;
}

.subject input[type="radio"]:checked + label {
  border: 10px solid #3d9970;
  animation: confirm 0.15s linear;
}

.subject input[type="radio"]:checked + label:after {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 35px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background: #2ECC40;
  position: absolute;
  top: -10px;
    left: -10px;
    color: #ffffff;
    text-align: center;
    border: 2px solid #fbfbfb;
    border-radius: 4px;
}
.subject {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    box-shadow: 1px 1px 12px #0000000d;
}
.subject h2{
    color: #fff;
}
@keyframes confirm {
  0% {
    transform: scale(1);
  }
  
  50% {
    transform: scale(0.95)
  }
  
  75% {
    transform: scale(0.8);
  }
  
  100% {
    transform: scale(1);
  }
}

.text-ans-box {
    display: flex;
    align-items: center;
}

.student-name {
    padding: 38px 0px;
}
.user-list {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    min-width: 142px;
    border: 1px solid #ddd;
        z-index: 1;
}
.open-list{display: block!important;}
.user-list li {
    border-bottom: 1px solid #ddd;
}
.user-list li a {
    padding: 5px 10px; 
}
.student-name img {
    max-width: 30px;
    margin-right: 10px;
}
/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .actions li {
    width: 216px;
  }

  .quiz-progress-area .progress {
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .quiz-top-area .quiz-countdown {
    position: static;
    margin-top: 30px;
  }

  .quiz-option-selector li {
    width: 100%;
  }

  .quiz-progress-area .progress {
    position: static;
    margin-bottom: 50px;
  }

  .bottom-vector {
    display: none;
  }

  .quiz-progress-area .progress .progress-bar span {
    width: 145px;
  }

  .progress-bar span {
    right: -70px;
  }
}
@media screen and (max-width: 580px) {
    .quiz-option-selector {
    padding-bottom: 0px;
}
    .div-tab {
    margin-right: 5px;
    padding-left: 21px;
    margin-bottom: 12px;
        font-size: 14px;
}
    .quiz-countdown #timer {
    font-size: 17px!important;
}
    
    .checkmark {
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
}
    .div-tab .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 7px;
}
  .actions li:nth-child(2),
.actions li:nth-child(1) {
    float: none;
    margin: 0 auto;
    width: 204px;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
    line-height: 42px;
  }

  .actions li:nth-child(1) {
    margin-bottom: 20px;
  }

  .actions {
    text-align: center;
  }

  .quiz-details-option span {
    font-size: 18px;
  }
    .quiz-title h2 {
    font-size: 22px;
  }
    .list-content li {
        font-size: 14px;}
    .list-content li span {
    padding-left: 0px;
}
    .quiz-title h4 {
        font-size: 18px;}
    .ans-box {
    width: 100%;
    margin: 0px;
        margin-bottom: 10px;
}
}
@media screen and (max-width: 480px) {
  .quiz-progress-area .progress .progress-bar span {
    display: none;
  }

  .quiz-title h2 {
    font-size: 22px;
  }

  .quiz-title span,
.quiz-title p,
.quiz-option-selector li label .exp-label {
    font-size: 20px;
  }

  .quiz-option-selector li label .exp-number {
    margin-right: 15px;
  }

  .quiz-option-selector-2 li label .exp-number {
    width: 35px;
  }

  .wizard-forms {
    padding: 50px 15px;
  }

  .quiz-details-option {
    padding: 55px 20px 45px 95px;
  }

  .thankyou-msg h2 {
    font-size: 40px;
  }
}
/*---------------------------------------------------- */
