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

}

@media (min-width:769px) and (max-width:991px){
.sinle_features {
padding:50px 0px;
width:60%;
margin:0 auto;
}

}

@media (max-width:768px){

.single_special_img img{
width:100%;
}

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


.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;
}



}