html,
body {
    padding: 0;
    margin: 0; 
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100%;
    background: #fff;
	font-size:16px;
    font-family: "Poppins", sans-serif;
	margin: 0;  /* remove default body margin */
	padding:0;
    -webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6{
	color:
    color: #2E2E2E;
}
img{
	max-width:100%;
}
.textcolor {
    color: #2E2E2E;
}
.titlecolor {
    color: #0066A7;
}
.lead{
	font-size:16px;
	line-height:26px;
	font-weight:400;
	color:#2E2E2E;
}
.sec{
	padding:30px 0;
}
.homesec{
	padding:30px 0;
	min-height: calc(100vh - 5px);
	display:flex;
	align-items: center ;
}
.secbg{
	background-color:rgba(227,227,227,0.5);
	border-bottom:1px solid #000;
}
.sectitle{
	color:#2E2E2E;
	font-size:34px;
	font-weight:700;
	line-height:46px;
}
.btn{
    text-align: center;
	font-size: inherit;
	color:#fff;
	font-weight:500;
	background-color: #0066A7 ;
	border-radius: 5px;
	    padding: 9px 12px;
	border:0px;
}
.btn:hover,
.btn:focus-visible,
.btn:active,
.btn:first-child:active{
	color:#fff;
	background-color: #02588f;
}
.btn-secondary{
	color:#fff;
	background-color: #ff6600 ;
}
.btn-secondary:hover{
	color:#fff;
	background-color: #e25500 ;
}

/*----------------- Navbar -------------*/

.navbar {
    background-color: #FFFCFB;
	margin:0;
	padding:15px 0;
	min-height:70px;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index:99;
}
.navbar.bg-white{
	box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.04);
}
#headnavbar.fixed {
    position: fixed;            
    /* background: rgba(34,34,34,.95);
    box-shadow: 0 2px 8px rgba(0,0,0,.2); */
}
.navbar-nav {
    gap: 65px;
}
.navbar-brand {
    font-weight: bold;
}
.navbar-brand img{
	max-width:180px;
}
.navbar-nav li a {
    font-size:14px;
    font-weight: 600;
}
.navbar-nav li a:hover {
    color:#ff6600;
}
.navbar-nav .btn,
.navbar-nav .btn:hover {
    font-size:13px;
    color:#fff;
	font-weight:600;
}

.navbar-toggler:focus{
	box-shadow:none;
	border-color:#ff6600;
	background-color:#fff7f1;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: .255em;
    vertical-align: middle;
    background-image: url('../images/dropdownarrow.png');
    /* example icon */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    content: '';
}

/*----------------- Footer -------------*/
.footer {
    background-color: #F0F0F2;
    padding: 3rem 0;
    font-size: 14px;
    color: #2E2E2E;
    padding-bottom: 10px;
    margin-top: auto;
}
.footer a {
    text-decoration: none;
    color: #2E2E2E;
}
.footer a:hover {
    text-decoration: none;
    color:#ff6600;
}
.footer i svg{
	fill:#5A5A5A;
}
.footer a:hover i svg{
	fill:#ff6600;
}
.bottbrand img{
	max-height:30px;
}
.footer .footer-title {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 14px;
}

.footer-disclaimer {
    /* font-size: 0.75rem; */
    color: #2E2E2E;
    margin-top: 1.5rem;
	max-width:530px;
}
.footer address a,
.footer address a:hover {
    text-decoration: none;
}

.list-unstyled li {
    margin-bottom: 4px;
}

.social-icons a {
    margin-bottom: 10px;
    display: block;
}

.social-icons img {
    margin-right: 6px;
}

.copyright {
    color: #747474;
    font-weight: 400;
    font-size: 12px;
}


/*----------------- modal -------------*/

.downloadmodal .btnclose {
    right: 0;
    top: 4px;
    border: none;
    background: none;
    outline: none;
}

.btnclose img {
    width:30px;
}

.downloadmodal .modal-title {
    font-weight: 700;
    font-size: 28px;
	text-align:center;
}

.downloadmodal .modal-body p {
    font-size:16px;
    font-weight: 600;
}

.downloadmodal .modal-body {
    background: url('../images/Cloud2.png') no-repeat 11% top,
        url('../images/Cloud1.png') no-repeat right top;
    background-size: auto;
}

.downloadmodal .modal-content {
    border-radius: 12px;
}
.storeqr img{
	max-height:150px;
}
.store-buttons {
	display:flex;justify-content: center ;    flex-wrap: nowrap;
}
.store-buttons img{
	max-height:42px;
}

