body{background:#fff;color:#444;}

footer a{color:#444;}

@media (min-width: 1280px){
.container {
    max-width: 1200px;
}
}


:root {
	--primary: rgba(0 ,101 ,176, 1)!important;
	--secondary: rgba(24, 71, 128, 1);
}

.topbar{
	padding:0.5rem 0;
	background:#0065B0;
	color:#fff;
}

.topbar a{
	color:#fff;
	padding:0 0.5rem;
}

.landing-header{
	background:#fff;
}

@media (min-width: 992px){
.landing-header .horizontalMenu > .horizontalMenu-list > li > a {
    color: #2B2B2B;
}


}



.landing-header .horizontalMenu > .horizontalMenu-list > li > a.active,.landing-header .horizontalMenu > .horizontalMenu-list > li > a:hover{
	color: #0065B0;
}

/*.landing-header .headerlanding-logo .header-brand-img{
	box-shadow: 0 0 10px rgba(0,0,0,0.2)
}*/


.landing-header .headerlanding-logo .header-brand-img{
	height: 45px;
}
@media (min-width: 992px){
	.landingmain-header.header .headerlanding-logo .header-brand-img.desktop-lgo{
		margin-top: 0;
	}
}

.footer-support{

	background:#0065B0;
	font-size: 0.8rem;
	color:rgba(255,255,255,0.8);
}

.main-footer{
	background: #fff;
	border-top:1px solid #ddd;
}

.main-footer .text-primary{
	color:#0065B0!important;
	line-height: 2;
}

.main-footer h5{
	color:#444;
}

.main-footer ul,.main-footer li{
	margin:0;
	padding:0;
	list-style: none;
	line-height: 1.65;
}

.main-footer li a{
	line-height: 2.8;
	font-size: 1rem;
}

.main-footer .list-product a{
	font-size: 0.8rem;
	line-height: 2.5;
}



.sub-footer{
	background:#fff;
}

.sub-footer .text-primary{
	color:#0065B0!important;
	font-size: 20px;
	font-weight: bold;
}




.header-flags .dropdown-menu{
	padding:0;
	border: none;
}

.header-flags .dropdown-menu a{
	line-height: 2;
}

.header-flags .dropdown-menu a:hover{
	background:#0065B0;
	color:#fff;
}


.horizontalMenu-list .menu-btn{
	text-decoration: none;
	color:#2B2B2B;
	transition: all 0.4s ease-in-out;
	padding:0.55rem 1.2rem!important;
	border-radius: 5px;
	position: relative;
}

.horizontalMenu-list .menu-btn:before{
	content:"";
	width:1px;
	height: 16px;
	position: absolute;
	left:0;
	top:50%;
	margin-top: -8px;
	display: block;
	background: #ccc !important;
}

.horizontalMenu-list  .menu-btn:hover{
	background:#f0f0f0!important;
}

.horizontalMenu-list .menu-btn .fa{
	background:#0065B0;
	width:25px;
	height:25px;
	line-height: 25px;
	border-radius: 50%;
	color:#fff;
}

.landingmain-header .horizontalMenu-list.custom-ul  .showmd{
	display: none;
}

@media  (max-width:992px) {
	/*.landingmain-header .horizontalMenu-list.custom-ul .dropdown.header-flags,
	.horizontalMenu > .horizontalMenu-list > li a span{
	display: inline-block;
}

.header-flags .dropdown-menu{
	left:0;
	max-width:240px;
	position: relative;
}*/

.landingmain-header .horizontalMenu-list.custom-ul .showmd{
	display: block;
}

.support-mobile-header .smallogo{
	flex:2;display: flex;align-items: center;justify-content: center;
}

.support-mobile-header .fa-user{
	font-size: 24px;
	color:#0065B0;
	line-height: 40px;
}
	.support-mobile-header .login-icon{
		padding:0 0.75rem;
	}
}


/*登錄，注冊主背景*/

.login-body{
	background:url(../images/mlk/loginbg.jpg) no-repeat 50% 0;
	background-size: cover;
}
.login-body footer .sub-footer{
	background: none;
}


.login-body .login-bg1{
	background:none;
}

.login-bg1::before{
	display: none;
}

.login-body .page{
	min-height:70vh !important;
	padding-top:100px;
}

.login-body h1.mb-2{
	color:#0065B0;
}

.modal-dialog{
	max-width:350px;
	top:20vh;
}

.modal-success .fa{
	font-size: 4rem;
	margin-bottom: 20px;
	margin-top: 25px;
}

.modal-success .btn{
	width:80%;
}

.modal-success .fa-check{
	font-weight: 200
}

.sibar-whatsapp{
	position: fixed;
	right: 2vw;
	bottom:15vh;
	width:50px;
	height: 50px;
	border-radius: 50%;
	line-height: 50px;
	color:#fff;
	text-align: center;
	background: #2cb62c;
}

.sibar-whatsapp .fa{
	font-size: 24px;
	line-height: 50px;
}

.register-card{
	max-width:1024px;
}

.register-step-list{
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
}

.register-step-list:after{
	content:"";
	position: absolute;
	display: block;
	background:#DBDCDC;
	width:66%;
	left:17%;
	bottom:26px;
	height: 5px;
}

.step:before{

	content:"";
	position: absolute;
	display: block;
	background:#0065B0;
	left:10%;
	bottom:26px;
	height: 5px;
	z-index: 10;
}

.step-2:before{
	width:20%;
}


.step-3:before{
	width:40%;
}


.step-4:before{
	width:60%;
}


.step-5:before{
	width:80%;
}


.register-step-list .circle{
	width:26px;
	height: 26px;
	border-radius: 50%;
	border:2px solid #DBDCDC;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.register-step-list .item{
	text-align:center;
	flex:1;
	color:#7E7E7E;
}

.register-step-list .active{
	color:#0065B0;
}
.register-step-list .active .circle{
	border-color:#0065B0;
}

.register-step-list .active .circle:after{
	width:14px;
	height: 14px;
	border-radius: 50%;
	background:#0065B0;
	position: absolute;
	left:4px;
	top:4px;
	content:"";
}

.register-body .page{
	padding-top: 0px;
}

.register-step-2:before,.register-step-3:before{
	content:"";
	position: absolute;
	display: block;
	background:#0065B0;
	left:17%;
	bottom:26px;
	height: 5px;
	z-index: 10
}

.register-step-2:before{
	width:33%;
}

.register-step-3:before{
	width:66%;
}

form.card-body small{
	font-size: 12px;
	color:#999;
}



.breadcrumb-bg:before{
	background:#fff!important;
}

.form-bg{
	background:#F4F7F8;
	padding-bottom: 30px;
}

.form-bg .alert-danger{
	color: #6DBB39;
	background: rgba(109,187,57,.2);
	border: none;
	font-size: 12px;
}

.form-bg .alert-danger .container{
	padding-left: 0;
	padding-right: 0;
}

.form-bg .register-step-list{
	margin-top: 30px;
	margin-bottom: 0;
}


.form-bg .register-step-list:after{
	width:80%;
	left:10%;
}

.form-bg .card-head{
	padding:0.75rem 1.5rem;
	border-bottom:1px solid #ddd;
	color:#0065B0;
	font-weight: bold;
}

.form-bg .card-body{
	padding:0.75rem 1.5rem;
}

.form-group .card-body .mb-0{
	margin-bottom: 0;
}

@media (max-width:1024px){
	.form-bg .register-step-list p{
		font-size: 13px;
	}
}

@media screen and (max-width:1023px) {
	.form-bg .register-step-list p{
		display: none;
	}
	.form-bg .register-step-list{
		align-items: flex-end;
	}

	.form-bg .register-step-list .active p{
		display: block;
		background:#0065B0;
		border-radius: 5px;
		color:#fff;
		position: relative;
	}

	.form-bg .register-step-list .active p span{
		position: relative;
		z-index: 10;
	}

	.form-bg .register-step-list .active p:after{
		content:"";
		display: block;
		position: absolute;
		bottom:-5px;
		left:50%;
		margin-left: -8px;
		background:#0065B0;
		width:16px;
		height: 16px;
		transform: rotate(45deg);

	}
}

@media screen  and (max-width:768px){
	.form-bg .register-step-list{
		margin-top: 10px;
	}

	.form-bg .register-step-list .item p{
		min-height: 20px;
		background:none!important;
	}

	.form-bg .register-step-list .item p:before{
		display: inline-block;
		position: absolute;
		top:0;
		background:#0065B0;
		color:#fff;
		border-radius: 5px;
		z-index: 10;
		padding:5px 10px;
		left:0;
		content:"Loan Information";
		display: none;
		width:auto;
		white-space: nowrap;
	}
	.form-bg .register-step-list .item:nth-of-type(2) p:before{
		content:"Applicant Information";
	}

	.form-bg .register-step-list .item:nth-of-type(3) p:before{
		content:"Property Information";
	}

	.form-bg .register-step-list .item:nth-of-type(4) p:before{
		content:"Bank Account";
	}


	.form-bg .register-step-list .item:nth-of-type(5) p:before{
		content:"Other Supporting Documents";
		left:-20vh;
	}

	.form-bg .register-step-list .active p:before{
		display: block;

	}

	
	.form-bg .register-step-list .active:nth-of-type(2){
		content:"";
	}

	.form-bg .register-step-list .active p:after{
	width:8px;
	height: 8px;
	bottom:-12px;
	background:#0065B0;
	left:50%;
	content:"";
	
	}

	.form-bg .register-step-list:after{
	width:80%;
	left:10%;	
	}

	.form-bg .register-step-list .active p span{
		display: none;
	}


	.form-bg .register-step-list .active-history p:before,.form-bg .register-step-list .active-history p:after {
		display: none;
	}

	.card .table-responsive td{
		min-width: 200px;
	}
}

.card .table{
	border-radius:10px;
}

.contact-container .left,.contact-container .right{
	padding:35px;
}

.contact-container .left{
	background: url(../images/mlk/mlk-contact-logo.png) #2B2B2B no-repeat right bottom;
	background-size:300px;
	color:#f7f8f9;
}

.contact-container .left .contact-info{
	margin-top:60px;
}

.contact-container .left .contact-info .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin:20px 0;
}

.contact-container .left .contact-info .fa{
	width:40px;
	display: inline-block;
	font-size: 20px;
}

.contact-container .right{
	background:#F4F7F8;
}

.gray-bg{
	background: #F4F7F8;
}


#sampleinfo{
	display: flex;
	align-items:center;
	justify-content: flex-end;
	height: 500px;
	position: relative;
}
.gray-bg-overlay{
	position: relative;
}

