:root {
    --primary: #008cff;
    --primary-dark: #114779;
    --muted: #474b61;
    --line: #e1edf7;
    --paper: #ffffff;
    --ink: #222e47;
    --font-serif: sans-serif;
    --font-sans: sans-serif;
}


html,
body {
    width: 100%;
    scroll-behavior: smooth;
}

.navbar {
    position: static;
    background-color: #fff;
    width: 100%;
    height: 70px;
    margin-top: -7px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px rgb(158, 152, 152);
}

a:link {
    text-decoration: none;
}

.logo {
    margin-left: 160px;
    margin-top: 16px;
}

.C-logo {
    display: flex;
}

.logo-name-color {
    color: black;
}

.logo-name {
    margin-top: 0px;
    font-family: Arimo;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    font-size: 13px;
    line-height: 18px;
}

.logo-name-style {
    font-weight: bold;
    font-weight: 500;
}

#money {
    background-color: #fff;
    color: #2294f2;
}

.Menu-links {
    font-size: 15px;
    font-family: Arimo;
    align-items: center;
    display: flex;
    margin-left: 350px;
    margin-top: 0px;
    margin-right: 0px;
    gap: 40px;
}


#Home-buttons-more {
    color: #2294f2;
    font-weight: 400;
    transition: 0.3s;
    font-size: 25px;
}

#Home-buttons-more:hover {
    color: coral;
    text-shadow: 0px 1px 1px grey;
}

#about-us-buttons-more {
    color: #2294f2;
    font-weight: 400;
    transition: 0.3s;
    font-size: 25px;
}

#about-us-buttons-more:hover {
    color: coral;
    text-shadow: 0px 1px 1px grey;
}

#services-buttons-more {
    font-size: 25px;
    color: coral;
    font-weight: 400;
    text-shadow: 0px 1px 1px grey;
}


.drop-down-in-nav {
    display: inline-block;
}

.drop-down-in-nav a {
    transition: 0.3s;
    display: block;
    color: black;
    font-size: 25px;
    text-decoration: none;
    padding: 10px 15px;
}

.drop-down-in-nav .content-of-services {
    transition: 0.3s;
    display: inline-block;
    display: none;
    position: absolute;
    background-color: #d5e8f5;
    min-width: 100px;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgb(186, 186, 186);
}

.drop-down-in-nav:hover .content-of-services {
    display: block;
}

.drop-down-in-nav .content-link-link:hover {
    background-color: #008cff;
    color: white;
}

#Contact-us-buttons-more {
    font-size: 25px;
    color: #2294f2;
    font-weight: 400;
    transition: 0.3s;
}

#Contact-us-buttons-more:hover {
    color: coral;
    text-shadow: 0px 1px 1px grey;
}


#apply-now-reach {
    font-family: Arimo;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 23px 13px 23px;
    border-radius: 6px;
    border-style: solid;
    border-style: groove;
    border-width: 1px;
    background-color: #2294f2;
    color: #fff;
    border-color: #8cc8f9;
    transition: 0.3s;
    opacity: 0.8;
}

#apply-now-reach:hover {
    opacity: 1;
    background-color: #008cff;
    transform: scale(1.1);
}

.Apply-button-reach {
    margin-top: 12px;
    margin-left: 30px;
}

.Footer-background {
    background-color: #114779;
    width: 100%;
    height: 400px;
    margin-top: 50px;
}

.Container {
    font-family: Inter;
    font-size: 30px;
    color: #008cff;
    font-weight: 700;
    display: flex;
    margin-left: 80px;
}

.quick-links-footer {
    justify-content: centers;
    margin-left: 120px;
}

.Home-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Contact-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Overview-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Services-footer {
    margin-left: 120px;
}

.Personal-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Home-loan-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Over-draft-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Life-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Health-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Credit-card-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.Contact-footerf {
    margin-left: 120px;
    font-family: Inter;
    font-size: 30px;
    color: #008cff;
    font-weight: 700;
}

.phone-no-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -30px;
}

#phone-icons-footer {
    background-color: #fff;
    padding: 6px;
    margin-right: 10px;
    margin-top: -8px;
    border-radius: 20px;
}

.e-mail-footer {
    font-weight: 400;
    display: flex;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-right: 20px;
}

#e-mail-icons-footer {
    background-color: #fff;
    padding: 6px;
    margin-right: 10px;
    margin-top: -8px;
    border-radius: 20px;
}

#location-icons-footer {
    background-color: #fff;
    padding: 6px;
    margin-right: 10px;
    margin-top: -8px;
    border-radius: 20px;
}

.footer-main-content {
    color: #fff;
    font-family: Inter;
    margin-left: 80px;
    margin-top: -200px;
}

.linkedin-icons {
    border-radius: 25px;
    background-color: #fff;
    padding: 5px;
    margin-top: 30px;
}

.instagram-icons {
    border-radius: 25px;
    background-color: #fff;
    padding: 5px;
    margin-top: 30px;
    margin-left: 20px;
}

.Copyright-footer {
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    color: #fff;
    margin-top: 60px;
}

@media screen and (max-width: 1381px) {

    body {
        width: 100%;
    }

    .Menu-links {

        margin: auto;
    }

    .Apply-button-reach {

        margin: auto;
    }

}

@media screen and (max-width: 1365px) {

    body {
        width: 1385px;
    }

}

.content {
    font-size: 22px;
}


.wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

.narrow {
    max-width: 760px;
}

.crumb {
    font-size: 1.5rem;
    color: var(--muted);
    padding: 16px 0 0;
}

.crumb a {
    text-decoration: none;
    color: var(--muted);
}

.crumb a:hover {
    color: var(--primary);
}

.legal-hero {
    padding: 36px 0 24px;
    border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
    font-family: var(--font-serif);
    font-size: 3rem;
    color: var(--primary-dark);
    margin: 8px 0 8px;
}

.legal-hero .updated {
    color: var(--muted);
    font-size: 0.9rem;
}

.legal-toc {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 4px;
    padding: 18px 22px;
    margin: 24px auto 0;
    max-width: 760px;
}

.legal-toc p {
    font-size: 22px;
    margin: 0 0 10px;
    font-weight: 600;
    color: var(--primary-dark);
}

.legal-toc ol {
    margin: 0;
    padding-left: 20px;
    font-size: 18px;
}

.legal-toc li {
    margin-bottom: 6px;
    font-size: 18px;

}

.legal-toc a {
    color: var(--ink);
    text-decoration: none;
    font-size: 0.94rem;
}

.legal-toc a:hover {
    color: var(--primary);
}

.legal-body {
    padding: 36px 0;
    max-width: 760px;
    margin: 0 auto;
}

.legal-body h2 {
    font-family: var(--font-serif);
    font-size: 2rem;
    color: var(--primary-dark);
    margin: 34px 0 12px;
}

.legal-body h2:first-child {
    margin-top: 0;
}

.legal-body p {
    color: var(--ink);
    margin: 0 0 14px;
    font-size: 20px;
}

.legal-body ul {
    margin: 0 0 14px;
    font-size: 18px;
    padding-left: 20px;
}

.legal-body li {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 18px;
}

.legal-body a.inline {
    color: var(--primary);
    text-decoration: underline;
}