.form-control {
	padding: 1rem 0.75rem;
	border: 1px solid #758085;
	margin: 5px;
}
.contact-icons{
	justify-content: center;
    color: white;
    border-radius: 50%;
    background-color: #B02135;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 35px;
    width: 35px;
}
.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;
}