.checkout-form input[type="date"]
{
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    font-size: 16px;
    line-height: 20px;
    color: #777777;
    padding: 14px 22px;
    height: 50px;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.main-footer .widgets-section:before {
    background-color: #056839!important;
}
.btn-app{
	display:none;
	background-color: #1370b5!important;
} 
@media only screen and (max-width: 600px) {
	.btn-app{
		display:block;
	} 
}