<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #333;
    font-size: 17px;
    line-height: 1.5;
}

h1, h2, h3, h4, h5 {
    color: #364453;
    font-weight: bold;
}

p {
    margin: 22.5px 0;
}

footer p {
    font-size: 16px;
    line-height: 1;
}

.bg-dark {
    background-color: #364453 !important;
}

.logo {
    max-width: 170px;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .25) !important;
}

#doctor p {
    font-size: 13px;
}

#dropdownMenuLink img {
    height: 24px;
    margin-top: -5px;
}

.dropdown-menu {
    top: 20% !important;
    left: auto !important;
    right: -75px !important;
    border: none !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px 25px;
}

#citations p {
    font-size: 14px;
    margin: 0 0 15px;
}

#about, #product-details {
    font-size: 15px;
}

.blue {
    color: var(--primary);
}

@media (min-width: 1200px) {

    .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }

    .container {
        max-width: 990px;
        padding-left: 15px;
        padding-right: 15px;
    }

    h1 {
        font-size: 48px;
    }
}</pre></body></html>