/* Custom CSS */

label.head-logo{
	padding: 5px 50px;
  }
  nav ul{
	float: right;
	margin-right: 300px;
  }
  nav ul li{
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
  }
  nav ul li a{
	color: #000;
	font-size: 17px;
	padding: 7px 13px;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: 'Apercu';
  }
  a.active,a:hover{
	color: #000;
	transition: .5s;
  }
  .checkbtn{
	font-size: 25px;
	color: #046bd2;
	float: right;
	line-height: 80px;
	margin-right: 40px;
	cursor: pointer;
	display: none;
  }
  #check{
	display: none;
  }

  .color-dark{
	color:#14137B !important;
  }

  .color-blue{
	color:#16A0F9 !important;
  }

/*Navigation*/
.logo-size {
    width: 100%;
    height: 50px;
}

.navbar-row{
	display: flex;
	margin-right: -15px;
  margin-left: -15px;
  justify-content: space-between;
}

small {
    font-size: 25px !important;
	font-weight: 700 !important;
	color: #3e3e3e !important;
}

.lang-pos{
	left: 88%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 100;
}

.switch-button{
	background-color: #185DCF;
	border-radius: 50px;
	padding: 5px 0;
	width: 9rem;
}

.switch-button a:hover{
	color: #fff;
}

.eng{
	color: #fff !important;
	padding: 5px 10px;
}

.eng.active{
	background-color: #fff;
	color: #185DCF !important;
	border-radius: 15px;
  	padding: 5px 10px;
}

.zh{
	color: #fff !important;
	padding: 5px 10px;
}

.zh.active{
	background-color: #fff;
	color: #185DCF !important;
	border-radius: 15px;
  padding: 5px 10px;
}

#header.fixed-top .zh,
#header.fixed-top .eng{
	color: #ffff !important;
}

#header.fixed-top .zh.active,
#header.fixed-top .eng.active{
	color: #185DCF !important;
}


.btn-lang{
	background: #fff;
    border: 2px solid #185DCF !important;
    color: #185DCF;
	font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 5px 10px;
    border: none;
    border-radius: 20px;
    font-family: 'Apercu';
	margin-right: 10px;
}

.btn-lang:hover, .btn-lang:active{
	background: #185DCF;
    border: 2px solid #185DCF;
    color: #fff;
}

.btn-lang.active {
	background: #185DCF;
	border: 2px solid #185DCF !important;
	color: #fff;
}
.dropdown-content .language a{
	padding: 5px 5px !important;
}

.language{
	display: none;
}
/*Navigation*/

@media (max-width: 1200px){
	label.head-logo{
		padding: 5px 10px;
	}

	.logo-size {
		width: 100%;
		height: 28px;
	}

	nav ul {
		float: right;
		margin-right: 185px;
	}
  }

  @media (max-width: 952px){
	label.logo{
	  font-size: 30px;
	  padding-left: 50px;
	}
	nav ul li a{
	  font-size: 18px;
	}

	.logo-size {
		width: 100%;
		height: 50px;
	}
  }

@media (max-width: 858px){


	.checkbtn{
	  display: block;
	}
	nav ul{
		
	  position: fixed;
	  width: 80%;
	  height: 100vh;
	  background: #f5f5f5;
	  top: 85px;
	  left: 300%;
	  text-align: left;
	  transition: all .5s;
	}
	nav ul li{
	  display: block;
	  margin: 30px 0;
	  line-height: 30px;
	}
	nav ul li a{
	  font-size: 18px;
	  color: #000;
	  margin-left: 10px;
	  float: none;
	}
	a:hover,a.active{
	  color: #fff;
	}

	#check:checked ~ ul{
	  left: 35%;
	}

	label.head-logo{
		padding: 10px 5px;
		width: 260px;

	}

	.logo-size{
		height: unset;
	}


}

/*Reasons*/
.icon-width{
	max-width: 100%;
}

