/***************************/
/* Developer : Neeraj maurya */
/***************************/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/* You can add global styles to this file, and also import other style files */
html {
	font-size: 14px
}
html, body { height: 100%; }
body {
    margin: 0;
    /* font-family: 'Lato', sans-serif; */
    font-family: Roboto, "Helvetica Neue", sans-serif;
 }
 .bg-grey {
    background: #eaeaea;
}
a:hover {
	text-decoration: none
}
.bg-light-grey {
    background: #fafbff;
}

.btn_primary {
    text-align: center;
    display: block;
    background: #000131;
    color: #fff;
    padding: 5px 10px;
}
.btn_primary:hover {
    color: #fff;
}
.primary_link {
    color: #02448e;
}
.bg-primary {
    background-color: #000131!important;
}
.text-primary {
    color: #000131!important;
}
.br-14 {
    border-radius: 14px;
}
.border-1 {
    border: 1px solid #000;
}
.main_wrapper {
	min-height: calc(100% - 141px);
}
.searchBtn {
    background: #000131;
    color: #fff;
}
.searchBtn img {
    width: 15px;
    margin-right: 5px;
}
.LinkBox {
	/*background: #FFF url(images/box-bg.jpg) no-repeat left bottom;
    background-size: cover;*/
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(210,210,210,1) 95%, rgba(210,210,210,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(95%, rgba(210,210,210,1)), color-stop(100%, rgba(210,210,210,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(210,210,210,1) 95%, rgba(210,210,210,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(210,210,210,1) 95%, rgba(210,210,210,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(210,210,210,1) 95%, rgba(210,210,210,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(210,210,210,1) 95%, rgba(210,210,210,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1 );
	border: #cacaca 1px solid;
	width: 100%;
	min-height: 180px;
	cursor: pointer;
	padding:15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
	transition: all 0.5s ease;
	border-radius:5px;
}
.LinkBox:hover {
	background: #f2fcff;
	border: #0092c7 1px solid;
}
/*Header css*/
.home_header {
	background:#000032
}
.main_header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000032+0,113885+100 */
    background: #000032; /* Old browsers */
    background: -moz-linear-gradient(top,  #000032 0%, #113885 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000032 0%,#113885 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000032 0%,#113885 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000032', endColorstr='#113885',GradientType=0 ); /* IE6-9 */
}
.home_banner {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#103e8b+0,000032+60 */
background: #103e8b; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #103e8b 0%, #000032 60%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #103e8b 0%,#000032 60%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #103e8b 0%,#000032 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#103e8b', endColorstr='#000032',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.header_logo {
    max-width: 140px;
}
.main_navs li a {
    color: #fff !important;
    padding: 8px 10px !important;
    display: block;
    position: relative;
    /* font-size: 13px; */
    text-decoration: none;
    margin: 0px 10px;
}
.main_navs li a.router-link-active {
    font-weight: 500;
}
.navbar_toggler {
    max-width: 50px;
}
.navbar_toggler:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}
@media screen and (max-width:992px) {
   .top_navs {
		position: absolute;
		left: -16px;
		right: -16px;
		top: 110%;
		background: #030b42;
		z-index: 2;
	}
	.bigwidth {
		max-width: 100% !important;
	}
}
@media screen and (max-width:767px) {
    .header_logo {
        max-width: 100px;
    }
	.bigwidth {
		max-width: 100% !important;
	}
}



/*Homepage css*/


.signUp_btn {
    display: inline-block;
    background: #ed1c24;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    width: 200px;
}
.about {
    background:  url(../images/bg_about.png) no-repeat bottom center;
    background-size: contain;
}
.benefits{
    background: url(../images/benefits_bg1.png) no-repeat 10% 0%, url(../images/benefits_bg.png) no-repeat bottom center, url(../images/benefits_bg3.png) no-repeat bottom right, url(../images/benefits_bg2.png) no-repeat 90% 0% #023f8833;
    background-size: 50px, 100% auto, auto, 50px ;
}
.banefit_block {
    background: #fff;
    height: 100%;
    box-shadow: 0 0 5px 0px #0000003b;
    min-height: 300px;
}
.banefit_block p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.benefit_heading {
    color: #023f88;
}
.btn_contact {
    background: #ff0000;
    color: #fff !important;
    padding: 10px 20px;
    width: 150px;
    border-radius: 30px;
}
.contact_bg {
    background: url(../images/sunburst.png) no-repeat left center #E9E9E9;
    background-size: cover;
}
.contact_right {
    background: url(../images/contact_right_bg.png) no-repeat center right;
}

.question {
    background-color: #ffffff;
    color: #000;
    position: relative;
    margin-top: 20px;
    padding: 9px 0;
    border-bottom: 1px solid #000;
}
.question h4 {
    margin: 0;
    padding: 5px 0;
    font-size: 20px;
    position: relative;
    font-weight: 500;
}
.answer {
    margin: 0px;
    width: 100%;
	display: none
}
.answer p {
    margin: 0;
    padding: 10px 0;
    color: #000;
}
.arrow_faq {
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: #000 #000 transparent transparent;
    transform: rotate(180deg);
}
.arrow-active{
	transform:rotate(180deg);
}
@media screen and (max-width:767px) {
    .about_text {
        font-size: 18px;
    }
}


/*Footer Css*/


.footer_wrapper {
    background: #000032; /* Old browsers */
    background: -moz-linear-gradient(top,  #000032 0%, #113885 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #000032 0%,#113885 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #000032 0%,#113885 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000032', endColorstr='#113885',GradientType=0 ); /* IE6-9 */   
    padding: 20px 25px;
}
.logo {
    display: block;
}
.logo a {
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.logo img {
    max-width: 59px;
    margin-right: 12px;
}
.downloadApp_img img {
    max-width: 125px;
}
.downloadApp_img {
    padding: 0 7px;
}
.footer_nav {
    padding: 0;
}
.footer_nav ul {
    margin: 0;
    padding: 10px 0;
	list-style: none
}
.footer_nav ul li {
    display: inline-block;
    margin: 0 5px;
}
.footer_nav ul li a {
    display: block;
    padding: 8px 5px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    text-decoration: none;
}
.footer_nav ul li.active a, 
.top_navs ul li.active a {
    position: relative;
}
.footer_nav ul li a:hover, .top_navs ul li a:hover {
    text-decoration: none;
}
.footer_nav ul li a:before, .footer_nav ul li a:after{
    transition: all .2s;
    width: 0;
    position: relative;
}
.footer_nav ul li a:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 0;
    top: 0;
    left: 0;
}
.footer_nav ul li a:after{
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 0;
    bottom: 0;
    right: 0;
}
.footer_nav ul li a:hover:before, .footer_nav ul li a:hover:after, .footer_nav ul li.active a:before, .footer_nav ul li.active a:after{
    width: 100%;
}

.top_navs ul li a:before, .top_navs ul li a:after {
    transition: all .2s;
    width: 0;
    position: relative;
}
.top_navs ul li a:before {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 0;
    top: 0;
    left: 0;
}
.top_navs ul li a:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 0;
    bottom: 0;
    right: 0;
}
.top_navs ul li a:hover:before, .top_navs ul li a:hover:after, .top_navs ul li.active a:before, .top_navs ul li.active a:after {
    width: 100%;
}
.footer_text {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}
.footer_logos a {
   display: block;
   padding:0 20px 0 0;
}
.footer_logos img {
    max-height: 75px;
}

@media screen and (max-width:767px) {
    .header_wrapper {
        padding: 20px 0;
    }
    .footer_nav {
        text-align: center;
    }
    .footer_download {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .bottom_logo {
        justify-content: center !important;
        width: 100%;
    }
    .footer_logos img {
        max-height: 55px;
    }
    .footer_nav ul li a {
        font-size: 12px;
    }
}


/*Program Details CSS*/

.content_area {
    width: 100%;
    min-height: 525px;
    height: auto;
    background: #f2f5f7;
}
.program_heading1 {
   position: relative;
    font-family: Raleway,sans-serif;
    background: #2b4b8c;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
}
.program_heading1:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(91,74,199,0);
    border-right: 100px solid #f44336;
    border-left: 100px solid #f44336;
    -ms-transform-origin: inherit;
    transform-origin: inherit;
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
}

.program_heading2 {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 1rem;
    margin-top: 27px;
    position: relative;
    background-color: #f3f3f3;
    padding:  15px;
    border-radius: 1px;
}
.program_heading2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background-color: #f44336;
}
.program_content p {
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 0 22px;
}
.p_text {
    padding-left: 22px;
    line-height: 1.8;
}
.disclaimer-pageheading {
    background: #2b4b8c;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
}
.w_75 {
    width: 75%;
}
@media screen and (max-width:767px) {
    .program_heading1:before {
        border-right-width: 50px;
        border-left-width: 50px;
    }
    .w_75 {
        width: 100%;
    }
}

/*Registration CSS*/

.content_area {
    width: 100%;
    min-height: 525px;
    height: auto;
    background: #f2f5f7;
    padding: 30px 0;
}
.main_heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    position: relative;
    background-color: #f3f3f3;
    padding: 20px 15px;
    border-radius: 1px;
    /* border: 1px solid #dcdcdc; */
}
.instant_enrollment_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background-size: contain;
}
.enrollment_block {
    box-sizing: border-box;
}
.enrollment_block > div {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box !important;    
    flex: auto !important;
}
/* .enrollment_block > div + div {
    margin-left: 15px;
} */

.download_file_btns {
	padding: 10px 0
}
.download_file_btns button, .download_file_btns button:hover {
    padding: 6px !important;
    border-radius: 50% !important;
    background: #000131 !important;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
	float: left;
    align-items: center;
    justify-content: center;
	margin-bottom: 0
}
.download_file_btns button:focus {
	outline: none
}
.download_file_btns button img {
    width: 100%;
	max-width: 20px
}
.form_label {
    width: 100%;
}
.form_control {
    width: 100%;
    padding: 6px 13px;
    height: 40px;
    border: 1px solid #e6e7e8;
    background: none;
}
.form_select select {
    appearance: none;
}
.form_select {
    position: relative;
}
.form_select:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent #000 #000 transparent;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    pointer-events: none;
}
.form_label sup {
    font-size: 14px;
    color: #f00;
    top: -5px;
    font-weight: 600;
}
.submit_btn {
    background-color: #007ad9;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #007ad9;
    cursor: pointer;
    transition: all .15s ease-in-out;
    padding: 5px 22px;
}
.table th, .table td {
    padding: 8px !important;
    font-size: 12px;
    vertical-align: middle !important;
}
.dataTables_paginate  .paginate_button {
    color: #084693
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover  {
    background: #084693 !important;
	color: #fff !important;
    border-color: #084693 !important
}
@media screen and (max-width:768px) {
    
    .enrollment_block {
        flex-wrap: wrap;
    }
    .enrollment_block  > div {
        margin-bottom: 20px;
        margin-left: 0  !important;
    }
    .mat-checkbox-layout .mat-checkbox-label {
        line-height: 1;
        white-space: pre-wrap;
    }
}


/*Recharge CSS*/

.content_area {
    width: 100%;
    min-height: 525px;
    height: auto;
    background: #ffffff;
    padding: 30px 20px;
}
.main_heading {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    margin-top: 17px;
    position: relative;
    background-color: #f3f3f3;
    padding: 13px 15px;
    border-radius: 1px;
    border: 1px solid #dcdcdc;
}
/*.instant_enrollment_wrapper {
     box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%); 
}*/
.enrollment_block {
    box-sizing: border-box;
}
.enrollment_block > div {
    padding: 0;
    width: 100%;
    box-sizing: border-box !important;    
    flex: auto !important;
}
.enrollment_block > div + div {
    margin-left: 25px;
}
.form_label {
    width: 100%;
    margin-bottom: 5px;
}
.form_label sup {
    font-size: 12px;
    color: #f00;
    top: -5px;
    font-weight: 700;
}
.verify_btn {
    position: absolute;
    right: 6px;
    background: none;
    border: none;
    font-weight: 700;
    color: #007bff;
    bottom: 5px;
}
span.tick {
    width: 12px;
    height: 6px;
    border-left: 3px solid;
    border-bottom: 3px solid;
    transform: rotate(310deg);
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 3px;
}
.verify_btn:focus {
	outline: none
}
.submit_btn {
    background-color: #000131;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all .15s ease-in-out;
    padding: 7px 22px;
    width: 200px;
    border-radius: 4px;
}
.submit_btn:hover {
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .15s ease-in-out;
    padding: 7px 22px;
}
.recharge_heading {
    position: relative;
    font-size: 24px;
    font-weight: 400;
}
.form_control {
    background: transparent;
    border: none;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
}
.form_control:focus {
    outline: none;
}
.example-margin {
    font-size: 14px;
}
@media screen and (max-width:767px) {
    .program_heading1:before {
        border-right-width: 50px;
        border-left-width: 50px;
    }
}

/*Login CSS */

.login_input {
    padding: 8px 12px
}
.login_btn {
    font-weight: 700;
}

/*loader css*/

.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:  #00000066;
	background-size: 95px;
	z-index: 100;
	display:flex;
	align-items:center;
	justify-content:center;
    z-index: 999999;
}
.loading:after {
    position: absolute;
    content: "";
    background: url(../images/loader.gif) no-repeat center #fff;
    background-size: 70px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.error {
    position: absolute;
    left: 0;
    top: 100%;
    color: #e42727;
    font-size: 12px;
}
.btn_close {
    font-size: 24px;
    transform: rotate(45deg);
    border: none;
    background: no-repeat;
    color: #fff;
    line-height: 1;
	cursor:pointer;
}
.btn_close:focus {
	outline: none
}
.plane {
	width: 16px;
}
.white {	
    filter: contrast(0) brightness(100);
}
.modal-dialog {
	min-height: 100vh;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 20px 15px;
}
.subDiv .level2Menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.subDiv {
    position: absolute;
    background: #fff;
    top: 100%;
    width: 170px;
    box-shadow: 0 0 5px 0px #00000038;
    display: none;
	z-index: 100
}
.subDiv .level2Menu li a {
    color: #000 !important;
    display: block;
	transition: all .5s
}
.subDiv .level2Menu li a:hover {
    background: #000032;
    color: #FFF !important;
}
.subDiv2 {
    position: absolute;
    right: 100%;
    top: 0;
    background: #fff;
    box-shadow: 3px 0 5px 0px #00000038;
    display: none;
    width: 200px;
}
.subDiv2 .level3Menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.nav-item.has_sub {
    position: relative;
}
.has_sub:hover > div {
    display: block;
}

textarea:disabled, input:disabled {
    background-color: #e9ecef !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#verify{
    display: none;
}

.bigwidth .modal-body table tr td {
    padding: 10px 15px;
}
.bigwidth {
    max-width: 80%;
}
.bigwidth .modal-body table tr td p {
    margin-bottom: 0;
}
.bigwidth .modal-body {
    height: 400px;
    overflow: scroll;
}
.c-head {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media screen and (min-width:992px){
	.bank_table .table tr th:first-child {
		width: 250px !important;
	}
}

.logbutton2 {
    display: none;
}

.nmtable{
	border: 1px solid #000;
}

.ulfont{
	list-style: lower-roman
}
.toast{top: 2px;    position: absolute;    height: 100%;    right: 9px;    cursor: pointer;}
/*#logbutton {display: inline-block;}*/
.captchalg {display: none;}
#vrotp .btn {color:#45b400}
.grecaptcha-badge {display: none;}