/*-----------------homepage  hero-section -------------*/
.homewrap {
	overflow:hidden;
    position: relative;
}
/* Left gradient image */
 .homewrap::before {
    content: "";
    position: absolute;
    top:0%;
    left:0;
    width: 100%;
    height:150vh;
	background-image:url(../images/left-gradient.png) ;
	background-position:0 0;
	background-repeat:no-repeat;
	background-size: auto 100%;
    z-index: 0;
} 

/* Right gradient image */
.homewrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height:150vh;
	background-image:url(../images/right-gradient.png) ;
	background-position:100% 0 ;
	background-repeat:no-repeat;
	background-size: auto 100%;
    z-index: 0;
}
.bodydiv {
    position: relative;
	z-index:3;
padding-top:70px;
}
.homewrap .bodydiv {
padding-top:0;
}
.hero-section {
/*     position: relative;
    display: flex;
    align-items: center;
	padding:50px 0; */
	padding-top:100px;
}


.hero-content {
    position: relative;
    z-index: 1;
}

.hero-content h1 {
    font-weight: 700;
    font-size:48px;
    line-height: 66px;
	margin:0;
}

.hero-heading .hero-line {
    display: block;
    opacity: 0;
    transform: translateY(14px);
    color: #2E2E2E;
    animation: heroLineReveal 0.6s ease-out forwards;
}