.color-primary{
	color: #185DCF !important;
}

.img-fluid{
	width:100%;
}
/*Reasons*/

/*Banner*/

.banner{
	background: url(../images/banner/home_banner.svg) no-repeat center;
	height: 100vh;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.about_banner{
	background: url(../images/banner/about-banner.jpg) no-repeat center;
	height: 100vh;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.loan_banner{
	background: url(../images/banner/loan_bg.png);
	height: 85vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
} 

.faq_banner{
	background: url(../images/banner/faq_banner.png);
	height: 85vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
} 

.contact_banner{
	background: url(../images/banner/contact-banner.png);
	height: 85vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
} 

.inline-b{
	display: inline-block;
}

.d-flex{
	display: flex;
}

.logo-cont-1{
	width: 80px !important;
    margin: 0 !important;
    padding-right: 15px;
    flex: 0 0 auto;
}

.logo-cont-1 img{
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.my-auto{
	margin-top: auto;
	margin-bottom:auto;
}

.poeple-position{
	right: 8%;
	bottom: 0;
	position: absolute;
}

.hBannerShape::before {
    content: "";
    position: absolute;
    left: -50px;
    right: 0;
    top: 250px;
    bottom: 0;
    width: 400px;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(22, 160, 249, 1) 0%, rgba(27, 26, 165, 1) 100%);
    border-radius: 50%;
    filter: blur(80px);
}

.button-features{
	left: 50%;
  top: 62%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.format-head{
	margin-bottom:20px;
}

.format-sub-head{
	margin-top:20px;
	margin-bottom:40px;
}

.format-sub-head h3{
	line-height: 1.5;
}

.format-head h1 ,.format-head h2{
	font-size: 60px;
}

.format-sub-head h2{
	font-weight: 400 !important;
	font-size: 45px;
}

.format-sub-head p{
	font-weight: 400 !important;
	font-size: 25px;
}

.text-banner{
	/* text-shadow: 1px 5px 4px rgba(0, 0, 0, 0.86); */
	text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.6),0px -3px 6px rgba(0, 0, 0, 0.6),-5px 3px 7px rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px){
	.format-head h1, .format-head h2{
		font-size: 30px;
	}
	
	.format-sub-head h2{
		font-weight: 400 !important;
		font-size: 25px;
	}

	.poeple-position{
		left: 50%;
		right: unset;
		transform: translate(-50%, -50%);
		bottom: 0;
	}

	.rightDotsSection::after {
		content: "";
		position: absolute;
		background-image: url(../images/bg/dots-right.svg);
		background-repeat: no-repeat;
		background-size: contain;
		right: 0;
		top: 0;
		bottom: 0;
		width: 40vw;
		z-index: -1;
	}
	
}
/*Banner*/

/* features */

.lDotsCol::before {
    content: "";
    position: absolute;
    background-image: url(../images/bg/l-dots2.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 100px;
    bottom: 0;
    left: 0;
    width: 130px;
    z-index: -1;
}

.rightDotsSection::after {
    content: "";
    position: absolute;
    background-image: url(../images/bg/dots-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    bottom: 0;
    width: 22vw;
    z-index: -1;
}

/* end */



/*Contact Info*/
#contact-info img{
	width: 25%;
}
/*Contact Info*/

/*Agent*/
.agent-blue{
	background: url(../images/agent/bg_agent.png) no-repeat bottom, #748597;
	background-size: contain;
}
/*Agent*/

/* info */
#info{

}

.col-custom{
	flex: 0 0 33.33%;
	width: 33.33%;
}

.info-box1{
	height: 100%;
	padding: 10px 20px;
}

.elementor-image-box-img {
    width: 100%;
	margin-bottom: 15px;
}

.img-icon{
	height: 90px;
}

.elementor-image-box-content {
    width: 100%;
}

@media (max-width: 768px){
	.col-custom{
		flex: 0 0 100%;
		width: 100%;
		padding: 0 10px;
	}

	.info-box1{
		padding: 10px 0;
	}
}

@media (max-width: 330px){
	.arrow-icon{
		height: 35px;
		margin-top: 5px;
		float: right;
		margin-right: 10px;
	}
	
	.number-text .odometer , .number-text h1{
		font-size: 30px;
	}
}


/* info */

/* testimonial */

#testimonial{
	background-color: #c9d8b5;
}

.testimonial-box-content{
	background: radial-gradient(circle, #1693F1, #1A2AAF);
	padding: 40px 30px;
	height: 45vh;
	border-radius: 20px 20px 0 0;
}

.testimonial-box-name{
	background: #fff;
    border-radius:0 0 20px 20px;
	padding: 20px;
}

.owl-stage{padding-left:0px !important;}

.testimonial-review {
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    background: #ffffff;
    transform: scale(0.7);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.testimonial-review li {
    font-size: 23px;
    line-height: 38px;
    color: #FF8900;
    display: inline-block;
    margin: 0 1px;
}

.testimonial-head{
	position: absolute;
	left: 50%;
	top: 68%;
	transform: translate(-50%, -50%);
}

.testimonial-head img{
	width: 100px !important;
    object-fit: cover;
    border-radius: 50%;
}


/* about page */

#about_mission{
	background: url(../images/bg/about_desc.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100vh;
	position: relative;
}

.mission_people_position{
	position: absolute;
	bottom: 0;
	right: 10%;
}

#about_why{
	background: url(../images/bg/why_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

.elementor-image-box-wrapper {
	display: flex;
	margin: 20px 0;

}

.elementor-image-box-img {
    width: 20%;
	margin-right: 25px;
}

.elementor-image-box-img img {
    height: auto;
    max-width: 100%;
}

.elementor-image-box-content {
    width: 76%;
}

.elementor-image-box-img2 {
    width: 100%;
	margin-bottom: 25px;
}

.elementor-image-box-img2 img {
    height: 90px;
    max-width: 100%;
}

.elementor-image-box-content2 {
    width: 100%;
}

#about_mission_2{
	background: url(../images/bg/ksp-banner.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	background-color: #fff;
	height: 100vh;
}

.mission_people_position2{
	position: absolute;
	top: 0;
	left: -15%;
}

#about_mission_3{
	position: relative;
	background-color: #fff;
}

.mission_people_position3{
	position: absolute;
	top: 0;
	right: 0;
}

/* loan page */

.loan_banner_people{
	position: absolute;
	bottom: 0;
	left: 7%;
}

#loan_point{
	background-color: #ffff;
	box-shadow: 0 9px 20px rgba(0, 0, 0, 0.1) inset !important;
}

.col-custom2{
	flex: 0 0 50%;
	width: 50%;
	padding: 20px 10px;
}

.loan-point-box{
	background: linear-gradient(165deg, #1b1aa5 0%, #2422E1 100%);
    padding-right: 25px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
	border-radius: 20px 20px 20px 20px;
	width: 100%;
}

.h-100{
	height: 100%;
}

.elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
}

.point-icon-box{
	width: 126px;
    height: 110px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
	background-color: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
}

.point-content-box{
	padding-left: 10px;
	width: 400px;
}

#loan_cta{
	background: url(../images/loan/section-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loan_cta-pd{
	padding: 120px 100px;
}

/* faq */
#faq{
	background-color: #fff;
}

/* contact page */
.contact_banner_people{
	position: absolute;
	bottom: 0;
	right: 10%;
}

.applyNow:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1B1AA5;
    mix-blend-mode: multiply;
}

#singup{
	background: url(../images/contact/signupbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.applyNowInner:before {
	content: "";
	width: 43px;
    height: 41px;
    position: absolute;
    background-size: 100%;
    background-image: url(../images/contact/topquote.svg);
    left: -60px;
    top: -30px;
}

.applyNowInner:after {
	content: "";
    width: 43px;
    height: 41px;
    position: absolute;
    background-size: 100%;
    background-image: url(../images/contact/btmquote.svg);
    right: -30px;
    bottom: -30px;
}

/*Contact Form*/
#form{
	background: radial-gradient(circle, #1693F1, #1873DD);
    border-radius: 0 0 70px 70px;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.25);	
	width: 100%;
}

.color-blue-2{
	color: #9DD9FF !important;
}

.footer-desc{
	width: 278px;
}

.footer-desc h3{
	font-weight: 400;
    line-height: 1.4;
	font-size: 20px;
}

#form label{
	font-size: 22px;
    margin: 0 0 5px;
    color: #fff;
    font-weight: 500;
    line-height: 1.45;
}

