.ws {
	width: 95% !important;
}
.phoan_in {
	width:77% !important;
}
.button_bg {
	cursor: pointer;
	border: 1px solid #ba024c;
	padding: 5px;
	border-radius: 3px;
	background: #ba024c;
	color: #fff;
}
.button_bg:hover {
	background: none;
	color:#ba024c;
}
.bg_a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	background:#ba024c;
	border-radius: 3px;
}
.bg_a:hover {
	text-decoration: none;
	background:#000;
	color:#fff;
}
.clearfix {
	clear:both;
}
.login_box {
	width: 350px;
	height: auto;
	margin: 40px auto;
	border: 1px solid #333;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0), 0 15px 12px rgba(0, 0, 0, 0.22);
	background: #333;
	/* background: #FFF; */
	/* box-shadow: inset 0px 0px 45px #ddd; */
	text-align: center;
}
.mem_box {
	width:461px;
	height:auto;
	margin:50px auto;
	border:1px solid #ccc;
	background:#FFF;
	box-shadow:inset 0px 0px 45px #ddd;
}

.apply_now_student {
	width:80% !important;
	height: auto; 
	margin: 50px auto;
	border: 1px solid #333;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0), 0 15px 12px rgba(0, 0, 0, 0.22);
	background: #333;
}
.apply_now_student .field_box input[type="text"], .field_box input[type="password"] {
	border: 1px solid #c89c34 !important;
	width: 100% !important;
	height: 38px !important;
	padding: 0px 2.5%;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #333 !important;
	color: #fff;
}

.apply_now_student .field_box input[type="file"]{
	border: 1px solid #c89c34 !important;
	width: 100% !important;
	height: 38px !important;
	padding: 0px 2.5%;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #333 !important;
	color: #fff; 
}
.apply_now_student  .field_box {
	width: 100%;
	min-height: 30px;
	margin: 0px auto 10px;
	padding: 0px 10px;
	text-align: left;
	float: left;
}
.apply_now_student .field_box textarea{
	border: 1px solid #c89c34 !important;
	width: 100%;
 	padding: 0px 2.5%;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #333 !important;
	color: #fff; 
}
.regi_box select {
	border: 1px solid #c89c34 !important;
	width: 100% !important;
	height: 38px !important;
	padding: 0px 2.5%;
	margin: 0px 0px 5px 0px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #333 !important;
	color: #fff;
	text-align: left;
}
.apply_now_student .field_box {
	width: 100%;
	min-height: 30px;
	margin: 0px auto 10px;
	padding: 0px 10px;
	text-align: left !important;
color: #fff;
vertical-align: top;
}
 
.apply_now_student .row input {
	width: 22px;
	height: 14px;
	line-height: 27px; 
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 0px 5px;
	margin-left: 5px;
}
.apply_now_student .field_box label {
	display: block;
	max-width: 100%;
	margin-bottom: 6px;
	font-weight: 700;
	margin-top: 10px;
}
.apply_now_student .field_box h2 {
float: left;
font-size: 15px;
color: #e4cd88;
vertical-align: top;
padding: 0;
margin: 0;
}




 @media all and (max-width:600px) {
.login_box {
width:285px;
margin:50px auto;
}
.mem_box {
width:280px;
margin:50px auto;
}
}
.login_tl {
	width:auto;
	margin:15px;
	font-size:18px;
	color:#e4cd88;
	text-align:center;
	text-transform:uppercase;
}
.login_box .field_box {
	width:100%;
	min-height:30px;
	margin:0px auto 10px;
	padding:0px 10px;
}
.login_box .field_box a {
	color:#333;
}
.login_box .field_box a:hover {
	color:#ba024c
}
.login_box .field_box input[type="text"], .field_box input[type="password"] {
  border: 1px solid #c89c34 !important;
  width: 100% !important;
  height: 38px !important;
  padding: 0px 2.5%;
  margin: 0px 0px 5px 0px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #333 !important;
  color: #fff;
}
 
