* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#banner, #banner * {
    box-sizing: content-box !important;
}
#banner {
    pointer-events: all;
}
#banner {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 970px;
	height: 250px;
	background-color: #fff;
	top: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	opacity: 0;
}
#unclick {
    position: absolute;
    width: 80px;
    height: 60px;
    z-index: 800;
}
#logo {
	position: absolute;
	width: 210px;
	height: 120px;
	left: -4px;
	top: -34px;
    background-repeat: no-repeat;
    background-size: cover;
	background-image: url('logo.gif');
}
.text {
    position: absolute;
    width: 500px;
    height: 20px;
	color: #31353b;
    font-weight: 700;
	font-size: 26px;
    text-align: left;
	opacity: 0;
}
#text1 {
    left: 300px;
    margin-left: 185px;
	font-size: 36px;
	top: 17px;
}
#text2 {
	top: 64px;
	font-size: 20px;
    margin-left: 24px;
    font-weight: 400;
}
#text3 {
	top: 20px;
    margin-left: 515px;
    color: #101f30;
}
#credittable {
	position: absolute;
	width: 300px;
    height: auto;
	top: 90px;
    left: 10px;
	margin: 0 auto;
	text-align: center;
    z-index: 110;
    pointer-events: all;
}
.credit {
    position: absolute;
	height: 42px;
	width: 145px;
    border-radius: 3px;
	color: #333333;
	opacity: 0;
    z-index: 120;
}
#credit1 {
    top: 0px;
    left: 0px;
}
#credit2 {
    top: 59px;
    left: 0px;
}
#credit3 {
    top: 0px;
    left: 140px;
}
#credit4 {
    top: 59px;
    left: 140px;
}
#credit5 {
    top: 0px;
    left: 280px;
}
.circle_inner {
	position: absolute;
    background: #e7e6e5;
	border-radius: 13px;
	width: 43px;
	height: 13px;
    margin-top: 16px;
    margin-left: 11px;
    transition: background 0.3s;
}
.toggle {
    position: absolute;
    width: 50px;
    height: 40px;
    margin-left: 5px;
    margin-top: -3px;
    -webkit-filter: drop-shadow(0 0px 2px rgba(0,0,0,.3));
    -moz-filter: drop-shadow(0 0px 2px rgba(0,0,0,.3));
    -ms-filter: drop-shadow(0 0px 2px rgba(0,0,0,.3));
    -o-filter: drop-shadow(0 0px 2px rgba(0,0,0,.3));
    filter: drop-shadow(0 0px 2px rgba(0,0,0,.3));
}
.circle_togglebefore {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    transform: rotate(-45deg) scale(1);
    margin-left: 3px;
    margin-top: 12px;
}
.circle_toggleafter {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50% 15% 50% 50% / 50% 15% 50% 50%;
    transform: rotate(45deg) scale(0.3);
    margin-top: 12px;
    margin-left: 3px;
}
.amt {
    position: absolute;
    width: 74px;
	font-size: 15px;
    line-height: 15px;
	font-weight: 400;
    text-align: left;
    color: #000;
    letter-spacing: 0.2px;
    margin-top: 14px;
    margin-left: 73px;
}
#amt2, #amt4 {
    margin-top: 6px;
}
span {
    font-size: 12px;
    color: #666667;
}
#btnarea {
    position: absolute;
    width: 500px;
    height: 195px;
	top: 51px;
    left: 464px;
    z-index: 120;
}
#loanstable {
	position: absolute;
	width: 500px;
	top: 51px;
    left: 464px;
	margin: 0 auto;
	text-align: center;
}
.circle {
	display: inline-block;
	margin: 8.5px 8.5px;
	height: 43px;
	width: 142px;
    border: 1px solid #eae9eb; 
    background-color: #fff;
	opacity: 0;
}
.circlebg {
	position: absolute;
    margin-top: -1px;
    margin-left: -1px;
	font-size: 15px;
	color: #101f30;
    font-weight: 700;
    text-align: left;
    padding-left: 34px;
    line-height: 45px;
    border-left: 5px solid #08c177;
	height: 45px;
	width: 105px;
    z-index: 150;
    opacity: 1;
}
.circleon {
    background-color: #08c177;
    border: 1px solid #08c177; 
}
.circlebgon {
	position: absolute;
    border-left-color: #078181;
    color: #fff;
}
#cta {
	position: absolute;
	width: 401px;
	height: 39px;
	left: 22px;
	bottom: 11px;
	background-color: #2f86d4;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	font-size: 18px;
    letter-spacing: -0.2px;
	font-weight: 700;
	text-align: center;
	line-height: 38px;
	opacity: 0;
}
#cta .ctatopbg {
	position: absolute;
	width: inherit;
	height: 39px;
	background-color: #2f86d4;
	border-radius: 6px;
}
.arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #fff;
	bottom: 14px;
    margin-left: 296px;
	z-index: 450;
	pointer-events: none;
}
#cta .ctatext {
	position: absolute;
	top: 0;
	left: 0;
	width: 93%;
}
#cta .shine {
	position: absolute;
	width: 200px;
	height: 56px;
	left: -405px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#terms {
	position: absolute;
	width: 186px;
	height: 11px;
	bottom: 1px;
	right: 22px;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 8px;
    letter-spacing: -0.2px;
	color: #333;
	opacity: 0.3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}
