footer{
    display:block;
    width:100%;
    height:auto;
    border-top:1px solid #00000055;
    margin-top:50px;
}
#footer{
    position:relative;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 1% 4% 1%;
}
.footer-col{
    flex: 0 0 auto;
    width: 18%;
    padding: 0 1%;
    text-align:right;
}
.footer-col img{
    margin-top:10px;
}
.backgr {
    
    background-color: #07ACA6;
    text-align: center;
    height: 40px;
    width: 200px;
    box-sizing: border-box;
    border-radius: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.social-cont {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid white;
    display:inline-block;
    position:relative;
    
}
.social-cont i{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:18px;
    color:white;
}
#footer ul{
    margin-top:0;
    padding:0;
}
#footer ul li {
    text-align: right;
    list-style-type: none;
    padding: 4px;
}
#footer ul li a {
    color: #07ACA6;
    font-weight: bold;
    text-decoration: none;
    font-family: "Noto-Bold"!important;
    font-size: 11px;
}
#footer ul li i {
    color: #07ACA6;
    font-size: 14px;
    width: 14px;
    text-align: center;
}
.corner-img {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 50px;
    z-index:3;
}
@media only screen and (max-width:1200px){
    .footer-col{
        width:96%;
        padding:0 2%;
    }
}
@media only screen and (max-width:280px){
    .corner-img {
    width: 30px;

}}