@font-face{font-family:'Montserrat';font-style:italic;font-weight:400;font-display:swap;src:local('Montserrat Italic'),local('Montserrat-Italic'),url(fonts/Montserrat-Italic.woff) format('woff');}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:300;font-display:swap;src:local('Montserrat Light'),local('Montserrat-Light'),url(fonts/Montserrat-Light.woff) format('woff');}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:400;font-display:swap;src:local('Montserrat Regular'),local('Montserrat-Regular'),url(fonts/Montserrat-Regular.woff) format('woff');}
@font-face{font-family:'Montserrat';font-style:normal;font-weight:700;font-display:swap;src:local('Montserrat-Bold'),url(fonts/Montserrat-Bold.woff) format('woff');}

.housing-loan {
	font-size: 20px;
	line-height: 28px;
	padding: 7px;
	background: #fff;
	color: #0189cf;
	margin: 43px 20px 20px 20px;
	text-align: center;
}
.housing-loan .icon-home {
	color: #000;
}

@media (max-width: 991px) {
	.housing-loan .icon-home {
		position: relative;
		top: -3px;
   }
    .page-title{
	    display:none;
    }
	.pad-x-5{
      padding:0px;
	}
}
h1, h2, h3, h4, p, span, .label {
	font-family: 'Montserrat', sans-serif;
}


