/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 14 2025 | 17:15:01 */
/* Footer style */
.auri-contact-us-section .auri-contact-us-form #gform_3 .textarea,
.auri-contact-us-section .auri-contact-us-form #gform_3 input[type=tel],
.auri-contact-us-section .auri-contact-us-form #gform_3 input[type=email],
.auri-contact-us-section .auri-contact-us-form #gform_3 input[type=text],
.auri-footer-section .auri-footer-form #gform_1 .textarea,
.auri-footer-section .auri-footer-form #gform_1 input[type=tel],
.auri-footer-section .auri-footer-form #gform_1 input[type=email],
.auri-footer-section .auri-footer-form #gform_1 input[type=text]{
	border:none;
	border-radius:8px;
}
.auri-contact-us-section .auri-contact-us-form #gform_3 textarea::placeholder,
.auri-contact-us-section .auri-contact-us-form #gform_3 input[type=tel]::placeholder,
.auri-contact-us-section .auri-contact-us-form #gform_3 input[type=email]::placeholder,
.auri-contact-us-section .auri-contact-us-form #gform_3 input[type=text]::placeholder,
.auri-footer-section .auri-footer-form #gform_1 textarea::placeholder,
.auri-footer-section .auri-footer-form #gform_1 input[type=tel]::placeholder,
.auri-footer-section .auri-footer-form #gform_1 input[type=email]::placeholder,
.auri-footer-section .auri-footer-form #gform_1 input[type=text]::placeholder{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px !important;
	line-height: 29px;
	color: #363636 !important;
}
.auri-contact-us-section .auri-contact-us-form #gform_3 .textarea,
.auri-contact-us-section .auri-contact-us-form #gform_3 input[type=tel],
.auri-contact-us-section .auri-contact-us-form #gform_3 input[type=email],
.auri-contact-us-section .auri-contact-us-form #gform_3 input[type=text],
.auri-footer-section .auri-footer-form #gform_1 .textarea,
.auri-footer-section .auri-footer-form #gform_1 input[type=tel],
.auri-footer-section .auri-footer-form #gform_1 input[type=email],
.auri-footer-section .auri-footer-form #gform_1 input[type=text]:focus{
	outline:none;
	box-shadow: none;
}
.auri-contact-us-section .auri-contact-us-form #gform_3 .gform_fields,
.auri-footer-section .auri-footer-form #gform_1 .gform_fields{
	row-gap:10px;
}

.auri-contact-us-section .gform_footer #gform_submit_button_3,
.auri-footer-section .gform_footer #gform_submit_button_1 {
    background-color: #09ad05;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}


