.small-box.shadow {
    -webkit-box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 8px 8px rgb(0 0 0 / 20%);
}

.small-box {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.mtitle_line3::before {
    background-color: #fff;
    content: "";
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
    display: block;
    opacity: 0.1;
    position: absolute;
    top: 350%;
    left: -4%;
    width: 200%;
    height: 930%;
}

.mtitle_line3::after {
    background-color: #fff;
    content: "";
    display: block;
    opacity: 0.2;
    position: absolute;
    bottom: -190%;
    left: 85%;
    width: 10%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 620%;
}

.mtitle_line3 {
    background-color: #dd6000;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.slideup.on {
    opacity: 1;
    -webkit-animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.mbox {
    background: #fefefe;
    padding: 35px 30px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.small-box {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.tbl_new {
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.tbl_new tr th {
    font-weight: 600;
    width: 20%;
    color: #000;
    text-align: left;
    padding-left: 30px;
    letter-spacing: 0;
}
.tbl_new tr th, .tbl_new tr td {
    vertical-align: middle;
    padding: 15px 10px;
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
    background: #f0f0f0;
}
.tbl_new tr th, .tbl_new tr td {
    vertical-align: middle;
    padding: 15px 10px;
}