<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev, .fullwidth-slider:hover .owl-controls .owl-buttons .owl-next {
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-top {
    background: #24ace2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo a img {
    top: -21px;
    left: 0;
    /*height: 60px;*/
    width: auto;
}

.logo a img.logo-dark.screen {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.logo a img.logo-dark.mobile {
    display: none;
}

@media (max-width: 1024px) {

    .logo a img {
        height: 60px;
    }

    .logo a img.logo-dark.screen {
        display: none;
    }

    .logo a img.logo-dark.mobile {
        display: block;
    }
}

.page-icon-top {
    color: #24ace2;
}

.skillbar-bar {
    background: #24ace2;
}

.accordion-title {
    display: flex;
    align-items: center;
}

.accordion-title i {
    font-size: 40px;
    margin-right: 10px;
}

.dosage-icon {
    height: 70px;
    width: auto;
}

.strength-icon {
    height: 100px;
    width: auto;
}

.card {
    border-color: #f1f1f1;
    border-radius: 0;
}

.why-choose-us-icons .card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.why-choose-us-icons .card h6 {
    margin-top: 10px;
}

.text-underline {
    text-decoration: underline !important;
}</pre></body></html>