@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');



* {

    /* -webkit-box-sizing: border-box; */

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

body {

    background: url(../image/quizbg.jpg);

    background-size: cover;

    height: 100%;

    overflow: auto;

   font-family: 'Poppins', sans-serif;

    font-size:16px;

    /*overflow:hidden; */

    margin:0;

    padding:0;

    

}

input{

    

     font-family: 'Open Sans', sans-serif;

 

}

.quizlinks h2 {
    text-align: center;
    margin-top: 65px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}


div#extImgCorner {
    display: none;
}

img#imageImgZoom {
    display: none;
}

.header {

    text-align: center;

    padding: 15px 0 30px 0;

}

.logo {
    
    padding: 10px 0;
   
}
.header h2 {
    padding: 8px 0;
    margin: 0;
}

.st-btn.st-last{
    display: none !important;
}

.resultpage h1{ text-align:center; color:#fff;}


.hide{display:none;}
#myTable {

    color: #fff;

}
iframe {
    width: 100%;
    border: none;
}

.anst {
    text-transform: capitalize;
}
.modal-body{ padding:2px;}

a.btn.btn-info.btn-lg {
    background: none;
    border: none;
    position: absolute;
    right: -130px;
    top: -36px;
    z-index: 123;
    padding: 8px;
    display:none;
}

.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active{ coursor:pointer;}

.table {

    width: 100%;

    max-width: 100%;

    margin-bottom: 20px;

    text-align:center;

    margin-left: 15px;

}



.table th{ background:#fff; color:#2f2f2f; padding: 5px 10px;}

.table tr{

    background: rgba(20,108,10,1);

background: -moz-linear-gradient(top, rgba(20,108,10,1) 0%, rgba(103,188,77,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20,108,10,1)), color-stop(100%, rgba(103,188,77,1)));

background: -webkit-linear-gradient(top, rgba(20,108,10,1) 0%, rgba(103,188,77,1) 100%);

background: -o-linear-gradient(top, rgba(20,108,10,1) 0%, rgba(103,188,77,1) 100%);

background: -ms-linear-gradient(top, rgba(20,108,10,1) 0%, rgba(103,188,77,1) 100%);

background: linear-gradient(to bottom, rgba(20,108,10,1) 0%, rgba(103,188,77,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146c0a', endColorstr='#67bc4d', GradientType=0 );

color:#fff; 

padding: 5px 10px;

    

}


.collagename {
    font-size: 28px;
    margin-top: 30px;
}


.active label {
    color: #000;
    z-index: 1234;
    position: relative;
}

.contentbox {

   background: url(../image/background-img1.png) top center no-repeat;

    padding-top: 190px;

    vertical-align: middle;
height:100%;
    height: 100vh;

    width: 100%;

    padding-bottom: 30px;

  

    

}
.quizthankyou {
    text-align: center;
}

.quizlinks .quizthankyou a {
    color: #fff;
    display: inline-block;
    font-size: 23px;
}

.boxcontent {

    margin-left: 43px;

}

.playbtn{display:none;}

.playbtn input {

    border: none;

    position: absolute;

    right: 0;

    top: -11px;

    background: url(../image/sound-bg.png);

    width: 50px;

    height: 50px;

    text-indent:5000px;

}


.courses {
    color: #fff;
    margin-top: 11px;
    font-size:20px;
}

.courses h2 {
    padding: 10px 0px;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
}

.courses p {
    padding: 10px 0px;
    margin: 0;
    font-size: 18px;
 
}



.winner-img-continer img {
    max-width: 240px;
    margin-bottom: 13px;
}

.leftimg {

    position: absolute;

    left: 50px;

    margin-top:-330px;

    animation: MoveUpDown 2s linear infinite;

}



.rightimg {

    position: absolute;

    right:50px;

    margin-top:-330px;

    animation: MoveUpDown 2s linear infinite;

}



.formboxes {

    width: 700px;

    margin: 0 auto;

    position:relative;

  

}



.formboxes a.homebtn{

        display: inline-block;

    margin-top: 40px;

    text-decoration:none;

    color:#fff;

    text-transform: uppercase;

    font-size: 24px;

    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

  

    padding:10px 40px;

    background: rgba(172,6,0,1);

background: -moz-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172,6,0,1)), color-stop(100%, rgba(232,139,0,1)));