@keyframes heroLineReveal {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hero-heading .char.hl {
    color: #ff7b00;
}

/* Smoothen sweep transitions */
.hero-heading .char {
    transition: color 160ms linear;
}

.hero-content p {
    color:#2E2E2E;
    font-size:26px;
	line-height:38px;
}


.hero-heading .line1 {
    animation-delay: 0s;
}

.hero-heading .line2 {
    animation-delay: 0.25s;
}

.hero-heading .line3 {
    animation-delay: 0.5s;
}


/* .btn-check-eligibility {
    background-color: #ff6600;
    color: white !important;
    font-weight: 500;
    border: none;
    border-radius: 6px;
    padding: 15px 80px;
    margin-top: 25px;
    font-size: 18px;
    transform: scale(1.1);
}

.btn-check-eligibility:hover,
.btn-apply:hover {
    background-color: #e25500 !important;

} */
.btn-check-eligibility{
	min-width:240px;
    margin-top:10px;
    padding:14px 80px;
    font-size: 18px;
    border-radius:7px;
	
}
.heroright{
	    display: flex;
    justify-content: end;
}
.testbg{
	/* height:450px; height: calc(100vh - 150px);*/
	border:1px solid #f85e2b;
	
}
.mobile-area {
    position: relative;
    z-index:5;
}
.mobile-area img.phone {
	/* position: absolute;
	bottom:0;
	right:19%;  
	height: calc(100vh - 150px);
	height:100%;*/
	height: calc(100vh - 150px);
	max-height:560px;
}

.mobile-area img.girl {
	position: absolute;
    width:27%;
	top: 9%;
	right:0%;
}

.box1 {
    position: absolute;
    width: 31%;
    top: 20%;
    left: 7%;
}

.box2 {
    position: absolute;
	width: 37%;
    bottom: 13%;
    left: 2%;
}

.box3 {
    position: absolute;
        width: 34%;
    bottom: 19%;
    right: 2%;
}

/*-----------------homepage  whychoose -------------*/

.card-bg-arc {
	background-image:url(../images/whychoose.png);
	background-position:bottom right;
	background-repeat: no-repeat ;
	background-size:cover;
     background-position: right top;
    position: relative;
}
.card-bg-arc1 {
	background-image:url(../images/why1choose.png);
	background-repeat: no-repeat ;
	background-size:cover;
    background-position: left top;
    position: relative;
}

.card-bg-arc2 {
	background-image:url(../images/whytwochoose.png);
    background-position: right bottom;
	background-repeat: no-repeat ;
	background-size:cover;
    position: relative;
}

.card-bg-arc3 {
	background-image:url(../images/whythreechoose.png);
    background-position: right bottom;
	background-repeat: no-repeat ;
	background-size:cover;
    position: relative;
}

.whychoose .card {
    border-radius:20px;
	background-color:rgba(252, 252, 255, 1);
	border:2px solid rgba(231, 238, 245, 1);
	/* box-shadow: 1px 1px 8px 0px rgba(202,213,226,0.3); */
	transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	overflow:hidden;
}
.whychoose .card:hover {
    transform: scale(1.03);
	transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.whychoose .card-body {
    position: relative;
    z-index: 2;
    border-radius: 19px;
	display:flex;
    align-items: center;
    padding:30px 25px;
	min-height:170px;
}

.whychoose .card-title {
 margin-left: 25px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.whychoose .card-title small {
    font-size: 12px;
    font-weight: 500;
}
.whychoose .icon {
    width: 100px;
	text-align:center;
}
.whychoose .icon img{
    max-height:100px;
}

.whychoosehead {
    font-size: 35px;
}

.whychoosepara {
    font-size: 17px;
}

.whychoosesection {
    margin-bottom: 50px;
}

/*-------- homepage loan-section ----------- */	

.loan-section {
    background: #EDF4FA;
}
.loan-content{
	max-width:580px;
}
.loan-card {
    background: #fff;
    border-radius:14px;
    padding:20px 30px;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.07);
    margin: 30px 0;
	min-height:120px;
	max-width:430px;
	display:flex;
	align-items: center;
	    font-weight: 500;
}
.loan-card:last-child {
    margin: 30px 0 0;
}
.loanimge {
	width:70px;
	margin-right:15px;
	
}
.loan-card img {
}
.loan-text h5 {
    font-weight: 700;
    color: #222;
    font-size: 20px;
    margin-bottom: 10px;
}
.loandeskview{
	display:block;
}
.loanmobview{
	display:none;
}
.phone-container {
    position: relative;
    text-align: center;
}
/* CSS circle behind phone */
.phone-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle at center, #dceaff 0%, #CFE5F8 100%);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
.phone-container img {
    position: relative;
   z-index:3;
   height: 82vh;
   max-height:538px;
}



/*-----------------homepage  eligibility -------------*/
.infodiv{
	padding-top:25px;
}
.eligibilitysection .info-card {
    /* background-color: #fff;
    border: 1px solid #E7EEF5;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05); */
	
	background:rgba(252, 252, 255, 1);
	border:2px solid rgba(231, 238, 245, 1);
	/* box-shadow: 1px 1px 8px 0px rgba(202,213,226,0.3); */
    border-radius: 18px;
    padding: 25px 14px;
    text-align: center;
    height: 100%;
	min-height:160px;
	transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.eligibilitysection .info-card:hover {
    transform: scale(1.03);
	transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}
.eligibilitysection .info-card img {
    width: 86px;
    margin-bottom: 15px;
}

.eligibilitysection .lottie-animation {
/*     width: 86px;
    height: 86px;
    margin-bottom: 15px;
    margin: auto; */
}
.eligibilitysection .infoicon {
    width: 86px;
    height: 86px;
    margin: 0 auto 15px;
}

.eligibilitysection .info-card h5 {
    font-weight: 600;
    margin-bottom: 8px;
	font-size:20px;
}

.eligibilitysection .info-card p {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    margin: 0;
}



/*-----------------homepage  howwork -------------*/
.how-section {
    background: linear-gradient(to bottom, #EDF4FA 0%, #F8FBFF 100%);
}

.step {
    cursor: pointer;
    position: relative;
	padding: 10px 0 30px 50px;
	max-width:500px;
}

.step::before {
    content: "";
    position: absolute;
    left: 10px;
    top:15px;
    width: 20px;
    height: 20px;
    background: #eef3f9;
    border: 7px solid #C1DBF0;
    border-radius: 50%;
    box-sizing: border-box;
	    z-index: 3;
}
.step.active::before {
    border: 7px solid #0066A7;
}
.step::after {
    content: "";
    position: absolute;
    left: 19px;
    top:15px;
    width: 1.5px;
    height: calc(100% + 20px);
    background-color: #d0d7e0;
}

.step:last-child::after {
    display: none;
}

.step-title {
    font-weight: 600;
    font-size: 20px;
	margin:0;
	color:#5a6c70;
}
.step.active .step-title{
	color:#0066A7;	
}
.step-text {
    font-size: 16px;
}
.image-wrapper {
    margin-top: 10rem;
    min-height: 320px;
}
.blue-circle {
	position: relative;
	text-align:center;
	padding:50px 0 0;
   /*  filter: blur(1px); */
}
.blue-circle:before {
	content:'';
    position: absolute;
	top:80px;
    left: 50%;
    bottom: 92px;
    transform: translateX(-50%);
    width: 360px;
    height: 360px;
    background: #E6F4FF;
    border-radius: 50%;
	text-align:center;
   /*  filter: blur(1px); */
}
.blue-circle .stepimg{
	position: relative;
	z-index:1;
}


/*-----------------homepage  calculator -------------*/

@keyframes loansSweep {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: -200% 0%;
    }
}
.calculator{
    background: linear-gradient(to bottom, #f7fafe 0%, #ffffff 82%, #ffffff 20%, #ffffff 100%);
}
.calculator .topdata{
	max-width:880px;
	margin-left:auto; margin-right:auto;
}
.graph {
    margin-bottom:3rem;
}
.graph:last-child{
    margin-bottom:0;
}

.loanhead {
    margin-bottom: 4px;
}
.loancount span {
    font-size: 14px;
    color: #2E2E2E;
}
.loadamt {
    font-size: 16px;
    font-weight: 700;
}
.amtcount {
    font-size: 14px;
    color: #5A5A5A;
	background-color:#FCFCFF;
    color: #5A5A5A;
    border: 1px solid #E7EEF5;
    padding: 5px 10px;
    border-radius: 7px;
}
.amtcount:focus-visible {
    outline: none;
    border: 1px solid #ff6600;
    background-color: #fff9f5;
}

:root{
	--track-height:10px;
	--track-radius:8px;
	--thumb-size:20px; /* keep consistent with JS THUMB_PX */
	--fill-color:#0d6efd;
	--empty-color:#e9ecef;
}
input[type="range"]::-webkit-slider-thumb {
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 10px;
    border-radius: 3px;
}
input[type="range"]{
	-webkit-appearance:none;
	appearance:none;
	width:100%;
	height:var(--track-height);
	border-radius:var(--track-radius);
	background: linear-gradient(to right, var(--fill-color) 0%, var(--fill-color) 0%, var(--empty-color) 0%, var(--empty-color) 100%);
	outline:none;
	margin:0;
	cursor:pointer;
	--fill-color:#0066A7;
}

/* WebKit thumb */
input[type="range"]::-webkit-slider-thumb{
	-webkit-appearance:none;
	appearance:none;
	width:var(--thumb-size);
	height:var(--thumb-size);
	border-radius:50%;
	background:#fff;
	border:4px solid var(--fill-color);
	box-shadow:0 5px 2px rgba(0,0,0,.25);
	margin-top: calc((var(--track-height) - var(--thumb-size)) / 2); /* vertical center on webkit */
}

/* Firefox thumb & track tweaks */
input[type="range"]::-moz-range-thumb{
	width:var(--thumb-size);
	height:var(--thumb-size);
	border-radius:50%;
	background:#fff;
	border:4px solid var(--fill-color);
	box-shadow:0 0 2px rgba(0,0,0,.25);
}
input[type="range"]::-moz-range-track{
	height:var(--track-height);
	border-radius:var(--track-radius);
	background:transparent; /* we use the element background */
}
.chartcol {
    /* display: flex; */
    justify-content: center;
    margin-bottom: 40px;
}

.chartbtn {
    margin-bottom: -40px;
    display: flex;
    justify-content: center;

}
.chart-section {
    border: 1px solid #E7EEF5;
    border-radius: 23px;
    padding: 20px;
}
.chart-section h5 {
    color: #2E2E2E;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.chart-section h6 {
    color: #2E2E2E;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
}
.chart-container {
    display: flex;
    justify-content: center;
}
#myDoughnutChart {
    width: 150px !important;
    height: 150px !important;
}
.chartdatas {
}
.charttitle, .chartamt {
    font-size: 15px;
}
.chartamt {
    font-weight: 500;
}
.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}
.dot-blue {
    background-color: #007bff;
}
.dot-orange {
    background-color: #ff7b00;
}
.btn-chartapply{
	min-width:160px;
}

/*-------- homepage store-section ----------- */	


.store .store-section {
    background: linear-gradient(180deg, #68C1FF, #096DAE);
    border-radius: 15px;
    color: white;
    padding: 0px 80px;
    position: relative;
}

.store .store-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background-image: url('../images/dotline.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
}

.store .store-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background-image: url('../images/dotline.png');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
    transform: rotate(180deg);
}
.store-sectionwrap{
	position:relative;
	z-index:3;
	display: flex;
	justify-content:end;
}

.store-image {
    margin-top: -25px;
    height: 100%;
    /* width: 398px; */
	width:40%;
	max-width:570px;
}
.storedata{
	position: absolute;
	top:0;
	left:40px;
	left:6%;
	width:50%;
	height:100%;
	display:flex;
	flex-direction: column;
	    justify-content: center;
}
.store .sectitle,
.store .lead{
	color:#fff;
}
.store .lead{
	font-weight:300;
}
.store .app-buttons {
	padding:20px 0 0;
	display: flex;
}
.store .app-buttons img {
    cursor: pointer;
	max-height:40px;
}
.app-buttons a{
    display:inline-block;
	margin:10px 10px 0 0;
}


/*-----------------homepage  animate -------------*/

.animate-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.4s ease-out;
}
.animate-up.active {
    opacity: 1;
    transform: translateY(0);
}

.slide-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease-out;
}

