.datepicker {
	z-index: 100000 !important;
}

ul.user_name_list li {
    display: inline-block;
    padding: 4px 10px;
    list-style: circle;
    border: 1px solid #63BFBF;
    border-radius: 3px;
    font-weight: 400;
    color: #444;
}

ul.user_name_list {
    list-style: circle;
    color: #444;
    margin-top: 10px;
}

.btn-primary{
	background: #63c0bf;
	border-color: #63c0bf;
}

/*--- 25 August ---*/

.showHide_password_createUser{
	position: relative;
}

.showHide_password_createUser a{
	position: absolute;
	right: 16px;
	top: 30px;
}

.reports_tdActions_space td:last-child{
	padding-left: 0;
	padding-right: 0;
}


/*--- 28 August landing page css ---*/

.loan_landing_page{
	background: #fff;
}


.landing_header{
	width: 100%;
    padding: 15px 0;
    position: relative;
    z-index: 9999;
}

.landing_header .landing_header_inner{
	width:1170px;
	margin:0 auto;
	background: #fff;
	padding:10px 10px;
	border-radius: 5px;
	box-shadow: 3px 1px 6px rgba(2, 2, 2, 0.1);
}

.landing_header .landing_header_inner .logo_div{
	float: left;
}

.landing_header .landing_header_inner .login_register{
	float: right;
}

.landing_header .landing_header_inner .login_register ul li{
	display: inline-block;
	background: #0162e8;
	margin:0 5px;
	width: 85px;
	text-align: center;
	border:none;
	border-radius: 10px;
}

.landing_header .landing_header_inner .login_register ul li a{
	display: block;
    padding: 4px 10px;
    background: #fb8b25;
    border-radius: 5px;

}

.landing_header .landing_header_inner .login_register ul li.landing_logIn{
	border: none;
	background: transparent;
	font-family: poppins;
    font-size: 16px;
}

.landing_header .landing_header_inner .login_register ul li.landing_logIn a{
	color: #fff;
}

.landing_firstSec{
	/*background: #fff;
	padding: 60px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	clip-path: ellipse(120% 58% at 54% 40%);
	left: 0;
	top: 0;
	max-height: 960px;
	min-height: initial;
	width: 100vw;
	max-width: 100%;
	z-index: 0;
	background-image: radial-gradient(circle at 46% 76%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 3%,transparent 3%,transparent 100%),radial-gradient(circle at 36% 87%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 3%,transparent 3%,transparent 100%),radial-gradient(circle at 50% 78%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 3%,transparent 3%,transparent 100%),radial-gradient(circle at 22% 99%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 38% 63%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 55% 50%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 93% 55%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 24% 100%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 26% 53%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 17% 5%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 53% 51%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 10% 25%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 31% 56%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 40% 69%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 33% 89%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 96% 22%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 5%,transparent 5%,transparent 100%),linear-gradient(296deg,#510093,#487bf4);
	position: relative;
	height: 70vh;
	display: grid;
	align-items: center;*/


}

.landing_firstSec_wrap{
	width: 1170px;
	margin:0 auto;

	padding:40px 0;
}

.landing_firstSec_wrap .content_sec{
	width: 650px;
	float: left;
	margin-top: 0px;
	padding-top:30px;
	padding-bottom:30px;
}

.landing_firstSec_wrap .content_sec h3{
	font-size: 54px;
	line-height: 70px;
	color: #323232;
}

.landing_firstSec_wrap .content_sec h3 strong{
	color: #5fc2bd;
    font-family: math;
    font-size: 64px;
}

.landing_firstSec_wrap .content_sec span{
	font-size: 22px;
	color:#979797;
	display: block;
	padding-top:10px;
}

.landing_firstSec_wrap .content_sec p{
	color: #5a5a5a;
	font-size: 19px;
	margin: 0;
	padding: 10px 0;
	padding-bottom: 18px;
}

.landing_firstSec_wrap .content_sec ul li{
	color: #fff;
	font-family: poppins;
	font-size: 16px;
	padding: 8px 0;
}

.landing_firstSec_wrap .image_sec{
	width: 500px;
	float: right;
	text-align: right;
}

.lending_page_howItWorks_wrap{
	width: 1170px;
	margin:0 auto;
	padding:60px 0;
	padding-bottom: 40px;
}

.lending_page_howItWorks .lending_page_howItWorks_wrap h2{
	font-size: 36px;
	text-align: center;
	font-family: poppins;
}

.lending_page_howItWorks .lending_page_howItWorks_wrap p{
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}

.lending_page_howItWorks_wrap img{
	width: 100%;
}

.landing_secondSec{
	margin-top:50px;
}

.landing_secondSec .landing_secondSec_wrap{
	width: 1170px;
	margin:0 auto;
}

.landing_secondSec .landing_secondSec_wrap .landing_secondSec_one1{
	width: 360px;
	background: #fff;
	text-align: center;
	padding: 30px 30px;
	border: 1px solid #510093;
	border-radius: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 13px;
}

.landing_secondSec .landing_secondSec_wrap .landing_secondSec_one1 img{
	padding-bottom: 20px;
}

.landing_secondSec .landing_secondSec_wrap .landing_secondSec_one1 h3{
	font-size: 18px;
	font-family: poppins;
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 5px;
}

.landing_secondSec .landing_secondSec_wrap .landing_secondSec_one1 strong{
	color: #ec8835;
}

.landing_secondSec .landing_secondSec_wrap .landing_secondSec_one1 p{
	font-size: 16px;
	font-family: lato;
	margin: 0;
	padding: 0;
}

