
/* responsive css*/

@media (min-width:992px) and (max-width:1199px) {



	
	
	
}

/* Tabe Screen Media */

@media (min-width: 769px) and (max-width: 991px){


.sinle_features {
    padding: 50px 0px;
	width: 80%;
	margin:0 auto;
}

	
	
}

/* Mobile Phone Screen Media */

@media (max-width: 768px){
	
.single_special_img img{
	width:100%;
}

.single_contact{
	text-align:center;
	color:#3c3c3c;
}
.contact_form_area{
	color:red;
}
.contact_form_area h3{
	text-align:center;
	margin-bottom:0;
	color:red;
}
.form-control {
    
    font-size: 16px;
    font-family: 'Merriweather', serif;
	border-style: solid;
	border-weight: thin;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
	color:red;
}

.btn{
background-color:rgba(255, 255, 255, 0.8);
}


.single_contact {
    margin-bottom: 40px;
    margin-left: 10px;
}
.single_contact h5{
	color:#3c3c3c;
}

.single_footer{
	text-align:center;
}

		
}

/* Mobile Phone Screen Media */

@media screen (min-width: 320px) and (max-width: 480px){
	

.main_contact_content .form-control {
    height: 45px;
	display:inline-block;
}


		
}