/*
Theme Name: TRT
Theme URI: http://thetrt.co.uk/
  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;
}*/
.getaQuoteForm form p {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.getaQuoteForm form p .wpcf7-form-control-wrap {
	width: 32%;
	margin-bottom: 20px;
}
.getaQuoteForm form p br {
	display: none;
}
.getaQuoteForm form p .wpcf7-form-control-wrap input, .getaQuoteForm form p .wpcf7-form-control-wrap select, .getaQuoteForm form p .wpcf7-form-control-wrap textarea {
	width: 100%;
	padding: 9px 14px;
	outline: none;
	border-radius: 4px;
	background: #ececec;
	border: unset;
}
.getaQuoteForm form p .wpcf7-form-control-wrap[data-name="your-message"] {
	width: 100%;
}
.getaQuoteForm form p input[type="submit"] {
	background: #b2e2f6;
	border: unset;
	color: #043965;
	font-weight: 600;
	padding: 10px 28px;
	cursor: pointer;
	font-weight: ;
	font-size: 20px;
	border-radius: 0px 15px 0px 15px;
}