.landing_firstSec_wrap .content_sec .api_anchor{
	color: #444;
	background: #ffd064;
	display: block;
	width: 150px;
	font-family: poppins;
	font-size: 16px;
	font-weight: 500;
	padding: 0 12px;
	line-height: 38px;
	text-align: center;
	outline: 0;
	background-color: #ffd064;
	border: none;
	border-radius: 6px;
	margin-top: 20px;
}

.landing_thirdSec{
	padding: 50px 0;
	background: #f2f5fc;
	margin-top: 50px;
	padding-bottom: 30px;
}

.landing_thirdSec .landing_thirdSec_wrap{
	width:1170px;
	margin:0 auto;
}

.landing_thirdSec .landing_thirdSec_wrap .loanApi_partner{
	text-align: center;
}

.landing_thirdSec .landing_thirdSec_wrap h2{
	font-family: poppins;
	font-size: 36px;
	text-align: center;
}

.landing_thirdSec .landing_thirdSec_wrap p{
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
}

.landing_thirdSec .landing_thirdSec_wrap .loanApi_partner ul li img{
	height: 30px;
}
.landing_thirdSec_wrap .loanApi_partner ul li{
	display: inline-block;
	margin: 0 12px;
	padding-bottom: 40px;
}

.landing_thirdSec_wrap .loanApi_partner ul li.growth_source img{
	height: 50px;
}

.landing_thirdSec_wrap .loanApi_partner ul li.clix_bank img{
	height: 20px;
}

.landing_page_loanAPI{
	background: #fff;
}

