
											@media screen and (max-width:768px){.footer-form input {
   
    padding: 0 20px;
    height: 50px;
    font-size: 14px;
    color: #776568;
    border: none;
    border-radius: 10px;
    margin-bottom: -13px;
}
.footer-form .btn{
    background: #FFD900;
    color:#000 !important;
    margin-top: 0px;
    padding: 11px 24px 10px 24px;
    
    
}
    }