.slide-left.active {
    opacity: 1;
    transform: translateX(0);
}

/*----------------- terms&conditions -------------*/
.privacycontent,
.termscontent {
    text-align: center;
    margin: 0px 63px;
    font-weight: 500;
    font-size:15px;
}
.privacycontent .main-title ,
.termscontent .main-title {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px !important;
}
.termsul {
    padding-left: 20px;
}

.termsul li {
    margin-bottom: 8px;
}
.section-title {
    color: #0066A7;
    font-weight: bold;
    margin-top: 1em;
	font-weight: 600;
    font-size: 17px;
}
.section-para {
    font-weight: 400;
    font-size: 15px;
}

/*-------- partner page ----------- */	

.partner-section {
    background: #EDF4FA;
}
.partner-section .container{
	    max-width: 760px;
}
.partner-section .section-title{
	color:#2E2E2E;
}
.partner-section h1 {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    margin-top: 0;
    margin-bottom: 0;
}

.partner-section h1 span {
    color: #FF6600;
    margin-left: 3px;
    margin-left: 11px;
}

.upciricle {
    background-image: url(../images/upcircle.png);
    background-repeat: no-repeat;
    background-size: auto;
    /* background-position: 264px -79px; */
    background-position:bottom left;
    min-height: 92px;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 0;
}

