<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h2 {
    text-align: center;
    padding-bottom: 1em;
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    li {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
        &amp;.slick-active {
            button {
                background-color: rgb(255, 255, 255);
            }
        }
        button {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            background-color: #999;
            border: none;
            width: 15px;
            height: 15px;
            border-radius: 50%;
        }
         :hover {
            background-color: rgb(255, 255, 255);
        }
    }
}


/* Custom Arrow */

.prev {
    color: #999;
    position: absolute;
    top: 38%;
    left: -2em;
    font-size: 1.5em;
     :hover {
        cursor: pointer;
        color: black;
    }
}

.next {
    color: #999;
    position: absolute;
    top: 38%;
    right: -2em;
    font-size: 1.5em;
}

.next:hover {
    cursor: pointer;
    color: black;
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
}

.glyphicon-chevron-left:before {
    content: "&lt;";
    font-weight: 900;
    font-size: 30px;
}

.glyphicon-chevron-right:before {
    content: "&gt;";
    font-weight: 900;
    font-size: 30px;
}

.product-slide {
    background-color: #f2f2f2;
    padding: 80px 0px;
}

.product-slide h2 {
    color: #07125e;
    font-weight: 100;
    font-size: 34px;
}

.product-slide h2 span {
    font-weight: 500;
}

.product-slide .slider img {
    filter: brightness(0.4);
    transition-duration: 0.7s;
}

.product-slide .slider div {
    position: relative;
}

.product-slide .slider p {
    position: absolute;
    color: white;
    bottom: 0;
    padding: 10px;
    margin-bottom: 0;
    transition-duration: 0.7s;
}

.product-slide .slider img:hover {
    filter: brightness(0.8);
}

.product-slide .slider img:hover~p {
    background: white !important;
    color: black !important;
}

.product-slide .prev {
    padding: 10px 14px;
    background-color: #005f97;
    border-radius: 100%;
}

.product-slide .next {
    padding: 10px 14px;
    background-color: #005f97;
    border-radius: 100%;
}

.product-result h2 {
    text-align: left;
    font-size: 50px;
    margin-bottom: 0;
}

.product-result h2 span {
    color: white;
    font-weight: 100;
    font-size: 17px;
    margin-top: 0;
}


/* For 2nd one */

h2 {
    text-align: center;
    padding-bottom: 1em;
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    li {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
        &amp;.slick-active {
            button {
                background-color: rgb(255, 255, 255);
            }
        }
        button {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            background-color: #999;
            border: none;
            width: 15px;
            height: 15px;
            border-radius: 50%;
        }
         :hover {
            background-color: rgb(255, 255, 255);
        }
    }
}


/* Custom Arrow */

h2 {
    text-align: center;
    padding-bottom: 1em;
}

.slick-dots {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
    li {
        display: inline-block;
        margin-left: 4px;
        margin-right: 4px;
        &amp;.slick-active {
            button {
                background-color: rgb(255, 255, 255);
            }
        }
        button {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            background-color: #999;
            border: none;
            width: 15px;
            height: 15px;
            border-radius: 50%;
        }
         :hover {
            background-color: rgb(255, 255, 255);
        }
    }
}

@media screen and (max-width: 800px) {
    .next {
        display: none !important;
    }
}

.product-result {
    background-color: #07125e;
    padding: 80px 0px;
}

.product-result h2 {
    color: white;
    font-weight: 100;
    font-size: 34px;
}

.product-result h2 span {
    font-weight: 500;
}

.product-result .slide img {
    filter: brightness(0.4);
    transition-duration: 0.7s;
}

.product-result .slide div {
    position: relative;
}

.product-result .slide p {
    position: absolute;
    color: white;
    bottom: 0;
    padding: 10px;
    margin-bottom: 0;
    transition-duration: 0.7s;
}

.product-result .slide img:hover {
    filter: brightness(0.8);
}

.product-result .slide img:hover~p {
    background: white !important;
    color: black !important;
}

.product-result h2 {
    text-align: left;
    font-size: 50px;
    margin-bottom: 0;
}

.product-result h2 span {
    color: white;
    font-weight: 100;
    font-size: 17px;
    margin-top: 0;
}

@media only screen and (max-width: 992px) {
    .product-slide .prev {
        display: none !important;
    }
    .product-slide .next {
        display: none !important;
    }
}</pre></body></html>