#call-btn {
	bottom: auto;
	top: 70px;
	padding: 4px 0 0px;
}
.form_bottom {
	background: #fff;
	border: 3px solid #6c9f2c;
	border-radius: 8px;
	padding: 20px 10px;
	width: 100%;
	max-width: 330px;
	float: right;
}
.form_bottom h3 {
	color: color: #008b48;
	text-align: center;
}
small {
    font-size: 80%;
}
.form_bottom h3 b {
    display: block;
    line-height: 1em;
    font-weight: 900;
    font-size: 24px;
	color: #008b48;
}
.form_bottom h3:after {
    content: "";
    display: block;
    background: url(../images/form.jpg) no-repeat top;
        background-size: auto;
    background-size: 100%;
    width: 59px;
    height: 30px;
    margin: 3px auto 10px;
}
.form_bottom select {
	background: url(../images/form_2.jpg) center right .75em no-repeat;
	background-size: 7px 11px;
	box-shadow: 0 1px 1px rgba(0,0,0,.075);
	border-bottom-color: #c2c2c2;
	border-top-color: #d6d6d6;
	height: 2.5em;
	border: 1px solid rgba(34,36,38,.15);
	font-size: .8em;
	border-radius: .3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	margin-bottom: 15px;
	width: 100%;
}
.form_bottom input {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	tap-highlight-color: hsla(0,0%,100%,0);
	line-height: 1.2142em;
	padding: .67861429em .8em;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-image: none;
	border-radius: .3em;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	color: #333;
	display: block;
	line-height: 1.2;
	height: 2.5em;
	padding: 0 .75em;
	width: 100%;
	background-color: #fff;
	margin-bottom: 15px;
}
.form_bottom .buttonIndex {
    background: #ff7200;
    display: block;
    width: 100%;
    border: none;
    padding: 15px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4em;
    font-weight: 700;
    margin: 5px auto 0;
}
.secure {
    background: url(../images/64e88f2e64c848dee72cb4b37f396aed.jpg) no-repeat top;
        background-size: auto;
    background-size: 250px 48px;
    width: auto;
    height: 48px;
    margin: 10px auto 0;
}
.section-9 .bnr-prd {
	left: 33%;
}
@media only screen and (max-width:1288px) {
	.bnr-lft { width: 65%; }
	.section-9 .bnr-prd { display: none; }
	.bnr-p2 { font-size: 44px; }
}
@media only screen and (max-width:1023px) {
	.bnr-lft { width: 55%; }
	.bnr-p2 { font-size: 30px; }
}	
@media only screen and (max-width: 767px) {
	.header-gap { height: 140px; }
	.bnr-lft { width: 100%; float: none; }
	.form_bottom { float: none; margin: 10px auto; }
	.form_bottom h3:after { margin: 35px auto 20px; }
}	
@media only screen and (max-width:420px) {
	#call-btn {	top: 85px; }
	.header-gap { height: 155px; }
}	