@media (min-width: 1367px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1601px) {
    .container {
        max-width: 1575px;
    }
}

@media (max-width: 1199px) {
    .component.hero-image + .container {
        max-width: 100% !important;
        padding: 0 !important;
    }
}

.product-configuration-filters {
    display: grid;
    grid-template-columns: 1.75fr 1fr;
    grid-column-gap: 70px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.product-configuration-filters .configuration-box {
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px 30px 30px 30px;
}

.product-configuration-filters .configuration-box.configuration-left {
    padding-right: 30px;
}

.product-configuration-filters .configuration-box h3 {
    font-family: "Noto Serif";
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1;
    margin-left: 60px;
}

.product-configuration-filters .configuration-box .find-a-product {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-bottom: 30px;
}

.product-configuration-filters .configuration-box .find-a-product:last-child {
    margin-bottom: 0;
}

.product-configuration-filters .configuration-box .find-a-product:before {
    content: "";
    background: #e3f2fb;
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    box-shadow: 0px 3px 6px #00000029;
}

.product-configuration-filters .configuration-box .find-a-product .radio-base {
    width: 35px;
    margin-left: 15px;
}

.product-configuration-filters .configuration-box .find-a-product .custom-control {
    height: 35px;
}

.product-configuration-filters .configuration-box .find-a-product .custom-control-input {
    width: 35px;
}
.product-configuration-filters .custom-control-label {
    cursor: pointer;
}
.product-configuration-filters .configuration-box .find-a-product .custom-control-label::before {
    border: 2px solid var(--primary-green);
    box-shadow: none;
}

.product-configuration-filters .configuration-box .find-a-product .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--primary-green);
}
.product-configuration-filters .configuration-box .find-a-product .custom-control-label::before {
    background: transparent;
}
.product-configuration-filters .configuration-box .find-a-product .custom-control-label::before,
.product-configuration-filters .configuration-box .find-a-product .custom-control-label::after {
    width: 35px;
    height: 35px;
}
.product-configuration-filters .configuration-box .find-a-product .custom-control-input:checked ~ .custom-control-label::after {
    background: 50% / 70% 70% no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23017A35'/%3e%3c/svg%3e");
}

.product-configuration-filters .configuration-box .find-a-product .image-base {
    max-width: 340px;
}

.product-configuration-filters .configuration-box .find-a-product .text-base h2 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.product-configuration-filters .configuration-box .find-a-product .text-base p {
    color: #444;
    font-size: 18px;
    margin-bottom: 0;
    padding-right: 50px;
}

.product-configuration-filters .configuration-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px 30px 30px 30px;
}

.product-configuration-filters .configuration-box.configuration-right .find-a-product:before {
    height: 88px;
    background-color: #fff;
}

.product-configuration-filters .configuration-box.configuration-right .find-a-product .image-base {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-configuration-filters .configuration-box.configuration-right .find-a-product:nth-child(2) .image-base {
    background: transparent linear-gradient(90deg, #589095 0%, #14585e 100%) 0% 0% no-repeat padding-box;
}

.product-configuration-filters .configuration-box.configuration-right .find-a-product:nth-child(3) .image-base {
    background: transparent linear-gradient(90deg, #a5cca5 0%, #639263 100%) 0% 0% no-repeat padding-box;
}

.product-configuration-filters .configuration-box.configuration-right .find-a-product .image-base img {
    height: 50px;
    object-fit: contain;
    padding: 5px;
}

.product-configuration-filters .configuration-box .find-a-product .text-base h4 {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.subject-matter {
    padding: 30px 0;
}

.subject-matter .section-title {
    margin-bottom: 35px;
}

.subject-matter .section-title h1 {
    font-family: "Noto Serif";
    color: #002f6d;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1;
}

.subject-matter .section-title h4 {
    color: #444;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
}

.subject-matter .subject-matter-categories {
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: .25fr 1fr;
    align-items: center;
    border-bottom: 2px dashed #ddd6d6;
    padding-bottom: 20px;
}
.subject-matter .subject-matter-categories.content-type-cat {
    grid-template-columns: 1fr;
}
.subject-matter .subject-matter-categories .categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.subject-matter .subject-matter-categories h5 {
    font-family: "Noto Serif";
    color: #002f6d;
    font-size: 23px;
    margin-bottom: 0;
    line-height: 28px;
}
.subject-matter .subject-matter-categories h5 a {
    color: #002f6d;
     text-decoration: none;
}

.subject-matter .subject-matter-categories .categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 20px;
}

.subject-matter .subject-matter-categories .categories .category-item {
    background: #e9f7f7;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    cursor: pointer;
}

.subject-matter#contentTypeDiv .subject-matter-categories .categories .category-item {
    background: #F4F7EA;
}
.subject-matter#contentTypeDiv .subject-matter-categories .categories .category-item::before {
     background: #87b187;
}
.subject-matter#contentTypeDiv .subject-matter-categories .categories .category-item.active {
    background: #87b187;
}
.subject-matter .subject-matter-categories .categories .category-item.active {
    background: transparent linear-gradient(90deg, #14585e 0%, #569599 100%) 0% 0% no-repeat padding-box;
}

.subject-matter .subject-matter-categories .categories .category-item::before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(180deg, #14585e 0%, #4d868b 58%, #56959a 100%) 0% 0% no-repeat padding-box;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
}

.subject-matter .subject-matter-categories .categories .category-item h6 {
    font-weight: 600;
    color: #444;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}
.subject-matter .subject-matter-categories .categories .category-item h6 a {
    color: #444;
    text-decoration: none;
}

.subject-matter .subject-matter-categories .categories .category-item.active h6 {
    color: #fff;
}

.subject-matter .subject-matter-categories .categories .category-item.active:before {
    display: none;
}

.subject-matter .btn.view-articles {
    background: var(--primary-green);
    display: flex;
    justify-self: center;
    padding: 6px 25px;
    font-weight: 500;
    font-size: 22px;
}

.view-article-block {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px;
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.select-a-category {
    padding: 20px 0 40px 0;
}

.select-a-category .section-title {
    margin-bottom: 35px;
}

.select-a-category .section-title h1 {
    font-family: "Noto Serif";
    color: #002f6d;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
}

.select-a-category .category-level-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
    max-width: 800px;
    margin: 0 auto;
}

.select-a-category .category-level-1 .category-item {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    background: #f4fafd 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.select-a-category .category-level-1 .category-item.active {
    border: 2px solid #007a35;
}

.select-a-category .category-level-1 .category-item figure {
    margin-bottom: 0 !important;
}

.select-a-category .category-level-1 .category-item img {
    height: 80px !important;
}

.select-a-category .category-level-1 .category-item h4 {
    font-size: 22px;
    font-family: "Noto Serif";
    color: #002f6d;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
}

.select-a-category .category-level-1 .category-item h4:after {
    font-size: 20px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    color: #017a35;
    margin-left: 10px;
    font-weight: 900;
}

.select-all-attributes {
    padding: 40px 0 0 0;
}

.select-all-attributes .section-title {
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 15px 0;
}

.select-all-attributes .filter-box {
    max-width: 1250px;
    margin: 0 auto;
}

.select-all-attributes .filter-box .filter-title {
    background: #90b08a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 75px;    
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.select-all-attributes .filter-box .filter-title .results-count {
    color: #fff;
    margin-right: auto;
    margin-left: 10px;
    margin-top: 3px;
}

.select-all-attributes .filter-box .filter-title h3 {
    font-family: "Noto Serif";
    font-weight: 700;
    font-size: 28px;
    color: #fff;
}
.select-all-attributes .filter-box .filter-title p {
    font-size: 16px;
    color: #fff;
    margin: 6px auto 0 15px;
    border-left: 1px solid #fff;
    padding-left: 10px;
}

.select-all-attributes .filter-box .filter-title button#clearFilters {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background: transparent;
    border: none;
}

.select-all-attributes .filter-box .filter-body {
    background: #ffffff;
    box-shadow: 0px 3px 6px #55555529;
    padding: 25px;
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    position: relative;
}

.select-all-attributes .filter-box .filter-body .filter-left {
    /*display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-auto-rows: min-content;
    grid-auto-flow: dense;
    gap: 15px;*/
    column-count: 2;
    gap: 20px;
}

.select-all-attributes .filter-box .filter-body .filter-item {
    background: #fff;
    box-shadow: 0 3px 6px #9191911a;
    padding: 10px 50px;
    /*Masonry style*/
    display: inline-block;
    width: 100%;
    vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 10px;
}

.select-all-attributes .filter-box .filter-body .filter-item.error-in-filter {
    border: 2px solid #ff0000;
}
.select-all-attributes .filter-box .filter-body .filter-item.error-in-filter h4{
    color: #ff0000;
}

/*
.select-all-attributes .filter-box .filter-body .filter-item:nth-child(1) {
    grid-row: span 3;
}
*/
.select-all-attributes .filter-box .filter-body .filter-item h4 {
    font-family: "Noto Serif";
    font-weight: 600;
    font-size: 18px;
    color: #629159;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.select-all-attributes .filter-box .filter-body .filter-item .custom-control label {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.select-all-attributes .filter-box .filter-body .filter-item ul li .custom-control input[disabled] + label {
    opacity: 0.4;
    cursor: not-allowed;
}

.select-all-attributes .filter-box .filter-body .filter-item ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.select-all-attributes .filter-box .filter-body .filter-item:last-child ul{
    grid-template-columns: repeat(2, auto);
}

.select-all-attributes .filter-box .filter-body .filter-item .accordion-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    pointer-events: none;
}

.select-all-attributes .filter-box .filter-body .filter-item .accordion-title i {
    transition: all 0.5s ease-out allow-discrete;
}

.select-all-attributes .filter-box .filter-body .filter-item .accordion-title.collapsed i.fa-chevron-up {
    transform: rotate(180deg);
}

.select-all-attributes .filter-box .filter-body .filter-item.two-column ul {
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    grid-template-rows: auto auto; /* Two rows */
    gap: 10px; /* Adjust the space between items */
}

.select-all-attributes .filter-box .filter-body .filter-item.two-column ul li:nth-child(1),
.select-all-attributes .filter-box .filter-body .filter-item.two-column ul li:nth-child(2) {
    grid-column: span 1; /* These items will be in the first row */
}

.select-all-attributes .filter-box .filter-body .filter-item.two-column ul li:nth-child(3),
.select-all-attributes .filter-box .filter-body .filter-item.two-column ul li:nth-child(4),
.select-all-attributes .filter-box .filter-body .filter-item.two-column ul li:nth-child(5) {
    grid-column: span 1; /* These items will be in the second row */
}

.select-all-attributes .filter-box .filter-body .filter-item.four-column ul {
    grid-template-columns: repeat(4, 1fr);
}

.select-all-attributes .filter-box .show-results {
    margin-top: 15px;
    padding: 5px 40px;
    font-size: 20px;
    font-weight: 600;
}
.select-all-attributes .filter-box .show-results.btn-disabled {
    pointer-events: none;
    opacity: 0.4;
    background: #b0b0b0 !important;
    border-color: #b0b0b0 !important;
}
.filter-box .filter-item.error-in-filter {
    animation: horizontal-shaking 0.50s linear 1;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(5px)
    }

    50% {
        transform: translateX(-5px)
    }

    75% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}


