.home-desc {
	font-size: 18px; color: #fff; margin-bottom: 15px;
}
.secure-process {
	margin-bottom: 15px; color: #fff; font-size: 16px;
}
.secure-process i {
	color: #fff; font-size: 18px; margin-right: 5px;
}
.margin-reverse-30 {
	margin-top: -30px;
	z-index: 9999;
}
.apply-section {
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
	border: solid 2px #fff;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.apply-section-header {
    background: #fff;
	padding: 15px;
}
.apply-section-header h2 {
	font-size: 36px;
	color: #000;
	font-weight: 550;
	margin-bottom: 0;
	margin-top: 0;
}
.apply-section-header p {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
}
.apply-section-body {
	background: #fff;
	padding: 0 15px;
}
.apply-section-body p {
	font-weight: 650;
	font-size: 18px;
	color: #000;
}
.apply-section-body ul li {
	font-size: 17px;
	color: #000;
}
.btn-green {
	width: 100%;
	background: #2e7d32;
	color: #fff;
	font-size: 20px;
	border: solid 1px #ffeb3b;
}
.btn-green:hover{
	background: #1b5e20;
	color: #fff;
}
.imp-info {
	background: #f0fdf4;
	padding: 15px;
	border: solid 2px #b9f8cf;
}
.imp-info h2 {
	font-size: 20px;
	font-weight: 400;
	color: #000;
	margin-top: 10px;
}
.imp-info i {
	color: #2e7d32;
	border: solid 2px #2e7d32;
	border-radius: 50%;
	font-size: 18px;
	margin-right: 10px;
	padding: 5px 5px 3px 5px;
}
.imp-info ul li {
	list-style: none;
}
.imp-info-dp, .imp-info-li {
	background: #fff;
	padding: 15px;
	border: solid 1px #ccc;
	margin-bottom: 30px;
}
.imp-info-dp h2, .imp-info-li h2 {
	font-size: 20px;
	font-weight: 400;
	color: #101828;
	margin-top: 10px;
}
.imp-info-dp h2 i {
	color: #2e7d32;
	font-size: 16px;
	margin-right: 10px;
	background: #dbfce7;
	padding: 8px;
	border-radius: 8px;
}
.imp-info-li h2 i {
	color: #ffeb3b;
	font-size: 16px;
	margin-right: 10px;
	background: #fef9c2;
	padding: 8px;
	border-radius: 8px;
}
.imp-info-dp div i {
	color: #2e7d32;
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px;
}
.imp-info-li div i {
	color: #2e7d32;
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px;
}
.warning-icon i{
	color: #e47c14 !important;
	font-size: 16px;
	font-weight: 400;
	margin-right: 10px;
}
.imp-info-dp div, .imp-info-li div {
	line-height: 28px;
	font-size: 13px;
}
.page-title {
	padding: 30px 0;
	margin-top: 60px;
}
.progress-stick {
	margin: 5px 0;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background: #ebe6e7;
}
.next-step-hint {
	color: #a1a1a1;
	font-size: 14px;
	text-align: left;
}
.custom-form-padding {
	padding-bottom: 0 !important;
	border-bottom: solid 1px #ccc;
}
.form-element {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border-radius: 15px;
}
.form-section {
	padding: 25px;
	border-bottom: solid 1px #D1D7DC;
}
.form-section h2 {
	color: #101828;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0;
}
.form-section p {
	line-height: 20px;
	font-size: 17px;
}
/* For Custom radio buttons*/
.inputGroup {
	background-color: #fff;
	display: block;
	margin: 10px 0;
	position: relative;
	border: solid 2px #ebe6e7;
	border-radius: 8px;
}
.inputGroup label {
	padding: 12px 15px 12px 60px;
	width: 100%;
	display: block;
	text-align: left;
	color: #101828;
	font-size: 16px;
	font-weight: 450;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
}
.inputGroup label:before {
	width: 10px;
	height: 10px;
	content: "";
	background-color: #f0fdf4;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}
.inputGroup label:after {
	width: 24px;
	height: 24px;
	content: "";
	border: 2px solid #D1D7DC;
	background-color: #fff;
	/*background-image: url("data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg==" alt="Red dot*/
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	left: 10px;
	top: 23px;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
	color: #101828;
	border: solid 2px #2e7d32;
    border-radius: 8px;
}
.inputGroup input:checked ~ label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}
.inputGroup input:checked ~ label:after {
	background-color: #2e7d32;
	border: double 6px #fff;
}
.inputGroup input {
	width: 24px;
	height: 24px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}
