body {
    font-family: 'Roboto', sans-serif;
}

.btn-primary {
    color: #000000;
    padding: 1rem 1.5rem 1rem;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1rem;
    position: relative;
    white-space: nowrap;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    border-radius: var(--br-main);
    background: var(--color-primary);
}

.doctor {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-top: 15px;
}

.doctor .profile-photo {
    border-radius: 5px;
}

.doctors-footer {
    font-size: 0.9em;
    padding-top: 20px;
}

.doctors-header .col {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 0.9em;
    padding: 5px;
    margin: 5px;
}

.doctors-header .col label {
    font-weight: bold;
}

.doctors-header .filter-box {
    max-height: 120px;
    overflow: auto;
}

footer {
    background: url("/img/bg-footer.svg") no-repeat #0b131e;
    background-size: cover;
    color: #f4f4f4;
    margin-top: 20px;
    min-height: 250px;
    padding: 9rem 0;
}

footer h2 {
    font-weight: normal;
}

nav {
    margin-bottom: 30px;
    margin-top: 30px;
    top: 10px;
}

.nav {
    margin-top: 8px;
}

.nav-link {
    color: #000000;
    font-size: 0.875rem;
    line-height: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    position: relative;
}

.top-nav-title a {
    color: #314B6B;
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.top-nav-title a span {
    color: #4F78AB;
    padding-right: 3px;
}