#cs-header.sticky {
  background-color: #efefef; /* change this color */
}

#cs-header.sticky .elementor-container{
  box-shadow:none;
}

#topbar.topbar-adjust {
    margin-bottom: -2px;
}
.sticky-footer {
    position: fixed;
    right: 21px;
    bottom: 15px;
    z-index: 99999999;
    width: 50px;
    height: 50px;
    padding: 6px;
    background: linear-gradient(92.5deg, #BFB086 -3.11%, #918562 110.14%);
    border-radius: 50%;
}


span.footer-cta__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 7px;
}

span.footer-cta__icon img {
    width: 100%;
    max-width: 20px;
    margin-top: 2px;
}