* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

img {
    vertical-align: middle;
}

#hcp-Coding-reimbursement body {
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .subpage-banner {
    background-color: #2e1c46;
    color: #fff;
}

#hcp-Coding-reimbursement .subpage-banner-content {
    display: flex;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding: 30px 0;
}

#hcp-Coding-reimbursement .mt-5 {
    margin-top: 5px;
}

#hcp-Coding-reimbursement .subpage-content {
    margin-left: 40px;
    color: #fff;
}

#hcp-Coding-reimbursement .subpage-head {
    font-size: 35px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    margin-bottom: 0;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .subpage-desc {
    font-size: 20px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    margin-top: 0px;
    /*font-weight: 500;*/
    line-height: 1.1;
}


/* /////tab starts//// */
#hcp-Coding-reimbursement .cmp-tabs__tablist {
    display: flex;
    border-bottom: none;
    gap: 6px;
    background-color: gainsboro;
}

#hcp-Coding-reimbursement .cmp-tabs__tab {
    flex: 1;
    padding: 0;
    background: none;
    border: none;
}

#hcp-Coding-reimbursement .coding-tab,
.appeal-tab {
    background-color: #b5b6b8;
    color: #ffffff;
    font-size: 23px;
    padding: 20px 0px;
    text-align: center;
    /* font-family: CenturyGothicStd-Bold, 'HelveticaNeueLTStd-Bd'; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .cmp-tabs__tab--active .coding-tab,
.cmp-tabs__tab--active .appeal-tab {
    background-color: #ffffff;
    color: #2e1c46;
    font-size: 23px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    line-height: 1.42857143;

}

/* /////tab ends////// */
#hcp-Coding-reimbursement #tab-bodycontainer {
    background-color: #e0e0e0;
    padding-top: 30px;
}

#hcp-Coding-reimbursement .tabs {
    max-width: 1150px;
    margin: 0 auto;
    justify-content: space-between;
}

#hcp-Coding-reimbursement .cmp-tabs__tab--active {
    border: none;
    margin-top: -8px;
    background-color: #fff;
}


#hcp-Coding-reimbursement .tabs.panelcontainer {
    margin: 0 auto;
    background-color: #fff;
}


#hcp-Coding-reimbursement .main-heading {
    font-size: 31px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46;
    margin-bottom: 20px;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement #code-reimbursement {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
}

#hcp-Coding-reimbursement .code-main {
    display: flex;
    gap: 30px;
}

#hcp-Coding-reimbursement .code-content {
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .code-reim-content {
    margin-left: 30px;
}

#hcp-Coding-reimbursement .code-heading {
    font-size: 23px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46;
    margin: 0 0 10px;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .code-desc {
    padding: 0 40px 0 0;
}
#code-reimbursement .section {
    scroll-margin-top: -70px;
}

#hcp-Coding-reimbursement .code-desc {
    font-size: 16px;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    color: #2e1c46;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .code-desc span {
    /* font-family: HelveticaNeueLTStd-Bd; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:bold;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .code-desc {
    background-color: #fff;
    padding: 0px 20px 10px 0px;
}

#hcp-Coding-reimbursement .nowrap {
    white-space: nowrap;
}

#hcp-Coding-reimbursement .code-desc.form-btn {
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px;
    color: #2e1c46;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    border: 1px solid #2e1c46;
    line-height:1.42857143;
}

#hcp-Coding-reimbursement .code-desc img {
    margin-left: 15px;
    margin-top: -4px;
}

#hcp-Coding-reimbursement .hover-img {
    display: none;
}

#hcp-Coding-reimbursement hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #666;

}

#hcp-Coding-reimbursement .code-logo {
    width: 195px;
}

#hcp-Coding-reimbursement .main h3 {
    font-size: 23px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46;
    /*font-weight: 500;*/
    line-height: 1.1;
}

#hcp-Coding-reimbursement .ndc-main{
    padding-top:12px;
}
#hcp-Coding-reimbursement .section-12 .ndc-main{
    padding-top:0px;
}