@media(max-width: 1600px) {
    .product-configuration-filters .configuration-box h3 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-left: 45px;
    }

    .product-configuration-filters .configuration-box .find-a-product .image-base {
        max-width: 280px;
    }

    .product-configuration-filters .configuration-box .find-a-product .text-base h2 {
        font-size: 18px;
    }

    .product-configuration-filters .configuration-box .find-a-product .text-base p {
        font-size: 15px;
        line-height: 18px;
        padding-right: 5px;
    }

    .product-configuration-filters .configuration-box.configuration-left {
        padding-right: 30px;
    }

    .product-configuration-filters .configuration-box.configuration-right .find-a-product .image-base img {
        height: 40px;
    }

    .product-configuration-filters .configuration-box.configuration-right .find-a-product .image-base {
        width: 55px;
        height: 55px;
    }

    .product-configuration-filters .configuration-box .find-a-product .custom-control-label::before, .product-configuration-filters .configuration-box .find-a-product .custom-control-label::after {
        width: 25px;
        height: 25px;
    }

    .product-configuration-filters .configuration-box .find-a-product {
        gap: 10px;
    }

    .product-configuration-filters .configuration-box .find-a-product:before {
        height: 140px;
    }

    .product-configuration-filters .configuration-box .find-a-product .text-base {
        padding-left: 5px;
    }

    .product-configuration-filters {
        grid-column-gap: 40px;
        margin-top: 30px;
    }

    .product-configuration-filters .configuration-right {
        padding: 20px 30px 40px 30px;
    }

    .product-configuration-filters .configuration-box .find-a-product .text-base h4 {
        font-size: 18px;
    }

    .select-a-category {
        padding: 50px 0 30px 0;
    }

    .select-a-category .section-title h1 {
        font-size: 25px;
    }

    .select-a-category .section-title {
        margin-bottom: 30px;
    }

    .select-all-attributes {
        padding: 40px 0 0 0;
    }

    .select-all-attributes .section-title {
        margin-top: 0;
    }

    .select-all-attributes .filter-box .filter-body .filter-item {
        padding: 10px 40px;
    }

    .subject-matter {
        padding: 45px 0;
    }

    .subject-matter .section-title h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .subject-matter .subject-matter-categories h5 {
        font-size: 24px;
        line-height: 1.2;
    }

    .subject-matter .subject-matter-categories .categories {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .subject-matter .subject-matter-categories .categories .category-item {
        min-height: 65px;
    }

    .subject-matter .subject-matter-categories .categories .category-item h6 {
        font-size: 18px;
        line-height: 24px;
    }

    .subject-matter .subject-matter-categories {
        grid-column-gap: 10px;
    }
    .select-a-category .category-level-1 .category-item h4{
        font-size: 20px;
    }
}

@media(max-width: 1440px) {
    .select-all-attributes .filter-box {
        max-width: 1200px;
    }
    .select-all-attributes .filter-box .filter-title h3{
        font-size: 24px;
    }
    .select-a-category {
        padding: 30px 0 30px 0;
    }
    .select-a-category .section-title {
        margin-bottom: 20px;
    }
    .select-a-category .section-title h1 {
        font-size: 25px;
    }
    .select-a-category .category-level-1 {
        grid-column-gap: 40px;
    }
    .subject-matter .section-title h1 {
        font-size: 24px;
    }
    .subject-matter .subject-matter-categories h5 {
        font-size: 22px;
    }
    .subject-matter .subject-matter-categories.subject-matter-cat .categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 1366px) {    
    .product-configuration-filters {
        grid-template-columns: 1.55fr 1fr;
    }
    .product-configuration-filters .configuration-box {
        padding: 20px 30px 30px 30px;
    }

    .product-configuration-filters .configuration-box .find-a-product .image-base {
        max-width: 260px;
    }

    .product-configuration-filters .configuration-box .find-a-product:before {
        height: 120px;
    }

    .product-configuration-filters .configuration-box.configuration-right .find-a-product .image-base {
        width: 45px;
        height: 45px;
    }

    .product-configuration-filters .configuration-box.configuration-right .find-a-product:before {
        height: 75px;
    }

    .product-configuration-filters .configuration-box.configuration-right .find-a-product .image-base img {
        height: 35px;
    }

    .product-configuration-filters .configuration-box .find-a-product .radio-base {
        width: 30px;
        margin-left: 15px;
    }

    .product-configuration-filters .configuration-box .find-a-product .radio-base {
        width: 25px;
    }

    .product-configuration-filters .configuration-box .find-a-product .custom-control {
        height: 25px;
    }

    .product-configuration-filters .configuration-box .find-a-product .custom-control-label::before, .product-configuration-filters .configuration-box .find-a-product .custom-control-label::after {
        width: 20px;
        height: 20px;
    }
    .subject-matter .subject-matter-categories .categories .category-item h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .subject-matter .subject-matter-categories h5 {
        font-size: 20px;
    }
    .subject-matter .btn.view-articles {
        padding: 6px 25px;
        font-size: 20px;
    }
    .product-configuration-filters .configuration-box h3 {
        font-size: 18px;
    }
    .product-configuration-filters {
        grid-column-gap: 30px;
    }
    .product-configuration-filters .configuration-box.configuration-right h3 {
        margin-left: 0;
    }
    .select-a-category {
        padding: 20px 0 30px 0;
    }
    .select-a-category .category-level-1 {
        max-width: 700px;
    }
}

@media (max-width: 1280px) {
    .select-a-category {
        padding: 40px 0;
    }

    .select-a-category .section-title h1 {
        font-size: 25px;
    }

    .select-a-category .category-level-1 {
        grid-column-gap: 30px;
    }

    .select-a-category .category-level-1 .category-item img {
        height: 100px;
    }

    .select-a-category .category-level-1 .category-item h4 {
        font-size: 20px;
    }

    .select-a-category .category-level-1 .category-item h4:after {
        font-size: 18px;
    }

    .select-all-attributes .filter-box .filter-title h3 {
        font-size: 23px;
    }

    .select-all-attributes .filter-box .filter-title {
        padding: 10px 65px;
    }    
    .subject-matter {
        padding: 30px 0;
    }

    .subject-matter .section-title {
        margin-bottom: 30px;
    }
    .subject-matter .section-title h1 {
        font-size: 22px;
    }
    .subject-matter .subject-matter-categories .categories .category-item h6 {
        font-size: 15px;
        line-height: 20px;
    }
    .subject-matter .subject-matter-categories .categories {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
    .subject-matter .subject-matter-categories h5 {
        font-size: 18px;
    }
    .subject-matter .btn.view-articles {
        padding: 5px 25px;
        font-size: 16px;
    }
    .subject-matter .subject-matter-categories .categories .category-item {
        min-height: 55px;
    }
    .subject-matter .subject-matter-categories.content-type-cat {
        border-bottom: none;
        padding-bottom: 0;
    }
    .select-all-attributes .filter-box .filter-body .filter-item .custom-control label{
        font-size: 15px;
    }
    .select-all-attributes .filter-box .filter-body .filter-item h4{
        font-size: 16px;
    }
    .select-all-attributes .filter-box .filter-title button#clearFilters {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .product-configuration-filters .configuration-box .find-a-product .image-base {
        max-width: 220px;
    }
}

