label {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: .5em;
    line-height: 1.3;
}
.new_icon{
    display: inline-block;
    padding: 0 3px;
    border: 1px solid #004eff;
    border-radius: 1px;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0;
    color: #004eff;
    vertical-align: top;
}
.tbl_frm01 tbody th{
    width: 15% !important;
}
.tbl_frm01 tbody td{
    width: 35% !important;
}

@media (max-width: 767.98px){
	h4 {
		font-size: 1.1rem;
		line-height: 1.5;
	}
	label {
		font-size: .9rem;
	}
}