:root {
    --green: #3fbc74;
    --blue: #3393cf;
    --yellow: #f9b024;
}


nav {
    padding: 0px 3rem !important;
    gap: 10px;
    
}

.nav-link-back {
    min-width: 150px;
    background: var(--green);
    color: white;
    border-radius: 12px;
}

.nav-link-outline {
    min-width: 150px;
    border: 2px solid var(--green);
    border-radius: 12px;
    color: var(--green);
    text-align: center;
}

.nav-link-text {
    color: var(--green);
}

.nav-site-link {
    color: var(--blue);
}

.nav-call-icon {
    display: none;
}

nav a {
    text-align: center;
    color: black;
    text-decoration: none;
    padding: 8px;
    cursor: pointer;
}

.nav-link-back p {
    display: contents;
}

@media screen and (max-width: 1200px) {
    .nav-link-back {
        min-width: 0px;
        background: none;
    }

    .nav-link-back p {
        display: none;
    }

    .nav-link-back img {
        display: none;
    }

    .nav-call-icon {
        display: block !important;
    }
}

@media screen and (max-width: 1000px) {
    .dn1000 {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    .dn860 {
        display: none !important;
    }
}

@media screen and (max-width: 730px) {
    .dn730 {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    nav {
        padding: 0px 12px !important;
        gap: 0px !important;
    }

    footer {
        font-size: smaller;
    }
}

@media screen and (max-width: 360px) {
    .logo {
        width: 48px;
    }
}

@media screen and (max-width: 310px) {
    nav a {
        padding: 4px !important;
    }
}

footer {
    background: var(--yellow);
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

.db600 {
    display: none;
}

.direction-ltr {
    direction: ltr;
    text-align: right;
}

.foot-flex-column {
    flex-direction: column;
}

.foot-flex-row {
    flex-direction: row;
}

.green-color1 {
    color: #025946;
}

.footer-lower-container .accredit-logos {
    background-color: #025946;
    color: #fff;
    text-align: center;
    border-radius: 50px;
}

.footer-lower-container .copy-right {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}