#hcp-Coding-reimbursement .codeing-multitab {
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 16px;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .cancer-type {
    background: #f39553;
    text-align: center;
    padding: 2px;
    font-size: 20px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
}

#hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}

#hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul a {
    display: block;
    padding: 5px 10px;
    color: #2e1c46;
    text-decoration: none;
    font-size: 20px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    width: 100%;
    line-height: 1.42857143;
}

/* //tabmargin// */
#hcp-Coding-reimbursement .coding-tab {
    margin-left: 5px;
}

#hcp-Coding-reimbursement .appeal-tab {
    margin-right: 5px;
}

/* //tabmargin// */

#hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul li {
    float: left;
    border: 2px solid #ee7623;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-shadow: 5px 5px #a99f9f;
    text-align: center;
    /* font-family: CenturyGothicStd-Bold, 'HelveticaNeueLTStd-Bd'; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    font-size: 20px;
    line-height: 22px;
}

#hcp-Coding-reimbursement .reg-text {
    clear: both;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement #section-21 p {
    clear: both;
    font-size: 16px;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    padding-bottom: 10px;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .main {
    flex: 0 0 65%;
    padding-left: 2%;
}

#hcp-Coding-reimbursement .codeing-multitab h1,
.main .section {
    padding-top: 4%;
    margin: 0;
}

#hcp-Coding-reimbursement .clear-both,
.main .section {
    clear: both;
}

#hcp-Coding-reimbursement .codeing-multitab h3 {
    font-size: 23px;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .section-1 .ndc-main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

#hcp-Coding-reimbursement .section-1 .ndc-table-one{
    width:47%;
}
#hcp-Coding-reimbursement .section-1 .ndc-table-two {
    width: 48%;
}

#hcp-Coding-reimbursement .ndc-main .ndc-table-one p,
.ndc-main .ndc-table-two p {
    padding-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 1.42857143;
    /* font-family: HelveticaNeueLTStd-Lt !important; */
    font-family:"helvetica-neue-lt-pro" !important;
    font-weight:normal;
}

#hcp-Coding-reimbursement table {
    background-color: transparent;
    width: 100%;
    border-collapse: collapse;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    font-size: 16px;
    height: 100%;
    line-height: 1.42857143;
}



#hcp-Coding-reimbursement .ndc-main .ndc-table-one th,
.ndc-main .ndc-table-two th,
.ndc-main .ndc-table-three th {
    background-color: #3e3451;
    color: #fff;
    padding-right: 0;
}

#hcp-Coding-reimbursement .ndc-main td,
#hcp-Coding-reimbursement .ndc-main th{
    padding:5px 15px;
}

#hcp-Coding-reimbursement td, th {
    border: 1px solid #000;
    padding: 5px 15px;
    color: #2e1c46;
}

#hcp-Coding-reimbursement .section-16 td, 
#hcp-Coding-reimbursement .section-17 td,
#hcp-Coding-reimbursement .section-18 td, 
#hcp-Coding-reimbursement .section-20 td, 
#hcp-Coding-reimbursement .section-21 td, 
#hcp-Coding-reimbursement .section-22 td{
    padding:5px 10px;
}

#hcp-Coding-reimbursement .section-16 th,
#hcp-Coding-reimbursement .section-17 th,
#hcp-Coding-reimbursement .section-18 th,
#hcp-Coding-reimbursement .section-20 th,
#hcp-Coding-reimbursement .section-21 th,
#hcp-Coding-reimbursement .section-22 th{
    padding:5px 10px;
}

#hcp-Coding-reimbursement th {
    text-align: left;
}

#hcp-Coding-reimbursement .ndc-main th:first-child {
    border-right: none;
}

#hcp-Coding-reimbursement .ndc-table-one td:nth-child(1),
.ndc-table-two td:nth-child(1) {
    background-color: #ffecd1;
    pointer-events: none;
    text-decoration: none;
    width: 150px;
}