.notice{
	margin-bottom: 20px;
}

.notice h3{
	font-size: 22px;
    line-height: 1.45;
}

#form .btn.btn-primary{
	background: #185DCF;
   border: 3px solid #185DCF;
}

#form .btn.btn-primary:hover {
	border: 3px solid #185DCF!important;
	background: #ffffff;
	color: #185DCF;
}

@media (min-width: 768px){
	.top-left-border{
		border-top-left-radius: 30px !important;
	}

	.top-right-border{
		border-top-right-radius: 30px !important; 
	}
}

@media (max-width: 768px){
	.top-round-border{
		border-top-left-radius: 30px !important;
		border-top-right-radius: 30px !important; 
	}

	#form{
		display: block; 
		width: 100%;
	}

	.footer-desc{
		width: 100%;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*Contact Form*/

/*Footer*/
.footer-center{
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.footer-logo{
	width: 60%;
	height: 100%;
}

.footer-text{
	margin-top: 30px;
	padding-right: 30px;
}

.footer-text h3{
	font-weight: 400 !important;
	line-height: 1.4;
	color: #000;
}

#btn-whatsapp{
	position: fixed;
	right: 20px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	z-index: 99999;
}

#btn-whatsapp img{
	width: 100%;
	height: auto;
}

#scroll {
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    z-index: 9;
    display: none;
    border-radius: 50%;
    background-color: #748597;
}

