@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 14px;
}
header{
	background: #fff;
	box-shadow: 
}
.logo{
	max-height: 50px;
}
.login_btn{
	background: #0d3893;
	color: #fff !important;
	border-radius: 20px;
	padding: 5px 20px !important;
	margin-top: 3px;
}
.navbar-nav li{
	padding-left: 10px !important;
}
.navbar-nav li a{
	color: #333;
}
.submit_btn{
	background: #0d3893;
	color: #fff !important;
	border-radius: 20px;
	padding: 8px 30px !important;
	border: none;
	box-shadow: none;
	font-size: 14px;
}
.btn_1{
	background: #0d3893;
	border: none;
	max-width: 200px;
	width: 110px;
	font-size: 14px;
}
.download_btn{
	border-color: #0d3893;
	background: #fff;
	color: #0d3893;
}
.form_bg{
	max-width: 960px;
	margin: 0 auto;
	background: #F8F7F5;
	padding: 30px 20px;
	border: 1px solid #cfcfcf;
}
.heading_bg{
	max-width: 960px;
	margin: 0 auto;
	background: #0d3893;
	padding: 8px 33px;
	border: 1px solid #0d3893;
	border-bottom: 0;
	color: #fff;
}
.reg_form .form-control{
	height: auto !important;
	max-height: 34px !important;
	padding: .275rem .75rem !important;
}
.reg_form .form-control:focus{
	border: 1px solid #0d3893;
	box-shadow: none;
}
.navbar-toggler{
	outline: 0 !important;
}
.navbar-toggler .fa{
	color: #0d3893;
}
.captcha_img{
	max-height: 58px;
	width: 100%;
	object-fit: cover;
}
.reg_form .input-group-text {
	background-color: #f1f0ee;
}
.reg_form .input-group-text .fa{
	background-color: #f1f0ee;
	width: 15px;
}
.login_box{
	max-width: 560px;
}
.view_btn, .status_btn{
	background: #0d3893;
	padding: 3px 15px;
	color: #fff;
	border-radius: 4px;
}
.view_btn:hover, .status_btn:hover{
	background: #fff;
	color: #0d3893;
	text-decoration: none;
}
.title_bg{
	background: #0d3893;
	padding: 6px;
	color: #fff;
	font-size: 15px;
	border-radius: 3px;
	min-height: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}
.cancel_btn{
	background-color: #0069d9;
	border-color: #0062cc;
}
.cancel_btn:hover{
	background-color: #0d3893;
	border-color: #0d3893;
}
.required{
	color: #C00;
}
.application_data h6{
	margin-bottom: 10px;
	margin-top: 4px;
}
.application_data span{
	font-size: 13px;
	font-weight: 400;
}
.application_data span, .application_data h6{
	margin-left: 10px;
}