#hcp-Coding-reimbursement .ndc-table-one.single-table,
.ndc-table-one.single-table table {
    width: 100%;
}

#hcp-Coding-reimbursement sup {
    line-height:100%;
    font-size:75%;
}

#hcp-Coding-reimbursement .codeing-multitab .only-show-mobile {
    display: none;
}

#hcp-Coding-reimbursement .expand-collapse {
    margin-left: auto;
    margin-top: calc(100% - 97.3%);
    cursor: pointer;
    /* font-family: 'HelveticaNeueLTStd-Lt'; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .expand-collapse span:first-child {
    padding-right: 10px;
    border-right: 1px solid #000;
}

#hcp-Coding-reimbursement .expand-collapse span {
    font-size: 12px;
}

#hcp-Coding-reimbursement .expand-collapse span:last-child {
    padding-left: 8px;
}

#hcp-Coding-reimbursement .header-wrap {
    display: flex;
}

#hcp-Coding-reimbursement .expand-collapse.for-mobile {
    display: none;
}

#hcp-Coding-reimbursement .tables {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
}

#hcp-Coding-reimbursement .ndc-table {
    width: 100%;
}

#hcp-Coding-reimbursement .ndc-table>p {
    font-size: 16px;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    color: #2e1c46;
    line-height: 1.42857143;
    padding-bottom: 10px;
}

#hcp-Coding-reimbursement .acc-heading-div {
    width: 100%;
    background-color: #3e3451;
    clear: both;
    border: solid 2px;
    display: flex;
    text-align: center;
    font-size: 16px;
    line-height: 1.42857143;
    /* font-family: HelveticaNeueLTStd-Lt !important; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
}

#hcp-Coding-reimbursement .main .acc-heading-div div {
    padding-left: 15px;
    padding-right: 15px;
}

#hcp-Coding-reimbursement .acc-heading-div .acc-heading-1 {
    width: 100%;
    max-width: 242px;
    text-align: left;
}

#hcp-Coding-reimbursement .acc-heading-div .acc-heading-1,
.acc-heading-div .acc-heading-2,
.acc-heading-div .acc-heading-3 {
    border-right: 1px solid #fff;
    color: #fff;
    padding: 10px 5px;
}

#hcp-Coding-reimbursement .acc-heading-div .acc-heading-3 {
    border-right: none;
    margin: 0 auto;
}

#hcp-Coding-reimbursement .ac-sec {
    display: flex;
    border: 1px solid #000;
    border-bottom: none;
}

#hcp-Coding-reimbursement .ac-sec:nth-last-child(1) {
    border-bottom: 1px solid #000;
}

#hcp-Coding-reimbursement .heading-sec {
    max-width: 242px;
    width: 100%;
    display: flex;
    border-right: 1px solid #000;
    position: relative;
    padding-right: 82px;
}

#hcp-Coding-reimbursement .accordion {
    background-color: #f3f4f5;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
    line-height: 1.42857143;
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
}

#hcp-Coding-reimbursement .tel-no {
    color: #2e1c46;
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    text-decoration: none;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .form-btn:hover,
#hcp-Coding-reimbursement .form-btn:hover{
    background-color: #2e1c46;
    color: #fff;
    border: 1px solid #2e1c46;
    text-decoration: none;
}

#hcp-Coding-reimbursement .form-btn:hover .hover-img {
    display: inline-block;
}

#hcp-Coding-reimbursement .form-btn:hover img {
    display: none;
}



/* Accordion Button */
#hcp-Coding-reimbursement .heading-sec.accordion {
    width: 100%;
    background-color: #f3f4f5;
    border-right: 1px solid #000;
    padding: 18px 85px 18px 18px;
    text-align: left;
    position: relative;
    cursor: pointer;
    font-size: 15px;
}

#hcp-Coding-reimbursement .panel {
    display: none;
    /* border: 1px solid #ccc; */
    border-top: none;
    background: #fff;
}

#hcp-Coding-reimbursement.panel table {
    width: 100%;
    border-collapse: collapse;
}

