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;
 }
 
/* call and whatsapp */
 /* .float, .float2{
   position: fixed;
}
.float{
   bottom: 60px;
   right: 10px;
}
.float2{
   bottom: 2px;
   right: 13px;
}
.my-float1{
   width: 60px;
} */
.whatsapp-button {
   position: fixed;
   bottom: 20px;
   left: 20px;
   transition: transform 0.3s ease-in-out;
   z-index: 1000;
   width: 70px;
   height: 120px;
}

.whatsapp-button:hover {
   transform: scale(1.1);
}
.whatsapp-button i {
   font-size: 24px !important;
}
/* end */

 @media(min-width: 768px) {
  .news-input {
     width: 50%;
  }
 }