:root {
    --footerclr: rgba(227, 235, 236);
    --backclr: rgb(243, 243, 243);
}

.footer_wrapper {
    font-family: 'Catamaran', sans-serif;
    background-color: var(--footerclr);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: no-wrap;
    width: 100%;
    height: 5rem;
    bottom: 0;
    padding-left: 1.5rem;
    padding-right: 4.5rem;
}

.footer_logo {
    width: 12rem;
    float: left;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}

.footer_details {
    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
    font-size: small;
    justify-content:space-between;
    padding-left: 2.5rem;
    padding-top: 0.75rem;
}

/* @media screen and (max-width: 610px) {
    .footer_details {
        display: none;
    }
} */

.footer_address {
    /* font-size: large; */
    display: flex;
    text-decoration: none;
}

.footer_address p {
    margin-left: 0.5rem;
    margin-top: 1rem;
}

.footer_telfaxemail {
    display: flex;
    justify-content: space-between;
}

.footer_tel {
    display: flex;
}

.footer_tel p {
    margin-left: 0.5rem;
    margin-top: 1rem;
}

.footer_fax {
    display: flex;
}

.footer_fax p {
    margin-left: 0.5rem;
    margin-top: 1rem;
}

.footer_email {
    display: flex;
}

.footer_email p {
    margin-left: 0.5rem;
    margin-top: 1rem;
}

@media screen and (max-height: 18rem) {
    footer {
        display: none;
    }
}

.copyright_author p a {
    text-decoration: none;
    color: #006F6F;
}


.sitemap nav {
    width: 100%;
}

.sitemap nav ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: -2.5rem;
    margin-right: -1rem;
}

.sitemap nav ul li {
    list-style: none;
    margin-left: 0rem;
    padding-right: 1rem;
    margin-bottom: 0;

}

.sitemap nav ul li a{
    text-decoration: none;
    color: rgb(72, 98, 105);
    font-size: 0.9rem;
}

.your_solution_provider_footer {
    /* font-family:'Brush Script MT'; */
    font-size: 1.3rem;
    float: left;
    position: relative;
    margin-left: 3rem;
    margin-bottom: 1rem;
    margin-top: 0.6rem;
}

#your_solution_provider_footer {
    color: rgb(78, 75, 75);
    font-family: 'Great Vibes', cursive;
}

@media screen and (max-width: 1300px) {
    .your_solution_provider_footer{
        display: none;
    }
}

@media screen and (max-width: 920px) {
    .footer_logo{
        display: none;
    }
}

@media screen and (max-width: 630px) {
    .sitemap{
        display: none;
    }
}
