@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:wght@400;700&family=Montserrat:wght@300;400;500;600;700;900&family=Oswald:wght@700&family=Poppins:wght@300;400;500;600;700&family=Sarabun:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
/*font-family: 'Lobster Two', cursive;  |  font-family: 'Montserrat', sans-serif;  |  font-family: 'Oswald', sans-serif;  |  font-family: 'Poppins', sans-serif;  |  font-family: 'Sarabun', sans-serif;  |  font-family: 'Roboto Condensed', sans-serif;*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Poppins', sans-serif;
	box-sizing:border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {display: block;}
body {
	line-height: 1;
	overflow-x:hidden;
	font-family: 'Poppins', sans-serif;
	background:url(../images/top-border.png) 0 0 repeat-x;
}
ol, ul {list-style: none;}
sup, sub {line-height:0;}
a {
	color:#58ABDF;
	text-decoration:none;
}
a:focus {outline:none;}
a img {border:none;}
a, button, input[type=submit], input[type=button] {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input,select,textarea,button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875em;
	line-height:1.125em;
	color:#333;
	box-sizing:border-box;
}
blockquote, q {quotes: none; font-style: italic;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p, h1, h2, h3, h4, h5, h6, span, div, li, td, samp {
	white-space: -moz-pre-wrap !important; /* 1999+ Mozilla  */
	white-space: -pre-wrap; /* Opera 4 thru 6 */
	white-space: -o-pre-wrap; /* Opera 7 and up */
	word-wrap: break-word;
}
h4 {
	font-size:1.875em;
	line-height:2.125em;
	color:#333;
}
h5 {
	font-size:1.5em;
	line-height:1.75em;
	color:#333;
}
h6 {
	font-size:1.125em;
	line-height:1.375em;
	color:#333;
}
p, ul, ol {
	font-size:0.875em;
	line-height:1.125em;
	color:#333;
	margin:0.75em 0;
}
strong, b {font-weight:bold;}
i, em {font-style:italic;}
strong i, b i, strong em, b em, i strong, i b, em strong, em b {font-weight:bold; font-style:italic;}
u {text-decoration:underline;}
.floatleft {float:left !important;}
.floatright {float:right !important;}
.error_message {
	float:left;
	width:100%;
	height:25px;
	text-align:center;
	font-size:20px;
	line-height:15px;
	color:#F00;
}
.success_message {
	float:left;
	width:100%;
	margin:0 0 15px 0;
	text-align:center;
	font-size:20px;
	line-height:15px;
	color:#090;
}
.error {font-size:17px; color:#F00;}
.msg_holder {
	padding:5px 0 0 0;
	float:left;
	width:100%;
	height:30px;
	text-align:left;
}
#wrapper {float:left; width:100%;}
.inner_wrap {
	margin:0 auto;
	max-width:1200px;
	width:98%;
}
.default {
	float:left;
	width:100%;
	position:relative;
}
/* ----- HEADER STARTS HERE ----- */
#header {
	margin:0;
	padding:4px 0 0 0;
	float:left;
	width:100%;
	background:url(../images/pattern.png) 0 0 repeat;
}
.hdr_toppnl {
	margin:0;
	padding:0 0 0 0;
	float:left;
	width:100%;
	background:url(../images/hdr-topbg.png) 76% 0 repeat-y;
	border-bottom:#f2c216 1px solid;
}
.hdr_left {
	margin:0;
	padding:7px 0;
	float:left;
	width:35%;
	background:url(../images/top-corner.png) 100% 0 no-repeat;
	font-weight:400;
	font-size:15px;
	color:#000;
	letter-spacing:1px;
}
@media screen and (min-device-width: 1369px) and (max-device-width: 2000px) { 
	.hdr_left {width:48%;}
}
.hdr_left a {
	font-weight:600;
	font-size:15px;
	color:#000;
}
.hdr_left img {
	margin:0 7px 0 0;
	display:inline-block;
	vertical-align:middle;
}
.hdr_rght {
	margin:7px 0 0 0;
	padding:0 0;
	float:right;
	width:60%;
}
.marquee_hld {float:left; margin:0 0 0 0; width:100%;}
.marquee_hld marquee {font-family: 'Poppins', sans-serif; font-weight:700; font-size:16px; color:#000;}

.hdr_btm {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
/* ----- LOGO STARTS HERE ----- */
.logo {
	margin:8px 0 8px 0;
	float:left;
	width:100%;
	text-align:center;
}
.logo a {margin:0; float:left;}
.logo a img {float:none; display:inline-block; vertical-align:middle;}
.logo h1 {
	margin:0 0 0 28px;
	float:none;
	display:inline-block;
	vertical-align:middle;
	font-family: 'Oswald', sans-serif;
	font-weight:700;
	font-size:40px;
	color:#801924;
	text-transform:capitalize;
}
/* ----- LOGO ENDS HERE ----- */

/* ----- NAVIGATION STARTS HERE ----- */
.navhld {
	margin:0;
	float:left;
	width:100%;
	background:#801924;
	position:relative;
	z-index:5;
	border:#fff 3px solid;
}
/* ----- NAVIGATION ENDS HERE ----- */

/* ----- HEADER ENDS HERE ----- */

/* ----- BODY STARTS HERE ----- */
#container_hld {
	padding:0;
	float:left;
	width:100%;
}
.bnr_hld {
	margin:-32px 0 0 0;
	padding:75px 0 43px 0;
	float:left;
	width:100%;
	background:url(../images/bnrbg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.bnr_gallery {
	float:left;
	width:100%;
	position:relative;
}
.slider-wrapper {width:100%; float:left;}

.welcome_hld {
	padding:48px 0;
	float:left;
	width:100%;
	background:#ededed;
}
.welcome_pddinginr {
	padding:0 60px;
	float:left;
	width:100%;
}
.wlcme_imghld {
	margin:0;
	padding:30px 30px;
	float:left;
	width:47%;
	background:url(../images/welcomeimg-bg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.wlcme_caption {
	margin:36px 0 0 0;
	float:right;
	width:50%;
}
.wlcme_caption h2 {
	margin:0 0 29px 0;
	float:left;
	width:100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:35px;
	color:#000;
}
.wlcme_caption h2 span {
	margin:0 0 10px 0;
	padding:0 0 0 48px;
	float:left;
	width:100%;
	font-family: 'Lobster Two', cursive;
	font-style:italic;
	font-weight:400;
	font-size:22px;
	color:#801924;
	background:url(../images/welcomeline.png) 0 50% no-repeat;
}
.wlcme_caption p {
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:100%;
	font-weight:300;
	font-size:17px;
	line-height:25px;
	color:#000;
}
.wlcme_caption a {
	margin:22px 0 0 0;
	padding:14px 21px 16px 21px;
	float:left;
	font-weight:500;
	font-size:17px;
	color:#fff;
	background:#801924;
}
.wlcme_caption a:hover {background:#000;}

.importantlinks {
	padding:44px 0 42px 0;
	float:left;
	width:100%;
	text-align:center;
}
.importantlinks h2 {
	padding:0 0 25px 0;
	margin:0 0 30px 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#000;
	background:url(../images/border-green.png) 50% 100% no-repeat;
}
.importantlinks ul {
	margin:0;
	float:left;
	width:100%;
}
.importantlinks ul li {
	margin:5px 1.5%;
	float:left;
	width:22%;
}
.importantlinks ul li a {
	padding:0 15px 0 15px;
	float:left;
	width:100%;
	height:116px;
	font-family: 'Lobster Two', cursive;
	font-size:30px;
	line-height:116px;
	color:#fff;
	background:#006bc7;
}
.importantlinks ul li a:hover {background:#801924;}

.news_and_update {
	padding:43px 0 55px 0;
	float:left;
	width:100%;
	background:url(../images/notice-bg.jpg) 0 0 no-repeat;
	background-size:cover;
	text-align:center;
}
.news_and_update h2 {
	padding:0 0 25px 0;
	margin:0 0 44px 0;
	float:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#fff;
	background:url(../images/border-white.png) 50% 100% no-repeat;
}
.textticker {float:left; width:100%; position:relative; padding:0 15%;}
.textticker_cnt {height:189px; width:100%; overflow: hidden}
.news_and_update ul {
	padding:0 25px;
	float:left;
	width:100%;
}
.news_and_update li {
	padding:0 0 0 0;
	margin:0 0 15px 0;
	float:left;
	width:100%;
	text-align:center;
}
.news_and_update li p {
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:left;
	width:100%;
	font-weight:300;
	font-size:20px;
	line-height:26px;
	color:#fff;
}

.hmebtm_hld {
	margin:2px 0 0 0;
	padding:38px 0 37px 0;
	float:left;
	width:100%;
	background:url(../images/hmebtmbg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.hmebtm_hld ul {
	padding:0 50px;
	float:left;
	width:100%;
}
.hmebtm_hld ul li {
	padding:0;
	float:left;
	width:33.333%;
	text-align:center;
}
.sucess_number {
	padding:0;
	display:inline-block;
	width:134px;
	height:134px;
	border-radius: 50%;
	background:#f2c216;
	font-family: 'Lobster Two', cursive;
	font-weight:700;
	font-size:40px;
	line-height:134px;
	color:#000;
}
.hmebtm_hld ul li p {
	margin:24px 0 0 0;
	float:left;
	width:100%;
	font-size:20px;
	color:#fff;
}
/*innerpage start here*/
.innerbnr_hld {
	padding:30px 0;
	float:left;
	width:100%;
	background:url(../images/bnrbg.jpg) 0 0 no-repeat;
	background-size:cover;
}
.innerbnr_hld h1 {
	padding:0 0;
	float:left;
	width:100%;
	color:#fff;
	font-size:35px;
	text-align:center;
	letter-spacing:2px;
	background:none !important;
}
.pgecnt_hld {
	padding:25px 0;
	float:left;
	width:100%;
	min-height:350px;
}
.cntdetails_hld {margin:0; float:left; width:100%;}
.cntdetails_hld p {
	margin:0 0 15px 0;
	float:left;
	width:100%;
	font-weight:300;
	font-size:18px;
	color:#000;
	line-height:32px;
}
.cntdetails_hld h4 {
	margin:0 0 15px 0;
	float:left;
	width:100%;
	font-weight:600;
	font-size:26px;
	color:#000;
	line-height:32px;
}
.cntdetails_hld ul {
	font-size:15px;
	line-height:25px;
	padding-left:0;
}
.cntdetails_hld ul li {
	margin:0 0 10px 0;
	padding:0 0 0 15px;
	float:left;
	width:98%;
	font-weight:300;
	font-size:18px;
	color:#000;
	line-height:32px;
	background:url(../images/green-arrow.png) 0 11px no-repeat;
}
.cntdetails_hld a {color:#2A8F43;}
.cntdetails_hld a:hover {color:#000;}

.table_hld {
	margin:0;
	float:left;
	width:100%;
}
.tableouter {
	border:#801924 1px solid;
}
tr.tablelist_hding td {
	padding:14px 5px;
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	line-height:18px;
	color:#fff;
	background:#000;
	border-right:#801924 1px solid;
}
tr.tablelist_details td {
	padding:10px 10px;
	font-size:14px;
	line-height:18px;
	color:#000;
	border-right:#801924 1px solid;
	border-bottom:#801924 1px solid;
}
tr.tablelist_details td p {
	font-weight:400 !important;
	font-size:14px !important;
	margin-bottom:0 !important;
	line-height:18px !important;
}

/*Notification and Downloads start*/
.notianddwnld_table_hld {
	margin:0;
	float:left;
	width:100%;
}
.notianddwnld_tableouter {
	border:#801924 1px solid;
}
tr.notianddwnld_tablelist_hding td {
	padding:14px 5px;
	font-family: 'Oswald', sans-serif;
	font-size:17px;
	line-height:18px;
	color:#fff;
	background:#000;
	border-right:#801924 1px solid;
}
tr.notianddwnld_tablelist_details td {
	padding:10px 10px;
	font-size:16px;
	line-height:18px;
	color:#000;
	border-right:#801924 1px solid;
	border-bottom:#801924 1px solid;
}
tr.notianddwnld_tablelist_details td a {
	padding:12px 15px;
	font-size:16px;
	color:#fff;
	display:inline-block;
	background:#801924;
}
tr.notianddwnld_tablelist_details td a:hover {color:#000; background:#f2c216;}
/*Notification and Downloads end*/


/*forms page start*/

.student_viewhld {
	margin:0;
	float:left;
	width:100%;
}
.student_viewhld .forms_element {
	margin-bottom:20px;
	text-align:center;
}
.student_viewhld label {
	padding:8px 15px;
	background:#e7e7e7;
	text-align:center;
}
.student_viewhld .forms_element_fullwidth {
	margin-bottom:20px;
	text-align:center;
}


.page_forms_holder {
	margin:0;
	float:left;
	width:100%;
}
/*login page start*/
.forms_page_inner {
	margin:0 auto; width:55%;
}

.forms_page_inner .forms_hld {
	padding:30px 35px;
	width:100%;
	float:left;
	background:#ed8a22;
}
.forms_page_inner .forms_hld label {color:#fff;}
.forms_page_inner .forms_hld input[type="text"], .forms_page_inner .innerpage_forms input[type="password"] {border:none;}
.forms_page_inner .forms_hld input[type="submit"] {
	padding:12px 30px;
	color:#fff;
	letter-spacing:1px;
	text-transform:uppercase;
	background:#1d0507;
	float:none;
	display:inline-block;
	vertical-align:middle;
}
.forms_page_inner .forms_hld input[type="submit"]:hover {color:#e22131; background:#fff;}

.button_link {
	margin:-5px 0 0 15px;
	display:inline-block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	font-size:20px;
	color:#fff;
	letter-spacing:1px;
	vertical-align:middle;
}
.button_link:hover {color:#1d0507;}
/*login page end*/



.forms_hld {
	margin:0;
	float:left;
	width:100%;
}
.innerpage_forms_inner {
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.innerpage_forms_inner h3 {
	font-size:26px;
	text-align:center;
	color:#000;
	padding: 0 0 25px 0;
	margin:0 0 25px 0;
	background: url(../images/border-pink.png) 50% 100% no-repeat;
}
.formselement_half {
	margin:0 1.5%;
	float:left;
	width:47%;
}
.forms_element {
	margin:0 1.5%;
	float:left;
	width:30.333%;
}
.forms_element_fullwidth {
	margin:0 1.5%;
	float:left;
	width:97%;
}
.forms_hld label {
	margin:0 0 15px 0;
	float:left;
	width:100%;
	font-size:17px;
	color:#000;
}
.forms_hld input[type="text"], .forms_hld input[type="password"], .forms_hld select, .forms_hld input[type="file"], .forms_hld select {
	margin:0;
	padding:10px 16px;
	float:left;
	width:100%;
	height:45px;
	font-weight:300;
	font-size:17px;
	color:#000;
	border:#969696 1px solid;
}
.forms_hld textarea {
	margin:0;
	padding:10px 16px;
	float:left;
	width:100%;
	height:120px;
	font-weight:300;
	font-size:17px;
	color:#000;
	border:#969696 1px solid;
}
.formscheckbox {
	margin:0;
	padding: 0 0;
	float:left;
	width:48%;
}
.formscheckbox label {
	margin:0;
	padding: 10px 16px;
	float:left;
	width:100%;
	height:45px;
	border: #969696 1px solid;
}
.forms_hld input[type="submit"], .forms_hld input[type="button"] {
	margin:0 0 0 0;
	padding:12px 25px;
	float:left;
	min-height:45px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:16px;
	color:#fff;
	letter-spacing:1px;
	background:#28166f;
	border:none;
	cursor:pointer;
	-webkit-transition: 0.7s; -moz-transition: 0.7s; transition: 0.7s;
}
.forms_hld input[type="submit"]:hover, .forms_hld input[type="button"]:hover {background:#ed8a22;}

.forgot_password {
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color:#368d43;
	font-style:italic;
    float: left;
	letter-spacing:1px;
	margin-top:3px;
}
.forgot_password img {
	vertical-align:middle;
	margin:-5px 10px 0 0;
	display:inline-block;
}
/*forms page end*/

/*contact page start*/
.contacthld {
	margin:0;
	float:left;
	width:100%;
	position:relative;
}
.contact_lftpnl {
	margin:0;
	float:left;
	width:48%;
}
.contact_lftpnl h2 {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	font-family: 'Poppins', sans-serif;
	font-size:23px;
	font-weight:500;
	text-transform:none;
	border-bottom:#000 1px solid;
}
.contact_lftpnl ul {float:left; width:100%;}
.contact_lftpnl ul li {
	margin:35px 0 0 0;
	float:left;
	width:100%;
}
.contact_lftpnl ul li:first-child {margin-top:0;}
.contact_info_icon {
	margin:0 25px 0 0;
	float:left;
	width:70px;
	height:70px;
	background:#f2c216;
	text-align:center;
	line-height:70px;
	vertical-align:middle;
	position:relative;
}
.contact_info_icon img {
	line-height:70px;
	vertical-align:middle;
	position:absolute;
	left:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact_inforight {float:left; margin:8px 0 0 0; font-weight:300 !important; font-size:17px; line-height:20px; color:#000; width:75%;}
.contact_inforight span {font-weight:700; font-size:18px; color:#000; letter-spacing:0; display:inline-block; margin-bottom:10px;}
.contact_inforight a {color:#000;}

/*right panel*/
.contact_rightpnl {
	margin:0;
	float:right;
	width:48%;
}
.contact_rightpnl h2 {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	font-family: 'Poppins', sans-serif;
	font-size:23px;
	font-weight:500;
	text-transform:none;
	border-bottom:#000 1px solid;
}
.contact_form {
	padding:30px 30px;
	float:left;
	width:100%;
	background:#801924;
}

.contact_form .error_message {color:#fff;}
.contact_form .success_message {color:#fff;}
.contact_form .error {color:#fff;}

.contact_formelement {float:left; width:100%;}
.contact_form input[type="text"] {
	padding:10px 15px;
	float:left;
	width:100%;
	height:45px;
	font-weight:300;
	font-size:18px;
	color:#000;
	border:none;
}
.contact_form textarea {
	padding:18px 15px;
	float:left;
	width:100%;
	height:100px;
	font-weight:300;
	font-size:20px;
	color:#000;
	border:none;
	resize:none;
}
.contact_form input[type="submit"] {
	margin: 0;
	padding: 12px 20px 12px 20px;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	text-transform:uppercase;
	background: #f2c216;
	border: none;
	cursor: pointer;
}
.contact_form input[type="submit"]:hover {background:#000; color:#fff;}
/*contact page end*/

/*result verifation page start*/
ul.result_verification {
	margin:0;
	float:left;
	width:100%;
}
ul.result_verification li {
	margin:7px 1%;
	padding:10px 15px;
	float:left;
	width:48%;
	font-size:15px;
	color:#000;
	background:#CCC;
}
ul.result_verification li:first-child {
	padding:0 0;
	width:98%;
	background:none;
	text-align:center;
}
/*result verifation page end*/

/*innerpage end here*/

/* ----- BODY ENDS HERE ----- */

/* ----- FOOTER STARTS HERE ----- */
#footer {
	padding:22px 0 24px 0;
	float:left;
	width:100%;
	font-weight:300;
	font-size:16px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	background:#006bc7;
}
#footer a {color:#fff; font-weight:700;}
/* ----- FOOTER ENDS HERE ----- */

@media screen and (max-width: 1130px) {
	.inner_wrap {width:96%; max-width:1024px;}
	
	.hdr_toppnl {background: url(../images/hdr-topbg.png) 65% 0 repeat-y;}
	.hdr_left {width:35%; letter-spacing:0;}
	.hdr_rght {letter-spacing: 0;}
	
	#cssmenu > ul > li > a {padding:18px 15px !important;}
}

@media screen and (max-width: 1023px) {
	.inner_wrap {max-width:900px;}
	
	.hdr_toppnl {background: url(../images/hdr-topbg.png) 60% 0 repeat-y;}
	.hdr_left {width:35%; letter-spacing:0;}
	
	.logo h1 {font-size: 27px;}
	.logo a img {height:120px;}
}

@media screen and (max-width: 899px) {
	.inner_wrap {max-width:768px;}
	
	.hdr_toppnl {background:#f4f4f4 none; padding:8px 0;}
	.hdr_left {background:none; color:#000; width:100%; text-align:center; padding-top:0;}
	.hdr_left img {filter: brightness(0.1);}
	.hdr_rght {width:100%; text-align:center;}
	
	.welcome_pddinginr {padding: 0 20px; text-align:center;}
	.wlcme_imghld {padding: 0 0;  width: 100%;  background:none;}
	.wlcme_imghld img {width: 60%;}
	
	.wlcme_caption {margin: 20px 0 0 0;  width: 100%;}
	.wlcme_caption h2 {margin: 0 0 19px 0;  font-size: 27px;}
	.wlcme_caption h2 span {
		padding: 0 0 0 0;
		width: 100%;
		font-size: 18px;
		background:none;
	}
	.wlcme_caption a {
		margin: 18px 0 0 0;
		padding: 14px 18px 16px 18px;
		float: none;
		display:inline-block;
		font-size: 15px;
	}

	.importantlinks ul li {width: 47%;}	
	.textticker {padding: 0 0;}
	
	#footer {padding: 16px 0 18px 0;  font-size: 15px;  letter-spacing: 0;}
	
	.contact_lftpnl {width:100%;}
	.contact_rightpnl {width:100%; margin-top:20px;}
	.contact_lftpnl ul li {margin:15px 0 0 0; text-align:center;}
	.contact_info_icon {margin: 0 0 10px 0; float: none; display:inline-block;}
	.contact_inforight {width:100%;}
	
	ul.result_verification li {font-size:14px;  width:97%;}
}

@media screen and (max-width: 767px) {
	.inner_wrap {max-width:600px;}
	
	.welcome_hld {padding: 30px 0;}

	.importantlinks {padding: 30px 0 28px 0;}
	.importantlinks h2 {padding: 0 0 20px 0;  margin: 0 0 20px 0;  font-size: 26px;}
	.importantlinks ul li a {height: 80px;  line-height: 80px;  font-size: 24px;}
	
	.news_and_update {padding: 30px 0 35px 0;}
	.news_and_update h2 {padding: 0 0 20px 0;  margin: 0 0 20px 0;  font-size: 26px;}
	.news_and_update li p {font-size:17px;  line-height:23px;}
	
	.hmebtm_hld ul {padding: 0 20px;}
	.hmebtm_hld ul li p {font-size: 18px;}
	
	.innerbnr_hld {padding: 20px 0;}
	.innerbnr_hld h1 {font-size: 24px;  letter-spacing: 0px;}
	
	.cntdetails_hld {padding:0 10px;}
	.cntdetails_hld p {
		margin: 0 0 10px 0;
		font-size: 15px;
		line-height: 28px;
	}	
	.cntdetails_hld ul li {
		padding:0 0 0 15px;
		font-size:15px;
		line-height:28px;
	}
	
	.forms_page_inner {width:100%;}	
	
	.table_hld {overflow-x:auto; width:100%; max-width:768px;}
}

@media screen and (max-width: 599px) {
	.inner_wrap {max-width:480px;}
	
	.logo h1 {font-size: 22px; margin-left:0;}	
	.navhld {margin: 0 0 15px 0; border:none;}
	
	.bnr_hld {margin:0 0 0 0 !important;  padding: 35px 0 40px 0;}
	
	.hmebtm_hld {padding: 18px 0 17px 0;}
	.hmebtm_hld ul li {padding:10px 0;  width: 100%;}
	.hmebtm_hld ul li p {margin:10px 0 0 0;  font-size:15px;}
	.sucess_number {width: 90px;  height: 90px;  line-height: 90px;  font-size: 20px;}
}

@media screen and (max-width: 470px) {
	.hdr_toppnl {display:none;}
	.logo h1 {font-size: 18px; margin-left:0;}
	
	.wlcme_caption h2 {font-size: 20px;}
	.wlcme_caption p {font-size: 15px; line-height: 20px;}
	
	tr.notianddwnld_tablelist_details td a {padding: 12px 12px; font-size: 13px;}
}

@media screen and (max-width: 380px) {
	.importantlinks ul li {width: 97%;}
}

@media screen and (max-width: 360px) {
}