.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.pad_none {
    padding-right: 0;
}
.pad_none_left {
    padding-left: 0;
}
.pad_none_right {
    padding-right: 0;
}
.white_bg {
    width: 100%;
    background: #fff;
    padding: 8px 0;
    box-shadow: 0 0 5px #d1d1d1;
    -moz-box-shadow: 0 0 5px #d1d1d1;
    -webkit-box-shadow: 0 0 5px #d1d1d1;
    position: fixed;
    z-index: 999;
}
.logo {
    float: left;
    width: 16.5%;
    padding: 0 1%;
}
.logo img {
    width: 100%;
    margin-top: 5px;
}
.padtop {
    padding-top: 130px;
}
.padbottom {
    padding-bottom: 10px;
}
.marg_20 {
    margin-right: -20px;
}
.marg_25 {
    margin-right: -25px;
}
.mar_right {
    margin-right: 15px;
}
.paddingtop10 {
    padding-top: 0px;
}





.login_white_bg {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 15px;
    min-height: 490px;
    box-shadow: 0 0 5px #d1d1d1;
    -moz-box-shadow: 0 0 5px #d1d1d1;
    -webkit-box-shadow: 0 0 5px #d1d1d1;
}
.logo_right {
    float: left;
    width: 83.5%;
    padding: 0 1% 0 1%;
}
.login_submit_btn{
    width: 100%;
    /*margin-top: 15px;*/
    float: left;
    margin-left: 22px;
}
.question_block{
    width:100%;
    float:left;
    margin:10px 0;
}
.question_block ol{
    font-size:17px;
    float: left;
    width: 100%;
    font-size:16px;
    font-weight:bold;
    color:#000;
    margin-bottom:20px;
    text-align:justify;
}
.question_tag{
    width:100%;
    font-size:16px;
    font-weight:bold;
    color:#000;
    line-height:26px;
    margin-bottom:20px;
    text-align:justify;
}
.question_block ol li{
    width: 100%;
    float: left;
}
.question_block ol li form p{
    width: auto;
    margin: 20px 10px;
}
.question_mainblock .login_submit_btn{
    margin-top:30px;
    margin-bottom:10px;
}
.login_submit_btn{
    text-align:center;
    display:block;
    margin-left: 0;
}
.login_submit_btn a{
    display:inline-block;
    margin: 0 3px;
}
.danger_btn{
    background:#e53935 ;
}
.danger_btn:hover{
    background:#b71c1c;
}
.success_btn{
    background:#4caf50  ;
}
.success_btn:hover{
    background:#2e7d32 ;
}
.login_submit_btn button{
    color:#fff;
}
.greenText{
    font-size: 26px;
    color: #54C01F;
    margin-top: 10px;
}
.redText{
    font-size: 26px;
    color: #FF0000;
    margin-top: 10px;
}
.blueText{
    font-size: 18px;
    color: #25A2C8;
    margin-bottom: 5px;
    display: inline-block;
}
.tickIcon{
    font-size: 25px;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #25A2C8;
    border-radius: 100%;
    border: 5px solid #fff;
    box-shadow: 0 0 0 3px #25A2C8;
}
.tickIcon i{
    font-size: 50px;
    color: #fff;
    margin-top: 5px;
}

.image_height {height: 150px;
               width: 48%;
               float: left; margin-bottom:30px; }

.image_height img{height: 150px;
                  width:200px;
                  float: left; }

/* added new for sticky btn */
footer{
    position:fixed;
    bottom:0;
    padding:10px 0;
    width:100%;
    background:#fff;
    box-shadow:0 0 10px #d1d1d1;
    left: 0;
}
.footer_main {
    width:96%;
    float:left;
    margin:0 2%;
    font-size:18px;
}
.login_submit_btns {
    float:right;
}
.calculate_qust{
    margin-top:12px;
    display: inline-block;
    margin-right: 15px;
}
.get_ques {
    font-size:18px;
    color:#999;
}
.total_ques {
    font-size:18px;
    color:#07A6FF;
}

.thums_up_icon {
	font-size: 50px;
	color: #FFFFFF;
	margin-top: 8px;
	margin-left: 2px;
}
.head_title{
	position: relative;
  	top: 120px;
}
.welcome_text{
	text-align:center;
}
.welcome_text h4{
	margin: 0;
	width: 80px;
	background: #27A3C9;
	height: 80px;
	display: inline-block;
	border-radius: 100%;
	border: 5px solid #fff;
	box-shadow: 0 0 0 3px #27A3C9;
	margin-bottom: 20px;
}
.welcome_text ul{
	padding:0;
	margin:0;
}
.welcome_text ul li{
	width:100%;
	display:inline-block;
	text-align:left;
	padding:5px 0;
	list-style:none;
	vertical-align:top;
	font-size: 15px;
}
.welcome_text ul li span{
	vertical-align:middle;
	margin-right:10px;
	color:#529F13;
        float: left;
}
.user_email{
    width: 100%;
    float: left;
}

.welcome_text small{
 font-size:14px;
 float:left;
 width: 90%;
}

.wish_para{
 font-size:25px;
 color:#529F13;
 margin-top:10px;
 margin-bottom:0;
}

.welcome_text .blueText {
   font-size: 14px !important;
}
