#testing-lab .filter-category h3.accordion::after {
    content: "";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/dropdown-arrow-grey.svg);
    display: inline-block;
    position: absolute;
    right: 30px;
    /* top: 25px; */
    /* top: 29px; */
    top: 16px;
    transform: rotate(180deg);
    /* transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1); */
}

#testing-lab .filter-category h3.accordion.collapsed::after {
    content: "";
    /* transform: rotate(180deg); */
    transform: rotate(-360deg);
    top: 22px;
    right: 16px;
}

#testing-lab .filter-category h3 {
    color: rgb(60, 66, 66);
    font-size: 20px;
    line-height: 24px;
    font-family: var(--primary-font);
    margin: 12px 0px;
    transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1);
    font-style: normal;
    font-weight: 600;
    border-bottom: 1px solid #C4CFCD;
    cursor: pointer;
    padding: 20px 16px;
    margin: 0px 0;
    position: relative;

}

#testing-lab .filters input[type="checkbox"] {
    margin-right: 8px;
    padding: 0px;
    width: 16px;
    height: 16px;
    min-height: 6px;
    border-radius: 0px;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #003864;
    border-radius: 1px;
    box-shadow: none;

}

#testing-lab .filters input[type="checkbox"]:checked {
    background-image: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/checkbox-checked.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    width: 16px;
    height: 16px;
}

#testing-lab .filters-popup-button {
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 64px;
    padding: 5px 15px;
    border-radius: 4px;
    -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgba(131, 0, 81, 0.5);
    color: #830051;
    border-radius: 12px;
    gap: 4px;
    padding: 12px 12px;
    display: flex;
    border: 1px solid;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: none;
    background-color: #FFFFFF00;
    color: #830051;
    outline: none;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 8px;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

#testing-lab div#lab-container {
    max-width: 1056px;
    margin: 0 auto;
    padding: 80px 21.7px;
}

#testing-lab #lab-container #lab-container-sec1 b {
    font-size: 1.125rem;
    font-family: var(--primary-font);
    line-height: 27px;
    margin-bottom: 28px;
    display: inline-block;
}

#testing-lab #lab-container-sec1 {
    padding-bottom: 80px;
}

#testing-lab #lab-container-sec1 p {
    font-size: 14px;
    /* line-height: 16.8px; */
    line-height: 150%;
}

#testing-lab .filter-container {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    gap: 80px;
    padding: 0px 0px 0px 20px;
    /* justify-content: center; */
}

#testing-lab .filters {
    max-width: 224px;
    width: 30%;
}

#testing-lab .address-list {
    width: 67%;
}

#testing-lab .filter-tags label {
    display: flex;
    padding: 0px 16px;
    flex-direction: row;
    align-content: flex-end;
    align-items: center;
    font-size: 0.875rem;
    color: #003864;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    line-height: 120%;
}

#testing-lab .filter-tags {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0px;
}

/************************************/
#testing-lab .subpage-banner-image img {
    max-width: 232px;
}

#testing-lab .filter-tag {
    font-size: 23px;
    line-height: 34.5px;
    font-weight: 400;

}

#testing-lab .accordion.collapsed {
    padding: 12px 16px;
}

#testing-lab .filter-category {
    /* padding:0px 16px */
}

/* #testing-lab  .summary{
    padding:16px 16px;
   } */
#testing-lab #clear-all {
    font-size: 18px;
    font-weight: 700;
    font-family: var(--primary-font);
    line-height: 21.6px;
    margin-top: 24px;
    border: 1px solid rgb(131, 0, 81);
    color: rgb(131, 0, 81);
    padding: 12px 11px;
    border-radius: 8px;
    background: #ffffff;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

#testing-lab #clear-all:hover {
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    text-decoration: underline;
    color: rgb(0, 56, 100);
    border-color: rgb(0, 56, 100);
}

#testing-lab .address-list #result-count {
    padding-bottom: 24px;
    font-size: 16px;
    line-height: 19.2px;

}

