
    .n1-com .body {
        border: 0px;
        height: 82%;
        /* padding-left: 0px; */
        padding-right: 55px;
    }

    .tab {
        clear: both;
        display: block;
        width: 100%;
        border-bottom: 1px solid #ececec;
        height: 25px;
        margin-top: 12px;
    }

    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 4px 14px;
        /*transition: 0.3s;*/
        font-size: 13px;
    }

    .clearfix {
        display: block;
    }

    /* Change background color of buttons on hover */
    .tab button:hover {
        border-bottom: 3px solid #1ca758;
    }

    /* Create an active/current tablink class */
    .tab button.active {
        border-bottom: 3px solid #1ca758;
    }

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 6px 0px;
        border-top: none;
        clear: both;
        width: 100%;
    }

    .tabcontent ul {
        margin: 15px 10px 0 12px;
        padding: 0;
        float: left;
        width: 280px;
    }

    .tabcontent ul li {
        font-size: 13px;
        list-style: disc;
        padding-left: 0;
        cursor: pointer;
        color: #000000;
        list-style-position: inside;
    }

    .tabcontent ul li a {
        text-decoration: none;
    }

    .greyBg {
        background: #f7f7f7;

    }

    .content-area {
        font-size: 13px;
        display: inline-block;
        clear: both;
        margin-top: 30px;
        padding: 0 18px;
        width: 96%;
    }

    .content-area .inner-content {
        border-bottom: 1px solid #e1e1e1;
        padding: 14px 2%;
        display: inline-block;
        width: 96%;
    }



    .content-area .inner-content h2 {
        font-size: 12px;
        padding-bottom: 10px;
        margin: 0;
    }

    .content-area .inner-content p {
        font-size: 11px !important;
        line-height: 18px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    ol {
        display: block;
        list-style-type: decimal;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
    }

    ul.bullul {
        margin: 0;
        padding: 15px 0 15px 40px;
        width: 100%;
        box-sizing: border-box;
    }

    P {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 13px !important;
        font-weight: 400;
        line-height: 24px;
    }

    P.Sub-topic-1 {
        font-size: 16px !important;
        font-weight: bold !important;
        font-style: normal;
    }

    ul.bullul li {
        color: #000;
    }

    table.table.table-bordered {
        border-width: 1px;
        border-color: #000000;
        border-style: solid;
        width: 100%;
    }

    th {
        background-color: #cccccc;
        color: #000000;
        font-family: 'Open Sans', sans-serif;
        font-size: 10pt;
        font-style: bold;
        align: center;
        border-width: 1px;
        border-color: #000000;
        border-style: solid;
    }

    td {
        color: #000000;
        font-family: 'Open Sans', sans-serif;
        font-size: 10pt;
        border-width: 1px;
        border-color: #000000;
        border-style: Solid;
        padding-right: 5px;
        padding-left: 5px;
    }

    .tabcontent .content_list {
        margin: 10px 10px 10px 40px !important;
        width: 97% !important;
        clear: both;
        display: inline-block;
    }

    h2 {
        background-color: #f7f7f7;
    }
    