.footer-link a{
	color: #ffffff;
}

.footer-link a:hover{
	color: #748597;
}

.footer-link span{
	text-decoration: underline;
}

.ilbIconList.left {
    padding: 0 !important;
    box-shadow: none !important;
    margin-bottom: 5px;
    width: 100% !important;
	display: inline-block;
}

.ilbIconList ul.lists {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wp-block-ilb-icon-list .ilbIconList ul.lists li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding: 0;
}

.ilbIconList ul.lists .icon {
    font-size: 18px;
    width: 30px;
    height: 30px;
    color: #000;
}

.ilbIconList ul.lists .icon ::before{
	margin: auto !important;

}

.ilbIconList ul.lists .text {
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    text-transform: none;
    text-decoration: auto;
    line-height: 135%;
    letter-spacing: 0px;
}

.footer-text-size{
	font-weight: 400;
    font-size: 20px !important;
}


@media (max-width: 767px) {
	.mobile-pos{
		padding-top: 50px;
	}
}

/*Footer*/

/*Double Line Down*/
[class*="double-down-line"] {
    position: relative;
    padding-bottom: 35px;
}

[class*="double-down-line"]::before,
[class*="double-down-line"]::after {
    content: "";
    height: 2px;
    position: absolute;
}

[class*="double-down-line"]::before {
    width: 120px;
    bottom: 10px;
}

[class*="double-down-line"]::after {
    width: 60px;
    bottom: 0;
}

[class*="double-down-line-left"]::before,
[class*="double-down-line-left"]::after {
    left: 0
}

[class*="double-down-line"]::before,
[class*="double-down-line"]::after {
    background-color: #000;
}

[class*="double-down-line line-white"]::before,
[class*="double-down-line line-white"]::after {
    background-color: #fff;
}

