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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

::-ms-reveal {
    display: none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

input:focus, textarea:focus
{
	outline:none;
}
input::-ms-clear, input::-ms-reveal{
    display:none;
}


a, select
{
text-decoration:none;
outline:none;
}

body {
	line-height: 1;
	font-family: 'noto_sansregular', sans-serif;
	font-size: 13px;
}

@font-face {
    font-family: 'noto_sansregular';
    src: url('notosans-regular-webfont.eot');
    src: url('notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('notosans-regular-webfont.woff2') format('woff2'),
         url('notosans-regular-webfont.woff') format('woff'),
         url('notosans-regular-webfont.ttf') format('truetype'),
         url('notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/****************************************************************************
User Styles
*****************************************************************************/

.top {
	padding: 20px 0px;
	background-color: #fff;
}

.header {
	background-color: #1E4058;
	overflow: hidden;
}

.home-left {
	float: left;
}

.home-right {
	float: right;
}

span.con {
	color: #fff;
	font-variant:caps;
}

.up-bg {
	
}

.up-bg1 {
    padding: 30px 40px 30px 20px;
    float: right;
    background-image: url("../images/new-banner-right1.png");
    background-repeat: no-repeat;
    height: 386px;
    width: 273px;
}

.checkmb {
	margin-bottom: 56px !important;
}
forbox{
	padding-top:20px;	
}

a.forget {
	color: #fff;
	padding-top:20px;
	
}

a.forget:hover {
	text-decoration: underline;
	padding-top:20px;
	color: #47e2be;
	
}

a.pgpn {
    color: #fff;
    border-bottom: 1px solid #1faa8a;
    margin-bottom: 20px;
    display: block;
    padding: 10px 30px;
    background-color: #065240;
    background-image: url("../images/sd.png");
    background-repeat: no-repeat;
    background-position: 10px 12px;
    font-size: 16px;
}

a.pgpn:hover {
background-color: #189f80;
background-image: url("../images/sd-hover.png");
}

a.pgpnsel {
background-color: #189f80;
background-image: url("../images/sd-hover.png");
}


.section {
	padding: 40px 0px 20px;
}

.section1 {
	background-color: #d6e7f3;
	padding: 40px;
}

h1.head {
	margin-bottom: 20px;
	color: #0b7059;
	font-size: 16px;
}

span.head-bg {
	background-color: #193245;
	color: #fff;
	padding: 5px 20px;
}

h2.head2 {
	margin-bottom: 20px;
	color: #0b7059;
	font-size: 22px;
}

h1.head3 {
	margin-bottom: 20px;
	color: #193142;
	font-size: 26px;
}

h2.head4 {
	margin-bottom: 22px;
	color: #bd2f42;
	font-size: 20px;
}

p.text {
	color: #222;
	line-height: 20px;
	font-size: 13px;
	text-align: justify;
}

p.text1 {
	color: #0d304b;
	line-height: 20px;
	font-size: 13px;
	text-align: justify;
}

p.text2 {
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	text-align: justify;
}

.list-inline > li {
	color: #274861;
	margin: 0px 2px;
	font-size: 12px;
	padding: 0px;
}

.footer {
    margin-bottom: 15px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

span.color1 {
	color: #e3173e;
	font-size:18px;
	font-weight: bold;
}

span.md {
	font-size:12px;
}	

span.color2 {
	color: #0b7059;
	font-weight:bold;
	font-size:18px;
}

img.img1 {
	max-width: 100%;
	margin-top: 10px;
}

.navbar-nav > li {
	color: #fff;
}

span.wel {
	color: #a2edeb;
	margin-right: 5px;
	font-style: italic;
}

.dd {
	color: #fff;
}

p.info-text {
	color: #274861;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 20px;
}

p.info-text1 {
	text-align: right;
	margin-bottom: 20px;	
}

.section-inner {
	padding: 20px 18px;
}

.section-inner-pad {
	padding-bottom: 0px !important;
	}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.table > thead > tr > th {
	background-color: #0b7059;
	color: #fff;
	border-bottom: 5px solid #1faa8a;
	    vertical-align: middle;
}

span.feed {
	color: #bd2f42;
	font-weight: bold;
	font-size: 24px;
}

.section-inner-bg {
	background-color: #0b7059;
	padding: 40px;
}

.section-inner-bg1 {
	background-color: #e3e5e7;
	padding: 20px 40px;
	margin-bottom: 20px;
	margin-top: -2px;
}

p.my-score {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 20px;
    background-image: url("../images/headbg2.png");
    background-repeat: no-repeat;
    text-transform: uppercase;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
}

span.my-score {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 20px;
    background-image: url("../images/headbg2.png");
    background-repeat: no-repeat;
    text-transform: uppercase;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    width: 239px;
    float: left;
    margin-right: 10px;
}

p.my-score-wel {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 20px;
    background-image: url("../images/wel.png");
    background-repeat: no-repeat;
    text-transform: uppercase;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
}

a.underline {
	color: #000;
}

a.underline:hover {
	text-decoration: underline;
	color: #000
}

.needgap {
	background-color: #d1202f;
	border-radius: 0px;
	float: right;
	text-transform: uppercase;
}

.tab-content {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 20px 30px 20px 30px;
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

a.btn-home {
	padding: 15px 20px;
	float: left;
}

span.pmenu {
	color: #a2edeb;
	font-size: 14px;
	float: right;
	width: auto;
	padding-right: 34px;
}

span.pmenu a {
	color: #fff;
	margin: 0px 5px;
	padding: 15px 10px;
	float: left;
}

span.pmenu a:hover {
	background-color: #0b7059;
	color: #fff;	
}

span.side-line {
	padding: 15px 0px;
	float: left;
}

.form-control-bg {
	background-color: #a0dfd1;
	border:none;
	color: #000;
}

.about-div {
	margin-bottom: 20px;
}

.feedback {
	border:none;
}

.mc-bg {
	background-color: #1e4058;
	border-radius: 0px;
	border:2px solid #447aa1;
	padding: 10px 15px;
}

.fhead {
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

ul.feedlist li {
	color: #bcbcbc;
	font-size: 12px;
	margin: 0px 10px;
}

.mb-bg {
	background-color: #0b7059;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #a2edeb;
}

.mb-text {
	color: #fff;
	line-height: 20px;
	font-size: 15px;
}

.feedsubmit {
	text-align: right;
}

.feedsubmit-btn {
	padding: 5px 20px;
	background-color: #bd2f42;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.btn-later {
	padding: 5px 20px;
	background-color: #2e5068;
	color: #4d728b;
	cursor: pointer;
	text-transform: uppercase;
	margin-right: 10px;
}

.modal-footer, .modal-header {
	border:none;
}

.btn-noround1 {
	border-radius: 0px;
}

.btn-noround {
	border-radius: 0px;
	background-color: #bd2f42;
}

.col-right-margin {
	width: 74%;
}

.col-right-margin2 {
	width: 72%;
}


.navbar-inverse .navbar-nav > li.mhide a {
	color: #386587;
	padding-left: 0px;
	padding-right: 0px;
}

.level-div {
    background-image: url("../images/level.png");
    background-repeat: no-repeat;
    height: 200px;
    width: 176px;
    padding: 100px 50px 0px 50px;
    color: #274861;
    font-size: 16px;
    text-align: center;
}    

h1.level-head {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

p.text3 {
	color: #fff;
	line-height: 20px;
	font-size: 13px;
	text-align: justify;
	margin-bottom: 20px
}

ul.obj-list {
	margin-left: 20px;
}

ul.obj-list li {
	margin-bottom: 5px;
	color: #fff;
	list-style: disc;
	font-size: 13px;
}

.section-inner-score {
	padding: 20px 0px;
}

.table > tbody > tr.row1 {
	background-color: #ccdded;
}

.table > tbody > tr.row2 {
	background-color: #dae3ed;
}

.table > tbody > tr.row3 {
	background-color: #eeefef;
}

.table > tbody > tr.row4 {
	background-color: #fff;
}

.table > tbody > tr.row5 {
	background-color: #d8d8d8;
}

.table-bordered > tbody > tr > td.col1 {
	border:none;
	padding: 0px;
}

.table-bordered > tbody > tr > td.col2 {
	border:none;
	padding: 0px;
}

.table > tbody > tr.row6 {
	background-color: #fff;
}

.table-bordered > tbody > tr > td.col3 {
	border:none;
	padding: 0px;
}

span.red {
	color: #bd2f42;
	cursor: pointer;
}

.input-noround {
	border-radius: 0px;
	background-color: #e3e5e7;
	color: #000;
}

.pull-right1 {
	float: right;
	margin-right: 30px;	
}

.btn-edit {
	background-color: #d1202f;
	border-radius: 0px;	
	margin-bottom: 30px;
	margin-right: 6px;
}

.label-color {
	color: #274861;
}

.input-noround2 {
	border-radius: 0px;
	background-color: #fff;
	color: #000;
}

.btn-cancel {
    border-radius: 0px;
    background: none;
    border: none;
    text-decoration: underline;
    color: #274861;
}

img.fpop {
	cursor: pointer;
}

ul.pgpn-list {
	margin-left: 40px;
	margin-top: 10px;
}

ul.pgpn-list li {
	margin-bottom: 10px;
	color: #000;
	list-style: disc;
	font-size: 13px;
        line-height:18px;
}

ul.pgpn-list li ul{
	margin-left: 20px;
	margin-top: 5px;
}

ul.pgpn-list li ul li {
	margin-bottom: 5px;
	color: #000;
	list-style: circle;
	font-size: 13px;
}

td.selected-col {
	background-color: #a7e1d4;
}

.btn-login {
  float:right;
   width:80px;
   font-weight:bold;
}

.btn-goto {
	margin-right: -15px;
}

.my-tabs > li > a {
	padding:10px 20px; 
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.nav-tabs.nav-justified {
	width: 97%
}

span.bold {
	font-weight:bold;
}

.table > thead > tr > th {
	text-align: center;
}

.tab-div {
	
}

.tab-head {
	display: block;
	color: #2a5a7c;
	font-size: 15px;
	margin-bottom: 10px;
	font-style: italic;
	font-weight: 600;
}

p.text-tab {
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 20px;
}

img.pop-img {
	margin-right: 10px;
}

img.feed-img {
   vertical-align: middle;
	margin-right: 10px;
}

.box-div {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.row-div {
	float: left;
	width: 100%;
}

.col-1 {
	float: left;
	width: 170px;
	padding: 12px;
	border: 1px solid #1e4058;
	margin-right: 10px;
	height: 110px;
}

.col-2 {
	float: left;
	width: 80px;
	padding: 10px;
	margin-right: 10px;
}

span.box-head {
	color: #e5173f;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}

span.box-head1 {
	color: #e5173f;
	font-size: 18px;
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	line-height: 23px;
}

p.ftext {
	color: #1e4058;
	line-height: 18px;
}

span.fnum {
    font-size: 30px;
    color: #1e4058;
    float: left;
    width: 20px;
    font-weight: bold;
    margin-top: 8px;
}

span.fnum-text {
	font-size: 13px;
	color: #1e4058;
	float: left;
	width: 115px;
}

p.r-img {
	text-align: center;
	margin-top: 40px;
}

p.r-img2 {
	text-align: right;
	float: left;
	width: 360px;
	margin: 10px 0px;
}

.my-nav > li > a.my-activ:hover  {
	background-color: #0b7059;
}

.my-nav > li > a.selected-nav  {
	background-color: #0b7059 !important;
}

.i-img {
	vertical-align: middle;
}

span.my-level {
    color: #fff;
    font-size: 16px;
    background-image: url("../images/level-bg.png");
    background-repeat: no-repeat;
    text-transform: uppercase;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    width: 146px;
    float: left;
    margin-top: 20px;
    text-align: left;
}

p.phead {
	color: #fff;
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 20px;
    background-image: url("../images/headbg2.png");
    background-repeat: no-repeat;
    text-transform: uppercase;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    width: 100%;
    float: left;
    margin-right: 10px;
}

p.phead-sub {
	font-size: 18px;
	margin-bottom: 10px;
	color: #274861;
}

p.phead-sub2 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #274861;
	font-weight: bold;
}

p.phead-text {
	font-size: 13px;
	margin-bottom: 20px;
	color: #222;
	line-height: 18px;
	text-align: justify;
}

ol.num-list {
	margin-bottom: 20px;
	margin-left: 50px;
}

ol.num-list li {
	margin-bottom: 5px;
	color: #222;
	line-height: 18px;
	list-style: decimal;
}

ul.dot-list {
	margin-bottom: 20px;
	margin-left: 50px;
}

ul.dot-list li {
	margin-bottom: 5px;
	color: #222;
	line-height: 18px;
	list-style: disc;
}

.section-inner-bg1-wel {
	background-color: #e3e5e7;
	padding: 30px 40px;
	margin-bottom: 20px;
}

.welteam {
	font-size: 17px;
	font-weight: bold;
	color: #0b7059;
}

.wel-text {
	font-size: 13px;
	margin-bottom: 40px;
	color: #274861;
	line-height: 18px;
	text-align: justify;
}

.wel-head {
	font-size: 15px;
	font-weight: bold;
	color: #274861;
}

.accept-text {
	width: 100%;
	height: 250px;
	overflow-x: scroll;
	background-color: #fff;
	padding: 2%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.accept-text p {
	font-size: 13px;
	margin-bottom: 20px;
	color: #274861;
	line-height: 18px;
	text-align: justify;
}

.checktext {
	font-size: 13px;
	margin-bottom: 25px;
	color: #274861;
	line-height: 18px;
	text-align: justify;
}

.btn-accept {
	background-color: #0b7059;
	padding: 8px 20px;
	color: #fff;
	margin-right: 10px;
}

.btn-accept1 {
	background-color: #e3e5e7;
	padding: 8px 20px;
	color: #274861;
	border:1px solid #a8b1b7;
}

input.int-check {
	vertical-align: middle;
	margin: 0px;
}

.welteam1 {
	font-size: 17px;
	font-weight: bold;
	color: #0b7059;
	display: block;
	margin-bottom: 10px;
}


/****************************************************************************
   Inner page Styles
*****************************************************************************/
@media (max-width: 989px) {

.up-bg1 {
	margin: 10px auto;
	width: 273px;
	float: none;
}

.ban-img {
	max-width: 100%;
	height: auto;	
}

}

@media (max-width: 768px) {
   
p.text {
	margin-bottom: 20px;
}

p.text1 {
	margin-bottom: 20px;
}

.logo-btm {
	margin-bottom: 20px;
	text-align: center !important;
}

.logo-btm img {
	max-width: 100%;
	height: auto;
}
	

  .control-label {
  		margin-bottom: 10px;
  }
  
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;  
  }
  
.mhide {
	display: none !important;
}  

.up-bg1 {
	margin: 10px auto;
	width: 273px;
	float: none;
}

.ban-img {
	max-width: 100%;
	height: auto;	
}

.col-right-margin {
	margin-right: 0px;
	}

.col-right-margin {
	width: 100%;
}	
	
.col-right-margin2 {
	width: 100%;
}	

}

@media (max-width: 480px) {
   h1.head {
	font-size: 16px;
  }
  
  .list-inline > li {
    color: #193142;
    margin: 0px 0px;
    font-size: 10px;
    padding: 0px;
  }

.navbar-nav > li.mhide {
	display: none !important;
}

.up-bg1 {
	margin: 10px auto;
	width: 273px;
	float: none;	
}

.ban-img {
	max-width: 100%;
	height: auto;	
}

.col-right-margin {
	margin-right: 0px;
	}

.col-right-margin {
	width: 100%;
}	
	
.col-right-margin2 {
	width: 100%;
}	

}



/****************************************************************************
   Inner page Styles ends here
*****************************************************************************/
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
    -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
   -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index:2;
}



/****************************************************************************
User Styles ends here
*****************************************************************************/

/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

.hidden { display: none; visibility: hidden; }

.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

.clearfix:before, .clearfix:after { content: ""; display: block;  clear: both;  visibility: hidden;  line-height: 0;  height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.foottime{
	float:right;
	background:#c4c4c4;
	padding:3px;
}
.footleft{
	float:left;
	padding:3px;
}
.footcenter{
	padding:3px;
}
.btn-sub {
	background-color: #0b7059;
	color: #fff;
	border-radius: 0px;
}

.btn-sub:hover {
	color: #fff;
}
.btn-can {
	background-color: #e3e5e7;
	color: #34526a;
	border:1px solid #a8b1b7;
	border-radius: 0px;
	margin-right: 10px;
}


/* Privacy Policy css starts here*/

.pp-head {
	color: #fff !important;;
    line-height: 40px !important;;
    font-size: 15px !important;;
    margin-bottom: 20px;
    background-image: url("../images/headbg3.png");
    background-repeat: no-repeat;
    text-transform: uppercase;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    width: 100%;
    margin-right: 10px;
}

.pp-div {
	overflow: hidden;
	margin-bottom: 20px;
}

.pp-left {
	float: left;
	width: 3%;
	margin-right: 10px;
}

.pp-right {
	float: left;
	width: 95%;
}

.pp-subhead {
	font-weight: bold;
}

.pp-left p, .pp-right p{
	color: #274861;
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
	margin-bottom: 0px !important;
}

ol.pp-abc {
	list-style: lower-alpha;
	margin-left: 18px;
}

ol.pp-abc li {	
	color: #274861;
	font-size: 13px;
	line-height: 18px;
}

/* Privacy Policy css ends here*/