.footer{
    background-color: black;
    color:#fff;
}
.heading{
    color:dodgerblue;
    font-size: 20px;
    margin:10px auto;
}
.desc,.social-icons{
    margin:10px auto;
    line-height: 1.5;
}
.social-icons div{
    margin: auto 6px;
    font-size: 14px;
}
.footer-menu h4{
color: dodgerblue;
margin: 10px auto;
}
.footer-menu p{
    font-size: 12px;
    line-height: 1.5;
}
.footer{
    position: relative;
}
.bottom-area{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
}
.bottom-area div{
    font-size: 14px;;
}
@media(max-width:991px){
    .footer-container{
        margin:10px 40px;
    }
    .desc{
        font-size: 12px;
    }
    .social-icons div{
        margin-right:5px;
    }
    .footer-menu h4{
        font-size: 13px;
    }
}