.products-box {
    background-color: #fff;
    border-radius: 1rem;
    min-width: 300px;
    padding: 0.5rem 0.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 1rem;
}
.homeimgbox {
    height: 150px;
    border-radius: 0.2rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-text {
    flex-direction: column;
}
.ftbox {
    display: flex;
    margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
    #Top_bar .menu>li>a span {
        color: #fff;
    }
    #Top_bar .menu>li a:after {
        background: #fff!important;
    }
    
}
@media (max-width: 991.98px) {
    .footer-text {
        flex-direction: column;
    }
    .column_attr {
        padding: 0!important;
        text-align: center!important;
    }
    .tp-bgimg {
        background-size: 100%!important;
    }
    .rev_slider_wrapper {
        background-color: #3f6143!important;
    }
    /* #mfn-rev-slider > div {
        height: 345px!important;
    } */
}
.product-box {
    width: 500px;
    height: 500px;
    border: 1px solid white;
    border-radius: 0.3rem;
    display: flex;
    margin: 1rem;
    justify-content: end;
    align-items: end;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-box > .image_links {
    background-color: #fff;
    padding: 1rem;
    border-radius: 0.3rem;
}
.prod-container {
    background-color: #625952;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 2rem 9rem;
}
@media (max-width: 1399.98px) {
    .prod-container {
        padding: 2rem 0rem!important;
    }
    .product-box {
        width: 380px!important;
        height: 380px!important;
    }
}
#Top_bar {
    background-color: #3f6143!important;
}

.products-box > span {
    color: #444342;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
}
.products-box > a {
    background-color: #fff;
    border: 1px solid #444342;
    padding: 0.4rem 0.8rem;
    border-radius: 0.3rem;
    text-decoration: none;
    color: #444342;
    font-size: 18px;
    transition: .2s;
    margin-bottom: 0.5rem;
}
.products-box > a:hover {
    background-color: #444342;
    color: #fff;
    padding: 0.4rem 1.2rem;
}
.products-img {
    width: 100%;
    height: 250px;
    border-radius: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
}
.products-container {
    background-color: #444342;
    width: 100%;
    padding: 2rem 0;
}
.flut_wp {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99;
}

.flut_wp img {
    width: 80px;
    margin: 20px;
}

.pulse {
    margin: 10px;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #26d366;
    cursor: pointer;
    box-shadow: #26d366;
    animation: pulse 1s infinite;
}

.pulse:hover {
    animation: none;
    box-shadow: 0 0 0 3px #26d366;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: #26d366;
    }

    70% {
        -webkit-box-shadow: 0 0 0 17px rgba(1, 230, 117, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 230, 117, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: #26d366;
        box-shadow: 0 0 0 0 #26d366a8;
    }

    70% {
        -moz-box-shadow: 0 0 0 37px rgba(1, 230, 117, 0);
        box-shadow: 0 0 0 37px rgba(1, 230, 117, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(1, 230, 117, 0);
        box-shadow: 0 0 0 0 rgba(1, 230, 117, 0);
    }
}
.products-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.videos-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1rem 5rem;
}
.videos-row > iframe {
    margin: 0.5rem;
}
@media (max-width: 991.98px) {
    .products-row {
        flex-direction: column;
    }
    .videos-row {
        flex-direction: column;
        padding: 1rem!important;
    }
}
.footer-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-text > i {
    margin: 0 0.5rem;
}
.footer-text > small {
    margin: 0 0.5rem;
}