background: -webkit-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: -o-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: -ms-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: linear-gradient(to bottom, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0600', endColorstr='#e88b00', GradientType=0 );

}



.formboxes a.homebtn:hover{

    background: rgba(232,139,0,1);

background: -moz-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,139,0,1)), color-stop(100%, rgba(172,6,0,1)));

background: -webkit-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: -o-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: -ms-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: linear-gradient(to bottom, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88b00', endColorstr='#ac0600', GradientType=0 );

    

}


.winner-img-continer {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 2px;
}
.social-link{ 
    text-align:center;
    
}

.quizlinks .social-link a {
    background: none;
    display: inline-block;
    width: auto;
    color:#fff;
    margin-top:0px;
}

.quizlinks .social-link a:hover{ background:none;}
.formboxes h3 {

    font-size: 35px;

    font-family: 'Open Sans', sans-serif;

    color:#ffff;

    font-weight:700;

    

    text-align:center;

}



.catchline {

    margin-top: 30px;

}





.formbox {

    padding: 0 0 20px 36px;

    width: 500px;

    margin: 0 auto;

}



.sbtn {

    text-align: center;

}



.formbox input {

    width: 100%;

    padding: 10px 20px;

    border-radius: 5px;

    border: 1px solid #951828;

    background: url(../image/input-bg.png) repeat-x;

     background:#110120;

    height:55px;

    font-size: 14px;

  

   color:#fff;

    

}



.reviewpage form {

    text-align: center;
    margin-left:31px;

}

.reviewpage form .tans{ margin:20px 10px; width:46%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size:20px;
    color:#fff;
    background: rgba(119,175,15,1);
background: -moz-linear-gradient(top, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,175,15,1)), color-stop(51%, rgba(126,188,10,1)), color-stop(100%, rgba(177,219,100,1)));
background: -webkit-linear-gradient(top, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%);
background: -o-linear-gradient(top, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%);
background: -ms-linear-gradient(top, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%);
background: linear-gradient(to bottom, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77af0f', endColorstr='#b1db64', GradientType=0 );
padding:10px;
    
}

.blink_text {



    animation:1s blinker linear infinite;

    -webkit-animation:1s blinker linear infinite;

    -moz-animation:1s blinker linear infinite;



     color: red;

    }



    @-moz-keyframes blinker {  

     0% { opacity: 1.0; }

     50% { opacity: 0.0; }

     100% { opacity: 1.0; }

     }



    @-webkit-keyframes blinker {  

     0% { opacity: 1.0; }

     50% { opacity: 0.0; }

     100% { opacity: 1.0; }

     }



    @keyframes blinker {  

     0% { opacity: 1.0; }

     50% { opacity: 0.0; }

     100% { opacity: 1.0; }

     }



.formbox input.subbtn {

     font-family: 'Oswald', sans-serif;

   margin-top:10px;

    display: inline-block;

   Width:auto;

    text-decoration:none;

    color:#fff;

    text-transform: uppercase;

    font-size: 24px;

    cursor:pointer;

    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

   height:auto;

    padding:10px 40px;

    background: rgba(172,6,0,1);

background: -moz-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172,6,0,1)), color-stop(100%, rgba(232,139,0,1)));

background: -webkit-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: -o-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: -ms-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: linear-gradient(to bottom, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0600', endColorstr='#e88b00', GradientType=0 );

}



.formbox input.subbtn:hover{

     background: rgba(232,139,0,1);

background: -moz-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,139,0,1)), color-stop(100%, rgba(172,6,0,1)));

background: -webkit-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: -o-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: -ms-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: linear-gradient(to bottom, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88b00', endColorstr='#ac0600', GradientType=0 );

    

}





.contentpart {

    position: absolute;

    width: 100%;

    height: 100vh;

    left: 0;

	top:0;

	z-index:12;

}



