	
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css?family=Poppins');
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

@font-face{ font-family:Poppins-Bold; src:url(../fonts/Poppins-Bold.ttf);}

@font-face{ font-family:Poppins-Medium; src:url(../fonts/Poppins-Medium.ttf);}

@font-face{ font-family:Poppins-Light; src:url(../fonts/Poppins-Light.ttf);}

@font-face{ font-family:Poppins-Regular; src:url(../fonts/Poppins-Regular.ttf);}

@font-face{ font-family:Poppins-SemiBold; src:url(../fonts/Poppins-SemiBold.ttf);}

@font-face{ font-family:Montserrat-Black; src:url(../fonts/Montserrat-Black.otf);}

@font-face{ font-family:Montserrat-Bold; src:url(../fonts/Montserrat-Bold.otf);}

@font-face{ font-family:Montserrat-Medium; src:url(../fonts/Montserrat-Medium.otf);}

@font-face{ font-family:Montserrat-Regular; src:url(../fonts/Montserrat-Regular.otf);}

@font-face{ font-family:Montserrat-SemiBold; src:url(../fonts/Montserrat-SemiBold.otf);}

body{
	font-family:'Poppins', sans-serif !important;
	font-size: 15px;
	background-color: #ffe001 !important;
	-moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover {
	text-decoration: none !important;
}

/*-- custom scroll bar firefox and chrome --*/
.ss-wrapper {
          overflow : hidden;
          width: 100%;
          height   : 100%;
          position : relative;
          z-index  : 1;
          float: left;
      }

      .ss-content {
          height          : 100%;
          width           : calc(100% + 18px);
          position        : relative;
          margin-right    : -18px;
          overflow        : auto;
          -moz-box-sizing : border-box;
          box-sizing      : border-box;
      }

      /* .ss-content::-webkit-scrollbar{
      			width: 0px;
      			background-color: #F5F5F5;
      		} */

      .ss-scroll {
        position            : relative;
        background          : #00aaef;
        width               : 5px;
        border-radius       : 4px;
        top                 : 0;
        z-index             : 2;
        cursor              : pointer;
        opacity: 0;
        transition: opacity 0.25s linear;
      }

      .ss-container:hover .ss-scroll {
        opacity: 6;
      }

      .ss-grabbed {
           user-select: none;
           -o-user-select: none;
           -moz-user-select: none;
           -khtml-user-select: none;
           -webkit-user-select: none;
      }
/* end custom scrollbar --*/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.nopad {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

li{
	list-style: none;
}

a{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}

body{
	overflow-x: hidden;
	position: relative;
	/*background: url(../images/background.jpg)no-repeat;*/
	width: 100%;
	height: auto;
}

.container{
	width: 86%;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.header-top{
	border: 2px solid #34236a;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
/*header*/


.header_top{	
	z-index: 10;
	position: relative;
}
.containe{
	width: 100%;
	position: absolute;
	padding: 8px 0px;
}
.iq-logo{
  max-width: 15%;
  float: left;
}
.iq-logo img{
 width: 100%;
  
}
.topmenu{
	max-width: 90%;
	float: right;
}
	
.dropbtn img{
	width: 15%;
    margin: -3px -3px;
}
.dropbtn {
	font-family:'Poppins', sans-serif;
    background-color: #00AAEF;
	color: white;
	padding: 10px 30px;
	letter-spacing: 0.5px;
	font-size: 14px;
	border: none;
	box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2);
	border-radius: 999px;
	transform: perspective(0px) translate(0);
	transition: all 0.15s linear 0s;
	cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f100;
    min-width: 142px;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
    right: 0;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family:'Poppins', sans-serif;
	padding: 10px 0;
}

.dropdown-content a:hover {
	color: #222;
	border-radius: 20px;
	}

.dropdown:hover .dropdown-content {
	display: block;
	margin-left: -16px;
	/*margin-top: 8px;*/
	}

.dropdown:hover .dropbtn {background-color: #004b91;}
.menu {
	
	background-color: #fff0;
	padding: 29px 0px;
	
}
.menu li  
{
	display: inline-block;
	padding: 10px 0;
	position: relative;
	margin: 0px 22px;
	color: #fff;}

.menu a {
  font-family: 'Montserrat', sans-serif;
  color: #004891;
  text-decoration: none;
  font-size: 14px;
}

.menu li a::after{
	content: "";
	display: block;
	position: absolute;
	background: #004891;
	width: 0%;
	height: 3px;
	left: 0%;
	margin-top: 5px;
	transition: all 0.25s 0s;
	transition: all ease-out 1s;
	border-radius: 51px;
}


.menu li a.active::after {
    content: "";
	display: block;
	position: absolute;
	background: #004891;
	width: 53%;
	height: 3px;
	left: 0%;
	margin-top: 5px;
	transition: all 0.25s 0s;
	transition: all ease-out 1s;
	border-radius: 51px;
}

.menu li a:hover::after {
    width: 100%;
    right: 0;
}




.toppmenu{
	max-width: 80%;
	float: right;
}
	
.droppbtn img{
	width: 15%;
    margin: -3px -3px;
}
.droppbtn {
	font-family:'Poppins', sans-serif;
    background-color: #00AAEF;
	color: white;
	padding: 10px 30px;
	letter-spacing: 0.5px;
	font-size: 14px;
	border: none;
	box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2);
	border-radius: 999px;
	transform: perspective(0px) translate(0);
	transition: all 0.15s linear 0s;
	cursor: pointer;
}

.droppdown {
    position: relative;
    display: inline-block;
}

.droppdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f100;
    min-width: 142px;
    z-index: 1;
    background: #fff;
    border-radius: 3px;
    padding: 15px;
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

.droppdown-content a {
    text-decoration: none;
    display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family:'Poppins', sans-serif;
	padding: 10px 0;
}

.droppdown-content a:hover {
	color: #222;
	border-radius: 20px;
	}

.droppdown:hover .droppdown-content {
	display: block;
	margin-left: -16px;
	/*margin-top: 8px;*/
	}

.dropdown:hover .droppbtn {background-color: #004b91;}
.menuu {
	
	background-color: #fff0;
	padding: 0px;
	margin: 0;
	
}
.menuu li {
    display: inline-block;
    padding: 10px 0;
    position: relative;
    margin: 0px 17px;
    color: #fff;
}

.menuu a {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
a:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
.menuu a:focus {
	text-decoration: none !important;
	color: #fff;
}
	
.menuu li a::after{
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 0%;
	height: 3px;
	left: 0%;
	margin-top: 5px;
	transition: all 0.25s 0s;
	transition: all ease-out 1s;
	border-radius: 51px;
}


.menuu li a.active::after {
    content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 53%;
	height: 3px;
	left: 0%;
	margin-top: 5px;
	transition: all 0.25s 0s;
	transition: all ease-out 1s;
	border-radius: 51px;
}

.menuu li a:hover::after {
    width: 100%;
    right: 0;
}
/*end*/

/*home page*/
.home-page {
    min-height:calc(100vh - 40px);
    overflow: hidden;
    background-size: cover; 
    position: relative;
    display: flex;
    display: -webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
    display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 110px;
}
.banner-outer{
	width: 100%;
	height: 100%;
	background-color: #fff9cf !important;
	margin: auto;
}
/*.home-page .banner-outer {
    background-color: #ffe001 !important;
}*/
.homebg{
	position: absolute;
	overflow: hidden;
	width: 100%;
}
.ourex {
    position: absolute;
    bottom: -8px;
    width: 82%;
    z-index: 99;
    right: -23%;
}

 .anima{
	position: relative;
	/*overflow: hidden;*/
	margin: 30px 90px;
	width: 100%
}
.tab-content{
	display: none;
}

.tab-content.current{
	display: block;
}

/* .contentSet{
	position: absolute;
	top: 195px;
	left: 30%;
} */

.contest{
	position: relative;
	/*background: url(../images/cloud-bg.png) no-repeat;*/
	background-size: contain;
	background-position: center;
	width: 70%;
	max-width: 800px;	
	margin: auto;
}

.abtGirl{
	position: absolute;
    bottom: 35px;
    right: 15%;
    z-index: 99;
    width: 535px;
}

.conGirl{
	right: 15%;
	width: 475px;
}

.bgWiteClo{
	position: absolute;
    /*background: url(../images/cloud-bg.png) no-repeat;
    background-size: contain;
    background-position: center;*/
    width: 70%;
    max-width: 800px;
    height: 400px;
    top: 42%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.3);
}

.aboutSkillBgCloud {
    max-width: 1140px;
    /* height: 400px; */
    /* transform: translateY(-53%); */
    background: transparent;
    /* border-radius: 20px; */
    /* z-index: 999; */
    box-shadow: none;
}

.contentSet1 {
    /* position: relative; */
    /* top: 60%; */
    /* transform: translateY(-50%); */
    width: 100%;
    /* margin: 0 auto; */
    /* color: #333; */
    /* z-index: 999; */
}

.abtskill{
	position: relative;
	z-index: 9999;
}

.contentSet{
	position: relative;
	width: 80%;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);

}

#tab-1 p{
	width: 100%;
	color: #222;
	font-size: 15px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	z-index: 99;
}
#tab-1 p .brainTitle{
	color: #00aaef;
	font-size: 23px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	z-index: 99;
	transition-duration: 2s;
-moz-transition-duration: 2s; 
-webkit-transition-duration: 2s; 
-o-transition-duration: 2s;
}
.paraBrain{
	line-height: 1.8;
	padding-top: 15px;
	display: inline-block;
	position: relative;
}

.abtskill{
	text-align: left;
}

.abtskill h2{
	color: #00AAEF;
	padding-bottom: 20px;
}

.abtskill p{
	width: 100%;
	text-align: left;
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	font-family: 'Poppins', sans-serif;
	z-index: 999;
	transition-duration: 2s;
	padding: 0px 17px;
-moz-transition-duration: 2s; 
-webkit-transition-duration: 2s; 
-o-transition-duration: 2s;
}
.logical{
	width: 55%;
	/*display: none;*/
}
.logical h2{
	text-align: center;
	color: #00aaef;
	font-size: 23px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	z-index: 99;
	transition-duration: 2s;
-moz-transition-duration: 2s; 
-webkit-transition-duration: 2s; 
-o-transition-duration: 2s;
}
.logical p{
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
	font-family: 'Poppins', sans-serif;
	z-index: 99;
	transition-duration: 2s;
-moz-transition-duration: 2s; 
-webkit-transition-duration: 2s; 
-o-transition-duration: 2s;
}
.next{
	width: 40px;
	height: 40px;
	margin: 20px auto;
	display: inline-block;
} 
.next1{
	margin: 62px 267px;
}

.pre1{
	margin: 0px 231px;
	position: relative;
	bottom: 36px;
}
.next2{
	margin: 62px 267px;
}
.pre2 {
    margin: 0 231px;
    position: relative;
    bottom: 36px;
}
.next3{
	margin: 62px 267px;
}
.pre3{
	margin: 0 231px;
    position: relative;
    bottom: 36px;
}
.pre4{
    margin: 0 257px;
    position: relative;
    top: 20px;
}

.footer_bg{
	width: 100%;
	height: 100%;
}

.footer_bg .container{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.social {
    width: 100%;
    margin: 5px 0;
}

.social li{
	float: right;
}
.social li a{
	display: block;
	float: right;
	color: #fff;
	font-size: 20px;
	padding: 0px 12px;
	line-height: 30px;
}
.copyright{
	width: 50%;
	float: left;
	margin-top: 5px;
}
.copyright a{
	position: relative;
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	z-index: 99;
}
/*.copyright span{
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	padding: 20px 0;
	z-index: 99;
}*/
.benefit ul li{
	position: relative;
	left: 16px;
}
.benefit ul li{
	list-style: unset !important;
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.7;
}
.online{
	width: 75%;
}
.online h2{
	text-align: center;
	color: #00aaef;
	font-size: 23px;
	font-weight: 800;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	z-index: 99;
}





/* .contentSet1 {
    position: absolute;
    top: 160px;
} */

/* .next {
    margin: 62px 425px;
} */

/* .next1, .next3{
    margin: 62px 425px;
}
.pre1,.pre2,.pre3,.pre4{
    margin: 0px 384px;

} */
.logicall{
    position: relative;
    top: 35px;
}

.general{
	position: relative;
    top: 11px;
}

.pre4 {
    top: 21px;
}

.logical{
    width: 50%;
}
.online {
    width: 65%;
}


.next1{
	    position: relative;
    bottom: -33px;
}
.pre1,.pre2 {
    bottom: 2px;
}
.pre3 {
	bottom: 40px;
}
.next3 {
	position: relative;
    top: -5px;
}

.bgfofPage {
    min-height: calc(100vh - 40px);
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 140px;
}

.bgfofPageLog {
    width: 100%;
    min-height: calc(100vh - 155px);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}
.bgfofPage.forPa {
    min-height: calc(100vh - 40px);
}
.bgfofPage.smlpr {
    min-height: calc(100vh - 40px);
    background-color: #fff9cf !important;
}

/*.signInSet{
	position: relative;
	width: 70%;
	max-width: 800px;
	margin: auto;
	height: 400px;
	top: 42%;
	transform: translateY(-50%);
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.3);
}*/
.signInSet {
    position: relative;
    width: 85%;
    margin: auto;
    height: auto;
    border-radius: 20px;
    /*box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.3);*/
}
.wlcm {
    width: 100%;
}
.wlcm h1 {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    margin: 0;
}
.wlcm p {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 0;
    padding: 0 90px;
}

.leftLoginSet {
	width: 50%;
	float: left;
	position: relative;
	padding: 40px;
	height: 100%;
}
.homy .leftLoginSet {
    padding: 80px 40px 40px;
}

.logConTitSet{
	width: 100%;
	text-align: center;
}

.logConTitSet h4{
	font-size: 20px;
	color: #222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.logConTitSet p {
    padding-top: 1px;
    font-size: 16px;
    color: #555;
    line-height: 18px;
    margin-bottom: 24px;
    margin-top: 8px;
}

.logsetImgVector{
	width: 55%;
	margin: 0 auto;
}

.logsetImgVector img{
	width: 100%;
	display: block;
}

.rightSignCon{
	width: 50%;
	float: left;
	padding: 46px 40px;
}
.homy .rightSignCon {
    padding: 80px 40px 40px;
}
.adminVector{
	bottom: 50px;
}

.signLogo{
	width: 110px;
	display: block;
	margin: auto;
}

.signFormSet{
    position: relative;
    z-index: 999;
}

.signFormSet label {
    width: 300px;
    display: inline-block;
    margin-top: 20px;
    max-width: 100%;
}

.signFormSet label p{
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 17px;
	float: left;
	background: #ccc;
	color: #555;
}

.signFormSet label input {
	width: calc(100% - 45px);
	height: 45px;
	background: #fff;
	border: solid 1px #ccc;
	border-left: transparent;
	color: #333; 
	padding: 15px;
	outline: none;
	font-weight: normal;
}

.btn {
	padding: 10px 30px !important;
	background-color: #00aaef;
	color: #fff;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	display: inline-block;
	margin-top: 12px;
	border-radius: 3px;
	outline: none;
	border: none;
	text-transform: uppercase;
}

.btn:hover{
	background-color: #004b91;
}

.forgetPassSet{
	width: 100%;
	padding-top: 10px;
	position: relative;
	z-index: 9999;
}
.forgetPassSet a:first-child{
	float: left;
}

.forgetPassSet a:last-child{
	float: right;
}
.forgetPassSet.fpss a:last-child{
	float: left;
}

.forgetPassSet a{
	color: #555;
	font-size: 14px;
	transition: all 0.3s linear 0s;
}

.forgetPassSet a:hover{
	color: #00aaef;
}
.student-dashBordFull {
    width: 100%;
    height: 100%;
    margin: auto;
    max-width: 100%;
    text-align: center;
    padding: 20px 60px;
}

.a5{
	color: #fff;
}


.leftMenuDash{
	width: 220px;
	float: left;
	background-color: #fff;
	height: 335px;
	overflow: hidden;
	padding-bottom: 15px;
	box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.15);
	border-radius: 20px;
	position: relative;
    top: calc(47% - 23px);
    transform: translateY(-50%);
}

.loginLogo{
	width: 100%;
	max-height: 100px;
	overflow: hidden;
	padding: 10px;
	background-color: #f5f5f5;
}

.loginLogo img{
	width: 100%;
	display: block;
}

.welcomeMsg{
	width: 100%;
	padding: 10px;
	text-align: center;
}

.welcomeMsg p{
	text-transform: uppercase;
	font-size: 15px;
	color: #222;
}

.welcomeMsg h6{
	font-size: 16px;
	color: #034480;
	padding-top: 3px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.dashboardmenuList{
	width: 100%;
	padding-top: 15px;
}

.dashboardmenuList li{
	width: 100%;
	padding: 0 10px;
}

.dashboardmenuList li a{
	width: 100%;
	font-size: 13px;
	padding: 8px 20px;
	color: #222;
	display: block;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}

.dashboardmenuList li a i{
	color: #555;
	padding-right: 6px;
	-webkit-transition: all 0.2s linear 0s;
}

.dashboardmenuList li a:hover, .dashboardmenuList li a.active{
	background-color: #004b91;
	color: #fff;
}

.dashboardmenuList li a:hover i, .dashboardmenuList li a.active i{
	color: #fff;
}

.menuFullsetDash .btn{
	margin-left: 20px;
	margin-top: 10px;
	width: calc(100% - 40px);
	text-align: center;
	padding: 10px 20px;
}

/*.middle-dashboardSet{
	width: 800px;
    float: left;
    margin-left: 20px;
    background-color: #fff;
    height: 400px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    top: 42%;
    transform: translateY(-50%);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);
}*/
.middle-dashboardSet {
    width: 72%;
    /*background-color: #fff;*/
    height: auto;
    border-radius: 20px;
    /*box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);*/
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}


.hide{
	display: none;
}

.questionSetdash{
	width: 100%;
	/*padding: 20px 10px;*/
}

.setOFfQs{
	width: 100%;
}

.setOFfQs p{
	width: 100%;
	font-size: 14px;
	color: #222;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-align: left;
}

.setOFfQs p span{
	padding-right: 5px;
}

.ques .setOFfQs p{
	text-align: left;
}

.ques .setOFfQs p span{
	padding-right: 5px;
	display: block;
}

.downline {
	display: block;
	margin-top: 5px;
	padding-left: 22px;
}

.answerKey{
	width: 100%;
	text-align: center;
	margin: 30px 0;
	padding-left: 2%;
}

.answerKey div {
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 24%;
}
.answerKey label {
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 25px;
 	height: 25px;
}

.answerKey label input[type=radio]:checked + .boxSelect{
	background-color: #ffe001;
}
.answerKey label input[type=radio]:checked + .boxSelect.wrongg {
	background-color: #db3333;
}
.answerKey label.correct input[type=radio]:checked + .boxSelect{
	background-color: #78c204;
}

.answerKey label input[type=radio]:checked + .boxSelect::after {
 	content: "";
 	background: url(../images/tick.png) no-repeat;
 	width: 25px;
 	height: 25px;
 	background-size: cover;
 	background-position: center;
 	position: absolute;
 	bottom: 0px;
 	left: 2px;
}
.answerKey label input[type="radio"] {
	display:none;
}
.answerKey label .boxSelect{
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: solid 2px #666;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
	top: 5px;
}

.answerKeyDown {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
}

.timerFunction {
    position: absolute;
    width: 114px;
    height: 36px;
    background: url(../images/timer.png) no-repeat;
    background-size: 100%;
    background-position: center;
    text-align: center;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    right: 0;
}
.timerFunction:before {
    content: "";
    position: absolute;
    left: 6px;
    background-color: #222;
    top: 0;
    height: 100%;
    width: 9px;
}
.timerFunction:after {
    content: "";
    position: absolute;
    right: 4px;
    background-color: #222;
    top: 0;
    height: 100%;
    width: 12px;
}

.loadingTimeSec{
	width: 90%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
	color: #fff;
	font-size: 15px;
}

.loadingTimeSec h1{
	font-weight: 700;
	color: #fff;
	font-size: 22px;
	margin: 0;
}

.questionSetdash .btn{
	/*position: absolute;*/
	padding: 8px 25px;
	bottom: 0;
	left: 181px;
}

.questionSetdash .firstOpenSetBTN{
	left: 0;
}

.questionSetdash .preOpen {
	left: 0;
	background-color: #f68b00;
}
.questionSetdash .preOpen:hover {
	background-color: #00aaef;
}

.questionSetdash .endOpen {
	background-color: #004b91;
    border: solid 1px transparent;
    padding: 7px 25px;
    left: 92px;
    margin: 0 10px;
}
.questionSetdash .getReport{
	left: 92px;
}

.questionSetdash .endOpen:hover{
	background-color: #00aaef;
	border: solid 1px #00aaef;
	color: #222;
}

.qsSetFull {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px 22px 10px;
}

.fnalReport{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;
}

.finalSetOfReport {
    width: 100%;
}

.finalSetOfReport h3{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #004b91;
}

.finalSetOfReport h3::after{
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #f58108;
	margin: auto;
	margin-top: 10px;
}

.reportSect{
	width: 100%;
	padding-top: 0px;
}
.reportSect li {
    width: calc(33.3% - 20px);
    margin: 10px;
    padding: 15px 15px 8px;
    border-radius: 5px;
    text-align: center;
    border: solid 1px #ccc;
    float: left;
}

.finalSetOfReport h6{
	font-size: 14px;
	color: #222;
	margin: 4px 0;
}

.finalSetOfReport p {
    padding-top: 5px;
    font-size: 15px;
    margin-bottom: 5px;
}

.toQ{
	color: #f58108;
}

.anQ{
	color: #00aaef;
}

.crQ{
	color: #4ec703;
}

.URScore{
	width: calc(33.3% - 20px);
	margin: 5px auto;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	border: solid 1px #00aaef;
}

.qusReRightSet{
	width: 100%;
	float: right;
	background-color: #fff;
	height: 270px;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 5px;
	box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);
	padding: 40px 20px;
}

.ToTQus{
	width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #00aaef;
    color: #fff;
    text-align: center;
}

.circleToSet{
	width: 100%;
	height: calc(280px - 90px);
	overflow: hidden;
	position: relative;
	/*padding-bottom: 10px;*/
	background-color: #fff;
}

.identifiyset{
	width: 100%;
	height: 40px;
	border-top: solid 2px #f5c106;
}

.identifiyset p {
	line-height: 40px;
	font-size: 10px;
	color: #222;
	display: inline-block;
	padding: 0 10px;
	float: left;
}
.identifiyset p span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ce0210;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 7px;
}

.identifiyset p span.answerCoo{
	background-color: #00aaef;
}

.identifiyset p:last-child{
	text-align: right;
	float: right;
}
.qusReRightSet .identifiyset {
	border-top: none;
}
.qusReRightSet .identifiyset p {
    line-height: 30px;
    font-size: 15px;
    color: #222;
    display: block;
    padding: 0 10px;
    text-align: left;
    float: none;
}
.qusReRightSet .identifiyset p:last-child {
    text-align: left;
    float: none;
}

.sciSetCi{
	width: calc(100% - 10px);
	padding: 5px 5px;
}

.sciSetCi li{
	width: calc(20% - 20px);
	text-align: center;
	margin: 10px;
	float: left;
}

.sciSetCi li p{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background-color: #00aaef;
	text-align: center;
	border-radius: 50%;
	display: block;
}

.sciSetCi li p.redCoA{
	background-color: #ce0210; 
}

.rightBggirl{
	position: absolute;
    right: 10px;
    bottom: 38px;
    width: 280px;
}
/* --- hari ---*/

/*.dash-header{
	width: 100%; 
	display: block;
	background: url(../images/background.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	position: relative;
	z-index: 999;
	height: 100px;
}*/
.dash-header {
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    position: static;
    position: fixed;
    top: 4px;
    z-index: 9999;
    background: #ffe001 !important
}
.logoSet{
	width: 100px;
	float: left;
	margin-top: 10px;
}

.logoSet a{
	width: 100%;
	display: block;
}

.dash-header .menu{
	padding: 25px 0;
}

.footerFullSet{
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	background-color: #02adef;
	z-index: 999;
}
.social_wrap{
	width: 50%;
	float: right;
}

.dashRightSetFull{
    float: right;
    height: calc(100% - 45px)
}

.welcomePage h3{
	font-size: 18px;
	color: #00aaef;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.userNameSc{
	padding-top: 10px;
}

.userNameSc p{
	line-height: 1.6;
	font-size: 17px;
	color: #444;
	font-weight: 400;
}

.paraOfDAsCon {
    width: 100%;
    padding: 12px 0 20px 17px;
}

.paraOfDAsCon p {
    font-size: 13px;
    text-align: left;
    /* line-height: 19px; */
    padding: 3px 0 3px 17px;
    position: relative;
    margin-bottom: 4px;
}

.holeQusDiv{
	width: 100%;
	height: 100%;
	position: relative;
}


/*-- leader board--*/
.leaderBoardFullSet {
    width: 100%;
    height: auto;
    /* overflow: hidden; 
      border-radius: 20px;
      position: relative;
      background-color: #fff;
      top: 46%; 
      transform: translateY(-50%); 
      box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);*/
    padding: 5px 20px;
    /* border: solid 5px #00aaef; */
}
.l-sear input{
	position: relative;
	top: -24px;
	float: right;
}



.l-sear input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	color: #000;
}
.l-sear input::-webkit-search-decoration,
.l-sear input::-webkit-search-cancel-button {
	display: none; 
}


