* {
    margin: 0;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/roboto/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../fonts/roboto/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/lato/Lato-Bold.ttf');
}
@font-face {
font-family: 'Lato-Regular';
src: url('../fonts/lato/Lato-Regular.ttf');
}
@font-face {
  font-family: 'Figtree-Light';
  src: url('../fonts/figtree/Figtree-Light.ttf');
}
@font-face {
  font-family: 'Figtree-Regular';
  src: url('../fonts/figtree/Figtree-Regular.ttf');
}
@font-face {
  font-family: 'Figtree-Medium';
  src: url('../fonts/figtree/Figtree-Medium.ttf');
}
@font-face {
  font-family: 'Figtree-SemiBold';
  src: url('../fonts/figtree/Figtree-SemiBold.ttf');
}
@font-face {
  font-family: 'Figtree-Bold';
  src: url('../fonts/figtree/Figtree-Bold.ttf');
}
@font-face {
  font-family: 'sen';
  src: url('../fonts/Sen/Sen-Regular.ttf');
}
@font-face {
  font-family: 'sen-bold';
  src: url('../fonts/Sen/Sen-Bold.ttf');
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Figtree-Regular' !important;
}

.banner-section {
  position: relative;
}
.banner-section img {
  width: 100%;
}
.banner-section-left {
  background: #fffffff7;
  width: 330px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 4%;
}
.banner-section-left .logo {
  top: 5%;
  position: relative;
}
.banner-section-left .logo img {
  width: 90%;
  margin: auto;
  display: block;
}
.center-text {
  position: absolute;
  top: 41%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.center-text p {
  letter-spacing: 0.07em;
  color: #000;
  font-family: 'Lato-Bold';
  text-align: center;
  margin-bottom: 0px;
  opacity: 0;
  position: absolute;
width: 100%;
font-size: 18px;
}
.center-text p span {
  font-family: 'Lato-Bold';
  display: block;
  font-size: 22px;
  margin-top: -4px;
}
.center-text::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 116px;
  border-left: 1px dashed #000;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  top: -135px;
}
.center-text::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 116px;
  border-left: 1px dashed #000;
  margin: auto;
  display: block;
  left: 0;
  right: 0;
  bottom: -180px;
}

/*Pop Effect*/
/* .popEffect {
  display: inline;
  text-indent: 8px;
}

.popEffect p {
  animation: pop 12.5s linear infinite 0s;
  -ms-animation: pop 12.5s linear infinite 0s;
  -webkit-animation: pop 12.5s linear infinite 0s;
  color: #00abe9;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.popEffect p:nth-child(2) {
  animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.popEffect p:nth-child(3) {
  animation-delay: 5s;
  -ms-animation-delay: 5s;
  -webkit-animation-delay: 5s;
}

.popEffect p:nth-child(4) {
  animation-delay: 7.5s;
  -ms-animation-delay: 7.5s;
  -webkit-animation-delay: 7.5s;
}

.popEffect p:nth-child(5) {
  animation-delay: 10s;
  -ms-animation-delay: 10s;
  -webkit-animation-delay: 10s;
} */

/*Pop Effect Animation*/
/* @-webkit-keyframes pop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.1) skew(0deg) translate(0px);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}  */

.w1 {
  animation: w1anim 20s infinite;
}

.w2 {
  animation: w2anim 20s infinite;
}

.w3 {
  animation: w3anim 20s infinite;
}

.w4 {
  animation: w4anim 20s infinite;
}

.w5 {
  animation: w5anim 20s infinite;
}



@keyframes w1anim {
  0%{
    opacity: 0;
  }
  10%{
    opacity: 1;
  }
  20% {
    opacity:0;
  }
}


@keyframes w2anim {
  20%{
    opacity: 0;
  }
  30%{
    opacity: 1;
  }
  40% {
    opacity:0;
  }
}

@keyframes w3anim {
  40%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  60% {
    opacity:0;
  }
}

@keyframes w4anim {
  60%{
    opacity: 0;
  }
  70%{
    opacity: 1;
  }
  80% {
    opacity:0;
  }
}

@keyframes w5anim {
  80%{
    opacity: 0;
  }
  90%{
    opacity: 1;
  }
  100% {
    opacity:0;
  }
}