.double-down-line::before,
.double-down-line::after {
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
/*Double Line Down*/

.pd-0{
	padding-bottom: 0 !important;
}

.color-white{
	color: #fff !important;
}

.m-3{
	margin: 1rem;
}

.m-4{
	margin: 1.5rem;
}

.m-5{
	margin: 3rem;
}

.mb-0{
	margin-bottom: 0 !important;
}

.mb-3{
	margin-bottom: 3rem;
}

.mb-5{
	margin-bottom: 5rem;
}

.mt-5{
	margin-top: 3rem;
}

.my-3{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.mx-auto{
	margin-left: auto !important;
	margin-right: auto !important;
}

.pl-md-3{
	padding-left: 3rem;
}

.w-30{
	width: 30%;
}

.w-65{
	width: 65%;
}

.w-sm-40{
	width: 40%;
}

.custom-row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.footer-row{
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.justify-content-center{
	justify-content: center;
}

.d-md-flex{
	display: flex;
}

.font-400 {
    font-weight: 400
}

/*Dropdown*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  float: right;
  right: 0;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.dropdown:hover .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background-color: #092133;
}

.dropdown:hover .bar2 {opacity: 0;}

.dropdown:hover .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  background-color: #092133;
}
.dropdown:hover .btn{
	background-color: transparent !important;
}
/*Dropdown*/

#btn-wechat{
	position: fixed;
	right: 20px;
	bottom: 160px;
	width: 50px;
	height: 50px;
	z-index: 99999;
}

#btn-wechat img{
	width: 102%;
}

/* The Modal (background) */
.custom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.custom-modal-content {
  background-color: #fefefe;
  margin-top: -150px;
  margin-left: -150px;
  border: 1px solid #888;
  width: 60%;
  position: fixed;
  left: 30%;
  top: 24%;
}

.custom-modal-content img{
  width: 100%;
}

/* The Close Button */
.custom-modal .modal-close {
  color: #000;
	float: right;
	font-size: 35px;
	font-weight: bold;
	margin-right: 15px;
	cursor: pointer;
}

.custom-modal.modal-close:hover,
.custom-modal .modal-close:focus {
  color: black;
  text-decoration: none;
}

.btn-modal-img1,
.btn-modal-img2{
	cursor: pointer;
}

.country-cn #btn-whatsapp{
	display: none;
}

.country-cn #btn-wechat{
	bottom: 100px !important;
}

/*Start of Pop up*/
#popup-modal{
	background-image: url(../images/popup/bg_img.jpg);
	background-size: cover;
}

.fadeIn{
	-webkit-animation:  unfoldOut 2s;
  animation:  unfoldOut 2s;
  visibility: visible !important;
}

@keyframes unfoldOut {
  0%{
    left: 0%;
  }
  100%{
  	left: 50%;
  }
}

/*Pop Up modal*/
.popup-modal {
  display: block; /* Display by default */
  visibility: hidden;
  position: fixed; /* Stay in place */
  z-index: 8000; /* Sit on top */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%; /* Full width */
  height: 85%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

/* The Close Button */
.popup-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup-close:hover,
.popup-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popup-modal-content{
	position: absolute;
	top: 75%;
	left: 27%;
	transform: translate(-50%,-50%);
	width: 35%;
}

#popup-modal .btn.btn-primary{
	width: 100%;
	background: #be9964;
  border: 3px solid #be9964;
  color: #fff;
}

#popup-modal .btn.btn-primary:hover{
	background: transparent !important;
  border: 3px solid #be9964 !important;
  color: #be9964 !important;
}

.desktop-view{
	display: block;
}

.mobile-view{
	display: none;
}

.mobile-view-flex{
		display: none;
}

.modal-box{
	background-color: rgb(190 153 100 / 90%);
	margin: 2px 2px;
	padding: 10px 10px;
	height: 100%;
	border-radius: 5px;
}