.sidebar {
	background: transparent linear-gradient(180deg, rgba(0, 137, 207, 0.71) 0%, rgba(0, 137, 207, 1) 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	padding: 5px 0px;
	   
}

@media (min-width: 991px) {
	.sidebar {
	    min-height: 100vh;
		padding: 0px;
	}
	
}
.sidebar p, .logo-text {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	bottom: 0;
	text-align: center;
}
.logo-text {
	font-size: 16px;
	color: #000 !important;
	margin-bottom: 0px;
}
@media (min-width: 992px) {
	.right-panel {
		padding-bottom: 110px;
   }
}
.sidebar .menu .menus-li {
	color: #fff;
	font-size: 16px;
	/*line-height: 24px;*/
	margin-bottom: 5px;
	padding: 5px 15px;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	text-align: left !important;
	font-weight: 400;
}
.sidebar .menu .active {
	background: #fff 0% 0% no-repeat padding-box;
	box-shadow: inset -6px 0px 3px #28c2db;
	color: #0089cf;
	font-weight: medium;
}
.logo {
	margin: 0 auto;
}
@media (min-width: 992px) {
	.logo {
		margin-top: 55px;
   }
}
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0px;
	left: 4px;
	right: 3px;
	bottom: 7px;
	box-shadow: -1px 2px 6px #575f6b;
	border: 1px solid #0189cf;
	border-radius: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background: #0189cf 0% 0% no-repeat padding-box;
	box-shadow: -1px -1px 6px #fff;
	border: 1px solid #0189cf;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
input:checked + .slider {
	box-shadow: -1px 2px 6px #575f6b;
	border: 1px solid #0189cf;
	border-radius: 25px;
}
input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.form-section .checkbox {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 0 5px;
}
.form-section .label {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0px;
	color: #0189cf;
	font-weight: 500;
}
form label {
	/*display: none;*/
}
input {
	background-color: #0000000B;
	border-radius: 0px;
	opacity: 1;
	/*margin-top: 10px;*/
	border-width: 0px;
	border: none;
	outline: none;
	padding-top: 8.8px !important;
	padding-bottom: 8.8px !important;
}
input::placeholder {
	font-size: 10px;
	letter-spacing: 0.15px;
	color: #7a7a7a;
	font-family: 'Montserrat', sans-serif;
	vertical-align: middle;
}
input:focus {
	background-color: #28C2DB1C;
	border-width: 0px;
	outline: none;
}
input:focus ~ .focus-border {
	transition: 0.4s;
	width: 100%;
	transition: 0.4s;
	left: 0;
}
.focus-border {
	position: absolute;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #002045;
	transition: 0.4s;
	bottom: 0;
}
.btn {
	background: #003A69 0% 0% no-repeat padding-box;
	opacity: 1;
	color: #fff;
	border-radius: unset;
	cursor: pointer;
	border:none;
}
form .label {
	margin-top: 15px;
}
form .btn {
	background: #003A69 0% 0% no-repeat padding-box;
	opacity: 1;
	color: #fff;
	border-radius: unset;
	cursor: pointer;
	border:none;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	padding: 40px 0px 30px 0px;
	font-weight: 500;
	color: #000;
}
.form-section h3 {
   /**font-size: 23px;
	line-height: 28px;
	font-weight: 400;
   **/
	color: #3d3d3d;
	margin-bottom: 25px;
}
.form-section .resend-otp {
	font-size: 14px;
	line-height: 18px;
	color: #0189cf !important;
	margin-left: 10px;
}
.personal-details input::placeholder, .date label, .loan-applicant input::placeholder {
	font-size: 10px;
}
.personal-details select option, .personal-details select, #choose-option, #choose-option option, .blue-bg-select, .blue-bg-select option, .loan-applicant select option, .loan-applicant select {
	font-size: 12px;
	background: #0189cf;
	color: #fff;
	outline: none;
	border: none;
	margin-top: 0px;
	border-radius: 0px;
	padding: 11.5px 12px;
}
.personal-details .first_name, .personal-details .last_name, .personal-details .middle_name,
.loan-applicant .first_name, .loan-applicant .last_name, .loan-applicant .middle_name {
	width: 28%;
	margin: 0px 4px;
}
@media (max-width: 991px) {
	.personal-details .first_name, .personal-details .last_name, .personal-details .middle_name,
	.loan-applicant .first_name, .loan-applicant .last_name, .loan-applicant .middle_name {
		margin-bottom: 18px;
		width: 100%;
	    margin: 0px;
   }
}
.honorifics {
	margin-right: 4px;
}
.personal-details input, .personal-details p.label,
.loan-applicant input, .loan-applicant p.label {
	margin-top: 0px;
}
.floating-label-1 {
	margin-right: 5px;
}
.show {
	display: none;
}
.date input, .email input {
	/*margin-top: 5px;*/
	width: 100%;
	padding: 10px 10px;
}
.none {
	display: none;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
.border-box {
	background: #fefefe 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #000 29;
}
.floating-title {
	background: #0189cf 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #000 29;
	width: 99%;
	top: -10px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 3px 20px;
}
.co-applicant-2 {
	margin-top: 20px;
}
#age, .year1, #age1, #age2, #age3 {
	width: 30% !important;
	margin-left: 20px;
    text-align: center;
}
#age1, #age2, #age3, #age4, #age5 {
	margin-left: 20px;
}
@media only screen and (max-width: 768px) {
	.form-inner.pad-x-10, .pad-x-10 {
		padding: 0px 0px;
   }
}
.bom-logo {
	width: 220px;
}
@media (max-width: 991px) {
	.bom-logo {
		width: 170px;
   }
}
.date-box {
	display: flex;
	align-items: center;
}
.display-text {
	color: #0189cf;
	font-size: 13px;
	font-style: italic;
	word-break: break-all;
}
.brand-blue {
	color: #0189cf;
}
.brand-black {
	color: #000 !important;
}
.blue-heading {
	font: normal normal bold 30px/40px Euclid Circular A;
	letter-spacing: 0px;
	color: #0189cf;
}
.cur-addr {
	margin-top: 25px !important;
	margin-bottom: 0px;
}
@media (min-width: 768px) {
	.navbar-collapse.collapse {
		padding: 0px;
   }
}
.brand-white-bg {
	background-color: #fff;
}
html {
	-webkit-font-smoothing: antialiased;
}
html {
	overflow-x: hidden;
}
html.menu-is-open {
	overflow: hidden;
	height: 100vh;
	width: 100vw;
}
.background_ovelay #background_ovelay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 25;
	transition: all 0.5s ease;
}
.z-index-max {
	z-index: 999999;
}
.fa-remove:before {
	content: "\e915" !important;
}

.ekyc-pan-check .success-msg i, .ekyc-itr-check .success-msg i, .ekyc-aadhar-check .success-msg i, .ekyc-gst-check .success-msg i{
	color:#00FF00;
	font-size: 40px;
}

.sidebar-success-msg{
	color: #fff;
    font-size: 18px;
    padding-left: 8px;
}