.gray-bg-overlay:after{
	content:"";
	height: 100%;
	width:30vw;
	position: absolute;
	top:0;
	right:0;	
	background-image: linear-gradient( to left, #F4F7F8 50%,rgba(244,247,248,0) 100%);
}

#sampleinfo .info{
	position: absolute;
	left:0;
	max-width: 580px;
	line-height: 1.65;
	width:100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center
}

#sampleinfo .info p{
	position: relative;
	z-index: 10;
	line-height: 2;
}

#sampleinfo .info:after{
	width:150%;
	position: absolute;
	content:"";
	display: block;
	height: 100%;
	top:0;	
	height: 100%;
	background-image: linear-gradient( to right, #F4F7F8 60%,rgba(244,247,248,0) 100%);
	z-index: 1;
}

#sampleinfo img{
	max-height:500px;
}

.loan-calculator{
	margin-top:50px;
	max-width:1200px;
}

.loan-calculator .title h1{
	font-size: 3rem;
	font-weight:bolder;
}
.loan-calculator .gray-bg{
	padding:3rem 3rem 1rem;
}



.loan-calculator-form{
	position: relative;
}

.loan-calculator-form:after{
	content:"";
	width:1px;
	height: 95%;
	position: absolute;
	left:50%;
	background: #d8d8d8
}

