/*
Theme Name: nc-newcare
*/
.wpcf7-not-valid{
	border:1px solid red!important;
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
	display:none!important;
}
.input-wrap:has(.wpcf7-validates-as-required)::after {
	content: "*";
	top: 5px;
	right: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	text-align: right;
	color: #e53212;
	position: absolute;
	z-index: 3;
}
.wpcf7-response-output{
	border: none!important;
	color:#fff;
}

header.header.header-fixed {
    background: #1e2b42b5;
    /* filter: blur(4px); */
    backdrop-filter: blur(5px);
}