.question-bottom{
    background: #e9e9e9de;
    text-align: center;
    padding: 10px;
}
.back-to-home{
    background: #007bff;
    color: #fff;
    padding: 7px 16px 9px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;  
}
.instruction ul li{
    line-height:40px;
}
#feedback-form{
    margin-top:-112px;
}
.question-bottom button {
    margin: 0px 6px 0px 6px;
}
.question-buttons{
    margin-top: 15px;
}
.pagination-box{
    margin-top:20px;
}
.tquestion{
    background: #28a745;
    color: #fff;
    font-size: 19px;
    padding: 10px;
}
.mainquesbox h2{
 font-size:25px;
}
.pagination-box a{
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    margin: 3px 3px 3px 3px; 
    text-decoration: none;
}
.success-box{
    width:100wh;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
}
.btn-round{
    width: 35px;
    height: 35px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 9px;
    margin-left: 9px;
}
.not-seen{
    background:#d1d1d1 !important;
}
.btn-round{
    background:#d1d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.not-answered{
    background:orange;
    color:#fff !important;
}
.answered{
    background:green;
    color:#fff !important;
}
.review{
    background:blue;
    color:#fff !important;
}
.answer-marked{
    background:purple; 
    color:#fff !important;
}
#timer{
    background: #5f5b5b;
    color: white;
    font-weight: bold;
    padding: 1px 10px 3px 8px;
    border-radius: 30px;
}
#info-box{
    background-image:url('../images/pagebackground.jpg');
    background-size:cover;
    position: relative;
}
.info-overlay{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#d3d3d3c7;
}
.info-list li{
    line-height:30px;
}
.list-color{
    color: #155724;
    font-weight: bold;
}
.logo-img{
    width: 180px;
}
.sfont{
    font-size:40px;
}
.alertmsg{
    color: red;
    text-align: center;
    display: block;
    font-size: 20px;
    margin-bottom: 12px;
}
.topbar{
    min-height: 32px;
    background: #28a745; 
    text-align: right;
    padding-right: 80px;
}
.topbar ul li{
    list-style:none;
    display:inline-block;
}
.topbar ul li a{
    color:#fff;
    font-size: 18px;
    padding: 12px;
}
.topbar i{
    color:#fff;
}
.home-form{
    background: #fff;
    padding: 20px;    
}

#select-course{
    background: #f1f1f1;
    height: 500px;
    background-image:url('../images/homepageimg.jpg');
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size:cover;
}
.course-overlay{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100%;
    background: #2f2b2be6;
}
.credit-section{
     background: #03240a;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.myheader h1{
  font-size: 37px;
  color: #0db5cf;
  padding: 15px 0px
}
#login-form{
    display:none;
}
.loginh2{
      color: white;
    font-family: sans-serif;
    position: absolute;
    top: 22%;
    left: 34%;
    text-shadow: 2px 2px #FF5722;  
-webkit-transition: all 0.7s ease;
    transition: all 0.8s ease;
}

#thanks{
      background-image: url(../images/thankyou.jpg);
    min-height: 625px;
    background-size: 100%;  
}

#login{
      background-image: url(../images/login.jpg);
    min-height:100vh;
    background-size: 100%;  
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.71);
    display: flex;
    justify-content: center;
    align-items: center;
}
#examdashboard{
       background-image: url(../images/login.jpg);
    min-height: 625px;
    background-size: 100%;  
    background-attachment:fixed;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.42);
    position:relative;
}

form{
margin-top:6%;    
}
#register-form{
 border-radius: 25px;   
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #4b4949;
}
#login .bg-primary {
    background-color: #007bff!important;
    margin-top: -22px;
    color: white;
    text-align: center;
    word-spacing: 5px;
    padding: 8px;
    font-size: 30px;
    border-radius: 0px 0px 36px 36px;
    font-family: 'Lusitana', serif;
}

.cmargin{
margin-top:1%;
border-radius:0px;
}
.cmargin .btn{
border-radius:0px;    
}

.label-danger{
color:red;
}

#part2,#part3,#part4,#part5,#part6,#part7,#part8,#part9,#part10{
display:none;
}

.pagination a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    padding: 16px;
    background: #ececec;
    border: 1px solid white;
    font-size: 20px;
}
#p1{
background-color:blue;
color:white;
}

.pagination{
	margin-top:4%;
	 margin-left: 29%;
}
 #submit_btn{
        margin-left:38%;
    font-size: 20px;
    padding: 3px;
    display:none;
}
/*selection page css */
.customh1{
	font-size:25px;
	margin:20px;
	text-align:center;
}

body::-webkit-scrollbar {
    width: 1em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #28a745;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #28a745;
  outline: 1px solid slategrey;
}

/*selection page css end here */


/* english question page */

.engquiz ul li{
   line-height: 40px;
    text-indent: 3%;
}

.engchild{
font-weight:bold;
}

.engrank{
	 font-weight: bold;
    padding: 10px;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 29px;
    padding-top: 10px;
}

.engquiz{
background: #e5e5e540;
    padding: 10px;
    border-radius: 7px;
    }
   

.quizheader{
    background: linear-gradient(to right, #28a745 0%, #28a745 100%);
    padding: 10px;
    margin: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    right: 0;
   top:0;
    left:0;
 	right:0;
 	text-align: center;
    padding-left: 0;
    padding-right: 50px;
}
.quizheader{
	color:white;
}

.table-responsive>.table-bordered{
  width:100%;  
}
/* english question page end here */

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
   
}

@media(min-width:320px) and (max-width:480px)
{
    #login .bg-primary {
    background-color: #007bff !important;
    margin-top: -7.2%;
    color: white;
    text-align: center;
    margin-bottom: -40px;
    word-spacing: 5px;
    padding: 8px;
    font-size: 21px;
    border-radius: 0px 0px 36px 36px;
    font-family: 'Lusitana', serif;
}
.mobile-container{
        display: flex;
    justify-content: center;
    align-items: center;
}
#select-course {
    height: 425px;
}
.mobile-container img{
    padding: 8px;
    width: 221px;
}
.credit-section a{
    text-align:center;
    padding:10px;
    line-height:30px;
}
.quizheader {
    background: linear-gradient(to right, rgb(255, 14, 96) 0%, #E91E63 100%);
    padding: 10px;
    margin: 0;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    left: 0%;
    width:100%;

}
.quizheadertitle{
 font-size: 18px;
text-align: center;   
}

html,body{
width:100%;    
overflow-x:hidden;    
}

form {
    margin-top: 27%;
}

form {
    margin-top: 27%;
}
.pagination a {
    color: #007bff;
    text-decoration: none;
    padding: 6px;
    background: #ececec;
    background-color: rgb(236, 236, 236);
    cursor: pointer;
    display: inline-flex;
    font-family: monospace;
    height: 45px;    
    font-size: 16px;
    align-items: center;
    border-radius: 4px;
    box-shadow: rgb(45 35 66 / 40%) 0px 2px 4px, rgb(45 35 66 / 30%) 0px 7px 13px -3px, rgb(214 214 231) 0px -3px 0px inset;
    box-sizing: border-box;
}
.pagination {
    margin-top: 4%;
    margin-left: 0%;
}

#submit_btn {
    margin-left: 0%;
    font-size: 20px;
    padding: 3px;
    display: none;
}

}