#hcp-Coding-reimbursement .panel td {
    /* padding: 14px 20px; */
    /* border-top: 1px solid #ddd; */
    border-left: none;
    border-bottom: none;
}

#hcp-Coding-reimbursement .panel td:first-child {
    background: #f3e6cf;
    
}

/* /accordion panel/ */
#hcp-Coding-reimbursement .panel {
    padding: 0;
    width: 100%;
}

#hcp-Coding-reimbursement .panel table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

#hcp-Coding-reimbursement .panel td:first-child {
    width: 18.3%;
    background: #FFECD1;
}

#hcp-Coding-reimbursement .panel td:last-child {
    width: 79%;
    border-right: none;
}

/* #hcp-Coding-reimbursement .panel td {
    padding: 16px 20px;
} */

/* //accordion// */
#hcp-Coding-reimbursement .ac-sec .heading-sec::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/content/dam/intelligentcontent/brands/enhertu4u/us/en/images/hcp/coding-reimbursement/coding-and-reimbursement/desktop/plus_sign.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#hcp-Coding-reimbursement .ac-sec .heading-sec.active::after {
    background-image: url('/content/dam/intelligentcontent/brands/enhertu4u/us/en/images/hcp/coding-reimbursement/coding-and-reimbursement/desktop/minus_sign.png');
    top: 32px;
    transform: none;
}

#hcp-Coding-reimbursement .table-bold-txt {
    font-size: 16px;
    /* font-family: 'HelveticaNeueLTStd-Bd' !important; */
    font-family: "helvetica-neue-lt-pro" !important;
    font-weight:bold;
    font-style: italic;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement .hcp-codeing-reference a {
    color: #333;
    word-break: break-all;
}

#hcp-Coding-reimbursement #scrollToTopBtn {
    position: fixed;
    bottom: 70px;
    right: 20px;
    color: white;
    border: none;
    cursor: pointer;
    background: transparent;
}

#hcp-Coding-reimbursement .scroll-top {
    width: 60px;
    height: 60px;
}

#hcp-Coding-reimbursement .hcp-codeing-reference {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
}

/* /contactus/ */

#hcp-Coding-reimbursement #contact-us {
    width: 100%;
    background-color: #e0e0e0;
    padding-top: 50px;
    margin: 0 auto;
    margin-top:-1px;
}

#hcp-Coding-reimbursement #contact-us p {
    /* font-family: HelveticaNeueLTStd-Lt; */
    font-family:"helvetica-neue-lt-pro";
    font-weight:300;
    text-align: center;
    font-size: 16px;
    margin: 0 0 10px;
    color: #2e1c46;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement #contact-us .contact .pink-var-link {
    /* font-family: CenturyGothicStd-Bold, HelveticaNeueLTStd-Bd; */
    font-family: "century-gothic", "helvetica-neue-lt-pro";
    font-weight:bold;
    color: #2e1c46;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.42857143;
}

#hcp-Coding-reimbursement #contact-us .contact .tel-no {
    text-decoration: none;
}

#hcp-Coding-reimbursement #approved-use h3{margin:0;}

/* //media-queries// */

@media screen and (max-width: 618px) {
    #hcp-Coding-reimbursement .refrence-holder {
        padding-top: 98px !important;
    }
}

@media screen and (max-width: 390px) {
    #hcp-Coding-reimbursement .refrence-holder {
        padding-top: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    #hcp-Coding-reimbursement h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    #hcp-Coding-reimbursement .codeing-multitab h1,
    .main .section {
        padding-top: 4%;
        margin: 0;
    }

    #hcp-Coding-reimbursement .refrence-holder {
        padding-top: 76px;
    }

    #hcp-Coding-reimbursement a #section-15 {
        margin-left: 30px;
    }

    #hcp-Coding-reimbursement .tabs.panelcontainer {
        width: 85%;
    }

    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul a {
        padding: 5px 10px;
    }

    #hcp-Coding-reimbursement .coding {
        padding: 20px 15px;
    }

    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul li {
        font-size: 15px;
    }

    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 5px;
    }