.about-content p {
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}
.about-section ul {
  padding-left: 0px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-bottom: 60px;
margin-top: 60px;
width: 100%;
}
.about-section img {
  width: 55px;
  height: 55px;
  margin: auto;
  display: block;
}
.about-section h4 {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-family: 'Lato-Bold';
  margin-top: 10px;
}
.about-section h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-family: 'Lato-Bold';
  margin-top: 10px;
}
.apply-section_left {
  background: linear-gradient(-90deg, #00D2FF 0%, #3A7BD5 100%);
  /* height: 300px; */
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
  padding: 55px 0px;
}
.apply-section_left_main {
  background: linear-gradient(90deg, #FFCC33 0%, #FFCC33 100%);
  border: 10px solid #fff;
  border-radius: 31px;
  /* height: 300px; */
  margin-right: -130px;
  margin-left: 75px;
  z-index: 11;
position: relative;
margin-top: 10%;
}
.apply-section_left-list {
  padding: 59px 19px 50px;
  border-right: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  transition: .3s;
}
.apply-section_left-list:nth-child(1) {
  border-top-left-radius: 20px;
}
.apply-section_left-list:nth-child(3) {
  border-top-right-radius: 20px;
}
.apply-section_left-list:nth-child(4) {
  border-bottom-left-radius: 20px;
}
.apply-section_left-list:nth-child(6) {
  border-bottom-right-radius: 20px;
}
.apply-section_left-list:hover {
  border: 1px solid #fff;
  box-shadow: -1px 0px 6px 7px rgba(0,0,0,.15);
}

.apply-section_left-list:nth-child(3), .apply-section_left-list:nth-child(6) {
  border-right: 1px dashed transparent;
}
.apply-section_left-list:nth-child(4), .apply-section_left-list:nth-child(5), .apply-section_left-list:nth-child(6) {
  border-bottom: 1px dashed transparent;
}
.apply-section_left-list:nth-child(2):hover:after {
  content: '';
  position: absolute;
  top: -9px;
  left: -16px;
  right: -16px;
  height: 8px;
  background: #fff;
}
.apply-section_left-list:nth-child(1):hover:after {
  content: '';
  position: absolute;
  top: -9px;
  left: -9px;
  right: -16px;
  border-top-left-radius: 24px;
  border-left: 8px solid #fff;
  width: auto;
  height: auto;
  bottom: -12px;
  border-top: 8px solid #fff;
}
.apply-section_left-list:nth-child(3):hover:after {
  content: '';
  position: absolute;
  top: -9px;
  right: -12px;
  left: -16px;
  border-top-right-radius: 24px;
  border-right: 11px solid #fff;
  width: auto;
  height: auto;
  bottom: -12px;
  border-top: 8px solid #fff;
}
.apply-section_left-list:nth-child(5):hover:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: -16px;
  right: -16px;
  height: 10px;
  background: #fff;
}
.apply-section_left-list:nth-child(4):hover:after {
  content: '';
  position: absolute;
  bottom: -9px;
  left: -9px;
  right: -16px;
  border-bottom-left-radius: 24px;
  border-left: 8px solid #fff;
  width: auto;
  height: auto;
  top: -12px;
  border-bottom: 8px solid #fff;
}
.apply-section_left-list:nth-child(6):hover:after {
  content: '';
  position: absolute;
  bottom: -9px;
  right: -12px;
  left: -16px;
  border-bottom-right-radius: 24px;
  border-right: 11px solid #fff;
  width: auto;
  height: auto;
  top: -12px;
  border-bottom: 8px solid #fff;
}
.apply-section_left-list img {
  width: 75px;
  margin: auto;
  display: block;
  transition: .5s;
}
.rupee-icon {
  width: 75px !important;
}
.apply-section_left-list:hover .rupee-icon {
  transform: unset;
  padding: 0;
  filter: unset;
  background: transparent;
}
.apply-section_left-list:hover img {
  background: #fff;
  border-radius: 8px;
  filter: invert(100);
  transform: scale(.8);
  padding: 10px;
  transition: .5s;
  width: 75px;
}
.apply-section_left-list h4 {
  font-size: 19px;
  font-family: 'Lato-Bold';
  text-align: center;
  margin-top: 15px;
  color: #000;
}
.apply-section_left-list h5 {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  color: #000;
  margin-top: 13px;
}
.apply-section_right {
  box-shadow: 0px 4px 14px -2px rgba(0, 0, 0, 0.13), inset 28px 1px 11px rgba(186, 186, 186, 0.24);
  padding-left: 15%;
  padding-top: 2%;
}
.apply-section_right h4 {
  letter-spacing: -0.03em;
  color: #2562B6;
  font-size: 30px;
  font-family: 'Lato-Bold';
  width: 160px;
}
.apply-section_right .line-border {
  width: 142px;
}
.apply-section_right .line-border span {
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, #2562B6 2.74%, #FFCC33 100%);
  display: block;
  margin-left: auto;
}

/****  floating-Lable style start ****/
.floating-form {
  padding-right: 20%;
  margin-top: 6%;
}
.floating-label { 
  position:relative; 
}
.floating-input , .floating-select {
  font-size:14px;
  padding:4px 4px;
  display:block;
  width:100%;
  height:30px;
  background-color: transparent;
  border:none;
  border-bottom:1px solid #7575758f;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
     border-bottom:2px solid #5264AE; 
}

.floating-label label {
  color: #000; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  /* left:5px; */
  /* top:5px; */
  top: -12px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  font-family: 'Figtree-Medium';
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
  top:-16px;
  font-size:12px;
  color:#5264AE;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:-16px;
  font-size:12px;
  color:#5264AE;
}

.floating-textarea {
   min-height: 30px;
   max-height: 260px; 
   overflow:hidden;
  overflow-x: hidden; 
}

.error {
  font-size: 12px;
  color: red;
}

.mb-30 {
  margin-bottom: 28px;
}
.req {
  color: red;
}

.submit-btn {
  background: #387FD7;
  border-radius: 11px;
  color: #fff;
  font-family: 'Lato-Bold';
  font-size: 18px;
  border: none;
  width: 98px;
  height: 30px;
  cursor: pointer;
  transition: .5s;
  margin-bottom: 3%;
}
.submit-btn:hover {
  border: 1px solid #1E539B;
  background: transparent;
  color: #1E539B;
  
}
/* .circle-move{
  background:#f00;
  width:120px;
  height:120px;
  border-radius:50%;
  position:absolute;
  
  transform:translate3d(-50%,-50%,0);
  transition:transform 0.2s cubic-bezier(.02,1.23,.79,1.08);
}
.box{
  width:100%;
  height:500px;
  background:#eaeaea;
  position:relative;
  overflow:hidden;
} */

/* .module {
  width: 100%;
  border: 1px solid white;
  background-image: url(https://www.hotjar.com/images-new/orb-dark-mode.svg);
  background-size: 2000px;
  background-repeat: no-repeat;
} */

.loan-section {
  /* background: linear-gradient(180deg, rgba(255, 204, 51, 0.33) 0%, rgba(255, 255, 255, 0.19) 100%); */
  padding-left: 3%;
  padding-top: 25px;
  background-size: 100% 58%;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 30px;
}
.loan-section:before {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #2c90df;
  position: absolute;
  top: 0;
  left: 10%;
}
.loan-section hr {
  border-color: rgba(0, 0, 0, 0.26);
  width: 102%;
  margin-left: -5%;
  margin-top: 30px;
  position: absolute;
}
.loan-section_list h4 {
  color: #1E539B;
  font-size: 18px;
  font-family: 'Lato-Bold';
}
.loan-section_list ul {
  padding-left: 0px;
  list-style-type: none;
  margin-top: 23px;
}
.loan-section_list ul li {
  line-height: 20px;
  color: #262a2f;
}
.loan-section_list ul li:before {
  content:".";
  font-size:35px;
  /* vertical-align: text-bottom;
  line-height: 24px; */
  margin-right: 7px;
width: 10px;
height: 10px;
display: flex;
margin-left: -14px;
}
.loan-section_list ul li:nth-child(1)::before {
  margin-right: 10px;
}
.loan-section_list ul li.vanilla::before {
  margin-right: 6px;
}

.about-finzapp hr {
  border-color: rgba(0, 0, 0, 0.26);
  margin-top: 25px;
  margin-bottom: 40px;
}

.about-finzapp-left {
  padding-left: 3%;
  padding-top: 30px;
  padding-right: 3%;
}
.about-finzapp-left h4 {
  color: #1E539B;
  font-size: 30px;
  font-family: 'Lato-Bold';
}
.headingAfter {
  background: #FFCC33;
  width: 75%;
  height: 4px;
  margin-top: 21px;
  margin-left: auto;
}
.about-finzapp-left p {
  color: #1D1D1D;
  line-height: 26px;
  font-size: 23px;
  margin-top: 15px;
}
.about-finzapp-right p {
  text-align: left;
  color: #2C2C2C;
  line-height: 24px;
  padding-right: 30px;
}
.abt-hr {
  border-color: #FFCC33 !important;
  border-width: 4px;
  width: 100% !important;
  margin: 20px auto 30px !important;
}
.sec-para {
  font-size: 16px !important;
line-height: 24px !important;
}
.about-finzapp-right {
  box-shadow: 20px 0px 4px 0px rgba(18, 18, 18, 0.05) inset;
}
.about-finzapp-right img {
  width: 185px;
  margin: auto 0 auto auto;
}
.about-finzapp-right_cont {
  display: flex;
  margin-top: 5%;
}
.button_link {
  align-self: center;
}

.about-finzapp-right_cont a:nth-child(1) {
  margin-bottom: 55%;
}
.about-finzapp-right_cont a {
  background: #2562B6;
  box-shadow: inset 21px -1px 4px rgba(0, 0, 0, 0.16);
  border-radius: 0px 10px 9px 0px;
  width: 160px;
  height: 41px;
  display: block;
  font-size: 16px;
  font-family: 'Lato-Bold';
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 39px;
  transition: .3s;
  border: 1px solid #2562B6;
}


.button_link a {

	position: relative;

}

.button_link a::before {

	position: absolute;

	top: 0;

	left: -75%;

	z-index: 2;

	display: block;

	content: '';

	width: 50%;

	height: 100%;

	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);

	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);

	-webkit-transform: skewX(-25deg);

	transform: skewX(-25deg);

}

