/* Contact Start */
/* contact_form */
#contact_form p{
	margin-top: 20px;
}
.txtAndInput{
    color: #333;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.txtAndInput div{
	padding: 0px;
}
.help-block{
    display: none;
    font-size: 12px;
    color: #f00;
    padding: 0px;
    margin: 0px;
}
.err_height{
	margin-top: 15px;
}
#send{
    color:#fff;
    background-color: #f09d18;
    padding: 5px 30px;
    box-shadow: 2px 2px 1px #ccc;
    border:1px solid #f09d18;
    border-radius: 3px;
    outline: none;
    transition-duration: 0.3s;
}
#send:hover{
    background-color: #fff;
    color:#f09d18;
}
/* contact_add */
#contact_add h4{
	font-weight: bold;
}
#contact_add p{
	padding-top: 5px;
}
#contact_add span{
	text-decoration: underline;
}
/* Contact end */

/* responsive display start */
@media only screen and (max-width: 410px){
	.err_height{
		margin-top: 0px;
	}
}
@media only screen and (max-width: 640px) {
	.err_height{
		margin-top: 0px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px) {
	.err_height{
		margin-top: 0px;
	}
}
/* responsive display end */
