/* Add custom CSS styles below */ 
@media (min-width:991px){.banner-entry{
height: 289px;
}}
section:first-of-type{
padding-top:0px;}
section.s-block.s-block--features.angel-features {
    margin: 48px 0px;
}
section.s-block.s-block--testimonials .s-slider-block__title-right {opacity:0;}
.s-block__title h2 {
    text-align: center;
}

/*.s-slider-block__title {
    justify-content: center;
}*/
section:first-of-type .container {
    max-width: 100% !important;
    padding: 0px;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container {
    max-width: 94%;
}

.s-product-card-entry {
    border: 1px solid #2A7584;
}

button.undefined.s-button-element.s-button-btn.s-button-primary.s-button-wide.s-button-loader-center {
    border: 1px solid #2A7584;
    color: #2A7584;
    background: #fff;
}

.s-product-card-content-title {
    text-align: center;
}

.s-product-card-content-sub.justify-between {
    justify-content: center;
    padding: 20px;
}

section.s-block.s-block--testimonials {
    background: linear-gradient(90deg, #033566 0%, #000000 100%);
}
footer.store-footer {
    background: linear-gradient(90deg, #033566 0%, #000000 100%);
    color: #fff;
}

.store-footer h3 {
    color: #fff;
}
.footer-social.flex h3 {
    display: none;
}
span.copyrights.text-sm.opacity-75 {
    color: #fff;
    opacity:1;
}

p.text-gray-400.mb-2\.5.md\:mb-0 {
    color: #fff;
}

.sbc-certificate.flex-center.gap-2.text-gray-400.da-tm {
    color: #fff;
}

.store-footer .footer-container .logo-footer .foo {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    height: 4rem !important;
}
.s-product-card-content-main {
    position: relative;
    padding-top: 60px;
}
.s-product-card-content-main ::before{
    content: "";
    position: absolute;
    width: 100%;
    background: url("https://i.ibb.co/gZ5VKdxx/Qz-CJDG24-H0kk-Hio-Cxii-YVL5-H4-S0-RP7rk-PIRCkz4j.webp");
    background-size:contain;
    background-position:center;
    top: 0px;
    left:0px;
    height: 50px;
    background-repeat:no-repeat;
    background-color:#fff;}