.footer{
    padding: 40px 0 20px 0;
    width: 100%;
    background-color: #4967ddc4;
    margin-top: 50px;
    // border-top: 1px solid #c3c3c38f;
    .footer_wrapper{
         .footer_wrap{ 
            p{
                font-size: 15px;
                font-weight: 400;
                color: #f8f8f8;
                line-height: 22px;
            }
            h4{
                font-size: 20px;
                font-weight: 600;
                color: #fff;
            }
            .qr{
                img{
                    height: 200px;
                    width: 200px;
                    object-fit: contain;
                }
            }
            ul{
                li{
                    padding-bottom: 5px;
                    a{
                        font-size: 16px;
                        font-weight: 400;
                        color: #f5f3f3;
                        &:hover{
                            color: #fff;
                        }
                    }
                }
            }
         }
         .footer_icon{
            h5{
                font-size: 18px;
                font-weight: 500;
                color: #fff;
                padding-bottom: 12px;
            }
            ul{
                display: flex;
                align-items: center;
                li{
                    height: 40px;
                    width: 40px;
                    background-color: #3b5998;
                    margin-right: 10px;
                    border-radius: 5px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    a{
                        line-height: 0px;
                        i{
                            font-size: 22px;
                            color: #fff;
                        }
                    }
                }
                .twitter{
                    background-color: #00acee;
                }
                .insta{
                    background-color: #d65737;
                }
                .linkedin{
                    background-color: #0A66C2;
                }
            }
         }
    }
}
.footer_bottom{
    padding: 20px 0;
    width: 100%;
    background-color: #4966dd;
    .copy_text{
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-align: center;
    }
}