/*form_style.css*/

/**** property ****/

/*
text,border : #e0162a; 
input	: #8c8c8c ;

*/

.contact_sub{

margin:15px 0
}

.contact_form form input[type='text'].input_age{
	width:18%;
	ime-mode:disabled
}

.contact_form form input[type='text'].input_tel{
	border-radius: 0 50px 50px 0;
	width:48.869%;
	margin-left:15px;
	margin-bottom:15px;
	ime-mode:disabled
	
}

.contact_form form input[type='email'].input_email{
    border-radius: 50px 0 0 50px;
    margin-left:0
}

.contact_form form input[type='email'].input_email_re{
    border-radius: 0 50px 50px 0;
	margin-bottom:15px;
	
}
.contact_form form input[type='text'].input_zip{
    background-color: rgba(255, 255, 255, 0.5);
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0;
    margin-left: 15px;
    width:18.5%;
    ime-mode:disabled
}

.contact_form form input[type='text'].input_address{
    background-color: rgba(255, 255, 255, 0.5);
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 300;
    border-radius: 0 50px 50px 0;
    margin-left: 15px;
    width:58.75%
}

.form_error,.confirm{
 color:gray;
}

.error_area{
 margin-top:15px
}

.error_detail{
	color:#e0162a
}

.back-btn{
	background-color: #3c1525;
	color: #fefefe;
    border: 0 none;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 52px;
    margin-top: 30px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
-moz-transition: 0.5s;
}

.back-btn:hover{
    background-color:#e0162a ;
}

fieldset{
	margin-top:15px;
	width:32.5%;
	float:left
}

legend{
	color:#5c5c5c;
	font-size:110%;
	border-color:#E0162A;
}

label{
	color:#6c6c6c;
	font-size:100%;
	font-weight:normal

}
/***************************************** 
    This Code is For Responsive 
******************************************/

/* ========================================
                For Large Screen
================================================= */
@media only screen and (min-width: 1920px) {
   
}

/* ========================================
                For Medium_Large Screen
================================================= */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {


}

/* ============================================
                For Medium Screen
============================================== */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.contact_form form input[type='text'].input_tel{
	width:48.6%;

}
	.contact_form form input[type='text'].input_address{
    width:57.25%
	}
}

/* ============================================
                For Tablet layout
============================================== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_form form input[type='text'].input_tel{
		width:47.9%;

	}
	.contact_form form input[type='text'].input_age{
		width:47.9%
	}

	.contact_form form input[type='text'].input_zip{
	    border-radius: 0 50px 50px 0;
	    width:47.9%;
	    margin-bottom:15px
	}

	.contact_form form input[type='text'].input_address{
		width:100%;
		border-radius:50px;
		margin-left:0
	
	}
	
	fieldset{
		width:100%;
		float:none
	}
	

}

/* ============================================
                For Small mobile
============================================== */
@media only screen and (max-width: 767px) {
	.contact_form form input[type='text'].input_zip,
	.contact_form form input[type='text'].input_address,
	.contact_form form input[type='text'].input_tel,
	.contact_form form input[type='text'].input_age,
	.contact_form form input[type='email'].input_email,
	.contact_form form input[type='email'].input_email_re{
		width:100%;
        border-radius:50px;
        margin-left:0;
	}
	    fieldset{
		width:100%;
		float:none
	}


}

/* ============================================
                For large mobile
============================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	.contact_form form input[type='text'].input_zip{
		width:33.5%;
		border-radius:50px 0 0 50px;
	}

	.contact_form form input[type='text'].input_address{
		width:60.75%;
		border-radius:0 50px 50px 0;
		margin-left:15px
	}

    .contact_form form input[type="text"].input_age {
    	display:block;
        width: 100%;
        border-radius:50px;
        margin-left:0
    }
    
    fieldset{
		width:100%;
		float:none
	}
				
	.contact_page_headings h2::before {
	    width: 112%;
	}

}

@media only screen and (max-width:479px){
	.contact_page_headings h2::before {
	    width: 100%;
	}
}
