.hero-section-food.ecommerce-banner-wrap .hero-content .heading br {
    display: block !important;
}

.healthcare-specialty-section.ecommerce-security-section {
    /*position: relative;*/
    overflow: visible !important;
}

.ecommerce-security-section .tech-sticky-content {
    position: sticky;
    top: 120px;
    padding-right: 0px;
    max-width: 720px;
    z-index: 2;
}

.food-page-wrapper .services-section .services-content-wrap .tabs-list-box .tabs-list {
    flex-wrap: wrap;
}

.compliance-accordion-wrap {

    position: relative;
}

.ecommercepg .funded-by-section {
    padding: 100px 0 20px 0;
}

/* Core Strengths Section Styles */
.ecommerce-strengths-section {
    background: linear-gradient(180deg, #00152F 0%, #043D81 100%);
    padding: 80px 0;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    overflow: hidden;
}

.ecommerce-strengths-section .section-title {
    font-size: 45px;
    line-height: 56px;
    font-family: "GoldplayAlt-SemiBold";
    margin: 0 auto 70px auto;
    text-align: center;
    color: #ffffff;
}

.ecommerce-strengths-section .section-title span.text-blue {
    color: #2087F0 !important;
}

.strength-card {
    display: flex;
    align-items: start;
    margin-bottom: 60px;
    transition: all 0.3s ease;
}

.strength-card:nth-child(4),
.strength-card:nth-child(5) {
    margin-bottom: 0px;
}

.ecommercepg .food-page-wrapper .services-section .services-content-wrap .tabs-list-box .tabs-list {
    flex-wrap: wrap;
}

.ecommerce-strengths-section .col-md-4:nth-child(4) .strength-card,
.ecommerce-strengths-section .col-md-4:nth-child(5) .strength-card {

    margin-bottom: 0;
}

.strength-num-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
    min-width: 55px;
    margin-top: -10px;
}