.button_link a:hover::before {

	-webkit-animation: shine 1.75s;

	animation: shine 1.75s;

}

@-webkit-keyframes shine {

	100% {

		left: 125%;

	}

}

@keyframes shine {

	100% {

		left: 125%;

	}

}

/* .button_link a:hover {
  background: transparent;
  border: 1px solid #2562B6;
  color: #2562B6;
  box-shadow: inset 21px -1px 4px rgba(43, 14, 246, 0.16);
} */
.about-finzapp {
  background: linear-gradient(180deg, rgba(255, 204, 51, 0.33) 0%, rgba(255, 255, 255, 0.19) 80.69%);
  margin-bottom: 2%;
}

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}
footer {
  background: #000;
  color: #fff9 !important;
  font-size: 13px;
  padding: 10px 0px;
}
footer p, footer a {
  text-decoration: none !important;
  color: #fff9 !important;
  font-size: 13px;
}
.aboutUsHead-line {
  width: 100px;
  background: transparent linear-gradient(0deg, #6c6c6c 0%, #575757 100%) 0% 0% no-repeat padding-box;
  height: 3px;
  display: block;
  margin: auto;
}
.modal-body {
  font-size: 15px;
line-height: 25px;
}

.apply-section_right {
  position: relative;
  overflow: hidden;
}
.lnmghc{display:block !important;position:absolute;top:-500px;left:-1000px;width:1000px;height:1000px;
  -webkit-transform:translateX(90%);-ms-transform:translateX(90%);transform:translateX(90%);
  z-index: -1;
}.lnmghc img{width:100%;opacity: .6;}

.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0 0 0 / 91%);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 35%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
}
.popup .content h3 {
    font-size: 20px;
    margin: auto;
}
.popup .content a {
    font-size: 15px;
}
.popup .content a:hover {
    text-decoration: none;
}
.popup .content img {
  width: 45px;
  margin: auto auto 3%;
  display: block;
}

