.helpful-block-content{
	background-color: #fff;
	margin: 3rem 0 0 0!important;
	padding: 2.5rem 0!important;
}
.helpful-block-content .sec-sm-btn{
	margin:8px;
	border-radius: 3px;
	border: 1px solid #1863DC;
	color: #1863DC;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding: 8px 14px;
	min-width: 90px;
	transition: all .2s ease;
	text-align: center;
	display: inline-block;
}
.helpful-block-content .sec-sm-btn:hover{
	background-color:#1863DC;
	color: #fff;
	transition: all .2s ease;
	text-decoration: none;
	border: 1px solid #1863DC!important;
}
.helpful-block-content .wth-title{
	color: #27283C;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
}
.helpful-block-content .post-statatics{
	color: rgba(39, 40, 60, 0.60);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}
.helpful-block-content textarea{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	width: 100%;
	margin: 10px 0;
	color: var(--greyscale-cy-shade-90-body, #3D3E50);
	border-radius: 4px;
	border: 1px solid var(--greyscale-cy-shade-30-line, #BEBFC5);
	padding: 12px 16px;

	transition: all .2s ease;
}
.helpful-block-content textarea:focus{
	transition: all .2s ease;
	border-color: #1863DC;
	outline: none;
}
.helpful-block-content input.wth-submit {
	border-radius: 4px!important;
	border: none!important;
	padding: 12px 16px!important;
}
.helpful-block-content .wth-loader{
	margin: 10px 0!important;
}