/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2026 | 07:30:22 */
.page-template-page-new-offers .sticky-quote, .page-template-page-profile-health .sticky-quote, .profile-insurance .sticky-quote {
  display:none;
  text-align: center;
  padding: 15px;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(256,256,256,0.8);
  z-index: 5;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
}

.home .sticky-quote {
  display:none;
  text-align: center;
  padding: 15px;
  position: fixed;
  right: 0;
  left: 0;
  top: inherit;
  bottom: 0;
  background: rgba(256,256,256,0.8);
  z-index: 5;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
}
.home .main-footer-legal__container {
    padding-bottom: 60px !important;
}