*{
    margin: 0;
    padding: 0;
}

body{
  scroll-behavior: smooth;
}

a{
  font-family: 'Roboto', sans-serif;
}
h1{
  font-family: 'Roboto', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
    list-style-type:none;
}
.navbar-toggler:focus {
    box-shadow: none;
}

/*----------Navbnar style------------*/
.navbar-logo{
	color: #fff;
}
.navbar-mainbg{
    background-color: #ffffff;
    padding: 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    border-bottom-left-radius: 10px !important;
    z-index: 10000;
    border-bottom-right-radius: 10px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
}
#navbarSupportedContent ul li a{
	color: #8c5c99;
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px 20px;
    transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    font-weight: bold;
}
#navbarSupportedContent>ul>li.active>a{
	color: #8c5c99;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.hori-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.hori-selector .right,
.hori-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
	bottom: 10px;
}
.hori-selector .right{
	right: -25px;
}
.hori-selector .left{
	left: -25px;
}
.hori-selector .right:before,
.hori-selector .left:before{
	content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
}
.hori-selector .right:before{
	bottom: 0;
    right: -25px;
}
.hori-selector .left:before{
	bottom: 0;
    left: -25px;
}
.header_main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
    justify-content: space-between;
}
#navbarSupportedContent {
    overflow: hidden;
    position: relative;
    justify-content: right;
  }
  .downloadapp_bnt button{
    padding: 12px 30px;
    background: #8c5c99;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
  }
  .downloadapp_bnt{
    padding-bottom: 0px !important;
    padding-top: 8px !important;
  }
  .navbar-logo img{
    width: 180px;
  }
  .navbar-toggler{
    border: none;
  }
.navbar-toggler img{
    width: 25px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    border-radius: 0px !important;
}

/* ------------------------------------- home page style start------------------------------------- */

/* ******************** 
banner section style start
***************** */

.home_banner{
    position: relative;
    clear: both;
    background: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0px 0px 0px;
    margin-top: -11px;
}
.home_banner .row{
    align-items: center;
}
.banner_leftcont h1{
    font-size: 64px;
    font-weight: bold;
    color: #fff;
}
.banner_leftcont p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}
.banner_btns{
    margin-top: 50px;
}
.banner-downloadappbtn button{
    border: none;
    outline: none;
    background: #8c5c99;
    color: #fff;
    padding: 12px 40px;
    font-size: 17px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.20) -8px 9px 28px;
}
.banner_videodemobtn button{
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 5px;
    text-transform: uppercase;
}
.banner_videodemobtn button i{
    margin-right: 5px;
}
.banner_rightimg{
    text-align: right;
}
.banner_rightimg img{
    width: 60%;
    margin-left: auto;
}