#hcp-Coding-reimbursement .codeing-multitab .only-show-desktop .align-navtab.center > a:last-child:nth-child(odd) {
    grid-column: 1 / -1;   /* full row */
    justify-self: center;  /* center it */
    width: 50%;
}

    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul {
        display: contents;
    }

    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul li {
        float: none !important;
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 5px 5px #a99f9f;
    }

    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul li a {
        font-size: clamp(14px, 3vw, 18px);
        line-height: 1.2;
    }

    .section-1 table {
        width: 100%;
    }

    /* accordion */
    #hcp-Coding-reimbursement .ac-sec {
        width: 100%;
        border: 1px solid #2e1c46;
        border-top: none;
    }

    #hcp-Coding-reimbursement .heading-sec {
        /* width: 35%; */
        padding-right: 0px;
    }


    #hcp-Coding-reimbursement .panel {
        display: none;
        /* width: 65%; */
        vertical-align: top;
    }

    #hcp-Coding-reimbursement .heading-sec.active+.panel {
        display: table-cell;
    }

    /* accordion */
    #hcp-Coding-reimbursement .heading-sec.accordion {
        /* padding: 13px; */
        padding: 32px 8px 20px 8px;
        width: 51%;
        font-size: 14px;
    }
    
    
    
    
    
}


@media (min-width: 1025px) and (max-width: 1075px) {
    #hcp-Coding-reimbursement .ndc-main .ndc-table-two {
        float: left;
    }

#hcp-Coding-reimbursement .tel-no {
    text-decoration: underline;
}
}

@media (min-width: 992px) {

    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop {
        display: block;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        padding-top: 10px;
    }

    #hcp-Coding-reimbursement .codeing-multitab .main {
        width: calc(100%);
        float: right;
    }

}

@media screen and (max-width:991px) {
    #hcp-Coding-reimbursement .panel td:last-child {
        width: 86%;
    }

    #hcp-Coding-reimbursement .cmp-tabs__tab--active .coding-tab,
    .cmp-tabs__tab--active .appeal-tab {
        background-color: #ffffff;
        color: #2e1c46;
        font-size: 18px;
        margin-right: 7px;
        margin-left: 5px;
    }
    #hcp-Coding-reimbursement .section-1 .ndc-main {gap: 0px;}
    #hcp-Coding-reimbursement .code-heading {font-size: 21px; line-height:26px;}
    #hcp-Coding-reimbursement .section-1 .ndc-main {flex-direction: column;}

    #hcp-Coding-reimbursement .section-1 .ndc-table-one,
    .section-1 .ndc-table-two {
        width: 100%;
    }

    #hcp-Coding-reimbursement .ndc-main .ndc-table-one {
        float: left;
        width: 100%;
    }
    
     #hcp-Coding-reimbursement .form-btn {
        font-size: 15px;
    }
    
    #hcp-Coding-reimbursement .ndc-main .ndc-table-two {
        float: right;
        padding-top: 12px;
        width: 100%;
    }

    #hcp-Coding-reimbursement #contact-us .contact .tel-no .pink-var-link {
        text-decoration: underline !important;
    }

    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul li {
        font-size: 15px;
    }


#hcp-Coding-reimbursement .ndc-main td, #hcp-Coding-reimbursement .ndc-main th{
    padding: 5px 0 5px 10px;
}

#hcp-Coding-reimbursement .main h3 {
    line-height: 1.2;
}

