.content-wrapper
{
    background-color: white;
    padding:20px;
}
.login-form__btn.submit
{
    background-color: #4CBB17;
    border-color: #4CBB17;
}
.login-form__btn.submit:hover
{
    background-color: #43A414;
    border-color: #43A414;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: black;
    text-transform: uppercase;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #333;
    background: grey;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    padding-left:0px;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #4CBB17;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #4CBB17;
    color: white;
    padding-left: 0px;
}

a{
    color: #4CBB17;
}

a:hover
{
    color:#43A414;
}

footer
{
    background-color: white;
}

.login_form
{
    border: solid 1px #cccccc;
    padding: 3%;
    border-radius: 10px;
}


/*Header Menu Starts*/
.nav-item
{
    background-color:#43A414;
    padding: 5px 5px 0 5px;
    border-radius: 5px;
    margin:5px 5px 0 5px;;
}
.nav-item a{
    color:white !important;
}
.nav-link
{
    /*color:white !important;*/
    color:#000000 !important;
    font-size: 1.2em;
}
.nav-link:hover
{
    /*color:white !important;*/
    color:#4CBB17 !important;
    font-size: 1.2em;
}
.force_center
{
    margin: 0 auto;
}
.kill-p-b
{
    padding-bottom: 0;
}
.active
{
    color:#4CBB17 !important;
}
/*Header Menu Ends*/

.content
{
    font-size: 17px;
    padding: 20px;
}

.min_height
{
    min-height: 625px;
}


/*Quiz Css*/

.exam_hall
{
    padding:20px;
    border-radius: 10px;
    background: #222222;
}
.center-block{
    width: 100%;
}
.loanParamsLoader {
    top: 143px;
    margin: auto;
    position: absolute;
    right: 17%;
    width: 135%;
}
.question{
    background: #4CBB17;
    padding: 20px;
    color: #fff;
    border-bottom-right-radius: 55px;
    border-top-left-radius: 55px;
}

#qid{
    margin-right: 22px;
    background-color: #ffffff;
    color: #aaaaaa;
}
.container ul{
    list-style: none;
    margin: 0;
    padding: 0;
}


#quiz > ul li{
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #111111;
}

#quiz > ul li input[type=radio]{
    position: absolute;
    visibility: hidden;
}

#quiz > ul li label{
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 25px 25px 25px 80px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

#quiz > ul li:hover label{
    color: #FFFFFF;
}

#quiz > ul li .check{
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    top: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

#quiz > ul li:hover .check {
    border: 5px solid #FFFFFF;
}

#quiz > ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
    border: 5px solid #00FF00;
}

input[type=radio]:checked ~ .check::before{
    background: #00FF00;/*attr('data-background');*/
}

input[type=radio]:checked ~ label{
    color: #00FF00;
}

#result-of-question th{
    text-align: center;
    background: #4CBB17;
    color: #fff;
    padding: 18px;
    font-size: 18px;
    border: none;
}
#result-of-question  td{
    text-align: center;
    color: #222;
    background-color: #fff;
    padding: 18px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #4CBB17;
}

#totalCorrect{
    color: #fff;
    background: #4CBB17;
    padding: 22px 20px;
    border-radius: 1px;
    font-stretch: expanded;
    font-size: 28px;
    font-weight: bold;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
#alert{
    /* Position fixed */
    position:fixed;
    /* Center it! */
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}
/*----------riple bubble-----------------*/
ul {
    margin: 0 auto;
}
/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.ink {
    display: inline;
    position: absolute;
    background: #4CBB17;
    border-radius: 100%;
    transform: scale(0);
}
/*animation effect*/
.ink.animate {animation: ripple 0.65s linear;}
@keyframes ripple {
    /*scale the element to 250% to safely cover the entire link and fade it out*/
    100% {opacity: 0; transform: scale(2.5);}
}


marquee {
    /* background-image: linear-gradient( 135deg, #F05F57 10%, #360940 100%); */
    background-color: white;
    /* border: 5px solid #EEFF41; */
    width: 100%;
    /* padding: 17px 26px; */
    /* border-radius: 30px; */
    color: black;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
    /* height: 30px; */
    padding: 8px;
}


.marquee_btn
{
    width: 100%;
    height: 65px;
    border-radius: 30px;
    color: white;
    font-size: 22px;
    padding: 20px;
    font-weight: bold;
    margin-left: 20%;
}

.marquee_ctn
{
    background-image: linear-gradient(#4CBB17,#43A414);
    /*height: 57px;*/
    border-radius: 10px;
}

.instructions li
{
    list-style-type: disc;
}