@media screen and (max-width:992px){
div#videoslide-row {
    margin-top: 30px!important;
}}

/*-----------------------------------------------------------------------
                            ICONS HOVER
-------------------------------------------------------------------------*/

.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover.home-icon-001:hover h5{
    color: #8dc63f!important;transition:0.3s ease;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover.home-icon-001:hover img{
    transform:scale(1.12);
    transition:0.3s ease;
    transform: matrix(1.12, 0, 0, 1.12, 0, -16);
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature.home-icon-001 img{
   transition:0.3s ease;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature.home-icon-001:hover .sppb-addon-text{
    color: #000000!important;
}

/*points*/
@media screen and (min-width:992px){
.remove-br-desktop br{display:none;}}

.home-category .sppb-addon-overlay-image-content{
    box-shadow: 0px 0px 10px #00000024!important;
    border-radius: 20px!important;
    padding:20px;
    position:relative;
}

.overlay-image-title {
    background:rgb(73 188 8 / .87);
    width: 270px;
    border-radius:0px 100px  100px 0px;
    padding: 20px 20px 20px 50px;
    position:absolute;
    left:-20px;
}

.animated-number-001 .sppb-animated-number {
    font-weight:900;
    font-size:55px!important;
    margin-bottom:20px;
    }

@media screen and (max-width:992px){
.animated-number-001 .sppb-animated-number {font-size:44px!important;}
}

/*shipping and page-title background*/
/*-----------------------------------------------------------------------
                                1366 px
-------------------------------------------------------------------------*/
@media screen and (min-width:992px) and (max-width:1367px){
.shipping-background {
    background-size: 1440px!important;
}
.sp-page-title {
    background-position: 40% 50%;
}
}