#hcp-Coding-reimbursement .ndc-table {
    margin-bottom:20px;
}

    #hcp-Coding-reimbursement .heading-sec.accordion {
        padding: 30px 8px 18px;
    }

    #hcp-Coding-reimbursement .heading-sec {
        max-width: 100px;
        padding: 10px;
    }

    #hcp-Coding-reimbursement #tab-bodycontainer .tabs.panelcontainer {
        width: 85%;
    }

    #hcp-Coding-reimbursement .code-desc {
        background-color: #fff;
        padding: 0px 0px 10px 0px;
    }

    #hcp-Coding-reimbursement .main-heading {
        font-size: 28px;
        line-height: 31px;
    }

    #hcp-Coding-reimbursement .coding-tab,
    .appeal-tab {
        font-size: 18px;
        padding: 10px 0;
    }

    #hcp-Coding-reimbursement .main .acc-heading-div .acc-heading-1,
    .heading-sec,
    .heading-sec.active {
        max-width: 100px;
        padding-left: 8px;
        padding-right: 8px;
    }


    #hcp-Coding-reimbursement .code-desc.form-btn {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }

    #hcp-Coding-reimbursement .download-btns a:nth-child(2) {
        margin-top: 15px;
    }

    #hcp-Coding-reimbursement .heading-sec {
        font-size: 14px;
        padding-top: 25px;
        flex-direction: column;
        padding-top: 30px;
    }

    #hcp-Coding-reimbursement .main .acc-heading-div .acc-heading-2 {
        max-width: 90px;
        padding-left: 7px;
        padding-right: 7px
    }

    #hcp-Coding-reimbursement #code-reimbursement {
        padding: 20px 15px;
        margin: 0 auto;
    }

    #hcp-Coding-reimbursement .main {
        padding-left: 0;
        padding-top: 25px
    }

    #hcp-Coding-reimbursement .code-logo {
        display: none;
    }

    #hcp-Coding-reimbursement .code-content {
        margin-left: 0;
        text-align: center;
    }

    .code-heading {
        font-size: 21px;
        line-height: 26px;
        margin: 0 auto;
    }

    #hcp-Coding-reimbursement .ac-sec .heading-sec::after {
        right: 5px;
        top: 13%;
        height: 18px;
    }

    #hcp-Coding-reimbursement .ac-sec .heading-sec.active:after {
        width: 18px;
        top: 25px;
        right: 8px;
    }

    #hcp-Coding-reimbursement .coding table td:first-child {
        max-width: 88px;
        padding-left: 7px;
        padding-right: 7px;
        width: 88px;
        min-width: 87px;
        font-size: 14px
    }

    #hcp-Coding-reimbursement .coding table td,
    #hcp-Coding-reimbursement .codeing-multitab .ndc-table td:nth-child(2) {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px
    }

    #hcp-Coding-reimbursement .for-desktop {
        display: none;
    }

    #hcp-Coding-reimbursement .for-mobile {
        display: block;
    }

    #hcp-Coding-reimbursement .expand-collapse.for-mobile {
        margin-bottom: 10px
    }

    #hcp-Coding-reimbursement .coding .section-5 table td:first-child {
        width: 88px;
        min-width: 78px;
        padding-left: 8px;
        padding-right: 8px
    }

    #hcp-Coding-reimbursement .expand-collapse.for-mobile {
        display: block;
    }

    #hcp-Coding-reimbursement .section-5 table tr:first-child th:first-child {
        width: 70px;
        min-width: 70px;
        padding-left: 8px;
        padding-right: 8px
    }

    #hcp-Coding-reimbursement .section-5 table tr:first-child th:nth-child(2) {
        width: 26.5%;
        min-width: unset;
        padding-left: 8px;
        padding-right: 8px
    }

    #hcp-Coding-reimbursement .tabs.panelcontainer {
        width: 85%;
        margin: 0 auto;
        background-color: #fff;
    }

    #hcp-Coding-reimbursement .subpage-head {
        margin-top: -10px;
    }

    #hcp-Coding-reimbursement .subpage-banner .subpage-banner-content {
        width: 85%;
        padding: 22px 0 15px 0;
    }

    #hcp-Coding-reimbursement .subpage-logo.mt-5 {
        margin-top: 0;
    }

    #hcp-Coding-reimbursement .subpage-content {
        margin-left: 25px;
        display: flex;
        flex-direction: column;
        align-self: center;
    }

    #hcp-Coding-reimbursement .subpage-head {
        font-size: 30px;
        line-height: 34px;
    }

    #hcp-Coding-reimbursement .subpage-desc {
        font-size: 16px;
        margin: 0;
        line-height: 20px;
    }

    #hcp-Coding-reimbursement .subpage-logo.mt-5 img {
        max-width: max-content;
    }

    #hcp-Coding-reimbursement hr {
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 1200px) {

    #hcp-Coding-reimbursement .form-btn { font-size: 14px; }
    #hcp-Coding-reimbursement .tel-no { text-decoration: underline;}
    #hcp-Coding-reimbursement .tabs.panelcontainer,
    #hcp-Coding-reimbursement .subpage-banner-content { width: 90%;}
}

