*{margin: 0;

}

a,li,ul,a:hover{
    text-decoration: none;
}
.disableSelect{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.wrapper{
    height: auto;
    width: 100%;
 //   background:#c1c1c1;
}
.header{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #EAEAEA; 
	background: #002F56;
}
textarea{
    resize: vertical;
}
.wrap{
    width:90%;
    height:100%;
 //   border:1px solid blue;
    margin: 0 auto;
    clear:both;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.clearFix{
    clear: both;
}
/*header*/
.logo{
    height:70px;
    width:230px;
//    border: 1px solid #fff;
	padding:1px;
    float:left;
	background: url('../images/logo.png') no-repeat;
	background-size: cover;
	text-indent: -350000em;
}
.menu{
    height: auto;
    width: 60%;
    padding: 1px;
 //   background: green;
    float: right;
    margin-top: 2%;
    text-align: right;
}
.menu ul > li{
    display: inline-block;
    list-style: none;
    position: relative;
}
.menu ul > li a{
    padding: 10px;
    margin-right:10px;
	color: #fff;
}
.menu ul > li a:hover{
	color: #EB0028;
}
.mainBody{
    min-height: 60vh;
    width: 100%;   
    padding:5% 0 5% 0; 
    background: #F7F8F8;
 }
 .footer {
    background: #002F56;
    height: 3vh;
    padding: 2% 0 0 2%;
}
.addBG1{
    background:url("../images/loginFormBackground.jpeg") fixed no-repeat;
   background-size: cover;
    opacity: 1;
}
.signUpBox{
    height:auto;
    width:auto;
    max-width: 70vw;
    min-width: 50vw;
  //  background: #FBFF02;
   // border: 3px solid #FBFF02;
    margin:0 auto;
    padding:1%;
    transition: 1s;
   // display: block;
    transition: 2s;
    position: relative;
}
.transperent{
    background: none;
    border: 2px solid #06EA8B;
    transition: 1s;
    color: #06EA8B;
    position: relative;
   // width: 300px;
}
.transperent:focus{
    background: none;
    border: 2px solid #FBFF02;
    transition: .5s;
    color: #FBFF02;
    box-shadow:  0px 0px 5px 2px rgba(251, 255, 2, 0.52);
}
.signUpHeading{
    color: #fff;
    font-size: 38px;
  
}
.signUpHeading > span{
    color: #FBFF02;
}
.signUpForm > table td  input,
.signUpForm > table td  textarea
{
    font-size:16px;
    margin-top: 5%;
    font-family: cursive;
    padding: 3% 5% 3% 5%;
    color: #fff;
    width: 100%;
    max-height:100px;
    position: relative;
    border-radius: 0px;
}

.button{
    width: 100%;
    border-radius: 5px;
}
.button:hover{
    background: none;
    border: 2px solid #FBFF02;
    transition: .5s;
    color: #FBFF02;
}
.errorMsg{
 //   margin: 0 0 1% 10%;  
    font-size: 16px;
    color: red;
    height: 10px;
}


/*==================Login & Register======================*/


.toogleBox {
   // border: 1px solid #BDBDBD;
    width: auto;
    max-width: 50vw;
    min-width: 30vw;
    margin: 0 auto;
    padding: 0 0 3% 0;
    background: #fff;
    box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.36);
    moz-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.36);
    webkit-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.36);
}

.twoTabs {
    height: auto;
    background: #F7F8F8;
}


.tab {
    display: inline-block;
    padding: 5%;
    position: relative;
    cursor: pointer;
    width:39.7%;
    text-align: center;
    border-bottom: 1px solid #BDBDBD;
}
.active{
    background: #fff;
    border-bottom: none;
    
}
#login {
    float: left;
}

#signUp {
    float: right;
    border-left:1px solid #BDBDBD;
}

.form {
    width: 80%;    
 //  border: 1px solid;
    margin: 0 auto;
    margin-top: 5%;
    padding:1%;
    
}
.inputBox1{
    padding:3% 2%;
    width: 90%;
    margin: 2% 0% 2% 0%;
    border: 2px solid #D0D2D3;
    transition: 1s;
    border-radius: 5px;
    background: none;
	font-size: 120%;	
    color: #000;
}
.inputBox1:focus
{
    box-shadow: 0px 0px 20px 1px rgba(38, 146, 255, 0.65);
    moz-box-shadow: 0px 0px 20px 1px rgba(38, 146, 255, 0.65);
    webkit-box-shadow: 0px 0px 20px 1px rgba(38, 146, 255, 0.65);

    border: 2px solid #479BEE;
    transition: .5s;
    border-radius: 5px; 
	color: #000;
}

.redBorder{
	border-color:#FE4551;
	color:#FE4551;
	box-shadow: 0px 0px 20px 1px rgba(216, 21, 21, 0.70);
	transition:1s;
}
.showMsg {
    width: auto;
    margin-bottom: 2%;
    height: 25px;
   // border: 1px solid;
}

.boxLink
{
    width: 40%;
    height:40%;
    border: 2px solid #c1c1c1;
    display: inline-block;
    position: relative;
    background: #fff;
   // padding: 2%;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.36);
    moz-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.36);
    webkit-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.36);
   }
.linkBoxHeading{
    margin: 15% 8%;
    overflow: hidden;
}
.linkBoxHeading  img{
    height: 50%;
    width: 50%;
    margin: 3%;
}
.linkBoxHeading p,.blueHeading{
    color: #27AAE1;
    font-size: 150%;
}
.overlay {
    position: absolute;
    right: 100%;
    height:100%;
    width:100%;
    color:#fff;
    opacity:.7;
    background:#000;
    transition: all .5s ease;
   // display: none;
}
.boxLink:hover > .overlay{
    display: block;
    right: 0;
    opacity:.7;
}
.overlay > p{
	font-size: 110%;
	text-align: center;
	color: #FFCC00;
	margin-top: 20%;
	vertical-align:middle;
}



