.mobile-view-btn i {
    display: none;
}

@media only screen and (max-width: 480px) {
    .mobile-view {
        display: none !important;
    }

    .mobile-view-btn {
        position: absolute !important;
        top: 0;
        right: 0;
        background-color : transparent !important;
    }

    .mobile-view-btn i {
        display: block;
        background-color: transparent;
    }

    .mobile-td {
        position: relative;
    }

    .mobile-td h5 {
        padding: 0.7rem 0rem 0rem 0rem !important;
        font-size: 15px;
        font-style: normal;
        margin-bottom: 5px !important;
        font-weight: 600;
        line-height: 21px;
    }

    .p_title {
        display: none;
    }
    
    b.p_category {
    padding-right: 2px !important;
      }

    .D_img_p {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100% !important;
    }

    .D_img {
        padding: 0 !important;
        margin: 15px auto;
    }

    .D_img a {
        padding: 0px !important;
    }

    .D_img a img {
        margin-bottom: 0 !important;
    }

    .mobile-td h6 {
        padding: 0rem !important;
        font-size: 15px;
        font-style: normal;
        line-height: 24px;
    }

    .primary-btn {
        margin: 1rem 0 !important;
    }

    .th-mbview {
        padding: 0.5rem 0rem !important;
        vertical-align: middle !important;
    }

    tr th {
        font-size: 1.1rem !important;
        padding: 1.5rem 0rem !important;
    }

    .table>:not(caption)>*>* {
        padding: 1rem 0.5rem !important;
    }
}


@media only screen and (max-width: 430px) {
    .mobile-td h6 {
        padding: 0rem !important;
        font-size: 11px;
        font-style: normal;
        line-height: 0px;
        margin-top: 25px !important;
    }
     .mobile-td h5 {
        padding: 0.8rem 0rem 0rem 0rem !important;
        font-size: 15px;
        font-style: normal;
        margin-bottom: 5px !important;
        font-weight: 600;
        line-height: 21px;
    }
}