@media screen and (min-width: 1200px) {
    #hcp-Coding-reimbursement .code-desc p {padding: 0px 40px 10px 0px !important;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    #hcp-Coding-reimbursement .code-desc.form-btn { font-size: 14px; }   
    #hcp-Coding-reimbursement .ndc-main td, #hcp-Coding-reimbursement .ndc-main th {padding: 5px 0 5px 10px;}
    
}
@media (min-width: 992px) {
    #hcp-Coding-reimbursement .download-btns a:nth-child(2) {margin-left: 10px;}
    #hcp-Coding-reimbursement .code-logo img {max-width: 115px;}
    #hcp-Coding-reimbursement .code-desc p{padding: 0px 0px 10px 0px;}
}

@media (min-width: 767px) and (max-width: 983px) {
    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul li { font-size: 16px; line-height: 16px;}
    #hcp-Coding-reimbursement .codeing-multitab .only-show-desktop ul a{padding: 5px 7px;}
}


@media (max-width: 360px) {
    #hcp-Coding-reimbursement #tab-bodycontainer .tabs.panelcontainer {width: 95%;}
    #hcp-Coding-reimbursement .refrence-holder {padding-top: 120px !important;}
    #hcp-Coding-reimbursement .subpage-banner .subpage-banner-content { width: 90%; padding: 22px 10px 15px 5px;}
    #hcp-Coding-reimbursement .subpage-head { font-size: 25px; line-height: 30px;}
    #hcp-Coding-reimbursement .tel-no{font-size:15px;}
    #contact-us .contact {width: 87%; margin: 0 auto;}
    #hcp-Coding-reimbursement #contact-us .contact .pink-var-link {font-size: 15px;}
    #hcp-Coding-reimbursement #section-19 .ndc-main td, #hcp-Coding-reimbursement #section-19 .ndc-main th {padding: 5px 0 5px 5px;}
    #hcp-Coding-reimbursement th{font-weight:300;}
    #section-19 .coding table td:first-child {width: 76px; min-width: 76px;}
}

@media (min-width: 320px) and (max-width:376px){
    #hcp-Coding-reimbursement .heading-sec.accordion { width: 54%;}
    #hcp-Coding-reimbursement .panel{ table-layout: auto;    }
}

@media (min-width: 320px) and (max-width: 360px) {
     #hcp-Coding-reimbursement .panel td:first-child {
        width: calc(55px + ((100vw - 320px) * 0.75)) !important;
        min-width: calc(55px + ((100vw - 320px) * 0.5)) !important;
        max-width: none !important;
    }
}


@media (min-width: 361px) and (max-width: 389px) {
    #hcp-Coding-reimbursement .panel td:first-child {
        width: calc(27px + ((100vw - 320px) * 0.75)) !important;
        min-width: calc(27px + ((100vw - 320px) * 0.5)) !important;
        max-width: none !important;
    }
}
    
@media (min-width: 991px) and (max-width: 1040px) { 
#hcp-Coding-reimbursement .panel td:first-child {
    width: calc(152.5px + (100vw - 991px) * 0.1)!important;   
}}   
    
@media (min-width: 991px) and (max-width: 1199px) {
    #hcp-Coding-reimbursement .panel td:first-child {
    width: 152.77px !important;
    }}







