.form-control {
		padding: 1rem 0.75rem;
		border: 1px solid #758085;
		margin: 5px;
	}
	.contact-icons{
		color: white;
		border-radius: 50%;
		background-color: #B02135;
		font-size: 19px;
		text-align: center;
		padding: 11px 11px;
		height: 41px;
		width: 41px;
	}
	.form-select {
		height: 59px!important;
		color: black!important;
	}

	#g-recaptcha-response {
		display: block !important;
		position: absolute;
		margin: -78px 0 0 0 !important;
		width: 302px !important;
		height: 76px !important;
		z-index: -999999;
		opacity: 0
	}
	.clearbtn:hover{
		box-shadow: 1px 1px 10px red!important;
	}
	.submitbtn:hover{
		box-shadow: 1px 1px 10px #8AB4F8!important;
	}