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