/* app feature section style start */
.app_features{
    position: relative;
    clear: both;
    background: url(../images/feature-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 20px 0px;
}
.feature_cont_left{
    margin-top: 20px;
    padding-left: 47px;
}
.feature_cont_left h1{
    font-size: 36px;
    color: rgb(14, 14, 14);
}
.feature_cont_left p{
  color: #222a41;
  font-size: 15px;
}

.pera_widthfrh{
    width: 80%;
    padding-top: 20px;
}
.appfeature_list{
    margin-top: 70px;
}
.appfeature_list ul li{
    display: flex;
    margin-bottom: 40px;
    width: 100%;
}
.appfeature_list ul li img{
    border-radius: 10px;
}
.frh_cont{
    padding-left: 20px;
}
.frh_cont h2{
    color: #422b70;
    font-size: 17px;
    font-weight: bold;
}
.rightfeatureimg{
    text-align: center;
}
.rightfeatureimg img{
    width: 75%;
}

/* tatal blue bg section style start */
.totalbanking{
    position: relative;
    clear: both;
    background: url(../images/bluebackground2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0px;
}
.totalcards_list ul{
    display: flex;
    justify-content: center;
}
.totalcards_list ul li{
    width: 28.33%;
}
.plussign {
    width: 5%;
    display: flex;
    align-items: end;
    text-align: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
  }
  .equalsign{
    width: 5%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
  }
  .equal_withlogocol{
    align-items: center;
display: flex;
  }

.total_icon{
    text-align: center;
}
.totalcards_list h3{
    font-size: 26px;
    font-weight: 600;
    color:#fff;
    padding-top: 10px;
}
.shabebg_color{
    position: absolute;
    width: 24%;
    top: 50%;
    transform: translateY(-50%);
    right: 23%;
}
.totalbanking .container{
    z-index: 100;
    position: relative;
}

.commits_section{
    position: relative;
    clear: both;
    padding: 100px 0px 40px 0px;
}
.commits_rightcont h1{
    font-size: 36px;
color: rgb(14, 14, 14);
}
.commits_rightcont p {
    color: #222a41;
    font-size: 15px;
    padding-top: 20px;
  }
  .commits_pera{
    width: 70%;
  }
.commits_section .row{
    align-items: center;
}
.commits_list {
    padding-top: 40px;
}
.commits_list ul{
    display: flex;
    flex-wrap: wrap;
}
.commits_list ul li{
    display: flex;
    width: 50%;
    margin-bottom: 50px;
    align-items: center;
}
.commitimg_left{
    text-align: center;
}
.commitimg_left img{
    width: 82%;
}
.comit_icon{
    width: 60px;
}
.comit_icon img{
    width: 100%;
}
.comit_cont h2{
    color: #422b70;
    font-size: 23px;
    font-weight: 700;
}
.comit_cont{
    padding-left: 30px;
}
.onesec_secondrow{
    padding: 120px 0px 0px 0px;
}
.calculatebtn a button{
    outline: none;
    border: none;
    padding: 11px 30px;
    border-radius: 5px;
    color: #fff;
    background: rgb(105,104,171);
    background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%); 
}

.line_shapenew {
    position: absolute;
    width: 34%;
    top: 46% !important;
    left: 0px !important;
    z-index: 10;
  }

/* brands style start */
.brands{
    padding: 60px 0px;
    background: #f5f5f5;
}
.brands_title{
    text-align: center;
    padding-bottom: 40px;
}
.brands_title h2{
    color: #b6b9bd;
    font-weight: bold;
    font-size: 24px;
}
.brands_list ul{
    display: flex;
    justify-content: center;
    align-items: end;
}
.brands_list ul li{
    width: 20%;
    text-align: center;
}
.brands_list ul li img{
    width: 65%;
}


/* benifits section style start */

#benifits_section{
    padding: 100px 0px 100px 0px;
    
}
.playstore_button {
    display: flex;
    align-items: center;
  }
.playstore_button .app-btn {
    padding: 6px 19px;
    color: #fff;
    margin: 20px 10px;
    text-align: left;
    border-radius: 5px;
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }
 .playstore_button .app-btn.blu {
    background-color: #101010;
    transition: background-color 0.25s linear;
  }
 .playstore_button .app-btn.blu:hover {
    background-color: #454545;
  }
 .playstore_button .app-btn i {
    width: 20%;
    text-align: center;
    font-size: 28px;
    margin-right: 7px;
  }
 .playstore_button .app-btn .big-txt {
    font-size: 17px;
    text-transform: capitalize;
  }
  .benifits_list{
    margin-top: 20px;
  }
  .benifits_list ul{
    list-style-type: disc;
    padding-left: 15px;
  }
  .benifits_list ul li{
    padding: 5px 0px;
    color: #42474d;
  }
  .playstore_button{
    margin-top: 30px;
  }
.beni_items{
    padding: 60px 20px;
    width: 100%;
    border: 1px solid #422b70;
    margin-bottom: 20px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    background: #fff;
}
.col_background{
    background: #fff;
}
.col_margin_top{
    margin-top: 80px;
}
.beni_number{
    font-size: 44px;
    font-weight: bold;
    color: #422b70;
}
.beni_title{
    color: #6d7783;
}

.beni_items:hover{
    background: rgb(105,104,171);
    background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%); 
}

.beni_items:hover .beni_title{
    color: #e5e5e5;
}
.beni_items:hover .beni_number{
    color: #ffffff;
}


/* instant loan section style start */
.stepscards{
  margin-top: 60px;
}
.instant_loan{
  padding: 100px 0px;
  background: #f5f5f5;
}
.instant_loan h1{
  font-size: 36px;
color: rgb(14, 14, 14);
}
/* step card style */
.stepscards ul{
  display: flex;
  flex-wrap: wrap;
}
.stepscards ul li{
  width: 20%;
  position: relative;
}
.stepcard{
  background: #f5f5f5;
  padding: 60px;
  height: 450px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
z-index: 10;
position: relative;
margin-right: 10px;
}
.steparrowright{
  position: absolute;
right: -40px;
top: 50%;
transform: translateY(-50%);
}

