/*
Theme Name: Original Template
Author: Original Template
*/

.hidden-fields-container,
.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	display: block;
	font-weight: 500 !important;
	font-size: 1.5rem !important;
	line-height: 1.2 !important;
	color: #ff0000 !important;
	margin: 10px 0 0 !important;
}

.frmLstChk.frmLst li {
	align-items: center;
}

.frmLstChk.frmLst li .frmLstTtlBox {
	padding-top: 0;
}

.frmLstChk.frmLst li .frmLstCntBox {
	font-size: 1.5rem;
}

.frmInrCen {
	text-align: center!important;
}

.frmInrCen .cctTxt {
	margin: 0 0 30px;
	text-align: center!important;
}

@media screen and (max-width: 767px) {
	.frmInrCen {
		padding: 30px 10px;	
	}
	.frmInrCen .cctTxt {
		margin: 0 0 20px;
		display: inline-block;
		text-align: left!important;
	}
}