@font-face {
	font-family: "Rubik-Reg";
	src: url("../fonts/Rubik-Regular.eot");
	src: local("☺"), url("../fonts/Rubik-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Rubik-Med";
	src: url("../fonts/Rubik-Medium.eot");
	src: local("☺"), url("../fonts/Rubik-Medium.ttf") format("truetype");
}

@font-face {
	font-family: "Rubik-Bold";
	src: url("../fonts/Rubik-Bold.eot");
	src: local("☺"), url("../fonts/Rubik-Bold.ttf") format("truetype");
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

:root {
	--black: #000000;
	--white: #ffffff;
	--navy: #002953;
	--grey: #666666;
	--typo-grey: #999999;
	--typography-black: #1A1A1A;
	--lightgrey: #BFBFBF;
	--tangerine: #FF6700;

	--yellow-nudge:#ffd000;

	--red: #B40000;
	--navy-medium: #4A6784;
	--body-color: #e5eaf7;
	--dark-blue: #000F1E;
	--navy_light: #D3DAE1;
	--tertiary: #002142;
	--blue-true-light: #e5eaf7;
	--navilight: #d3dae1;
	--regular: 'Rubik-Reg';
	--medium: 'Rubik-Med';
	--bold: 'Rubik-Bold';
	--light: 'Rubik-Light';
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Rubik-Reg";
	font-weight: normal;
	letter-spacing: 0.16px;
	font-size: 10px;
}

body {
	background: #e5eaf7;
}

a {
	text-decoration: none;
}

fieldset {
	border:0;
}

.BHFLBG {
	background: #e5eaf7;
}

/*header css start*/
.main_header {
	width: 100%;
	float: left;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

.primary_header {
	background: #002a53;
	float: left;
	width: 100%;
	/* padding: 0px 15px; */
	z-index: 4;
	position: relative;
	height: 64px;
}

.secmenulogo {
	float: left;
	margin-bottom: 0;
	list-style-type: none;
	/* padding: 20px 0px; */
	display: flex;
	align-items: center;
}

.secmenulogo li {
	float: left;
	position: relative;
}

.secmenulogo li.pd_right {
	padding-right: 10px;
}
.secmenulogo li a {
	float: left;
}

.secmenulogo li a.bajaj_logo {
	background: transparent;
}
/* .secmenulogo li a img.logo {
	float: left;
	width: 90px;
	height: 24px;
	padding: 0;
	max-width: initial;
} */

.secmenulogo li a img.menu {
	float: left;
	width: 29px;
	height: 20px;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}
/* header style  end*/

.bfl-container {
	width: 100%;
	padding: 0px 15px;
}

.bfl-content-section {
	display: grid;
	grid-template-columns: 80% auto;
	grid-column-gap: 15px;
	margin-top: 79px;
}

.bfl-right-content {
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
}

.bfl-footer {
	display: block;
	width: 100%;
	padding: 0;
	background: #002a53;
	margin-top: 12px;
	float: left;
}

.col-content-main {
	display: grid;
	grid-template-columns: 49.5% 49.5%;
	grid-column-gap: 1%;
}

.white-content-area,.slider-content-box {
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 15px;
}
.center-btn{
    display: flex ;
    align-items: center;
    justify-content: center;
}
/* change password style start */
.headerContent strong {
	font-size: 16px;
	color: var(--navy);
	font-weight: 500;
	font-family: var(--medium);
}

.headerContent p {
	font-size: 14px;
	color: var(--grey);
	font-weight: 400;
	margin-bottom: 0;
	padding-top: 7px;
}

.v_pass_title h2 {
	color: var(--typography-black);
	font-size: 16px;
	font-family: var(--medium);
	font-weight: 500;
	margin-bottom: 0px;
}

.v_pass_title {
	margin-bottom: 25px;
}

/* form */
.input-block {
	position: relative;
	width: 100%;
	margin-bottom: 14px;
}

.input-block label {
	position: absolute;
	transition: all 0.3s;
	font-weight: normal;
	line-height: 17px;
	z-index: 0;
	top: 10px;
	left: 0px;
	padding: 0;
	letter-spacing: 0.16px;
	font-size: 14px;
	color: var(--grey);
}

.input-block label.active {
	top: -10px;
	left: 0px;
	padding: 0;
	font-size: 12px;
}

.input-block label i {
	color: #ff3030;
}

.input-block.invalid input {
	border-bottom: 1px solid #B40000 !important;
}

.error {
	display: none;
	color: var(--red);
	font-size: 10px;
	line-height: normal;
    margin-top: 5px;
}

.input-block input{
	-webkit-appearance: none;
	outline: none;
	width: 100%;
	border: 0;
	font-size: 14px;
	font-weight: 500;
	font-family: var(--medium);
	border-bottom: 1px solid var(--typo-grey);
	background: none;
	border-radius: 0;
	color: var(--typography-black);
	position: relative;
	padding: 8px 0px;
}

.mobile-css-form{
    margin-left: 40%;
}
.input-block select {
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--medium);
    border-bottom: 1px solid var(--typo-grey);
    background: none;
    border-radius: 0;
    color: var(--typography-black);
    z-index: 1;
    position: relative;
    padding: 8px 0px;
}

.input-block select option {
    font-size: 14px;
}

.input-block select.select_value {background: transparent url('../images/icons-chevron.svg') no-repeat center right 0px;cursor: pointer;}

.pswd_privacy {
	position: absolute;
	right: 0;
	top: 7px;
}

.input-block .errormsg[style="display: block;"]~.grayLine {
	display: none;
}

.grayLine {
	font-size: 10px;
    color: var(--typo-grey);
    line-height: normal;
    margin-top: 5px;
}

.v_password_fields .pass_marginb {
	margin-bottom: 27px !important;
}

.v_password_fields .form-group {
	margin-bottom: 10px;
}

.v_password_fields .form-group:last-child {
	margin-bottom: 0px;
}

/*  */
.v_right_padd_div {
	z-index: 1;
	height: 100%;
	float: left;
	width: 100%;
	border-radius: 8px;
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.padding0 {
	padding: 0;
}

.v_sideimg {
	float: right;
	position: absolute;
	right: -4px;
	top: -105px;
	z-index: -1;
}

.v_info_title {
	margin-bottom: 16px;
	width: 100%;
}

.v_info_title h3 {
	color: var(--typography-black);
	font-size: 14px;
	font-family: var(--medium);
	font-weight: 500;
	margin-bottom: 0px;
}

.v_info-sec-col p {
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 12px;
	color: var(--typography-black);
	font-family: var(--medium);
	margin-bottom: 12px;
}

.v_info-sec-col p:nth-child(1) {
	background: #E5F2F0;
}

.v_info-sec-col p:nth-child(2) {
	background: #F2DEF6;
}

.v_info-sec-col p:nth-child(3) {
	background: #F2F4FB;
}

.v_info-sec-col p:nth-child(4) {
	background: #DEF1FF;
	margin-bottom: 0px;
}

/* change password style End */
/* button style start*/
.textCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}

.btn-style {
	width: 200px;
	height: 35px;
	outline: none;
	font-family: var(--medium);
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 23px;
	padding: 5px 15px;
	border: none;
	cursor: pointer;
}

.btn-primary {
	border-radius: 10px;
	background: linear-gradient(90deg, #FF6700 0%, #FF8900 100%);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    width: 458px;
    border-radius: 10px;
    border: 1px solid var(--color-orange-shade-6);
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Rubik-Med', sans-serif;
    transition: 0.3s;
    outline: none;
}

.btn-primary:disabled {
    background: transparent;
    color: orange
    /* outline:linear-gradient(90deg, #FF6700 0%, #FF8900 100%); */
}

/* button style end */
@media screen and (min-width: 250px) and (max-width: 991px) {
	.bfl-content-section,
	.col-content-main {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}

	.mainInnerBox {
		display: grid;
		gap: 10px;
		grid-template-columns: auto;
		grid-template-rows: auto;
		/* margin-top: 150px; */
	}

	.loginbox_container {
		display: block;
	}

	.primary-header {
		background: #002a53;
		width: 100%;
		padding: 10px;
		min-height: 50px;
		max-height: 150px;
	}

	.header-logo li:nth-child(2) {
		font-size: 18px;
	}

	.header-logo li {
		padding-top: 5px;
	}

	.header-logo li:last-child {
		font-size: 12px;
	}

	.hideForMobile {
		display: none;
	}

	.bfl-container {
		width: 100%;
        padding: 0px 5px;
	}

	.bottom_btnfixed {
		bottom: 0;
		left: 0;
		background: none;
		box-shadow: none;
		width: 100%;
		margin-bottom: 0;
		position: fixed;
	}

	.btn-style {
		width: auto;
    	padding: 0px 15px;
	}
}

.error[style="display: block;"] ~ .grayLine {
    display: none;
}

/* footer style start */
.footer_bg {
    background: var(--navy);
    float: left;
    width: 100%;
    padding: 15px 0;
}
.flex_order_mobile {
    width: 100%;
}
.footer_row {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--navy-medium);
}
.footer_column_100 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_sec_row {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid var(--navy-medium);
}

.corpo_col_1 {
    float: left;
    width: 33.33%;
    padding-right: 15px;
}

.sec_row_full_box {
    float: left;
    width: 100%;
}

.sec_row_full_box h3 {
    font-size: 1.4rem;
    line-height: 17px;
    font-family: var(--medium);
    margin-bottom: 10px;
    color: var(--white);
    letter-spacing: 0.11px;
}

.sec_row_full_box p {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.095px;
    color: var(--white);
    margin: 0;
}

.sec_row_full_box p a {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 14px;
    letter-spacing: 0.095px;
    color: var(--white);
    margin: 0;
}

.corpo_col_1, .corpo_col_2 {
    color: var(--white);
}
.privacy_term {
    float: right;
    padding-top: 20px;
}

.privacy_term a {
    font-size: 1.4rem;
    line-height: 17px;
    letter-spacing: 0.16px;
    color: var(--white);
}

.privacy_term span {
    color: var(--navy-medium);
    padding: 0 16px;
    font-size: 1.4rem;
}

.ft_social_ic {
    color: var(--white);
    font-size: 1.4rem;
    line-height: 17px;
    letter-spacing: 0.11px;
}

.ft_ic_link {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.ft_ic_link li {
    display: inline-block;
    margin-right: 16px;
}

.ft_ic_link li a {
    display: inline-block;
}

.ft_ic_link li a img {
    max-width: 100%;
    max-height: 100px;
    height: auto;
    width: auto;
}

.footer_follow_icons {
    display: flex;
}

.right_down {
    padding-left: 34px;
}

.add_padd p {
    width: 270px;
}

.reach_us_grid {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    width: 66.66%;
    grid-column-gap: 19px;
}

.reserved_right {
    padding: 20px 0 0;
    font-size: 1.4rem;
    font-family: var(--medium);
    line-height: 17px;
    letter-spacing: 0.11px;
    color: var(--white);
    display: inline-block;
}
@media screen and (min-width: 250px) and (max-width: 767px){
	.cus_container {
		padding: 0 7.5px;
	}
	.flex_order_mobile {
		flex-direction: column;
		display: flex;
		padding: 0 6px;
	}
	.footer_row {
		order: 3;
		padding: 0;
	}
	.footer_column_100 {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer_follow_icons {
		padding-top: 20px;
	}
	.footer_sec_row {
		order: 2;
	}
	.corpo_col_1 {
		padding-right: 0;
	}
	.reserved_right {
		order: 4;
	}
	.privacy_term {
		display: flex;
		flex-direction: column;
		padding-bottom: 19px !important;
		border-bottom: 1px solid #4A6784;
		order: 1;
    	padding: 0;
	}
	.privacy_term a {
		font-size: 1.2rem;
		line-height: 12px;
	}
	.privacy_term a:first-child {
		margin-bottom: 13px;
	}
	.privacy_term span {
		display: none;
	}
}
@media screen and (min-width: 250px) and (max-width: 991px){
	.footer_bg {
		padding: 20px 0 97px 0;
	}
	.footer_row {
		padding: 0 11px;
	}
	.footer_column_100 {
		padding: 20px 0;
		width: 100%;
	}
	.footer_follow_icons {
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.ft_social_ic {
		font-size: 1.2rem;
		line-height: 14px;
		letter-spacing: 0.09px;
	}
	.right_down {
		padding: 0 30px 0 0;
	}
	.footer_sec_row {
		padding: 20px 0;
	}
	.corpo_col_1 {
		width: 100%;
	}
	.sec_row_full_box {
		margin-bottom: 14px;
	}
	.sec_row_full_box h3 {
		font-size: 1.2rem;
		line-height: 14px;
		letter-spacing: 0.09px;
		margin-bottom: 4px;
	}
	.sec_row_full_box p {
		opacity: 0.9;
	}
	.reach_us_grid {
		width: 100%;
		display: block;
	}
	.reach_us_grid .corpo_col_2:last-child .sec_row_full_box {
		margin-bottom: 0;
	}
}

/* // extra */
.quick_items {
    background: #FFFFFF;
    width: 100%;
    float: left;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.217193);
    border-radius: 8px;
    padding: 20px 20px 0 20px;
    min-height: 290px;
}

.quick_links_full {
    float: left;
    width: 100%;
}

.quick_links_full > h2 {
    font-size: 1.6rem;
    line-height: 19px;
    letter-spacing: 0.16px;
    color: var(--typography-black);
    font-family: var(--medium);
    margin: 0;
}

.quicks_list_ul {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    list-style: none;
}

.quicks_list_ul li {
    border-bottom: 0.5px solid #D3DAE1;
    padding: 12px 0;
}

.quicks_list_ul li a {
    display: flex;
    width: 100%;
    align-items: center;
}

.master_ic_div {
    width: 32px;
    height: 32px;
}

.master_ic_div img {
    width: 32px;
    height: 32px;
}

.superstores__list__title {
    padding-left: 12px;
}

.superstores__list__title p {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 17px;
    letter-spacing: 0.16px;
    color: var(--navy);
    margin-bottom: 4px;
}

.superstores__list__title i {
    background: #00B500;
    color: var(--white);
    font-style: normal;
    border-radius: 20px;
    font-size: 0.8rem;
    padding: 2.5px 12px;
    line-height: 9px;
    text-align: center;
}

.quicks_list_ul li:last-child {
    border-bottom: 0;
}

.main_custom_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.main_content_left_column {
    width: calc(100% - 216px);
}

.main_content_right_column {
    width: 192px;
    margin-left: 24px;
}

.a_botomLinksSec {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 34%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%);
    display: none;
    z-index: 9999;
}
.footer_bg .cus_container{
	padding: 0 15px;
}

/* footer style end */

/* form wizard start */
.formwizard-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.formwizard-header ul li {
    list-style: none;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    top: 8px;
}
.formwizard-header ul li::after {
	background-color: transparent;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	border-top: 1px dotted #a5a5a5;
}
.formwizard-header ul li  span {
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 1;
	margin-top: 0px;
	color: #fff;
	font-size: 16px;
}
.formwizard-header ul li  span img{
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 40px;
	margin-top: 0px;
	font-size: 16px;
    float: none;
    display: inline-block;
    margin-bottom: 7px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.formwizard-header ul li:last-child::after {
	width: 50%;
}
.formwizard-header ul li.active span, .formwizard-header ul li.activated span img {
	background-color:  #0069B4;
	color: #ffffff;
	transition: all 0.3s ease-in-out;
    content: "";
    z-index: 1;
}
.formwizard-header ul li.active::after, .formwizard-header ul li.activated::after {
	background-color:  #0069B4;
	left: 50%;
	width: 50%;
	border-color: #0069B4;
	transition: all 0.3s ease-in-out;


}
.formwizard-header ul li.activated::after {
	width: 100%;
	border-color: #0069B4;
	transition: all 0.3s ease-in-out;
}
.formwizard-header ul li:last-child::after {
	left: 0;
}
.formwizard-header ul li.wizard-password-eye {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.wizrard-text ul{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.wizrard-text li {
    list-style: none;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.wizrard-text li span {
    font-size: 1.1rem;
	line-height: 35px;
	text-transform: capitalize;
	color: #666666;
}
hr{	
    margin: 20px 0;
}
.formwizard-body {
    margin: 0;
    /* padding: 20px 15px; */
}
.formwizard-footer{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.main_form_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px 30px;
}
.v_password_fields {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px 30px;
}
@media screen and (max-width:576px){
	.v_password_fields {
		grid-template-columns:100%;
	}
    .main_form_grid{
        grid-template-columns: repeat(1,1fr);
    }
}

fieldset:not(.activeTab) {
	display: none;
}
@media screen and (max-width: 768px) {
	.wizrard-text li {
	   margin-top: 9px;
	}
	.wizrard-text li span {
	  font-size: 9px;
	  line-height: 100%;
	}
    .main_form_grid{
        grid-template-columns: repeat(1,1fr);
    }
  }
  
/* form wizard end */


/*-----------------------file upload box start-----------------------*/

.doc_main_block{    width: 100%; display: inline-block;position: relative;}
.doc_title_flex {display: flex;width: 100%;justify-content: space-between; margin-bottom: 9px;align-items: center;}
.j_doc_label {
    position: relative;
    height: 150px;
    border-radius: 8px;
    display: flex; 
    justify-content: space-around; 
    overflow: hidden; 
    align-items:flex-start;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    float: left;
    padding: 35px 32px 28px 32px;
    border-radius: 12px;
    background-color: #F8F8F8;
    cursor: pointer;
}
.j_doc_label_items{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.j_doc_label_items span{
    margin-right: 5px;
    font-size: 1.2rem;
}
.uploadSelect{
    background: transparent url(../Images/downarrow.svg) no-repeat center right 6px;
    appearance: none;
    cursor: pointer;
    /* position: relative; */
    width: 100%;
    height: auto !important;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 2px;
    color: #585858;
    font-size: 12px;
    font-family: 'Rubik-Reg';
    outline: none;
}
.j_doc_label input {opacity: 0;position: absolute;}


.UploadBlank {
    width: 100%;
    float: left;
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    border: 1px dashed #898787;
    background: #FFF;
    white-space: nowrap;
    color: #555;
}
.doc_up_ic {display: block;}
.j_doc_label i {font-style: normal;color:black;font-family: var(--medium);font-size: 1rem;line-height: 17px;padding: 0 11px;text-align: center;float: left;    word-break: break-all;text-wrap: wrap;}
.uploadedCon{float: left;width: 100%;text-align: center;display: none;}
.uploadedCon > img {margin-bottom: 27px;width:85%;    height: 80%; padding-left: 20%;padding-right: 15%; padding-bottom: 17%; padding-top:8%;}
.delete {display: none;position: absolute; bottom: 15px; right: 12px;}
.delete > img {width: 20px;height: 20px;}
.doc_upload_title {float: left;line-height: 17px;font-size: 1rem; color: var(--grey);margin: 0;font-family: var(--medium);}
.upload_notes {float: left; width: 100%;line-height: 12px;font-size: .5rem;color: var(--typo-grey);margin-top: 8px;}
.j_doc_label.doc_sucess{border: 1px solid #D3DAE1;}
.j_doc_label.doc_fail{border: 1px solid #D3DAE1;}
.j_doc_label.doc_sucess::after {position: absolute;left: 0;bottom: 0;height: 3px;width: 100%;content: '';background: #002953;transition: 0.3s;}
.j_doc_label.doc_fail::after { position: absolute;left: 0; bottom: 0; height: 3px; width: 100%; content: ''; background: #B40000;transition: 0.3s;}
.retryLogo{    display: none;position: absolute;bottom: 15px;right: 12px;}
.retryLogo img{width: 20px;height: 20px;}
.doc_upload_error{position: static;margin-top: 8px; font-weight: 400;
    color: var(--red);
    font-size: 1rem;
    line-height: 12px;
    letter-spacing: 0.16px;}
.doc_upload_error[style="display: block;"] ~ .upload_notes{display: none;}


 
.v_doc_main_block {
    width: 100%;
    display: flex !important;
    position: relative;
    flex-direction: column !important;
}
.v_doc_title_flex {display: flex;width: 100%;justify-content: space-between;margin-bottom: 16px;align-items: center;}
.v_doc_upload_title {float: left; line-height: 19px;font-size: 1.6rem;color: var(--typography-black); margin: 0;font-family: var(--medium);}
.v_supporting_Document_grid {width: 100%;display: grid;  grid-template-columns: repeat(1, 1fr); grid-column-gap: 16px; position: relative; grid-row-gap: 16px;}
.v_upload_more {float: left;width:100%;margin-top: auto;}
.v_upload_more p {font-size: 1.2rem;line-height: 14px;letter-spacing: 0.16px;color:var(--grey);   margin: 0;}
.v_upload_more p a {color: var(--tangerine);font-family: var(--medium);}
.addmore_seprator {width: 100%;background-color: #D3DAE1;height: 1px;margin: 12px 0px 8px;}
.v_change_box p .v_key_connect{color: var(--tangerine);font-family: var(--medium);}


@media screen and (min-width:250px) and (max-width:767px) {
    .doc_upload_title{font-size: 1.2rem;line-height: 14px;}
    /* .j_doc_label{height: 102px;} */
}
/*-----------------------file upload box end-----------------------*/
.tab4 .v_password_fields {
	display: block;
}
.tab4 .form-group {
	width: 50%;
	margin-bottom: 50px;
}
.tab4 .r2 .form-group {
	width: 50%;
    margin-bottom: 50px;
    float: left;
    padding-right: 15px;
}
.tab4 .v_supporting_Document_grid {
	width: 100%;
}
@media screen and (min-width:250px) and (max-width:991px) {
    .address_line{
        margin-left: 0% !important;
    }
    .main_form_grid{
        grid-template-columns: repeat(1,1fr);
    }
   
}

@media screen and (min-width:250px) and (max-width:767px) {
	.tab4 .form-group , .tab4 .r2 .form-group{
		width: 100%;
		margin-bottom: 15px;
		padding-right: 0;
	}
    .main_form_grid{
        grid-template-columns: repeat(1,1fr);
    }
	.tab4 .v_supporting_Document_grid {
		width: 100%;
	}
	.tab4 .v_password_fields .form-group:last-child {
		margin-bottom: 15px;
	}
}

.entryDiv img{

    margin-top: 50px;
    width:85%

}


.congratulationDiv .content {
    text-align: center;
    padding: 0 30px;
}

.congratulationDiv img{
	width: 60%;
    height: 250px;
}

.congratulationDiv h1{
	font-size: 36px;
    color: #00b500;
    font-weight: 600;
    text-transform: capitalize;
}

.congratulationDiv p{
	font-size: 20px;
    padding: 0 30px;
    line-height: 30px;
    margin: 20px 0;
    color: #504f4f;
}

@media screen and (min-width:250px) and (max-width:767px) {
	.congratulationDiv img{
		width: 100%;
		height: auto;
	}
}

@font-face {
    font-family: 'Rubik-Reg';
    src: url('../fonts/Rubik-Regular.eot');
    src: local('☺'),
        url('../fonts/Rubik-Regular.woff') format('woff'),
        url('../fonts/Rubik-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'Rubik-Med';
    src: url('../fonts/Rubik-Medium.eot');
    src: local('☺'),
        url('../fonts/Rubik-Medium.woff') format('woff'),
        url('../fonts/Rubik-Medium.ttf') format('truetype')
}

@font-face {
    font-family: 'Rubik-Bold';
    src: url('../fonts/Rubik-Bold.eot');
    src: local('☺'),
    url('../fonts/Rubik-Bold.woff') format('woff'),
    url('../fonts/Rubik-Bold.ttf') format('truetype')
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Rubik-Reg';
    font-weight: normal;
}
a 
{
    text-decoration: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
button[disabled] {
    opacity: 0.3;
}
button {
    cursor: pointer;
    transition: 0.3s;
}
input:read-only {
    background-color: #EFF2F9;
  }
body.unacademy {
    background-color: #eef1f6;
}

.over_hide_active {
    overflow: hidden;
}

.main-header {
    width: 100%;
    float: left;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.primary-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1E2443;
    width: 100%;
    padding: 0px 35px;
    z-index: 4;
    position: relative;
    height: 64px;
}

.secmenulogo {
    float: left;
    margin-bottom: 0;
    list-style-type: none;
    /* padding: 20px 0px; */
    display: flex;
    align-items: center;
}

.secmenulogo li {
    float: left;
    position: relative;
}

.secmenulogo li a.bajaj-logo {
    background: transparent;
}

.secmenulogo li a {
    float: left;
}

.secmenulogo li a img.logo {
    width: auto;
    height: auto;
    padding: 0;
    max-width: 100%; 
    position: relative;
}

@media screen and (min-width: 768px) { /* This is for desktop view */
    .secmenulogo li a img.logo {
        position: relative;
        left: -16px !important;
        top: 4px !important;
    }
}

@media screen and (max-width: 767px) { /* This is for mobile view */
    .secmenulogo li a img.logo {
        position: relative;
        left: -16px !important;
        top: -7px !important;
    }
}

.unacademy-profile {
    float: left;
    width: 100%;
    margin-top: 82px;
}

.unacademy-container {
    margin: 0 auto;
    padding: 0 33px;
}

.unacademy-section {
    padding: 6px 25px !important;
}

.white-bg-card {
    margin-bottom: 12px;
    /* padding: 6px 15px 6px 15px; */
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    float: left;
    width: 100%;
}

.white-bg-card>.unacademylogo {
    text-align: center;
}

.white-bg-card .details-step h6 {
    font-size: 16px;
    margin-bottom: 6px;
    font-family: 'Rubik-Reg', sans-serif;
    color: #393939;
}

.white-bg-card p {
    color: #666666;
    font-size: 14px;
}

.bottom-bg-card {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    float: left;
    /* padding: 18px; */
    padding: 15px 25px;
    text-align: center;
    margin-bottom: 12px;
}

.details-step {
    margin: 10px 10px 12px;
}

.white-bg-card-course-details {
    margin-bottom: 12px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    float: left;
    width: 100%;
}

.course-details-head {
    border-bottom: 1px solid #D3D3D3;
}

.course-details-head h6 {
    font-size: 16px;
    margin: 22px 0px 14px;
    font-family: 'Rubik-Reg', sans-serif;
    color: #393939;
}

/* .btn-outline-style {
    text-transform: uppercase;
    cursor: pointer;
}
.btn-outline-style {
    width: 458px;
    height: 48px;
    padding: 15px 23px 13px;
    border-radius: 10px;
    background: transparent;
    border-color: #FF6700;
    outline: auto;
    color: #FF6901;
    font-size: 16px;
    font-family: 'Rubik-Med', sans-serif;
}
.btn-outline-style:hover {
    box-shadow: inset 0 0 3px 1px #ff5a00;
} */
.btn-outline-style {
    width: 458px;
    padding: 12px 0 11px;
    border-radius: 10px;
    border: solid 1px #ff6700;
    background-color: #fff;
    font-size: 14px;
    color: #ff6700;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Rubik-Med', sans-serif;
    transition: 0.3s;
}

.btn-outline-style[status="valid"]{
	 border: solid 1px #ff6700;
    background-color: #ff6700;
	color: #fff;
}

.main-grid-part {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    margin-bottom: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
}

.left-part {
    border-radius: 8px;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    text-align: center;
    padding: 30px 32px 20px;
    float: left;
}

.left-section-img {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}

.left-section-img>img {
    max-width: 100%;
    height: auto;
}

.right-part {
    width: 100%;
    padding: 20px 19px 28px 20px;
    border-radius: 8px;
    /* box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff; */
    box-shadow: none;
    background-color: transparent;
}

.get-started-now-section {
    width: 100%;
    float: left;
    height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}

.get-started-section {
    width: 100%;
    float: left;
    /* margin-top: 130px;
    margin-bottom: 135px; */
    margin-top: 80px;
    margin-bottom: 30px;
}

.get-started-section strong {
    width: 100%;
    float: left;
    font-size: 50px;
    color: #3F3F3F;
    font-family: 'Rubik-Med', sans-serif;
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}

.get-started-section p {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #5F5F5F;
    line-height: 30px;
}

.terms-conditions {
    float: left;
    width: 100%;
    position: relative;
    /* text-align: center; */
    /* margin-top: 13px; */
}

.terms-conditions>p {
    color: #585653;
    font-size: 18px;
    /* margin-bottom: 46px; */
    margin-bottom:10px;
    letter-spacing: 0.8px;
    margin-left: 30px;
}

.terms-conditions>p>a {
    color: #0074C9;
    /* font-family: 'Rubik-Med', sans-serif; */
}

.continue-btn-section {
    float: left;
    width: 100%;
}

.continue-btn-section .continue-btn {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 16px;
}

.continue-btn-section a {
    /* width: 100%; */
    width: 83%;
    float: left;
}

.continue-btn {
    width: calc(50% - 5px);
    padding: 11px 13px 12px 12px;
    border-radius: 10px;
    background: linear-gradient(to right, #ff6700 0%, #ff8900 100%);
    font-size: 16px;
    color: #FFFFFF;
    ;
    text-transform: uppercase;
    text-align: center;
    /* font-family: 'Rubik-Med', sans-serif; */
    transition: 0.3s;
}

.terms-conditions-checkbox {
    position: absolute;
    left: 0;
    /* top: 22px; */
    top: 0px;
}

.checkupgrade {
    position: relative;
    float: left;
    cursor: pointer;
}

.checkupgrade input {
    transition: 0.3s;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkupgrade input~i {
    font-size: 12px;
    color: #1a1a1a;
    border-radius: 12px;
    min-width: 70px;
    padding: 0px 22px;
    position: relative;
    line-height: 20px;
}

.checkupgrade i {
    float: left;
    font-style: normal;
}

.terms-conditions-checkbox .checkupgrade input:checked~i::before {
    background: #ff6700;
}

.terms-conditions-checkbox .checkupgrade input~i::before {
    /* border-radius: 50%; */
    border-radius: 20%;
    border: 1px solid #ff6700;
}

.checkupgrade input:checked~i::before {
    border: 2px solid #ff6700;
    box-sizing: border-box;
}

.checkupgrade input~i::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transition: all 150ms ease;
}

.terms-conditions-checkbox .checkupgrade input~i::after {
    border-color: #fff;
    width: 6px;
    height: 10px;
    top: 3px;
}

.checkupgrade input:checked~i::after {
    opacity: 1;
    transform: scale(1) rotate(45deg);
}

.checkupgrade input~i::after {
    content: "";
    width: 7px;
    height: 11px;
    position: absolute;
    top: 2px;
    left: 7px;
    border-bottom: 2px solid #ff6700;
    border-right: 2px solid #ff6700;
    box-sizing: border-box;
    transform: scale(1) rotate(65deg);
    opacity: 0;
    transition: all 150ms ease;
}

.details-step-head {
    margin-bottom: 20px;
}

.details-step-head>h6 {
    font-size: 16px;
    color: #393939;
}

.verifications-steps {
    width: 100%;
    float: left;
}

.verifications-steps ul::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 7%;
    height: 1px;
    width: 37.5%;
    background: transparent;
    z-index: 1;
    float: left;
    border-top: 1px dashed #a5a5a5;
}

.verifications-steps ul {
    width: 100%;
    float: left;
    list-style-type: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.verifications-steps ul li {
    text-align: center;
    float: left;
    width: 12.5%;
}

.verifications-steps ul li i {
    font-size: 15.5px;
    color: #000;
    font-family: 'Rubik-Reg', sans-serif;
    float: left;
    font-style: normal;
}

.verifications-steps ul li p {
    font-size: 12px;
    color: #000;
    float: left;
    padding-left: 8px;
    width: 100%;
    text-transform: uppercase;
    color: #8A8A8A;
}

.verifications-steps ul li:last-child {
    padding-bottom: 0;
}

.verifications-steps ul li:first-child i {
    padding: 7px 13px 6px 11px;
    background-color: #f3e5f6;
    border-radius: 20px;
}

.verifications-steps ul li:nth-child(2) i {
    padding: 7px 13px 6px 11px;
    background-color: #e5f2f0;
    border-radius: 20px;
}

.verifications-steps ul li:nth-child(3) i {
    padding: 7px 13px 6px 11px;
    background-color: #def1ff;
    border-radius: 20px;
}

.verifications-steps ul li img {
    float: none;
    display: inline-block;
    margin-bottom: 7px;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

/* .verifications-steps ul li:first-child::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #0069B4;
    width: 12.5%;
    top: 23px;
    z-index: 3;
} */
.verifications-steps ul li.active:last-child:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid transparent;
    width: 0px;
    top: 23px;
    z-index: 3;
}

.verifications-steps ul li.active::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #0069B4;
    width: 12.3%;
    top: 23px;
    z-index: 3;
}

/* .verifications-steps ul li.active img {
    background-color: #0069b4;
    border-radius: 30px;
    fill: white;

} */

.verifications-steps ul li.active p {
    color: #0069B4;
}

.course-details-body {
    padding: 15px 25px;
}

.course-details-body h1 {
    font-size: 20px;
    font-family: 'Rubik-Med';
    margin-bottom: 15px;
    color: #212121;
}

/* .application-details-body {
    padding: 15px 25px;
} */

.application-details-body h1 {
    font-size: 20px;
    font-family: 'Rubik-Med';
    margin-bottom: 15px;
    color: #212121;
}


.form-area {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 15px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group h6 {
    font-size: 14px;
    font-family: 'Rubik-Reg';
    color: #5F5F5F;
    margin-bottom: 6px;
    text-transform: capitalize;
}

input {
    width: 100%;
    height: 45px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 12px 12px 13px;
    color: #585858;
    font-size: 14px;
    font-family: 'Rubik-Med';
    outline: none;
}

select {
    /* background: transparent url(../images/icon-chevronleft.svg) no-repeat center right 16px; */
    background: transparent url(../Images/dropdown_arrow.svg) no-repeat center right 12px;
    appearance: none;
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 45px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 12px 12px 13px;
    color: #585858;
    font-size: 16px;
    font-family: 'Rubik-Med';
    outline: none;
    /* -webkit-appearance: none; */
}

.input-bg-color {
    background-color: #EFF2F9;
}

input[disabled] {
    color: #828282;
}

/* input::placeholder {
    color: #828282;
} */
.address_line{
    margin-left: 165px;
}
.form-group span {
    color: #000000;
}
.mt-toggle-grp {
    box-shadow: none !important;
    border: none !important;
}
.residence-btn{
    height: auto !important;
    margin-left: 5px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Rubik-Med';
}
.residence-btn span{
    color: #000000 !important;

}
.residence-btn :hover{
    color:black !important;
    cursor: pointer;
    
}
.residence-btn:checked{
    background: #0069B4;
    color:black ;
    cursor: pointer;
    
}

.errormsg {
    color: #b40000;
    font-size: 10px;
    margin-top: 5px;
    display: none;
}
.your-scheme-section {
    margin-bottom: 12px;
    padding: 40px 50px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    float: left;
    width: 100%;
}

.your-scheme-section .details-step-head {
    margin-bottom: 36px;
}

.your-scheme-section .details-step-head>strong {
    color: #101929;
    font-size: 30px;
    line-height: 18px;
    font-family: Rubik-Med;
    margin-bottom: 20px;
}

.your-scheme-section .details-step-head>h6 {
    margin-top: 20px;
    font-size: 20px;
    color: #6D6E70;
}

.flag {
    font-size: 10px;
    color: #52A301;
    padding: 2px 6px;
    border-radius: 0px 5px 0px 10px;
    background: #DFFFDC;
    position: absolute;
    top: 0px;
    right: 0px;
}

.emi-payment-options {
    width: 100%;
    float: left;
    /* padding: 0 63px 22px; */
}

.emi-payment-select.active-select {
    border: 1px solid #FF6700;
    background-color: rgba(255, 103, 0, 0.10);
}

.emi-payment-select.active-select .emi-start {
    color: #1A1A1A;
}

.emi-payment-select {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    float: left;
    padding: 16px 10px 16px 10px;
    border-radius: 5px;
    border: 1px solid #DFDFDF;
    background-color: #FAFAFA;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);

}

.emi-payment-select strong {
    font-size: 12px;
    color: #000;
    font-family: 'Rubik-Med', sans-serif;
    padding-bottom: 4px;
    width: 100%;
    float: left;
}

.emi-payment-select .emi-start {
    width: 100%;
    float: left;
    color: #7D7D7D;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.emi-payment-select input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.emi-payment-select input:checked~.checkmark {
    border: 2px solid #ff6700;
    background-color: #fff;
}

.emi-payment-select .checkmark {
    position: absolute;
    top: 46px;
    right: 10px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #AAAAAA;
}

.checkmark {
    position: relative;
    float: left;
    right: 0px;
    height: 20px;
    width: 20px;
    border-radius: 12px;
    background-color: #eee;
}

.emi-payment-select input:checked~.checkmark:after {
    display: block;
}

.emi-payment-select .checkmark:after {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6700;
}

.emi-payment-select .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.month-downpayment {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-around;
}

.month,
.down-payment {
    width: auto;
    float: left;
    text-align: center;
}

.month>h4,
.down-payment>h4 {
    width: 100%;
    float: left;
    color: #1A1A1A;
    font-size: 20px;
    font-family: Rubik-Med;
    line-height: 32px;
    margin-bottom: 10px;
}

.month>p,
.down-payment>p {
    color: #3C3C3C;
    font-size: 12px;
    font-family: Rubik-Med;
}
.month>p>i
{
    
}

.vr-line {
    border: 1px solid #A9A9A9;
    margin: 9px 10px 0px 10px;
}



.parents-deatils .form-area {
    display: flex;
    flex-direction: column;
}

.parents-deatils .form-area .section1 {
    display: grid;
    grid-template-columns: 32% 48.7%;
    column-gap: 20px;
}

.parents-deatils .form-area .section2 {
    display: grid;
    grid-template-columns: repeat(2, 32%);
    column-gap: 20px;
}

.parents-deatils .form-area .section3 {
    display: grid;
    grid-template-columns: repeat(2, 32%);
    column-gap: 20px;
}

.parents-deatils .form-area .section4 {
    display: grid;
    grid-template-columns: 32%;
    column-gap: 20px;
}

.parents-deatils .form-area .section5 {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    column-gap: 20px;
}

.gender-options {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 15px;
}


label.gender-select {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    background-color: #ffffff;
    color: #828282;
    padding: 12px 12px 13px;
    text-align: center;
    cursor: pointer;
}

label.gender-select p {
    font-size: 16px;
    font-family: 'Rubik-Med';

}

.gender-options label.gender-select.active {
    background-color: #0069B4;
    color: #ffffff;
}

input[type="date"].active::-webkit-calendar-picker-indicator {
    background: url(../images/calender-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.occupation-options {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    column-gap: 15px;
}

label.occupation-select {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    background-color: #ffffff;
    padding: 12px 12px 13px;
    color: #585858;
    font-size: 16px;
    font-family: 'Rubik-Med';
    text-align: center;
    cursor: pointer;
}

label.occupation-select p {
    font-size: 16px;
    font-family: 'Rubik-Med';
}

.occupation-options label.occupation-select.active {
    background-color: #0069B4;
    color: #ffffff;
}

.account-options label.account-type.active {
    background-color: #0069B4;
    color: #ffffff;
}


input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/calender-icon-dis.svg) no-repeat;
    width: 20px;
    height: 20px;
}
.search {
    font-size: 16px;
    font-family: Rubik-Med;
    position: absolute;
    top: 32px;
    right: 13px;
}

.hintmsg {
    font-size: 9px;
    font-family: 'Rubik-Reg';
    text-align: end;
    color: #FF3F3F;
    margin: 7px 0;
}

.account-options {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}

label.account-type {
    width: 100%;
    height: 45px;
    border: 1px solid #D8D8D8;
    background-color: #ffffff;
    color: #828282;
    padding: 12px 12px 13px;
    text-align: center;
    cursor: pointer;
}

label.account-type p {
    font-size: 16px;
    font-family: 'Rubik-Med';

}

label.account-type.active {
    background-color: #0069B4;
    color: #ffffff;
}

.thankyou-card {
    margin-bottom: 12px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 45px;
    text-align: center;
}

.thankyou-card h1 {
    font-size: 32px;
    font-family: 'Rubik-Med';
    color: #0069B4;
}

.thankyou-card img.thankyou-img {
    margin: 30px 0px 40px 0px;
}

.thankyou-card h6 {
    font-size: 22px;
    font-family: 'Rubik-Med';
    margin-bottom: 20px;
}

.thankyou-card p {
    font-size: 20px;
    font-family: 'Rubik-Reg';
}

.dialog-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
    z-index: 100000;
}

.dialog-body {
    width: 946px;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.20);
}

.dialog-closer {
    position: absolute;
    top: -10px;
    right: -20px;
}

.modal-title {
    background-color: #EBEBEB;
    border-radius: 8px;
    padding: 14px 0px 12px;
}

.modal-title h3 {
    font-size: 20px;
    font-family: 'Rubik-Reg';
    color: #212121;
}

.modal-content-box {
    margin: 38px 75px;
}

.modal-content {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 18px));
    column-gap: 35px;
}

.file-upload {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border: 2px dashed #A3BDE9;
    border-radius: 2px;
    padding: 55px 45px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.file-select {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.file-upload h2 {
    width: 100%;
    font-size: 13px;
    color: #5F5F5F;
    margin: 16px 0px 10px;
}
.file-upload p {
    width: 100%;
    font-size: 10px;
    color: #707070;
    text-transform: capitalize;
    transition: 0.3s all ease-in-out;
}

.bottom-button {
    margin: 46px 0px 27px;
}

.selfie-bottom-button {
    margin: 36px 0px 27px;
}

.dialog_closer {
    position: absolute;
    top: -40px;
}


.btn-outline-style.active {
    background-color: #ff6700;
    color: #ffffff;
}

.change-group {
    position: relative;
}

.change,.right-arrow {
    color: #FF6700;
    font-size: 16px;
    font-family: Rubik-Med;
    position: absolute;
    top: 35px;
    right: 6px;
    padding-left: 10px;
}

.required-documents {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    float: left;
    padding: 35px 32px 28px 32px;
    border-radius: 12px;
    background-color: #F8F8F8;
}

.proof-address-title {
    color: #212121;
    font-size: 15px;
    font-family: Rubik-Med;
    padding-bottom: 28px;
}

.required-documents>strong {
    color: #212121;
    font-size: 15px;
    font-family: Rubik-Med;
}

.address-details {
    display: flex;
    align-items: center;
}

.aadhar {
    padding: 18px 16px;
}

.dl {
    padding: 18px 40px;
}

.capture {
    padding: 15px 20px 13px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pan-card {
    padding: 18px 48px;
}

.address-details1>a,
.address-details>a {
    border-radius: 2px;
    font-size: 14px;
    border: 1px dashed #898787;
    background: #FFF;
    white-space: nowrap;
    color: #555;
    width: 100%;
    text-align: center;
}

.address-details select,
.address-details1 select {
    background: transparent url(../Images/downarrow.svg) no-repeat center right 6px;
    appearance: none;
    cursor: pointer;
    /* position: relative; */
    width: 100%;
    height: auto !important;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 20px 22px 19px 9px;
    color: #585858;
    font-size: 12px;
    font-family: 'Rubik-Reg';
    outline: none;
}

@media screen and (min-width:768px) and (max-widht:1346px) {
    .form-area{
        
    }
}
.required-documents-layout {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - 14px));
    column-gap: 20px;
}

.address-details1 {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 6px;
}
.upload-preview-none
{
    display: none;
}
.upload-details-section {
    display: flex;
    justify-content: space-between;
    align-items: center;   
}

.file-name p {
    text-align: left;
    font-size: 8px;
    color: #686868;
    font-family: Rubik-Med;
}

.file-name strong {
    text-align: left;
    font-size: 8px;
    color: #0074C9;
    font-family: Rubik-Med;
}

.file-change a {
    font-size: 12px;
    color: #0069B4;
    padding: 10px;
    font-family: Rubik-Med;
    background-color: #F1F1F1;
}

.take-selfie {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.take-selfie h6 {
    color: #5F5F5F;
    font-size: 16px;
}

.rounded-div {
    border-radius: 50%;
    width: 212px;
    height: 212px;
    background-color: rgba(52, 52, 52, 0.20);
    margin: 15px auto;
    border: 2px solid #A3BDE9;
    overflow: hidden;
}

.re-take-selfie a {
    color: #0069B4;
    font-size: 12px;
    padding: 10px;
    font-family: Rubik-Med;
    background-color: #F1F1F1;
}

.pancard-modal-content {
    display: grid;
    place-items: center;
}

.pancard-modal-content .pan-upload {
    width: auto !important;
}

.popup-btn-outline-style {
    width: auto;
    padding: 12px 110px 11px;
    border-radius: 10px;
    border: solid 1px #ff6700;
    background-color: #fff;
    font-size: 14px;
    color: #ff6700;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Rubik-Med', sans-serif;
    transition: 0.3s;
}

.success-details-section {
    display: flex;
    align-items: center;
}

.success-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(51, 184, 99, 0.10);
    border-radius: 6px;
    border: 1px solid #33B863;
    padding: 7px 20px;
    width: 80%;
}

.success-text a {
    color: #00822F;
    font-size: 16px;
}

.success-text .rightmark-img {
    padding: 8px 10px;
    background-color: #33B863;
    border-radius: 2px;
}

.delete-icon a {
    border-radius: 2px;
    background-color: rgba(245, 217, 188, 0.50);
    padding: 4px 6px;
}

.delete-icon {
    width: 20%;
    text-align: center;
}

.delete-icon p {
    color: #555;
    font-size: 7px;
    margin-top: 8px;
}

.success-required-documents {
    padding: 35px 15px 28px 15px !important;
}

.account-border-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0px;
}

.account-border-left {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Media queries Start */

@media screen and (min-width:318px) and (max-width:991px) {
    .unacademy-profile {
        margin-top: 58px;
    }
    .mobile-css-form{
        margin-left: 0%;
    }

    .comman-header .primary-header {
        padding: 0 20px 3px 20px;
        height: auto;
    }

    .secmenulogo li a img.menu {
        height: 18px;
    }

    .secmenulogo {
        padding: 13px 0 10px 0;
    }

    /* .emi-payment-options {
        padding: 0 19px 12px;
    } */
    .emi-payment-select {
        margin-bottom: 10px;
    }
}

@media screen and (min-width:200px) and (max-width:767px) {
    .white-bg-card {
        margin-bottom: 8px;
        padding: 10px 16px;
        border-radius: 4px;
    }

    .white-bg-card>h1 {
        font-size: 14px;
        margin: 0;
    }

    .white-bg-card>p {
        font-size: 12px;
    }

    .bottom-bg-card {
        position: relative;
        bottom: 0;
        left: 0;
        background: none;
        box-shadow: none;
        z-index: 3;
    }

    .unacademylogo a>img {
        width: auto;
        height: 70px;
    }

    .unacademy-container {
        padding: 0px 4px;
        width: 100%;
        float: left;
    }

    .main-grid-part {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        margin-bottom: 0;
        display: inherit;
        float: left;
        height: calc(100vh - 65px);
    }

    .left-part {
        border-radius: 0;
        /* width: calc(100% + 8px);
        margin-left: -4px; 
        padding: 30px 40px 17px;*/
        padding: 32px 8px;
        /* margin-bottom: 8px; */
    }

    .left-section-img {
        padding-bottom: 0px;
    }

    .left-section-img img {
        width: 100%;
        height: auto;
    }

    .right-part {
        padding: 0px 35px;
        border-radius: 4px;
        /* box-shadow: none;
        background-color: #e5eaf7; */
        float: left;
        margin-bottom: 8px;
    }

    .get-started-section strong {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .get-started-section p {
        font-size: 18px;
    }

    .get-started-section {
        margin-top: 0px;
        margin-bottom: 36px;
        /* margin-bottom: 65px; */
    }

    .terms-conditions>p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .continue-btn-section .continue-btn {
        width: 100%;
    }

    .terms-conditions-checkbox {
        /* top: 13px; */
        top: 4px;
    }

    .btn-outline-style {
        width: 100%;
    }

    .verifications-steps ul li {
        width: 25%;
        text-align: center;
    }

    .verifications-steps ul li p {
        padding: 0 15px;
        width: 100%;
        font-size: 10px;
        font-family: 'Rubik-Reg', sans-serif;
        text-transform: uppercase;
        color: #8A8A8A;
    }

    .verifications-steps ul li img {
        float: none;
        display: inline-block;
        margin-bottom: 7px;
        background-color: #fff;
        position: relative;
        z-index: 99;
    }

    .verifications-steps ul::before {
        top: 23px;
        left: 13%;
        height: 1px;
        width: 75%;
        border-top: 1px dashed #a5a5a5;
        border-right: 0;
    }

    .verifications-steps ul li:first-child::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #0069B4;
        width: 25%;
        top: 23px;
        z-index: 3;
    }

    .verifications-steps ul li.active::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #0069B4;
        width: 25%;
        top: 23px;
        z-index: 3;
    }

    .details-step-head>h6 {
        font-size: 14px;
        color: #393939;
    }

    .form-area {
        grid-template-columns: repeat(1, auto);
    }
    

    /* .mobile-view {
        display: block;
    }
    .desktop-view {
        display: none;
    } */

    .your-scheme-section {
        padding: 15px;
        height: calc(100vh - 65px);
    }

    .your-scheme-section .details-step-head>strong {
        font-size: 22px;
        line-height: 18px;
    }

    .your-scheme-section .details-step-head>h6 {
        font-size: 16px;
    }

    .your-scheme-layout .unacademy-section {
        display: none;
    }

    .flag {
        border-radius: 0px 4px 0px 10px;
    }

    .parents-deatils .form-area .section1 {
        grid-template-columns: 100%;
    }

    .gender-options {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 8px;
    }

    label.gender-select {
        width: 100%;
    }

    .parents-deatils .form-area .section2 {
        grid-template-columns: repeat(1, 100%);
    }

    .parents-deatils .form-area .section3 {
        grid-template-columns: repeat(1, 100%);
    }

    .parents-deatils .form-area .section4 {
        grid-template-columns: 100%;
    }

    .parents-deatils .form-area .section5 {
        grid-template-columns: repeat(1, 100%);
    }

    .thankyou-card {
        height: calc(100vh - 65px);
        padding: 95px 30px;
    }

    .thankyou-card h1 {
        font-size: 28px;
    }

    .thankyou-card h6 {
        font-size: 18px;
    }

    .thankyou-card p {
        font-size: 16px;
    }

    .occupation-options {
        grid-template-columns: repeat(2, calc(50%));
        column-gap: 0px;
    }

    .account-options {
        grid-template-columns: repeat(2, calc(50%));
        column-gap: 0px;
    }

    .dialog-body {
        width: 95%;
        top: 50%;
    }

    .modal-content-box {
        margin: 50px 20px 0px;
    }

    .modal-title h3 {
        font-size: 18px;
    }

    .bottom-button {
        margin: 42px 0px 32px;
    }

    .modal-content {
        grid-template-columns: repeat(1, 100%);
        column-gap: 0;
        gap: 30px;
    }

    .required-documents-layout {
        /* grid-template-columns: repeat(1, auto); */
        grid-template-columns: repeat(1, 100%);
        row-gap: 12px;
    }

    .course-details-body {
        padding: 18px 14px 16px 5px;
    }

    .address-details1 {
        display: grid;
        grid-template-columns: auto auto auto;
        column-gap: 6px;
    }

    .parents-deatils .form-area .section5.area {
        grid-template-rows: auto auto;
        grid-template-columns: none;
    }

    .item1 {
        grid-column: 1/3;
    }

    .item2 {
        grid-column: 1/2;
    }

    .item3 {
        grid-column: 2/3;
    }

    .popup-btn-outline-style {
        padding: 12px 70px 11px;
    }

    .modal-content-box-minheight {
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 285px);
        padding: 0px 10px 0px 0px;
        margin: 50px 10px 0px 20px !important;
    }

    .account-border-right-1 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        border-right: 0px !important;
    }

    .account-border-left-1 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .white-bg-card-course-details {
        margin-bottom: 0px;
        border-radius: 0px;
        box-shadow: none;
        background-color: transparent;
        float: left;
        width: 100%;
    }
    .your-scheme-section {
        margin-bottom: 0px;
        border-radius: 0px;
        box-shadow: none;
        background-color: transparent;
        float: left;
        width: 100%;
    }
    .mobile-bg {
        margin-bottom: 12px;
        border-radius: 8px;
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
        background-color: #fff;
        float: left;
        width: 100%;
    }

}

@media screen and (min-width:768px) and (max-width:991px) {
    .main-grid-part {
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 0;
        margin-bottom: 8px;
        /* background: transparent;
        box-shadow: none; */
        background: #FFFFFF;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
        height: calc(100vh - 65px);
        display: block;
    }

    .left-part {
        margin-bottom: 10px;
    }

    .right-part {
        padding: 0px 75px;
        border-radius: 8px;
        /* background: #FFFFFF;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); */
    }

    .get-started-section {
        margin-top: 0px;
        /* margin-bottom: 42px; */
        margin-bottom: 94px;
    }

    .terms-conditions>p {
        margin-bottom: 20px;
    }

    .continue-btn-section a {
        width: 100%;
    }

    .verifications-steps ul li {
        width: 25%;
        text-align: center;
    }

    .verifications-steps ul li p {
        padding: 0 15px;
        width: 100%;
        font-size: 10px;
        font-family: 'Rubik-Reg', sans-serif;
        text-transform: uppercase;
        color: #8A8A8A;
    }

    .verifications-steps ul li img {
        float: none;
        display: inline-block;
        margin-bottom: 7px;
        background-color: #fff;
        position: relative;
        z-index: 99;
    }

    .verifications-steps ul::before {
        top: 23px;
        left: 16%;
        height: 1px;
        width: 75%;
        border-top: 1px dashed #a5a5a5;
        border-right: 0;
    }

    .verifications-steps ul li:first-child::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #0069B4;
        width: 25%;
        top: 23px;
        z-index: 3;
    }

    .verifications-steps ul li.active::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #0069B4;
        width: 25%;
        top: 23px;
        z-index: 3;
    }

    .form-area {
        grid-template-columns: repeat(2, auto);
        width: 90vw;
    }

    .parents-deatils .form-area .section2 {
        grid-template-columns: repeat(1, 100%);
    }

    .parents-deatils .form-area .section3 {
        grid-template-columns: repeat(1, 100%);
    }

    .parents-deatils .form-area .section4 {
        grid-template-columns: 100%;
    }

    .parents-deatils .form-area .section5 {
        grid-template-columns: repeat(1, 100%);
    }

    .thankyou-card {
        height: calc(100vh - 65px);
        padding: 95px 30px;
    }

    .parents-deatils .form-area .section1 {
        display: grid;
        grid-template-columns: 32% 64%;
        column-gap: 20px;
    }

    .dialog-body {
        width: 95%;
        top: 50%;
    }

    .modal-content-box {
        margin: 50px 20px 0px;
    }

    .modal-title h3 {
        font-size: 18px;
    }

    .bottom-button {
        margin: 42px 0px 32px;
    }

    .required-documents-layout {
        grid-template-columns: repeat(1, auto);
        row-gap: 12px;
    }

    .address-details1 {
        display: grid;
        grid-template-columns: 40% 40% 20%;
        column-gap: 6px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .verifications-steps ul li {
        width: 25%;
        text-align: center;
    }

    .verifications-steps ul li p {
        padding: 0 15px;
        width: 100%;
        font-size: 10px;
        font-family: 'Rubik-Reg', sans-serif;
        text-transform: uppercase;
        color: #8A8A8A;
    }

    .verifications-steps ul li img {
        float: none;
        display: inline-block;
        margin-bottom: 7px;
        background-color: #fff;
        position: relative;
        z-index: 99;
    }

    .verifications-steps ul::before {
        top: 23px;
        left: 13%;
        height: 1px;
        width: 75%;
        border-top: 1px dashed #a5a5a5;
        border-right: 0;
    }

    .verifications-steps ul li:first-child::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #0069B4;
        width: 25%;
        top: 23px;
        z-index: 3;
    }

    .verifications-steps ul li.active::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #0069B4;
        width: 25%;
        top: 23px;
        z-index: 3;
    }

    .get-started-section {
        margin-top: 0;
        margin-bottom: 65px;
    }

    .required-documents-layout {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 10px));
        column-gap: 20px;
        row-gap: 10px;
    }

    .address-details1 {
        display: grid;
        grid-template-columns: 40% 40% 20%;
        column-gap: 6px;
    }

    label.occupation-select {
        padding: 12px 9px 13px;
    }
}
/* new style add */
.edu-cust-radio-box .edu-cust-radio-lbl {
    display: grid;
    width: 100%;
    height: 45px;
    color:#fff;
    position: relative;
}

.edu-cust-radio-box .edu-cust-radio-lbl span {
    font-size: 16px;
    font-family: 'Rubik-Med';
    border-radius: 4px;
    border: 1px solid #D8D8D8;
    background-color: #ffffff;
    color: #828282;
    padding: 12px 12px 13px;
    text-align: center;
    cursor: pointer;
}

.edu-cust-radio-box .edu-cust-radio-lbl input {
    position:absolute;
    visibility: hidden;
}

.edu-cust-radio-box  input:checked + span {
    background-color: #0069B4;
    color: #ffffff;
}

.img-preview-box
{
    width: 100%;
    display: grid!important;
}
.preview-image
{
    width:100%;
    height: 180px;
    margin-bottom: 5px;
}
.img-preview .file-upload
{
    border:none;
    padding:0px;
}
.img-preview .upload_img
{
    width: 100%;
    height: 200px;
}
.img-preview .uploaded-img
{
    height: 100%;
}

.img-preview  .file-upload h2
{
    display: none;
}
.img-preview .img-spac-desc
{
    display: none;
}
.img-preview .uploaded-img
{
    width: 100%;
}
.loan_month
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.loan_month i
{
    color: #1A1A1A;
    font-size: 20px;
    font-family: Rubik-Med;
    line-height: 32px;
    font-style: normal;
}
.loan_month h4
{
    color: #1A1A1A;
    font-size: 20px;
    font-family: Rubik-Med;
    line-height: 32px;
    font-style: normal;
}
.pan-card-model-contant
{
    width: 350px;
    margin: 0px auto;
}
.errormsg-check
{
    display: none;
}
.errormsg-check p
{
    color: #b40000;
    font-size: 10px;
    margin-bottom: 10px;
}
.select-scheme-box
{
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    background-color: #EFF2F9;
    padding: 12px 12px 13px;
    color: #585858;
    font-size: 16px;
    font-family: 'Rubik-Med';
    outline: none;
}
.js-Aadhar-model{display: none;}
.js-pancard-model{display: none;}
.js-customerphoto-model{display: none;}
.aadhar-success{display: none;}
.custphoto-success{display: none;}
.pancard-sucess{display: none;}
.rounded-div video{width: 290px;
    margin-left: -40px;
    height: 212px;}
.rounded-div canvas{width: 290px;
    margin-left: -40px;
    height: 212px;display:none;}

.js-loan-month
{
    font-style: normal;
    font-family: 'Rubik-Med';
}
@media screen and (min-width:318px) and (max-width:767px)
{
    .pan-card-model-contant{width: auto;}
    .required-documents{padding: 15px;}
    .proof-address-title{padding-bottom: 15px;}
    .aadhar{padding: 15px;display: flex;align-items: center;}
    .dl{padding: 15px;display: flex;align-items: center;}
    .change{font-size: 14px;top: 37px;}
    .mob-font-12{font-size: 12px;}
    .loan_month h4{font-size: 14px;}
    .emi-payment-select .checkmark{top: 47px;}
    
}
.schemechage_input
{
    display: none;
}
.js-select-scheme-container
{
    display: none;
}

/* Unacademy Container Max-width Start */

@media screen and (min-width:992px) and (max-width:1199px) {
    .unacademy-container {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .unacademy-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .unacademy-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .unacademy-container {
        max-width: 100%;
    }
}
.mat-form-field-appearance-legacy .mat-form-field-underline{
    background-color:rgba(0,0,0,0) !important;
}

::ng-deep .mat-button-toggle-checked {
    background-color: #0069B4 !important;
}
input[type="date" i] {
    font-family: Rubik-Med !important;
    padding-inline-start: 14px;
    cursor: default;
    align-items: center;
    display: inline-flex;
    overflow: hidden;
}

.relationdiv{
    margin-top: 10px !important;
}
.dobdiv{
    margin-top: 11px !important;
}

/* Main section Max-width End */