.loan-calculator-form .title{
	border-bottom:1px solid #d8d8d8;
	margin-bottom:2rem;
	padding-bottom:2rem;
}

.loan-rule li{
	line-height: 2.5;
	color:#0065B0;
}

.loan-rule li span{
	color:#444;
}

.modal-dialog{
	margin:0.5rem auto;
}

.modal-header{
	border-bottom:none;
}

.bannerimg:before{
	background: #F4F7F8;
	color:#666;
}

.bannerimg .header-text h1{
	color:#0065B0;
	margin-bottom:10px!important;
}

.bannerimg .header-text small{
	margin-top:20px;
}

@media  (max-width:992px) {
	body{font-size: 16px;}
	.bannerimg .col-auto{display: none;}
	.bannerimg .header-text{text-align: center;}
	.loan-rule{margin-top:20px;}
	.load-apply{text-align:center;}
	.load-apply .btn{width:60%;}

	#sampleinfo{display: flex;flex-direction: column-reverse;padding:0 30px; height:auto;}
	#sampleinfo .info{position: relative;}
	#sampleinfo .info p{line-height: 1.65;margin-top:30px; margin-bottom:40px;  text-align: justify!important;line-height:1.8}

	.loan-calculator-form:after{display: none;}

	.loan-calculator-form form{border-bottom:1px solid #ddd;}
	.loan-calculator-form .item{margin-bottom:20px;}
	.loan-calculator-form .item h5{font-size: 24px;}
}


.index-slider::before{
	display: none;
}

.index-slider{
	padding-bottom: 0;
}


.choose-icon{
	width:100px;
	height: 100px;
	border-radius: 50%;
	background:#0065B0;
	margin:0 auto;
	display:flex;
	align-items: center;
	justify-content: center
}


.support-card{
	background:none;
	box-shadow: none!important;
	position: relative;
}

.support-card>div{
	position: relative;
	z-index: 10;
}

.support-card:after{
	content:"";
	position: absolute;
	bottom:0;
	background:#fff;
	border-radius: 10px;
	height:80%;
	width:100%;
}

.service-list .card,.service-list .card-body{
	padding: 0;
}

.service-list .card-body{
	border-radius: 10px;
	border:1px solid #d8d8d8;
	overflow: hidden;
}

.service-list .card-body h4{
	padding:1.5rem;
	color:#0065B0;
}

.cookie-consent{
	display: none
}

@media screen and (max-width:768px) {
	.service-list>div{
		width:50%;
	}

	.featureboxcenter{
		flex-wrap: nowrap;
		overflow: scroll;
		justify-content: flex-start;
		padding:1.75rem;
	}

	.featureboxcenter > div{
		width:70%;
	}

	.sptb{
		padding-top: 2rem;
		padding-bottom: 4rem!important;
	}

	.sptb-tab{
		padding-top: 4rem;
	}
	
}

	.footer-bar{
		display: none;
	}

	@media screen and (max-width:768px) {
		.footer-bar{
			display: flex;
			position: fixed;
			bottom:0;
			width:100%;
			align-items: center;
			justify-content: space-between;
			border-top:1px solid #ccc;
			z-index: 999999999;
			background:#fff;
			padding: 10px 0;
		}


		.footer-bar .item{
			flex:1;
			text-align: center;
			color:#B0B0B0;
			display: block;
			font-size:14px;
		}

		.footer-bar .item p{
			margin-bottom:0;
		}

		.footer-bar .item img{
			width:24px;	
			height: 24px;	
			margin-top:5px;
			margin-bottom:5px;
		}


		.footer-bar .active{
			color:#0065B0;
			overflow: hidden;
		}

		.footer-bar .active img{
			position: relative;
			left: -80px;
			filter: drop-shadow(#0065B0 80px 0);
		}


	}

	
#whatsapp-sidebar-button{
	position: fixed;
	bottom:30vh;
	width:54px;
	height: 54px;
	border-radius: 50%;
	background:#2cb62c;
	color:#fff;
	right:20px;
	text-align: center;
	line-height: 54px;
	font-size: 32px;
}


.product-list{
	margin-top: 3rem;
}

.product-list a{
	display: block
}

.product-list .item{
	margin-bottom: 5px;
	margin-top: 15px;
}

.product-list .name{
	width:80%;
	margin:0 auto;
	border-radius: 10px;
	background:#0065B0;
	color:#fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: relative;
	top:-20px;
}

.product-list .item:nth-of-type(2) .name{
	background:#E86767;
}

.product-list .item:nth-of-type(3) .name{
	background:#329889;
}

.product-list .item:nth-of-type(4) .name{
	background:#ED784E;
}

.product-list .item:nth-of-type(5) .name{
	background:#E25B49;
}

.product-list .item:nth-of-type(6) .name{
	background:#1591AD;
}

#policy-info{
    width:100%;
	max-width:1200px;
	top:5%;
	max-height: 600px;
}