nav.navbar {
	border: 0px solid transparent;
	border-radius: 0px;
}
nav.navbar.desktop_menu {
	left: 0;
	right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
nav.navbar.desktop_menu .sub-menu {
	position: absolute;
	top: 45px;
	padding: 0;
	min-width: auto;
	left: 0;
	box-shadow: -1px 13px 15px rgba(0, 0, 0, .1);
}
nav.navbar.desktop_menu .sub-menu a {
	font-size: 22px !important;
	color: #000;
}
nav.navbar.desktop_menu .menu-item-has-children:hover .sub-menu {
	display: block;
	max-height: 100vh;
}
nav.navbar.desktop_menu .navbar-header {
	width: 40%;
}
nav.navbar.desktop_menu .menu_wrapper {
	width: 60%;
}
nav.navbar.desktop_menu .navbar-nav > li > a {
	padding-bottom: 11px;
	background: initial;
}
nav.navbar.desktop_menu .navbar-nav > li > a:focus {
	outline: none;
}
nav.navbar.desktop_menu .navbar-nav > li {
	display: flex;
	height: 100%;
	align-items: center;
}
nav.navbar.desktop_menu .primary_menu .navbar-collapse {
	padding: 0;
	margin-right: 0px;
}
nav.navbar.mobile_menu {
	height: 50px;
	min-height: 0px !important;
	position: static;
	left: 0;
	right: 0;
	top: 0px;
	transition: all 0.5s ease;
	margin-bottom: 0;
}
nav.navbar.mobile_menu .sub-menu {
	display: none;
}
nav.navbar.mobile_menu .sub-menu li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
nav.navbar.mobile_menu .navtoggle button {
	padding: 0;
	padding-right: 10px;
	border: 0;
}
nav.navbar.mobile_menu .navtoggle button:focus {
	outline: none;
}
nav.navbar.mobile_menu .fa-bars {
	font-size: 32px;
}
nav.navbar.mobile_menu .mobile-menu-height {
	z-index: 999;
	position: relative;
}
nav.navbar.mobile_menu #mySidenav {
	position: absolute;
	width: 0;
	background: transparent linear-gradient(180deg, rgba(0, 137, 207, .71) 0%, #0089cf 100%) 0% 0% no-repeat padding-box;
	z-index: 50;
	right: 0;
	height: 100% !important;
	overflow-y: scroll;
	display: block;
	font-size: 14px;
	transition: 300ms ease;
	transform: translateX(100%);
	overflow-y: scroll;
}
nav.navbar.mobile_menu #mySidenav.open-menu {
	transition: 300ms ease;
	transform: translateX(0%);
	width: 80%;
	height: calc(100vh - 0px) !important;
	max-width: 320px;
}
nav.navbar.mobile_menu #mySidenav .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 10px 0px 10px 15px;
}
nav.navbar.mobile_menu #mySidenav li > a {
	z-index: 1;
	transition: 300ms ease;
}
nav.navbar.mobile_menu #mySidenav li.current-menu-item > a, nav.navbar.mobile_menu #mySidenav li.current-menu-ancestor > a, nav.navbar.mobile_menu #mySidenav li.current-menu-parent > a {
	background-color: transparent;
	transition: 300ms ease;
}
nav.navbar.mobile_menu {
	height: 50px;
	min-height: 0px !important;
	position: static;
	left: 0;
	right: 0;
	top: -19px;
	transition: all 0.5s ease;
	margin-bottom: 0;
}
navbar:before, .navbar:after {
	content: " ";
	display: table;
}
nav.navbar.mobile_menu .mobile-menu-height {
	z-index: 999;
	position: relative;
}
.navtoggle {
	background: transparent;
}
nav.navbar.mobile_menu .navtoggle button {
	padding: 0;
	padding-right: 10px;
	border: 0;
}
.mobile_menu .icon-menu {
	cursor: pointer;
	font-size: 32px;
}
@media only screen and (max-width: 991px) {
	.navbar-collapse {
		width: 100%;
   }
}
@media only screen and (max-width: 991px) {
	.mobile_menu .navbar-nav, .navbar-nav > li {
		float: none;
   }
}
.mobile_menu ul.sub-menu li:last-child {
	border-bottom: 0px;
}
.mobile_menu .menu-item-has-children {
	position: relative;
}
.mobile_menu .menu-item-has-children .down-caret {
	font-size: 18px;
	position: absolute;
	right: 5px;
	z-index: 9;
	padding: 8px;
}
.mobile_menu .menu > li > .sub-menu {
	background: #fff;
	padding-left: 30px;
}
.mobile_menu .menu > li > .sub-menu > li > .sub-menu {
	background: #fff;
	padding-left: 30px;
}
.mobile_menu .menu > li > .sub-menu > li > .sub-menu .sub-menu {
	display: block;
}
.mobile_menu ul {
	padding-left: 0px;
}
.mobile_menu li {
	padding: 0px !important;
	position: relative;
}
.mobile_menu li a {
	display: inline-block !important;
	padding: 10px 30px !important;
	color: #fff !important;
	width: 100%;
	margin-top: 0px;
}
.mobile_menu .menu > li > .sub-menu > li > .sub-menu .menu-item-has-children::after {
	content: '';
	border: 0px;
}
.mobile_menu .menu > li > .sub-menu > li > .sub-menu .menu-item-has-children li {
	padding-left: 30px !important;
}
.mobile_menu .menu > li > .sub-menu > li > .sub-menu .menu-item-has-children li:first-child {
	border-top: 1px solid #f2f1f1 !important;
}
.mobile_menu i.icon {
	display: unset !important;
	width: auto !important;
	height: auto !important;
	line-height: 1 !important;
	vertical-align: middle !important;
	margin-left: unset !important;
}
.mobile_menu .nav > li > a {
	padding: 0;
}
.mobile_menu .nav > li {
	position: static;
	margin-bottom: 8px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.mobile_menu .nav > li > a:hover, .mobile_menu .nav > li > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.mobile_menu .nav > li > span {
	padding:10px 30px;
	line-height: 40px;
    font-size: 16px !important;
}
@media only screen and (max-width: 991px) {
	.navbar-collapse {
		width: 100%;
   }
	.mobile_menu .navbar-nav, .navbar-nav > li {
		float: none;
   }
	nav.navbar.mobile_menu #mySidenav li > a {
		font-size: 14px;
   }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
	.navbar-collapse {
		width: 100%;
   }
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: transparent;
}
.mobile_menu nav ul li .active {
	color: #c4351e;
}
nav.navbar.mobile_menu .navbar-nav > li > a, .mobile_menu .menu > li > .sub-menu > li a {
	font-size: 16px !important;
}
.mobile_menu .current-menu-item > a, .mobile_menu #menu-menu-1 .current-menu-parent > a, .mobile_menu #menu-menu-1 .current-menu-item > a {
	color: #123951 !important;
}
.mobile_menu .logo-img img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
	.heighteffect {
		height: 100px;
		display: none;
   }
}
@media (max-width: 991px) {
	.stickyHeader {
		z-index: 999;
		position: fixed !important;
		top: 0px;
		margin-top: 0px !important;
		padding-bottom: 20px;
		padding-top: 20px;
		width: 100%;
		box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
   }
}
.scrollUp {
	transform: translateY(-95px);
}
#menu-menu-1 .menu-item-has-children:before {
	content: "\e904";
	font-family: 'awesome-icons';
	speak-as: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: -15px;
	top: 13px;
}
.mobile_menu .icon-menu {
	cursor: pointer;
}
.navtoggle i {
	font-size: 32px;
}
.navtoggle {
	background: transparent;
}
.box-shadow {
	box-shadow: 0 0 15px 0 #0000001a;
	transition: All 600ms ease;
	-webkit-transition: All 600ms ease;
}
.mobile_menu .gap-3 {
	height: 15px;
}
.mobile_menu li.current-menu-item, .mobile_menu .nav li:hover, .mobile_menu .nav li:focus, .mobile_menu .nav .active  {
	background: #fff 0% 0% no-repeat padding-box;
	box-shadow: inset -6px 0 3px #28c2db;
	color: #0089cf !important;
}
.mobile_menu li.current-menu-item > a, .mobile_menu .nav li:hover a, .mobile_menu .nav li:focus a {
	color: #0089cf !important;
}
.sidenav .housing-loan {
	margin-top: 25px;
}
.sticky {
	position: fixed !important;
	top: 150 !important;
	width: 100%;
}
@media (max-width: 767px) {
	.progress-bar.svelte-spibeg {
		width: 100%;
		background-color: #eaeaea;
		height: 4px;
   }
	.progress-details.svelte-spibeg {
		background: #003A69;
		height: 4px;
   }
}
.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.input-group input {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0px;
}
.input-group-btn {
	display: table-cell;
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}
.input-group-btn > .btn {
	position: relative;
}
.verify-btn {
	border: none;
	height: 44px;
	background-color: #0189cf;
	color: #fff;
	margin: -1px;
	border-radius: 0;
	width: 135px;
	text-transform: capitalize;
}
.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
.custom-file-upload {
	display: block;
	width: auto;
	font-size: 16px;
	margin-top: 0px;
}
.custom-file-upload label {
	display: block;
	margin-bottom: 5px;
}
.file-upload-wrapper {
	position: relative;
	margin-bottom: 5px;
}
.file-upload-input {
	color: #7a7a7a;
	padding: 10px;
	font-size: 16px;
	border: none;
	float: left;
   /* IE 9 Fix */
	margin-top: 0px;
	cursor: pointer;
}
.file-upload-button {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	padding: 9px 24px;
	border: none;
	margin-left: -1px;
	/*float: left;
    IE 9 Fix */
	background: #0189cf;
}
@media (min-width: 1200px) {
	.file-upload-input {
		width: 73.4%;
   }
   .file-upload-button {
	padding: 9px 29px;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.file-upload-input {
		width: 68%;
   }
}
@media (min-width: 768px) and (max-width: 991px) {
	.file-upload-input {
		width: 87%;
   }
}
@media (min-width: 501px) and (max-width: 768px) {
	.file-upload-input {
		width: 86%;
   }
}
@media (min-width: 480px) and (max-width: 500px) {
	.file-upload-input {
		width: 77%;
   }
}
@media (min-width: 330px) and (max-width: 420px) {
	.file-upload-input {
		width: 70%;
   }
}
@media (min-width: 300px) and (max-width: 330px) {
	.file-upload-input {
		width: 65%;
   }
}
@media (max-width: 300px) {
	.file-upload-input {
		width: 57%;
   }
}
.file-upload-input:focus {
	background-color: #000 0B !important;
}

.offers {
	margin-bottom: 1px;
}
.offers .text {
	color: #fff;
	background: #0189cf;
	padding: 10px 20px;
}
.offers .amount {
	background: #28c2db 1C;
	color: #7a7a7a;
	padding: 10px 60px 10px 20px;
}
.sub-title {
	color: #605f5f;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 10px;
}
.or-text {
	margin-bottom: 0px;
	color: #0189cf;
	font-family: 'Montserrat';
	padding-top: 54px;
}
.document-form .switch {
	margin-bottom: 0px;
}
.blue-color {
	color: #0189cf;
}
.twenty-forth-upload .file-upload-wrapper {
	margin-bottom: 25px;
}
.SumoSelect {
	width: 100% !important;
}
.SumoSelect label {
	display: block;
}
.title_name{
	width:10%;
	margin: 0px 4px 0px 0px;
}

@media only screen and (max-width: 991px) {
	.title_name {
	    width:100%;
	    margin: 0px;
	}
}

.width-20 {
	width:20%;
}

.form-control-feedback.invalid-feedback{
	color: #fa4242;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.form-group.has-error input{
	background-color: #db28281c;
}
.form-group.has-error input~.focus-border {
    width: 100%;
    transition: 0.4s;
	left: 0;
	background-color: #fa4242;
}

.retry-wrapper{
	display: inline;
	font-size: 12px;
}

.resend .retry{
	color: #0189CF !important;
}

.retry{cursor: pointer;}

.label-bracket{
	font-size:10px;
}

#pannumber, #passportnumber, #gstnumber{
	text-transform: uppercase;
}