.step_icon{
  text-align: center;
width: 70px;
height: 70px;
margin: 0 auto;
}
.step_icon img{
  width: 100%;
}
.step_content{
  text-align: center;
  padding-top: 20px;
}
.step_content h2{
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
.step_content p{
  padding-top: 20px;
  color: #6d7783;
  font-size: 15px;
}

.steparrowleft{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.steparrowleft , .steparrowright{
  width: 50px;
}

.steplist1{
  z-index: 100;
}
.steplist1 .steparrowright {
  z-index: -1;
}
.steplist2{
  z-index: auto;
}
.steplist3{
  z-index: auto;
}
.steplist2 .steparrowright , .steplist3 .steparrowright  , .steplist4 .steparrowright{
  z-index: 100;
}


/* ****************** products section style start *********************** */
.sectionsecond_peras{
  padding-top: 5px !important;
}
#keyproducts_lists li{
  width: 65%;
}

#finance_awareness{
  height: 560px;
  overflow: hidden;
}
#finance_awareness img{
  border-radius: 20px !important;
}

#our_approch{
  background: url(../images/ourapprochbg.jpg);
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
}
.readmorebtn{
  margin-top: 30px;
}
.readmorebtn button {
  outline: none;
  border: none;
  padding: 11px 30px;
  border-radius: 5px;
  color: #fff;
  background: rgb(105,104,171);
  background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%);
}

#products{
  padding: 100px 0px 90px 0px !important;
}

#keyproducts_listjhg li{
  margin-bottom: 30px;
}




/* happy clients section style start */

.happyclients{
    background: rgb(105,104,171);
    background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%); 
    padding: 50px 0px 20px 0px;
}
.stories_left h1{
    color: #fff;
}
.stories_rightimg{
    text-align: center;
}
.stories_rightimg img{
    width: 55%;
}
/* clients slider style */

.slider_content{
    margin-top: 30px;
}
.slider_content p{
    color: #fff;
}
.client_profile{
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.quoteimg{
    margin-bottom: 10px;
}
.clientimg{
    width: 60px;
}
.clientimg img{
    width: 100%;
    border-radius: 8px;
}
.client_cont{
    padding-left: 14px;
}
.client_title{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.client_cont span{
    color: #d8dee5 ;
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    justify-content: left;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 0%;
    list-style: none;
    margin-top: 30px;
  }
#indicator_circle{
    width: 8px;
height: 8px;
border-radius: 50%;
}

/* **********
faq section start 
********** */

.faqstart{
    padding: 100px 0px;
    background: url(../images/faqbg.jpg);
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.faq_items{
    margin-top: 0px;
}
.line_coloraccordian{
    width: 100%;
    height: 2px;
    background: #422b70;
}

#faq .accordion-button:not(.collapsed)::after {
    content: "\f106";
  font-family: "FontAwesome";
  transform: rotate(0deg);
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #9a99a9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
  }
  #faq .accordion-button::after {
    content: "\f107";
    font-family: "FontAwesome";
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #6c67a9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
  }
  #faq .accordion-button{
    position: relative;
    padding: 30px 0px 35px 0px;
    background: transparent;
  }
  #faq .accordion-button:not(.collapsed) {
    background-color: transparent;
  }
  #faq .according_title{
    position: absolute;
    width: 100%;
    display: block;
  color: #233d63;
  width: 100%;
margin-top: 50px;
font-size: 20px;
font-weight: 600;
padding-top: 20px;
  }
  #faq .accordion-item{
    border: none;
  }
  #faq .accordion-button:focus {
    z-index: 3;
    border-color: none ;
    outline: 0;
    box-shadow: none;
  }
  #faq .accordion-body{
    padding: 0px;
    margin-top: 15px;
}
#faq .accordian{
    --bs-accordion-border-width: 0px !important;
}
#faq .accordion-button:not(.collapsed) {
box-shadow: none !important;
  }

  #faqread_more{
    margin-top: 80px;
  }
  #faqread_more a button{
    padding: 12px 50px ;
  }

/* **********
faq section end 
********** */



/* footer style start */
#footer{
    padding: 70px 0px 0px 0px;
    background: rgb(105,104,171) !important;
    background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%) !important; 
    position: relative;
}
#footer a{
    color: #fff;
    text-decoration: none;
}
  .shfooter .collapse {
    display: inherit;
  }
 
  
  .resize {
    text-align: center;
  }
  .resize {
    margin-top: 3rem;
    font-size: 1.25rem;
  }
  .common_widgetft{
    text-align: left;
  }
 
  .footerlogo_sec{
    text-align: left;
  }
  .footerlogo_sec a{
    margin: 0px !important;
  }
  .common_widgetft h5{
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px !important;
  }
  .common_widgetft li{
    padding: 4px 0px;
  }

  .common_widgetft li a{
    font-size: 14px;
  }
  .ft_logo{
    margin-bottom: 20px;
  }
  .footerlogo_sec img{
    width: 75%;
  }

