
@charset "utf-8";
@font-face {
	font-family: 'robot';
	src: url('fonts/robot.eot');
	src: local('☺'), url('fonts/robot.woff') format('woff'), url('fonts/robot.ttf') format('truetype'), url('fonts/robot.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_utsaah';
	src: url('fonts/utsaah.eot');
	src: local('☺'), url('fonts/utsaah.woff') format('woff'), url('fonts/utsaah.ttf') format('truetype'), url('fonts/utsaah.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body{margin:0px; background:#C8EBFA; font-family: 'robot', sans-serif; line-height:25px; min-width:1024px; color:#000;}
h1, h2, h3, h4, h5, h6 {font-weight:bold; margin:0px; padding:0px; padding:5px;}
a{-moz-transition: all 0.3s ease-out;	-o-transition: all 0.3s ease-out;	-khtml-transition: all 0.3s ease-out;	-ms-transition: all 0.3s ease-out;	-webkit-transition: all 0.3s ease-out; text-decoration:none;}
.hindi{font-family:'Conv_utsaah' !important; font-size:21px;}
.wrapper{width:1000px; background:#fff; margin:0 auto; height:auto; overflow:hidden; border:#ccc solid 1px; border-top:none; min-height:500px;  border-bottom:none;}
.visible_true{display:block;}
.visible_false{display:none;}
.footer{width:1000px; background:#fff; margin:0 auto; height:auto; overflow:hidden; border-top:#ccc solid 1px; border-bottom:#ccc solid 1px; text-align:center;}

.header{width:100%; height:auto; overflow:hidden; padding:0px; box-sizing:border-box; font-size:40px;}
.header img{width:100%; height:auto;}

.top{height:35px; background:#2C3E50; border-top:#fff solid 1px; line-height:35px; text-align:center; color:#fff; font-size:20px;}
/**************Table**************/
.frmtable {border-collapse: collapse; border-spacing:0; width:100%; line-height:35px;}
.frmtable td,
.frmtable th{vertical-align:top; padding-left:5px;}
.frmtable .step{width:100%; text-align:center;}
.frmtable .step i{margin-right:5px; background:#fff; font-size:20px; padding:10px; border-radius:100%;}
.frmtable .tt{font-family:'Conv_utsaah' !important; font-size:27px; background:#ccc; }
.frmtable .tt span{float:right; padding-right:10px; font-size:25px; color:#00F;}
/**************Table**************/


.block{height:auto; overflow:hidden;  border-top:#ccc solid 1px; box-sizing:border-box;}
.block h1{font-size:20px; background:#595959; font-weight:bold; border-bottom:#ccc solid 1px; color:#fff;}
.block h1 span{float:right; font-size:15px; color:#fff;}
.block p{margin:0px; padding:10px; text-align:justify;}
.block .links{text-align:right; height:auto; overflow:hidden; padding:10px;}
.block a{width:auto; padding:5px 15px; background:#0070C0; color:#fff;}
.block a:hover{background:#053D67;}