.headline {
    font-size: 120%;
    font-family:fantasy;
    padding:0% 0% 1% 0%;
    cursor:default; 
    
}

.subjectBox {
    border: 1px solid #C1C1C1;
    width:auto;
    min-width: 22%;
   max-width: 90%;
    padding: 1% 1%;
    position: relative;
    display: inline-block;
    opacity: 0;
    margin: 0 2% 2% 0;
    box-shadow: 0px 0px 15px 0px rgba(140, 140, 140, 0.90);
    moz-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.36);
    webkit-box-shadow: 0px 0px 25px 7px rgba(0, 0, 0, 0.36);
    background: #FFF;
    cursor: pointer; 
    animation: showInline 1s ease-in-out .5s forwards;    
}

.appearFadein
{
        animation: showInline .7s ease-in-out .5s forwards;    
}
.subjctLogo{
   float: left;
    height: 40px;
    width: 40px;
   // border: 1px solid black;
    text-align: center;
    border-radius:50%;
    padding: 2%;
    display:inline-block;
}
.logoLetter{
    font-size: 150%;
    margin-top:15%;
    font-weight: 600;
    color: #fff;
}
.subjectName,.testName {
    width: auto;
    text-align: left;
    font-size: 100%;
    float:left;
 //   border: 1px solid;
    font-size: 130%;
    margin: 4% 1% 2% 4%;
    display:inline-block;
}

.testBox{
	border: 1px solid #C1C1C1;
    width:60%;
	padding: 1% 1%;
    position: relative;
    display: block;
    opacity: 0;
    margin:0 2% 2% 0;
    box-shadow: 0px 0px 7px 7px #EAEAEA;;
    moz-box-shadow: 0px 0px 7px 7px #EAEAEA;;
    webkit-box-shadow: 0px 0px 7px 7px #EAEAEA;;
    background: #FFF;
    cursor: pointer; 
    animation: showInline 1s ease-in-out .5s forwards;
}

.qusCount {
     width: auto;
    text-align: left;
    font-size: 100%;
    float:right;
 //   border: 1px solid;
    font-size: 130%;
    margin: 4% 1% 2% 4%;
    display:inline-block;
	
}
.backlink{
    margin-bottom: 2%;
    font-size: 120%;
}
.quizBox {
	width: 70%;
	padding: 2%;
	border: 1px solid #EAEAEA;
	background: #fff;
	margin: 0 auto;
}

.question {
		font-size: 130%;
		color: #00CC00;
		padding: 1% 1% 1% 1%;
		font-style: italic;
}
.ansTable  tr td,
.blueFont{
	color: #0288D1;
	padding: 5px;
	font-size: 120%;	
}
.ansRadio{
	color: #0288D1;
	padding: 1px;
}
.quizSubmitButton {
	font-size: 130%;
	color: #fff;
	padding: 1% 3%;
	background-color: #64dd17;
	border: none;
	text-transform:capitalize;
	border-radius: 5px;;
	cursor: pointer;
}
.quizSubmitButton:hover{
	opacity: .8;
}

.reviewBox {
	text-align: center;
//	vertical-align: middle;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	margin-top: auto;
	margin-bottom: auto;
	width:20%;
	margin: 0 auto;
	padding: 2%;
}
.remark{
	height: 18px;
	width: 18px;
	padding: 0;
	margin: 0;
}
.resultBoxTitle {
	margin-bottom: 1%;
	width: 80%;
	float: left;
	text-align: left;
	font-size: 130%;
	color: #00CC00;
}

.expandArrow {

	width: 20%;
	float: right;
	text-align: right;
	font-size: 130%;
	color: #00CC00;
}

.resultDetails {
	margin-top: -2%;
	width: 100%;
	background:#FFFFFF;
//	padding:1% 1%;
	//border: .5px solid #D5D5D5;
	
	max-height:0px;
  	overflow:hidden;
  	transition:all .3s ease;
 	
}
.resultDetails.expand{
	max-height: 300px;
}
.yellowFont {
	color: #ff6f00;
	padding: 5px;
	font-size: 120%;
}
.contactform {
	width: 60%;
}

.blueHover {
	background: #002F56;
	color:#FFF;
	border-color: #EB0028;
	font-weight: 700;
}
.blueHover:hover{
	color: #EB0028;
}

.headLine {
	width: 100%;
	height: 10px;
	background: #EB0028;
//	border: 1px solid;
	margin-bottom: 1%;	
}

.heading {
	text-align: center;
	font-size: 250%;
	color: #848181;	
	width: 20%;
	height: ;
	margin: -1% 0 0 0;
	border: 1px solid;
	
}

.greenMsgbox {
	
	color: #003300;
	background: #bef67a;
	opacity: .7;
	width: 80%;
	padding: 1% 3%;
	margin-top:3%;
	margin-bottom: -2%;
	
}

.redMsgbox {
	color:#d50000 ;
	background: #ff5252;
	opacity: .7;
	width: 80%;
	padding: 1% 3%;
	margin-top:3%;
	margin-bottom: -2%;
}




.signUpForm {
    opacity: 1;
}



.footNote {
    font-size: 80%;
    color: #fff;
    
    text-align: right;
}

.aboutBody {
    text-align: justify;
    color: dimgrey;
    font-size: 120%;
    padding: 5%;
    line-height: 250%;
}