.form-footer {
	padding: 15px 25px 0;
}
.btn-next {
	background: #2e7d32;
    color: #fff;
    font-size: 16px;
    border: solid 1px #ffeb3b;
    padding: 8px 18px;
}
.btn-next:hover {
	color: #fff;
}
.btn-next i {
	font-size: 14px;
	margin-left: 10px;
}
.btn-back {
	background: #fff;
    color: #0a0a0a;
    font-size: 16px;
    border: solid 1px #D1D7DC;
    padding: 8px 18px;
}
.btn-back:hover {
	color: #0a0a0a;
}
.btn-back i {
	font-size: 14px;
	margin-right: 10px;
}
.company-reg-number {
	width: 95%;
	margin-left: 5%;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 15px;
    padding: 15px;
}
.company-reg-number label {
	font-size: 15px;
	color: #0a0a0a;
	font-weight: 500;
	margin-bottom: 5px;
}
.company-reg-number p {
	color: #6a7282;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
}
.tier-details {
	margin-top: 20px;
	font-size: 14px;
}
.tier-details p {
	color: #101828;
	font-size: 14px;
}
pl-0 {
	padding-left: 0 !important;
}
pr-0 {
	padding-right: 0 !important;
}
.small-fonts {
	color: #6a7282;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}
.small-fonts {
	font-size: 13px !important;
}
.edit-section {
	padding: 16px;
	background: #fbf9fa;
	border: solid 1px #ebe6e7;
	border-radius: 10px;
	margin-bottom: 15px;
}
.edit-section p {
	font-size: 14px;
}
.section-name {
	color: #101828;
}
.edit-green {
	background-color: #f0fdf4;
	border-color: #b9f8cf;
}
.edit-orange {
	background-color: #fffbeb;
	border-color: #fee685;
}
.disclaimer-check {
	accent-color: #030213;
	width: 16px;
	height: 16px; 
	margin-right: 5px !important;
}
.declaration-instruction {
	background-color: #fffbeb;
	color: #e17100;
	border-color: #e17100;
	border: solid 1px #e17100;
	padding: 10px;
	border-radius: 10px;
}
.declaration-instruction:hover {
	background-color: #fffbeb;
	color: #e17100;
	border-color: #e17100;
	border: solid 1px #e17100;
	padding: 10px;
	border-radius: 10px;
	cursor: initial;
}
.edit-header {margin-bottom: 15px;}
.billing-section-title{
    color: #101828;
    font-size: 14px !important;
}
.application-completed {
    background: #2e7d32;
    padding: 24px;
    margin-top: 30px;
    margin-bottom: 24px;
    border-radius: 15px;
}
.application-completed h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #fff;
    margin-top: 0;
}
.application-completed p {
    color: #dcfce7;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.application-completed table tr td {
    padding: 3px 7px;
}
.success-pay {
    margin-bottom: 20px;
    border-bottom: 0;
}
.success-pay h2 {
    color: #101828;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 12px;
}
.what-next {
    margin-bottom: 20px;
    border-bottom: 0;
    margin-top: 15px;
}
.what-next h2 {
    color: #101828;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 12px;
}
.what-next table tr td {
    padding: 3px 7px;
    vertical-align: top;
}
.what-next table tr td h2 {
    color: #101828;
    margin-bottom: 4px;
    font-size: 16px;
}
.what-next table tr td p {
    color: #4a5565;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
}
.ref-yellow {
    background: #fbf9fa;
    padding: 15px;
    border: solid 2px #ffeb3b;
    border-radius: 15px;
}
.ref-yellow p {
    font-size: 12px;
    margin-bottom: 4px;
}
.reference-number {
    color: #101828;
    font-size: 24px;
}
.success-note {
    font-size: 14px !important;
    color: #4a5565;
    margin-top: 10px;
    margin-bottom: 0;
}
.success-note i {margin-right: 7px;}
.summary-table {
    border-bottom: 0;
    margin-bottom: 20px;
}
.summary-table h2 {
    color: #101828;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 4px;
}
.payment-summary tr td {
    padding: 12px 8px;
    border-bottom: solid 1px #f6f3f4;
    color: #4a5565;
}
.need-help {
    margin-top: 15px;
    margin-bottom: 20px;
    background: #f0fdf4;
    padding: 15px;
    border-radius: 15px;
    border: solid 2px #b9f8cf;
}
.need-help h2 {
    color: #101828;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: normal;
}
.need-help p {
    color: #4a5565;
    font-size: 14px;
    margin-bottom: 12px;
}
.support-email {
    font-size: 14px;
    color: #4a5565;
    margin-bottom: 0 !important;
}
.support-email a {
    color: #101828;
}
.support-email a: {
    color: #101828;
}
@media screen and (max-width: 480px) {
	h1.home-title {
		font-size: 30px;
		line-height: 1.2;
	}
	.margin-bottom-30 {
	    margin-bottom: 15px !important;
	}
	.margin-top-30 {
	    margin-top: 5px !important;
	}
}
.bottom-section {
    margin-bottom: 20px;
    color: #99a1af;
    font-size: 14px;
}
.bottom-section img{
    max-width: 60%;
    display: block;
    margin-bottom: 20px;
}
.bottom-section h3 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 450;
}
.bottom-nav {
    padding: 0;
}
.bottom-nav li {
    list-style: none;
}
.bottom-nav li a {
    color: #99a1af; 
    font-size: 14px;
}
.bottom-nav li a:hover {
    color: #fff; 
    text-decoration: underline;
}
.footer-link {
    color: #fff;
    text-decoration: none;
}
.footer-copyright {
    margin-top: 20px;
    border-top: solid 1px #ccc;
    padding-top: 15px;
}
.copyright p {
    margin-bottom: 0;
}
.page-heading {
    font-size: 22px;
    font-weight: 550;
    color: #000;
}
.panel-title {
    width: 100%;
    background-image: url('../images/arrow-tab-down.png');
    background-position: right;
    background-repeat: no-repeat;
}
.panel-title a {
    width: 100%;
}
.panel-title a span {
    background: #2e7d32 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-right: 10px;
    text-align: center;
    width: 36px;
}
.card-logo img {
    /*float: right;*/
    height: 2.5em;
    margin-right: 0.1em;
    margin-left: 0;
    margin-bottom: 0.1em;
    border: 1px solid #ddd;
    border-radius: 0.4em;
}



















