.bg-hero,
.bg-ids,
[class*="bg-app-"] {
    background-repeat: no-repeat;
    background-size: cover;
}
.dec-0,
.header-mail,
a {
    text-decoration: none;
}
#matchedPrice,
.benefit-header,
.footer-heading,
.phone-header,
.product-heading {
    font-weight: 600;
}
.bg-hero,
[class*="bg-app-"] {
    background-position: center;
}
.bg-dots-inverted,
.industry-marquee-wrapper {
    position: relative;
    overflow: hidden;
}
.header-logo {
    max-width: 350px;
}
.theme,
.theme-light {
    color: #117abf;
}
.bg-theme {
    background-color: #117abf !important;
}
.bg-theme-1 {
    background-color: #185d8c;
}
.bg-theme-light {
    background-color: #117abf;
}
.bg-theme-extra-light {
    background-color: #e2eff7;
}
.header-mail {
    color: #000;
}
.btn-theme {
    background-color: #117abf;
    border: 1px solid #117abf;
    padding: 12px 30px;
    border-radius: 25px;
    color: #fff;
}
.btn-theme-light-blue{
    background-color:#01aef0;
    border-color:#01aef0;
}
.btn-theme-light,
.btn-theme-white,
.btn-theme:hover {
    color: #117abf;
    padding: 12px 30px;
}
.btn-theme:hover {
    background-color: #fff;
    border: 1px solid #117abf;
    border-radius: 25px;
}
.btn-theme-light {
    border: 1px solid #117abf;
    border-radius: 25px;
}
.btn-theme-light:hover {
    color: #fff;
    padding: 12px 30px;
    border: 1px solid #117abf;
    border-radius: 25px;
    background-color: #117abf;
}
.btn-theme-white {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 25px;
}
.btn-search {
    background-color: #117abf;
    padding: 10px 15px;
    border-radius: 7px;
    color: #fff;
    font-size: 1.2rem;
}
.phone-icon-header {
    padding: 15px;
    border-radius: 50%;
}
.phone-header,
.selected-sku,
.selected-sku-price {
    font-size: 1.3rem;
}
.search-bar {
    padding: 15px 5px 15px 20px;
}
.bb-theme-light {
    border-bottom: 1px solid #4597cd;
}
.bb-light {
    border-bottom: 1px solid #efefef;
}
.border-1 {
    border: 1px solid #efefef;
}
.footer-heading {
    font-size: 1.25rem;
    color: #fff;
}
.footer-links,
.footer-links a {
    color: #b8d7ec;
    text-decoration: none;
    list-style: none;
    padding-bottom: 12px;
}
.text-theme-lighter {
    color: #b8d7ec;
}
.benefit-header {
    font-size: 1.2rem;
}
.box-shadow {
    box-shadow: 3px 3px 7px 3px #efefef;
}
.radius-10 {
    border-radius: 10px;
}
.product-col {
    border: 1px solid #d1d1d1;
    border-radius: 20px;
}
.product-image {
    border-radius: 15px;
    background-color: #f2f2f2;
}
.small-logo {
    max-width: 175px;
}
.sisnero-logo {
    max-width: 190px;
}
.mh-200 {
    min-height: 260px;
}
.lg-num {
    font-size: 3.5em;
}
.product-select-header {
    font-size: 1.6em;
    margin-bottom: 15px;
}
.radius-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.radius-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.bg-dots {
    background-image: url("/images/dots.svg");
    background-repeat: no-repeat;
}
.part-list-img {
    height: 125px;
}
#quantityInput {
    max-width: 125px;
}
#matchedPrice {
    color: green;
}
.sidebar-link {
    color: #444;
}
.headerCartTotal {
    font-weight: 700;
}
.form-check-input:checked {
    background-color: #01aef0;
    border-color: #01aef0;;
}
#search-suggestions {
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
    margin-top: 0.125rem;
}
#search-suggestions .list-group-item-action.active,
#search-suggestions .list-group-item-action:hover {
    background-color: #e9ecef;
    cursor: pointer;
}
.cartCount {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #01aef0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-left: -15px;
    margin-top: -35px;
}
.cartIconHeader {
    font-size: 2.5em;
}
.bg-app {
    background-image: url("/images/nf_application_tall.png");
    background-repeat: no-repeat;
}
.bg-ids {
    background-image: url("/images/nf-project/nf-bg-2.png");
    min-height: 500px;
}
.bg-hero {
    width: 100%;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
[class*="bg-app-"] {
    position: relative;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    aspect-ratio: 3/4;
    background-blend-mode: overlay;
    min-height: 400px;
}
.bg-app-agriculture {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/agriculture-dust-duct.webp");
}
.bg-app-boatbuilding {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/boatbuilding-dust-duct.webp");
}
.bg-app-carbon {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/carbon-dust-duct.webp");
}
.bg-app-coffee {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/coffee-roaster-ducting.webp");
}
.bg-app-concrete {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/concrete-dust-duct.webp");
}
.bg-app-food {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/food-processing-dust-duct.webp");
}
.bg-app-metal {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/metal-dust-duct.webp");
}
.bg-app-plastic {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/plastic-dust-duct.webp");
}
.bg-app-wood {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/wood-dust-duct.webp");
}
.bg-app-cardboard {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/cardboard-dust-duct.webp");
}
.bg-app-paper {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/paper-dust-duct.webp");
}
.bg-app-pharma {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/pharma-dust-duct.webp");
}
.bg-app-petrochemical {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/petrochemical-manufacturing-duct.webp");
}
.bg-app-recycling {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/recycling-dust-duct.webp");
}
.bg-app-textile {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/textile-dust-duct.webp");
}
.bg-app-chemical {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/chemical-dust-and-fume-duct.webp");
}
.bg-app-fume {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/fume-and-smoke-exhaust-duct.webp");
}
.bg-app-oven {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/oven-exhaust-duct.webp");
}
.bg-app-vehicle {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/vehicle-exhaust-duct.webp");
}
.bg-app-welding {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/welding-fume-duct.webp");
}
.bg-app-cuttingfluid {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/cutting-fluid-mist-duct.webp");
}
.bg-app-oilmist {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/oil-mist-collector-duct.webp");
}
.bg-app-paint {
    background-image: linear-gradient(to top, #117abf, rgba(17, 122, 191, 0.8) 20%, rgba(17, 122, 191, 0.5) 33%, rgba(17, 122, 191, 0.2) 34%), url("/images/applications_webp/paint-manufacturing-duct.webp");
}
.application-link {
    z-index: 1;
    font-weight: 700;
    text-align: center;
    font-size: 1.4em;
}
.industry-marquee {
    display: flex;
    width: max-content;
    animation: 80s linear infinite scroll-marquee;
}
@keyframes scroll-marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.industry-item {
    min-width: 355px;
    flex: 0 0 auto;
}
.bg-dots-inverted {
    z-index: 1;
    min-height: 100px;
}
@media (min-width: 992px) {
    .reqDims {
        border-right: 1px solid #efefef;
    }
    .reqDims:last-child {
        border-right: none;
    }
    .navbar.custom-width-lg {
        width: 65%;
        margin: 0 auto;
    }
    .services-header {
        font-size: 1.25em;
    }
    .services-icon {
        font-size: 1.8em;
        color: #117abf;
        border: 1px solid #117abf;
    }
    ul.check-list {
        list-style: none;
        padding-left: 0;
    }
    ul.check-list li {
        position: relative;
        padding-left: 2em;
        margin-bottom: 1em;
        line-height: 1.4;
    }
    ul.check-list li::before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        width: 1.4em;
        height: 1.4em;
        border-radius: 50%;
        background-color: #117abf;
        color: #fff;
        text-align: center;
        line-height: 1.4em;
        font-weight: 700;
        font-size: 0.9em;
    }
    .bg-dots-inverted::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url("/images/dots.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        filter: invert(1);
        z-index: -1;
        pointer-events: none;
    }
    .review-marquee-wrapper {
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .review-marquee {
        display: flex;
        flex-wrap: nowrap;
        gap: 2rem;
        animation: 40s linear infinite scrollReviews;
        padding: 20px;
    }
    .review {
        flex: 0 0 auto;
        padding: 1rem 2rem;
        background: #fff;
        border-radius: 10px 10px 60px;
        font-size: 1rem;
        font-weight: 500;
        min-width: 300px;
        max-width: 400px;
        white-space: normal;
    }
    @keyframes scrollReviews {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
    .review-marquee-wrapper:hover .review-marquee {
        animation-play-state: paused;
    }
    .fa-star {
        color: orange;
        padding-right: 7px;
    }
    .review-footer {
        margin-top: 1rem;
    }
    .review-footer i.fa-quote-right {
        margin-left: auto;
        font-size: 2.7em;
    }
    @media (max-width: 576px) {
        .btn-theme {
            background-color: #117abf;
            padding: 12px 8px;
            border: 1px solid #117abf;
            border-radius: 25px;
            color: #fff;
        }
        .btn-theme-light,
        .btn-theme-white,
        .btn-theme:hover {
            color: #117abf;
            padding: 12px 8px;
        }
        .btn-theme:hover {
            background-color: #fff;
            border: 1px solid #117abf;
            border-radius: 25px;
        }
        .btn-theme-light {
            border: 1px solid #117abf;
            border-radius: 25px;
        }
        .btn-theme-white {
            border: 1px solid #fff;
            background-color: #fff;
            border-radius: 25px;
        }
        .banner-section {
            padding: 3rem 1rem;
        }
        .product-bg {
            min-height: 230px;
            background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9) 0, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 100%), url("/images/product-bg-1.png");
        }
        .product-bg .hover-btn {
            display: block !important;
        }
    }
}