.ft_bottom{
  width: 100%;
  clear: both;
  background-color: #fff;
  padding: 15px 0px;
  margin-top: 80px;
}
.ft_social{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft_mail a{
  color: #422b70 !important;
}
.ft_mail a i{
  padding-right: 10px;
}

  /* footer social */
.rounded-social-buttons {
  text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 10px;
  font-weight: normal;
  line-height: 30px;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size:14px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
  background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%) !important;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #ffffff !important;
  background: #fefefe;
  border-color: #1b263d;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
  background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%) !important;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #ffffff !important;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
  background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%) !important;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #ffffff !important;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
  background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%) !important;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #ffffff !important;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
  background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%) !important;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #ffffff !important;
  background: #fefefe;
  border-color: #125688;
}
  /* footer end */


/* *************************************
   faq page style start
************************************* */
.faq_mainpagestart{
  padding: 80px 0px;
  /* background: url(../images/faqbg.jpg);
  background-position-x: 59%;
  background-position-y: 0%;
  background-size: auto;
position: relative;
clear: both;
background-size: cover;
background-repeat: no-repeat; */
}
.faq_mainpagestart .p_faq_start h1{
  margin-bottom: 40px;
}
/* Custom style */
.ni-minus::before {
  content: "\f106";
font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
}
.ni-minus{
  background: #9a99a9 !important;
}
.ni-plus{
  background: #6c67a9 !important;
}

.ni-plus::before {
  content: "\f107";
font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
}
.list-unstyled{
  margin-top: 20px;
  overflow: hidden;
}
.list-unstyled li{
  padding: 15px 0px;
  cursor: pointer;
}
.list-unstyled h5{
  color: #233d63;
font-size: 22px;
position: relative;
display: flex;
align-items: end;
font-weight: 600;
padding-top: 25px;
border-top: 2px solid #6c67a9;
}
/* .list-unstyled h5::before{
  position: absolute;
  content: "";
  width: 100%;
height: 2px;
background: #422b70;
top: -15px;
} */
.list-unstyled h5 a{
  color: #222a41;
}
.accordion-desc p{
  margin-bottom: 0px;
  color: #222a41;
}
.accordion-list-item.open{
  padding-bottom: 0px;
}

