.footer {
 text-align: center;
}

.footer-icons {
    padding-bottom: 10px;
    font-size: 16px;
}

.site-footer .fa-phone,
.site-footer .fa-envelope {
    font-size: 16px !important;
    padding-right: 7px;
}

.footer-icons a {
}

.footer-icons a:visited {
}

.footer-icons i {
    padding-right: 10px;
     font-size: 46px !important;
}

.site-footer p {
    text-align: left;
    font-weight: 300;
}

.site-footer .site-contact {
  padding-bottom: 20px;
  display: block;
}



.site-footer a {
    color: var(--black);
}
.site-footer a:visited,
.site-footer a:hover {
    color: var(--black);
}
.footer-left {
    text-align: left;
    color: var(--black);
    position: fixed;
    bottom: 60px;
    left: 0px;
}
footer .navbar-brand {
 width: 100%;
}
footer .footer-icons a {
 padding-right: 8px;
 
}

footer .header-icons a:last-child {
 padding-right: 0px;
}

body.home .footer-left {
 position: inherit;
 bottom: 0px;
}

.footer-left .footer-icons {
 font-weight: 200; font-size: 13px;
}
.copyright {
 color:white; padding: 0px 30px; margin-top: 0px; border-top: 0px solid #000; text-align: right;
}

.copyright p {
 text-align: right;
 
}

.footer-icons i {

}

.footer-phone {
 
 display: none;
}

@media only screen and (max-width : 992px) {
 .footer-left {
    text-align: left;
    color: #000;
    position: initial;

}

footer {
}

.footer-phone {
 
    width: 100%;
    float: none;
    position: fixed;
    bottom: 0px;
    height: 50px;
    background-color: #000;
    display: block;
    text-align: center;
line-height: 50px;
font-size: 18px;
color: #000;
font-weight: 800;
z-index: 999;
}

.footer-phone i {
 
 font-size: 16px;
 color: white !important;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 520px) {
.site-info p {
 font-size: 10px;   
}
.footer-left {
padding: 0px;
}





.footer-left .footer-icons {
font-size: 10px;
}
.copyright {
 padding: 0px 0px;
 padding-top: 10px;
}

.copyright p {
 text-align: center;
 
}

}ss