.frame {

    position: absolute;

    left: 48px;

    margin-top: -50px;

	animation: MoveUpDown 2s linear infinite;

	

}







.quizlinks a {

    background: url(../image/bollywood-bg.png) no-repeat;

    display: block;

    margin-top: 60px;

    width: 294px;

    padding: 17px 10px;

    text-decoration: none;

   

}





.quizlinks a:hover{

   background: url(../image/bollywood-bghover.png) no-repeat;

    

}



.quizlinks a span {

    font-size: 24px;

    color: #fff;

    letter-spacing: 2px;

    text-transform: uppercase;

    font-weight:700;

}

.quizlinks a span.bollywood{

   

    background: -webkit-linear-gradient(#ff871a, #ffd778);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  

    

}



span.question {

    background: -webkit-linear-gradient(#ff871a, #ffd778);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

    border-radius: 10px;

    padding: 10px 20px;

    display: block;

    font-size: 24px;

    margin:0px 0;

    text-transform: uppercase;

     font-family: 'Open Sans', sans-serif;

     text-align:center;

     font-weight:700;

   

}



form.formquiz {

    width: 632px;

    margin: 0 auto;

}

label.main {
    z-index: 100;
    position: relative;
    color: #000;
}
    


.style8 {
display: inline-block;
text-align: left;
margin: 20px 0px;
font-size: 14px;
text-transform: uppercase;
color:#fff;
width:50%;
position:relative;
}

.reviewpage form .style8{
    display: inline-block;
    width: 46%;
    text-align: left;
    margin: 20px 10px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

tr.tans {

    color: #fff;

}



.btncen {

    text-align: center;

}



.quizlinks .review a {

    display: inline-block;

    color: #fff;

padding-top: 8px;

}

.startagain{ text-align:center; color:#fff; font-size: 24px;}

input.answ {

    width: 40px;

    height: 40px;

    vertical-align: middle;

    margin-right: 15px;

    background: rgba(254,212,3,1);

    background: -moz-linear-gradient(top, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,212,3,1)), color-stop(100%, rgba(232,168,72,1)));

    background: -webkit-linear-gradient(top, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    background: -o-linear-gradient(top, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    background: -ms-linear-gradient(top, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    background: linear-gradient(to bottom, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed403', endColorstr='#e8a848', GradientType=0 );

}



.style8 div {

   background: rgba(48,0,102,1);

background: -moz-linear-gradient(top, rgba(48,0,102,1) 0%, rgba(177,0,204,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,0,102,1)), color-stop(100%, rgba(177,0,204,1)));

background: -webkit-linear-gradient(top, rgba(48,0,102,1) 0%, rgba(177,0,204,1) 100%);

background: -o-linear-gradient(top, rgba(48,0,102,1) 0%, rgba(177,0,204,1) 100%);

background: -ms-linear-gradient(top, rgba(48,0,102,1) 0%, rgba(177,0,204,1) 100%);

background: linear-gradient(to bottom, rgba(48,0,102,1) 0%, rgba(177,0,204,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#300066', endColorstr='#b100cc', GradientType=0 );

color:#fff;

    display: block;

    margin: 0 24px;

    padding: 10px;

    border-radius: 10px;

}

 input[type='radio']:after {


        border-radius: 10px;
width:100%;
        top: -1px;

        left: -1px;

        position: absolute;

        background: transparent;

        content: '';

        display: inline-block;

        visibility: visible;

       height:54px;

        cursor:pointer;

       

    }



    input[type='radio']:checked:after {

      width:100%;
 height:100%;
      

        border-radius: 10px;

        top:0px;

        left: 0px;

        position: absolute;

       background: rgba(254,212,3,1);

    background: -moz-linear-gradient(top, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,212,3,1)), color-stop(100%, rgba(232,168,72,1)));

    background: -webkit-linear-gradient(top, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    background: -o-linear-gradient(top, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    background: -ms-linear-gradient(top, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    background: linear-gradient(to bottom, rgba(254,212,3,1) 0%, rgba(232,168,72,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed403', endColorstr='#e8a848', GradientType=0 );

        content: '';

        display: inline-block;

        visibility: visible;

        border: 2px solid #e09410;

    }

    

.style8 input[type="radio"] {

    background: red !important;

     vertical-align: middle;

    margin-right: 11px;

}





input.questbtn,.actions ul li a{

      font-family: 'Oswald', sans-serif!important;

   margin-top:10px!important;

    display: inline-block!important;

   Width:auto!important;

    text-decoration:none!important;

    color:#fff!important;

    text-transform: uppercase!important;

    font-size: 24px!important;

    cursor:pointer!important;

    border-radius: 10px!important;

    -moz-border-radius: 10px!important;

    -webkit-border-radius: 10px!important;

   height:auto!important;

    padding:10px 40px!important;

    background: rgba(172,6,0,1)!important;

background: -moz-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172,6,0,1)), color-stop(100%, rgba(232,139,0,1)))!important;

background: -webkit-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

background: -o-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

background: -ms-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

background: linear-gradient(to bottom, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0600', endColorstr='#e88b00', GradientType=0 )!important;

border:none!important;

}



input.questbtn:hover,.actions ul li a:hover{

    background: rgba(232,139,0,1)!important;

background: -moz-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%)!important;

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,139,0,1)), color-stop(100%, rgba(172,6,0,1)))!important;

background: -webkit-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%)!important;

background: -o-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%)!important;

background: -ms-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%)!important;

background: linear-gradient(to bottom, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%)!important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88b00', endColorstr='#ac0600', GradientType=0 )!important;

}



input.result{

     font-family: 'Oswald', sans-serif;

   margin-top:10px;

    display: inline-block;

   Width:auto;

    text-decoration:none;

    color:#fff;

    text-transform: uppercase;

    font-size: 24px;

    cursor:pointer;

    border-radius: 10px;

    -moz-border-radius: 10px;

    -webkit-border-radius: 10px;

   height:auto;

    padding:10px 40px;

    background: rgba(172,6,0,1);

background: -moz-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172,6,0,1)), color-stop(100%, rgba(232,139,0,1)));