.list-unstyled h5 span{
  position: absolute;
  right: 0px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  top: -15px;
  background: #6c67a9;
}
@font-face {
  font-family: 'Nioicon';
  src:  url('../fonts/Nioicon.eot?djcpub');
  src:  url('../fonts/Nioicon.eot?djcpub#iefix') format('embedded-opentype'),
    url('../fonts/Nioicon.ttf?djcpub') format('truetype'),
    url('../fonts/Nioicon.woff?djcpub') format('woff'),
    url('../fonts/Nioicon.svg?djcpub#Nioicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.accordion-desc{
  padding-left: 0px;
  padding-bottom: 20px;
}
.accordion-desc p{
padding: 10px 0px;
}
.accordion-desc p:nth-child(2){
  padding-top: 15px;
}
.accordian_dec_subhead h4{
   font-size: 18px;
   font-weight: 600;
   color: #222a41;
   padding-top: 20px;
}
.ac_dechlink{
  text-decoration: underline;
  color: #101010;
}

/* contact page style start */
.details_contact h3{
  font-weight: 700;
  color: #3a3f46;
}
.contactmap iframe{
  width: 100%;
}
.contact_details{
  padding: 80px 0px;
  position: relative;
  background: url(../images/contactp_sbg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.imagelinerightshapr{
  position: absolute;
  top: 0px;
  right: 0px;
}
.condt_lists ul{
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.condt_lists ul li{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.con_fmicon{
  background: url(../images/con-iconbg.jpg);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.bg2black{
  background: url(../images/con-iconbg2.jpg);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.con_fmicon i{
  font-size: 22px;
}
.con_fmlright p{
  margin-bottom: 0px;
  font-size: 18px;
}
.con_fmlright{
  margin-left: 30px;
}

/* query section style start */

.con_query{
  padding: 80px 0px;
  background: #f4f4f4;
}
.contactform_startr{
  width: 90%;
  margin: 0 auto;
}
.con_query h1{
  font-size: 34px;
}
.contact_formmain input{
  margin-bottom: 30px;
}
.contact_formmain input , .contact_formmain textarea{
  padding: 15px 24px;
  border: none;
  outline: none;
  color: #a2a2a2;
  font-size: 20px;
}
.contact_formmain select{
  padding: 15px 22px;
  border: none;
  outline: none;
  color: #646464 !important;
  font-size: 20px;
  margin-bottom: 30px;
}
.contact_formmain select:focus{
  box-shadow: none;
}
.contact_formmain textarea{
  height: 200px !important;
}
.contact_formmain input:focus{
  box-shadow: none;
}
.contact_formmain textarea:focus{
  box-shadow: none;
}
.contact_formmain{
  margin-top: 40px;
}
.frmsubmit_btn{
  text-align: center;
  margin-top: 40px;

}
.frmsubmit_btn button{
   background: #8c5c99;
   padding: 10px 50px;
   border: none;
   outline: none;
   font-size: 20px;
   font-weight: 600;
}

/* about us page style start */
.about_usmp{
  padding: 100px 0px;
  background: url(../images/about-secbg.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutus_left h1{
  margin-bottom: 24px;
}
.aboutus_left p{
  color: #222a41;
  font-size: 15px;
}
.aboutus_mright img{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 12px;
  margin: 0 100px;
}
.fullwidth_abpera{
  padding-top: 40px;
}
.visiongoal{
  padding: 40px 0px;
  background: #f4f4f4;
}
.visionleft{
  padding-right: 55px;
}
.visionleft h1{
  font-size: 28px;
  margin-bottom: 18px;
}
.goalright h1{
  font-size: 28px;
  margin-bottom: 18px;
}

/* our team section style start */
.ourteam_head h1 {
	font-size: 45px;
	text-align: left;
}
.aboutteam{
  padding: 80px 0px;
  position: relative;
}
.shape_bgteam{
  position: absolute;
  bottom: -80px;
  left: -5px;
  width: 25%;
}
.shape_bgteam img{
  width: 80%;
}

/* cards  team */
.card_team{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 40px 50px;
  height: 740px;
}
.team_img{
  width: 200px;
height: 200px;
overflow: hidden;
margin: 0 auto;
}
.designation_titl{
  margin-top: 5px;
  color: #454545;
  font-weight: 600;
}
.card_team img {
	width: 100%;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
}
.card_team .card-body{
  text-align: center;
  padding: 30px 0px 0px 0px;
}
.team_cards{
  margin-top: 40px;
  position: relative;
z-index: 1;
}
.card_team h5{
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 24px;
}
.teamdetails_list{
  margin-top: 10px;
}
.teamdetails_list ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.teamdetails_list ul li{
  padding: 10px 0px;
  font-size: 15px;
  color: #646464;
}


/* career page style start */
#career_form{
  padding: 100px 0px;
}
.careersection{
  padding: 100px 0px;
background: url(../images/careerbg.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
background-position: right;
background-repeat: no-repeat;
background-size: cover;
background-position-x: -185px;
}
.career_img img{
  width: 80%;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  border-radius: 20px;
}
.career_img{
  text-align: right;

}
.fileselect input{
  margin-bottom: 0px;
  font-size: 17px;
}

/* file upload */
.file-upload-wrapper {
  position: relative;
  width: 100%;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 25px;
  display: block;
  width: calc(100% - 0px);
  pointer-events: none;
  z-index: 20;
  line-height: 40px;
  color: #646464 !important;
  border-radius: 5px 10px 10px 5px;
  font-weight: 500;
}
.file-upload-wrapper:before {
  content: "\f093";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 60px;
  color: #8c5c99;
  font-weight: 700;
  z-index: 25;
  font-size: 20px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #fff;
}
.file-upload-wrapper input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.careerfrm_submitbtn button{
  border: none;
  outline: none;
  padding: 15px 60px;
  background: #8c5c99;
  font-size: 18px;
  font-weight: 600;
}
.careerfrm_submitbtn button:hover{
  background: #8c5c99;
}
.careerfrm_submitbtn{
  text-align: right;
}

.form-select {
  background-image: url("../images/arrow-down.png");
  background-size: 18px;
}
/* back to top */
#scroll {
  position:fixed;
  right:20px;
  bottom:30px;
  cursor:pointer;
  width:50px;
  height:50px;
  background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%) !important;
  text-indent:-9999px;
  display:none;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px;
  z-index: 1;
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#e74c3c;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}




@media (max-width: 992px){

    .navbar-mainbg {
        display: block;
        width: 100%;
        clear: both;
        margin-bottom: 0px !important;
        top: 0px;
        border-radius: 0px !important;
      }

	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.hori-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right{
		right: 10px;
	}
	.hori-selector .left{
		top: -25px;
		left: auto;
	}
	.hori-selector .right{
		bottom: -25px;
	}
	.hori-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before{
		bottom: -25px;
		left: -25px;
	}

    #navbarSupportedContent {
        width: 100%;
      }
      .navbar-logo img {
        width: 120px;
      }

      /* banner */
      .home_banner {
        position: relative;
        clear: both;
        padding: 50px 0px 0px 0px;
        margin-top: 0px;
      }
      .banner_leftcont h1 {
        font-size: 43px;
      }
      .banner_leftcont p {
        margin-top: 20px;
      }
      .banner_btns {
        margin-top: 30px;
      }
      .banner_btns{
        display: flex;
      }
      .banner-downloadappbtn button {
        padding: 12px 20px;
        font-size: 15px;
      }
      .banner_videodemobtn button {
        padding: 12px 20px;
      }
      .banner_rightimg {
        text-align: center;
        margin-top: 30px;
      }
      .navbar-mainbg {
        padding: 15px 0px;
      }
      
     
}
@media(min-width:767px) and (max-width:992px){
    
    .banner_rightimg img {
        width: 80%;
        margin-left: auto;
      }
      .home_banner {
        position: relative;
        clear: both;
        padding: 50px 0px 0px 0px;
        margin-top: 0px;
      }

      .app_features {
        padding: 50px 0px 50px 0px !important;
      }
      .feature_cont_left {
        padding-left: 0px;
        margin-top: 0px;
      }
      .feature_cont_left h1 {
        font-size: 32px;
        color: rgb(14, 14, 14);
      }
      .pera_widthfrh {
        width: 100%;
        padding-top: 10px;
      }
      .appfeature_list ul li {
        display: flex;
        margin-bottom: 20px;
        width: 100%;
      }
      .appfeature_list {
        margin-top: 45px;
      }
      .rightfeatureimg{
        text-align: left;
      }
      .rightfeatureimg img {
        width: 60%;
      }


      .total_icon img{
        width: 50px;
        margin: 0 auto;
      }
      .totalcards_list h3 {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        padding-top: 10px;
      }
      .equal_withlogo img{
        width: 170px;
      }
      
.totalbanking {
    padding: 50px 0px;
}



.commits_section {
    padding: 50px 0px 0px 0px;
  }
  .commitimg_left img {
    width: 100%;
  }
  .commitimg_left {
    text-align: left;
  }
  .commits_rightcont{
    margin-top: 20px;
    padding-left: 30px;
  }
  .commits_rightcont h1 {
    font-size: 28px;
  }
  .commits_rightcont p {
    padding-top: 0px;
  }
  .commits_pera {
    width: 100%;
  }
  .commits_list ul {
    display: flex;
  }
  .commits_list ul li {
    width: 50%;
    margin-bottom: 30px;
  }
  .comit_icon {
    width: 45px;
  }
  .comit_cont {
    padding-left: 15px;
  }
  .comit_cont h2 {
    font-size: 18px;
  }
  .commits_list {
    padding-top: 19px;
  }
  .line_shapenew {
    position: absolute;
    width: 52%;
    top: 38% !important;
    left: 0px !important;
  }
  #calculateemi{
    padding: 70px 0px 70px 0px;
  }
  #calculateemi .rightfeatureimg img {
    width: 100%;
  }

  #calculateemi .appfeature_list {
    margin-top: 31px;
  }
  .stories_rightimg {
    text-align: center;
    display: none;
  }
  .col_background {
    margin-top: 30px;
  }
  .stepscards ul li {
    width: 50%;
    position: relative;
    margin-bottom: 20px;
  }
  .instant_loan {
    padding: 70px 0px 50px 0px;
    background: #f5f5f5;
  }
  .faqstart {
    padding: 60px 0px;
  }
  .playstore_button .app-btn .big-txt {
    font-size: 12px;
    text-transform: capitalize;
  }

  /* about page */
  .about_usmp {
    padding: 50px 0px;
    background-position: bottom right;
    background-size: contain;
  }
  .aboutus_mright{
    margin: 20px 0px;
  }
  .aboutteam {
    padding: 50px 0px;
    position: relative;
  }
  .team_cards {
    margin-top: 20px;
  }
  .card_team {
    margin-bottom: 10px;
  }

/* faq page */
.faq_mainpagestart {
  padding: 45px 0px;
}

/* contact */
.contact_details {
  padding: 60px 0px;
  background-position: bottom;
  background-size: cover;
}
.con_query {
  padding: 45px 0px;
  background: #f4f4f4;
}
.contact_formmain {
  margin-top: 20px;
}
.con_query h1 {
  font-size: 28px;
}
/* career page media */
.careersection {
  padding: 50px 0px;
}
.career_img img {
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
}
#career_form {
  padding: 50px 0px;
}
.careerfrm_submitbtn {
  text-align: center;
  margin-top: 50px;
}
#career_form input{
  margin-bottom: 15px;
}
#career_form select {
  margin-bottom: 15px;
}
#scroll{
  display: none !important;
}

/* team */
.team_img {
  width: 200px;
  height: auto;
  overflow: visible;
  margin: 0 auto;
}
.card_team {
  height: auto;
  padding: 40px 15px;
}
.catdteam1{
  height: 720px;
}
.catdteam2{
  height: 720px;
}

.keyproducts .ordercalculate2{
  order: 1;
}
.keyproducts  .ordercalculate1{
  order: 2;
}
/* products */
#products .line_shapenew{
  display: none;
}
#finance_awareness {
  height: auto;
  overflow: visible;
}
#finance_awareness img {
  width: 100% !important;
}
.keyproducts{
  margin-top: 60px;
}
.keyproduct_rightcont{
  margin-top: 40px;
}
#keyproducts_lists li {
  width: 100%;
}
.keyproducts{
  padding-bottom: 0px !important;
}
#our_approch {
  padding-top: 20px;
}
.ourapprochright{
  padding: 60px 0px;
}

}