.downciricle {
    background-image: url(../images/downcircle.png);
    background-repeat: no-repeat;
    background-size: auto;
   /*  background-position: 654px -3px; */
    background-position:top right;
    min-height: 69px;
    display: flex;
    align-items: center;
    position: relative;
    bottom: 0;
}

.patnerinfo h2 {
    font-size: 19px;
    font-weight: 600;
}
.website a {
    color: #0066A7;
}
.officerdetail {
    font-weight: 500 !important;
}
.userinfo img {
    margin-right: 10px;
	max-height:30px;
}


@media (min-width:768px) {
	.sec {
		padding: 80px 0;
	}
	.modal-dialog {
		max-width:700px;
	}
	#whyChooseSection .break{
		display: block;
	}
}
@media (min-width:1300px) {
}
@media (min-width: 1400px) {
    /* .container{
        max-width: 1140px;
    } */
 	.mobile-area img.phone{
		height: calc(100vh - 190px);
		max-height:600px;
	} 	
}
@media (min-height: 800px) {
	.eligibilitysection,.homesec.calculator,
	.homesec.store {
		min-height: inherit;
	}
}
@media (min-width: 1600px) {
	body{
		font-size:18px;		
	}
	.btn {
		    padding:10px 15px;
	}
    .container{
        max-width:1340px;
    }
	.lead {
		font-size:18px;
		line-height:30px;
	}
	.sectitle {
		font-size: 40px;
		line-height:54px;
	}
	.sec,
	.homesec {
		padding:50px 0;
	}
	.navbar-brand img{
		max-width:220px;
	}
	.navbar{
		min-height:85px;
	}
	.navbar-nav li a {
		font-size:18px;
	}
	.footer{
		font-size:16px;
	}
	.footer .footer-title{
		font-size:20px;
	}
	.footer-disclaimer{
		    max-width:770px;
	}
		
	.bottbrand img{
		max-height:42px;
	}
	.bottomsection{
		padding:10px 0;
	}
	.copyright{font-size:16px;}	
		
	.userinfo img {
		margin-right:15px;
		max-height:40px;
	}

	.hero-section {
		padding-top: 150px;
	}
 	.mobile-area img.phone{
		max-height:680px;
	}
	.btn-check-eligibility {
        min-width: 300px;
        padding:14px 80px;
        font-size: 22px;
    }
	.whychoose .card-body{
		    min-height:220px;
	}
	.whychoose .icon {
		width:120px;
	}
	.whychoose .card-title{
		font-size:24px;
		line-height:42px;
	}
	.whychoose .card-title small {
		font-size:14px;
	}
	.whychoose .icon img {
		max-height:inherit;
	}
	.phone-container::before{
		width:440px;
		height:440px;
	}
	.phone-container img{
		max-height:86vh;
	}
	.loan-content {
		max-width:800px;
	}
	.loan-card{
		max-width:560px;
		min-height:200px;
		margin: 30px 0 50px;
	}
	.loan-text h5{
		font-size:28px;
		line-height:38px;		
	}
	.loanimge{
		width:105px;
	}
	
	.eligibilitysection{
		min-height:inherit;
	}
	.infocardwrap{
		max-width:1490px;
		margin:0 auto;
	}
	.eligibilitysection .info-card{
		max-width:300px;
		min-height:320px;
		    padding:35px 30px;
	}
	.eligibilitysection .infoicon{
		width:100px;
		height:100px;
	}
	.eligibilitysection .info-card h5{
		font-size:24px;
		line-height:34px;			
	}
	.eligibilitysection .info-card p {
		font-size:18px;
	}
	.step{
		padding:20px 0 20px 60px;
	}
	.step::before {
		left: 10px;
        top:35px;
        width:28px;
        height:28px;
	}
	.step::after{
		        left: 24px;
        top:25px;
        width:3px;
	}
	.step-title{
		font-size:24px;
		line-height:34px;			
	}
	.step-text {
		font-size:16px;
	}
	.blue-circle:before{
		width:460px;
		height:460px;
		    top: 110px;
	}
	
	
	input[type="range"]{
		margin:0 0 20px 0;
	}
	.graph {
		margin-bottom: 4rem;
	}
	.loancount  {
		margin-top:2rem;
	}
	.amtcount {
		font-size:18px;
	}
	.loancount span {
    font-size: 18px;
	}
	.loadamt {
		font-size:22px;
	}
	.chart-section h5{
		font-size:22px;		
	}
	.chart-section h6 {
		font-size:42px;		
	}
	#myDoughnutChart {
		width: 180px !important;
		height: 180px !important;
	}
	.charttitle{
		font-size:18px;
	}
	 .chartamt {
		font-size:22px;
	}
	.dot {
		width:13px;
		height:13px;
	}
	.btn-chartapply {
		min-width: 300px;
		padding: 16px 96px;
	}
	.chartbtn {
    margin-bottom: -52px;
	}
		
	.disclaimer {
		padding-bottom:70px;
	}
	.homesec.calculator {
		min-height: inherit;
	}
	.homesec.store {
		min-height: inherit;
	}
	.store-image {
		margin-top: -52px;
	}
	.storedata{
		left:10%;
	}
	.store .app-buttons img {
		max-height:60px;
	}
	
}