.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
  opacity: 1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 210px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 7px 10px 10px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: -85px;
  margin-left: -25px;
  font-size: 13px;
}
.tooltip img {
  width: 14px;margin-top: -3px;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 56%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}



.phone-number {
  width: 300px;
  left: 4%;
  position: absolute;
  margin-top: -18px;
}
.phone-number a {
  color: #000;
  text-decoration: none;
  font-family: 'Lato-Bold';
  font-size: 18px;
  /* background: #FFCC33; */
  background: url(../images-new/phone-bg.png);
  height: 35px;
  display: block;
  width: 205px;
  text-align: right;
  padding-top: 4px;
  margin: auto;
  background-size: cover;
  padding-right: 16px;
}
.phone-number a img {
  height: 24px;
  margin-top: -3px;
  margin-right: 22px
}

.aboard-cont p {
  color: #1D1D1D;
  font-size: 16px !important;
line-height: 24px !important;
padding-left: 3%;
padding-right: 3%;
margin-top: 18px;
}
.aboard-cont .aboard-link {
  background: #2562B6;
box-shadow: inset 21px -1px 4px rgba(0, 0, 0, 0.16);
border-radius: 0px 10px 10px 0px;
color: #fff;
text-decoration: none;
width: 160px;
height: 41px;
display: block;
margin-left: 3%;
text-align: center;
font-size: 18px;
font-family: 'Lato-Bold';
line-height: 38px;
}
.aboard-cont p a {
  text-decoration: underline;
  color: #1D1D1D;
}
.aboard-cont {
  /* border-right: 1px dashed #000; */
}
.aboard-cont-right ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  width: 80%;
margin-left: auto;
margin-right: auto;
}
.aboard-cont-right ul::before {
  content: '';
  position: absolute;
  width: 65%;
  height: 1px;
  border-top: 1px dashed #00000080;
  left: 0;
  margin: auto;
  right: 0;
  top: 15px;
}
.aboard-cont-right ul li {
  margin: auto 17px;
  background: #fff;
position: relative;
}
.aboard-cont-right ul li i {
  font-size: 30px;
  color: #000;
  transition: .3s;
}
.aboard-cont-right ul li:hover .fa-facebook-official {
  color: #1f5299;
}
.aboard-cont-right ul li:hover .fa-instagram {
  color: #f93152;
}
.aboard-cont-right ul li:hover .fa-linkedin-square {
  color: #0077b5;
}

