#quizimg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}


#quizimg:hover {opacity: 0.7;}

.utc-overlay.open {
    visibility: visible;
    opacity: 1;
}
.utc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8) none 50% / contain no-repeat;
    cursor: pointer;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}
.utc-overlay:after {
    content: "\2715";
    position: absolute;
    color: #ccc;
    top: 10px;
    right: 20px;
    font-size: 2em;
}
.audio{
  width:auto;
}
audio{
  width: 100%;
  margin-top: 10px;
}

/***css for answers  */

input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
input[type=radio]:disabled +label{
  background:#fff ;
  color:#dddddd;
}


label {
  color: #352F2D;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 20px;
  margin-bottom:0px;
}

input[type=radio]:checked + label {
  color: #fff;
  /*background: #4CAF50;*/
  background: #445780;

  
}
input[type=radio]:not([disabled]):hover + label {
  color:#6c757d;
  background: #ddd;
}
label + input[type=radio] + label {
  border-right: solid 3px #DDD;
}

.radio-group {
  border: solid 3px #F4E9E7;
  display: inline-block;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
}
/**quiz css */
#regForm {
  background-color: #ffffff;
  font-family: Raleway;
}

h1 {
  /*text-align: center;  */
 /* margin-top:15%;
  margin-right: 4%;*/

}
/*.utc-h3 {
    margin: 3%  2% 1% 1%;
    float: right;
}*/
.gspan {
    color: rgba(0, 0, 0, 0.315) !important;
    font-size: medium;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color:#bbbbbb;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}



.btnnext{
  border:1px solid #445780;
  background:#445780;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin: 8px 0 8px 0 ;
  font-size: 16px;
  padding: 7px 40px;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  font-weight: 600;
  color:#fff;
}
.btnnext:hover{
  transition: opacity .3s linear 0s;
  opacity: .85;
 /* color: #fff !important;*/
}

.btnnext:disabled,
.btnnext.disabled{
/*  background:#ccc;
  color: #fff !important;*/

}
.btnprv.app_btn{
  color: #fff !important;
}
.btnprv.app_btn:hover{
  color: #445780 !important;
}
.app_btn.btnnext:hover{
color: #445780 !important;
}
.btnprv{
  border:1px solid #445780;
  background:#fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin: 8px 0 8px 0 ;
  font-size: 16px;
  padding: 7px 40px;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  font-weight: 600;
  color:#445780;
}
.btnprv:hover{
  transition: opacity .3s linear 0s;
  opacity: .85;
  color: #445780 !important;
}


/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
 /*  background-color: #4CAF50;*/
  background-color: #445780;

}
.circularLoader{
  font-size: 100% !important;
  text-align: center !important;
  width:281px !important;
  margin-right: 0% !important;
}

.mhc_text {
  width: 100%;
  margin-bottom: 30px;
  font-weight: bold;
  color: #445780;
  text-align: center;
}
.mhc_pct {
  box-sizing: border-box;
}
  .mhc_fullwidth_header .mhc-icon {
  display: inline-block;

  vertical-align: middle;
  color: #445780;
}
.mhc_fullwidth_header_titles{
  vertical-align: middle;
  color: #445780;
  text-align: center;
}
.rowquiz{
  margin-top:2%;
  text-align:center;
}
.rowquizfinish{
  margin-top:1rem;
  text-align:center;
}
.colquizfinish{
  text-align:center;
  margin-bottom:30%;
}
.finishspan{
  font-size: 34px;
}
.finishspant{
  font-size: 1.5rem;
}
.break{
  margin-top:10%;
  margin-bottom:5%;
}
.headerdivtitle{
 
  margin-bottom:1%;
}
.colquiz{
  margin-top:1%;
  margin-bottom:1%;
}
.answercol{
  margin-bottom:1%;
  text-align:center;
}
.colnav{
  margin-bottom:15%;
  text-align:center;
}
.spandone{
  padding-top:2%;
  font-size:21px;
  color: #445780;
}
.finishquiz{
  font-weight: normal;
  color:#666;
}
.quizgrp{
font-size: 24px; 
  font-weight: bold;
  color: #445780;
  padding-right: 2%;
  margin-right: 40%;
}
.breaknav{ 
  margin-top:0;
  margin-bottom:15%;
  text-align:center;
}

@media (min-width: 900px) {

  audio{
   /* width:820px;*/
  }
  
}
@media (max-width: 526px) {


.radio-group {
    border: solid 3px #F4E9E7;
    display: grid;
    margin: 1rem;
    border-radius: 10px;
    overflow: hidden;
}
.mhc_fullwidth_header_title{
  font-size: 3rem;
}
.mhc_fullwidth_header_subhead{
  font-size: 1rem;
  color: #666;

}
.circularLoader {
  font-size: 100% !important;
  text-align: center !important;
  width: 181px !important;
  margin-right: 28% !important;
}

.quizgrp {
  font-size: 24px;
  font-weight: bold;
  color: #445780;
  padding-right: 2%;
  margin-right: 25%;
}
}
@media (max-width: 767px) {

  .rowquiz{
    margin-top:6rem;
    text-align:center;
  }
  .headerdivtitle{
    margin-top:1rem;
    margin-bottom:5%;
    margin-right:10%;
  }
}
@media (max-width: 400px) {

  .rowquiz{
    margin-top:9rem;
    text-align:center;
  }
  .headerdivtitle{
    margin-top:1rem;
    margin-bottom:5%;
    margin-right:10%;
  }
}
  .app_btn{
        padding: 8px 40px;
        background-color: #15162e;
            border: 1px solid #15162e;
}

.app_btn:hover{
    color: #fff !important;
}
 .nextBtngrp.app_btn{
margin-top: 20px;
 }

 .fullviewer{
  width: 100% !important;
 }