#banner {
    font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 300px;
	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;
}
.text {
	position: absolute;
	width: 100%;
    left: 300px;
	top: 35px;
    font-size: 14.5px;
    margin-left: 13px;
    text-align: left;
    font-weight: 400;
    letter-spacing: -0.2px;
	color: #333;
	opacity: 0;
}
#text2 {
    left: -300px;
    margin-left: 13px;
	top: 54px;
	color: #306dab;
}
#text2 span {
    font-weight: 700;
}
#text3 {
    left: 0;
	top: 84px;
    font-size: 16px;
}
.line {
    position: absolute;
    width: 275px;
    height: 2px;
    background-color: #e84c3c;
    left: 13px;
    top: 76px;
}
#loanstable {
	position: absolute;
	width: 300px;
	top: 107px;
    left: -1px;
	margin: 0 auto;
	text-align: center;
	z-index: 400 !important;
    pointer-events: all;
}
.circle {
	display: inline-block;
    width: 80px;
    height: 37px;
	margin: 1.5px 5.5px;
	opacity: 0;
    z-index: 110;
    pointer-events: all;
}
.circlebox {
    position: absolute;
	font-family: 'Lato', sans-serif;
    width: inherit;
    height: inherit;
    border-left: 4px solid #08c177;
    line-height: 37px;
    font-size: 16px;
    color: #101f30;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.3px;
}
.circlebgbox {
    position: absolute;
    width: 82px;
    height: 35px;
    border: 1px solid #ddd;
}
#cta {
	position: absolute;
	width: 275px;
	height: 36px;
	right: 12px;
	bottom: -20px;
    opacity: 0;
	background-color: #e84c3c;
	border-radius: 4px;
	font-size: 16.5px;
    letter-spacing: -0.1px;
	font-weight: 400;
	text-align: center;
	line-height: 36px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 36px;
	background-color: #e84c3c;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 256px;
    opacity: 0;
}
#arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #fff;
	bottom: 12px;
	right: -112px;
	z-index: 450;
	pointer-events: none;
}
#shine {
	position: absolute;
	width: 200px;
	height: 56px;
	left: -280px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 25px;
	height: 21px;
	left: 14px;
	top: 11px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('logo.png');
}
#logotext {
    position: absolute;
    width: 200px;
    height: auto;
    color: #2c3e50;
    font-size: 15px;
    font-weight: 400;
    left: 45px;
    top: 12px;
}
#terms {
    position: absolute;
    width: 100%;
	height: 10px;
    bottom: 3px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 9px;
    line-height: 9px;
    color: #333333;
	opacity: 0.4;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}