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

.active {
    color: #5E00ABff;
    font-weight: 600;
}

.plan-link {
    background-color: #5E00ABff;
    color: #fff;
    border-radius: 7px;
}

#avilia {
    color: #5E00ABff;
    /* text-align: justify; */
}

.btn-plan {
    background-color: #5E00ABff;
}

.btn-plan:hover {
    background-color: #000066ff;
}

.service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-link:hover {
    text-decoration: underline;
    text-decoration-color: #5E00ABff;
    text-decoration-thickness: 2px;
}

/* Add a background image */


/* Style the about content */
#about-content {
    padding: 50px;
    /* Add padding to the content for better readability */
    background-color: rgba(255, 255, 255, 0.9);
    /* Add a semi-transparent white background to the content */
}

.member-img {
    /* border: 2px solid #5E00ABff; */
    border-radius: 50%;
}

/* .member-bullets {
    list-style:disc; */
/* color: #5E00ABff; */
/* } */

/* .member-bullets::marker {
    color: #5E00ABff;
} */

.table-avilia {
    color: white;
    background-color: #5E00ABff;
}

.footer-items .phonelines {
    align-self: stretch;
    width: 100%;
}

.phonelines {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    column-gap: 0.5rem;
    row-gap: 0.25rem;
    justify-content: center;
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
}

.phonelines p {
    margin: 0;
    min-width: 0;
    white-space: nowrap;
}

.address {
    margin-top: auto;
    padding-top: 1.5rem;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.list-inline {
    font-size: larger;
}

footer .row > [class*="col-"] {
    display: flex;
}

.footer-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    width: 100%;
    min-height: 100%;
    padding: 20px 10px;
}

.footer-items > p {
    margin-top: auto;
}

.footer-items > p,
.footer-items .address p {
    margin-bottom: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
}

.prize-ind-fam {
    color: #5E00ABff;
    /* background-color: #5E00ABff; */
    font-size: 11px;
    font-weight: 400;
    padding: 5px;
    border-radius: 7px;
    /* margin-bottom: 12px; */
    /* font-weight: 700; */
    /* margin-bottom: 5px; */
}

.thankyoupage {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.profile-justify {
    text-align: justify;
    text-justify: inter-word;
}