#policy-info .modal-body{
	background:#F4F7F8;
}


#policy-info  .modal-footer{
	justify-content: center;
}


@media (min-width: 1280px){
.containe {
    max-width: 1200px;
}


}

#debt-ratio .modal-dialog{
	max-width:800px;
}

#debt-ratio  .ratio-info{
	background:#f5f7f8;
	padding:10px;
	color:#444;
	margin-bottom: 20px;
	margin-top: 5px;
}


#debt-ratio  .ratio-info .row{
	margin-bottom: 20px;
}

#debt-ratio  .modal-header{
	border-bottom:1px solid #e6ebf1;
}

#debt-ratio  .form-check{
	padding:0px 30px;
	color:#444;
}

#debt-ratio  .modal-footer{
	border-top:none;
	justify-content: center;
}

.bank-account-card .card{
	border-top:none!important;
}

.card-body + .card-body{
	border-top:none!important;
}


@media (min-width: 992px){}
.landingmain-header.header .sticky-wrapper {
    height: 78px !important;
}
}


/*拖拉上传开始*/

.file-input {
    overflow-x: auto;
}

.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('../images/mlk/loading.gif') top left no-repeat;
    border: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.file-caption .glyphicon {
    display: inline-block;
    min-width: 18px;
    float: left;
    margin-top: 2px;
}

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    max-height: 20px;
    padding-right: 10px;
    word-break: break-all;
}