/* financial Details */
.loan-availed,.account-details,.coapp2-loan-availed,.coapp2-account-details {
	background-color: #0189cf;
	color: #ffffff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	transition: 0.4s;
	margin-bottom:10px;
  }
    
  .loan-availed:after, .account-details:after, .coapp2-loan-availed:after, .coapp2-account-details:after {
	content: '\002B';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }
  
  .loan-availed.active:after,.account-details.active:after, .coapp2-loan-availed.active:after,.coapp2-account-details.active:after  {
	content: "\2212";
  }

  /* financial Details */
.loan-availed,.account-details,.coapp3-loan-availed,.coapp3-account-details {
	background-color: #0189cf;
	color: #ffffff;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	transition: 0.4s;
	margin-bottom:10px;
  }
    
  .loan-availed:after, .account-details:after, .coapp3-loan-availed:after, .coapp3-account-details:after {
	content: '\002B';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }
  
  .loan-availed.active:after,.account-details.active:after, .coapp3-loan-availed.active:after,.coapp3-account-details.active:after  {
	content: "\2212";
  }
  
  
  .panel {
	padding: 0 18px;
	background-color: white;
	/*max-height: 0;*/
	/*overflow: hidden;*/
	transition: max-height 0.2s ease-out;
  }
  
  .panel-last{
	padding-top:20px;
  }

  .is_consent_wrapper {
	background-color: rgb(185, 223, 243);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    margin-bottom: 15px;
	height: 100px;
    overflow: auto;
  }

  .home-logo{
	width:32px;
  }

  .vehicle-logo,.personal-logo{
	width:40px;
  }