.application_data .row .col-sm-6{
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 10px;
}
.icons_box{
	margin-bottom: 20px;
}
.icons_box .fa{
	font-size: 60px;
}
/*info boxes*/
.info-box {
	display: block;
	min-height: 90px;
	background: #fff;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 2px;
	margin-bottom: 15px;
	color: #fff;
}
.info-box-icon {
	border-top-left-radius: 2px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 2px;
	display: block;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-size: 45px;
	line-height: 90px;
	background: rgba(0,0,0,0.2);
}
.info-box-content {
	padding: 5px 10px;
	margin-left: 90px;
	line-height: 1.5;
}
.bg-yellow, .label-warning{
	background-color: #f39c12 !important;
}
.bg-green, .label-success{
	background-color: #00a65a !important;
}
.bg-red, .label-danger{
	background-color: #dd4b39 !important;
}
.bg-aqua, .label-info{
	background-color: #00c0ef !important;
}
.info-box-text {
	text-transform: uppercase;
}
.progress-description, .info-box-text {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.info-box-number {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.info-box .progress, .info-box .progress .progress-bar {
	border-radius: 0;
}

.info-box .progress {
	background: rgba(0,0,0,0.2);
	margin: 5px -10px 5px -10px;
	height: 2px;
}
.progress-description {
	margin: 0;
}

.progress-description, .info-box-text {
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dashboard_table .label{
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.box{
	border-radius: 3px;
	background: #ffffff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	padding: 20px;
}
.table_responsive{
	overflow: scroll;
}

/* 26 Aug */
.form-group label.error,
.input-group label.error{
	font-size: 13px;
	padding: 1px 3px;
	width: 100%;
	color: #C00;
	margin: 0;
}
.captcha .form-group,
.captcha_wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.captcha lable,
.captcha_wrapper lable{
	width: 100%;
}
.captcha .captcha_img,
.captcha_wrapper .captcha_img{
	max-width: calc(100% - 26px);
}
nav ol.breadcrumb {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.form_bg label.label ~ span, .form_bg label.label + span {
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
}
.navbar-expand-sm .navbar-nav a.nav-link:not(.login_btn) {
    border: 1px solid #194ed4;
    border-radius: 50px;
    padding: 10px 35px;
    margin-top: 3px;
    color: #ffffff;
    background-color: #194ed4;
}
.navbar-expand-sm .navbar-nav a.nav-link:not(.login_btn):hover {
    background-color: #1246cc;
    color: #ffffff;
}

.progress-status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.progress-status ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	list-style: none;
	width: 100%;
}
.progress-status ul li {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.progress-status ul li .fa {
	font-size: 26px;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 46px;
	border-radius: 50px;
	border: 1px solid #0d3893;
	position: relative;
	z-index: 2;
	background-color: #F8F7F5;
	-webkit-transition: ease all 0.3s;
	transition: ease all 0.3s;
}
.progress-status ul li:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background-color: #ddd;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.progress-status ul li:last-child:after {
	display: none;
}
.progress-status ul li.active .fa {
	background-color: #0d3893;
	color: #fff;
}
.progress-status ul li.active:after {
	background-color: #0d3893;
}
.custom_input_err label.error {
    position: absolute;
    top: 100%;
}
/* End 26 Aug */



/*Added 16 Dec*/

.form_bg.form-main h5 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
}
form#login_form label {
    display: none;
}
form#login_form .input-group-prepend span {
    background-color: #f8f7f5;
    border-right: none;
    border-radius: 100px 0 0 100px;
    padding: 0 5px 0 20px;
}
form#login_form input {
    height: 44px !important;
    max-height: none !important;
    font-size: 14px;
    padding-left: 0 !important;
    text-indent: 10px;
    border-left: none;
    border-radius: 0 100px 100px 0;
    background-color: #f8f7f5;
}
form#login_form .input-group-prepend i.fa.fa-lock {
    font-size: 20px;
}
form#login_form .input-group-prepend span i {
    background-color: transparent;
}
.wrap .form-group.captcha_wrapper {
    width: auto;
    align-items: center;
    margin-bottom: 0;
}
.wrap .form-group.captcha_wrapper img#imgRefresh {
    margin: 0 0px 0 5px;
}
.wrap a {
    color: #212121;
    font-size: 12px;
}
form#login_form button#login {
    background-color: #194ed4;
    padding: 10px 50px !important;
    margin: 30px 0 0 !important;
}
.row.form_bg.form-main {
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form#login_form input:focus {
    border: 1px solid #ced4da;
    border-left: none;
}
.login-wrap {
    /* background-image: url(../imgs/login-bg.jpg); */
    /* height: 100vh; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 0 0;
    display: flex;
    align-items: center;
}

/*Added 17 Dec*/

/*body .info-box .info-box-icon {
    border-radius: 100px;
    height: 65px;
    width: 65px;
    text-align: center;
    font-size: 30px;
    line-height: 67px;
}*/
.info-box.bg-red {
    background-color: #66ccc1 !important;
}
.info-box.bg-red span.info-box-icon {
    background-color: #40a096;
}

/*Add 26-Feb-2020*/

body .main_wraper .main_header {
    margin: 0px 0 !important;
    padding: 20px 0;
}

.registration-form {
    padding: 0 20px 50px;
}

/*Added 21-April-2020*/

.form-check-inline label.form-check-label {
    font-size: 18px;
}
.form-check-inline label.form-check-label input {
    width: 25px;
    height: 20px;
    margin: 0;
    position: relative;
    top: 3px;
    right: 5px;
}

/*24-April-2020*/

.tabs_inner {
    background-color: #55bfcc;
    padding: 15px 0;
}
body.main_page {
    padding-top: 97px;
}
.tabs_inner ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    list-style: none;
}
.tabs_inner ul li {
    margin: 0 15px 0px;
}
.tabs_inner ul li a {
    color: #ffffff;
}
body.main_page .header_wrap {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 9999;
}

