@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');
body
{
	font-family: 'DM Sans', sans-serif;
}
.header
{
	padding: 10px 0px;
}
.logo img
{

}
.blue-bg
{
	background-color: #2a2387;
	padding: 10px;
	border-radius: 7px;
	color: #fff;
}
.my-account i
{
	color: #ff4c53;
}
.my-account a
{
	color: #000;
	font-weight: bold;
}
.container-width
{
	width: 85%;
	margin: auto;
}
/*sidebar*/

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #000;
  display: block;
  transition: 0.3s;
  z-index: 9999999;
  position: relative;
   border-bottom: solid 1px #ddd;
}

.sidebar a:hover {
  color: #ff4c52;
 
}
.button:focus
{

}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border-bottom: none;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: #000;
  padding: 0px;
  border: none;
  font-weight: 400;
}


.openbtn:hover {
  
}
a
{
	text-decoration: none!important;
}
#main {
  transition: margin-left .5s;
  /*padding: 16px;*/
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}
#slider
{
	position: relative;
}
.icon-sec
{
	width: 42%;
	margin-left: 7%;
}
.icon-represent
{
	position: absolute;
	top: 30%;
	width: 90%;
	z-index: 9999999;
}
button:focus
{
	outline: 0px auto -webkit-focus-ring-color;
}
.inner-icon
{
	background-color: #fff;
	margin-right: 6px;
	/*text-align: center;*/
	padding: 15px 7px;
	color: #2a2387;
	border-radius: 2px;
	width: 50%;
}
.inner-icon img
{
	padding-right: 7px;
}
.icon-width
{
	width: 70%;
}

.icon-sec
{
margin-bottom: 6px;
}
.icon-sec a
{
	color: #2a2387;

}
.eight-icon-sec
{
	padding: 10px 0px;
}
.inner-icon-sec
{
	padding: 10px;
	text-align: center;
	border-right: solid 1px #ff4c53;
}
.inner-icon-sec h5
{
	font-size: 15px;
	margin-top: 14px;

}
.digital-loan-process
{
	padding: 40px 0px;
}
.heading-third
{
	background-color: #f1f1f1;
	padding: 10px;
	font-weight: bold;
}
.img-left
{
	border-right: dashed 1px #000;
}
.icon-m-bottom
{
	margin-bottom: 5%;
}
.ptb-50
{
	padding: 50px 0px;
}

/*testimonial*/
.card {
	margin: 0 auto;
	border: none;
}
.card .carousel-item {
	min-height: 190px;
}
.card .carousel-caption {
	padding: 0;
	right: 15px;
	left: 15px;
	top: 15px;
	color: #3d3d3d;
	border: 1px solid #ccc;
	min-height:145px;
	padding: 15px;
	font-size: 20px;
}
.card .carousel-caption .col-sm-3 {
	display: flex;
	align-items: center;
}
.card .carousel-caption .col-sm-9 {
	text-align: left;
}
.card .prev, .card .next {
	color: #3d3d3d !important;
	opacity: 1 !important;
}
.icon-prev, .icon-next {
	background-image: none;
	color: #fff;
	font-size: 14px;
	background-color: #cd3a54;
	height: 32px;
	line-height: 32px;
	width: 32px;
}
.icon-prev:hover, .icon-next:hover {
	opacity: 0.85;
}
.prev {
	left: 40%;
	top: 110%;
}
.next {
	right: 40%;
	top: 110%;
}
.midline {
	width: 60px;
	border-top: 1px solid #d43025;
}
.carousel-caption h2 {
	font-size: 19px;
}
.carousel-caption h2 span {
	color: #cd3a54;
}
.read-more
{
     background: #ff4c52;
    color: #fff;
    border: none;
    padding: 6px 30px;
    transition: 0.3s;
}
.read-more:hover
{
	background: red;
}

 @media (min-width: 320px) and (max-width: 575px) {


.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.prev {
	left: 35%;
	top: 105%;
}
.next {
	right: 35%;
	top: 105%;
}
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.carousel-caption {
	position: relative;
}
.card .carousel-caption {
	left: 0;
	top: 0;
	margin-bottom: 15px;
}
.card .carousel-caption img {
	margin: 0 auto;
}
.card .carousel-caption h3, .card .carousel-caption small {
	text-align: center;
}
.prev {
	left: 35%;
	top: 105%;
}
.next {
	right: 35%;
	top: 105%;
}
}
@media (min-width: 767px) and (max-width: 991px) {
.card .carousel-caption h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}
}
.client img
{
	border:solid 1px #ccc;

}
.footer-div
{
background-color: #2a2387;
height:auto;
color: #fff;
}
.footer-div li
{
	line-height: 35px;
	list-style: none;
}
.service-div h4
{
	text-align: center;
	color: #ff4c53;
	padding-top: 15px;
	font-size:20px;
	font-weight: bold;
}
.right-conts h5
{
 font-size: 13px;
 margin-top: 15px;
}
.icon-img
{
	background: #eee;
text-align: center;
padding: 10px;
border-radius: 100%;
width: 80px;
height: 80px;
line-height: 61px;
margin: auto;
}
.icon-m-bottom
{
	text-align: center;

}
.rounded-circle
{
	border-radius: 0!important;
}
.mb-5
{
	margin-bottom: 1rem!important;
}
.footer-bottom
{
	background-color: #221e51;
	padding: 16px;

}
.banner-inner
{
	background-image: url(../images/personal-banner.jpg)!important;
	height: 400px;
	background-size: 100%;
}
.heading-title-loan
{
	float: right;
	padding: 180px 200px 0px 0px;

}
.heading-title-loan h3
{
	font-size:24px;	
}
.person-loan-sec
{
	padding: 50px 0px 0px 0px;
}
.person-loan-sec p
{
	line-height: 28px;
}
.left-side li
{
	list-style: none;
}
.shadow
{
	padding: 20px;
	text-align: center;
}
.shadow h3
{
	color: #ff4c53;
	font-size: 20px;
	font-weight: bold;
}
.shadow i
{
	color: #ff4c53!important;
	font-size: 30px;
}
.inner-height
{
	height: 180px;
}
.footer-div a
{
 color: #fff;
}
.inner-service
{
	margin-right: 2%;
}
.form-control
{
	height: 40px;
	border-radius: 0px;
	box-shadow: 0;
}
.form-box
{
	background: #eee;
	padding: 30px;
	border-radius: 4px;
}
.border
{
	border:solid 1px #ccc;
	padding: 15px 15px 15px 15px;
	margin-right: 10px;
}

.contents-team h4
{
	color: #2a2387;
}
.contents-team h5
{
	color: #ee5f64;
}
.contents-team p
{
	font-size: 14px!important;
}
.image-member
{
	padding: 0!important;
	margin: 0!important;
}
@media(max-width: 767px)
{
	.d-flex
	{
		flex-wrap: wrap;
	}
	.inner-icon-sec img
	{
		width: 15%;
	}
	.inner-icon-sec
	{
		border-right: none;
	}
	.inner-icon
	{
		    width: 100%!important;
    font-size: 11px!important;
    padding: 0px 7px!important;
    margin-bottom: 4px!important;
	}
	.icon-sec
	{
		margin-bottom: 0px;
	}
	.icon-represent
	{
		top: 4%;
	}
	.banner-inner
	{
		background-size: cover!important;
	}
}

ul.media-links.clearfix {
    padding: 1px;
}

ul.media-links li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
}

i.fab {
    font-size: 25px;
}