
.update-sub-tatal{

    box-shadow: 3px 5px 20px #d9d7d7b0;
        padding-bottom: 3px;
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 10px;
        background: #fff;
        height: auto;
        width: 100%;
        border: 3px solid #585656;
    }
    .updated-tbl{
        text-align: center;
        width: 80%;
        margin: auto;
    }
    .get-more-pay.less{
     font-size: 20px;
        border-radius: 5px;
        font-weight: bold;
        color: white;
        width: 100%;
        background: red;
    }
    @media screen and (max-width: 400px) {
        .update-sub-total {
            width: 100%;
        }
    }