@media (min-width: 992px){.fixed-footer{position:relative;width:100%;left:0;bottom:0;z-index:106}}.fixed-footer .para-text{font-size:15px}@media (min-width:1200px){.fixed-footer .para-text{padding-bottom:20px}}@media (min-width:992px){.fixed-footer .para-text{color:#fff}}@media (min-width:992px) and (max-width:1199px){.fixed-footer .para-text{padding-bottom:40px}}@media (max-width:991px){.fixed-footer{padding:20px 40px;webkit-transition:All 600ms ease}}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffffffbd;
}

.loader img {
    position: absolute;
    top: 50%;
    display: block;
    text-align: center;
    left: 50%;
    /* margin-left: -45px;
    margin-top: -60px; */
}
.note_text{
	font-size: 12px;
}
.loan-applicant .floating-title{
	padding: 20px 20px;
	background: #0b5e88 0% 0% no-repeat padding-box;
	cursor: pointer;
}

.footer{
	font-size: 10px;
	position: absolute;
}

.consent{
	width:80%;
	font-size: 12px;
	vertical-align: top;
}
.percent_completed{
	text-align: start;
    padding-left: 17%;
    padding-right: 17%;
}
.percent{
	font-size:10px;
}

/* For Firefox */
progress {
	background-color: #eee;
	height: 8px;
}

progress::-moz-progress-bar {
	background:#003A69!important;
	height: 8px;
}

/* For Chrome or Safari */
progress::-webkit-progress-bar {
	background-color: #eeeeee;
}

progress::-webkit-progress-value {
	background: #003A69!important;
	height: 8px;
}

/* For IE10 */
progress {
	background-color: #eee;
}

progress {
	background: #003A69!important;
	height: 8px;
}

@media (min-width: 991px) {
	.footer-mobile {
		display: none !important;
   }
   .mobile_device{
	    display: none;
   }
}

@media (max-width: 991px) {
   .footer-desktop {
	display: none !important;
   }
   .other_device{
	display: none;
   }
}

.disabled {
	background: #d4d8dd;
    pointer-events: none;
}	

.image-uploaded-completed{
	background-color: #01c93573;
	 -webkit-transition: background-color 1000ms linear;
	 -ms-transition: background-color 1000ms linear;
	 transition: background-color 1000ms linear;
 }

fieldset{
	border: 1px solid #ccc!important;
	padding: 13px!important;
}

legend{
	width:fit-content!important;
}

.account-btn{
	background: #003A69 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    border-radius: unset;
    cursor: pointer;
    border: none;
}

.loggedIn{
	font-size: 16px;
    letter-spacing: 1.5px;
}

.new_loan{
	padding-top: 20px;
    padding-left: 15px;
	padding-bottom: 20px;
}
/*Card View*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}

.card .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #006599;
    border-bottom: 1px solid rgba(0,0,0,.125);
	color: #fff;
}

.card .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card.mb-3 {
    margin-bottom: 1rem!important;
}
/*Card View*/

.remove{
	color:#0189CF;
	font-size:30px;
	cursor: pointer;
}
.ornament_note,.all_total{
	font-size: 16px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 10px;
	font-weight: bold;
}
.crop, .animal-husbandry{
	border-bottom:1px solid #ccc;
}

.all_total {
    border-top:0;
}

 .success_captcha {
            color: green;
            font-size: 18px;
            margin-bottom: 15px;
            display: none;
        }
.ReloadBtn {
            background: url('../images/update-64.webp') left top no-repeat !important;
            background-size: 100% !important;
            width: 32px !important;
            height: 32px;
            border: 0px;
            outline none;
            position: absolute;
            bottom: 30px;
            left: 170px;
            outline: none;
            cursor: pointer;
            /**/
        }