@media (min-width: 1900px) {
	body{
		font-size:22px;		
	}
    .container{
        max-width:1500px;
    }
	.lead {
		font-size:22px;
		line-height:34px;
	}
	.sectitle {
		font-size:48px;
		line-height:62px;
	}
	.sec,
	.homesec {
		padding:70px 0;
	}
	.footer{
		font-size:18px;
	}
	.footer .footer-title{
		font-size:22px;
	}
	 .copyright {
        font-size:18px;
    }
	.downloadmodal .modal-dialog {
        max-width: 1200px;
    }
	.downloadmodal .modal-title {
		font-size:48px;
	}
	.downloadmodal .modal-body p{
		font-size:28px;
		line-height:34px;		
	}
	.storeqr img {
		max-height: 280px;
	}
	.store-buttons img {
		max-height:inherit;
	}
	.navbar-brand img{
		max-width:280px;
	}
	.navbar{
		min-height:100px;
	}
    .navbar .container,
	.hero-section .container{
        max-width:1600px;
    }
	.navbar-nav {
		gap:75px;
	}
	.navbar-nav li a {
		font-size:20px;
	}
		
	.navbar-nav .btn,
	.navbar-nav .btn:hover {
		font-size:18px;
		padding:12px 20px;
	}
	.bodydiv{
		padding-top: 100px;		
	}
	.homewrap .bodydiv {
		padding-top: 0;
	}
	.hero-section {
		padding-top: 150px;
	}
	.hero-content h1 {
		font-size:66px;
		line-height:86px;
		margin-bottom:20px;
	}
	.hero-content p{
		font-size:36px;
		line-height:54px;
		margin-bottom: 2rem;
	}
	.btn-check-eligibility{
		    min-width: 300px;
			padding: 16px 96px;
			font-size: 26px;
	}
	
 	.mobile-area img.phone{
		max-height:740px;
	}
	.whychoose .card-body {
        min-height: 270px;
    }
	.whychoose .card-title{
		font-size:28px;
		line-height:48px;
	}
	.whychoose .card-title small {
		font-size:16px;
	}
	.whychoose .icon {
        width: 140px;
    }
	
	.loan-section .loan-content{
		padding-left:70px;
	}
	.phone-container::before{
		width:590px;
		height:590px;
	}
	.eligibilitysection .info-card{
		max-width:350px;
		min-height:350px;
		    padding:35px 30px;
	}
	.eligibilitysection .infoicon{
		width:120px;
		height:120px;
	}
	.eligibilitysection .info-card h5{
		font-size:28px;
		line-height:38px;			
	}
	.eligibilitysection .info-card p {
		font-size:22px;
	}
	.calculator .topdata{
		max-width:1150px;
	}
	.step{
		padding:30px 0 30px 80px;
		        max-width: 658px;
	}
	.step::before {
		left: 10px;
        top:38px;
        width: 34px;
        height: 34px;
	}
	.step::after{
		        left: 24px;
        top:38px;
        width: 4px;
	}
	.step-title{
		font-size:28px;
		line-height:38px;			
	}
	.step-text {
		font-size:22px;
	}
	.blue-circle:before{
		width:460px;
		height:460px;
		    top: 110px;
	}
	.privacycontent, .termscontent{
		font-size:22px;
	}
	.privacycontent .main-title, .termscontent .main-title{
		font-size:48px;
		margin-bottom:20px !important;
	}
	.section-title{
		font-size:28px;
		line-height:38px;		
	}
	.section-para {
		font-size:22px;
		margin-bottom: 1.5rem;
	}
	.partner-section h1{
		font-size:48px;		
	}
	.patnerinfo h2 {
		font-size:28px;
		line-height:38px;	
	}
	.upciricle,.downciricle{
		min-height:115px;
	}
}