background: -webkit-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: -o-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: -ms-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

background: linear-gradient(to bottom, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0600', endColorstr='#e88b00', GradientType=0 );

border:none;

}



input.result:hover{

   background: rgba(232,139,0,1);

background: -moz-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,139,0,1)), color-stop(100%, rgba(172,6,0,1)));

background: -webkit-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: -o-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: -ms-linear-gradient(top, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

background: linear-gradient(to bottom, rgba(232,139,0,1) 0%, rgba(172,6,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88b00', endColorstr='#ac0600', GradientType=0 ); 

}



.timercontainer {

    position: absolute;

    bottom: 0;

    right: 0;

}



h1.head1 {

    text-align: center;

    color: #fff;

}



tr.tot {

    color: #fff;

}



tr.tot {

    color: #fff;

}



tr.fans {

    color: #fff;

}



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

  *. v53

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

.marshall-newsletter-center-wrap {

  width: 100%;

  max-width: 440px;

  margin: 0 auto;

  background-color: #fff;

  z-index: 9999;

  position: relative;

  padding: 10px 0 35px;

}

.marshall-newsletter-center-wrap.morph-content {

  pointer-events: auto;

}

.mrs_canvas {

  height: 100%;

  position: absolute;

  width: 100%;

  top: 0;

  left: 0;

}

body.mrs-v53 h1 {

  font-size: 3em;

  line-height: 1.3;

  font-weight: 700;

}

.mrs_particles_canvas canvas {

  position: absolute;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

body.mrs-v53 .mrs_canvas {

    width: 50%;

    overflow: hidden;

}

.marshall-animate-content.mrs-content-appear {

  z-index: 5;

}



#particles-js {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

}

.formcont {

    z-index: 123;

    position: relative;

}



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

  *. v53 end

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



@keyframes MoveUpDown {

0%, 100% {

top:0

}

50% {

top:8px

}

}





.framebtn {

    position: absolute;

    bottom: 60px;

    left: 365px;

	

}

 .logo img {
   width:100%;
    
}  


.frames1 {

    position: absolute;

    margin-top: -351px;

    right: 85px;

	animation: MoveUpDown 2s linear infinite;

}



@keyframes MoveUpDown {

0%, 100% {

top:0

}

50% {

top:8px

}

}



.framebtn1 {

    position: absolute;

    top: 355px;

    right: 403px;

}





#particles-js {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

}



.reviewbtn {
    text-align: center;
    display:none;
}


.reviewbtn a {
    text-decoration:none;
    margin:0 10px;
    background: rgba(172,6,0,1)!important;

background: -moz-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(172,6,0,1)), color-stop(100%, rgba(232,139,0,1)))!important;

