/**
* Theme Name: Neotech Child
* Description: This is a child theme of Neotech, generated by Merlin WP.
* Author: <a href="http://themelexus.com/">Themelexus</a>
* Template: neotech
* Version: 1.0.8
*/

.contact-form .form-group{
    margin-bottom: 25px;
}
.contact-form .form-group.required .form-label::after {
     content: '*';
     color: red;
     margin-left: 3px;
	 font-family: initial;
}
.contact-form .form-group .form-label{
    font-size: 14px;
    margin: 0 0 5px 0;
    font-weight: 500;
}
.contact-form .form-group textarea{
	height:100px; resize: none; 
}
.contact-form .form-group br{ display:none; }