#testing-lab .address-list #tag-icon-p {
    display: flex;
    gap: 8px;
    font-size: 18px;
    line-height: 21.6px;
    color: rgb(60, 66, 66);
}

#testing-lab .address-list .tag-section {
    padding: 4px 4px;
    background-color: rgb(245, 247, 247);
    /* background-color: rgba(0, 0, 0, 0.12); */
    border-radius: 8px;

    width: fit-content;
}

#testing-lab .address-list .tag-section #total-selected {
    padding: 0px 4px;
    background: rgb(230, 235, 240);
}

#testing-lab .address-list .tag-section .clear-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block !important;
}

#testing-lab .address-list #tag-section :hover {
    background-color: rgba(0, 0, 0, 0.12);
}

#testing-lab .address {
    padding-top: 24px;
}

#testing-lab #address-list .heading {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 700;
    padding-bottom: 16px;
    color: rgb(60, 66, 66);
    font-family: "SpaceGrotesk", sans-serif;
}

#testing-lab #address-list .phone {
    color: rgb(131, 0, 81);
    text-decoration: underline;
    font-size: 13px;
    line-height: 15.6px;
    padding-bottom: 12px;
}

#testing-lab #address-list .tags-text {
    font-size: 13px;
    line-height: 15.6px;
    font-weight: 700;
    color: rgb(60, 66, 66);
}

#testing-lab #address-list .tags {
    font-size: 13px;
    line-height: 15.6px;
    color: rgb(60, 66, 66);
}

#testing-lab #address-list .link {
    margin: 24px 0px;
    padding: 4px 0px;

}

#testing-lab #address-list .link a {
    font-size: 14px;
    text-decoration: underline;
    line-height: 16.8px;
    font-weight: 700;

}

#testing-lab #address-list li {
    border-bottom: 1px solid #C4CFCD;
    border-color: rgba(0, 0, 0, 0.12);
    border-width: thin;
}

#testing-lab #pagination-controls {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    gap: 8px;
    font-family: var(--primary-font);
}
a.bio-showmore {
    color: #830051;
    font-weight: bold;
    font-size: 13px;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    padding: 0;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0px 16px;
    margin: 10px 0 0 0;
    position: relative;
}

a.bio-showmore:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transition: all 0.2s ease -in-out;
    display: block;
    border: 4px solid;
    border-color: #830051 transparent transparent transparent;
    border-width: 4px 4px 0 4px;
    transition: 200ms;
}
a.bio-showmore.noarrow:before {
    border-color: #ffffff transparent transparent transparent;
    border-width: 0;
}
a.bio-showmore:active, a.bio-showmore:focus{
    background-color: #830051;
    box-shadow: none;
    border-color: #FFFFFF00;
    color: #fff;
    border-radius: 12px;
        
}
a.bio-showmore:active:before, a.bio-showmore:focus:before{
    border-color: #FFf transparent transparent transparent !important;
    transform: rotate(180deg);
}

a.bio-showmore:focus{
    background-color: #003864;
}
#testing-lab .filter-tags label:nth-child(6),
#testing-lab .filter-tags label:nth-child(7),
#testing-lab .filter-tags label:nth-child(8),
#testing-lab .filter-tags label:nth-child(9),
#testing-lab .filter-tags label:nth-child(10),
#testing-lab .filter-tags label:nth-child(11) {
    display: none;
}
#testing-lab #pagination-controls #page-numbers {
    display: flex;
    gap: 8px;

}
#testing-lab p.footenote {
    max-width: 1024px;
    
    /*padding-left: 20px !important;*/
    /*padding-right: 20px !important;*/
}
#testing-lab #pagination-controls .page-button,
#testing-lab #page-numbers > span{
    min-height: 44px;
    border-radius: 0px;
    color: rgb(60, 66, 66);
    font-size: 1rem;
    height: 44px;
    padding: 12px;
    min-width: 44px;
    margin: 0px;
}

#testing-lab #pagination-controls button {
    padding: 12px 12px;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#testing-lab #pagination-controls #next-page:hover {
    color: #3C4242;
    background-color: rgba(0, 0, 0, 0.04);
}