background: -webkit-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

background: -o-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

background: -ms-linear-gradient(top, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

background: linear-gradient(to bottom, rgba(172,6,0,1) 0%, rgba(232,139,0,1) 100%)!important;

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac0600', endColorstr='#e88b00', GradientType=0 )!important;
    width: auto;
    display: inline-block;
    margin-top: 10px;
    color:#fff;
    border-radius:10px;
    -moz-border-radius:10px;
    -webit-border-radius:10px;
    padding:10px 20px;
}




@media (max-height:768px) {

    .contentbox {
     background: url(../image/background-imgheight768.png) top center no-repeat;
    padding-top: 151px;
    }

 .logo img {
    max-height: 170px;
    
}  

.formboxes h3 {
    font-size: 28px;
}
.formbox input {
    padding: 10px 20px;
    height: auto;
}
.formboxes {
    width: 550px;
}
.catchline img {
    width: 100%;
}
span.question {
    padding: 0;
    font-size: 18px;
        margin: 0;
}
body .wizard > .content {
    min-height: 22em!important;
}
.style8 div {
    margin: 0 6px;
    position:relative;
}

.winner-img-continer h2 {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

}



/*  manoj CSS Do not delete*/



.steps.clearfix,.actions ul li:first-child,#quiz-div .step-title,#quiz-div .title.current{

    display: none!important;

}

.reviewpage .actions ul li:first-child,
.reviewpage #quiz-div .title.current{

    display: block!important;

}
.actions ul
{
    list-style: none!important;
}
.actions ul li
{
    text-align: center!important;
}
.wizard > .content > .body {
    width: 100%!important;
    height: auto!important;
    padding: 0!important;
}
.wizard > .content
{
    background: transparent!important;
}
.wizard > .content > .body input {
    display: unset!important;
    border: none!important;
    width:0;
}
.wizard > .content {
    min-height: 22em!important;
 }
 .wizard > .actions {
    text-align: center!important;
 }
 


 @media (max-width:767px) {
.courses p span{ display:block;}
 .contentbox {
  background: url(../image/background-img767.png) top center no-repeat;
  background-size:100%;
 }
 
.formboxes {
    background: url(../image/form-linkbg.jpg) top center no-repeat;
    border: 7px solid #931c27;
    border-radius: 21px;
}
  
    
.contentbox {
      padding-top: 76px;
}

.logo img {
    max-width: 308px;
}
.catchline {
    display: none;
}




.formboxes a.homebtn {
    margin-top: 20px;
    font-size: 18px;
    width:auto;
    padding: 6px 15px;
}


.formbox {
    width: 80%;
}

.boxcontent {
    margin-left: 10px;
}
.formboxes h3 {
    font-size: 20px;
}

.formbox {
    width: 80%;
    margin-left: 17px;
}
.formbox input.subbtn {
   
    font-size: 18px;
    margin-top: 0;
    display: inline-block;
}
.quizlinks a {
    width: 200px;
    background-size: 100%;
    font-size: 17px;
     margin-top: 20px;
}

.quizlinks a span.bollywood {
    font-size: 13px;
   margin-top: 20px;
   line-height: 11px;
}
.quizlinks a:hover {
   
    background-size: 100%;
}
div#clock_timer {
     width:auto;
     margin-left:10px;
}
.wizard > .content > .body {
    width: 100% !important;
    margin-left: 0px;
}
span.question {
    font-size: 14px;
}
.style8 {
    display: block;
    width: auto;
    
}

