@charset "utf-8";
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; /*For IE 6&7 only*/ }

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #757575;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #757575;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #757575;
}
body { margin: 0; padding: 0; background: #7ec48e;}
#container { width: 1184px; margin: auto; overflow: hidden; position: relative; padding-bottom: 50px;}
img { vertical-align: middle;}


.left { float: left; width: 720px; }
.right { float: right; width: 530px; }

.info { text-align: center; }
h1, h2 { font-family: "DIN Black", sans-serif; font-size: 66px; color: #76283a; padding: 0; margin: 10px 0 22px; line-height: 1; }
h1 { margin-bottom: 24px; }
.in { font-family: "DIN Bold", sans-serif; font-size: 24px; }
h2 { font-size: 34px; }
.info p { font-family: "DIN Bold", sans-serif; font-size: 18px; margin: 6px 0; padding: 0; }
ul, li { font-family: "DIN Bold", sans-serif; font-size: 18px; margin: 0; padding: 0; text-align: left; }
ul { max-width: 275px; margin: 10px auto; list-style-type: none; padding: 0; }
li { background: url(../images/ADIV/arrow.png) no-repeat 0 6px; padding-left: 24px; line-height: 1.6; }
.info p.be { margin-top: 30px; }
.no { font-family: "DIN Black", sans-serif; font-size: 20px; color: #76283a; margin: 12px auto 24px; padding: 2px 0 6px; }

.form { background: #85b389; padding: 12px 22px ; z-index: 1; bottom: 32px; position: absolute; left: 434px; width: 682px;}
.form .title { font-family: "Open Sans", sans-serif; font-weight:600; font-size: 21px; color: #76283a; letter-spacing: -0.5px; }
.form p { font-family: "Open Sans", sans-serif; font-size: 17px; font-weight:600; color: #030303; margin: 4px 0 10px; }
.form input.form-control { border: none; border-bottom: 1px solid #739776; box-shadow: none; border-radius: 0; background: none; width: 100%; margin: 8px 0 10px; display: inline-block; padding: 0px; font-size: 14px; }
.form-control.state { border: none; border-bottom: 1px solid #739776; box-shadow: none; border-radius: 0; background: none; width: 10%; margin: 0; display: inline-block; padding: 0px; font-size: 14px; color: #757575; }
.form input.form-control.country { width: 23%;  }
/*.form input.btn { font-family: "DIN Bold", sans-serif; font-size: 16px; float: right; background: #77293b; color: #fff; padding: 6px 30px; border-radius: 30px; border: none; }*/
.form input.btn[type="submit"] {
	background:url(../images/btn.png);
	width:105px;
	height:30px;
	color:rgba(255,255,255,0);
	border:0;
	margin-top:5px
}

.form input.btn[type="submit"]:focus{outline: none}
.right #img ,.form input.btn[type="submit"]{float:right}


form{font-family: "Open Sans", sans-serif;font-weight:600;color: #030303;font-size: 15px;}
form .name1{ width:11%; display: inline-block;}
form .form-control.name2{width:88%; display: inline-block;}
form .state1{width:11%; display:inline-block;}
form .country1{width:10%; display:inline-block;}
form .code1{width:15%; display:inline-block;}
.form input#code {width: 28%;float: right;}
.form .left { width: 67%; float: left; }
.form .right { width: 29%; float: right; }
form .email1{width:16%; display:inline-block;}
input.form-control.email{ border: none; border-bottom: 1px solid #739776; box-shadow: none; border-radius: 0; background: none; width: 83%; margin: 6px 0 2px; display: inline-block; padding: 1px 0px; font-size: 14px; /*color: #757575;*/ margin: 8px 0 10px; }
form .phonenum1{width:16%; display:inline-block;}
input.form-control.phonenum{ border: none; border-bottom: 1px solid #739776; box-shadow: none; border-radius: 0; background: none; width: 83%; margin: 6px 0 2px; display: inline-block; padding: 1px 0px; font-size: 14px; /*color: #757575;*/ margin: 8px 0 10px; }

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
	transition: background-color 5000s ease-out 0.5s;
	-webkit-text-fill-color: #030303;
}

.form-control.state {
	color: #030303;
}