.mobile-cta-bar{
display:none;
}

@media(max-width:640px){
body{
padding-bottom:72px;
}

.mobile-cta-bar{
position:fixed;
left:0;
right:0;
bottom:0;
z-index:80;
display:block;
padding:10px 14px;
background:rgba(11,31,58,.97);
border-top:1px solid rgba(255,255,255,.12);
box-shadow:0 -10px 28px rgba(3,12,23,.2);
}

.mobile-cta-bar .btn{
width:100%;
min-height:50px;
}
}