#testing-lab #pagination-controls #prev-page:hover {
    color: #3C4242;
}

#testing-lab #pagination-controls button:hover {
    background-color: rgba(0, 0, 0, 0.04);
    padding: 12px 12px;
}

#testing-lab #pagination-controls #next-page {
    background-color: rgba(0, 0, 0, 0.04);
}

#testing-lab #pagination-controls #prev-page {
    border-radius: 0;
    color: #3C4242;
    min-width: 44px;
    margin: 0;
    background: #ffffff;


}

#testing-lab #pagination-controls #next-page,
#testing-lab #pagination-controls #prev-page {
    width: 113px;
    height: 44px;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #3C4242;
    font-size: 1rem;
    padding: 12px;
}

#testing-lab #pagination-controls #prev-page:before {
    background: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/grey-arrow-right.svg) no-repeat left center;
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}

#testing-lab #pagination-controls #prev-page:hover {
    background: #0000000a;
}

#testing-lab #pagination-controls #next-page:after {
    background: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/grey-arrow-right.svg) no-repeat left center;
    content: "";
    width: 20px;
    height: 20px;
}

#testing-lab #pagination-controls #next-page:hover {
    background: #0000000a;
}

#testing-lab #pagination-controls #page-numbers .page-button.active {
    background: #F5F7F7;
    text-decoration: underline;
    border-radius: 0;
    color: #3C4242;
    font-size: 16px;
    line-height: 19.2px;
}

#testing-lab #pagination-controls #next-page,
#testing-lab #pagination-controls .page-button {
    background: #ffffff;
}

/* #testing-lab #pagination-controls #next-page:disabled {
    background-color: rgb(240, 240, 240);
} */

#testing-lab #pagination-controls #prev-page:disabled,
#testing-lab #pagination-controls #next-page:disabled {
    /* background-color:rgb(240, 240, 240); */
    opacity: 0.38;
    pointer-events: none;
    cursor: default;
}

#testing-lab #address-list .link a::after {
    content: "";
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 4px;
    background-image: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/mulberry-arrow-right.svg);
    position: relative;
    top: 4px;
    width: 12px;
    height: 12px;
    background-size: cover;
}
#testing-lab #address-list .link a:hover:after {
    background-image: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/right-arrow-blue.svg);
    width: 15.5px;
    height: 15.5px;
    background-position: -2px -2px;
}

#testing-lab #pagination-controls #prev-page:before:disabled,
#testing-lab #pagination-controls #next-page:after:disabled {}

/* specfic desktop design */
@media screen and (min-width:1024px) {
    #testing-lab .address-list {

        margin-top: 6px;
    }

    #testing-lab .filters {
        display: block !important;
    }

    #testing-lab .mobile-only {
        display: none;
    }

    #testing-lab .desktop-only {
        display: block;
    }
}