/* Tablet landscape and below */
@media (max-width: 1200px) {
}

/* Tablet landscape and below */
@media (max-width: 1080px) {
	/*-------- homepage hero-section ----------- */	
	.hero-content h1 {
		font-size: 40px;
		line-height:52px;
	}
	
	/*-------- homepage store-section ----------- */	
	.store-image {
		width: 340px;
	}
	.storedata{
	left:0;
	}
}

@media (max-width: 991px) {
	.navbar {
    background-color: #fff;
	}
	.navbar-nav {
		background: #f7f7f7;
		padding: 17px 20px;
		margin-top: 10px;
        gap: 15px;
    }
	.sec,
	.homesec{
		min-height:auto;
		padding:3rem 0;
	}
	/*-------- homepage hero-section ----------- */	
	.homewrap {
		overflow: visible;
	}
	.hero-section{
		padding-top:100px;
	}
    .homewrap::after {
		display:none;
    }
    .homewrap::before{
		width: 100%;
		    height:750px;
		background: #FFF5F3;
	background: linear-gradient(180deg,rgba(255, 245, 243, 1) 35%, rgba(255, 255, 255, 1) 100%);
	        opacity: 0.9;
		
	}
	.heroright{
		justify-content: center;
	}
	.heroleft{
		text-align:center;
	}
	.hero-content h1 {
        text-align:center;
    }
	.mobile-area{
		margin-bottom:20px;
	}

/*-----------------homepage  whychoose -------------*/
	.whychoose {
		max-width:500px;
		margin:-1rem auto 0;
	}
	.card-bg-arc1,.card-bg-arc2,.card-bg-arc3{
		background: url(../images/whychoose.png) no-repeat bottom right;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right top;
	}

/*-----------------homepage  loan -------------*/
	.loan-content {
		max-width:500px;
		margin:0 auto;
	}
	.loan-card{
		max-width:100%;
	}		
	.loandeskview{
		display:none;
	}
	.loanmobview{
		display:block;
		max-width:500px;
		margin:0 auto;
		text-align:center;
	}
	.phone-container img{
		height:inherit;
	}

/*-----------------homepage  eligibility -------------*/
	.infocardwrap {
		max-width:500px;
		margin:0 auto;
	}
	.lottie-Nationality,.lottie-Age{
		    padding-top:0px;
	}

/*-----------------homepage  howwork -------------*/
	.blue-circle{
		margin:40px 0 0;
		    padding:80px 0 0;
			display:none;
	}
	.blue-circle:before {
		top:0;
	}
	.how-section { 
		text-align:center;		
	}
	.step{
		text-align:left;
		padding:10px 0 40px 50px;
		max-width:400px;
		margin:0 auto;
	}
/*-----------------homepage  calculator -------------*/
	.loancalculator  {
		max-width:500px;
		margin:0 auto;
	}
	.graph {
		margin-bottom:2rem;
	}
	.disclaimer {
		text-align:center;
	}
	.disclaimer .textcolor{
		text-align:center;
		display:block;
		font-weight:bold;
	}
/*-----------------homepage  store-section -------------*/
	.store .store-section{
		padding: 0px 40px;
		
	}
	.store .app-buttons{
		padding:0;
	}
	.store-image {
		width: 340px;
		        margin-right: -46px;
	}
	
}
/* Small tablets/large phones */
@media (max-width: 780px) {
	
/*----------------- modal -------------*/	
	.btnclose img {
		width: 20px;
	}

	.downloadmodal .modal-title {
		font-weight: 700;
		font-size: 20px;
	}

	.downloadmodal .modal-body p {
		font-size: 14px;
		font-weight: 600;
	}
	/*-------- homepage hero-section ----------- */	
	.hero-content p{
		display:none;
	}
	.hero-content h1 {
        font-size:36px;
        line-height:48px;
    }
	.btn-check-eligibility{
		margin-top:30px;
	}
}