.file-caption-ellipsis {
    position: absolute;
    right: 10px;
    margin-top: -6px;
    font-size: 1.2em;
    display: none;
    font-weight: bold;
    cursor: default;
}

.kv-has-ellipsis .file-caption-ellipsis {
    display: inline;
}

.kv-has-ellipsis {
    padding-right: 17px;
}

.kv-search-container .kv-search-clear {
    position: absolute;
    padding: 10px;
    right: 0px;
}

.file-error-message {
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

.file-error-message pre, .file-error-message ul {
    margin: 5px 0;
    text-align: left;
}

.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-input .btn[disabled], .file-input .btn .disabled {
    cursor: not-allowed;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview-frame {
    display: table;
    margin: 8px;
    height: 160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
    vertical-align: middle;
}

.file-preview-frame:hover {
    box-shadow: 3px 3px 5px 0px #333;
}

.file-preview-image {
    height: 160px;
    vertical-align: text-center;
}

.file-preview-text {
    width: 160px;
    color: #428bca;
    font-size: 11px;
    text-align: center;
}

.file-preview-other {
    padding-top: 48px;
    text-align: center;
}

.file-preview-other i {
    font-size: 2.4em;
}

.file-other-error {
    width: 100%;
    padding-top: 30px;
    text-align: right
}

.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button {
    display: none;
}

.loading {
    background: transparent url('../images/mlk/loading.gif') no-repeat scroll center center content-box !important;
}

.wrap-indicator {
    font-weight: bold;
    color: #245269;
    cursor: pointer;
}

.file-actions {
    text-align: left;
}

.file-footer-buttons {
    float: right;
}

.file-thumbnail-footer .file-caption-name {
    padding-top: 4px;
    font-size: 11px;
    color: #777;
}

.file-upload-indicator {
    padding-top: 2px;
    cursor: default;
}

.file-upload-indicator:hover {
    font-size: 1.2em;
    font-weight: bold;
    padding-top: 0;
}

.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 40px;
    padding: 85px 10px;
}

.highlighted {
    border: 2px dashed #999 !important;
    background-color: #f0f0f0;
}

.file-uploading {
    background-image: url('../images/mlk/loading-sm.gif');
    background-position: center bottom 10px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.file-icon-large {
    font-size: 1.2em;
}

.kv-main .progress{
	margin:10px 0;
}

/*拖拉上传结束*/


.support-card .btn-primary{
	background:#0065B0 ;
	border-color: #0065B0;
}

.support-card .btn-primary:hover{
	background:#565656!important;
	opacity: 1;
	border-color: #565656!important;
}


.main-footer li{
	font-weight: bold;
}

.main-footer .list-product li{
	font-weight: normal;
}

.main-footer  img{
	max-width: 220px;
}

.breadcrumb-item + .breadcrumb-item::before{
	content:">";
	opacity: 1;
	color:#999;
	padding-left:0;
}

.breadcrumb-item a{
	color:#444;
}

@media (max-width: 992px){
.bannerimg .header-text {
    margin-top: 2rem;
}

}

.form-bg .btn{
	min-width: 200px;
}

.form-bg .btn-dark{
	background:#7E7E7E;
	border-color:#7E7E7E;
}

.form-bg .btn-dark:hover{
	background:#444;
	border-color:#444;
}

.form-check-input[type=radio]{
	border-radius: 2px;
}

.form-check-input:checked[type=radio]{
	background:none;
}

.form-check-input:checked[type=checkbox]{
	background: none;
}

.form-check-input:checked[type=radio]:before,.form-check-input:checked[type=checkbox]:after{
	font: normal normal normal 10px/1 FontAwesome;
	content:"\f00c";
	font-weight: lighter;
	line-height: 1rem;
	position: relative;
	top:-5px;
	left: 1px;
	color:#fff;
}

.form-check-input:checked{
	background: #0065B0!important;
	border: none!important;
}

.month-after{
	position: relative;
}

.month-after:after{
	content:"Month";
	position: absolute;
	right:10px;
	bottom:8px;
	color:#444;
	display: block;
	opacity: 0.5;
}

.account-nav {
	width:100%;
}
.account-nav .nav-link{
	line-height: 45px;
	color:#444;
	display: block;
	width:100%;
	padding-left: 30px;
}

.account-nav .active{
	background:#f4f5f6;
	border-left:10px solid #0065B0;
	padding-left: 20px;
}

.loan-history-list,.loan-application-records-list{
	margin-top: 15px;
	margin-bottom:20px;
	border-radius: 5px;
	border:1px solid #ddd;
}

.loan-history-header,.loan-application-records-header{
	background:#f2f2f2;
	padding:.8rem 1rem;
}

.loan-history-body,.loan-application-records-body{
	padding:1rem;	
}

.loan-history-body .btn,.loan-application-records-body .btn{
	min-width: auto;
}

.loan-history-body small,.loan-application-records-body small{
	margin-bottom: 10px;
	display: inline-block;
	opacity: 0.8;
}


#reject-agreement .modal-dialog{
	max-width:960px;
}

.form-bg .btn-xs{
	min-width: auto;
	padding:0rem 0.5rem;
	font-size: 12px;
	line-height: 1;
	margin-left:10px;
}

.card-sm{
	background:#f4f7f8;
	color:#a3bbce;
	padding:.35rem .8rem;
	border-radius: 5px;
}

.sqft{
	position: relative;
}

.sqft:after{
	position: absolute;
	right:20px;
	bottom:8px;
	content:"(sq.ft)";
}

.text-right{
	text-align: right;
}


/*2022-07-18*/
.support-sidebar .side-menu li .side-menu__item.active,.support-sidebar .side-menu li a:hover{
  background: #f4f7f8;
  color: #444;
  border-left: 8px solid var(--primary)!important;
}

.support-sidebar .side-menu li a{
  padding:5px 0 5px 20px;
  border-left: 8px solid #fff;
}

.acc-header a.collapsed {
    border-radius: none;
    border: none;
}

.acc-header a {
    font-size: 1.1rem;
}
.acc-header a {
    display: inline;
    padding: 0;
    font-size: 14px;
    background-color: #ebeff8;
    border-bottom: 0;
    border: none;
    border-radius: none;
}

.effective_rate_content{
	position: relative;
}

.effective_rate_content:after{
	position: absolute;
	right:20px;
	bottom:8px;
	content:"%";
}
.total_tenor_content{
	position: relative;
}

.total_tenor_content:after{
	position: absolute;
	right:20px;
	bottom:8px;
	content:"Periods(期)";
	color: #bcc0e2;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.hidden{
	display: none;
}
.el-date-editor.el-input{
	width: 100% !important;
}

.minus{
	border: 0 none;
}

.money_sign:after{
	position: absolute;
	right:20px;
	bottom:8px;
	content:"HK$";
	color: #212529;
}

@media (max-width:768px){
    .contact-container .left .contact-info{
        margin-top:30px;
    }
    
    .btn-primary,.submit .btn-secondary {
        width:200px;
        height: 42px;
        line-height:42px;
        padding:0;
    }
    
    iframe{
        width:95%;
        margin-left:20px;
    }
    
    .row-deck .col-xl-6{
        margin-bottom:30px;
    }
    
     .row-deck .col-xl-6 ul{
         margin-left:-15px;
     }
    
    .modal-header{
        position: relative;
        z-index: 10;
    }
    
    .modal-body{
        position: relative;
        top:-30px;
        margin-bottom:-10px;
    }
    
    
    .loan-calculator .gray-bg{
        padding-left:1.5rem;
        padding-right:1.5rem;
    }
    
    .loan-calculator-form .col-md-12{
        padding:0;
    }
    
    .loan-calculator-form .mt-5{
        margin-top:20px!important;
        margin-bottom:20px;
    }
    
    .loan-calculator h3{
        padding-left:15px;
    }
    
    .register-body .page{
        padding-top:50px;
    }
    
    .register-body .col-10{
        width:92%;
        max-width:92%;
        flex:0 0 92%;
    }
    
    .register-step-list .item p{
        font-size:12px;
        max-width:65px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0 auto 1rem;
    }
    
    .sidebar-gone .card-body form .mt-5{
        display: flex;
        justify-content: space-between;
    }
    
    .sidebar-gone .card-body form .mt-5 .btn ,.sidebar-gone .card-body form .mt-5  .btn-primary{
        width:150px;
        min-width: 150px;
        height: 42px!important;
        line-height: 42px!important;
        padding:0!important;
        display: block;
    }
    
     .form-bg .btn-xs{
         margin-top:20px;
         margin-bottom:20px;
     }
    
    .loan-history-header, .loan-application-records-header{
        display: flex;
        flex-direction: column;
    }
    
    .loan-history-body .col, .loan-application-records-body .col{
        width:100%;
        flex:0 0 100%;
    }
    
    .loan-history-body .col .btn, .loan-application-records-body .col .btn{
        margin-top:20px;
    }
}


@media only screen and (max-width: 991px){
.horizontalMenu > .horizontalMenu-list {
    min-height: 100%;
    width: 100%;
    margin-left: 0;
    text-align: center;
    border-right:none;
    box-shadow:none;
    position: fixed;
    top:0;
    z-index: 999999;
    padding-top:4rem;
}

.horizontalMenu > .horizontalMenu-list  li{
	width: 80%;
	margin:0 auto;
	font-size: 16px;
}

 .horizontalMenu-list .menu-btn:before{
	display: none;

}
.horizontalMenu{

    background:#fff!;
}

.horizontal-overlapbg{
	display: none;
}

.active .horizontalMenucontainer{
	margin-left:0;
}

.active .horizontalMenucontainer .header-brand-img.mobile-logo,
.active .horizontalMenucontainer .pe-3{
	display: none!important;
}

.active .horizontalMenucontainer .animated-arrow{
	left:80%;
	background:none;
	margin-top:10px!important;
}
.active .support-mobile-header{height:3.4rem;}
.active .horizontalMenucontainer .support-mobile-header{

	background:#0065B0;
	border-bottom:none;
}

.active .horizontalMenucontainer .animated-arrow span:before, .active .horizontalMenucontainer .animated-arrow span:after{
	background:#fff;
}

.active .horizontalMenucontainer .last-info{
	color:#0065B0;
	position: absolute;
	bottom:15%;
	text-align:center;
	width:100%;
}

.support-card .btn-primary{
    width:60%;
}

#user_detail_loan,
#ap_step1,
#ap_step2_1,
#ap_step2,
#ap_step3,
#ap_step3_1,
#ap_step4,
#ap_step5{
    padding-bottom:80px;
}



#user_detail_loan .footer-btn-group,
#ap_step1 .footer-btn-group,
#ap_step2_1 .footer-btn-group,
#ap_step2 .footer-btn-group,
#ap_step3_1 .footer-btn-group,
#ap_step3 .footer-btn-group,
#ap_step4 .footer-btn-group,
#ap_step5 .footer-btn-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#user_detail_loan .footer-btn-group .btn,
#ap_step1 .footer-btn-group .btn,
#ap_step2_1  .footer-btn-group .btn,
#ap_step2  .footer-btn-group .btn,
#ap_step3_1  .footer-btn-group .btn,
#ap_step3  .footer-btn-group .btn,
#ap_step4  .footer-btn-group .btn,
#ap_step5  .footer-btn-group .btn{
    flex:1;
    margin:0 10px;
    min-width: 10px;
    padding:0;
    height: 45px;
    line-height: 45px;
}
#debt-ratio{
    z-index: 9999999999999;
}