@media (max-width:767px){
    .app_features {
        padding: 40px 0px 20px 0px;
      }
      .feature_cont_left {
        padding-left: 0px;
        margin-top: 0px;
      }
      .feature_cont_left h1 {
        font-size: 32px;
        color: rgb(14, 14, 14);
      }
      .pera_widthfrh {
        width: 100%;
        padding-top: 10px;
      }
      .appfeature_list ul li {
        display: flex;
        margin-bottom: 20px;
        width: 100%;
      }
      .appfeature_list {
        margin-top: 45px;
      }
      .rightfeatureimg{
        text-align: left;
      }
      .rightfeatureimg img {
        width: 85%;
      }
      .totalcards_list ul {
        display: block !important;
      }
      .totalcards_list ul li {
        width: 100%;
        display: block;
      }
      .plussign {
        width: 100%;
        font-size: 35px;
        margin: 30px 0px;
      }
      .equalsign {
        width: 100%;
        margin: 20px 0px;
      }
      .equal_withlogocol {
        justify-content: center;
      }
      .equal_withlogo img{
        width: 60%;
margin: 0 auto;
      }
      .equal_withlogo{
        text-align: center;
      }
      .totalbanking {
        padding: 55px 0px;
      }
      .shabebg_color {
        position: absolute;
        width: 100%;
        top: 100%;
        transform: translateY(-100%);
        right: 0%;
        overflow: hidden;
      }


      .ordercalculate2{
        order: 1;
    }
    .ordercalculate1{
        order: 2;
    }
    .commits_section {
        padding: 50px 0px 0px 0px;
      }
      .commitimg_left img {
        width: 70%;
      }
      .commits_rightcont{
        margin-top: 20px;
      }
      .commits_rightcont h1 {
        font-size: 28px;
      }
      .commits_rightcont p {
        padding-top: 0px;
      }
      .commits_pera {
        width: 100%;
      }
      .commits_list ul {
        display: block;
      }
      .commitimg_left {
        text-align: left;
      }
      .commits_list ul li {
        width: 100%;
        margin-bottom: 30px;
      }
      .comit_icon {
        width: 45px;
      }
      .comit_cont {
        padding-left: 15px;
      }
      .comit_cont h2 {
        font-size: 18px;
      }
      .commits_list {
        padding-top: 19px;
      }
      .line_shapenew {
        position: absolute;
        width: 52%;
        top: 38% !important;
        left: 0px !important;
      }
      #calculateemi{
        padding: 0px 0px 70px 0px;
      }

      #benifits_section {
        padding: 40px 0px 40px 0px;
      }
      .col_margin_top {
        margin-top: 0px;
      }
      .playstore_button {
        margin-top: 0px;
      }
      .playstore_button a{
        margin: 30px 0px 30px 0px!important;
      }
      .instant_loan {
        padding: 55px 0px;
        background: #f5f5f5;
      }
      .instant_loan h1 {
        font-size: 22px;
        color: rgb(14, 14, 14);
      }
      .stepscards ul li {
        width: 100%;
        position: relative;
        margin: 2px 14px;
      }
      .steparrowleft{
        display: none;
      }
      .steparrowright {
        position: absolute;
        left: 44%;
        top: 95.5%;
        transform: translate(-94% , -50%);
        transform: rotate(90deg) !important;
      }
      .steparrowright {
        width: 40px;
      }
      .stepscards {
        margin-top: 20px;
      }
      .faqstart {
        padding: 55px 0px;
      }
      .according_title {
        font-size: 16px;
      }
      #footer {
        padding: 40px 0px 0px 0px;
      }
      .common_widgetft {
        margin-bottom: 20px;
      }
      .common_widgetft h5 {
        margin-bottom: 5px !important;
      }
      .footerlogo_sec img {
        width: 40%;
      }
      .ft_bottom {
        margin-top: 15px;
      }
      .faqstart {
        background-position: bottom;
        background-size: contain;
      }

      /* about page */
      .about_usmp {
        padding: 40px 0px;
      }
      .aboutus_mright img {
        margin: 0 0px;
        width: 100%;
      }
      .aboutus_mright{
        margin-top: 20px;
      }
      .fullwidth_abpera {
        padding-top: 35px;
      }
      .visionleft h1 {
        font-size: 25px;
      }
      .visionleft {
        padding-right: 0px;
      }
      .aboutteam {
        padding: 40px 0px;
        position: relative;
      }
      .team_cards {
        margin-top: 20px;
      }
      .teamcard_item{
        margin-bottom: 10px;
      }
      .navbar-mainbg {
        padding: 20px 0px;
      }
      #navbarSupportedContent ul li a {
        padding: 12px 10px;
      }
      #navbarSupportedContent ul {
        margin-top: 20px;
      }
      /* faq page */
