/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 14:22:50 */
.contact__section__header p{
	    display: flex;
    gap: 20px;
}
.wpcf7-form img {
    position: absolute !important;
    right: 30px !important;
    height: 25px;
    width: 25px;
    bottom: 38px !important;
}
.wpcf7-not-valid-tip{
	margin-top: 10px !important;
/* 	font-size: 0.8rem !important; */
}
@media screen and (max-width: 768px){
	.contact__section__header p{
	    display: flex;
		flex-direction: column;
		gap: 0px !important
}
}
@media (max-width: 768px) {
    .wpcf7-form img {
        position: absolute !important;
        left: 132px !important;
        height: 25px;
        width: 25px;
        bottom: 16px !important;
    }
	.checkbox-contact{
		margin-top: 4px !important
	}
}

.wpcf7-form .wpcf7-form-control-wrap{
	width: 100% !important
}

.wpcf7 form.sent .wpcf7-response-output{
	    position: absolute;
	bottom: -80px;
}
.wpcf7-response-output{
	 position: absolute;
	bottom: -80px;
}
/* Add your CSS code here.

For example:
.contact__section__header p{
	    display: flex;
    gap: 20px;
}


For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

