.footer-wimauma {
    margin-bottom: 45px;
}
.footer-wimauma .footer-heading {
    /* border-top: 10px solid #B42318; */
    position: relative;
}

.footer-wimauma .footer-heading::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/single-tree.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 26%;
    opacity: 0.7;
    z-index: 1;

}
.footer-wimauma .footer-heading::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url('../images/signle-right.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 26%;
    opacity: 0.7;
    z-index: 1;

}

.footer-wimauma .footer-heading-logo .logo-wrapper {
    max-width: 180px;
    margin: 0 auto;
    display: block;
}
 .footer-wimauma .footer-heading-logo .logo-wrapper img {
        width: 100%;
    }

#callnowbutton {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 99;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 16px;
    color: #fff;
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    z-index: 1001;
}

.footer-wimauma .social-icon a i:hover {
    background-color: #0f0f0f;
    transition: all ease-in-out 0.7s;
} 
.footer-wimauma .social-icon a i {
    transition: all ease-in-out 0.7s;
} 
.footer-wimauma .footer-heading-logo {
    position: relative;
    z-index: 4;
}
.footer-social {
    padding: 0;
    list-style: none;
}
.footer-social li {
    display: inline-block;
}
.footer-5-contact a {
    color: #fff;
}
.footer-5-contact a:hover,
.footer-social li a:hover {
    color: #b42318!important;
}

@media only screen and (min-width: 768px) {
    .footer-wimauma .footer-heading-logo .logo-wrapper {
        max-width: 240px;
    }
}
@media only screen and (min-width: 992px) {
    .footer-wimauma .footer-heading::after,.footer-wimauma .footer-heading::before {
        background-size: contain;
    }

}


@media only screen and (min-width: 1024px) {
    
    .footer-wimauma .footer-heading-logo .logo-wrapper {
        max-width: 310px;
    }
    
   
}

.footer-wimauma .social-icon a i.bg-primary {
    background-color: #b42318;
    transition: all ease-in-out 0.4s;
}
.footer-wimauma .social-icon a i.bg-primary:hover {
    background-color: #0f0f0f;
    transition: all ease-in-out 0.4s;
}