.footer{
    padding: 40px 0 20px 0;
    width: 100%;
    background-color: #f3f3f3e7;
    // border-top: 1px solid #c3c3c38f;
    .footer_wrapper{
         .footer_wrap{
            p{
                font-size: 15px;
                font-weight: 400;
                color: #444343;
                line-height: 22px;
            }
            h4{
                font-size: 20px;
                font-weight: 600;
                color: #000;
            }
            ul{
                li{
                    padding-bottom: 5px;
                    a{
                        font-size: 16px;
                        font-weight: 400;
                        color: #444343;
                        &:hover{
                            color: #000;
                        }
                    }
                }
            }
         }
         .footer_icon{
            h5{
                font-size: 18px;
                font-weight: 500;
                color: #000;
                padding-bottom: 12px;
                text-align: end;
            }
            ul{
                display: flex;
                justify-content: flex-end;
                align-items: center;
                li{
                    height: 40px;
                    width: 40px;
                    background-color: #3b5998;
                    margin-left: 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: #c3cfd6;
    .copy_text{
        font-size: 16px;
        font-weight: 500;
        color: #000;
        text-align: center;
    }
}