img {
  opacity: 1;
}

.home .sppb-addon-feature .sppb-btn i::before {
  margin-right: 10px;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
  padding: 0 7px;
}

#sp-bottom .sp-module.contact ul > li > a {
  display: inline;
}

.sp-scroll-up {
    bottom: 15px;
}

.jo-whatsappcontactbutton .label {
    text-align: center;
    position: fixed;
    line-height: normal!important;
    z-index: 99999999 !important;
    padding: 10px 5px;
    width: 90px;
    right: 5px;
    bottom: 200px;
    background-color: #fea22a;
    color: #252525;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.jo-whatsappcontactbutton:hover .label {
    opacity: 1;
}

.jo-whatsappcontactbutton .label::after {
    color: #fea22a;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-size: 18px;
    right: 50%;
    position: absolute;
    top: 54px;
    width: 5px;
}