#debt-ratio .btn{
    width:42%;
    height: 45px;
    line-height: 45px;
    padding:0;
    min-width: 100px;
}

#debt-ratio  .modal-dialog{
    top:5vh;
    margin:0.5rem;
}

}

@media screen and (max-width: 768px){
    .card .table-responsive td {
       min-width: 50px; 
    }
    
    .card .table-responsive td .form-check {
        min-width: 150px;
    }
    
    .form-bg .register-step-list .item p {
         min-height: 20px;
         display: none;
    }
    
    
    .form-bg .register-step-list .active p {
         color:#fff;
         display: block;
         position: relative;
         height: 20px;
    }
    
    .form-bg .register-step-list .active-history p{
        display: none;
    }
    

    .form-bg .register-step-list .active p span{
        display: block;
        background:#0065B0;
        color:#fff;
        white-space:nowrap;
        position: absolute;
        padding:5px 10px;
        border-radius: 20px;
    }
    
    .form-bg .register-step-list .active p span:after{
        content:"";
        width:10px;
        height: 10px;
        background:#0065B0;
        transform: rotate(45deg);
        position: absolute;
        left:30px;
        margin-left:-5px;
        bottom:-5px;
    }
    
    
    
    .form-bg .register-step-list .item:nth-of-type(5) p:before{
        display: none;
    }
    
    
   .form-bg .register-step-list .item:nth-of-type(5)  p:after{
        display: none;
    }
    
    .form-bg .register-step-list .item:nth-of-type(5) p span{
        left:-30vw;
    }
    
    .form-bg .register-step-list .item:nth-of-type(5) p span:after{
        left:82%;
    }
}


@media (max-width:480px){
    
}


.is_whatsapp .fa{
	font-size: 24px;
	/* line-height: 50px; */
	padding-left: 10px;
}
.pt-3{
	padding-top: 2.75rem !important;
}

.mobile-language{
	border-radius: 50px;
	background:#0065B0;
	padding:5px;
	max-width: 100px;
	align-items: center;
	justify-content: space-between;
	margin:50px auto 0;
	display: none;
}

.mobile-language a{
	display: block;
	flex:0 0 49%;
	border-radius: 50px;
	color:#fff;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}

.mobile-language a.active{
	background:#fff;
	color:#0065B0;
	flex:0 0 49%;

}

@media (max-width:768px){
	.mobile-language{
		
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	}
}