@media (max-width: 991px) {
    .select-a-category {
        padding: 20px 0;
    }
    .select-a-category .section-title + .container{
        max-width: 100%;
        padding: 0 !important;
    }
    .select-a-category .category-level-1 {
        max-width: 100%;
    }
    .select-all-attributes .filter-box .filter-body .filter-item ul {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .select-all-attributes .filter-box .filter-body .filter-item {
        padding: 10px 20px;
        margin-bottom: 10px;
    }
    .select-all-attributes .filter-box .filter-title {
        padding: 10px 35px;
    }
    .select-all-attributes .container.attribute-container {
        max-width: 100%;
    }
}


@media (max-width: 767px) {
    .subject-matter {
        padding: 10px 0 0 0;
    }
    .component.hero-image + .container {
        padding: 0 !important;
    }
    .product-configuration-filters {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        margin-top: 0;
    }
    .product-configuration-filters .configuration-box.configuration-left {
        text-align: center;
    }
    .product-configuration-filters .configuration-box.configuration-left .find-a-product {
        flex-wrap: wrap;
    }
    .product-configuration-filters .configuration-box.configuration-left .find-a-product .text-base {
        order: 3;
        padding-left: 0;
    }
    .product-configuration-filters .configuration-box.configuration-left .find-a-product .radio-base {
        order: 2;
    }
    .product-configuration-filters .configuration-box.configuration-left .find-a-product .image-base {
        order: 2;
        max-width: 80%;
    }
    .product-configuration-filters .configuration-box.configuration-left h3 {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .product-configuration-filters .configuration-box.configuration-left .find-a-product:before {
        top: 50%;
        transform: translateY(-80%);
    }
    .product-configuration-filters .configuration-box {
        padding: 25px !important;
    }
    .product-configuration-filters .configuration-box h3{
        margin-left: 0;
    }
    .product-configuration-filters .configuration-box.configuration-right .find-a-product:before {
        height: 60px;
    }
    .product-configuration-filters .configuration-box .find-a-product .text-base p{
        padding-right: 0;
    }
    .select-a-category {
        padding: 10px 0;
    }
    .select-a-category .section-title h1 {
        font-size: 22px;
    }
    .select-a-category .category-level-1{
        grid-column-gap: 20px;
    }
    .select-a-category .category-level-1 .category-item {
        width: 100%;
    }
    .select-a-category .category-level-1 .category-item img {
        height: 80px;
    }
    .select-a-category .category-level-1 .category-item h4 {
        font-size: 18px;
    }
    .select-all-attributes {
        padding: 30px 0 0 0;
    }
    .select-all-attributes .filter-box .filter-body {
        padding: 50px 20px 20px 20px;
    }
    .select-all-attributes .filter-box .filter-body .filter-left {
        column-count: 1;
    }
    .select-all-attributes .filter-box .filter-body .filter-item{
        background: #fff;
        padding: 10px 10px;
    }
    .select-all-attributes .filter-box .filter-title {
        padding: 10px 25px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .select-all-attributes .filter-box .filter-title h3 {
        font-size: 20px;
        margin-bottom: 25px !important;
    }
    .select-all-attributes .filter-box .filter-title p {
        color: #444;
        font-size: 15px;
        margin: 0;
        margin-bottom: -75px;
        position: relative;
        z-index: 1;
    }
    .select-all-attributes .filter-box .filter-title button#clearFilters {
        font-size: 15px;
        color: #fff;
        position: relative;
        z-index: 1;
        bottom: -4px;
        background: #017a35;
        margin-left: auto;
    }
    .select-all-attributes .filter-box .filter-body .filter-item:last-child {
        margin-bottom: 0;
    }
    .select-all-attributes .filter-box .filter-body .filter-item .custom-control label {
        font-size: 14px;
    }
    .select-all-attributes .filter-box .show-results {
        margin-top: 15px;
        padding: 5px 25px;
        font-size: 16px;
    }
    .subject-matter .subject-matter-categories{
        grid-template-columns: 1fr;
    }
    .subject-matter .subject-matter-categories.subject-matter-cat .categories {
        grid-template-columns: repeat(2, 1fr);
    }
    .subject-matter .subject-matter-categories h5 {
        margin-bottom: 10px;
    }
    .subject-matter .subject-matter-categories .categories .category-item {
        min-height: 45px;
    }
    .subject-matter .subject-matter-categories .categories {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 500px) {
    .subject-matter .section-title {
        margin-bottom: 20px;
    }
    .subject-matter .section-title h1 {
        font-size: 20px;
    }
    .subject-matter .section-title h4 {
        font-size: 14px;
    }
    .subject-matter .subject-matter-categories.subject-matter-cat .categories{
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }    
    .subject-matter .subject-matter-categories .categories .category-item h6 {
        font-size: 13px;
        line-height: 18px;
    }
    .subject-matter .subject-matter-categories .categories .category-item{
        padding: 6px 15px;
    }
    .select-all-attributes .filter-box .filter-body {
        padding: 70px 20px 20px 20px;
    }
    .select-all-attributes .filter-box .filter-title h3 {
        margin-bottom: 20px !important;
    }
    .select-all-attributes .filter-box .filter-title p{
        margin-bottom: -95px;
        text-align: center;
    }
    .subject-matter .btn.view-articles {
        padding: 5px 25px;
        font-size: 14px;
    }
    .select-a-category .category-level-1 .category-item {
        flex-direction: column;
        gap: 10px;
    }
    .select-a-category .category-level-1 .category-item h4 {
        font-size: 16px;
    }
    .select-a-category .category-level-1 .category-item img {
        height: 70px !important;
    }
}

/* Search Result */
.article-banner-strip {
    display: grid;
    align-items: center;
    grid-template-columns: 500px 1fr;
    background: #EFFAFC 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.article-banner-left {
    display: flex;
    align-items: center;
    background: url("/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/article-banner-strip.png") no-repeat -340px 0;
    background-size: cover;
    height: 100%;
    padding: 20px 20px 20px 50px;
    gap: 15px;
}
.article-banner-left h1 {
    margin-bottom: 0;
    font-family: 'Noto Serif';
    font-size: 28px;
    color: #fff;
}

.article-banner-left .back-ico i {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    cursor: pointer;
}

.article-banner-right h3 {
    font-family: 'Noto Serif';
    font-size: 28px;
    color: #002F6D;
    margin-bottom: 0;
}

.article-banner-right {
    padding-left: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-banner-right .search-dummy {
    width: 250px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    cursor: pointer;
}

.article-banner-right .search-dummy .form-control {
    border: none;
    font-size: 14px !important;
    padding-left: 45px;
    border-radius: 26px !important;
    height: 35px;
    color: #444;
    position: relative;
    text-align: center;
}

.article-banner-right .search-dummy .form-control:before {
    content: "Search Articles";
}

.article-banner-right .search-dummy i.fas.fa-search {
    position: absolute;
    z-index: 2;
    margin-left: 15px;
}

@media(max-width: 1600px) {
    .article-banner-left h1,
    .article-banner-right h3{
        font-size: 26px;
    }
    .article-banner-right {
        padding-left: 40px;
    }
}
@media(max-width: 1440px) {
    .article-banner-left h1, .article-banner-right h3 {
        font-size: 23px;
    }
    .article-banner-left .back-ico i {
        font-size: 22px;
    }
}


@media(max-width: 1280px) {
    .article-banner-left {
        background: url('/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/article-banner-strip.png') no-repeat -270px 0 / cover;
        padding: 15px 20px 16px 50px;
    }
    .article-banner-left h1, .article-banner-right h3 {
        font-size: 22px;
    }
    .article-banner-right {
        padding-left: 0;
    }
}

@media(max-width: 1199px) {
    .article-banner-strip {
        grid-template-columns: 450px 1fr;
    }    
    .one-time-registration-strip .register-login-btn-box a#onetimeRegisterBtn,
    .one-time-registration-strip .register-login-btn-box a#onetimeLoginBtn {
        font-size: 16px;
        padding: 6px 40px;
    }
}

@media(max-width: 1024px) {
    .article-banner-left {
        background: url('/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/article-banner-strip.png') no-repeat -310px 0 / cover;
    }
    .article-banner-left h1, .article-banner-right h3 {
        font-size: 20px;
    }
    .article-banner-strip {
        grid-template-columns: 390px 1fr;
    }
}

@media(max-width: 991px) {
    .article-banner-strip {
        grid-template-columns: 350px 1fr;
    }
    .article-banner-right .search-dummy {
        width: 200px;
        margin-right: 20px;
    }
    .article-banner-left {
        padding: 14px 20px 12px 50px;
    }
    .article-banner-left h1, .article-banner-right h3 {
        font-size: 18px;
    }
    .one-time-registration-strip .register-login-btn-box a#onetimeRegisterBtn, 
    .one-time-registration-strip .register-login-btn-box a#onetimeLoginBtn {
        font-size: 14px;
        padding: 4px 30px;
    }
}
@media(max-width: 800px) {
    .one-time-registration-strip .register-login-btn-box a#onetimeRegisterBtn, .one-time-registration-strip .register-login-btn-box a#onetimeLoginBtn {
        font-size: 13px;
        padding: 2px 20px;
    }
    .article-banner-left {
        padding: 14px 20px 12px 30px;
    }
}

@media(max-width: 630px) {
    .article-banner-right h3 {
        display: none;
    }
}

@media(max-width: 500px) {
    .article-banner-left {
        gap: 10px;
        padding: 14px 20px 12px 10px;
        background: url('/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/article-banner-strip.png') no-repeat -400px 0 / cover;
    }
    .article-banner-strip {
        grid-template-columns: 260px 1fr;
    }
    .article-banner-right .search-dummy {
        width: 130px;
    }
    .article-banner-right .search-dummy .form-control:before {
        content: "Search";
    }
}

@media(max-width: 400px) {
    .article-banner-strip {
        grid-template-columns: 240px 1fr;
    }

    .article-banner-right .search-dummy {
        width: 105px;
        margin-right: 0;
    }
    .article-banner-right .search-dummy .form-control{
        border-radius: 15px !important;
    }
}

.flex1MR15 .row.component.column-splitter{
    position: relative;
}
.flex1MR15 .row.component.column-splitter:before {
    content: "";
    width: calc(100% - 55px);
    height: 65px;
    position: absolute;
    left: 40px;
    top: 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #96969629;
    border-radius: 5px;
}
.flex1MR15 .row.component.column-splitter .kc-legend-header{
    margin-right: 0;
}

.flex1MR15 .row.component.column-splitter .search-sort-section {
    margin-left: 30px;
}
span.badge.badge-pill.badge-light {
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    border-radius: 20px;
    background: rgba(160, 160, 160, 0.1);
}
span.badge.badge-pill.badge-light.active{
    background: rgba(1, 160, 200, 0.1);
}
.kc-filter-header{
    justify-content: flex-end;
}
.kc-filter-header h5 {
    margin-bottom: 0;
    margin-right: auto;
    color: #444;
    font-size: 18px;
}
.close-filter {
    margin-left: 10px;
}

.new-kc-results.kcsearchResults .panel-content a {
    font-family: 'Noto Serif';
    font-size: 22px;
    line-height: 29px;
}

.new-kc-results.kcsearchResults .panel-content #title {
    margin-bottom: 10px;
}

.new-kc-results.kcsearchResults .panel-content #short-title {
    color: #000;
}

.new-kc-results.kcsearchResults .panel-content p#description {
    font-size: 15px;
}

.new-kc-results.kcsearchResults .panel-content {
    border-radius: 0;
    background-color: #ffffff;
    padding: 25px 25px 25px 50px;
    margin: 1.2rem 0;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #F2F2F1;
    position: relative;
}

.new-kc-results.kcsearchResults .panel-content:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    width: 5px;
    height: 60%;
    transform: translate(-50%, -50%);
    background: #00A0C8;
}

.new-kc-filter.filter-container .search-filter {
    background: none;
    box-shadow: none;
    min-width: 435px;
    padding-right: 5px;     
}
.search-filter .kc-filter-header{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #96969629;
    border-radius: 8px;
    padding: 15px 20px;
    margin: -10px 0 20px 0;
}

.new-kc-filter.filter-container .search-filter::-webkit-scrollbar-thumb {
    background-color: #ebe2e2;
}

.new-kc-filter.filter-container .search-filter::-webkit-scrollbar-track {
    background-color: #f8f8f6;
}

.new-kc-filter.filter-container .search-filter .btn-wrap {
    background: #E4F5E4 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #7C7C7C29;
}