/* Phones */
@media (max-width:640px) {
	.sectitle{
		font-size: 32px;
        line-height:44px;
	}
    .navbar-nav {
        background: #f7f7f7;
        padding: 17px 20px;
        margin-top: 10px;
    }
	/*-------- homepage whychoose ----------- */
	.hero-section {
		padding-bottom: 0;
	}
	body.mobile .heroleft {
		padding-bottom:50px;
	}
	body.mobile .hero-section .container{
		height:calc(100vh - 140px);
		position: relative;
	}
	body.mobile .hero-content{
		position:inherit;
	}
	body.mobile .btn-check-eligibility{
		position: absolute;
		bottom: 10px;
		left:20px;
		width:calc(100% - 40px);
		margin:0;
	}	
	.whychoose .card-body {
		padding: 15px 20px;
		min-height: 160px;
	}
	.whychoose .card-title {
		margin-left: 15px;
	}
	.whychoose .icon{
		width:80px;
	}
	.store-image {
        width: 320px;
        margin-right: -66px;
    }
	.app-buttons a {
		width:50%;
	}
/*-----------------homepage  store-section -------------*/
	.store-section{
		overflow:hidden;
	}
	.store-sectionwrap{
		flex-direction: column;
		    align-items: end;
	}
	.storedata{
		position: relative;
		top:0;
		left:0;
		padding:50px 0 20px;
		width:100%;
		text-align:center;
	}
	.store .app-buttons {
        padding: 0;
        justify-content: center;
    }
	.app-buttons a {
        width: inherit;
		margin: 10px 5px;
    }
	.store-image{
	    margin-top:0;
		margin-right: 0;
	}
}

@media (max-width: 520px){
	.sectitle{
		font-size:24px;
        line-height:36px;
	}
	
/*-----------------footer-------------*/
	.footer,.footer .footer-title{
		text-align:center;
	}
/*-------- homepage hero-section ----------- */	
	.hero-content h1 {
		font-size: 30px;
		line-height: 42px;
	}
	.mobile-area{
		width:90%;
		margin:0 0 20px 0;
	}
	.mobile-area img.phone {
		height:auto;
		max-height: 560px;
	}
	.btn-check-eligibility{
		width:100%;
	}

/*-----------------homepage  eligibility-------------*/
    .eligibilitysection .info-card{
		min-height:200px;
	}
	.eligibilitysection .info-card p{
		font-size:12px;
	}
	.eligibilitysection .info-card h5 {
		font-size:16px;
	}
}
@media (max-width: 420px){
	body{
		font-size:14px;
	}
	.sectitle{
		font-size:24px;
		line-height:30px;
	}
	.lead {
		font-size: 14px;
		line-height:24px;
	}
	
	.eligibilitysection .infoicon{		
		width:70px;    height: 70px;
	}
	.eligibilitysection .info-card img {
		width:70px;
	}
	.eligibilitysection .info-card{
		max-width:300px;
		margin:0 auto;
		padding:15px 10px;
	}
	.whychoose .card-body {
        padding: 15px 20px;
    }
	.whychoose .card-title{
		font-size:18px;
	}
	.whychoose .icon {
        width:70px;
    }
	.phone-container{
		width: 280px;
		padding:0 50px	;
		margin:0 auto;		
	}
	.phone-container::before{
		width: 280px;
		height:280px;
	}
	.step-title {
		font-size:18px;		
	}
	.step-text {
		font-size: 14px;
	}
	.chart-section .chartcard {
		padding:16px 0 !important;
	}
	
} 

@media (max-width: 400px){
	/*-------- homepage eligibility ----------- */	
	.infodiv:nth-child(odd){
		padding-right:5px;
		    padding-top:10px;
	}	
	.infodiv:nth-child(even){
		padding-left:5px;
		    padding-top:10px;
	}
	.store .store-section {
        padding: 0px 20px;
		overflow:hidden;
    }
	.app-buttons a {
        width:50%;
    }
} 
@media (max-width: 360px) {
}