.a33 {
	color:#e30513!important;
}
.contact-wrapper {
    position: relative;
    padding-top: 100px;
}
.temx{
	display:none;
}

.now-5 {
	background:#e30513!important;
}
.hal {
	color: #e30513!important;
}
.hal_hover {
	color: #fff!important;
}
.hid {
	line-height: 92px;
	font-size: 72px;
}
#go {
	padding-top: 0px;
	margin-top: -20px;
}
center {
	text-align: left !important;
}
.game_clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.game_form_wrapper {
	background:transparent;
	width: 100%;
	max-width:100%;
	box-sizing:border-box;
	padding:15px;
	border-radius: 5px;
}
.game_form_container {
	padding:0px;
	border:0px dashed #fff;
}
.game_form_wrapper .game_title_container {
	text-align: center;
	margin: 0px 0px 20px;
	padding: 0px 0;
	border-bottom: 4px solid #ffffff0f;
}
.game_form_wrapper h3 {
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	font-family: "Rubik", sans-serif;
	font-size: 40px;
	color: #e30513;
	text-align: left;
}
.game_form_wrapper .row {
	margin:10px -15px;
}
.game_form_wrapper .row > div {
	padding:0 15px;
	box-sizing:border-box;
}
.meg {
	padding-top: 0px;
	margin-top: -80px;
}
.game_form_wrapper .game_col_half {
	width:50%;
	float:left;
}
.game_form_wrapper label {
    display: block;
    margin: 0 0 2px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    text-align: left;
    color: #fff;
}
.game_form_wrapper .game_input_field, .game_form_wrapper .game_textarea_field {
	position:relative;
}
.game_form_wrapper .game_input_field > span, .game_form_wrapper .game_textarea_field > span {
	position:absolute;
	left:0;
	top:0;
	color: #e6e4e1;
	height:100%;
	border-right: 3px solid #eee;
	text-align:center;
	width:30px;
}
.game_form_wrapper .game_textarea_field > span {
	border-bottom: 3px solid #eee;
	max-height:35px;
}
.game_form_wrapper .game_input_field > span > i, .game_form_wrapper .game_textarea_field > span > i {
    padding-top: 16px;
    padding-left: 2px;
    color: red;
}
.game_form_wrapper input[type="text"], .game_form_wrapper input[type="tel"], textarea {
	background-color:#fff;
	font-weight:600;
	color:#1e1c50;
	width:100%;
	padding:10px 10px 10px 35px;
	border: 3px solid #eee;
	box-sizing:border-box;
	outline:none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;

	border-radius: 5px;
}
.game_form_wrapper textarea {
	height:8em;
}
.game_form_wrapper input[type=radio] {
	opacity: 0;
}
.game_form_wrapper input[type=radio] + label::before {
 background-color:#e30513;
 content: '';
 display: inline-block;
 height: 1.1rem;
 margin-right: 10px;
 vertical-align: middle;
 width: 1.1rem;
 cursor: pointer;
 border-radius: 50%;
}
.game_form_wrapper input[type=radio] + label:hover::before {
 box-shadow: 0 0 10px #306115;
}
.game_form_wrapper input[type=radio]:checked + label::before {
    background: #1efb25;
    height: 1.2rem !important;
    width: 1.2rem !important;
    left: 0px;
    border: 4px solid #fff;
    position: relative;
}
.game_form_wrapper input[type="text"]:focus, .game_form_wrapper input[type="tel"]:focus, textarea:focus {
	-webkit-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	-moz-box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	box-shadow:0 0 2px 1px rgba(255, 169, 0, 0.5);
	border: 3px solid #e30513;
}
.game_form_wrapper input[type="submit"] {
	background-color: #e30513;
	height: 80px;
	line-height: 76px;
	width: 100%;
	border: 0px solid #f7a600;
	outline: none;
	cursor: pointer;
	color: #fff;
	margin-top: 25px;
	font-size: 40px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	transition: all 0.30s ease-in-out;
	border-radius: 5px;
}
.game_form_wrapper input[type="submit"]:hover, .game_form_wrapper input[type="submit"]:focus {
	background:#0ebb13;
}

center label {
    font-size: 21px !important;
    position: relative;
    margin-top: 20px !important;
    display: block;
}

.game_form_wrapper .game_textarea_field {
    position: relative;
    margin-top: 12px;
    margin-bottom: -15px;
}

#op-5{
	display:none!important;
}

 @media (max-width: 600px) {
.game_form_wrapper .game_col_half {
 width:100%;
 float:none;
}
.game_form_wrapper label {
 margin:10px 0;
}
}
.game_tooltip {
	position: relative;
	display: inline-block;
}
.game_tooltip .game_tooltiptext {
	visibility: hidden;
	width: 80%;
	background-color:#490a4a;
	color: #d1b8b8;
	text-align: center;
	padding: 0 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 25%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
}
.game_tooltip .game_tooltiptext::after {
 content: "";
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 border-width: 5px;
 border-style: solid;
 border-color: #d1b8b8 transparent transparent transparent;
}
.game_tooltip:hover .game_tooltiptext {
	visibility: visible;
	opacity: 1;
}


.game_col_half label{
	font-size:16px!important;
	    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 
 
 @media (max-width: 1400px) {
.game_col_half label{
	font-size:15px!important;
}	 
 }

 @media (max-width: 1200px) {
.orc {
 margin-bottom: 0px;
 font-size: 24px;
}
.game_col_half label {
    font-size: 13px!important;
}

.game_form_wrapper h3 {
 font-size: 32px;
}
 .des {
 margin-bottom: 2px;
 font-size: 14px;
}
 .hid {
 line-height: 80px;
}
}
 @media (max-width: 991px) {
.b5 {
 background: #e30513!important;
}
.temx{
	display:block;
}

.tem {
 display:none;
}
.mes {
 width: 100%!important;
 max-width: 100%!important;
 padding-top: 10px;
 margin-bottom: 50px;
}
.contact-content__address {
 width: 100%;
 padding-left: 0px;
 padding: 0 !important;
}
.trn {
 width: 100%;
 text-align: center;
 max-width: 100%;
 float: none;
 display: block;
 margin: 0 auto;
}
.imx {
 padding-bottom: 60px!important;
}
.iii {
 margin-left: 0;
 text-align: left !important;
 margin-top: 50px;
}
center {
 text-align: center !important;
}
.game_form_wrapper h3 {
 font-size: 28px;
 text-align: center;
}
#go {
 padding-top: 0px;
 margin-top: -40px;
}
}
 @media (max-width: 767px) {
 .hid {
 line-height: 58px;
 font-size: 60px;
}
 .game_form_wrapper h3 {
 font-size: 24px;
 text-align: center;
}
}

 @media (max-width: 600px) {
	.game_col_half label {
    font-size: 15px!important;
}

.game_form_wrapper input[type=radio]:checked + label::before {
    left: 0px;
}
	
 }

 @media (max-width: 500px) {
 .game_form_wrapper h3 {
 font-size: 19px;
 text-align: center;
}
}
