body::before {
   display: block;
   content:'';
   height: 60px;
}
.fot{
   margin: auto;
   width: 90%;
}
.foot{
   width: 100%;
   margin: auto;
   margin: 10px;
}
.foot1{
   margin-top: 45px;
   margin-left: 50px;
}
.foot1 ul{
   list-style: circle;
}
.lin{
   width: 90%;
   height: 1px;
   margin: auto;
   background-color: white;
}
.whatsapp{
   position: sticky;
   bottom: 30px;
   left: 60px;
}
.call{
   position: sticky;
   bottom: 100px;
}
.icon{
   width: 60px;
   height: 60px;
}
@media(min-width: 768px) {
 .news-input {
    width: 50%;
 }
}