.strength-card .line-bar {
    display: none;
    width: 32px;
    height: 3px;
    background-color: #2087F0;
    margin-bottom: 12px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.strength-num::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background-color: #2087F0;
    margin-bottom: 12px;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.strength-card:hover .strength-num::after {
    /* width: 100%; */
    transform: scale(1);
}

.strength-num {
    position: relative;
    font-size: 64px;
    font-family: "GoldplayAlt-SemiBold";
    /* 1. Define the gradient background */
    background: linear-gradient(180deg, #717171 0%, rgba(153, 153, 153, 0) 100%);

    /* 2. Clip background to the text */
    -webkit-background-clip: text;
    /* Required for Chrome, Safari, and Edge */
    background-clip: text;

    /* 3. Make the text itself transparent */
    -webkit-text-fill-color: transparent;
    /* Extra support for WebKit browsers */
    color: transparent;
    color: rgba(255, 255, 255, 0.12);
    transition: color 0.3s ease;
}

.strength-card:hover .strength-num {
    color: #2087F0;
}

.strength-content {
    flex: 1;
}

.strength-content h3 {
    font-size: 24px;
    font-family: "GoldplayAlt-SemiBold";
    color: #DADADA;
    margin-bottom: 12px;
    line-height: 31px;
    transition: color 0.3s ease;
}

.strength-content p {
    font-size: 16px;
    line-height: 25px;
    color: #9aacc1;
    font-family: "GoldplayAlt-Medium";
    line-height: 1.6;
    margin: 0;
}

.ecommerce-strengths-section .btn-wrap {
    margin-top: 40px;
}

.core-strengths-btn {
    background-color: #2087F0;
    color: #ffffff !important;
    font-size: 16px;
    font-family: "GoldplayAlt-Medium";
    padding: 14px 36px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: none;
}


.core-strengths-btn svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.core-strengths-btn:hover svg {
    transform: translateX(4px);
}


.why-choose-section .admin-carousel-wrap .choose-card {
    padding: 0px 20px;
    height: 100%;
    display: flex;
    align-items: start;
    gap: 12px;
    margin: 0px;
    transition: all 0.3s ease;
    border-radius: 0px;
    background: transparent;
}

.why-choose-section .admin-carousel-wrap .choose-card:hover {
    transform: none;
    box-shadow: none;
}

.admin-carousel-wrap .choose-card .card-icon {
    width: 33px;
    height: 33px;
}

.admin-carousel-wrap .card-content {
    width: calc(100% - 45px);
    text-align: left;
}

.why-choose-section .admin-carousel-wrap .next-btn svg {
    transform: rotate(360deg) !important;
}

.admin-carousel-wrap .why-choose-bottom .choose-card .card-title .icon-wrap {
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-section.healthcare-services-wrap.ecommerce-services-wrap .services-content-wrap .tab-content-box {
    padding: 20px;
    border-radius: 44px;
    background: #F4F4F4;
}

.ecommerce-services-wrap .services-ban-img img {
    width: 100%;
}

.services-section.healthcare-services-wrap.ecommerce-services-wrap {
    background: #fff;
}

.ecommerce-banner-bcx .healthcare-stats-banner-section {
    padding: 60px;
    margin-top: 0px;
    margin-bottom: 20px;
}




/* Pricing Section Styles */
.ecommerce-pricing-section {
    background-color: #ffffff;
    padding: 80px 0;
    font-family: 'Manrope', sans-serif;
}

.transparent-pricing-badge {
    background-color: rgba(32, 135, 240, 0.08);
    color: #2087F0;
    font-size: 18px;
    font-family: "GoldplayAlt-SemiBold";
    padding: 8px 20px;
    border-radius: 50px;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pricing-title {
    font-size: 45px;
    line-height: 56px;
    color: #111827;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
    width: 100%;
    font-family: "GoldplayAlt-SemiBold";
}

.pricing-title span {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}

.pricing-card {
    background: #FFFEFE;
    border-radius: 22px;
    padding: 35px 25px;
    box-shadow: 0px 16px 35.3px 3px #00000021;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.pricing-tag {
    position: absolute;
    top: 20px;
    left: 0;
    border-radius: 0px 24px 24px 0px;
    padding: 6px 18px;
    font-size: 28px;
    font-family: "GoldplayAlt-SemiBold";
}

.pricing-tag.tag-green {
    background-color: #e6f7f0;
    color: #10b981;
}

.pricing-tag.tag-yellow {
    background-color: #fff9e6;
    color: #f59e0b;
}

.pricing-tag.tag-blue {
    background-color: #e6f0fa;
    color: #2087F0;
}

.pricing-illustration {
    text-align: center;
    margin: 20px 0 15px 0;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-pill {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 18px;
    font-family: "GoldplayAlt-SemiBold";
    margin: 20px auto;
    align-self: center;
}

.pricing-pill.pill-green {
    background-color: #B3E5CB;
    color: #157C3F;
}

.pricing-pill.pill-yellow {
    background-color: #FFDC1B85;
    color: #A18700;
}

.pricing-pill.pill-blue {
    background-color: #D5EAFD;
    color: #0970FD;
}

.pricing-card .card-title {
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 8px;
    text-align: center;
    font-family: "GoldplayAlt-SemiBold";
}

.pricing-card .card-price {
    font-size: 30px;
    font-family: "GoldplayAlt-SemiBold";
    margin-bottom: 25px;
    text-align: center;
}

.pricing-card .card-price.price-green {
    color: #098A3F;
}

.pricing-card .card-price.price-yellow {
    color: #AA8D00;
}

.pricing-card .card-price.price-blue {
    color: #0970FD;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-grow: 1;
}

.pricing-list-item {
    font-size: 13px;
    color: #4b5563;
    line-height: 25px;
    position: relative;
    padding-left: 24px;
    text-align: left;
    font-family: "GoldplayAlt-Medium";
}

.pricing-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: contain;
}

.pricing-list-item::before {
    background: url('https://www.techugo.com/new-assets/img/ecommerce-img/pointsvg.svg')no-repeat;
    background-size: 15px 15px;
}

.ecommerce-banner-bcx .stats-banner-content p {
    font-size: 16px;
    line-height: 24px;
    font-family: "GoldplayAlt-Medium";
    margin-bottom: 30px;
}

.why-choose-ecom-wrap .section-title-rw {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.compliance-accordion-wrap .eco-body-inner p {
    font-family: "GoldplayAlt-Medium";
    font-size: 16px;
}

.ecommerce-security-section.compliance-accordion-wrap .eco-body-inner {
    padding: 0px 0px 18px;
}


/* Dark Blue Card */
.pricing-card.card-dark-blue {
    background: radial-gradient(circle at 100% 0%, #1e88e5 0%, #004ac2 100%);
    border: none;
    color: #ffffff;
    box-shadow: 0 15px 45px rgba(0, 74, 194, 0.2);
}

.pricing-card.card-dark-blue::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

.pricing-card.card-dark-blue .card-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: "GoldplayAlt-SemiBold";
}

.pricing-card.card-dark-blue .card-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
    flex-grow: 1;
}

.pricing-card.card-dark-blue .pricing-illustration {
    justify-content: flex-start;
    margin-bottom: 10px;
}

.pricing-card.card-dark-blue .roadmap-btn {
    background-color: #FED517;
    color: #010A28 !important;
    font-size: 14px;
    padding: 13px 20px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-family: "GoldplayAlt-SemiBold";
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
    border: none;
}

/*
.pricing-card.card-dark-blue .roadmap-btn:hover {
    background-color: #e5b800;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.4);
}*/

.pricing-card.card-dark-blue .roadmap-btn svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.pricing-card.card-dark-blue .roadmap-btn:hover svg {
    transform: translateX(4px);
}

.contactbcx-rw {
    background: #d9d9d91a;
    border-radius: 40px;
    padding: 50px;
    color: #fff;
    height: 100%;
}

.contactbcx-rw h3 {
    font-size: 29px;
    /* line-height: 55px; */
    font-family: "GoldplayAlt-SemiBold";
    margin-bottom: 30px;

}

.contactbcx-rw p {
    font-size: 18px;
    line-height: 28px;
    color: #D4D4D4;
    font-family: "GoldplayAlt-Medium";
    margin-bottom: 30px;
}

.contactbcx-rw .choosepoints ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
}

.contactbcx-rw .choosepoints ul li {
    width: 50%;
    margin-bottom: 20px;
}

.contactbcx-rw .choosepoints ul li .pointsbcx {
    display: flex;
    align-items: center;
    gap: 12px;

}

.contactbcx-rw .choosepoints ul li .pointsbcx p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 22px;
    font-family: "GoldplayAlt-SemiBold";
}


.ecommerce-banner-bcx .healthcare-stats-banner-section {
    background: url(https://www.techugo.com/new-assets/img/ecommerce-img/shoping-experience-bg.webp)no-repeat;
    background-size: 100% 100%;
    min-height: auto;
}


.ecommerce-banner-bcx .healthcare-stats-banner-section.ecommerce-stats-banner {
    background: url(https://www.techugo.com/new-assets/img/ecommerce-img/planing-experience-bg.webp)no-repeat;
    background-size: 100% 100%;
    min-height: auto;
}

.ecommerce-security-section .eco-body-inner ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 50px;
}

.ecommerce-security-section .eco-body-inner ul li a {
    color: #5C5C5C;
    font-size: 16px;
    line-height: 23px;
    font-family: "GoldplayAlt-Medium";
    text-decoration: underline;
}

.cost-breakdown-section.innovative-apps-wrap .cost-content-wrap .cost-tab-content {
    padding: 0px;
}

.services-section.ecommerce-services-wrap .services-content-wrap .tabs-list-box {
    height: 587px;
}

.ecommercepg .cost-breakdown-section .cost-tabs-wrap .cost-tabs-list .cost-tab-item {
    padding: 14px 20px;
    border: 2px solid #3A3A3A;

}

.ecommercepg .cost-breakdown-section .cost-tabs-wrap .cost-tabs-list .cost-tab-item.active {
    border: 2px solid #2087F0;
    background-color: #2087F0 !important;
}

@media (max-width:1720px) {
    .pricing-tag {
        font-size: 26px;
    }

    .pricing-card .card-price {
        font-size: 28px;
    }

    .pricing-pill {
        font-size: 17px;
    }

    .contactbcx-rw h3 {
        font-size: 27px;
        line-height: 50px;
    }

    .ecommerce-strengths-section .section-title,
    .pricing-title {
        font-size: 38px;
        line-height: 52px;
    }

    .strength-num {
        font-size: 62px;
    }

    .contactbcx-rw p {
        font-size: 17px;
        line-height: 27px;
    }
}


@media (max-width:1540px) {
    .strength-num {
        font-size: 60px;
    }

    .strength-content h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .ecommerce-pricing-section,
    .ecommerce-strengths-section {
        padding: 60px 0px;
    }

    .contactbcx-rw h3 {
        font-size: 25px;
        line-height: 45px;
    }

    .pricing-pill {
        font-size: 16px;
    }

    .pricing-tag {
        font-size: 24px;
    }

    .ecommerce-banner-bcx .stats-banner-content p {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .healthcare-stats-banner-section.ecommerce-stats-banner .stats-banner-title {
        margin-bottom: 25px;
    }

    .pricing-card .card-title {
        font-size: 20px;
        line-height: 32px;
    }

    .pricing-card.card-dark-blue .card-title {
        font-size: 20px;
    }

    .pricing-card .card-price {
        font-size: 26px;
    }

    .contactbcx-rw {
        padding: 40px;
    }

    .ecommerce-banner-bcx .healthcare-stats-banner-section {
        padding: 50px;
    }
}

@media (max-width:1480px) {
    .ecommerce-banner-bcx .healthcare-stats-banner-section {
        padding: 45px;
    }

    .services-section.ecommerce-services-wrap .services-content-wrap .tabs-list-box {
        height: 455px;
    }

    .contactbcx-rw p {
        font-size: 16px;
        line-height: 24px;
    }

    .strength-num {
        font-size: 55px;
    }

    .strength-content p,
    .ecommerce-security-section .eco-body-inner ul li a {
        font-size: 15px;
    }

    .ecommerce-strengths-section .section-title,
    .pricing-title {
        font-size: 34px;
        line-height: 45px;
    }

    .strength-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .contactbcx-rw {
        padding: 35px;
    }

    .contactbcx-rw .choosepoints ul li .pointsbcx p {
        font-size: 15px;
        line-height: 20px;
    }

    .contactbcx-rw h3 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 25px;
    }

    .pricing-pill {
        font-size: 14px;
    }

    .pricing-tag {
        font-size: 22px;
    }

    .pricing-card .card-title {
        font-size: 18px;
        line-height: 28px;
    }

    .pricing-card .card-price {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .pricing-card.card-dark-blue .card-title {
        font-size: 18px;
    }

    .pricing-card.card-dark-blue .roadmap-btn {
        padding: 12px 15px;
    }

    .pricing-card {
        padding: 30px 20px;
    }

}

@media (max-width:1380px) {
    .ecommerce-banner-bcx .healthcare-stats-banner-section {
        padding: 40px;
    }

    .services-section.ecommerce-services-wrap .services-content-wrap .tabs-list-box {
        height: 425px;
    }

    .contactbcx-rw p {
        font-size: 15px;
        line-height: 22px;
    }

    .strength-num {
        font-size: 50px;
    }

    .strength-content p {
        font-size: 14px;
        line-height: 1.4;
    }

    .ecommerce-security-section .eco-body-inner ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .strength-content h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .pricing-card.card-dark-blue .card-title {
        font-size: 17px;
    }

    .ecommerce-banner-bcx .stats-banner-content p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .pricing-tag {
        font-size: 20px;
    }

    .pricing-card .card-title {
        font-size: 16px;
        line-height: 25px;
    }

    .pricing-card .card-price {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .contactbcx-rw h3 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .ecommerce-pricing-section,
    .ecommerce-strengths-section {
        padding: 50px 0px;
    }
}


@media (max-width:1280px) {

    .ecommerce-strengths-section .section-title,
    .pricing-title {
        font-size: 28px;
        line-height: 42px;
    }
}


@media (max-width:1180px) {

    .ecommerce-pricing-section,
    .ecommerce-strengths-section {
        padding: 40px 0px;
    }

    .ecommerce-banner-bcx .healthcare-stats-banner-section {
        padding: 30px;
    }
}


/* Responsiveness */
@media (max-width: 991px) {
    .services-section.ecommerce-services-wrap .services-content-wrap .tabs-list-box {
        height: auto;
    }

    .ecommercepg .owl-carousel .owl-item .choose-card .icon-wrap img {
        width: 24px;
    }

    .ecommercepg .common-slider-mob .btn-group-custom {
        padding: 0 20px;
    }

    .ecommercepg .emerging-tech-section .custom-container .row.position-relative .col-lg-5.mb-5.mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ecommercepg .cost-breakdown-section .cost-tabs-wrap .cost-tabs-list {
        white-space: nowrap;
        margin-bottom: 40px;
    }

    .why-choose-section .admin-carousel-wrap .choose-card {
        padding: 0px 5px;

    }

    .ecommercepg .why-choose-section .why-choose-top .section-desc {
        margin-top: 0px;
    }

    .ecommercepg .why-choose-section.health-choose-section {
        padding: 20px 0px 30px 0px;
    }

    .ecommercepg .mobile-services-accordion .accordion-button .tab-num {
        display: block;
    }

    .ecommercepg .mobile-services-accordion .accordion-body {
        padding: 0px 15px 25px;
    }

    .cost-breakdown-section .cost-tabs-wrap .cost-tabs-list .cost-tab-item {
        padding: 7px 25px !important;
        font-size: 16px;
        height: 50px;
    }

    .ecommercepg .eco-accordion {
        border-radius: 16px;

    }

    .ecommerce-strengths-section .section-title {
        font-size: 22px;
        line-height: 28px;
    }

    .ecommerce-services-wrap .services-ban-img img {
        border-radius: 16px;
    }

    .ecommerce-strengths-section .section-title,
    .pricing-title {
        font-size: 26px;
        line-height: 38px;
    }

    .ecommerce-pricing-section,
    .ecommerce-strengths-section {
        padding: 35px 0;
    }

    .pricing-title {
        font-size: 32px;
        margin-bottom: 45px;
    }

    .ecommerce-strengths-section {
        padding: 80px 0;
    }

    .ecommercepg .funded-by-section {
        padding: 60px 0 0px 0;
    }

    .strength-card {
        margin-bottom: 35px;
    }

    .why-choose-ecom-wrap .section-title-rw {
        flex-direction: column;
    }

    .contactbcx-rw {
        padding: 20px;
    }

    .contactbcx-rw .choosepoints ul li {
        margin-bottom: 15px;
    }

    .ecommerce-banner-bcx .healthcare-stats-banner-section {
        padding: 25px 20px;
    }

    .ecommercepg .healthcare-stats-banner-section .stats-banner-content .common-btn.banner-btn {
        margin-top: 160px;
    }

    .ecommercepg .contactbcx-rw h3 {
        font-size: 20px;
        line-height: 32px;

    }

    .ecommercepg .contactbcx-rw .choosepoints ul li .pointsbcx img {
        width: 24px;
    }

    .ecommerce-banner-bcx .healthcare-stats-banner-section.ecommerce-stats-banner {
        /* background-size: cover;
        background-position: center; */
        /* background: url(https://www.techugo.com/new-assets/img/ecommerce-img/mob-banner-e-commerce.webp) no-repeat; */
        height: 320px;
        background-size: cover;
        min-height: auto;
        background-position: bottom;
    }

    .ecommercepg .healthcare-specialty-section .custom-container .why-choose-content-bcx .row {
        gap: 20px !important;
    }

    .ecommerce-security-section .eco-body-inner ul {
        gap: 15px;
        flex-direction: column;
    }

    .ecommerce-security-section .eco-body-inner ul li .icon-wrap img {
        width: 24px;
        margin-right: 5px;
    }

}

@media (max-width: 767px) {
    .ecommerce-banner-bcx .healthcare-stats-banner-section {
        background: url(https://www.techugo.com/new-assets/img/ecommerce-img/mob-banner-e-commerce.webp) no-repeat;
        padding: 25px 15px;
        background-size: cover;
        background-position: center;
        border-radius: 16px;

    }

    .ecommerce-pricing-section,
    .ecommerce-strengths-section {
        padding: 30px 0px;
    }

    .contactbcx-rw .choosepoints ul li {
        margin-bottom: 10px;
        width: 100%;
    }

    .contactbcx-rw .choosepoints ul {
        flex-direction: column;
    }

    .why-choose-ecom-wrap .why-choose-content-bcx {
        margin-top: 30px;
    }

    .why-choose-ecom-wrap .section-title-rw h2 {
        margin-bottom: 30px !important;
    }

    .ecommerce-strengths-section {
        padding: 60px 0;
    }

    .contactbcx-rw {
        padding: 15px;
        margin-bottom: 30px;
        border-radius: 20px;
    }


    .ecommerce-strengths-section .section-title {
        text-align: left;
        margin-bottom: 20px;
    }

    .ecommerce-security-section,
    .ecommerce-security-section .custom-container,
    .ecommerce-security-section .row,
    .ecommerce-security-section .col-lg-6 {

        overflow: visible !important;
    }

    .ecommerce-security-section *,
    .ecommerce-security-section {
        transform: none !important;
    }

    .strength-num {
        font-size: 32px;
    }


    .strength-content h3 {
        font-size: 18px;
    }

    .core-strengths-btn {
        padding: 12px 28px;
        font-size: 15px;
    }

    .ecommerce-pricing-section {
        padding: 30px 0 20px 0;
    }

    .pricing-title {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .pricing-card {
        padding: 30px 20px;
    }

    .services-section .services-content-wrap {
        margin-top: 30px;
    }

    .contactbcx-rw p {
        font-size: 14px;
        line-height: 20px;

    }
}

@media(max-width:580px) {
    .ecommercepg .healthcare-stats-banner-section .stats-banner-content .common-btn.banner-btn {
        margin-top: 210px;
    }


}

@media(max-width:440px) {
    .ecommercepg .healthcare-stats-banner-section .stats-banner-content .common-btn.banner-btn {
        margin-top: 150px;
    }


}