﻿
* {
    box-sizing: border-box;
}

.footer-page {
    background-color: #222222;
    color: #999999;
}

.main-top {
    padding: 25px 0px 0px 0px;
}

.footer-page .main-top .heading h3 {
    color: white;
    display: block;
    font-size: 18px;
    padding: 0 0 25px;
    margin: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.links {
    display: block;
}
.links ul li {
    list-style-type: none;
    display:list-item;
    line-height:2.5}

    .links ul li a {
        text-decoration: none;
        padding: 0;
        display: block;
        font-size: 14px;
        line-height: 35px;
        color: #999;
        text-align:left;
    }
.links ul li a:hover {
            color: #004888;
        }
.social-links {
    margin-top: 0px;

}
.social-links ul {
        margin: 10px 0 0;
        list-style: none;
        text-align:center;
    }
.social-links ul li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 0;
    }

.social-links ul li .facebook {
        background-image: url(../Images/social/fb_icon.png);
    }
    .social-links ul li .instagram {
        background-image: url(../Images/social/insta_icon.png);
    }
    .social-links ul li .tiktok {
        background-image: url(../Images/social/tiktok.png);
    }
    .social-links ul li .youtube {
        background-image: url(../Images/social/youtube_icon.png);
    }
.social-links ul li a {
        background-size: 36px;
        background-repeat: no-repeat;
        display: block;
        width: 36px;
        height: 36px;
    }

/*.bottomtotop {
    background-color: #0d6efd;
    width: 56px;
    text-align: right;
    border-radius: 5px;
    justify-content: end;
    float: right;
    padding: 5px;
}*/