.popup-text{
	color: #fff;
	line-height: normal;
	font-family: 'Apercu';
	font-size: 2vw;
	letter-spacing: normal;
	margin-bottom: 0;
	font-weight: 600;
}

/*End of Pop up*/

/*Mobile view*/
@media only screen and (max-width: 768px){
	.logo-size{
		width: 100%;
	}

	.navbar-row{
	    align-content: center;
	    justify-content: center;
	    align-items: center;
  }

  #form .col-lg-6 {
  	width: 100%;
  }

  #agents .col-sm-6 {
  	width: 50%;
  }

  .footer-row{
  	flex-direction: column;
  }

  .footer-logo{
  	padding: 0;
    margin-bottom: 0 !important;
  }

  .w-sm-40{
  	width: 60%;
  }

  .w-65{
  	width: 100%;
  }

  .banner{
	background: url(../images/banner/home_banner.svg) no-repeat center;
	height: 60vh;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}

  .d-md-flex{
  	display: block;
  }

  .text-sm-center{
  	text-align: center;
  }

  .pl-md-3{
		padding-left: 0rem;
	}

	.card-product .img-wrap img{
		height: 35vh;
	}

	.button-features{
		top: 74%;
	}

	.desktop-view{
		display: none !important;
	}

	.mobile-view{
		display: block;
	}

	.mobile-view-flex{
		display: flex;
	}

	#popup-modal{
		background-image: url(../images/popup/bg_img_mobile2.png?v=1.1);
		background-size: cover;
	}

	.popup-modal {
	  width: 95%; /* Full width */
	  height: 60%; /* Full height */
	  z-index: 999999;
	}

	.col-6{
		flex: 0 0 30%;
		max-width: 30%;
	}

	.popup-modal-content{
		position: absolute;
		top: 82%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 90%;
	}

	.popup-image{
		max-width: 75%;
		height: auto;
		margin: 0 auto;
	}

	#popup-modal .form-control{
		height: 3.2rem !important;
	}

	#popup-modal .btn{
		line-height: 0 !important;
	}

}

@media (min-width: 768px){
	.ml-md-5, .mx-md-5 {
		margin-left: 5rem!important;
	}

	.mr-md-5, .mx-md-5 {
		margin-right: 5rem!important;
	}

	#form .col-lg-6 , #form .col-lg-12{
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}