.landing_fourthSec{
	padding:60px 0;
	background-image: radial-gradient(circle at 46% 76%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 3%,transparent 3%,transparent 100%),radial-gradient(circle at 36% 87%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 3%,transparent 3%,transparent 100%),radial-gradient(circle at 50% 78%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 3%,transparent 3%,transparent 100%),radial-gradient(circle at 22% 99%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 38% 63%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 55% 50%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 93% 55%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 24% 100%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 7%,transparent 7%,transparent 100%),radial-gradient(circle at 26% 53%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 17% 5%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 53% 51%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 10% 25%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 31% 56%,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 40% 69%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 33% 89%,rgba(255,255,255,.02) 0,rgba(255,255,255,.02) 5%,transparent 5%,transparent 100%),radial-gradient(circle at 96% 22%,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 5%,transparent 5%,transparent 100%),linear-gradient(296deg,#510093,#487bf4);
}

.landing_fourthSec .landing_fourthSec_wrap{
	width:1170px;
	margin:0 auto;
}

.landing_fourthSec .landing_fourthSec_wrap .left_content{
	float :left;
	width :565px;
	position: relative;
}
.landing_fourthSec .landing_fourthSec_wrap .left_content img.numbering_img{
	position: absolute;
	width: 50px;
	top:80px;
}
.landing_fourthSec .landing_fourthSec_wrap .left_content h2{
	font-family: poppins;
	font-size: 36px;
	padding-top: 10px;
	margin-bottom: 15px;
	color:#fff;
}
.landing_fourthSec .landing_fourthSec_wrap .left_content p{
	font-size: 16px;
	line-height: 28px;
	padding-top: 20px;
	color: #fff;
	padding-left: 55px
}
.landing_fourthSec .landing_fourthSec_wrap .left_content a{
	color: #444;
	background: #ffd064;
	display: block;
	width: 150px;
	font-family: poppins;
	font-size: 16px;
	font-weight: 600;
	padding: 0 12px;
	line-height: 38px;
	text-align: center;
	outline: 0;
	background-color: #ffd064;
	border: none;
	border-radius: 6px;
	margin-top: 20px;
}
.landing_fourthSec .landing_fourthSec_wrap .right_image{
	float:right;
	width: 550px;
	margin-top:80px;
}

.landing_fourthSec .landing_fourthSec_wrap .right_image img{
	border-top-left-radius: 30px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.landing_fifthSec{

}

.landing_fifthSec .landing_fifthSec_wrap{
	width: 1170px;
	margin: 0 auto;
}

.landing_fifthSec{
	background: #f4f9ff;
	padding:50px 0;
}

.landing_fifthSec .landing_fifthSec_wrap{

}

.landing_fifthSec .landing_fifthSec_wrap h2{
	text-align: center;
	font-family: poppins;
	font-size: 36px;
}


.landing_fifthSec .landing_fifthSec_wrap p{
	text-align: center;
	font-size: 18px;
	padding-top:10px;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1{
	width: 570px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 20px;
	background: #fff;
	border: 1px solid #eae8f1;
	border-radius: 6px;
	padding: 20px 20px;
	box-shadow: 2px 10px 12px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1:first-child{
	margin-left: 0;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1:nth-child(3){
	margin-left: 0;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1 img{
	width: 40px;
	padding-bottom: 10px;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1 h3{
	font-size: 18px;
	font-family: poppins;
	padding-bottom:6px;
	margin:0;
	font-weight: 600;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content{
	padding-top:30px;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1 p{
	font-family: lato;
	font-size: 16px;
	padding-top:0;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1:first-child{
	border: 1px solid #00b9ff;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1:nth-child(2){
	border: 1px solid #fbbc0b;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1:nth-child(3){
	border: 1px solid #ee335e;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1:nth-child(4){
	border: 1px solid #22c03c;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1:nth-child(5){
	border: 1px solid #ee335e;
}

.lednding_sixthSec {
	padding:60px 0;
}

.lednding_sixthSec .lednding_sixthSec_wrap{
	width: 1170px;
	margin:0 auto;
	text-align: center;
}

.lednding_sixthSec .lednding_sixthSec_wrap h2{
	text-align: center;
	font-family: poppins;
	font-size: 36px;
}

.lednding_sixthSec .lednding_sixthSec_wrap p{
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 100px;
}

.lednding_sixthSec .lednding_sixthSec_wrap .choose_integration_content .choose_integration1 {
	display: inline-block;
	width: 269px;
	text-align: center;
	vertical-align: top;
	margin: 0 10px;
	border: 2px solid #5b9bd5;
	border-radius: 10px;
	position: relative;
	height: 345px;
	padding: 0 10px;
}

.lednding_sixthSec .lednding_sixthSec_wrap .choose_integration_content .choose_integration1 .icon_1 {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border: 2px solid #5b9bd5;
	text-align: center;
	line-height: 100px;
	transform: rotate(45deg);
	background: #fff;
	position: absolute;
	left: 30%;
	top: -52px;
}

.lednding_sixthSec .lednding_sixthSec_wrap .choose_integration_content .choose_integration1 .icon_1 img {
	width: 40px;
	transform: rotate(-45deg);
}

.lednding_sixthSec .lednding_sixthSec_wrap .choose_integration_content .choose_integration1 .choose_integration1_inner::before {
	content: '';
	width: 10px;
	height: 10px;
}
.lednding_sixthSec .lednding_sixthSec_wrap .choose_integration_content .choose_integration1 .choose_integration1_inner .integration1_img {
	/* height: 120px; */
	margin-top: 90px;
}

.lednding_sixthSec .lednding_sixthSec_wrap .choose_integration_content .choose_integration1 .choose_integration1_inner img {
	height: 100px;
	width: auto;
}

.lednding_sixthSec .lednding_sixthSec_wrap .choose_integration_content .choose_integration1 .choose_integration1_inner h4 {
	font-size: 22px;
	font-family: poppins;
	margin-top: 20px;
}

.lednding_sixthSec .lednding_sixthSec_wrap .choose_integration_content .choose_integration1 .choose_integration1_inner p {
	font-size: 15px;
	font-family: lato;
}

.top_contacts_detail{
	width: 1170px;
	margin:0 auto;
	text-align: right;
	padding-bottom: 10px;
}

.top_contacts_detail ul li{
	display: inline-block;
	margin-left: 15px;
}

.top_contacts_detail ul li span{
	display: inline-block;
	font-family: poppins;
}

.top_contacts_detail ul li img{
	margin-right: 5px;
	display: inline-block;
}

.loanInsurance_logoInner{
	text-align: center;
	box-shadow: 7px 1px 6px rgba(2, 2, 2, 0.1);
}

.loanInsurance_logoInner .bankLogo{
	display: inline-block;
	margin:30px 12px;
}

.loanInsurance_logoInner .bankLogo img{
	height: 20px;
}

.digifintel_banner_1{
	background: #feefea;
}

/*--- digifintel about us page ---*/

.ev_about_text{
	padding:60px 0;
}

.ev_about_text h2{
	text-align: center;
	font-family: poppins;
	font-size: 32px;
	padding-bottom: 10px;
}

.ev_about_text p{
	text-align: center;
    font-size: 18px;
    font-family: poppins;
}

.ev_about_text .ev_about_text_wrap{
	width:1170px;
	margin:0 auto;
	padding-top:30px;
}

.ev_about_text .ev_about_text_wrap .left_image{
	display: inline-block;
	vertical-align: top;
	width: 465px;
}

.ev_about_text .ev_about_text_wrap .left_image img{
	width: 100%;
}

.ev_about_text .ev_about_text_wrap .right_text{
	display: inline-block;
    vertical-align: top;
    width: 660px;
    margin-left: 30px;
}

.ev_about_text .ev_about_text_wrap .right_text ul li{
	font-size: 18px;
    padding: 15px 0;
    background: aliceblue;
    margin: 13px 0;
    padding-left: 10px;
    border-radius: 3px;
}

footer{
	background: #333;
	padding: 10px 0;
}

footer p{
	font-size: 14px;
	text-align: center;
	margin:0;
	padding: 0;
	color:#fff;
	font-family: poppins;
}

.lending_page_howItWorks1{
   width:100%;
}


/*.landing_thirdSec1{
	padding:60px 0;
}

.landing_thirdSec1 .landing_thirdSec_wrap1{
	text-align: center;
	width: 1170px;
	margin:0 auto;
}

.landing_thirdSec1 .landing_thirdSec_wrap1 h2{
	text-align: center;
	font-family: poppins;
	font-size: 36px;
}

.landing_thirdSec1 .landing_thirdSec_wrap1 p{
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
}

.blur-bg {
	z-index: 0;
	border-radius: 50%;
	position: absolute;
	width: 500px;
	height: 500px;
	-webkit-filter: blur(100px);
	filter: blur(100px);
	opacity: 20%;
}

.blur-bg-a {
	left: -4%;
	top: -10%;
	background: #ffb600;
}

.blur-bg-b {
	background: #e04446;
	margin: 0 auto;
	left: -20%;
	top: 30%;
}

.blur-bg-c {
	right: 0;
	top: -10%;
	background: #00ffb8;
}

.blur_bg_set_1{
	position: relative;
}

.landing_thirdSec_wrap1 h2{
font-size: 18px;
}

.landing_thirdSec_wrap1 p{
	font-size: 14px;
}

.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_1 ul li{
	display: inline-block;
	margin:0 25px;
	font-size: 22px;
	cursor: pointer;
    padding: 15px 25px;
    margin-bottom: -3px;
}

.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_1 ul li.intro{
    border-bottom: 4px solid #0162e8;
    color: #0162e8;
}

.tabs_content1 .tabs1_content .tabs1_content_left{
	float: left;
	width: 690px;
	margin-top:30px;
}
.tabs_content1 .tabs1_content .tabs1_content_left ul li{
	text-align: left;
    padding-bottom: 10px;
    line-height: 23px;
    font-size: 14px;
}
.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_content1 .tabs1_content .tabs1_content_left h2{
	font-size: 26px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_content1 .tabs1_content .tabs1_content_left span{
	font-size: 18px;
	text-align: left;
	display: block;
	line-height: 30px;
}

.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_content1 .tabs1_content{
	border: 2px solid #ccc;
	padding: 30px 40px;

}
.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_content1 .tabs1_content .tabs1_content_left p{
	font-size: 16px;
	text-align: left;
	line-height: 30px;
}

.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_content1 .tabs1_content .tabs1_content_right{
	float: right;
	width: 350px;
}*/

.landing_digifintel_services{
	background: #6b86c3;
	padding: 50px 0;
}


.landing_digifintel_services .landing_digifintel_services_wrap h2{
	text-align: center;
    font-family: poppins;
    font-size: 38px;
    color:#fff;
}

.landing_digifintel_services .landing_digifintel_services_wrap p{
	text-align: center;
    font-size: 18px;
    padding-top: 10px;
    color: #fff;
    font-weight: 100;
    font-family: poppins;
    margin-bottom: 40px;
}

.landing_digifintel_services .landing_digifintel_services_wrap a{
	background:#fb8b25;
	color:#fff;
	border-radius: 50px;
	display: block;
	width: 100px;
	text-align: center;
	margin:0 auto;
	font-weight: 100;
}

.digifintel_services_content .container .row .col-sm{
	text-align: center;
	color:#fff;
	border: 1px solid #fff;
	padding:40px 15px;
}

.digifintel_services_content .container .row .col-sm h3{
	font-size: 26px;
    font-weight: 400;
    font-family: poppins;
}

.digifintel_services_content .container .row .col-sm img{
	width: 50px;
	padding-bottom: 15px;
}

.digifintel_services_content .container .row .col-sm p{
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 20px;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap h2{
	text-align: center;
	font-family:poppins;
	font-size: 38px;
	margin-bottom: 0;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap p{
	text-align: center;
    font-size: 18px;
    padding-top: 10px;
    font-weight: 400;
    font-family: poppins;
    margin-bottom: 50px;
}

.digifintel_softwareCategory_sec{
	padding-bottom: 55px;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap{
	width: 1160px;
	margin:0 auto;
	padding:60px 0;
	padding-bottom: 15px;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .left_category{
	display: inline-block;
	width: 400px;
	vertical-align: middle;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .left_category h3{
	color: #6b86c3;
    font-family: poppins;
    font-size: 20px;
    margin-bottom: 0;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .left_category .left_category_divOne{
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 20px;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .left_category p{
	text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    line-height: 24px;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .middle_category_img{
	display: inline-block;
    width: 350px;
    padding: 0 30px;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .right_category{
	display: inline-block;
	width:400px;
	vertical-align: middle;
	text-align: right;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .right_category .right_category_divOne{
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding-right: 20px;
}

.digifintel_softwareCategory_sec .getQuoteBtn{
	background: #fb8b25;
    color: #fff;
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    font-family: poppins;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 15px;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .right_category h3{
	color: #6b86c3;
    font-family: poppins;
    font-size: 20px;
    margin-bottom: 0;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .right_category p{
	text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    line-height: 24px;
}

footer{
	padding:40px 0;
	padding-bottom: 0px;
}

footer .ev_footer_sec{
	width: 1170px;
	margin:0 auto;
}

footer .ev_footer_sec p{
	text-align: left;
    padding-top: 17px;
    line-height: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

footer .ev_footer_sec .ev_footer_left ul{
	padding-top:30px;
}

footer .ev_footer_sec .ev_footer_left ul li{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

footer .ev_footer_sec .ev_footer_left ul li img{
	width: 20px;
}

footer .ev_footer_sec .ev_footer_left{
	width: 410px;
	display: inline-block;
}

footer .ev_footer_sec .ev_footer_left ul li{
	color:#fff;
	font-size: 16px;
}

footer .ev_footer_sec .ev_footer_left ul li span{
	display: block;
}

footer .ev_footer_sec .ev_footer_middle{
	display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-left: 150px;
}

footer .ev_footer_sec .ev_footer_middle ul li{
	display: block;
    font-size: 17px;
    padding: 5px 0;
}

footer .ev_footer_sec .ev_footer_middle ul li a{
	display: block;
	color:#fff;
}

footer .ev_footer_sec .ev_footer_right{
	display: inline-block;
	vertical-align: top;
	margin-left: 100px;
}

footer .ev_footer_sec .ev_footer_right h5{
	color:#fff;
	font-family: poppins;
}

footer .ev_footer_sec .ev_footer_right ul li{
	display: block;
    vertical-align: top;
    color: #fff;
    padding: 9px 0;
}

footer .ev_footer_sec .ev_footer_right ul li span{
	margin-left: 5px;
}

footer .copyRight_para{
	background: #000;
	color:#fff;
	padding:12px 0;
	margin-top:50px;
}

.eligibilty_logo_width img{
	width: 50px !important;
	height: auto !important;
}

/*.cardBody_elegibility .custom-control-label-md::before{
	left: 0.05rem;
	color: #fff;

	width: 1rem;
	height: 1rem;
}*/

/*.cardBody_elegibility .custom-control-label-md:checked~.custom-control-label::after {
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e);
}*/



.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cardBody_elegibility .custom-control-label-md{
	padding-inline-start: 30px;
}

.custom-control-input:checked~.custom-control-label::after {
    content: "";
    position: absolute;
    left: -14px;
    top: 9px !important;
    width: 6px !important;
    height: 10px !important;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-control-label::after {
    /*position: absolute;
    top: 0;
    inset-inline-start: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;*/
}

.custom-control-label-md::before, .custom-control-label-md::after{
    width: 1.2rem !important;
    height: 1.2rem !important;
    border-radius: 3px;
    left:0;
    top:6px !important;
}

.eligibilty_readPolicy{
	display: block;
	width: 75px;
	text-align: center;
	font-size: 10px;
	border-radius: 50px;
	margin-top: 0px;
	background: #5fc2bd;
	color: #fff;
	line-height: 20px;
}
.bank_checkBox span{
	color: #000;
	font-weight: 500;
	width: 114px;
    display: block;
}

.bank_checkBox span strong{
	white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100px;
    display: block;
}

#showbanks{
    margin-top: 20px;
}

#showbanks .col-md-12.text-center{
	padding-bottom: 5px;
}

.cardBody_elegibility_line:last-child{
	border-right: none;
}

.eligibilty_readPolicy:hover{
	color:#fff;
}

.eligibilty_logo_width{
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
}

.cardBody_elegibility{
	float:left;
	padding:10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 7px;
	height:120px;
}

.bank_checkBox{
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.profile_carrat{
	display: flex;
	align-items: center;
	color:#000;
	font-weight: bold;
	margin-left: 5px;
}

.profile_carrat:before{
	font-weight: bold !important;
}

/*--- error page 415 css ---*/

.unauthorized_page{
	width: 900px;
	margin:0 auto;
	display: flex;
	align-items: center;
	height: 100vh;
}

.unauthorized_page .left_sec{
	display: inline-block;
	width:450px;
}

.unauthorized_page .left_sec img{
	width:450px;
}

.unauthorized_page .right_sec{
	display: inline-block;
	width:500px;
	margin-left: 40px;
}

.unauthorized_page .right_sec h2{
	font-size: 62px;
	color: #5156b0;
	margin:0;
}

.unauthorized_page .right_sec h3{
	text-transform: uppercase;
	font-size: 28px;
}

.unauthorized_page .right_sec h6{
	font-size: 17px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 20px;
}

.navbar-nav-right .dropdown.nav-item.main-layout a.new.nav-link.theme-layout.nav-link-bg.layout-setting{
	width: 60px;
}

.navbar-nav-right .dropdown.nav-item.main-layout a.new.nav-link.theme-layout.nav-link-bg.layout-setting strong{
	font-size: 13px;
	margin-left: 5px;
	font-weight: 500;
}

.my-auto.wallet_balance{
	margin-right: 10px;
}

.my-auto.wallet_balance h6 i{
	font-size: 18px;
	font-weight: bold;
}

.full-screen.fullscreen-button a svg{
	margin-top:10px;
}

.mb-logo-1{
	display: none !important;
}
.onlyForMb{
	display: none;
}

.digifintel_form_field_loader{
	position: absolute;
	right: 20px;
	top: 54%;
	width: 20px;
	height: 20px;
	color: #5fc2bd;
}

.digifintel_form_loader_wrap{
	position: relative;
}

.digifintel_form_loader_wrap label .wallet_balance{
	float:right;
}

.digifintel_form_loader_wrap label .wallet_balance a{
	text-decoration: none !important;
	font-family: poppins;
	font-size: 11px;
	color: #43a047;
	font-weight: 500;
	float:right;
}

.dataTables_wrapper .dt-buttons{
	padding:0 !important;
}

.dataTables_wrapper .dt-buttons .btn{
	border-radius: 100px !important;
	width: auto;
	margin: 0 2px;
	padding: 3px 20px;
}

.dataTables_wrapper .dt-buttons .btn.buttons-csv{
	margin-left: 0;
}

.dataTables_wrapper .dt-buttons .btn-group .btn.buttons-collection.dropdown-toggle.buttons-colvis{
	padding:3px 10px;
}

.dt-button.dropdown-item.buttons-columnVisibility.active span:before{
   /* color:#000;
	content: '/f00c'; /* You should use \ and not /*/
	font-family: "Font Awesome 5 Free"; /* This is the correct font-family*/
	font-style: normal;
	font-weight: normal;
	font-size:40px;
}

.dt-button.dropdown-item.buttons-columnVisibility:before{
	width: 12px;
	height: 12px;
	content: '';
	border: 1px solid #444;
	border-radius: 100px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.dt-button.dropdown-item.buttons-columnVisibility.active:before{
	/*width: 12px;
	height: 12px;
	content: '';
	border: 1px solid #fff;
	border-radius: 100px;
	display: inline-block;
	margin-right: 10px;
	background: #fff;*/

  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

.dt-button.dropdown-item.buttons-columnVisibility{
	padding: 8px 0;
	display: inline-block;
	width: auto;
	background: #f1f1f1;
	color: #444;
	text-align: left;
	margin: 5px;
	border-radius: 100px;
	padding-left: 14px;
	padding-right: 14px;
}

.dt-button.dropdown-item.buttons-columnVisibility.active{
	background: #0162e8;
	color:#fff;
}

div.dt-button-collection div.dropdown-menu{
	width: 485px;
	padding: 15px;
	box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.1);
	margin-top:10px;
}
div.dt-button-collection div.dropdown-menu{

}

#tab_2, #tab_3, #tab_4, #tab_5{
	display: none;
}

.tabs1_content{
	border-radius: 10px;
}

.tabs-style-4 .nav.panel-tabs li a{
    text-align: left;
}

.col-lg-4.mb-3.assign label.form-label span.wallet_balance{
     background: #eee; padding: 2px 10px; border-radius: 3px; font-size: 10px; float:right
}

#tab_3 .tabs1_content_right img{
	margin-top: 40px;
}

#tab_2 .tabs1_content_right img{
	margin-top: 60px;
}

#tab_1 .tabs1_content_right img{
	margin-top: 60px;
}

.agreement_tab_1 .btn.btn-lg.btn-info{
	background: transparent;
	color:#63c0bf;
	border:1px solid #63c0bf;
	width:100%;
	height:35px;
	line-height: 18px;
}

.agreement_tab_1 .btn.btn-lg.btn-info:hover{
	color:#fff;
	background:#63c0bf  !important;
}

.view_uploaded_document .navbar-brand{
	background: #63c0bf;
    color: #fff;
    font-size: 13px;
    padding: 8px 12px;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.row.mt-4.view_uploaded_document #agreementform #checkbox{
	display: inline-block;
	width:20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.row.mt-4.view_uploaded_document #agreementform .btn.btn-sm.btn-danger{
	display: inline-block;
	vertical-align: middle;
}

.row.apiKeys_row .col-md-2 {
	margin-left: 0 !important; padding-left: 0 !important;
}

.row.apiKeys_row .col-md-2 a{
	margin-top: 8px;
}


.row.apiSecret_row .col-md-2 {
	margin-left: 0 !important; padding-left: 0 !important;
}

.row.apiSecret_row .col-md-2 a{
	margin-top: 8px;
}

/*--- 05 October ----*/

.select_loan_type{
	position: relative;
}

.select_loan_type .feedback-message.invalid-feedback{
	position: absolute;
	bottom:-20px;
}

.select_loan_type .feedback-message.valid-feedback{
	position: absolute;
	bottom:-20px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
	top:30%;
}

table.dataTable>tbody>tr.child ul.dtr-details{
	padding-left: 10px;
}

table.dataTable>tbody>tr.child span.dtr-data{
	display: inline-block;
}

.pesrsonal_detail_hr{
	height: 2px;
	width: 80px;
	display: block;
	background: #444;
}

.partner_dependecy_btn{
	float:right;
}

/* .partner_dependecy_btn a{
	color:#fff !important;
	background: linear-gradient(111.3deg, rgb(252, 56, 56) 11.7%, rgb(237, 13, 81) 81.7%) !important;
	border:none !important;
} */

.loan_view_tableOne{
	border: none;
}

/*--- 11 september css loan form reposnisve ---*/


/*--- privacy page css ---*/

.privacyPolicy_digifintel_wrap{
	width:1170px;
	margin:0 auto;
}

.privacyPolicy_digifintel{
	padding:40px 0;
}

.privacyPolicy_digifintel_wrap h2{
	text-align: center;
	font-size: 32px;
	font-family: poppins;
	padding-bottom: 10px;;
}

.privacyPolicy_digifintel_wrap h4{
	font-family: poppins;
}

.privacyPolicy_digifintel_wrap p{
	font-family: poppins;
	font-size: 15px;
	line-height: 26px;
}

.privacyPolicy_digifintel_wrap p strong{
	font-weight: 600;
}

.privacyPolicy_digifintel_wrap ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.privacyPolicy_digifintel_wrap ul li{
	font-family: poppins;
    list-style: disc;
    font-size: 15px;
    line-height: 30px;
}

.privacyPolicy_digifintel_wrap h3{
	text-align: center;
    font-size: 28px;
    font-family: poppins;
    padding-bottom: 25px;
}

.privacyPolicy_digifintel_wrap h5{
    font-size: 20px;
    font-family: poppins;
    padding-bottom: 15px;
}

.landing_firstSec{
	position: relative;
}

.landing_firstSec .banner_bg_svg{
	position: absolute;
    top: -114px;
    z-index: 1;
}


@media screen and (max-width: 680px) {


.onlyForMb{
	display: flex;
}

.mb-logo-1{
	display: block !important;
}

.mb-display-none{
	display: none !important;
}

.logo-1{
	display: none;
}

.container-lg.new_loan_application{
	padding: 0;
}

.container-lg.new_loan_application .text-wrap .example{
	padding: 10px 0 !important;
}

.mb-p-0{
	padding: 0;
}

.mb-dp-none{
	display: none;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading{
	width: 100% !important;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li span{
	width: 100%;
	display: block;
	font-size: 10px;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li{
	width: 92px;
	position: relative;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li:after{
   content: '';
	width: 58px;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 45px;
	top: 17px;
	z-index: 1;
	background: #ecf0fa;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li a{
	padding: 0;
	width: 70px;
	height: 60px;
	display: block;
	border-radius: 100px;
	background: none;
	margin: 0 auto;
	margin-bottom: 15px;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li a.active{
	background:none !important;
	color:black !important;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li a i{
	background: #ecf0fa;
	padding:10px;
	border-radius: 100px;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;

}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu .nav.panel-tabs.me-3{
	margin-inline-end: 0 !important;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li:nth-child(3):after{
	height: 77px;
	width: 40px;
	background:none;
	border-top:2px solid #ecf0fa;
	border-right:2px solid #ecf0fa;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li:nth-child(6):after{
	width:40px;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li:nth-child(7):before{
	content: '';
	width: 25px;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 2px;
	top: 17px;
	z-index: 1;
	background: #ecf0fa;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li:nth-child(4):before{
	content: '';
	width: 25px;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 2px;
	top: 17px;
	z-index: 1;
	background: #ecf0fa;
	height: 77px;
	width: 40px;
	background: none;
	border-top: 2px solid #ecf0fa;
	border-left: 2px solid #ecf0fa;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li:nth-child(7):after{
	content: inherit;
}

.tabs-style-4.newApplicationForm_1 form .row .col{
	width: 100%;
	flex-basis:inherit;
}

.tabs-style-4.newApplicationForm_1 {
	margin-top: 20px;
}

.container-lg.new_loan_application .panel.panel-primary.tabs-style-4 .tab-menu-heading .tabs-menu ul li a.active i{
	background: var(--primary-bg-color) !important;
	color: #fff !important;
}

.my-auto.wallet_balance{
	float: left;
}

.navbar-nav-right .dropdown.nav-item.main-layout a.new.nav-link.theme-layout.nav-link-bg.layout-setting{
	width: 80px;
}

.onlyForMb.navbar-nav-right .dropdown.nav-item.main-layout a.new.nav-link.theme-layout.nav-link-bg.layout-setting{
	width: auto;
	margin: 0 !important;
	padding: 0;
}

.onlyForMb.navbar-nav-right .nav-link.search-icon{
	padding: 0;
}

#navbarSupportedContent-4{
	padding:0 20px;
}

#navbarSupportedContent-4 .my-auto.wallet_balance{
	float:left;
	margin-top:11px !important;
}

#navbarSupportedContent-4 .nav.nav-item.navbar-nav-right{
	float:right;
}

.half-width-mb>div{
	width:50%;
}

.main-profile-menu .profile-user img{
	width:30px;
	height: 30px;
}

.dataTables_wrapper .dt-buttons .btn-group .btn.buttons-collection.dropdown-toggle.buttons-colvis{
	margin-top:10px;
}

div.dt-button-collection div.dropdown-menu{
	width: 235px;
	margin-top: 15px;
}

.dt-button.dropdown-item.buttons-columnVisibility{
	width: auto;
	padding: 4px 10px;
	padding-right: 12px;
}

.btn.btn-primary.buttons-collection.dropdown-toggle.buttons-colvis{
	display: none;
}

/*--- lending page responsive css ---*/

.landing_firstSec_wrap{
    width:90%;
    padding-top:0;
}

.landing_firstSec_wrap .content_sec{
    float:none;
    width:100%;
    margin-top: 0;
}

.landing_firstSec_wrap .image_sec{
    display: none;
}

.landing_firstSec_wrap .content_sec h3{
    font-size: 30px;
    line-height: 36px;
}

.landing_firstSec_wrap .content_sec h3 br{
    display: none;
}

.landing_firstSec_wrap .content_sec p{
    font-size: 32px;
}

.lending_page_howItWorks_wrap{
    width:90%;
}

.landing_secondSec .landing_secondSec_wrap{
    width:90%;
}

.landing_secondSec .landing_secondSec_wrap .landing_secondSec_one1{
    width: 100%;
    margin:0 auto;
    margin-bottom: 10px;
}

.landing_thirdSec .landing_thirdSec_wrap{
    width:90%;
}

.landing_thirdSec1 .landing_thirdSec_wrap1, .landing_fourthSec .landing_fourthSec_wrap, .landing_fifthSec .landing_fifthSec_wrap{
    width:90%;
    position: relative;
}

.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_1 ul li{
    margin: 0 0;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 14px;
    margin-bottom: 10px
}

.tabs_content1 .tabs1_content .tabs1_content_left{
    width:100%;
    margin-top: 10px;
}
.tabs_content1 .tabs1_content .tabs1_content_left{
    padding:30px 18px;
}

.landing_firstSec{
    padding-top:20px;
}

.cardBody_elegibility{
    height:auto;
}

.animation-element.slide-right{
	 opacity: inherit !important;
    transition: inherit !important;
    transform: inherit !important;
}

.animation-element.slide-up {
    opacity: inherit !important;
    transition: inherit !important;
    transform: inherit !important;
}

.animation-element.slide-up.in-view{
	  opacity: inherit !important;
    transform: inherit !important;
}

.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_content1 .tabs1_content{
	padding: 30px 10px;
	padding-top: 0;
}

.landing_thirdSec_wrap1 .landing_thirdContent1 .tabs_content1 .tabs1_content .tabs1_content_right{
	width:90%;
}
.landing_fourthSec .landing_fourthSec_wrap .left_content{
	width:100%;
	float:none;
}

.landing_fourthSec .landing_fourthSec_wrap .left_content p{
	font-size: 12px;
   line-height: 20px;
}
.landing_fourthSec .landing_fourthSec_wrap .right_image{
	float:none;
	width:100%;
}

.animation-element.slide-left {
    opacity: inherit !important;
    transition: inherit !important;
    transform: inherit !important;
}

.landing_fifthSec .landing_fifthSec_wrap .landing_fifthSec_content .landing_fifte_col1{
	width:100%;
	margin-left: 0;
}

.lednding_sixthSec .lednding_sixthSec_wrap{
	width:100%;
}

.lednding_sixthSec .lednding_sixthSec_wrap .choose_integration_content .choose_integration1{
	margin-bottom: 50px;
}

.lending_page_howItWorks .lending_page_howItWorks_wrap h2{
	font-size: 30px;
}

.landing_thirdSec .landing_thirdSec_wrap h2{
	font-size: 30px;
}

.landing_thirdSec1 .landing_thirdSec_wrap1 h2{
	font-size: 29px;
}

.landing_fourthSec .landing_fourthSec_wrap .left_content h2{
	font-size: 30px;
}

.landing_fifthSec .landing_fifthSec_wrap h2{
	font-size: 27px;
}
.lednding_sixthSec .lednding_sixthSec_wrap h2{
	font-size: 30px;
}

#tab_1 .tabs1_content_right img{
	margin-top:0;
}

.landing_header .landing_header_inner{
	width: 90%;
	margin:0 auto;
}

.landing_header .landing_header_inner .logo_div{
	/* float:; */
	text-align: center;
	margin-bottom: 0;
	width:49%;
	text-align: left;
}
.landing_header .landing_header_inner .login_register{
	/* float:; */
	text-align: right;
	width:49%;
}
.blur-bg{
	width:100%;
}

/*--- 29 nov start css ---*/

.landing_firstSec_wrap .content_sec p{
	font-size: 22px;
}
.landing_firstSec_wrap .content_sec span{
	font-size: 18px;
}

.landing_firstSec_wrap .content_sec .api_anchor{
	margin-top:0;
}
.loanInsurance_logoInner .bankLogo{
	margin: 17px 6px;
}

.loanInsurance_logoInner .bankLogo img{
	height: 17px;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap{
	width:90%;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .left_category{
	width:100%;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .left_category .left_category_divOne{
	border:none;
	padding:0;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .right_category{
	width:90%;
	margin:0 auto;
	display: block;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .right_category .right_category_divOne{
	border:none;
	padding:0;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .right_category h3{
	text-align: center;
}

.digifintel_softwareCategory_sec .digifintel_softwareCategory_wrap .right_category p{
	text-align: center;
	margin-bottom: 20px;
}

.top_contacts_detail{
	width:95%;
	margin:0 auto;
}
.top_contacts_detail ul li{
	font-size: 12px;
}

footer .ev_footer_sec{
	width: 95%;
	margin:0 auto;
}

footer .ev_footer_sec .ev_footer_left{
	width:100%;
	margin-bottom: 20px;
}

footer .ev_footer_sec .ev_footer_middle{
	width:auto;
	margin-left: 20px;
}
footer .ev_footer_sec .ev_footer_right{
	margin-left: 30px;

}

.landing_digifintel_services_wrap{
	width:90%;
	margin:0 auto;
}

.digifintel_services_content .container .row .col-sm p br{
	display: none;
}
.digifintel_services_content .container .row .col-sm{
	margin-bottom: 20px;
}

.dataTables_wrapper .dt-buttons .btn{
	height: 30px;
    width: 47%;
    margin-bottom: 10px;
}

#showbanks .col-md-12.text-center .row .col-md-4{
	display: inline-block;
    width: 95%;
    margin-bottom: 10px;
    text-align: left;
    border: 1px solid #5fc2bd;
    padding: 6px 0;
    padding-left: 10px;
    border-radius: 5px;
    margin: 6px 5px;
    color: #5fc2bd;
}

#showbanks .col-md-12.text-center .row .col-md-2{
	display: inline-block;
    width: 46%;
    margin-bottom: 10px;
    text-align: left;
    border: 1px solid #5fc2bd;
    padding: 6px 0;
    padding-left: 10px;
    border-radius: 5px;
    margin: 6px 5px;
    color: #5fc2bd;
}

#showbanks .row .card.card-success .col-md-2{
	display: inline-block;
    width: 46%;
    margin-bottom: 10px;
    text-align: left;
}

#fsubmit button{
	width:100%;
	border:none;
}

#showbanks .col-md-12.text-center .row .col-md-4 strong, #showbanks .col-md-12.text-center .row .col-md-2 strong{
	font-weight: 500;
}

#basicform	{

}

.loanForm_verification1 .row.form-group .col-md-4{
	margin-bottom: 20px;
}

.loanForm_verification1 .row.form-group .col-md-4:last-child{
	margin-bottom: 0;
}

.prev_subMit_save a{
	display:inline-block !important;
}

.prev_subMit_save button.prev_btn, .prev_subMit_save button.elgsubmit{
	display: inline-block !important;
    margin: 0;
    width: 86px;
    margin: 0 !important;
    padding: 0.375rem 9px;
 }

 .loanForm_verification1 .clearfix, .loanForm_verification1 br{
 	display: none;
 }

 #laddform .row.form-group .col-md-4{
 	margin-bottom: 20px;
 }

  #laddform .row.form-group .col-md-4:last-child{
  	margin-bottom: 0;
  }

  #saveCoAppform .row.form-group .col-md-4{
 	margin-bottom: 20px;
 }

  #saveCoAppform .row.form-group .col-md-4:last-child{
  	margin-bottom: 0;
  }

  #saveRefform .row.form-group .col-md-3{
 	margin-bottom: 20px;
 }

  #saveRefform .row.form-group .col-md-3:last-child{
  	margin-bottom: 0;
  }

}

/*--- media end ---*/


.api_user_width span.select2.select2-container{
	width:406px !important;
}

.api_user_width .select2-selection__clear{
	display:none;
}



#loandocform .table-bordered td{
    font-size: 12px;
}

/* dashboard amount graph */
.total-revenue>div+div {
    margin-inline-start: 10px ;
    padding-inline-start: 10px ;
}
/* botto submit button  */

.bottom_submitBtn{
    margin:0 auto;
}



