@media only screen and (max-width:800px){
    .nav_desc{
        font-size: 12px;
    }    
    #nav a{
        padding: 15px;
    }
    .footer_links{
    width: 100%;
}
 .social_link{
    text-align: center;
    position: relative;
    bottom: 150px;
    right: 0px;
    left: 0px;
    min-width: 400px;
}
.social_link a{
    display: inline-block;
    width: 60px;
    height: 60px;
    color:aliceblue;
    background-color: pink;
    border: 3px #bbdefb solid;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    position: relative;
    bottom: 10px;
    font-size: 30px;
    
}
.whatsapp{
    background-color: rgb(37, 211, 102) !important;
    width: 80px !important;
    height: 80px !important;
    font-size: 40px !important;
    line-height: 80px !important;
}
.logo {
        display: none;
    }
     .footer_row1{
        display: inline;
        text-align: center;
        
    }
    .ul_footer{
        position: relative;
        bottom: 0px;
        right: 0px;
        top: 50px;
        display: block;
        
    }h4{
        text-align: center;
        vertical-align: middle;
        font-size: 16px;
        position: relative;
        bottom: 50px;
    }

}