body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #435a8a;
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #408396, #94beca);
}
a {
    color: #435a8a;
}
a:active,
a:focus,
button:active,
button:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
h1 {
    font-size: 1.5rem;
    color: #edffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black
}
h4 {
    font-size: 1rem;
}
.content {
    /* border-radius: 10px; */
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    background-image: url("/images/products/!texture-bg/antiseptic-bg-70.jpg");
    background-size: cover;
}
.hr-bg {
    color: black;
    background: linear-gradient(90deg, #408396, #94beca);
    background-size: cover;
    margin: 0px;
    border: none;
}
.top-banner,
.demo,
.details {
    background: linear-gradient(90deg, #408396, #94beca);
    background-size: cover;
    color: #fff;
}
.intro,
.products,
.facts-and-design,
footer {
    padding: 40px;
    text-align: justify;
    /* background-image: url("HS_bkgrnd_02.jpg"); */
    /* background-size: contain; */
}
.title.image {
    float: left;
    width: 650px;
    padding: 30px 0px;
}
.HAND.unit-front,
.HAND.unit-side {
    position: sticky;
    position: -webkit-sticky;
    top: 54px;
    height: 80%;
}
.HAND .image {
    height: 787px;
    shape-image-threshold: 1;
    shape-margin: 2%;
}
.box {
    border: 3px solid #000;
    box-shadow: inset 0 0 7px 3px rgba(0, 0, 0, 0.5);
    margin: 40px 0px;
    text-align: left;
    padding: 20px;
}
.call-us {
    font-size: 20px;
    color: #004f7d;
    height: auto;
    width: auto;
    text-align: center;
}
.bg-black {
    background-color: #000;
}

.non-fix {
    top: 190px;
}

.offset-top {
    position: absolute;
    top: 54px;
    right: 0;
    left: 0;
}
.carousel-progress-bar-timer {
    background-color: rgba(219, 219, 219, 0.5);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}
.product-title {
    font-size: 1.2rem;
    text-decoration: underline;
    color: #036;
    font-weight: bolder;
}
.card {
    padding: 0;
    margin: 0 0 3rem;
    min-height: 343px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    text-align: left;
}
blockquote {
    padding: 0 30px;
    font-weight: 600;
    font-family: adobe-caslon-pro, serif;
    color: #101268;
    text-transform: capitalize;
    text-align: left;
}
blockquote p {
    font-style: italic;
    font-size: 2.5rem;
    line-height: 3rem;
    text-shadow: 2px 2px #ccc;
}
.btn-antiseptic {
    color: #fff;
    background-color: #408396;
    border-color: #408396;
}
.btn-antiseptic:hover,
.btn-antiseptic:active {
    color: #fff;
    background-color: #697ba1;
    border-color: #697ba1;
}
::selection {
    background-color: #435a8a;
    color: #f1f1f1;
}
.item {
    background-color: transparent;
    border-radius: 10px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .item a {
        text-transform: uppercase;
        text-decoration: underline;
    }

h3 {
    text-align: center;
}
.owl-prev,
.owl-next {
    width: 100px;
    height: 100px;
    font-size: 0rem !important;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}
.owl-prev {
    left: -100px;
    background-image: url(/images/left-arrow.png) !important;
}
.owl-next {
    right: -100px;
    background-image: url(/images/right-arrow.png) !important;
}
.owl-prev i,
.owl-next i {
    transform: scale(2, 5);
    color: #ccc;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: none;
    text-decoration: none;
}
.section-sink-carousel {
    padding: 25px 100px 0px 100px;
    background: url(/images/products/!texture-bg/antiseptic-bg-70.jpg);
    background-size: cover;
}
#top-navigation {
    background-image: url(header.jpg);
    background-size: cover;
}
#nav-div {
    background: linear-gradient(90deg, #408396, #94beca);
}
.dropdown-menu {
    margin-top: -1px !important;
}
@media (max-width: 480px) {
    h3 {
        font-size: 1.5rem;
    }
    .intro {
        padding: 1.25rem;
    }
    .products, .facts-and-design, footer {
        padding: 0;
    }
    .card ul, .card ol {
        padding-left: 25px;
    }
    blockquote p {
        font-size: 2rem;
        line-height: 2.6rem;
    }
    .section-sink-carousel {
        padding-left: 75px;
        padding-right: 75px;
    }
    .owl-prev, .owl-next {
        width: 75px;
        height: 75px;
        background-size: cover !important;
    }
    .owl-prev {
        left: -75px;
    }
    .owl-next {
        right: -75px;
    }
}
@media (max-width: 360px) {
    .card ul, .card ol {
        padding-left: 15px;
    }
}