.faq_mainpagestart {
  padding: 45px 0px;
}
/* contact */
.contact_details {
  padding: 50px 0px;
  background-position: bottom;
  background-size: cover;
}
.con_query {
  padding: 45px 0px;
  background: #f4f4f4;
}
.contact_formmain {
  margin-top: 20px;
}
.con_query h1 {
  font-size: 28px;
}
.details_contact h3 {
  font-size: 20px;
}
.con_fmlright p {
  margin-bottom: 0px;
  font-size: 18px;
}

/* career page media */
.careersection {
  padding: 50px 0px;
}
.career_img img {
  width: 100%;
  border-radius: 20px;
  margin-top: 30px;
}
#career_form {
  padding: 50px 0px;
}
.careerfrm_submitbtn {
  text-align: center;
  margin-top: 50px;
}
#career_form input{
  margin-bottom: 15px;
}
#career_form select {
  margin-bottom: 15px;
}
#scroll{
  display: none !important;
}

/* team */
.team_img {
  width: 200px;
  height: auto;
  overflow: visible;
  margin: 0 auto;
}
.card_team {
  height: auto;
  padding: 40px 15px;
}


/* products */
#products .line_shapenew{
  display: none;
}
#finance_awareness {
  height: auto;
  overflow: visible;
}
#finance_awareness img {
  width: 100% !important;
}
.keyproducts{
  margin-top: 60px;
}
.keyproduct_rightcont{
  margin-top: 40px;
}
#keyproducts_lists li {
  width: 100%;
}
.keyproducts{
  padding-bottom: 0px !important;
}
#our_approch {
  padding-top: 20px;
}
.ourapprochright{
  padding: 60px 0px;
}

}

.alignRowcar{
  align-items: center;
}

.privacypolicyBanner {
	padding: 52px 0px;
	background: #ccc;
	background: linear-gradient(90deg, rgba(105,104,171,1) 0%, rgba(138,92,153,1) 100%) !important;
	color: #fff;
}
.privacypolicyBanner a {
	color: #fefcff;
	text-decoration: underline;
	text-decoration: none;
}
.PrivacyPolicyContent{
  padding: 60px 0px;
}
.PrivacyPolicyContent ol{
	padding-left: 12px;
}
u{
  margin-bottom: 20px;
  text-decoration: none;
}
.breadcrumb-item.active {
	color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: #f6f7f8;
	content: "/";
}
.bannerContent_container {
	text-align: center;
}
.breadcrumb {
	text-align: center;
	display: flex;
	justify-content: center;
}