.table_new.table_new_4_col .table_block .header .col2 {
    background: linear-gradient(0deg, #003399, #003399);
    border-radius: 18px 0 0 18px;
    color: #fff;
    padding-right: 0;
}
.table_new.table_new_4_col .table_block .header .col3 {
    background: linear-gradient(0deg, #003399, #003399);
    border-radius: unset;
    color: #fff;
    padding-right: 0;
}
.table_new.table_new_4_col .table_block .header .col4 {
    background: linear-gradient(249deg, rgba(15,175,252,1) 0%, rgba(120,57,200,1) 100%) !important;
    border-radius: 0 18px 18px 0;
    color: #fff;
    padding-right: 0;
}
.table_new.table_new_4_col .table_block .tr.body .col2, .table_new.table_new_4_col .table_block .tr.body .col3, .table_new.table_new_4_col .table_block .tr.body .col4 {
    justify-content: center;
    text-align: center;
}

@media (max-width: 991px) {
	.table_new_4_col .table_block .header .col2, .table_new_4_col .table_block .header .col3, .table_new_4_col .table_block .header .col4 {
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}
@media (max-width: 991px) {
	.table_new.table_new_4_col .table_block .tr.body.row .col2, .table_new.table_new_4_col .table_block .tr.body.row .col3, .table_new.table_new_4_col .table_block .tr.body.row .col4 {
		background-color: #fff;
	}
}

@media (max-width: 991px) {
	.table_new.table_new_4_col .table_block .tr.body .col2, .table_new.table_new_4_col .table_block .tr.body .col3, .table_new.table_new_4_col .table_block .tr.body .col4 {
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}
}

.table_new.table_new_4_col .table_block .tr.body .col2 {
    border-left: 2px dotted #575fd9;
    border-right: 2px dotted #575fd9;
}
@media (max-width: 991px) {
	.table_new.table_new_4_col .table_block .tr.body .col2 {
		border-left: none;
	}
}
.table_new.table_new_4_col .table_block .tr.body .col3 {
	border-right: 2px dotted #575fd9;
}
.table_new.table_new_4_col .table_block .tr.body.row.gray .col3 {
    border-radius: unset;

}
.table_new.table_new_4_col .table_block .tr.body.row.gray .col4 {
    border-radius: 0 18px 18px 0;
}

.table_new.table_new_4_col .underheader {
    padding-bottom: 20px;
    text-align: center;
}
@media (max-width: 991px){
.table_new.table_new_4_col .underheader .col1 {
    display: none;
}
.table_new.table_new_4_col .underheader {
    justify-content: space-between;
    margin-right: 0;
}
}