DIN DIN DIN DIN DIN @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: #d2079f url(../images/FRG/03-Chevalier-FRG-S-LndnPg-FINAL-bg.jpg) no-repeat 100%; }
/* body { margin: 0; padding: 0; background: #e009ae url(../images/FRG/03-Chevalier-FRG-S-LndnPg-FINAL-bg.jpg) } */
#container { max-width: 1000px; margin: auto; overflow: hidden; position: relative;}
@media (min-width: 768px) {
	.container {
    max-width: 100%;
	}
}
@media (min-width: 640px) {
	.container {
    max-width: 100%;
	}
}
img { vertical-align: middle; max-width: 100%; }

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

.content > .left{
    text-align: center;
    float: unset;
    width: auto;
}

.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: #fadff2;
	padding: 12px 15px ;
	z-index: 1;
	bottom: 10px;
	position: absolute;
	width: 440px;
	right: 10px;
	border-radius: 10px;
}
.form .title { font-family: "Open Sans", sans-serif; font-weight:600; font-size: 16px; color: #76283a; letter-spacing: -0.5px; }
.form p { font-family: "Open Sans", sans-serif; font-size: 13px; font-weight:600; color: #030303; margin: 4px 0; }
.form input.form-control { border: none; border-bottom: 1px solid #739776; box-shadow: none; border-radius: 0; background: none; width: 100%; margin: 4px 0; display: inline-block; padding: 0px; font-size: 12px; }
.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: 12px; color: #757575; }
.form input.form-control.country { width: 21%;  }
/*.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: 13px;}
form .name1{ width:12%; display: inline-block;}
form .form-control.name2{width:87%; display: inline-block;}
form .state1{width:12%; display:inline-block;}
form .country1{width:10%; display:inline-block;}
form .code1{width:18%; display:inline-block;}
.form input#code {width: 23%;float: right;}
.form .left { width: 67%; float: left; }
.form .right { width: 29%; float: right; }
form .email1{width:17%; display:inline-block;}
input.form-control.email{ border: none; border-bottom: 1px solid #739776; box-shadow: none; border-radius: 0; background: none; width: 81%; display: inline-block; padding: 1px 0px; font-size: 12px; /*color: #757575;*/ margin: 4px 0; }
form .phonenum1{width:17%; display:inline-block;}
input.form-control.phonenum{ border: none; border-bottom: 1px solid #739776; box-shadow: none; border-radius: 0; background: none; width: 81%;  display: inline-block; padding: 1px 0px; font-size: 12px; /*color: #757575;*/ margin: 4px 0; }
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;
}
