.insurance-code-table{
    width: 1030px;
    border-collapse: collapse;
	margin:0 auto;
    th{
        background-color: #D90369;
        padding-top: 11px;
        padding-bottom: 11px;
        border-top: 0;
        border-bottom: 0;
        h5{
            color: #fff;
        }
    }
    th:nth-child(1),
    td:nth-child(1) {
        border-left: 0;
    }
    td, th{
        border-left: 1px dashed #8EBEE6;
        border-bottom: 1px dashed #8EBEE6;
    }
    td:nth-child(1){
        padding: 12px 19px;
        width: 234px;
    }
    td:nth-child(2){
        padding: 12px 6px;
    }
    td:nth-child(3){
        padding: 12px 7.5px;
    }
    td:nth-child(4){
        padding: 12px 4px;
        text-align: left;
        width: 530px;
    }
    td:nth-child(5){
        padding: 12px 16px;
    }
    td:nth-child(6){
        padding: 12px 18px;
    }
    tr:nth-child(2) td:nth-child(4) {
        p,h5{
            margin-bottom: 12px;
        }
        p:last-child{
            margin-bottom: 0;
        }
    }
}

.insurance-code-table.mobile-table{
    display:none;
}
@media (max-width: 1024px){
    .insurance-code-table{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .insurance-code-table.mobile-table {
        display: block;
        table{
            width: 100%;
            border-collapse: collapse;
            td{
                border: 0;
            }
        }
        tr:nth-child(odd) {
            background: #D90369;
            h5{
                color: #fff;
            }
        }
        table:nth-child(1) tr:nth-child(2) td {
            padding: 35px 4px;
            line-height: 0;
        }
        table:nth-child(2),table:nth-child(4) {
            td{
                border-right:1px dashed #8EBEE6;
                padding: 13px 0;
                width: 50%;
                &:last-child{
                    border-right: 0;
                }
            }
            
        }
        table:nth-child(3) {
            td{
                border-right:1px dashed #8EBEE6;
            }
            tr:nth-child(2) td{
                padding: 12px 4px;
                h5,p{
                    margin-bottom: 12px;
                }
                p:last-child{
                    margin-bottom: 0;
                }
            }
        }
        table:nth-child(2) tr:nth-child(2) td,
        table:nth-child(4) tr:nth-child(2) td{
            padding: 18px 0;
        }
        table:nth-child(4) tr:nth-child(2) td{
            border-bottom:1px dashed #8EBEE6;
        }
        
    }
    .insurance-code-table{
        display: none;
    }
}