footer{
    background-color: #511674;
    margin-top: 100px;
    padding: 40px 0px 0px 0px;
}
footer .logo_text_wrap p{
font-weight: 400;
font-size: 18px;
line-height: 44px;
color: white;
}
footer .links_wrap_foot{
    display: flex;
    padding-top: 90px;
   flex-direction: column;
   padding-right: 70px;
}
footer .links_wrap_foot a{
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
}
footer .social_w{
    padding-top: 90px;
}
footer .social_w p{
font-weight: 500;
font-size: 16px;
color: white;
}
footer .social_w img{
width: 35px;
height: 35px;
object-fit: contain;
margin-right: 8px;
}
.copy{
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: white;
    padding-top: 35px;
}
.flex_social a svg path {
    fill: white;
}
.flex_social a svg path:hover {
    fill: #fb7425;
}
@media(max-width:1199px){
    footer .links_wrap_foot {
        display: flex;
        padding-top: 90px;
        flex-direction: column;
        padding-right: 40px;
    }
}
@media (max-width: 992px)
{
footer .links_wrap_foot {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    padding-right: 0px;
}
footer .social_w {
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .logo_text_wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 44px;
    color: white;
}
footer .links_wrap_foot a {
    color: white;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 10px;
}
footer .social_w p {
    font-weight: 500;
    font-size: 22px;
    color: white;
}
.copy {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: white;
    padding-top: 35px;
}
}
@media(max-width:767px){
    footer .logo_text_wrap p {
        font-weight: 400;
        font-size: 14px;
        line-height: 44px;
        color: white;
    }
    footer .links_wrap_foot a {
        color: white;
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 10px;
    }
    footer .links_wrap_foot {
        display: flex;
        padding-top: 30px;
        flex-direction: column;
        padding-right: 0px;
    }

    footer .social_w p {
        font-weight: 500;
        font-size: 20px;
        color: white;
    }
}

@media(max-width:550px){
    footer {
        margin-top: 100px;
        padding: 40px 0px 0px 0px;
    }


}