.style8 div {
    padding: 5px;
    font-size: 12px;
    vertical-align: middle;
}

input[type='radio']:after{
    
}
.style8 input[type="radio"] {
   
}
.style8{ margin:15px 0;}
input.questbtn, .actions ul li a {
    margin-top: -10px !important;
    font-size: 14px !important;
    padding: 10px 15px !important;
}
input[type='radio']:checked:after{
   
    height:100%;
}
.formboxes {
    width: 90%;
    padding-bottom:25px;
    padding-top:10px;
}
a.btn.btn-info.btn-lg {
    right: 15px;
    background: #931c27;
    display:none;
    width: auto;
    padding: 3px 5px;
}
}

 @media (max-width:767px) {
     
     .quizlinks h1 {
    margin-top: 10px !important;
    font-size: 20px;
}

 .quizlinks .quizthankyou a {
    font-size: 17px;
    margin-top: 7px;
    line-height: 12px;
}
 }
 @media (max-width:480px) {
.style8.user_ans, .reviewpage .style8 {
    margin: 5px 0;
    padding: 5px 0 !important;
}
input.questbtn, .actions ul li a {
    margin-top: 0 !important;
    padding: 8px 10px !important;
}


     
 }
 
 
 @media (max-width:320px) {

.collagename {
    font-size: 25px;
    margin-top: 17px;
}
 
  div#clock_timer {
    margin-left: 28px;
    width: auto;
}   
      .contentbox {
  
      padding-top: 60px;
    width:100%
}

h1.head1 {
    font-size: 25px;
}

 body {
    overflow:scroll;
}
.wizard > .content > .body {
    width: auto !important;
    margin-left: 0;
}



 }

.text-center
{
    text-align: center!important;
}
.ajax-res-table.table
{
    margin-left: 0px;
}

.loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 58,0,110, .6 ) 
                url('../image/loader.gif') 
                50% 50% 
                no-repeat;
}
.reviewpage .style8
{
    text-align: center;
}
.reviewpage .correct_ans
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size:20px;
    color:#fff;
    background: rgba(119,175,15,1)!important;
    background: -moz-linear-gradient(top, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%)!important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(119,175,15,1)), color-stop(51%, rgba(126,188,10,1)), color-stop(100%, rgba(177,219,100,1)))!important;
    background: -webkit-linear-gradient(top, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%)!important;
    background: -o-linear-gradient(top, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%)!important;
    background: -ms-linear-gradient(top, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%)!important;
    background: linear-gradient(to bottom, rgba(119,175,15,1) 0%, rgba(126,188,10,1) 51%, rgba(177,219,100,1) 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77af0f', endColorstr='#b1db64', GradientType=0 )!important;
    padding:10px;    
}
.reviewpage .user_ans
{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size:20px;
    color:#fff;
    background: rgba(211,25,28,1);
background: -moz-linear-gradient(top, rgba(211,25,28,1) 0%, rgba(255,89,92,1) 51%, rgba(211,25,28,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(211,25,28,1)), color-stop(51%, rgba(255,89,92,1)), color-stop(100%, rgba(211,25,28,1)));
background: -webkit-linear-gradient(top, rgba(211,25,28,1) 0%, rgba(255,89,92,1) 51%, rgba(211,25,28,1) 100%);
background: -o-linear-gradient(top, rgba(211,25,28,1) 0%, rgba(255,89,92,1) 51%, rgba(211,25,28,1) 100%);
background: -ms-linear-gradient(top, rgba(211,25,28,1) 0%, rgba(255,89,92,1) 51%, rgba(211,25,28,1) 100%);
background: linear-gradient(to bottom, rgba(211,25,28,1) 0%, rgba(255,89,92,1) 51%, rgba(211,25,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D3191C', endColorstr='#FF595C', GradientType=0 );
padding:10px;    
}
.wizard > .content > .body label.error {
    float: right!important;
    color: #ffffff!important;
    margin-left: 17px!important;
    background: #B11100;
}

input.required.error {
    float: left!important;
}
.wizard > .content > .body input.error {
    float: left!important;
}
