/*
Theme Name: MRS
Theme URI: http://mrs1.latestintrend.com
  Author: Agnatech
  Author URI: https://agnatech.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*body{
	    font-family: 'Roboto', sans-serif;
	    font-weight:400;
}*/

.contactUS form p {
	margin: 0;
}
.contactUS form p label {
	width: 100%;
	color: #000;
	font-weight: 500;
}
.contactUS form p label span {
	width: 100%;
	display: block;
}
.contactUS form p label span input, .contactUS form p label span textarea {
	width: 100%;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 5px;
	padding: 7px 10px;
}
.contactUS form p label span textarea {
	height: 150px;
}
.contactUS form input[type="submit"] {
	background: #234982;
	color: #fff;
	padding: 10px 30px;
	border: unset;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 10px;
}