/*------contact-page css--------*/
@media screen and (min-width: 769px){ 
	.storeaddressregistration_ct{
		background-color:#e9e4e1;
	    padding:50px 0;
	}
	
		.title_area{
	background: url(images/contact_p_ttl_2.jpg) center top no-repeat;
    background-size: cover;
    padding: 70px 0 30px 0;
	}
	
	
.p_ttl{
   text-align: center;
    font-size: 22px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    /* margin: 100px 0 0px 0; */
    letter-spacing: 2px;
    line-height: 27px;
    font-weight: 300;
	}
	
	
	.f_20{
	color:#ffffff;
	font-size:15px;
	/*border-bottom:1px solid #696565;*/
	font-weight: lighter;	
	}
	
	
.storeaddressregistration_inner_1{
		width:765px;
		margin: 0 auto ;
		background-color:#ffffff;
		padding:30px 0;

	}


.wpcf7{
	width:597px;
	margin:0 auto;
	color:#707070;
	font-size:16px;
}
	
.wpcf7 p{
margin:8% 0 0 0;
}
	
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    background-color: #fff;
    color: #000;
    width: 100%;
	height:31px;
	border: 1px solid #707070;
	margin: 5px 0 0 0;

}



.wpcf7 input[type="submit"]
{
/*background: #ccdbed;*/
	background: #edf6f4;
    color: #263f5b;
    width: 253px;
    height: 48px;
    font-size: 16px;
    margin: 30px auto 0 auto;
    display: block;
    border: none;
}
	
.wpcf7 input[type="submit"]:hover
{
/*background: #4366a9;*/
	background: #64c8bd;
    color: #ffffff;
    width: 253px;
    height: 48px;
    font-size: 16px;
    margin: 30px auto 0 auto;
    display: block;
    border: none;
}
	
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffffff !important;
	color:#A21012 !important;
	
}
}
	
@media screen and (max-width: 768px){ 

	.title_area{
     background: url(images/contact_p_ttl_2.jpg) center top no-repeat;
    background-size: cover;
    padding: 39px 0 0 0;
    height: 70px;
    width: 100%;
}
	
	
	.title_area h2{
  text-align: center;
    font-size: 26px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    /* margin: 100px 0 0px 0; */
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
    /* padding: 70px 0 0 0; */
    font-weight: lighter;
}
	
	
	.f_20 {
    color: #ffffff;
    font-size: 15px;
    /* border-bottom: 1px solid #696565; */
    font-weight: lighter;
	}
	

	
.wpcf7{
	width:80%;
	margin:0 auto;
	color:#707070;
	font-size:16px;
}
	
.wpcf7 p{
margin:8% 0 0 0;
}
	
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 31px;
    border: 1px solid #707070;
    margin-top: 1%;
}



.wpcf7 input[type="submit"]
{
/*background: #ccdbed; */
    background: #64c8bd;
    color: #ffffff;
    width: 253px;
    height: 48px;
    font-size: 18px;
    margin: 30px auto 0 auto;
    display: block;
    border: none;
}
	
	
}

/*------contact-page css  end--------*/