.new-kc-filter.filter-container .search-filter .btn-wrap .filter-head {
    font-family: 'Noto Serif';
    font-size: 20px;
    color: #155A60;
    padding: 13px 20px;
}

.new-kc-filter.filter-container .search-filter .inner-filter-head,
.new-kc-filter.filter-container .search-filter .inner-filter-head.collapsed {
    padding: 12px 10px;
    font-size: 18px;
}

.new-kc-filter.filter-container .search-filter .inner-filter-head p {
    font-family: 'Noto Serif';
}

.new-kc-filter.filter-container .filter-gradient-divider {
    display: none;
}

.new-kc-filter.filter-container .filter-ul li.filter-li {
    border-bottom: none !important;
}

.new-kc-filter.filter-container .filter-ul li.filter-li.has-sub .dropdown-parent {
    background: #F2F8F2 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #7C7C7C29;
}

.new-kc-filter.filter-container .filter-ul .sub-ul .filter-ul .dropdown-parent {
    background: none !important;
    box-shadow: none !important;
}
.new-kc-filter.filter-container .filter-ul .sub-ul .filter-ul .dropdown-parent .filter-left-title p {
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 1440px) {
    .level2icon.legendHeader p{
        white-space: pre;
    }
    .new-kc-results.kcsearchResults .panel-content a {
        font-size: 20px;
        line-height: 26px;
    }
    .new-kc-filter.filter-container .search-filter .inner-filter-head, 
    .new-kc-filter.filter-container .search-filter .inner-filter-head.collapsed {
        padding: 8px 10px;
        font-size: 17px;
    }
    .new-kc-filter.filter-container .search-filter {
        min-width: 415px;
    }
    .new-kc-filter.filter-container .filter-ul li.filter-li {
        padding-bottom: 0;
    }
    .new-kc-results.kcsearchResults .panel-content {
        padding: 20px 25px 20px 50px;
    }
    .new-kc-results.kcsearchResults .panel-content #short-title {
        padding-bottom: 8px;
    }
    .new-kc-filter.filter-container .search-filter .btn-wrap .filter-head{
        font-size: 18px;
    }
}

@media (max-width: 1366px) {
    .new-kc-filter.filter-container .search-filter .inner-filter-head p {
        font-size: 16px;
    }
}
@media (max-width: 1280px) {
    .new-kc-filter.filter-container .search-filter {
        min-width: 395px;
    }
    .new-kc-results.kcsearchResults .panel-content a {
        font-size: 18px;
        line-height: 23px;
    }
    .new-kc-results.kcsearchResults .panel-content {
        padding: 20px 25px 20px 35px;
    }
    .kc-legend-header .level2icon.legendHeader p{
        font-size: 15px;
    }

}

@media (max-width: 1199px) {
    .new-kc-filter.filter-container .search-filter {
        min-width: 345px;
    }
    .flex-grow-1.flex1MR15 {
        padding-right: 0 !important;
    }
    .level2icon.legendHeader{
        align-items: center;
    }
    .kc-legend-header .level2icon.legendHeader p {
        white-space: normal;
        font-size: 14px;
        line-height: 1.1;
        text-align: right;
    }
}

