.fc input[type="checkbox"]{
	width: 13px;
}
.inp{
	width:100%;
}
.sub_row{
	padding-left:0px;
}
.sub_lab{
	width: 100%;
}
.sub_btn{
	display:block;
	width:50%;
	margin:0 auto; 
}
.unsub_btn{
	display:block;
	width:100%;
	margin:0 auto;
}
.suc_pos{
	display:block;
	margin: 0 auto;
	text-align: center;
}
.textarea_fed{
	width: 100%;
}
.fed_btn{
	width: 100%;
}
@media (max-width: 992px){
	.sub_btn{
		width: 100%;
	}
}

.asterisk {
    color:#ff0000;
    font-weight:bold;
    display: inline;
}