@media screen and (max-width: 700px){
  .popup{
    width: 70%;
  }
}


@media (max-width: 600px) {
  .about-section ul {
    display: block;
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .about-section ul li {
    margin-bottom: 30px;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
  }
  .about-section ul li:nth-child(5) {
    width: 100%;
  }
  .apply-section_left_main {
    margin-right: 6px;
    margin-left: 6px;
  }
  .apply-section_left-list img {
    width: 49px;
  }
  .apply-section_left-list {
    padding: 34px 12px 30px;
  }
  .apply-section_left-list h4 {
    font-size: 14px;
  }
  .apply-section_right {
    padding-left: 10%;
    padding-top: 7%;
  }
  .apply-section_right h4 {
    font-size: 24px;
    width: 130px;
  }
  .apply-section_right .line-border {
    width: 120px;
  }
  .apply-section_left-list:nth-child(6) {
    border-right: 1px dashed transparent;
  }
  .apply-section_left-list:nth-child(3) {
    border-right: 1px dashed #fff;
  }
  .apply-section_left-list:nth-child(2) {
    border-right: 1px dashed transparent;
  }
  .apply-section_left-list:nth-child(4) {
    border-right: 1px dashed transparent;
    border-bottom: 1px dashed #fff;
  }
  .apply-section_left-list:nth-child(5), .apply-section_left-list:nth-child(6) {
    border-bottom: 1px dashed transparent;
  }
  .about-section img {
    width: 46px;
    height: 46px;
  }
  .about-section h4 {
    font-size: 14px;
  }
  .apply-section_left {
    padding: 30px 0px;
  }
  .floating-form {
    padding-right: 5%;
  }
  .submit-btn {
    margin-bottom: 5%;
    font-size: 15px;
    width: 81px;
    height: 25px;
  }

  .loan-section_list ul li:nth-child(1)::before {
    margin-right: 10px;
  }
  .loan-section_list ul li {
    font-size: 14px;
  }
  .about-finzapp-left h4 {
    font-size: 24px;
  }
  .about-finzapp-left p {
    font-size: 18px;
  }
  .about-finzapp-right p {
    font-size: 14px;
    padding-right: 0;
  }
  .headingAfter {
    margin-top: 16px;
    width: 38%;
  }
  footer {
    font-size: 12px;
  }
  .loan-section::before { 
    display: none;
  }
  .popup{
    width: 90%;
  }
  .apply-section_left-list:nth-child(1) {
    border-top-left-radius: 20px;
  }
  .apply-section_left-list:nth-child(3) {
    border-top-right-radius: 0px;
  }
  .apply-section_left-list:nth-child(2) {
    border-top-right-radius: 20px;
  }
  .apply-section_left-list:nth-child(4) {
    border-bottom-left-radius: 0px;
  }
  .apply-section_left-list:nth-child(5) {
    border-bottom-left-radius: 20px;
  }
  .apply-section_left-list:nth-child(6) {
    border-bottom-right-radius: 20px;
  }
  .apply-section_left-list:hover img {
    background: #fff;
    border-radius: 8px;
    filter: invert(100);
    transform: scale(.8);
    padding: 2px;
    transition: .5s;
    width: 49px;
  }
  .apply-section_left-list h5 {
    margin-top: 0px;
  }
  .phone-number {
    width: 300px;
    left: 4%;
    position: unset;
    margin: 3% auto;
  }
  .sec-para {
    font-size: 14px !important;
  }
  .about-finzapp-right img {
    width: 130px;
  }
  /* .rupee-icon {
    width: 35px !important;
  }   */
  .aboard-cont .aboard-link {
    margin-left: 0;
    margin-top: 6%;
  }
  .aboard-cont {
    border-right: 1px dashed transparent;
    padding-left: 0;
  }
  .aboard-cont p {
    padding-left: 0%;
    font-size: 14px !important;
margin-bottom: 7%;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .apply-section_left_main {
    margin-right: -64px;
    margin-left: 28px;
  }
  .apply-section_left-list img {
    width: 49px;
  }
  .apply-section_left-list {
    padding: 34px 12px 30px;
  }
  .apply-section_left-list h4 {
    font-size: 14px;
  }
  .apply-section_right {
    padding-left: 10%;
  }
  .apply-section_right h4 {
    font-size: 24px;
    width: 122px;
  }
  .apply-section_right .line-border {
    width: 120px;
  }
  .apply-section_left-list:nth-child(6) {
    border-right: 1px dashed transparent;
  }
  .apply-section_left-list:nth-child(3) {
    border-right: 1px dashed #fff;
  }
  .apply-section_left-list:nth-child(2) {
    border-right: 1px dashed transparent;
  }
  .apply-section_left-list:nth-child(4) {
    border-right: 1px dashed transparent;
    border-bottom: 1px dashed #fff;
  }
  .apply-section_left-list:nth-child(5), .apply-section_left-list:nth-child(6) {
    border-bottom: 1px dashed transparent;
  }
  .about-section img {
    width: 46px;
    height: 46px;
  }
  .about-section h4 {
    font-size: 14px;
  }
  .loan-section_list ul li {
    font-size: 15px;
  }
  .about-finzapp-right {
    padding-left: 3%;
  }
  .about-finzapp-left h4 {
    font-size: 24px;
  }
  .about-finzapp-left p {
    font-size: 18px;
  }
  .about-finzapp-right p {
    font-size: 14px;
  }
  .popup{
    width: 70%;
  }
  .apply-section_left-list:hover img {
    background: #fff;
    border-radius: 8px;
    filter: invert(100);
    transform: scale(.8);
    padding: 2px;
    transition: .5s;
    width: 49px;
  }
  .apply-section_left-list:nth-child(1) {
    border-top-left-radius: 20px;
  }
  .apply-section_left-list:nth-child(3) {
    border-top-right-radius: 0px;
  }
  .apply-section_left-list:nth-child(2) {
    border-top-right-radius: 20px;
  }
  .apply-section_left-list:nth-child(4) {
    border-bottom-left-radius: 0px;
  }
  .apply-section_left-list:nth-child(5) {
    border-bottom-left-radius: 20px;
  }
  .apply-section_left-list:nth-child(6) {
    border-bottom-right-radius: 20px;
  }
  .apply-section_left-list h5 {
    margin-top: 0px;
  }
  .phone-number {
    margin-top: -4px;
  }
  .aboard-cont .aboard-link {
    margin-left: 0;
  }
  .aboard-cont {
    border-right: 1px dashed transparent;
    padding-left: 0;
  }
  .aboard-cont p {
    padding-left: 0%;
  }
  .aboard-cont-right ul {
    width: 45%;
  }
  .aboard-cont-right ul::before {
    width: 35%;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  .aboard-cont .aboard-link {
    margin-left: 0;
  }
  .aboard-cont {
    border-right: 1px dashed transparent;
    padding-left: 0;
  }
  .aboard-cont p {
    padding-left: 0%;
  }
  .apply-section_left_main {
    margin-right: -64px;
    margin-left: 28px;
  }
  .apply-section_left-list img {
    width: 49px;
  }
  .apply-section_left-list {
    padding: 34px 12px 30px;
  }
  .apply-section_left-list h4 {
    font-size: 14px;
  }
  .apply-section_right {
    padding-left: 10%;
  }
  .apply-section_right h4 {
    font-size: 24px;
    width: 124px;
  }
  .apply-section_right .line-border {
    width: 120px;
  }
  .apply-section_left-list:nth-child(6) {
    border-right: 1px dashed transparent;
  }
  .apply-section_left-list:nth-child(3) {
    border-right: 1px dashed #fff;
  }
  .apply-section_left-list:nth-child(2) {
    border-right: 1px dashed transparent;
  }
  .apply-section_left-list:nth-child(4) {
    border-right: 1px dashed transparent;
    border-bottom: 1px dashed #fff;
  }
  .apply-section_left-list:nth-child(5), .apply-section_left-list:nth-child(6) {
    border-bottom: 1px dashed transparent;
  }
  .apply-section_left-list:nth-child(1) {
    border-top-left-radius: 20px;
  }
  .apply-section_left-list:nth-child(3) {
    border-top-right-radius: 0px;
  }
  .apply-section_left-list:nth-child(2) {
    border-top-right-radius: 20px;
  }
  .apply-section_left-list:nth-child(4) {
    border-bottom-left-radius: 0px;
  }
  .apply-section_left-list:nth-child(5) {
    border-bottom-left-radius: 20px;
  }
  .apply-section_left-list:nth-child(6) {
    border-bottom-right-radius: 20px;
  }
  .about-section img {
    width: 46px;
    height: 46px;
  }
  .about-section h4 {
    font-size: 14px;
  }
  .loan-section_list ul li {
    font-size: 15px;
  }
  .about-finzapp-right {
    padding-left: 3%;
  }
  .about-finzapp-left h4 {
    font-size: 24px;
  }
  .about-finzapp-left p {
    font-size: 18px;
  }
  .about-finzapp-right p {
    font-size: 14px;
  }
  .popup{
    width: 70%;
  }
  .apply-section_left-list:hover img {
    background: #fff;
    border-radius: 8px;
    filter: invert(100);
    transform: scale(.8);
    padding: 2px;
    transition: .5s;
    width: 49px;
  }
  .apply-section_left-list h5 {
    margin-top: 0px;
  }
  .aboard-cont-right ul {
    width: 45%;
  }
  .aboard-cont-right ul::before {
    width: 35%;
  }
}
@media (max-width:992px) {
  .apply-section_left-list:nth-child(1):hover:after {
    display: none;
  }
  .apply-section_left-list:nth-child(2):hover:after {
    display: none;
  }
  .apply-section_left-list:nth-child(3):hover:after {
    display: none;
  }
  .apply-section_left-list:nth-child(4):hover:after {
    display: none;
  }
  .apply-section_left-list:nth-child(5):hover:after {
    display: none;
  }
  .apply-section_left-list:nth-child(6):hover:after {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .apply-section_left-list h4 {
    font-size: 16px;
  }
  .apply-section_left-list img {
    width: 64px;
  }
  .loan-section {
    padding-left: 0%;
  }
  .loan-section_list ul li {
    font-size: 13px;
  }
  .loan-section_list h4 {
    font-size: 16px;
  }
  .about-finzapp-left h4 {
    font-size: 24px;
  }
  .about-finzapp-left p {
    font-size: 18px;
  }
  .about-finzapp-right p {
    font-size: 14px;
  }
  .popup{
    width: 50%;
  }
  .apply-section_left-list h5 {
    margin-top: 7px;
  }
  .headingAfter {
    width: 68%;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1365px) {
  .loan-section_list ul li {
    font-size: 14px;
  }
  .headingAfter {
    width: 70%;
  }
}

.modal-backdrop.show {
  opacity: .8;
}

.modal-header .close:focus{
  outline: 0px !important;
}