@media (max-width: 1024px) {
    .new-kc-filter.filter-container .search-filter {
        min-width: 295px;
    }
    .flex-grow-1.flex1MR15 .kcsearchResults {
        padding-left: 0;
    }
    .flex-grow-1.flex1MR15 .column-splitter {
        padding: 0;
    }
    .new-kc-results.kcsearchResults .panel-content {
        padding: 15px 20px 15px 25px;
    }
    .new-kc-filter.filter-container .search-filter .inner-filter-head p {
        font-size: 14px;
    }
    .new-kc-filter.filter-container .search-filter .btn-wrap .filter-head {
        font-size: 16px;
    }
    .new-kc-filter.filter-container .filter-ul li.filter-li {
        padding: 2px 0 2px 0;
    }
    .new-kc-filter.filter-container .search-filter .inner-filter-head, .new-kc-filter.filter-container .search-filter .inner-filter-head.collapsed {
        padding: 5px 10px;
        font-size: 16px;
    }
    .flex-grow-1.flex1MR15 .kc-legend-header {
        margin-right: 0;
    }
    .flex-grow-1.flex1MR15 .level2icon.legendHeader p {
        font-size: 14px;
    }
    .new-kc-results.kcsearchResults .panel-content a {
        font-size: 16px;
        line-height: 16px;
    }
    .new-kc-results.kcsearchResults .panel-content #title {
        margin-bottom: 5px;
    }
    .kcsearchResults .panel-content #short-title {
        font-size: 14px;
    }
    .new-kc-results.kcsearchResults .panel-content p#description {
        font-size: 14px;
        line-height: 20px;
    }
    .flex-grow-1.flex1MR15 .search-sort-section #search-sort {
        width: 120px;
        font-size: 14px;
    }
    .filter-container.new-kc-filter {
        padding: 0;
    }
    .flex-grow-1.flex1MR15 .component.row-splitter > .container-fluid {
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .kc-filter-header h5{
        font-size: 15px;
    }
    .clear-all-filter {
        font-size: 12px !important;
    }
    .flex1MR15 .row.component.column-splitter .search-sort-section {
        margin-left: 20px;
    }
    .flex1MR15 .row.component.column-splitter:before{
        width: calc(100% - 30px);
        left: 15px;
    }
    .flex1MR15 .row.component.column-splitter .kc-legend-header {
        margin-right: 10px;
    }
    .flex-grow-1.flex1MR15 .level2icon.legendHeader p {
        font-size: 12px;
    }
    span.badge.badge-pill.badge-light {
        padding: 10px 18px;
        font-size: 12px;
    }
    .level2icon.legendHeader p {
        white-space: normal;
    }
    .row.component.column-splitter.flex-nowrap {
        padding: 0 15px;
    }
    .flex-grow-1.flex1MR15 .column-splitter .search-sort-section {
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 800px) {
    .flex-grow-1.flex1MR15 .level2icon.legendHeader p {
        font-size: 11px;
    }
}
@media (max-width: 767.98px) {
    .flex-grow-1.flex1MR15 {
        padding: 0 !important;
    }
    .flex-grow-1.flex1MR15 .component.row-splitter > .container-fluid {
        padding-left: 0;
    }
    .flex-grow-1.flex1MR15 .kc-legend-header {
       justify-content: center;
    }
    .flex1MR15 .row.component.column-splitter .kc-legend-header {
        margin-right: 0;
        margin-top: 10px;
    }
    .flex1MR15 .row.component.column-splitter:before{
        height: 50px;
        top: 0px;
    }
    .left-filter-panel {
        padding: 10px 15px;
    }
    .filter-dropdown.dropdown-toggle {
        font-size: 14px;
    }
}

.search-result-tech {
    max-width: 1000px;
    margin: 0 auto;
}

.related-tech-package .related-tech-title {
    background: transparent linear-gradient(90deg, #6e9fc9 0%, #a9c9e2 26%, #f8fbfd 100%, #fcfdfd 100%) 0% 0%;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px 30px 0px 0px;
    padding: 15px;
}

.related-tech-package .related-tech-content {
    background: #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 50px;
    align-items: center;
}

.related-tech-package .related-tech-title h3 {
    font-family: "Noto Serif";
    font-size: 25px;
    color: #444;
    margin-bottom: 0;
}

.related-tech-package .related-tech-content .related-tech-item {
    background: #ffffff;
    display: grid;
    grid-template-columns: 105px 1fr;
    grid-column-gap: 25px;
    align-items: center;
}

.related-tech-package .related-tech-content .related-tech-item figure {
    background: #f4fafd;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 0;
    height: 100px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-tech-package .related-tech-content .related-tech-item figure img {
    object-fit: contain;
}

.related-tech-package .related-tech-content .related-tech-item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.related-tech-package .related-tech-content .related-tech-item .content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.related-tech-package .related-tech-content .view-tech-package a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    border-radius: 4px;
    background: #fff;
    padding: 8px 15px;
}

@media (max-width: 1600px) {
    .related-tech-package {
        padding: 0 90px;
    }

    .related-tech-package .related-tech-content .related-tech-item .content a {
        font-size: 17px;
    }
}

@media (max-width: 1440px) {
    .related-tech-package {
        padding: 0 100px;
    }
}

@media (max-width: 1366px) {
    .related-tech-package {
        padding: 0 50px;
    }

    .related-tech-package .related-tech-title h3 {
        font-size: 23px;
    }
}

@media (max-width: 1280px) {
    .related-tech-package .related-tech-content {
        padding: 30px;
        grid-column-gap: 30px;
        grid-row-gap: 30px;
    }

    .related-tech-package .related-tech-content .related-tech-item .content h4 {
        font-size: 16px;
    }

    .related-tech-package .related-tech-content .related-tech-item .content a {
        font-size: 16px;
    }
}

@media (max-width: 1180px) {
    .related-tech-package {
        padding: 0 30px;
    }
}

@media (max-width: 1024px) {
    
    .related-tech-package .related-tech-title h3 {
        font-size: 18px;
    }
    .related-tech-package .related-tech-content .view-tech-package a {
        font-size: 16px;
        padding: 5px 14px;
    }
    .related-tech-package .related-tech-content {
        padding: 10px 20px;
    }
    .related-tech-package .related-tech-content .related-tech-item .content h4 {
        font-size: 14px;
    }

    .related-tech-package .related-tech-content .related-tech-item .content a {
        font-size: 14px;
    }

    .related-tech-package .related-tech-content .related-tech-item {
        padding: 0;
        grid-row-gap: 10px;
    }
}

@media (max-width: 991px) {
    .related-tech-package .related-tech-title {
        padding: 12px;
    }

    .related-tech-package .related-tech-title h3 {
        font-size: 20px;
    }

    .related-tech-package .related-tech-content {
        grid-template-columns: 100%;
        grid-row-gap: 0;
    }
    .related-tech-package .related-tech-content .related-tech-item {
        padding: 0;
    }
    .related-tech-package .related-tech-content .related-tech-item .content h4 {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .related-tech-package {
        padding: 0;
    }
    .related-tech-package .related-tech-content {
        padding: 0;
        grid-row-gap: 5px;
        box-shadow: none;
    }
    .related-tech-package .related-tech-content .related-tech-item .content {
        justify-content: center;
        align-items: center;
    }
    .related-tech-package .related-tech-content .related-tech-item {
        padding: 0;
        box-shadow: 0px 3px 6px #00000029;
        margin-bottom: 10px;
        grid-template-columns: 1fr;
    }
    .related-tech-package .related-tech-content .related-tech-item figure {
        background: transparent;
        box-shadow: none;
        height: auto;
    }
    .related-tech-package .related-tech-content .related-tech-item figure img {
        object-fit: contain;
        height: 105px;
    }
    .related-tech-package .related-tech-content .related-tech-item .content h4 {
        margin-bottom: 10px;
    }
    .related-tech-package .related-tech-content .view-tech-package a {
        margin-top: 0;
        padding: 5px 25px;
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .related-tech-package {
        padding: 0;
    }

    .related-tech-package .related-tech-title h3 {
        font-size: 16px;
    }

    .related-tech-package .related-tech-content {
        padding: 15px;
    }

    .related-tech-package .related-tech-content .related-tech-item {
        grid-template-columns: 100%;
        padding: 15px;
    }

    .related-tech-package .related-tech-content .related-tech-item figure {
        height: auto;
        margin-bottom: 15px;
        padding: 2px;
    }

    .related-tech-package .related-tech-content .related-tech-item .content h4 {
        margin-bottom: 15px;
    }
}


/* KC New Banner */

.kc-banner-new {
    display: grid;
    grid-template-columns: 1fr 1020px;
    position: relative;
    background: #002F6D;
}

.kc-banner-new::before {
    content: "";
    background: url("/-/media/Feature/Product/Store Banner/images/banner-bg.png") no-repeat 0 0;
    background-size: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.1;
}

.kc-banner-new .kc-banner-image {
    position: relative;
}

.one-time-registration-strip .register-login-btn-box {
    height: 75px;
    display: flex;
    align-items: center;
    padding-left: 35px;    
    gap: 25px;
}

.one-time-registration-strip .register-login-btn-box:before {
    content: "";
    width: 5px;
    height: 100%;
    box-shadow: -13px 10px 1px 15px #0000009F;
    filter: blur(5px);
    left: 24px;
    position: absolute;
    transform: rotate(19deg);
    opacity: 0.75;
    display: none;
}

.one-time-registration-strip .register-login-btn-box a { 
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 50px;
    line-height: 23px;
}
.one-time-registration-strip .register-login-btn-box .btn.btn-light + a,
.one-time-registration-strip .register-login-btn-box.articles-strip-btns a#onetimeRegisterBtn{
    color: var(--primary-green);
    background: #fff;
    border: 2px solid var(--primary-green);
}
.one-time-registration-strip .register-login-btn-box .btn.btn-success + a,
.one-time-registration-strip .register-login-btn-box.articles-strip-btns a#onetimeLoginBtn {
    color: #fff;
    background-color: var(--primary-green) !important;
    border-color: var(--primary-green) !important;
}
.one-time-registration-strip .register-login-btn-box .btn.btn-success:empty, 
.one-time-registration-strip .register-login-btn-box .btn.btn-light:empty {
    display: none;
}

.kc-banner-new .kc-banner-image img {
    width: 100%;
    height: 100%;
    height: 340px;
    object-fit: cover;
    -webkit-mask: linear-gradient(110deg, transparent 27%, #fff 27%) bottom left;
    -webkit-mask-size: 2000px 2000px;
    -webkit-mask-repeat: no-repeat;
    mask: linear-gradient(110deg, transparent 27%, #fff 27%) bottom left;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
    position: relative;
    z-index: 3;
}

.kc-banner-new .kc-banner-content {
    padding-left: 150px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}


.kc-banner-new .kc-banner-content h1 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
    font-family: var(--font-noto);
    font-weight: 500;
    width: 100%;
}

.kc-banner-new .kc-banner-content h3 {
    text-align: left;
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 45px;
}

.kc-banner-new .kc-banner-content p {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 45px;
}

.kc-banner-new .kc-banner-content h4 {
    font-size: 24px;
    color: #002f6d;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0;
}

.kc-banner-new .kc-banner-content .view-all-prod {
    max-width: 375px;
    padding: 0.75rem 0.75rem;
}


.one-time-registration-strip {
    width: 100%;
    height: 75px;
    position: static;
    background: transparent linear-gradient(271deg, #155A60 0%, #00A0C8 100%) 0% 0%;
    background: transparent linear-gradient(271deg, #00A0C8 0%, #155A60 100%) 0% 0%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.one-time-registration-strip.articles-strip {
    background: transparent linear-gradient(90deg, #E8E8E8 0%, #F7F7F7 100%) 0% 0%;
    box-shadow: 0px 3px 6px #DDDDDD88;
    margin-bottom: 10px;
}

.one-time-registration-strip h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.one-time-registration-strip.articles-strip.mt-3 h4 {
    color: #444;
    font-weight: 400;
}

.one-time-registration-strip.articles-strip.mt-3 h4 strong {
    font-weight: 700;
}

.one-time-registration-strip .begin-btn-mob {
    display: none;
}

.kc-search {
    max-width: 500px !important;
}

.kc-search .kc-search-box {
    padding: 0.35px 1.5rem;
    font-size: 16px !important;
    border-radius: 5px !important;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.kc-search .search-btn {
    right: 15px !important;
    top: 12px !important;
}

.kc-search .search-btn .fas.fa-search {
    color: #444444;
}



@media (max-width: 1920px) {
    .kc-banner-new {
        grid-template-columns: 1.3fr 950px;
    }

    .kc-banner-new .kc-banner-content {
        padding-left: 16rem;
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media (max-width: 1536px) {
    .kc-banner-new::before {
        background-size: 100%;
    }
}

@media (min-width: 1537px) and (max-width: 1723px) {
    .kc-banner-new::before {
        background-size: 100%;
    }
}



@media (max-width: 1600px) {
    .one-time-registration-strip h4 {
        font-size: 20px;
    }
    .kc-banner-new {
        grid-template-columns: 1fr 900px;
    }

    .kc-banner-new .kc-banner-content {
        padding-left: 7rem;
    }
     
    .kc-banner-new .kc-banner-content h1 {
        font-size: 32px;
    }

    .kc-banner-new .kc-banner-content h3 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .kc-banner-new .kc-banner-content p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .kc-banner-new .kc-banner-content h4 {
        font-size: 22px;
    }

    .one-time-registration-strip {
        height: 65px;
    }

    .one-time-registration-strip .register-login-btn-box {
        height: 65px;
    }

    .one-time-registration-strip .register-login-btn-box .btn {
        font-size: 18px;
        padding: 5px 40px;
    }

    .kc-banner-new .kc-banner-content ul {
        grid-template-columns: repeat(2, 380px);
    }
}

@media (max-width: 1440px) {
    .kc-banner-new {
        grid-template-columns: 1fr 600px;
    }

    .kc-banner-new .kc-banner-image img{
        height: 300px;
    }

    .kc-banner-new .kc-banner-content h1 {
        font-size: 32px;
    }

    .kc-banner-new .kc-banner-content h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .kc-banner-new .kc-banner-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .one-time-registration-strip h4 {
        font-size: 18px;
    }
    .one-time-registration-strip .register-login-btn-box .btn {
        font-size: 16px;
        padding: 5px 35px;
    }
}

@media (max-width: 1366px) {
    .kc-banner-new {
        grid-template-columns: 1fr 500px;
    }

    .kc-banner-new .kc-banner-content h1 {
        font-size: 25px;
        margin-bottom: 12px;
    }

    .kc-banner-new .kc-banner-content p {
        font-size: 20px;
        line-height: 30px;
    }

    .kc-banner-new .kc-banner-content h4 {
        font-size: 20px;
    }

    .one-time-registration-strip {
        height: 60px;
    }

    .one-time-registration-strip h4 {
        font-size: 18px;
    }

    .one-time-registration-strip .register-login-btn-box {
        height: 60px;
    }
}

@media (max-width: 1280px) {
    .kc-banner-new {
        grid-template-columns: 1fr 445px;
    }

    .kc-banner-new .kc-banner-content h1 {
        font-size: 30px;
    }

    .kc-banner-new .kc-banner-content h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .kc-banner-new .kc-banner-content p {
        font-size: 14px;
        line-height: 30px;
    }

    .kc-banner-new .kc-banner-content ul li {
        font-size: 14px;
    }

    .kc-banner-new .kc-banner-content ul {
        grid-template-columns: repeat(2, 330px);
        column-gap: 20px;
    }

    .one-time-registration-strip .register-login-btn-box{
        gap: 15px;
    }

    .one-time-registration-strip .register-login-btn-box .btn {
        font-size: 16px;
        padding: 6px 40px;
    }

    .one-time-registration-strip h4 {
        font-size: 17px;
    }
    .kc-search {
        width: 60%;
    }
}

@media (max-width: 1199px) {
    
    .kc-banner-new .kc-banner-content {
        padding-left: 60px;
    }

    .kc-banner-new .kc-banner-content h1 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .kc-banner-new .kc-banner-content p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    .kc-banner-new .kc-banner-content h4 {
        font-size: 18px;
    }

    .one-time-registration-strip {
        height: 60px;
        padding-right: 60px;
        padding-left: 60px;
    }

    .one-time-registration-strip h4 {
        font-size: 16px;
    }

    .one-time-registration-strip .register-login-btn-box .btn {
        font-size: 15px;
        padding: 5px 30px;
    }

    .one-time-registration-strip .register-login-btn-box:before {
        left: 20px;
    }

    .kc-banner-new .kc-banner-content h3 {
        font-size: 15px;
        line-height: 25px;
    }

    .kc-banner-new .kc-banner-image img {
        height: 320px;
    }
}

@media (max-width: 1024px) {
    .kc-search {
        max-width: 300px !important;
    }
    .kc-search .kc-search-box{
        height: 40px;
    }
    .kc-search .search-btn {
        top: 10px !important;
    }
    .kc-banner-new {
        grid-template-columns: 1fr 480px;
    }

    .kc-banner-new .kc-banner-content h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .kc-banner-new .kc-banner-content h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .kc-banner-new .kc-banner-content p {
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .kc-banner-new .kc-banner-content h4 {
        font-size: 14px;
    }

    .one-time-registration-strip {
        height: 50px;
    }
    
    .one-time-registration-strip h4 {
        font-size: 14px;
    }

    .one-time-registration-strip .register-login-btn-box {
        height: 55px;
    }

    .one-time-registration-strip .register-login-btn-box .btn {
        font-size: 12px;
        padding: 4px 30px;
    }

    .kc-banner-new .kc-banner-content ul {
        grid-template-columns: repeat(1, 350px);
    }

    .kc-banner-new .kc-banner-content ul li {
        margin-bottom: 2px;
    }

    .kc-banner-new .kc-banner-image img {
        mask-size: 1985px 2000px;
        -webkit-mask-size: 1985px 2000px;
        height: 250px;
    }
}

@media (max-width: 991px) {
    .one-time-registration-strip .register-login-btn-box:before {
        left: 18px;
    }
    .kc-search {
        margin: 0 auto !important;
    }
    .one-time-registration-strip {
        padding-right: 30px !important;
        padding-left: 30px;
    }
    .one-time-registration-strip .register-login-btn-box .btn {
        padding: 4px 20px;
    }
    .product-configuration-filters {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    .product-configuration-filters .configuration-box h3 {
        margin-left: 0;
    }
    .product-configuration-filters .configuration-box.configuration-right .find-a-product:before {
        height: 50px;
    }
}

@media (max-width: 800px) {
    /* .kc-banner-new {
            grid-template-columns: 1fr 370px;
    } */

    .kc-banner-new .kc-banner-content {
        padding-left: 30px;
    }

    .kc-banner-new .kc-banner-content h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .kc-banner-new .kc-banner-content p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 16px;
    }

    .one-time-registration-strip h3 {
        font-size: 14px;
        letter-spacing: 1.2px;
    }

    .one-time-registration-strip {
        height: 40px;
    }

    .one-time-registration-strip .register-login-btn-box {
        height: 55px;
        padding-left: 75px;
    }

    .one-time-registration-strip .register-login-btn-box:before {
        left: 15px;
    }

    .one-time-registration-strip .register-login-btn-box .btn {
        font-size: 13px;
        padding: 4px 30px;
    }
}

@media (min-width: 768px) and (max-width: 1010px) {
    .kc-banner-new .kc-banner-content {
        padding-left: 24px;
    }

    .kc-banner-new .kc-banner-content {
        order: 2;
        padding: 20px 30px;
        text-align: center;
    }

    .one-time-registration-strip {
        width: 100%;
        height: 55px;
        justify-content: center;
        order: 3;
        gap: 20px;
        padding-right: 0;
    }
    .one-time-registration-strip.articles-strip{
        gap: 10px;
        padding: 0 10px !important;
    }

    .one-time-registration-strip .register-login-btn-box {
        padding-left: 5px;
    }

    .one-time-registration-strip .begin-btn-mob {
        display: block;
    }

    .kc-banner-new {
        grid-template-columns: 1fr;
    }

    .kc-banner-new .kc-banner-image img,
    .one-time-registration-strip .register-login-btn-box {
        -webkit-mask: none;
        mask: none;
    }

    .kc-banner-new .kc-banner-content ul {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .kc-banner-new {
        grid-template-columns: 1fr;
        padding: 15px 0;
        background: #fff;
    }
    .component.hero-image + .row.component.column-splitter.flex-nowrap {
        padding-top: 20px;
    }
    .kc-banner-new .kc-banner-image img,
    .one-time-registration-strip .register-login-btn-box {
        -webkit-mask: none;
        mask: none;
    }    
    .one-time-registration-strip .register-login-btn-box:before {
        display: none;
    }
    .kc-banner-new .kc-banner-image {
        order: 2;
    }
    .kc-banner-new .kc-banner-content {
        order: 1;
        padding: 0 0 15px 0;
        text-align: center;
        justify-content: space-between !important;
        flex-direction: row !important;
        align-items: center;
        z-index: 555;
    }

    .one-time-registration-strip .register-login-btn-box {
        padding-left: 0;
        height: auto;
    }

    .one-time-registration-strip .register-login-btn-box .btn {
        font-size: 14px;
        padding: 3px 25px;
    }

    .one-time-registration-strip {
        width: 100%;
        justify-content: center;
        position: static;
        order: 3;
        gap: 5px;
        padding-right: 0;
        flex-direction: column;
        height: auto;
        padding: 15px 15px;
        margin-bottom: 15px;
        background: #002F6D;
        background: linear-gradient(90deg, rgba(0, 47, 109, 1) 0%, rgba(0, 73, 130, 1) 50%, rgba(0, 160, 200, 1) 100%);
    }

    .one-time-registration-strip .begin-btn-mob {
        display: block;
    }

    .one-time-registration-strip .begin-btn-mob.btn {
        color: var(--primary-green);
        font-size: 13px;
        font-weight: 600;
        padding: 6px 35px;
        background: #fff;
    }

    .kc-banner-new .kc-banner-content ul {
        grid-template-columns: repeat(1, 100%);
    }

    .kc-banner-new .kc-banner-content h3,
    .one-time-registration-strip h4 {
        font-size: 14px;
        text-align: center;
    }

    .kc-banner-new .kc-banner-content p {
        font-size: 14px;
    }
    .kc-banner-new .kc-banner-content h1{
        margin-bottom: 0;
        text-align: left;
        width: auto;
        white-space: pre;
        color: #002f6d;
    }
    .kc-search .kc-search-box {
        width: 300px;
        height: 37px;
    }
    .related-tech-package .related-tech-content .view-tech-package a {
        margin-top: 15px;
        padding: 5px 25px;
        font-size: 16px;
    }
    .kc-banner-new .kc-banner-content i.mobile-search-icon{
        color: #002f6d;
    }
    .kc-search .search-btn {
        right: 15px !important;
        top: 5px !important;
    }   
    .kc-search.d-block{
        display: block !important;
        width: auto;
        left: auto;
        right: 0;
        transform: none;
        top: -5px;
    }
    .kc-banner-new + .herobanner-mobile {
         display: none;
    }
}

@media (max-width: 500px) {
    .one-time-registration-strip {
        flex-direction: column;
        height: auto;
        padding: 15px 15px;
        gap: 10px;
        margin-bottom: 0;
    }

    .kc-banner-new .kc-banner-content h1 {
        font-size: 18px;
    }

    .one-time-registration-strip h3 {
        letter-spacing: 0;
    }
}


/*KC New Banner ends*/

.registered-content-overlay{
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 555;
}
.registered-content-overlay .green-box {
    max-width: 950px;
    width: 1130px;
    background: transparent linear-gradient(298deg, #84BEC3 0%, #155A60 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    padding: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.registered-content-overlay img.filter-attributes{
    filter: blur(.40rem);
    opacity: 0.6;
    position: relative;
    z-index: 1;
}
.registered-content-overlay .green-box figure {
    margin-bottom: 25px;
}
.registered-content-overlay .green-box figure img {
    height: 65px;
    object-fit: contain;
}
.registered-content-overlay .green-box h4{
    font-family: "Noto Serif";
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 15px !important;
}
.registered-content-overlay .green-box p{
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 2rem;
}
.registered-content-overlay .green-box h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.registered-content-overlay .green-box input[name="reason"] {
    max-width: 400px;
}
.registered-content-overlay .green-box input[name="reason"].error {
    border: 1px solid #f00;
}
.registered-content-overlay .green-box p#error-message {
    font-size: 14px;
    color: #bd3030;
    margin-top: 10px;
    margin-bottom: 10px;
}
.registered-content-overlay .green-box .buttons-sign-reg {
    display: flex;
    gap: 20px;
}
.registered-content-overlay .green-box .buttons-sign-reg .btn{
    font-weight: 600;
    font-size: 22px;
    padding: .25rem 3rem;
}
.registered-content-overlay .green-box.customer-level-access {
    background: transparent linear-gradient(298deg, #a9c9e2 0%, #37679b 100%) 0% 0% no-repeat padding-box;
}

.registered-content-overlay .green-box.req-under-process {
    background: transparent linear-gradient(298deg, #60d1e0 0%, #e3f2fb 100%) 0% 0% no-repeat padding-box;
    max-width: 850px;
}
.registered-content-overlay .green-box.req-under-process h4 {
    color: #01a0c8;
}
.registered-content-overlay .green-box.req-under-process figure i {
    color: #01a0c8;
    font-size: 65px;
}
.registered-content-overlay .green-box.req-under-process p {
    color: #444;
    text-align: center;
}
.registered-content-overlay .green-box.req-under-process span#email-text {
    color: #01a0c8;
    font-weight: 600;
}

.registered-content-overlay .green-box.req-under-process button#copy-btn {
    color: #077d9b;
}
.registered-content-overlay .green-box.req-under-process button.close {
    position: absolute;
    right: 30px;
    top: 20px;
}

@media(max-width: 1440px) {
    .registered-content-overlay .green-box {
        max-width: 900px;
        padding: 40px;
    }
    .registered-content-overlay .green-box h4 {
        font-size: 26px;
    }
    .registered-content-overlay .green-box p {
        font-size: 20px;
        margin-bottom: 1.5rem;
    }
    .registered-content-overlay .green-box .buttons-sign-reg .btn {
        font-size: 20px;
        padding: .25rem 2rem;
    }
}

@media(max-width: 1366px) {
    .registered-content-overlay .green-box figure img {
        height: 60px;
    }
}

@media(max-width: 991px) {
    .registered-content-overlay .green-box {
        max-width: 100%;
        padding: 30px;
        position: static;
        transform: none;
    }
    .registered-content-overlay .green-box h4 {
        font-size: 24px;
        text-align: center;
    }
    .registered-content-overlay .green-box figure img {
        height: 65px;
    }
    .registered-content-overlay .green-box .buttons-sign-reg .btn {
        font-weight: 600;
        font-size: 18px;
        padding: .20rem 2rem;
    }
    .registered-content-overlay img.filter-attributes{
        display: none;
    }
}

@media(max-width: 800px) {
    .registered-content-overlay .green-box h4 {
        font-size: 24px;
    }
    .registered-content-overlay .green-box p {
        font-size: 20px;
        margin-bottom: 1rem;
    }
}

@media(max-width: 767px){    
    .registered-content-overlay .green-box {
        max-width: 98%;
        padding: 30px;
        margin: 0 auto;
        padding: 30px;
        position: static;
        transform: none;
    }
    .registered-content-overlay img.filter-attributes{
        display: none;
    }
    .registered-content-overlay .green-box figure img {
        height: 60px;
    }
    .registered-content-overlay .green-box figure {
        margin-bottom: 15px;
    }
    .registered-content-overlay .green-box h4 {
        font-size: 22px;
        margin-bottom: 12px !important;
        text-align: center;
    }
    .registered-content-overlay .green-box p {
        font-size: 20px;
        margin-bottom: 1rem;
        text-align: center;
    }
    .registered-content-overlay .green-box .buttons-sign-reg .btn {
        font-size: 18px;
        padding: .20rem 2rem;
    }
    .registered-content-overlay .green-box .buttons-sign-reg {
        gap: 20px;
    }
    .registered-content-overlay .green-box h5 {
       text-align: center;
    }
}

@media (max-width: 500px) {
    .registered-content-overlay .green-box h4 {
        font-size: 16px;
        margin-bottom: 8px !important;
    }
    .registered-content-overlay .green-box {
        max-width: 100%;
        padding: 20px;
    }
    .registered-content-overlay .green-box p {
        font-size: 14px;
    }
    .registered-content-overlay .green-box h5 {
        font-size: 15px;
    }
    .registered-content-overlay .green-box figure img {
        height: 35px;
    }
    .registered-content-overlay .green-box .buttons-sign-reg .btn {
        font-size: 15px;
        padding: .20rem 1.5rem
    }
    .registered-content-overlay .green-box figure {
        margin-bottom: 10px;
    }
}

/* Error Message */
.error-message-attribute {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: -10px;
    z-index: 2;
}
.error-message-sticky {    
    position: sticky;
    top: 35px;
    left: 50%;
    transition: top 0.3s ease; /* Add smooth transition when position changes */
}
.error-message-attribute .message {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border: 2px solid #E67070;
    border-radius: 10px;
    box-shadow: 0px 3px 9px #FFFFFF29;
    padding: 5px 30px;
    position: relative;
    background: #fff;
}
.error-message-attribute .message:before {
    content: "";
    width: 8px;
    height: 100%;
    background: #E67070;
    position: absolute;
    left: 0px;
    border-radius: 7px;
}
.error-message-attribute .message h5 {
    margin-bottom: 0;
    color: #FF1C1C;
    font-size: 20px;
    font-weight: 700;
}
.error-message-attribute .message button {
    padding: 0;
}
.error-message-attribute .message .icon i {
    color: #E67070;
    font-size: 50px;
}

.error-message-attribute .message button i {
    color: #FF1B1C;
    font-size: 28px;
}

.search-result-error {
    display: inline-flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border: 2px solid #E67070;
    border-radius: 10px;
    box-shadow: 0px 3px 9px #FFFFFF29;
    padding: 10px 40px;
    position: relative;
}

.search-result-error p {
    margin-bottom: 0;
    color: #FF1C1C;
    font-size: 20px;
    font-weight: 700;
}

.search-result-error .icon i {
    color: #E67070;
    font-size: 37px;
}

.search-result-error:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #E67070;
    position: absolute;
    left: 0px;
    border-radius: 7px;
}

/* Article detail page */
.container.kc-article-container .registered-content-overlay .green-box.customer-level-access {
    position: static;
    transform: none;
    margin: 0 auto 40px auto;
}
.container.kc-article-container .registered-content-overlay img.filter-attributes {
    display: none;
}


/* Banner css */

.banner-new-kc {
  height: 370px;
  background: url("/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/banner") no-repeat 0 -155px;
  background-size: cover;
}
.banner-new-kc .kc-banner-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 85px 200px;
  grid-column-gap: 55px;
}
.banner-new-kc .kc-banner-top .kc-right {
  padding: 25px 50px;
}
.banner-new-kc .kc-banner-top .kc-right h1 {
  font-family: "Noto Serif";
  color: #fff;
  font-size: 38px;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}
.banner-new-kc .kc-banner-top .kc-right p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 30px;
  padding-right: 80px;
  padding-left: 80px;
  font-weight: 300;
  text-align: center;
}
.kc-banner-top .kc-search {
  max-width: 430px;
  width: 100%;
  margin: 10px 0;
  position: relative;
}

.kc-banner-top .kc-search .kc-search-box {
  border: none;
  font-size: 18px !important;
  padding-left: 45px;
  border-radius: 26px !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  height: 50px;
  background: #265ea1;
  color: #fff;
}
.kc-banner-top .kc-search .kc-search-box::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.kc-banner-top .kc-search .kc-search-box::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #fff;
}

.kc-banner-top .kc-search .search-btn {
  padding: 5px;
  display: flex;
  align-items: center;
  width: 25px;
  z-index: 5;
  position: absolute;
  left: 10px;
  top: 11px;
  cursor: pointer;
  margin-left: 0;
}

.kc-banner-top .kc-search .search-btn .fas.fa-search {
  color: #fff;
  font-size: 20px;
}

.kc-search-section{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 55;
}

.kc-search-section .search-list {
    background: #fafdfa 0% 0% no-repeat padding-box;
    box-shadow: 0 3px 6px #00000029;
    padding: 35px;
    min-height: 370px;
    position: relative;
}

.category-title {
    color: #002f6d;
    text-align: center;
    margin-bottom: 0;
    font-family: var(--font-noto);
    font-size: 1.6rem;
}
.store-search-card {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
}
.kc-search-section .icon-search {
    color: #017a35;
}
.kc-search-section .kc-search-box {
    background: none;
    border: none;
    border-bottom: 2px solid #d5d5d5;
    height: 2.5rem;
    padding-left: 10px;
    box-shadow: none;
    outline: none;
}
.kc-search-section .close-searchbox {
    top: 5px;
    right: 10px;
}

.kc-search-section .dropdown-menu.kc-sugg-dropdown {
    top: 110px;
    width: 100%;
    padding: 10px 35px;
    font-size: 14px;
    background: transparent;
    border: none;
}

.kc-search-section .dropdown-menu.kc-sugg-dropdown .kc-sugg a {
    color: #444;
    font-size: 15px;
    margin: 10px 0;
    display: block;
}
.search-expand-in-results{
    position: relative;
}
.search-expand-in-results .kc-search-section {
    top: -175px;
}

.wizards-section {
    padding: 20px 0;
}

.wizards-section h3.main-title-wizard.text-center {
    font-size: 22px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 12px;
}

.wizards-section h3.main-title-wizard.text-center strong {
    font-weight: 700;
}
.wizards-section .req-customer-lvl-access {
    background: #F5F5F5;
    padding: 10px;
    text-align: center;
    margin-bottom: 25px;
}

.wizards-section .req-customer-lvl-access h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.wizards-section .req-customer-lvl-access h5 a {
    font-weight: 700;
    color: #00A0C8;
    text-decoration: underline;
}
.wizards-section .kc-banner-bottom {
    display: grid;
    grid-template-columns: 1fr 65px 1fr;
    padding: 0 !important;
    margin: 0 250px;
    grid-column-gap: 25px;
    position: relative;
}
.wizards-section .kc-banner-bottom .or-separation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wizards-section .kc-banner-bottom .or-separation span{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    font: italic normal normal 20px/30px Open Sans;
    padding: 5px 10px;
}
.wizards-section .kc-banner-bottom .wizard-box {
    background: transparent linear-gradient(270deg, #DCF0F4 0%, #A9C9E2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #AFAFAF;
    border-radius: 12px;
    padding: 25px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wizards-section .kc-banner-bottom .kc-right.wizard-box {
  background: transparent linear-gradient(90deg, #AACACC 0%, #B4D6C5 66%, #D5EBD5 100%) 0% 0% no-repeat padding-box;
  padding: 25px 50px;
}
.wizards-section .kc-banner-bottom .wizard-box h4 {
  font-family: "Noto Serif";
  color: #002f6d;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 12px;
}
.wizards-section .kc-banner-bottom .wizard-box p {
  color: #444444;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.wizards-section .kc-banner-bottom .wizard-box button {
  color: #444444;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #017a35;
  border-radius: 26px;
  padding: 5px 25px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 80%;

}
.wizards-section .kc-banner-bottom .wizard-box .buttons-base {
    width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.wizards-section .kc-banner-bottom .wizard-box .kc-search {
  max-width: 430px;
  width: 100%;
  margin: 10px 0;
  position: relative;
  cursor: pointer;
}

.wizards-section .kc-banner-bottom .wizard-box .kc-search .kc-search-box-dummy {
  border: none;
  font-size: 14px !important;
  padding-left: 45px;
  border-radius: 26px !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  height: 35px;
  background: rgba(255,255,255,0.38);
  color: #444;
  box-shadow: none;
  pointer-events: none;
  cursor: pointer;
  text-align: center;
}
.wizards-section .kc-banner-bottom .wizard-box .kc-search .kc-search-box-dummy::placeholder {
  color: #444;
  opacity: 1; /* Firefox */
}

.wizards-section .kc-banner-bottom .wizard-box .kc-search .kc-search-box-dummy::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #444;
}

.wizards-section .kc-banner-bottom .wizard-box .kc-search .search-btn {
  padding: 5px;
  display: flex;
  align-items: center;
  width: 25px;
  z-index: 5;
  position: absolute;
  left: 10px;
  top: 5px !important;
  cursor: pointer;
  margin-left: 0;
  left: 22%;
  transform: translateX(-22%);
}

.wizards-section .kc-banner-bottom .wizard-box .kc-search .search-btn .fas.fa-search {
  font-size: 16px;
}

@media(max-width: 1700px) {

    .wizards-section .kc-banner-bottom .wizard-box .kc-search .search-btn {
        left: 19%
    }
    .wizards-section .kc-banner-bottom .wizard-box button {
        font-size: 19px;
    }
    .banner-new-kc .kc-banner-top .kc-right p{
        padding-right: 70px;
        padding-left: 70px;
    }
}

@media(max-width: 1600px) {
    .banner-new-kc {
        background: url("/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/banner") no-repeat 0 -115px / cover;
    }
    .banner-new-kc .kc-banner-top{
        padding: 85px 100px 55px 100px;
    }
    .wizards-section h3.main-title-wizard.text-center {
        font-size: 21px;
    }
    .wizards-section .kc-banner-bottom {
        margin: 0 100px;
    }
    .wizards-section .kc-banner-bottom .wizard-box {
        padding: 25px 60px;
    }
}


@media(max-width: 1440px) {
    .banner-new-kc {
        background: url("/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/banner") no-repeat 0 -100px / cover;
                height: 300px;
    }
    .wizards-section h3.main-title-wizard.text-center {
        font-size: 18px;
    }
    .banner-new-kc .kc-banner-top{
        padding: 55px 100px 40px 100px;
    }
    .banner-new-kc .kc-banner-top .kc-right h1 {
        font-size: 35px;
    }
    .banner-new-kc .kc-banner-top .kc-right p {
        padding: 0 35px;
        font-size: 20px;
    }
    .wizards-section .kc-banner-bottom {
        margin: 0 120px;
        grid-column-gap: 20px;
        grid-template-columns: 1fr 55px 1fr;
    }
    .wizards-section .kc-banner-bottom .or-separation span {
        font: italic normal normal 18px / 30px Open Sans;
    }
    .wizards-section .kc-banner-bottom .wizard-box {
        padding: 25px 50px;
    }
    .wizards-section .kc-banner-bottom .kc-right.wizard-box{
        padding: 25px 40px;
    }
    .wizards-section .kc-banner-bottom .wizard-box h4{
        font-size: 23px;
    }
    .wizards-section .kc-banner-bottom .wizard-box p {
        font-size: 18px;
    }
    .wizards-section .kc-banner-bottom .wizard-box button {
        font-size: 17px;
        padding: 5px 20px;
        height: 45px;
    }
    .wizards-section .kc-banner-bottom .wizard-box .buttons-base button#searchWizardBtn img {
        width: 65px;
    }
}

@media(max-width: 1366px) {
    .banner-new-kc {
        height: 290px;
    }
     .banner-new-kc .kc-banner-top .kc-right h1 {
        font-size: 30px;
    }
    .banner-new-kc .kc-banner-top .kc-right p {
        padding-right: 50px;
        font-size: 18px;
    }
    .wizards-section .kc-banner-bottom .wizard-box p {
        font-size: 16px;
    }
    .wizards-section .kc-banner-bottom .wizard-box h4 {
        font-size: 21px;
        margin-bottom: 8px;
    }
    .wizards-section .kc-banner-bottom{
        grid-column-gap: 35px;
    }
    .wizards-section .kc-banner-bottom .wizard-box button{
        gap: 10px;
    }
    .wizards-section .kc-banner-bottom .wizard-box:last-child button img {
        height: 30px;
    }
    .wizards-section .kc-banner-bottom .wizard-box .kc-search .search-btn{
        left: 17%;
    }
    .wizards-section .kc-banner-bottom .wizard-box .buttons-base{
        gap: 10px;
    }
}

@media(max-width: 1280px) {
    .banner-new-kc {
        height: 250px;
    }
    .banner-new-kc .kc-banner-top .kc-right {
        padding: 25px 20px;
    }
    .banner-new-kc .kc-banner-top {
        padding: 35px 100px 20px 100px;
    }
    .banner-new-kc .kc-banner-top .kc-right h1{
        margin-bottom: 15px;
    }
    .banner-new-kc .kc-banner-top .kc-right p {
        font-size: 16px;
        padding-right: 30px;
        margin-bottom: 20px;
    }
    .wizards-section .kc-banner-bottom .wizard-box {
        padding: 20px 30px;
    }
    .wizards-section .kc-banner-bottom .wizard-box h4 {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .wizards-section .kc-banner-bottom .wizard-box .kc-search .search-btn{
        left: 14%;
    }
    .wizards-section .kc-banner-bottom .wizard-box .buttons-base button#searchWizardBtn img {
        height: 12px;
        object-fit: contain;
    }
    .wizards-section .kc-banner-bottom .wizard-box button {
        font-size: 16px;
        padding: 5px 15px;
        height: 40px;
    }
    .wizards-section .kc-banner-bottom .wizard-box:last-child button img {
        height: 26px;
    }
}


@media(max-width: 1199px) {
    .wizards-section .kc-banner-bottom .wizard-box .kc-search .search-btn {
        left: 8%;
    }
    .wizards-section h3.main-title-wizard.text-center {
        font-size: 16px;
    }
    .wizards-section .req-customer-lvl-access h5 {
        font-size: 16px;
    }
    .wizards-section .kc-banner-bottom {
        grid-column-gap: 15px;
    }
    .wizards-section .kc-banner-bottom {
        margin: 0 70px;
    }
}

@media(max-width: 1024px) {
    .banner-new-kc {
        background: url('/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/banner') no-repeat 0 -80px / cover;
        height: 210px;
    }
    .banner-new-kc .kc-banner-top {
        padding: 15px 100px 20px 100px;
    }
    .banner-new-kc .kc-banner-top .kc-right p {
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .banner-new-kc .kc-banner-top .kc-right h1 {
        font-size: 26px;
    }
    .kc-banner-top .kc-search .kc-search-box{
        height: 40px;
    }
    .wizards-section{
        padding-left: 15px;
        padding-right: 15px;
    }
    .wizards-section .kc-banner-bottom {
        padding: 0 60px;
    }
    .wizards-section .kc-banner-bottom .wizard-box p {
        padding-right: 0;
        margin-bottom: 15px;
    }
    .wizards-section .kc-banner-bottom {
        grid-column-gap: 20px;
        margin: 0;
    }
    .wizards-section .kc-banner-bottom .wizard-box button {
        font-size: 14px;
    }
    .wizards-section .kc-banner-bottom .kc-right.wizard-box{
        padding: 25px 20px;
    }
    .kc-search {
        max-width: 330px !important;
    }
}

@media(max-width: 991px) {
    .banner-new-kc {
        background: url('/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/banner') no-repeat 0 -50px / cover;
        height: 180px;
    }
    .banner-new-kc .kc-banner-top{
        grid-column-gap: 25px;
        padding: 15px 20px 20px 20px;
    }
    .banner-new-kc .kc-banner-top .kc-right {
        padding: 15px 20px;
    }
    .banner-new-kc .kc-banner-top .kc-right p {
        font-size: 14px;
        line-height: 22px;
    }
    .wizards-section {
        padding: 20px 0;
    }
    .wizards-section .kc-banner-bottom {
        padding: 0 20px;
        grid-template-columns: 1fr 45px 1fr;
    }
    .wizards-section .kc-banner-bottom .wizard-box h4 {
        font-size: 16px;
    }
    .wizards-section .kc-banner-bottom .wizard-box p {
        font-size: 14px;
    }
    .wizards-section .kc-banner-bottom .wizard-box .buttons-base button#searchWizardBtn img {
        height: 10px;
    }
    .wizards-section .kc-banner-bottom .wizard-box button {
        padding: 5px 10px;
        height: 35px;
    }
    .wizards-section .kc-banner-bottom .wizard-box {
        padding: 20px 20px;
    }
    .wizards-section .kc-banner-bottom .wizard-box:last-child button img {
        height: 20px;
        object-fit: contain;
    }
    .wizards-section .kc-banner-bottom .wizard-box .buttons-base {
        margin-bottom: 10px;
    }
    .wizards-section .kc-banner-bottom .wizard-box .kc-search .kc-search-box-dummy {
        font-size: 12px !important;
    }
    .category-title{
        font-size: 1.4rem;
    }
}

@media(max-width: 800px) {
    .wizards-section .kc-banner-bottom .wizard-box button {
        font-size: 13px;
    }
    .wizards-section .kc-banner-bottom .wizard-box .buttons-base {
        gap: 10px;
    }
}

@media(max-width: 767px) {
    .banner-new-kc {
        height: auto;
        background: url('/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/banner') no-repeat 0 -100px / 160%;
    }
    .banner-new-kc .kc-banner-top .kc-right {
        text-align: center;
        padding-top: 33%;
    }
    .banner-new-kc .kc-banner-top .kc-right p {
        margin-bottom: 0;
    }
    .wizards-section .kc-banner-bottom {
        grid-template-columns: 100%;
        grid-row-gap: 20px;
    }
    .banner-new-kc .kc-banner-top{
        grid-template-columns: 100%;
    }
    .kc-banner-top .kc-search{
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 !important;
    }
    .wizards-section h3.main-title-wizard.text-center {
        font-size: 14px;
    }
    .wizards-section .req-customer-lvl-access h5 {
        font-size: 14px;
    }
    .wizards-section .kc-banner-bottom .wizard-box .kc-search{
        transform: none;
        position: relative;
        top: 0;
        left: auto;
    }
    .wizards-section .kc-banner-bottom .wizard-box button {
        width: 50%;
    }
    .wizards-section .kc-banner-bottom .or-separation{
        display: none;
    }
    .category-title{
        font-size: 1.4rem;
    }
    .kc-search-section .kc-search-box{
        font-size: 14px;
    }
    .kc-search-section .dropdown-menu.kc-sugg-dropdown .kc-sugg a {
        font-size: 14px;
        margin: 4px 0;
    }
    .kc-search-section .search-list{
        min-height: 320px;
    }
    .wizards-section .kc-banner-bottom .kc-right.wizard-box {
        padding: 15px 20px;
    }
}

@media(max-width: 500px) {
    .banner-new-kc {
        background: url('/-/media/WestPharma/Images/Support/Knowledge Center/KCBanner/banner') no-repeat -10px -50px / 170%;
    }
    .banner-new-kc .kc-banner-top .kc-right {
        padding-top: 37%;
        padding-bottom: 0;
    }
    .banner-new-kc .kc-banner-top .kc-right h1 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    .one-time-registration-strip .register-login-btn-box a#onetimeRegisterBtn, .one-time-registration-strip .register-login-btn-box a#onetimeLoginBtn {
        font-size: 13px;
        padding: 4px 35px;
    }
    .wizards-section h3.main-title-wizard.text-center {
        display: none;
    }
    .wizards-section {
        padding: 15px 0;
    }
    .wizards-section .req-customer-lvl-access{
        margin-bottom: 15px;
    }
    .wizards-section .kc-banner-bottom .wizard-box button {
        width: 80%;
    }
    .wizards-section .kc-banner-bottom .wizard-box button img {
        height: 12px;
    }
    .one-time-registration-strip {
        padding: 15px 15px !important;
    }
    .category-title {
        font-size: 1.2rem;
    }
    .kc-search-section .kc-search-box {
        font-size: 13px;
    }
    .kc-search-section .dropdown-menu.kc-sugg-dropdown .kc-sugg a {
        font-size: 12px;
        margin: 2px 0;
    }
    .kc-search-section .search-list {
        padding: 20px;
    }
    .kc-search-section .dropdown-menu.kc-sugg-dropdown {
        top: 90px;
    }
}


/* Banner css */