@media only screen and (min-width: 1310px) {
	.button-banner{
		left: 50%;
	  top: 75%;
	  transform: translate(-50%, -50%);
	  position: absolute;
	}

	.position-header{
		left: 10%;
		top: 40%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	.position-header-2{
		left: 50%;
		top: 25%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	.position-header-3{
		left: 55%;
		top: 50%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	.position-header-4{
		left: 10%;
		top: 40%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	.position-header-5{
		left: 10%;
		top: 40%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {



	.button-banner{
		left: 50%;
	  top: 80%;
	  transform: translate(-50%, -50%);
	  position: absolute;
	}

	.position-header{
		left: 10%;
		top: 30%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	.poeple-position {
		position: absolute;
		left: 55%;
		bottom: 0;
	}

	.position-header-2{
		left: 50%;
		top: 25%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	.mission_people_position {
		position: absolute;
		bottom: 0;
		right: 0%;
	}

	.mission_people_position2 img{
		width: 60%;
	}

	.mission_people_position3 {
		display: none;
	}

	.loan_banner {
		background: url(../images/banner/loan_bg.png);
		height: 100vh;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
	.position-header-3{
		left: 55%;
		top: 35%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	.loan_banner_people{
		position: absolute;
		bottom: 0;
		left: 2%;
	}

	.position-header-4{
		left: 10%;
		top: 40%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	.position-header-5{
		left: 10%;
		top: 30%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

}

@media only screen and (max-width: 991px){
	.testimonial-box-content{
		background: radial-gradient(circle, #1693F1, #1A2AAF);
		padding: 40px 30px;
		height: 20vh;
		border-radius: 20px 20px 0 0;
	}

	.testimonial-head{
		position: absolute;
		left: 50%;
		top: 60%;
		transform: translate(-50%, -50%);
	}

	.position-header, .position-header-5{
		left: 50%;
		top: 30%;
		transform: translate(-50%, -50%);
		position: absolute;
	}

	.about_banner {
		background: url(../images/banner/about-banner.jpg);
		height: 55vh;
		background-position: 40%;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.position-header-2{
		left: 45%;
		top: 15%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	#about_mission {
		background: url(../images/bg/about_desc.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 100vh;
		position: relative;
	}

	#about_mission_2 {
		background: url(../images/bg/ksp-banner.png);
		background-position: right;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-color: #fff;
		height: unset;
	}

	.mission_people_position2, .mission_people_position3 {
		display: none;
	}

	.position-header-3{
		left: 50%;
		top: 36%;
		transform: translate(-50%, -50%);
		position: absolute;
	}

	.faq_banner {
		background: url(../images/banner/faq_banner.png);
		height: 50vh;
		background-position: right;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.position-header-4{
		left: 10%;
		top: 40%;
		/* transform: translate(-50%, -50%); */
		position: absolute;
	}

	.elementor-image-box-img img {
		height: auto;
		max-width: 80%;
	}

	
}


@media only screen and (max-width: 768px){
	.button-banner{
		left: 50%;
	  top: 45%;
	  transform: translate(-50%, -50%);
	  position: absolute;
	}

	.position-header{
		left: 50%;
		top: 55%;
		transform: translate(-50%, -50%);
		position: absolute;
	}

	.position-header-4{
		position: absolute;
		width: 100%;
		transform: translate(-50%, -50%);		
		left: 50%;
		top: 10%;
	}

	.lang-pos{
		display: none;
	}

	.language{
		display: block;
	}

	.switch-button{
		background-color: #185DCF;
		border-radius: 50px;
		padding: 5px 0;
		width: 10rem;
		margin-left:70px;
	}

	.about_banner{
		background: url(../images/banner/about-banner.jpg) no-repeat center;
		height: unset;
		background-position: top right;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}

	.loan_banner{
		background: url(../images/banner/loan_bg.png);
		height: 65vh;
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	} 

	.position-header-3{
		left: 50%;
		top: 36%;
		transform: translate(-50%, -50%);
		position: absolute;
	}

	.faq_banner{
		background: url(../images/banner/mbfaqbanner.jpg);
		height: 55vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	} 

	.contact_banner {
		background: url(../images/banner/contact-banner.png);
		height: 55vh;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	
	.position-header-5{
		left: 50%;
		top: 5%;
		transform: translate(-50%, -50%);
		position: absolute;
		width: 100%;
	}

	.applyNowInner h2{
		font-size: 20px;
	}

}

@media only screen and (max-width: 767px){
	.col-custom2{
		flex: 0 0 100%;
		width: 100%;
		padding: 20px 10px;
	}

	.point-icon-box{
		width: 185px;
	}

	.testimonial-box-content{
		background: radial-gradient(circle, #1693F1, #1A2AAF);
		padding: 40px 30px;
		height: 40vh;
		border-radius: 20px 20px 0 0;
	}

	#about_mission{
		background: url(../images/bg/about_desc.png);
		background-position: 55%;
		background-repeat: no-repeat;
		background-size: cover;
		height: unset;
		position: relative;
	}

	.text-center-mobile {
		text-align: center;
	}

	#about_mission_2{
		background: url(../images/bg/ksp-banner.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-color: #fff;
		height: unset;
	}

	.loan_cta-pd{
		padding: 0;
	}
}

@media only screen and (max-width: 380px){
    .testimonial-box-content {
        background: radial-gradient(circle, #1693F1, #1A2AAF);
        padding: 40px 30px;
        height: 50vh;
        border-radius: 20px 20px 0 0;
    }
}