.sticky_signup {display:none!important;}
@media screen and (max-width: 767px){
.faq_page .scroll_to_top.fixed{bottom:70px!important;}
#cssmenu {padding-bottom: 80px;}
.sticky_signup {font-weight: 600;text-transform: uppercase;display: block!important;position: fixed !important;z-index: 9999999999;bottom: -1px;left: 0;width: 100%;height: 50px;padding: 16px 20px;box-sizing: border-box;background: #fff;color: #e63f3f!important;text-align: center;font-size: 18px;line-height: 14px;border-radius: 0px 0px 0px 0px;border-top: 1px solid #d3d3d3;}
.sticky_signup.active{background:#e63f3f;color:#fff!important;border-top: none;}
.sticky_signup.active:hover, .sticky_signup.active:focus{background: #ee5252;color:#fff;}
}