/*Added 29-April-2020*/

#register #add_on_verify input.btn.btn-primary {
    margin: 0 15px;
}

/*Added 20-May-2020*/

#error_msg .alert-success {
    max-width: 960px;
    margin: 0 auto 10px;
}
#error_msg .alert-danger {
    max-width: 960px;
    margin: 0 auto 10px;
}
section.detail-section .form-group span {
    width: 100%;
    background-color: #f1f1f1;
    display: inline-block;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive*/

@media screen and (max-width: 600px){
	.form_bg{
		padding: 20px 10px;
	}
	.heading_bg h5{
		font-size: 20px;
	}
	.custom_input .input-group-append, .custom_input .input-group-append .btn_1{
		width: 100%;
		max-width: 100%;
		border-radius: .25rem !important;
		margin-top: 5px;
	}
	.login_btn{
		max-width: 100px;
		text-align: center;
	}
	.bottom_btns > .btn{
		margin: 10px auto;
		max-width: 150px;
		display: block;
	}	
}

@media only screen and (max-width: 767px) {
	header.main_header a.navbar-brand {
    margin: 0 auto !important;
}
body header.main_header .heading_main h2 {
    font-size: 14px;
}
body header.main_header .heading_main h4 {
    font-size: 10px;
}
body.main_page .digital_india {
    margin: 0 auto;
}
.tabs_inner ul {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
}
.tabs_inner ul li {
    margin: 0 7px 0px;
}
.form_bg.form-main h5 {
    font-size: 18px;
}
form#login_form input {
    height: 34px !important;
    font-size: 12px;
}
.wrap a {
    font-size: 11px;
    margin: 0 15px 0 0;
}
.wrap .form-group.captcha_wrapper img#imgRefresh {
    width: 20px;
    height: 20px;
}
form#login_form button#login {
    padding: 8px 40px !important;
    font-size: 12px;
    width: 100%;
}
body.main_page {
    padding-top: 195px;
}
.heading_main {
    text-align: center;
    width: 100%;
}
header.main_header a.navbar-brand {
    margin: 0;
    width: 100%;
    text-align: center;
}
header.main_header nav.navbar {
    padding-left: 0;
    padding-right: 0;
}
.info-box-content {
    margin-left: 60px;
}
.heading_bg h5 {
    font-size: 16px;
    text-align: center;
}
body.main_page .steps li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 54px;
}
body.main_page .steps li::before {
    left: 35px;
    width: 90px;
}
.steps ul {
    width: 120%;
    padding: 0 !important;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    font-size: 12px;
}
.captcha_img {
    width: 50%;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    font-size: 12px;
}
.custom_input .input-group-append, .custom_input .input-group-append .btn_1 {
    margin: 5px 0 10px 0;
}
}


@media (max-width: 767px) and (orientation: landscape) {
 
body.main_page {
    padding-top: 96px;
}
.heading_main {
    text-align: inherit;
    width: auto;
}
header.main_header a.navbar-brand {
    width: auto;
    text-align: inherit;
}
}