.l-sear input[type=search] {
	background:#ffe001 url(../images/search-icon.png)no-repeat 9px center;
	border: solid 1px #cbcbcb;
	padding: 3px 6px 3px 32px;
	width: 100px;
	
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.l-sear input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #00AAEF;

	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


.l-sear input:-moz-placeholder {
	color: #999;
}
.l-sear input::-webkit-input-placeholder {
	color: #999;
}


.leadSetFull {
    width: 77%;
    float: left;
    padding: 5px 0;
    /*margin-left: 20px;
     top: 42%; */
}

.leaderBoardFullSet h3{
	color: #00aaef;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    z-index: 99;
    text-align: center;
    letter-spacing: 0.5px;
    padding-top: 5px;
    margin: 0;
}

.formPageSetLeader{
	width: 100%;
}

.formPageSetLeader table{
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	table-layout: fixed;
}

.tableLeadBord th, .tableLeadBord td,.myScoreBord th, .myScoreBord td{
	border: solid 1px #ccc;
	padding: 5px 10px;
	text-align: center;
	font-size: 13px;
}

.tableLeadBord th,.myScoreBord th{
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.tableLeadBord tr th:first-child,.tableLeadBord tr th:nth-child(5), .tableLeadBord tr th:nth-child(6),
.tableLeadBord tr td:first-child,.tableLeadBord tr td:nth-child(5), .tableLeadBord tr td:nth-child(6){
	width: 10% ;
}

.tableLeadBord tr th:nth-child(3),.tableLeadBord tr td:nth-child(3){
	width: 23%;
}

.tableLeadBord tr th:nth-child(2), .tableLeadBord tr th:nth-child(4),
.tableLeadBord tr td:nth-child(2), .tableLeadBord tr td:nth-child(4){
	width: 16%;
}

.tableLeadBord tr th:last-child{
	width: 15%;
}

.leadBoardBody{
	width: 100%;
	height: 150px;
	overflow: hidden;
	overflow-y: auto;
	display: block;
}

.myScoreBord th,.myScoreBord td{
	width: 20%;
}

.myScoreBord th:nth-child(5),.myScoreBord tr:nth-child(5){
	width: 10%;
}
.myScoreBord td {
	padding: 10px;
	font-size: 13px;
	background-color: #ffe001;
}
.myScoreBord .scBrdColumn {
	padding: 10px;
	font-size: 13px;
	background-color: #ffe001;
	float: left;
	width: 33.3%;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.myScoreBord .scBrdColumn:nth-child(3n) {
	border-right: 1px solid #ddd;
}
.myScoreBord .scBrdColumn:first-child {
	border-top: 1px solid #ddd;
}
.myScoreBord .scBrdColumn:nth-child(2) {
	border-top: 1px solid #ddd;
}
.myScoreBord .scBrdColumn:nth-child(3) {
	border-top: 1px solid #ddd;
}

.rightPrefoMeter {
    width: 220px;
    float: left;
    background-color: #fff;
    height: 335px;
    overflow: hidden;
    padding-bottom: 15px;
    box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.15);
    border-radius: 20px;
    /* position: relative; */
    /* top: calc(47% - 23px); */
    /* transform: translateY(-50%); */
    margin-left: 20px;
}

.rightPrefoMeter h3{
	color: #00aaef;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    z-index: 99;
    text-align: center;
    letter-spacing: 0.5px;
    padding-top: 10px;
}

.perFomeImg{
	width: 80%;
	max-width: 125px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	margin-top: 15px;
}

.perFomeImg img{
	width: 100%;
	display: block;
}

.detailOfperform{
	width: 100%;
	padding-left: 25px;
	padding-top: 15px;
}

.detailOfperform p{
	font-size: 14px;
	padding-top: 4px;
}

.detailOfperform p:first-child{
	padding-top: 0;
}

/*-- faqpage--*/
.faqFullSet h3{
	color: #00aaef;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    z-index: 99;
}

.faqFullSet h6{
	color: #222;
	font-size: 16px;
}

.faqFullSet p{
	padding-top: 5px;
	color: #555;
}

.setOfqus{
	padding-top: 18px;
}


/*-- contact Us --*/

/*subscribe*/
.sub-cus{
	width: 100%;
	padding: 30px;
}

.sub-cus h3{
	font-size: 20px;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.sub-cus p{
	padding-top: 10px;
    font-size: 15px;
    color: #555;
}

.sub-cus .signFormSet label p{
	padding-top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.sub-cus .signFormSet label input{
	height: 40px;
	width: calc(100% - 40px);
}

.sub-cus .signFormSet label{
	padding-top: 10px;
	width: 33%;
	float: left;
	margin-right: 2%;
}

/*.sub-cus .signFormSet{
	padding-top: 10px;
}*/

.sub-cus .signFormSet textarea{
	width: 30%;
	margin-top: 10px;
	resize: none;
	height: 90px;
	background: #fff;
	border: solid 1px #ccc;
	color: #333;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}

.btn1 {
    padding: 12px 50px;
    background-color: #00aaef;
    color: #fff;
    transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    display: inline-block;
    margin-top: 12px;
    border-radius: 3px;
    outline: none;
    border: none;
    float: right;
	margin-right: 237px;
}

/*End



/*.contactPage{
	height: 450px;
}*/

.leftSIdeEnqu{
	width: 100%;
	padding: 30px;
}

.leftSIdeEnqu h3{
	font-size: 17px;
	color: #004b92;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.leftSIdeEnqu p{
	padding-top: 10px;
    font-size: 15px;
    color: #555;
}

.leftSIdeEnqu .signFormSet label p{
	padding-top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}

.leftSIdeEnqu .signFormSet label input{
	height: 40px;
	width: calc(100% - 40px);
}

.leftSIdeEnqu .signFormSet label{
	padding-top: 10px;
	width: 48%;
	float: left;
	margin-right: 2%;
}

/*.leftSIdeEnqu .signFormSet{
	padding-top: 10px;
}*/

/*.leftSIdeEnqu .signFormSet textarea{
	width: 30%;
	margin-top: 10px;
	resize: none;
	height: 90px;
	background: #fff;
	border: solid 1px #ccc;
	color: #333;
	padding: 10px;
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}*/
.leftSIdeEnqu .signFormSet textarea {
    width: 30%;
    margin-top: 10px;
    resize: none;
    height: 105px;
    background: #fff;
    border: solid 1px #ccc;
    color: #333;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

input,textarea,select{
	font-family: 'Poppins', sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666 !important;
  opacity:1;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666 !important;
  font-family: 'Poppins', sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
  font-family: 'Poppins', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  color: #666;
  font-family: 'Poppins', sans-serif;
}

::-webkit-textarea-placeholder{
	color: #666 !important;
	  opacity:1;
	  font-size: 14px !important;
	  font-family: 'Poppins', sans-serif;
}
.reachUss {
    width: 100%;
    padding-top: 1px;
    position: relative;
    z-index: 999;
}

.addSetPh{
	width: 100%;
	padding-top: 10px;
}

.addSetPh a{
	font-size: 16px;
	color: #333;
	margin-right: 35px;
}

.addSetPh a i{
	font-size: 15px;
	padding-right: 6px;
}

.dashTitle{
	width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #00aaef;
    color: #fff;
    text-align: center;
}

.schoolLogoD{
	width: 250px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.rightFiSet {
    width: 20%;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}

.imgqsSet{
	margin-bottom: 20px;
	text-align: center;
	margin-top: 30px;
}

.imgqsSet img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    height: 170px;
}
.imgqsSet.bigIm img{
	max-width: 100%;
}
.imgqsSet.extrembigIm img{
	max-width: 100%;
}
.ansImgset{
	width: 90px;
    display: inline-block;
    position: relative;
    top: 25px;
}

.scoreFullSeee{
	position: relative;
	/*top: 49%;
	transform: translateY(-50%);*/
}

.setOffRul{
	position: relative;
	top: 0;
	transform: translateY(0);
	height: 100%;
}

.setOffRul .btn{
	left: 0;
	bottom: 0;
}

.bacolrT{
	background-color: #00aaef;
}

.bacolrT th{
	color: #fff;
	letter-spacing: 0.8px;
}

.handmenu {
    float: right;
    width: 40px;
    height: 40px;
    background-color: #00AAEF;
    color: #fff;
    line-height: 40px;
    font-size: 21px;
    text-align: center;
    border-radius: 6px;
    margin: 23px 0;
    cursor: pointer;
    transition: all 0.2 linear 0s;
    display: none;
}
.handdmenu {
    float: right;
    width: 40px;
    height: 33px;
    background-color: #ffe001;
    color: #fff;
    line-height: 33px;
    font-size: 21px;
    text-align: center;
    border-radius: 6px;
    margin: 0;
    cursor: pointer;
    transition: all 0.2 linear 0s;
    display: none;
}

.hariResImg{
	display: none;
}

.haNewSetRe{
	display: none;
}



.dashHeaeResset{
	width: 100%;
	display: none;
}
.leftDDDMM{
	width: 100%;
	float: left;
	/*margin: 1% 1% 1% 0;*/
	position: relative;
}

/*.leftDDDMM:last-child{
	margin: 1% 0 1% 1%;
}*/

.dasHmenuCC{
	width: 100%;
	padding: 10px 15px;
	background-color: #00AAEF;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	line-height: 30px
}

.dasHmenuCC::after{
	content: "\f067";
	font-family: fontAwesome;
	background-color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #00AAEF;
	float: right;
}

.dasHmenuCC.active::after{
	content: "\f068";
	font-family: fontAwesome;
	background-color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #00AAEF;
	float: right;
}

.resMesss{
	width: 100%;
	height: 300px;
    background-color: #fff;
    padding-bottom: 15px;
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);
    position: absolute;
    top: 50px;
    display: none;
    z-index: 999;
}

.dasjResQs{
	padding-bottom: 0;
}

.dasjResQs .circleToSet{
	height: calc(300px - 40px);
	overflow: hidden;
}

.dasjResQs .circleToSet .sciSetCi{
	width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.dasjResQs .circleToSet .sciSetCi li p{
	margin: 0 auto;
}

.timeFNSERRR{
	display: none;
}

.reasssFFs{
	display: none;
}

.leftDDDMM.leadSetInnn{
	margin: 1% auto;
	width: 48%;
	float: none;
}


/*<gvp*/

/*.bullet p{
	text-align: left;
}*/

/*.bullet p .bullets {
    font-size: 9px;
	margin-right: 5px;
	color: #0e518c;
}*/
.bullet i{
	float: left;
	padding: 2px 5px 0px 0px;
	font-size: 11px;
	color: #004b92;
}
.ansColumn {
	vertical-align: top;
}
.ansColumnn {
    display: inline-block;
    vertical-align: bottom;
    width: 100px;
    text-align: left;
    margin-top: 3px;
    font-size: 18px;
    line-height: 24px;
}
.ansRow {
	display: block; 
	width: 100% !important;
}
.fgtPass .leftLoginSet {
    width: 100%;
    height: 100%;
}
.fgtPass.signInSet {
    max-width: 438px;
    width: 100%;
    height: auto;
}
.fgtPass.signInSet .leftLoginSet {
    padding: 0px;
}
.fgtPass .signFormSet {
    text-align: center;
    width: 438px;
}
.fgtPass .signFormSet .btn {
    padding: 12px 40px 13px!important;
    margin-left: 6px;
}
.suby {
	margin: 0 auto;
}
.signFormSet label textarea {
    width: calc(100% - 45px);
    height: 104px;
    background: #fff;
    border: solid 1px #ccc;
    border-left: transparent;
    color: #333;
    padding: 10px 15px 15px;
    outline: none;
}
.signFormSet label select {
    width: calc(100% - 45px);
    height: 45px;
    background: #fff;
    border: solid 1px #ccc;
    border-left: transparent;
    color: #666;
    padding: 0 15px;
    outline: none;
    font-weight: normal;
}
.registerSec .leftLoginSet {
	padding-top: 0 !important;
	padding-right: 20px !important;
}
.registerSec .rightSignCon {
	padding-top: 0;
	padding-left: 20px !important;
}
.logConTitSet.signUp {
    padding-top: 0;
}
.terms {
	display: block;
	margin-top: 10px;
}
.terms label {
    font-size: 13px;
    color: #00aaef;
}
.terms a {
    color: #015585;
    font-weight: normal;
    font-size: 14px;
}
.terms input[type="checkbox"] {
    display:none;
}
.terms input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:22px;
    margin: 0 7px 0 0;
    vertical-align:middle;
    background:url(../images/ebox.png) left top no-repeat;
    cursor:pointer;
}
.terms input[type="checkbox"]:checked + label span {
    background:url(../images/ebox.png) left -44px no-repeat;
}
.termSec {
    padding: 0 35px 5px 40px;
    margin-top: 20px;
}
.termSec p {
	margin-top: 20px;
}
.termSec p:first-child {
	margin-top: 0;
}
.backArea {
    padding: 10px 40px 40px 40px;
    text-align: center;
}
.patrn.cls {
	display: none;
}
.myScoreBord a {
	color: #333;
}
.quesPra {
    height: auto;
    border-radius: 20px;
    width: 100%;
}
.btn:hover, .btn:focus {
    color: #fff !important;
}
.ftr {
	margin-top: 100px;
	margin-left: 43%;
}
.ansone {
	padding-top: 0;
	margin-bottom: 0;
}
.ansone .ansImgset {
    top: 0;
}
.questionSetdash .btn.nxt {
	left: auto;
	right: 10px;
}
.btn.nxt {
	float: right;
}
.frMessage {
    text-align: center;
    margin-top: 14px;
    font-size: 18px;
}
.correctAns {
    margin: 10px 0;
    color: #37890a;
    font-size: 17px;
}
.correctAns span {
	display: inline-block;
	vertical-align: middle;
}
.wrongBox .modal-header {
    border-bottom: 0;
    padding: 0;
}
.wrongBox.modal-dialog {
    margin-top: 0;
    text-align: center;
    /*width: 80%;*/
}
.wrongBox .modal-header button.close {
    position: absolute;
    right: 11px;
    color: #000;
    font-size: 31px;
    font-weight: 300;
    opacity: 1 !important;
    line-height: 14px;
    top: 22px;
    z-index: 999;
}
.wrongAns {
    color: #a91906;
    font-size: 18px;
}
.rightAns {
	color: #78c204;
	font-size: 18px;
}
.wronng {
}
.logoo {
	width: 100%;
}
.logo img {
	max-width: 100%;
}
.rightBox {
    width: 20%;
    background-color: #fff;
    height: auto;
    border-radius: 20px;
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.2);
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
}
.quesSec {
    /*background-color: #f5f5f5;*/
    padding: 20px 0px 5px;
}
.modal-body {
    padding: 20px 20px 40px !important;
    font-size: 16px;
}
.prv {
	float: left;
}
.buttonArea {
    width: 92%;
    margin-bottom: 0;
    position: fixed;
    bottom: 60px;
    left: 4%;
}
.quesCon .buttonArea {
	margin-bottom: 20px;
	margin-top: 10px;
}
.rightFiSet.ofy {
	display: none;
}
.cpl {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    width: 180px;
    background-color: #00aaef;
    z-index: 99;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.cpl li {
    display: block;
    padding: 5px;
    margin: 0;
}
.cpl li a {
	color: #fff;
}
.cpls {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    width: 180px;
    background-color: #00aaef;
    z-index: 99;
    padding: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.cpls li {
    display: block;
    padding: 5px;
    margin: 0;
}
.cpls li a {
	color: #fff;
}
.drop {
	background: url(../images/dropp.png) right center no-repeat;
	padding-right: 14px;
	display: inline-block;
}
.drops {
	background: url(../images/dropp.png) right center no-repeat;
	padding-right: 14px;
	display: inline-block;
}
.bottomrow {
	float: left;
	width: 100%;
	padding: 10px 40px;
}
.bottomrowLeft {
	float: left;
	width: 50%;
}
.bottomrowRight {
	float: right;
	width: 50%;
	text-align: right;
}
.homy {
	position: relative;
}
.homy .signInSet {
    width: 56%;
}
.backIm {
    width: 36%;
    position: absolute;
    right: -17px;
    bottom: -6px;
}
.backIm img {
	width: 100%;
}
.bgfofPageHome {
    width: 100%;
    min-height: calc(100vh - 55px);
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}
.DashBoooSeee {
	background-color: #fff9cf !important;
}
.cont {
	margin-left: 10px;
	width: 196px;
}
.strt {
	width: 196px;
}
.bottomrowButton {
	margin-top: 20px;
}
.regiButton {
    text-align: center;
    margin-top: 12px;
}
.regiButton .btn {
    margin-top: 0;
    width: 190px;
    text-transform: uppercase;
}
.preOpen, .endOpen, .nextOpen {
	margin-top: 38px;
}
.questionSetdash p {
	text-align: center;
	font-size: 14px;
}
.answerKey.nextOpen {
	margin: 0 0 15px 0;
	padding: 0;
}
.regiBack {
    background-color: #fff9cf !important;
    min-height: calc(100vh - 40px);
    padding-top: 140px;
}
.practiceRule h3 {
    font-size: 18px;
    color: #00aaef;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 17px;
}
.lst {
    width: 212px;
    padding: 10px !important;
    background-color: #084e91;
}
.msc {
    width: 212px;
    padding: 10px !important;
    background-color: #f58108;
    margin: 12px 10px 0;
}
.rvan {
    width: 212px;
    padding: 10px !important;
}
.lst:hover {
    background-color: #00aaef;
}
.rvw {
	padding: 30px 0;
}
.rvw p {
    font-size: 14px;
    color: #00417e;
}
.faqFullSet.rvw h6 {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.contactPage {
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.3); 
    background: #fff;
    width: 70%;
    max-width: 800px;
    margin: 20px auto;
    border-radius: 20px;
    padding: 30px;
    min-height: 360px;
}
.sbscri {
    padding: 11px 50px 10px;
    background-color: #00aaef;
    color: #fff;
    -webkit-transition: all 0.3s linear 0s;
    display: inline-block;
    margin-top: 10px;
    border-radius: 3px;
    outline: none;
    border: none;
    float: left;
    margin-right: 0;
}
.contactPage .sub-cus {
    padding: 0 !important;
}
.leftSIdeEnqu .signFormSet.conForm textarea {
    width: 30%;
    height: 90px;
}
.leftSIdeEnqu .signFormSet.conForm .btn {
    margin-top: 10px;
    vertical-align: top !important;
    margin-left: 9px;
}
.contactPage .leftSIdeEnqu {
	padding: 0!important;
}
.contactPage .leftSIdeEnqu h3 {
    margin-top: 0;
}
.contentSet.homeBox {
    transform: translateY(0);
    margin-top: 95px;
    /* margin-bottom: 60px; */
}
/*.abtBrain {
	min-height: 376px;
}*/
.abtBrain .contentSet1 {
    top: 55%;
    transform: translateY(-50%);
    width: 84%;
    position: absolute;
    z-index: 999;
}
.contacttPage {
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.3); 
    background: #fff;
    width: 70%;
    max-width: 800px;
    margin: auto;
    border-radius: 20px;
    padding: 30px;
    min-height: 360px;
}
.contacttPage .leftSIdeEnqu .signFormSet label {
    width: 33%;
}
.contacttPage .leftSIdeEnqu {
	padding: 0;
}
.contacttPage .leftSIdeEnqu h3 {
	margin: 0;
}
.contacttPage .leftSIdeEnqu .signFormSet.conForm .btn {
    margin-left: 0;
    margin-bottom: 10px;
}
.logPage {
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.3);
    background: #fff;
    width: 70%;
    max-width: 800px;
    margin: auto;
    border-radius: 20px;
    padding: 30px;
    height: 390px;
}
.logPage .rightSignCon {
    padding: 5px 40px;
}
.home-page .contentSet {
    position: relative;
    width: 88%;
}
.home-page .bgfofPageLog {
    width: 100%;
    min-height: calc(100vh - 155px);
}
.menu li a:hover {
	text-decoration: none !important;
}
.headerBottom {
	padding: 2px 0;
	background-color: #02adef;
	display: block;
	position: fixed;
	top: 100px;
	width: 100%;
	z-index: 9997;
}
.headerBottom .menu li {
    display: inline-block;
    padding: 0;
}
.headerBottom .menu {
    padding: 0px;
    margin-bottom: 0;
}
.headerBottom .menu a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.headerBottom .menu li a::after{
	background: #fff;
}
.home-page .banner-outer {
	background-color: #ffe001 !important;
}
.dashy {
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
    background-color: #ffe001;
    padding: 5px 20px !important;
    letter-spacing: 0.5px;
    font-size: 14px;
    border: none;
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2);
    border-radius: 999px;
    transform: perspective(0px) translate(0);
    transition: all 0.15s linear 0s;
    color: #000 !important;
}
.myScoreBord {
	margin-top: 20px;
}
.myScoreBord td.blueBox {
	background-color: #02adef;
}
.myScoreBord td.blueBox a {
	color: #fff;
}
.myScoreBord .blueBox {
	background-color: #02adef;
}
.myScoreBord .blueBox a {
	color: #fff;
}
.myScoreBord .greenBox {
	background-color: #78c204;
}
.myScoreBord .greenBox a {
	color: #fff;
}
.bl {
	color: #02adef;
	font-weight: bold;
	letter-spacing: 1px;
}
.quAnsSet .setOfqus {
    padding-top: 9px;
}
.quAnsSet .next {
    margin: 16px auto 0;
}
.fq {
	margin: 0;
}
.nav-tabs>li {
    float: none !important;
    margin-bottom: -1px;
    display: inline-block !important;
    vertical-align: top;
}
.questionn {
	padding-top: 0px;
}
.questionn .holeQusDiv {
	padding-top: 0px;
}
.questionn .quesSec {
	position: relative;
	padding: 5px 120px 0;
}
.questionn .quesSec p {
    text-align: center;
}
.questionn .imgqsSet {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
}
.questionn .prv {
    float: left;
    background-color: #f4d600;
    color: #000;
}
.finish .btn.nxt {
    float: none;
	text-align: center;
	margin: 30px 0 0;
}
.regs h3 {
	font-size: 14px;
	color: #000;
	font-weight: 500;
	margin-top: 0px;
}
.regs h3 span {
	margin-left: 10px;
	position: relative;
	color: #00AAEF;
	cursor: pointer;
}
.regs h3 span strong {
	position: absolute;
	top: 24px;
	right: 0;
	display: inline-block;
	background-color: #333;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	display: none;
	font-weight: normal !important;
	width: 250px;
	z-index: 99; 
}
.regs h3 span:hover strong {
	display: block;
}
.signFormSet.regs label {
    padding-top: 0;
    position: relative;
}
.signFormSet.regs label.num span {
    position: absolute;
    left: 60px;
    top: 12px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}
.signFormSet.regs label.num input {
	padding-left: 40px;
}
.signFormSet.regs .terms {
    margin-top: 35px;
}
.quesSec p {
	text-align: center;
}
.terms label {
	display: inline-block;
	vertical-align: middle;
	width: auto !important;
}
.terms .info {
	position: relative;
	display: inline-block;
	vertical-align: middle;
    margin-left: 10px;
    color: #00AAEF;
    cursor: pointer;
    margin-top: -4px;
}
.terms .info strong {
    position: absolute;
    top: 24px;
    right: 0;
    display: inline-block;
    background-color: #333;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    display: none;
    font-weight: normal !important;
    width: 160px;
    z-index: 99;
}
.terms .info:hover strong {
	display: block;
}
.captcha {
	font-size: 0;
}
.captcha input {
	border-left: 1px solid #ccc !important;
	width: 54% !important;
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	font-size: 16px;
}
.captcha img {
	margin-top: 10px;
}
.questionn .setOFfQs p {
    text-align: center;
}
.questionn .connt {
	text-align: center;
}
.skp {
	background-color: #0b4f8f;
	margin-right: 15px;
	margin-left: 15px;
	float: none;
    display: inline-block;
    vertical-align: top;
}
.questionn .connt .prv {
    float: none;
    background-color: #f4d600;
    color: #000;
    display: inline-block;
    vertical-align: top;
}
.questionn .connt .btn.nxt {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.holder {
    background: url(../images/yellow_barrr.png) center top no-repeat;
    width: 100%;
    padding: 18px 20px 9px;
    background-size: 100% 100%;
}
.holder ul {
	font-size: 0;
}
.holder ul li {
	font-size: 14px;
}
.leadSetFull.scro .myScoreBord td {
    background-color: transparent;
}
.leadSetFull.scro {
    width: 100%;
    float: none;
    padding: 5px 0;
    display: inline-block;
}
.home-page.rev .banner-outer {
    background-color: #fff9cf !important;
}
.faqFullSet {
    position: relative;
    z-index: 999;
}
.middle-dashboardSet.strtPra {
	width: 100%;
}
.middle-dashboardSet.strtPra .qsSetFull {
	padding: 0;
}
.middle-dashboardSet.strtPra .qsSetFull .practiceRule {
	float: left;
	width: 52%;
}
.middle-dashboardSet.strtPra .qsSetFull .getStartSetinDas {
    float: right;
    width: 44%;
    padding-right: 22px;
}
.wrongBox.modal-dialog .modal-body {
    padding: 0px 20px 20px !important;
    font-size: 14px;
}

.getStartSetinDas{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.getStartSetinDas p{
	font-size: 14px;
	line-height: 18px;
}
.getStartSetinDas .bullet p i {
    float: none;
}

.getStartSetinDas .btn{
	margin-top: 10px;
	position: relative;
}

.getStartSetinDas .btn input, .questionSetdash .btn input{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.startTime a {
	font-size: 13px;
}
.btn {
    font-size: 13px !important;
}
.padi {
	padding: 0;
	text-align: center;
}
.hbLeft {
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 0 #000;
    margin-top: 0;
    font-weight: bold;
    letter-spacing: 1px;
}
.praSec {
	padding: 0 0 20px;
}
.imAnsSec {
	text-align: center;
	margin-top: 20px;
}
.questionn .imAnsSec .imgqsSet {
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    max-width: 48%;
    vertical-align: middle;
}
.imAnsSec .answerKey {
    display: inline-block;
    max-width: 48%;
    vertical-align: middle;
}
.stpr {
    padding: 0;
    margin: 1px auto 10px;
}
.paraOfDAsCon i {
    font-size: 9px;
    color: #004b92;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 7px;
}
.contst {
	width: 960px;
	text-align: left;
}
.contst .paraOfDAsCon {
    padding: 0;
}
.contst .qsSetFull {
    padding: 10px 22px 18px;
}
.qaArea {
    padding: 0 0 10px;
    margin: 5px auto;
}
.padi .questionn {
    display: inline-block !important;
    vertical-align: top;
    min-width: 1000px;
    position: relative;
    padding-right: 140px;
    max-width: 100%;
    margin-top: 20px;
}
.padi .questionn .answerKey {
    margin-bottom: 20px;
    margin-top: 30px;
}
.leaderbrdTable .leaderBoardFullSet {
    padding: 0;
    position: relative;
}
.ldbrdTab {
    padding: 12px 20px;
}
.leaderbrdTable .l-sear {
	position: absolute;
	right: 16px;
	top: 10px;
}
.leaderbrdTable .l-sear input {
    position: relative;
    top: 0px;
    float: right;
}
.leaderbrdTable .formPageSetLeader table {
    margin-top: 14px;
    table-layout: auto;
}
.quesConn {
	margin-top: 38px;
}
.quesCon .btn.nxt {
    float: none;
}
.quesConn .btn.nxt {
    float: none;
    width: 116px;
    margin: 0 10px;
}
.quesConn .btn.nxt:first-child {
	background: #20c400;
}
.ansSec {
	display: inline-block; 
	vertical-align: top; 
	margin: 0 auto;
}
.rightCross {
	display: inline-block; 
	vertical-align: top; 
	margin: 0 15px 0 auto;
}
.abt .bullet i {
    float: left;
    padding: 9px 5px 0px 0px;
    font-size: 11px;
    color: #004b92;
}
.amr {
    margin: 0 auto;
}
.smlpr .questionn .quesSec {
    margin-top: 20px;
}
.trmm {
	margin-top: 20px;
}
.contt {
	min-height: calc(100vh - 40px) !important;
	padding-top: 140px;
}
.stulogn {
    min-height: calc(100vh - 40px) !important;
    padding-top: 140px;
}
.samp {
    min-height: calc(100vh - 40px) !important;
    background-color: #fff9cf !important;
    padding-top: 140px;
}
.contentSet.homeBox.homeCont {
    margin-top: 0;
    width: 100%;
}
.newsSec {
	margin-top: 30px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.newsSec img {
	max-width: 100%;
}
.newsRightSec {
    margin-top: 10px;
    width: 46%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 9996;
    margin-left: 2%;
}
.newsRightSec h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0;
}
.newsRightSec h2 span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.newsRightSec p {
    font-size: 12px;
    color: #333;
    margin: 5px 0 0;
    line-height: 16px;
}
.testt {
    background: #f1f1f1;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    margin-left: 0px;
    padding: 20px;
    position: relative;
    height: 200px;
}
.testtInner {
	width: 100%;
	overflow: hidden;
	height: 190px;
}
.testtInner h1 {
	text-align: left;
    color: #393939;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0 17px;
}
.testtInner h2 {
	text-align: left;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0 17px;
}
.testtInner p {
	text-align: left;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0 0;
}
.testRound {
	width: 271px;
	height: 272px;
	display: inline-block;
	padding: 24px 23px 22px 22px;
	position: absolute;
	left: -272px;
	top: -65px;
	background: url(../images/testi-back.png) left top no-repeat;
	overflow: hidden;
}
.testRound img {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%; 
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
.abtBrain .contentSet1.testSec {
    top: 48%;
    transform: translateY(-50%);
    width: 92%;
    position: absolute;
    z-index: 999;
}
.testt .next {
    width: 40px;
    height: 40px;
    margin: 30px auto 0 46%;
    display: inline-block;
    position: absolute;
}
.testt .qnxt.next.nxtt {
    margin-left: 54%;
}
.smlpr .questionn .prv {
    float: left;
    background-color: #084e91;
    color: #fff;
}
.samp .signFormSet label {
    width: 100%;
}
.regiBack .signFormSet label {
    width: 100%;
}
.dash-header .menu.mnugap {
	padding-top: 27px; margin-bottom: 6px; padding-bottom: 25px;
}
.bgfofPage.studash {
    min-height: calc(100vh - 40px);
}
.homeArea {
	padding: 15px 30px 30px;
}
.homeArea .paraBrain {
    line-height: 21px;
    padding-top: 6px;
}
.fgtPass .signFormSet label {
    width: 300px;
}
.rpLeft {
	width: 270px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.rpRight {
	width: 230px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
.rpRight img {
	width: 100%;
}
.rpLeft table {
	border: 1px solid #333;
	width: 100%;
}
.rpLeft table td {
	border-right: 1px solid #333;
	padding: 5px 10px;
	text-align: left;
	border-bottom: 1px solid #333; 
}
.rpLeft table td:last-child {
	border-right: none;
	text-align: center;
}
.spr {
	margin-top: 30px;
}
.reggiButton {
    text-align: center;
    margin-top: 32px;
    position: relative;
    z-index: 9999;
}

.reportDetails .myScoreBord th, .reportDetails .myScoreBord td{
	width: 8%;
	padding: 10px 5px;
}
.reportDetails .myScoreBord th:first-child, .reportDetails .myScoreBord td:first-child {
	width: 13%;
}
.reportDetails .myScoreBord th:nth-child(6), .reportDetails .myScoreBord td:nth-child(6) {
	width: 6%;
}
.reportDetails .myScoreBord th:nth-child(7), .reportDetails .myScoreBord td:nth-child(7) {
	width: 5%;
}
.reportDetails .myScoreBord th:nth-child(8), .reportDetails .myScoreBord td:nth-child(8) {
	width: 10%;
}
.reportDetails .myScoreBord th:nth-child(9), .reportDetails .myScoreBord td:nth-child(9) {
	width: 8%;
}
.reportDetails .myScoreBord td{
	padding: 5px;
}

.reportDetails .myScoreBord th:nth-child(5), .reportDetails .myScoreBord tr:nth-child(5){
	width: 6%;
}
.standardRpt .myScoreBord th, .standardRpt .myScoreBord td{
	width: 16%;
}

.standardRpt .myScoreBord th:nth-child(5), .standardRpt .myScoreBord tr:nth-child(5){
	width: 20%;
}

.standardRpt {
	margin-top: 20px;
}
.standardRpt h3 {
	display: block !important;
	margin-top: 50px;
}
.scoreBackButton {
    text-align: center;
    margin-top: 20px;
}
.scoreBackButton .btn {
    margin-top: 0;
    width: 100px;
    text-transform: uppercase;
    padding: 10px !important;
    color: #fff;
}
.openTable {
	display: none;
}
.myScoreBord.sbTable th, .myScoreBord.sbTable td {
    width: 20%;
}
.myScoreBord.sbTable th:nth-child(5), .myScoreBord.sbTable tr:nth-child(5) {
    width: 19%;
}
.myScoreBord.sbTable th:nth-child(6), .myScoreBord.sbTable tr:nth-child(6) {
    width: 10%;
}
.remark {
    text-align: right;
    margin-top: 20px;
}
.remark ul {
	padding: 0;
	margin: 0;
}
.remark ul li {
	display: inline-block;
	margin-left: 30px;
	position: relative;
	padding-left: 25px;
}
.remark ul li:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    left: 0;
    top: 1px;
    background: #74cc00;
    border: 2px solid #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.remark ul li:nth-child(2):before {
    background-color: #048794;
}
.remark ul li:nth-child(3):before {
    background-color: #9c0005;
}
.remark ul li:nth-child(4):before {
    background-color: #ff8500;
}
.remark ul li:nth-child(5):before {
    background-color: #02adef;
}
.remark ul li:nth-child(6):before {
    background-color: #ff1300;
}
.cdb {
	background: #ff1300;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.fr {
	background: #02adef;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.gd {
	background: #ff8500;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.vg {
	background: #9c0005;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.ots {
	background: #74cc00;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.exl {
	background: #048794;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: inline-block;
}
.formPageSetLeader .reportDetails table {
    margin-top: 10px;
}
.barChart {
	display: inline-block;
	margin-right: 60px;
	vertical-align: top;
	margin-top: 30px;
}
.barChart img {
	max-width: 100%;
}
.barChartRight {
	display: inline-block;
	vertical-align: top;
	margin-left: 60px;
	text-align: left;
	font-size: 16px;
	margin-top: 48px;
}
.barChartRow {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 8px 10px;
	background-color: #ffe002;
}
.barChartRow:first-of-type {
	background-color: #20c401;
	color: #fff;
}
.barChartRow:nth-of-type(3) {
	background-color: #02aef0;
	color: #fff;
}
.barChartRow span {
	display: inline-block;
	vertical-align: top;
}
.barChartRow span:first-child {
	width: 300px;
}
.rank {
	margin-top: 40px;
}
.rank h4 {
	margin: 0;
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}
.rank span {
    display: inline-block;
    vertical-align: middle;
    background: #20c400;
    width: 80px;
    height: 80px;
    line-height: 74px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    margin: 0 0 0 20px;
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-border-radius: 5px;
}
.greenColor {
    background: #a7ff34;
    color: #000;
}
.admdash {
    width: 100%;
    min-height: calc(100vh - 40px);
    padding-top: 110px;
}
.reportSearchRow {
	text-align: left;
}
.reportSearchRow h3 {
    text-transform: none;
    text-align: left;
    margin-bottom: 8px;
}
.reportSearch {
    width: 500px;
    margin: 30px auto;
    display: inline-block;
    vertical-align: top;
}
.lstt {
    width: 804px;
    max-width: 100%;
    margin: 30px auto 0;
    text-align: center;
}
.reportSearch.lstt h5 {
    color: #333;
    text-align: center;
    padding-left: 0;
}
.lsttInner {
	width: 430px;
	margin: 0 auto;
}
.lsttInnerLeft {
    display: inline-block;
    vertical-align: bottom;
    width: 303px;
}
.lsttInnerRight {
    display: inline-block;
    vertical-align: bottom;
    width: 110px;
    margin-left: 8px;
    margin-bottom: 15px;
}
.lsttInnerRight .btn {
    padding: 13px 30px !important;
}
.reportSearch h5 {
    text-align: left;
    padding-left: 15px;
    font-size: 17px;
    margin-bottom: 30px;
    color: #333;
    line-height: 24px;
}
.regs h3 sup {
	color: red;
	font-size: 18px;
	top: 0;
}
.reportSearchRight {
    width: 500px;
    margin: 30px auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 27px;
    text-align: left;
}
.reportSearchRight h5 {
	text-align: left;
	font-size: 17px;
	margin-bottom: 30px;
	color: #333;
}
.pdf {
	width: 50px;
	margin-top: 15px;
}
.rptable {
    max-width: 800px;
    margin: 0 10px;
    display: inline-block;
}
.rptable th {
	width: 100px
}
.rptable th:first-child {
	width: 9%;
}
.rptable th:nth-child(2) {
	width: 40%;
}
.rptable th:nth-child(3) {
	width: 16%;
}
.rptable th:nth-child(4) {
	width: 16%;
}
.rptable th:nth-child(5) {
	width: 19%;
}
.rsRow {
    width: 500px;
    margin: 15px 0 0;
    float: left;
}
.claSec {
    font-size: 16px;
    color: #000;
    margin: 10px;
    position: relative;
    text-align: center;
}
.claSec div {
	display: block;
}
.claSec span {
	color: #ab0707;
	font-weight: bold;
}
.dload {
	float: right;
	margin: 17px 15px 0;
	position: relative;
}
.dload img {
	width: 26px;
}
.signFormSet.rsRow label p {
	height: 40px;
	width: 40px;
	margin-bottom: 0
}
.signFormSet.rsRow label select {
    width: calc(100% - 40px);
    height: 40px;
}
.signFormSet.rsRow label input {
    width: calc(100% - 40px);
    height: 40px;
}
.formPageSetLeader.rptable table {
    margin-top: 2px;
}
.pegi {
	margin-top: 3px;
}
.pegi .pagination {
	margin: 0
}
.repoSearch {
	width: 630px;
	margin: 0 auto;
}
.downpdf {
    position: absolute;
    right: 4px;
    top: 10px;
}
.downpdf img {
	width: 25px;
}
.leaderSearch {
	display: block;
	margin-left: -15px;
	margin-right: -15px;
}
.leaderSearch .rsRow {
    width: calc(100vw - 100px);
    text-align: left;
    padding-left: 89px;
}
.back {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    position: absolute;
    color: #fff;
    left: 0;
    top: -14px;
}
.leaderbrdTable .l-sear:nth-of-type(2) {
	right: 200px;
}
.rev {
    background: #fff9cf !important;
}
.ce th {
	width: 28%; background: #ccc;
	border-right: 1px solid #fff;
}
.ce th:last-child {
	width: 72%;
	border-left: 1px solid #333;
	border-right: none;
}
.rev .contest {
    margin: 20px auto auto;
}
.strnk {
	margin-top: -10px;
	margin-bottom: 30px !important;
}
.strrnk {
	margin-bottom: 30px !important;
}
.modal {
    z-index: 99999 !important;
}
.sbmi {
	margin-top: 0;
}
.dwwn {
    background: #333;
    color: #fff;
    position: absolute;
    width: 150px;
    padding: 5px 8px;
    right: 32px;
    top: 0;
    text-align: left;
    font-size: 11px;
    display: none;
    z-index: 9999;
}
.dload:hover .dwwn {
	display: block;
}
.rsch {
    border-right: 1px solid #ccc;
    padding-right: 29px;
    width: 550px;
}
.leaderSearch .rsRow.kk {
	padding-left: 0;
}
.signFormSet.rsRow label {
	padding-top: 0;
}
.magicc {
    margin-top: 100px !important;
}
.magicc .modal-header {
    padding: 10px !important;
    background-color: #00aaef !important;
    color: #fff !important;
    text-align: center;
}
.magicc .modal-header h4 {
    color: #fff;
}
.magicc .modal-content .modal-body {
    color: #777;
    padding: 15px 25px 45px;
    text-align: center;
}
.magicc .modal-header .close {
    margin-top: -20px !important;
}
.warning {
    padding: 20px 0 30px;
    color: #000;
    text-align: center;
}
.warning i {
    display: block;
    color: #999;
    font-size: 14px;
    margin-top: 5px;
}
.magicc .btn {
	background: #ffe001;
	color: #000;
	border-color: #ffe001;
}
.magicc .btn:hover {
	background: #00aaef;
	border-color: #00aaef;
}
.modal-open .dash-header {
    z-index: 999;
}
.modal-open .headerBottom {
    z-index: 997;
}
.mgBoxTop {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}
.mgBoxTop span {
    display: inline-block;
    color: #00BCD4;
    border-bottom: 1px solid #00BCD4;
}
.mgBoxTopInner {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 35px;
    color: #555;
}
.varificationCode {
    margin: 0 0 40px;
    text-align: center;
}
.vName {
    font-size: 20px;
    color: #222;
    text-align: center;
}
.vName span {
    display: inline-block;
    vertical-align: middle;
}
.vName .fa {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 2px;
    position: relative;
    color: red;
}
.poprcode {
    background: #fff;
    padding: 15px;
    background: #fff;
    position: absolute;
    color: #000;
    display: none;
    font-size: 16px;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    font-family: 'Roboto', sans-serif;
    left: 20px;
    width: 200px;
    line-height: 18px;
    text-align: left;
}
.poprcode i {
    color: #666;
    font-size: 13px;
}
.vName .fa:hover .poprcode {
    display: inline-block;
}
.VBox {
    margin-top: 10px;
}
.VBox input[type="text"] {
    border: 1px solid #00BCD4;
    width: 30px;
    padding: 0 2px 5px;
    text-align: center;
    color: #000;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    font-size: 20px;
}
.VBox input[type="number"] {
    border: 1px solid #00BCD4;
    width: 30px;
    padding: 0 2px 5px;
    text-align: center;
    color: #000;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    font-size: 20px;
}
.resend {
    margin: 10px 0 0;
}
.resend .fa {
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-top: 2px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.resend a {
    color: #FF9800;
    font-style: italic;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    letter-spacing: 1px;
}
.varificationCode .magicc {
    margin-top: 0px !important;
}
.chPassBox {
	background: #fff5ac;
	padding: 24px 12px;
	font-size: 14px;
	color: #000;
	display: inline-block;
	margin: 25px auto 10px;
	width: 400px;
}
.chngPass {
	display: block;
	text-align: center;
	margin-top: 10px;
}
.chngPass .regs {
	display: inline-block;
	width: 400px;
}
.chngPass label {
    padding-top: 0;
    position: relative;
}
.chngPass label {
    padding-top: 0;
    position: relative;
}
.chngPass label {
    width: 100%;
}
.chngPass label p {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    float: left;
    background: #ccc;
    color: #555;
    margin-bottom: 0;
}
.chngPass label input {
    width: calc(100% - 45px);
    height: 45px;
    background: #fff;
    border: solid 1px #ccc;
    border-left: transparent;
    color: #333;
    padding: 15px;
    outline: none;
    font-weight: normal;
}
.chngPass .regs h3 {
	text-align: left;
	margin: 10px 0;
}
.setOfqus.modques.rvans p {
	text-align: left !important;
	padding-left: 0 !important;
}
.pos {
    position: fixed;
    width: 97.8%;
    z-index: 9;
    padding-top: 11px;
    background: #fff9cf;
    height: 58px;
    top: 144px;
}
.newTab {
	margin-top: 85px!important;
}
.pos2 {
    position: fixed;
    width: 97.4% !important;
    top: 187px;
	z-index: 99;
}
.tableLeadBord.pos2 th {
    border: none !important;
}
.tableLeadBord.pos2 tr th:nth-child(4) {
    border: none !important;
}
.newTab1 {
	margin-top: 240px!important;
}
.pos21 {
    position: fixed;
    width: 97.4% !important;
    top: 337px;
	z-index: 99;
}
.tableLeadBord.pos21 th {
    border: none !important;
}
.tableLeadBord.pos21 tr th:nth-child(4) {
    border: none !important;
}