.login_box .field_box input[type="submit"] {
	width:100%;
	height:32px;
	background:#ba024c;
	color:#FFF;
	font-size:16px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.login_box .field_box input[type="submit"]:hover {
	background:#e4cd88;
}
.login_box .forgot_link {
	display: inline-block;
	margin:0 0 15px auto;
	color:#e4cd88;
}
.login_box .forgot_link:hover {
	color:#ba024c;
}
.login_box .error_box {
	width:90%;
	margin:0px auto 10px;
	padding:5px;
	border:1px solid #F00;
	background:#F5BBBB;
	font-size:12px;
	color:#000;
}
.login_box .logtext {
	width:90%;
	margin:0px auto 15px;
	font-size:14px;
	color:#000;
	display:block;
}
/*  XXXXXXXXXXXXXXXXXXXXXXXXXXXXX  */

.logout_box {
	float:right;
	margin:10px 0px;
}
.logout {
	background:#000;
	float:right;
	height:30px;
	display:block;
	color:#fff;
	font-size:12px;
	line-height:30px;
	padding:0px 10px;
	border-radius:5px;
}
.logout:hover {
	background:#ba024c;
}
.chng_pswd {
	padding:0px 15px 0px 0px;
	line-height:30px;
	color:#333;
}
.chng_pswd:hover {
	color:#ba024c;
}
.member_name {
	float:left;
	margin:15px 0px 0px 2px;
	font-size:16px;
	color:#333;
	text-shadow:-1px 1px 1px #aaa;
}
 @media all and (max-width:980px) {
.menu_box {
padding:0px 10px;
}
}
 @media all and (max-width:500px) {
.menu_wrap {
background:url(../images/menu_bg.jpg) repeat-x center top #c8c8c8;
height:auto;
}
.menu_box {
padding:0px 10px;
height:auto;
}
}
 @media all and (max-width:450px) {
.member_name {
width:100%;
text-align:center;
margin:10px 0px 0px 0px;
}
.logout_box {
width:100%;
}
}
.inner_main {
	width:100%;
	max-width:980px;
	margin:0px auto;
	padding:0px 0px 0px;
	display:block;
}
 @media all and (max-width:1024px) {
.inner_main {
width:auto;
padding:0px 10px 0px;
}
}
.banner_main {
	width:auto;
	height:auto;
	background:url(../images/member_banner_bg.jpg) no-repeat center center #0a0502;
}
.banner {
	width:100%;
	max-width:980px;
	position:relative;
	margin:0px auto 20px;
	padding:30px 0px;
	text-align:center;
}
.banner span {
	width:100%;
	max-width:600px;
	display:block;
	margin:auto;
	font-size:22px;
	color:#ba024c;
	line-height:30px;
	text-shadow:0px 2px 1px #000;
}
.banner span.pg_tl {
	font-size:50px;
	font-weight:bold;
	letter-spacing:5px;
}
 @media all and (max-width:500px) {
.banner span {
font-size:16px;
line-height:20px;
width:90%;
}
}
.news_wrap {
	width:100%;
	height:43px;
	background:#eedcc4;
	margin-bottom:30px;
	border-radius:6px;
	overflow:hidden;
}
.news {
	width:980px;
	height:auto;
	margin:0 auto;
}
.latest_news {
	color:#fff;
	background:#000;
	display:inline-block;
	padding:13px 30px;
	font-size:16px;
	text-transform:capitalize;
	float:left;
	margin-right:15px;
}
.marquee {
	width:84%;
	height: auto;
	overflow:hidden;
	float:left;
}
.marquee ul {
	margin:0px;
	padding:4px;
	list-style:none;
	color:#000;
	padding:10px;
}
.marquee ul li {
	display: inline;
	margin: 0px 100px 0px 0px;
	line-height: 24px;
	list-style: none;
}
.marquee ul li a {
	color:inherit;
	text-decoration:none;
}
.marquee ul li a:hover {
	text-shadow:0px 0px 6px #fff;
}
 @media all and (max-width:999px) {
.news {
width:100%;
}
.marquee {
width:70%;
}
}
 @media all and (max-width:600px) {
.latest_news {
padding:13px 10px 13px 10px;
margin-right:5px;
}
.marquee {
width:67%;
}
}
.d_tl {
	font-size:20px;
	margin-bottom:10px;
	text-transform:uppercase;
	text-align:center;
	position:relative;
}
.d_tl:before {
	width:100%;
	height:0px;
	border-top:1px dotted #ba024c;
	position:absolute;
	top:50%;
	left:0;
	content:'';
}
.d_tl span {
	background:#FFF;
	padding:0px 20px;
	position:relative;
	z-index:10;
	text-shadow:0px 1px 1px #ccc;
}
.filters_div {
	width:100%;
	display:block;
	margin-bottom:30px;
}
.filters_div * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.filter_tl {
	width:auto;
	display:block;
	font-size:16px;
	margin-bottom:10px;
}
.filter_fields {
	width:25%;
	height:30px;
	display:block;
	float:left;
	margin-bottom:15px;
}
.filter_fields input, .filter_fields select {
	width:95%;
	height:30px;
	display:block;
	border:1px solid #ccc;
	padding:0px 5px;
	margin:auto;
	line-height:30px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.filters_btns {
	width:auto;
	display:block;
	margin-bottom:5px;
	clear:both;
	text-align:center;
}
.filters_btns .filt_btn {
	width:100px;
	height:30px;
	background:#000;
	color:#FFF;
	font-size:14px;
	margin:0px 5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.filters_btns .filt_btn:hover {
	background:#ba024c;
}
 @media all and (max-width:650px) {
.filter_fields {
width:50%;
}
}
@media all and (max-width:400px) {
.filter_fields {
width:100%;
}
}
}
.row:after {
	display:block;
	content:'';
	clear:both;
}
.row select {
	width:50px;
	height:29px;
	line-height:29px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:0px;
	margin-left:5px;
}
.row input {
	width:200px;
	height:27px;
	line-height:27px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:0px 5px;
	margin-left:5px;
}
 @media all and (max-width:500px) {
.search, .enteries {
float:left;
width:100%;
}
}
table.directory_table {
	width:100%;
	border-collapse:collapse;
	font-size:14px;
	color:#464646;
	margin-bottom:20px;
}
table.directory_table td {
	border:1px solid #ccc;
	padding:8px 7px;
	vertical-align:top;
}
table.directory_table thead {
	background:url(../images/menu_bg.jpg) repeat-x #c8c8c8;
	text-transform:uppercase;
	border-bottom:2px solid #aaa;
	font-weight:bold;
}
@media all and (min-width:801px) {
table.directory_table tbody tr:nth-child(even) {
background:#f9f9f9;
}
}
table.directory_table a {
	color:inherit;
}
table.directory_table a:hover {
	color:#ba024c;
	text-decoration:underline;
}
 @media all and (max-width:800px) {
table.directory_table * {
display:block;
}
table.directory_table thead {
display:none;
}
table.directory_table tr {
border:1px solid #ddd;
border-left:2px solid #ba024c;
margin-bottom:15px;
}
table.directory_table tr td {
border:0px;
position:relative;
padding-left:100px;
}
table.directory_table tr td:before {
content:attr(data-title)' :';
width:90px;
float:left;
margin-left:-90px;
font-size:13px;
font-weight:bold;
}
table.directory_table tr td:nth-child(even) {
background:#f9f9f9;
}
}
.directory_table {
	width:100%;
	font-size:14px;
	color:#464646;
	margin-bottom:20px;
	display:block;
	border-collapse:collapse;
	border:1px solid #ccc;
	border-bottom:0;
}
.directory_table .dt_row {
	width:100%;
	display:block;
}
.directory_table .dt_row:nth-child(odd) {
background:#f9f9f9;
}
.directory_table .dt_table {
	width:100%;
	display:table;
	border-bottom:1px solid #ccc;
	position:relative;
}
.directory_table .dt_head {
	background:url(../images/menu_bg.jpg) repeat-x #c8c8c8;
	text-transform:uppercase;
	border-bottom:1px solid #aaa;
	font-weight:bold;
}
.directory_table .dt_table .dt_col {
	display:table-cell;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:8px 7px;
	vertical-align:top;
	word-break: break-all;
}
.directory_table .dt_row .dt_extra {
	display:block;
	padding:8px 7px;
	width:auto;
	border-bottom:1px solid #ccc;
	display:none;
}
.directory_table .dt_table .dt_btn {
	position:absolute;
	left:4px;
	top:5px;
	display:block;
	width:20px;
	height:20px;
	background:#000;
	border-radius:50%;
	color:#FFF;
	font-size:16px;
	text-align:center;
	line-height:20px;
}
.directory_table .dt_table .dt_btn:hover {
	background:#ba024c;
}
 @media all and (min-width:901px) {
.directory_table .dt_table .col_1 {
width:25% !important;
border-left:0;
padding-left:30px;
}
.directory_table .dt_table .col_2 {
width:25% !important;
}
.directory_table .dt_table .col_3 {
width:20% !important;
}
.directory_table .dt_table .col_4 {
width:15% !important;
}
.directory_table .dt_table .col_5 {
width:15% !important;
border-right:0px;
}
}
.directory_table .dt_address, .directory_table .dt_nos {
	width:auto;
	display:block;
	margin-bottom:10px;
	padding-left:95px;
}
.directory_table .dt_address:before, .directory_table .dt_nos:before {
	content:attr(data-title)' : ';
	font-weight:bold;
	width:90px;
	float:left;
	margin-left:-95px;
}
 @media all and (max-width:900px) {
.directory_table {
border:0;
}
.directory_table .dt_head {
display:none;
}
.directory_table .dt_table * {
display:block !important;
}
.directory_table .dt_table {
border-bottom:0;
}
.directory_table .dt_row {
border:1px solid #ccc;
border-left:2px solid #ba024c;
margin-bottom:20px;
}
.directory_table .dt_table .dt_col {
border:0px;
padding-left:100px;
}
.directory_table .dt_table .dt_col:before {
content:attr(data-title)' : ';
font-weight:bold;
width:90px;
float:left;
margin-left:-92px;
}
.directory_table .dt_table .dt_btn {
position:static;
margin-left:7px;
}
.directory_table .dt_row .dt_extra {
border-bottom:0;
}
}
.total_member {
	width:auto;
	float:left;
}
.pagination_box {
	width:auto;
	display:block;
	margin-bottom:0px;
	float:right;
}
.pagination_box ul li {
	display:inline-block;
}
.pagination a {
	width:auto;
	height:20px;
	margin:0px 2px;
	padding:0px 4px;
	color:#333;
	border:0!important;
}
.pagination .active a {
	background:#ba024c;
	color:#FFF !important;
}
.page_table {
	display:table;
	width:100%;
}
.page_left {
	width:auto;
	display:table-cell;
	padding-right:50px;
}
.news_tl {
	font-size:20px;
	color:#ba024c;
	margin-bottom:20px;
	clear:both;
}
.article_img {
	width:100%;
	max-width:300px;
	height:auto;
	margin:0px 0px 25px 25px;
	float:right;
	border:1px solid #ccc;
}
 @media all and (max-width:550px) {
	.article_img {
		float:none;
		margin:0px auto 25px;
		display:block;
	}
}
.page_right {
	width:250px;
	display:table-cell;
}
.othernews_box {
	width:auto;
	display:block;
	margin:0px 0px 15px 0px;
	background:url(../images/rel_menu_bg.png) repeat-x #f0f0f0;
	border:1px solid #d3d3d3;
	padding:10px 10px 5px 10px;
}
.othernews_box .tl {
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:8px;
	margin-bottom:10px;
	border-bottom:1px dotted #333;
}
.othernews_box ul li {
	margin-bottom:10px;
	padding-left:10px;
	background:url(../images/menu_bull.png) no-repeat left 7px;
}
.othernews_box ul li a {
	font-size:14px;
	line-height:18px;
	color:#666;
	display:block;
}
.othernews_box ul li a:hover, .othernews_box ul li.active a {
	color:#ba024c;
}
@media all and (max-width:950px) {
	.page_left, .page_right {
		width:100%;
		display:block;
		margin-bottom:30px;
		padding:0px;
	}
}
/*  xxxxxxxxxxxxxxxxxxxxxxxx  */

.footer {
	min-height:50px;
}
.side_socialmedia {
	display:none;
}
.regi_box {
	width: 100% !important; float:left;
	height: auto;
	margin: 50px auto;
	border: 1px solid #333;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0), 0 15px 12px rgba(0, 0, 0, 0.22);
	background: #333;
}
@media all and (max-width:600px) {
	.regi_box {
		width:300px;
		margin:50px auto;
	}
}
.regi_box .field_box a {
	color:#e4cd88;
}
.regi_box .field_box a:hover {
	color:#ba024c;
}
.regi_box .field_box {
	width: 100%;
	min-height: 30px;
	margin: 0px auto 20px;
	padding: 0px 10px;
	text-align: center;
}
.regi_box .fieldmem_box {
	/*width:600px;*/
	min-height:30px;
	margin:0px auto 10px;
	padding:0px 10px;
	text-align:center;
}
@media all and (max-width:600px) {
	.regi_box .field_box {
		width:250px;
		min-height:30px;
		margin:0px auto 10px;
		padding:0px 10px;
	}
}
.regi_box .field_box input[type="text"], .field_box input[type="password"] {
  border: 1px solid #c89c34 !important;
  width: 100% !important;
  height: 38px !important;
  padding: 0px 2.5%;
  margin: 0px 0px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #333 !important;
  color: #fff;
}
.regi_box .fieldmem_box input[type="text"], .fieldmem_box input[type="password"] {
	border:1px solid #ccc;
	width:95%;
	height:30px;
	padding:0px 2.5%;
	margin:0px 0px 5px 0px;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#FFF;
}
.regi_box .fieldmem_box input[type="submit"] {
	width:100px;
	height:32px;
	background:#ba024c;
	color:#FFF;
	font-size:16px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.regi_box .field_box input[type="submit"] {
	height:38px;
	background:#ba024c;
	color:#FFF;
	font-size:16px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.regi_box .field_box input[type="submit"]:hover {
	background:#000;
}
.regi_box .forgot_link {
	display:table;
	margin:15px auto;
	color:#333;
}
.regi_box .forgot_link:hover {
	color:#ba024c;
}
.regi_box .error_box {
	width:90%;
	margin:0px auto 10px;
	padding:5px;
	border:1px solid #F00;
	background:#F5BBBB;
	font-size:12px;
	color:#000;
}
.regi_box .logtext {
	width:90%;
	margin:0px auto 15px;
	font-size:14px;
	color:#000;
	display:block;
}
.regi_box select {
	border:1px solid #000;
	width:100%;
	height:30px;
	padding:0px 2.5%;
	margin:0px 0px 5px 0px;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#000; color:#fff;
}
.field_box label {
	color: #fff;
	float: left;
}
/*******************************************************LOG OUT MENU**************************************************/


.logout_box {
	float:right;
	margin:10px 0px;
}
.logout {
	background:#000;
	float:right;
	height:30px;
	display:block;
	color:#fff;
	font-size:12px;
	line-height:30px;
	padding:0px 10px;
	border-radius:5px;
}
.logout:hover {
	background:#ba024c;
}
.chng_pswd {
	padding:0px 15px 0px 0px;
	line-height:30px;
	color:#fff;
}
.chng_pswd:hover {
	color:#ba024c;
}
.member_name {
	float:left;
	margin:15px 0px 0px 2px;
	font-size:16px;
	color:#fff;
	text-shadow:-1px 1px 1px #aaa;
}
@media all and (max-width:980px) {
	.menu_box {
		padding:0px 10px;
	}
}
@media all and (max-width:500px) {
	.menu_wrap {
		background:#1b928f;
		height:auto;
	}
	.menu_box {
		padding:0px 10px;
		height:auto;
	}
}
@media all and (max-width:450px) {
	.member_name {
		width:100%;
		text-align:center;
		margin:10px 0px 0px 0px;
	}
	.logout_box {
		width:100%;
		position:relative;
	}
}
.rupee {
	font-size: 20px;
	color: #000;
	background: #f4f4f4;
	padding: 10px;
	margin: 15px 0px;
	line-height: 30px;
}
.apply_btn {
	background:#000;
	float:right;
	height:30px;
	display:block;
	color:#fff;
	font-size:14px;
	line-height:30px;
	padding:0px 20px;
	border-radius:5px;
}
.apply_btn:hover {
	background:#333;
}
.left_main ol.d {
	line-height:24px;
	margin-bottom:15px
}
.p_txt {
	font-style:italic;
}
/******************************************************************************************************************************/

#dummy_images {
    color: #fff;
}
.memlog_box {
	width:95%;
	height:auto;
	margin:20px auto;
	border:1px solid #ccc;
	background:#333;
	padding:15px
}
@media all and (max-width:600px) {
	.memlog_box {
		width:85%;
		margin:60px auto;
	}
}
.memlog_box .field_box input[type="text"], .field_box input[type="password"] {
	border:1px solid #000;
	width:95%;
	height:30px;
	padding:0px 2.5%;
	margin:0px;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#000; color:#fff;
}
.memlog_box .field_box textarea {
	border:1px solid #000;
	width:93%;
	height:43px;
	padding:10px 1%;
	margin:0px 0px 0px 0px;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#000;
	margin:13px 0 10px 0px;
}
.memlog_box .field_box input[type="submit"] {
	/*width:10%;*/
	height:32px;
	background:#ba024c;
	color:#FFF;
	font-size:16px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-left: 10px;
	padding: 0 15px;
}
.memlog_box .field_box input[type="submit"]:hover {
	background:#e4cd88;
}
.memlog_box .error_box {
	width:99%;
	margin:0px auto 10px;
	padding:5px;
	border:1px solid #F00;
	background:#F5BBBB;
	font-size:12px;
	color:#000;
}
.chbox {
	width:95%;
	height:auto;
	padding:10px;
	margin:5px 0;color: #fff;
}
.choosefile {
	padding: 5px 10px;
	background: #000;
	border: 1px solid #000;
	position: relative;
	color: #fff; 
	border-radius: 2px;
	text-align: center;
	float: left;
	cursor: pointer;
	margin-bottom: 5px;
	margin: 6px 10px 0;
}#dvPreview img {
	width: auto;
	padding: 3px;
}
.hide_file {
	position: absolute;
	z-index: 1000;
	opacity: 0;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	font-size: 24px;
	width: 100%;
}
.chbox span {
	padding-left:10px;
	font-size:14px;
	display: block;
}
.uploadfiles {
	display:inline-block;
	width:10%;
	height:auto;
	background:#FFF;
	margin:10px 0;
	border:1px solid #ccc;
}
.uploadfiles img {
	width:100%;
	height:auto
}
.bor_btm {
	border-bottom:1px solid #ccc;
}
/**************************************************** dashboard dropdown menu ******************************************************/

.login {
	margin-right:23px;
	background:url(../images/login_icon.png) no-repeat 0px 3px;
	padding-left:20px;
	position:relative;
	z-index:9999999;
}
ul.accountMenu {
	position: absolute;
	width: 200px;
	right: -63px;
	top: 50px;
	background: #f8f8f8
}
 @media(max-width:400px) {
ul.accountMenu {
	/*left:inherit;*/
	left:4px;
    top: 40px;
}
}
 @media only screen and (min-width:401px) and (max-width: 900px) {
ul.accountMenu {
	/*left:inherit;*/
	right:0px;
 top: 160px;
}
}
ul.accountMenu li {
	border-bottom:1px solid #E0E0E0;
}
ul.accountMenu li a {
	padding:10px 5px;
	color:#333;
	display:block;
}
ul.accountMenu li {
	border-bottom:1px solid #E0E0E0;
}
ul.accountMenu li a {
	padding:10px 5px;
	display:block;
}
/*************************************Paymemt **************************************/
.paywarp {
	width:100%;
	height: auto;
}
.paywarp p {
	font-size: 14px;
	margin:15px 0px;
	line-height: 20px;
}
.sub_check [type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* One radio button per line */
.sub_check label {
	/*display: block;*/
    cursor: pointer;
	line-height: 2.5;
	font-size: 13px;
	padding-right:17px;
	display:inline-block;
}
.sub_check [type="radio"] + span {
/* display: block;*/
}
/* the basic, unchecked style */
.sub_check [type="radio"] + span:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: -0.25em;
	border-radius: 15px;
	border: 4px solid #fff;
	box-shadow: 0 0 0 0.15em #000;
	margin-right: 5px;
	transition: 0.5s ease all;
}
/* the checked style using the :checked pseudo class */
.sub_check [type="radio"]:checked + span:before {
	background: #353535;
	box-shadow: 0 0 0 0.25em #000;
}
.cont_btn {
	background:#000;
	width:80px;
	height:30px;
	display: inline-block;
	color:#fff!important;
	font-size:12px;
	line-height:30px;
	padding:0px 10px;
	border-radius:5px;
	text-align:center;
}
.cont_btn:hover {
	background:#ba024c;
}
.neftband {
	margin-bottom: 20px;
	margin-top: 20px;
}
/*******************************************************My DASHBOARD************************************************************/


.profile_wrap .bold {
	font-weight:bold;
}
.profile_wrap .table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:15px;
}
.profile_wrap .table thead {
	text-align:left;
	background:#000;
	color:#fff;
}
.profile_wrap .table th, .fee_table td {
	border:1px solid #ccc;
	padding:8px;
	vertical-align:top;
}
.profile_wrap .table td img {
	float:left;
	margin-right:5px;
	vertical-align:bottom;
}
.profile_wrap .table td a {
	color:#000;
}
/*.profile_wrap .table tr:hover td {background:#f1f1f1;}*/


.profile_wrap .table .field_box {
	width:600px;
	min-height:30px;
}
@media all and (max-width:600px) {
	.profile_wrap .table .field_box {
		width:250px;
		min-height:30px;
		margin:0px auto 10px;
		padding:0px 10px;
	}
}
@media all and (max-width:400px) {
	.profile_wrap .table .field_box {
		width:100%;
		min-height:30px;
		margin:0px auto 10px;
		padding:0px 10px;
	}
}
.profile_wrap .table .field_box input[type="text"] {
	border:1px solid #fff;
	width:90%;
	height:35px;
	padding:0px 2.5%;
	margin:0px 0px 5px 0px;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#000;
}
.profile_wrap .table .field_box textarea {
	border:1px solid #fff;
	width:90%;
	height:35px;
	padding:5px 14px;
	margin:0px 0px 0px 0px;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background:#000;
	margin-bottom:10px;
}
.profile_wrap .field_box input[type="submit"] {
	height:32px;
	background:#ba024c;
	color:#FFF;
	font-size:16px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-top: 10px;
}
.profile_wrap .field_box input[type="submit"]:hover {
	background:#000;
}
.profile_wrap .table .forgot_link {
	display:table;
	margin:15px auto;
	color:#333;
}
.profile_wrap .table .forgot_link:hover {
	color:#ba024c;
}
.profile_wrap .table .error_box {
	width:90%;
	margin:0px auto 10px;
	padding:5px;
	border:1px solid #F00;
	background:#F5BBBB;
	font-size:12px;
	color:#000;
}
.mem_check {
	margin: 20px 10px;
	text-align:center
}
.mem_check p {
	margin: 15px;
	text-align:center
}
.mem_check [type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* One radio button per line */
.mem_check label {
	/*display: block;*/
  cursor: pointer;
	line-height: 2.5;
	font-size: 13px;
	padding-right:5px;
	padding-left:5px;
	display:inline-block;
}
.mem_check [type="radio"] + span {
/* display: block;*/
}
/* the basic, unchecked style */
.mem_check [type="radio"] + span:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	vertical-align: -0.25em;
	border-radius: 15px;
	border: 4px solid #fff;
	box-shadow: 0 0 0 0.15em #000;
	margin-right: 5px;
	transition: 0.5s ease all;
}
/* the checked style using the :checked pseudo class */
.mem_check [type="radio"]:checked + span:before {
	background: #353535;
	box-shadow: 0 0 0 0.25em #000;
}
.mem_main {
	width: 100%;
	max-width: 980px;
	margin: 0px auto;
	padding-bottom: 10px;
	display: table;
}
.memback {
	margin-bottom:20px;
}
.back_btn {
	line-height:28px;
	background:#ba024c;
	text-align:center;
	color:#fff;
	padding:8px 28px;
}
.back_btn:hover {
	background: #ba024c;
}
.hide_box {
	display:none
}
.apply_btn_student {
	background: #000;
	float: right; 
	height: 30px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 0px 20px;
	border-radius: 5px;
}
.apply_btn_student:hover {
	background:#e6ba57;
}


.thank_youpage{ width:100%; float:left; padding:50px 0;}
.thank_youpage h1{font-size:30px; text-align:center; margin:0;color: #e4cd88;}
.thank_youpage p{font-size: 16px; text-align:center; margin:0;color: #fff; padding:10px 0;}
.thank_youpage p a{color: #e4cd88;}
.lead a{font-size: 16px; text-align:center; margin:0;color: #000 !important; background:#e4cd88 !important; padding:5px 15px; border:none;}