/* mobile-design starts here  */
@media screen and (max-width:1023px) {
    #testing-lab .filters {
        display: none;
    }

    #testing-lab .mobile-only {
        display: block;
    }

    #testing-lab .desktop-only {
        display: none;
    }
    #testing-lab .inpage-submenu.mobile-only{
    max-height: 51px;
    padding: 12px 24px;
    margin-top: 11px;
}
    #testing-lab div#lab-container {

        padding: 40px 24px;
    }

    #testing-lab #lab-container-sec1 {
        padding-bottom: 40px;
    }

    #testing-lab .filter-container {
        flex-direction: column;
    }

    #testing-lab .filters {
        width: 100%;
        max-width: 100%;
        /* position: absolute; */
        background: #fff;
        z-index: 1024;
        padding: 24px;
        /* top: -120px; */
        /* top: -330px; */
        height: calc(94dvh - 17px);
        overflow-y: scroll;
        transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 8px;
        position: fixed;
        max-width: 95%;
        top: 0;
        margin: 17px auto;
        margin-left: -6px;
        margin-right: auto;
    }

    #testing-lab span.close-mobilepopup {
        float: right;
        /* padding: 20px; */
        display: flex;
        width: fit-content;
        justify-content: space-between;
        text-align: right;
        font-size: 0.8125rem;
        /* text-decoration: underline; */
        font-weight: 400;
        align-self: self-end;
        color: #830051;
        padding: 12px;
        line-height: 15.6px;
        align-items: center;
        cursor: pointer;
    }

    #testing-lab .address-list {
        width: 100%;
    }

    #testing-lab .filter-container {
        padding: 0;
    }

    #testing-lab .address-list #tag-icon-p {
        gap: 4px;
    }

    /****************/
    #testing-lab .address-list .tag-section {

        margin-bottom: 24px;
    }

    #testing-lab .filters-popup-button:hover {

        background-color: #FFFFFF00;
        box-shadow: none;
        -webkit-text-decoration: underline;
        text-decoration: underline;
        color: #003864;
        border-color: #003864;
        text-decoration: none;
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    }

    #testing-lab .x-class-popup {
        text-decoration: none;
        font-size: 20px;
        display: inline-block;
        margin-right: 4px;
        background-image: url("/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/search-close.svg");
        width: 17px;
        height: 17px;
        background-size: cover;
    }

    /* #testing-lab .x-class-popup img{
        max-width: 17px;
    height: auto;
    width: 100%;
    } */
    #testing-lab .popup-headings h3 {
        clear: both;
        margin-bottom: 24px;
        font-size: 1.8125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }

    #testing-lab .popup-headings h2 {
        font-size: 16px;
        line-height: 19.2px;
        margin-bottom: 24px;
    }

    #testing-lab .filter-category h3 {
        padding: 8px 16px;
    }

    #testing-lab .filter-category h3.accordion::after {
        top: 0;
    }

    #testing-lab .filter-tags label {
        font-size: 16px;
        line-height: 19.2px;
    }

    #testing-lab #clear-all {
        font-size: 16px;
        line-height: 19.2px;
    }

    #testing-lab span.close-mobilepopup:hover {
        background-color: #FFFFFF00;
        box-shadow: none;

        color: #003864;
        border-color: #003864;
    }

    #testing-lab .close-text {
        text-decoration: underline;
    }

    #testing-lab .filters-popup-button:focus,
    #testing-lab .filters-popup-button:active,
    #testing-lab span.close-mobilepopup:focus,
    #testing-lab span.close-mobilepopup :active {
        background: #830051;
        color: #ffffff;
    }

    #testing-lab .span.close-mobilepopup .x-class-popup:focus,#testing-lab span.close-mobilepopup .x-class-popup:active {
        width: 17px;
        height: 17px;
        background: #830051 url("/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/close-focus-lab.png") no-repeat center center / cover;
       }
    #testing-lab span.close-mobilepopup:focus,
    #testing-lab span.close-mobilepopup :active {
        border-radius: 12px;
       
    }

}
@media screen and (max-width:743.95px) {
span#page-numbers > span {
    border-radius: 0px;
    color: rgb(60, 66, 66);
    font-size: 1rem;
    height: 44px;
    padding: 12px;
    min-width: 44px;
    margin: 0px;
}
#testing-lab #pagination-controls #next-page, #testing-lab #pagination-controls #prev-page{
    font-size: 0px;
}
#testing-lab #pagination-controls #next-page, #testing-lab #pagination-controls #prev-page
{
width: 44px !important;
padding: 12px 0px;
}
#testing-lab p.footenote 
{
margin-top:0px;
padding-bottom:40px;
}
#testing-lab div#lab-container
{
padding-bottom:25px;
}
}
@media screen and (min-width:991px)
{

#testing-lab .subscribe-connect-section__sub__headline
{
padding-right: 24px;
    padding-left: 24px;
}
#testing-lab p.footenote
{
    padding-bottom:75px;
    margin-top:20px;
}
}

/*new Css*/
@media (min-width: 1031px) and (max-width: 1120px) {
    .footer .footer-container .footer-content .footer-section {
        flex-basis: 24%;
        margin-right: 12px;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    #testing-lab .inpage-submenu.mobile-only {
        margin-top: 61px;
    }
}

/*new Css*/