body, html {
  height: 100%;
  margin: 0;
}

.bg {
  /* The image used */
  background-image: url("background.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_noimg {
 background-image: url("background.jpg");
 background-color:#660066;
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topdivbg_home {
background-image: url("yellow_strip_1.jpg");
  height: 8%; 
  width:100%;
  position:fixed;
top:0;
left:0;
text-align: center;
}

.topdivbg {
background-image: url("yellow_strip.jpg");
  height: 8%; 
  width:40%;
  position:fixed;
top:0;
left:0;
text-align: center;
}

 
.topdivbg_full {
background-image: url("yellow_strip_1.jpg");
  height: 8%; 
  width:100%;
  position:fixed;
top:0;
left:0;
text-align: left;
 background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

 
.bottondivbg
{
background-image: url("yellow_strip.jpg");
  height: 8%; 
  width:40%;
  position:fixed;
bottom:0;
right:0;

text-align: center;
}


.middledivbg
{
 background-image: url("middle_strip.jpg");

 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: 60%; 
  position:fixed;
top:30%;
left:0;

}

.middledivbg_home
{
 background-image: url("middle_strip.jpg");

 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: 80%; 
  position:fixed;
top:30%;
left:0;

}

.middledivbg_noimg_heading
{
 
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  
  position:fixed;
top:20%;
left:3%;

}


.middledivbg_noimg
{
 
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  
  position:fixed;
top:30%;
left:3%;

}

.middledivbg_noimg1
{
 
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  
  position:fixed;
top:30%;
left:0;

}

.middlediv_mcq
{
 background-image: url("middle_strip_new.jpg");
 background-position: center;
  background-repeat: repeat;
  background-size: cover;
 color:#ffffff;
}

.boxdivbg_full
{
 background-image: url("innerbox.jpg");
 
  background-repeat:repeat;
  background-size: cover;
  width:95%;
   
   left:5%;
border-top-right-radius: 10px;
vertical-align: middle;
 text-align: center;
 height:100%; text-align: center; padding: 2px;
 
}


.boxdivbg
{
 background-image: url("innerbox.jpg");
 
  background-repeat:repeat;
  background-size: cover;
  width:35%;
   
   left:5%;
border-top-right-radius: 10px;
vertical-align: middle;
 text-align: center;
}
.boxdivbg_noimg
{
 
  background-repeat:repeat;
  background-size: cover;
  width:35%;
   
   left:15%;
border-top-right-radius: 10px;

}

.subjectdiv {
 background-image: url("innerbox.jpg");
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:35%;
  height: 10%; 
  position:fixed;
top:22%;
left:0;
text-align: center;
border-top-right-radius: 10px;
}

.subjectdiv_full_heading {
 background-image: url("innerbox.jpg");
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:70%;
  height: 10%; 
  position:fixed;
top:22%;
left:0;
text-align: center;
border-top-right-radius: 10px;
}


.subjectdiv_full {
 background-image: url("innerbox.jpg");
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:70%;
  height: 10%; 
  position:fixed;
top:22%;
left:0;
text-align: center;
border-top-right-radius: 10px;
}

li::marker {
  color: #FF5733;
}
a
{
text-decoration:none;
color:#ffffff
}

.qtnround
{

	font-size: 20px;
}
.qtnbtn
{
background-image: url("innerbox.jpg");
backgroudn-color:#FF5733;
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 border-radius: 8px;
 font-size: 20px;
color:#000000;
}

.startbtn
{
background-color: #f44336;
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 border-radius: 8px;
 font-size: 15px;
color:#ffffff;
}

.yesbtn
{
background: url("yesbtn.jpg");
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 border-radius: 8px;
 font-size: 20px;
color:#ffffff;
}

.nobtn
{
background: url("nobtn.jpg");
 background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 border-radius: 8px;
 font-size: 20px;
color:#ffffff;
}