.service_usa.on_demand_banner .numbers-main{
    display: flex;
   column-gap: 50px;
   margin: 50px 0 0px;
}

.service_usa.on_demand_banner .numbers-main .num-item .num{
font-size: clamp(1.0625rem, 0.875rem + 0.9375vw, 2rem);
color: #f47a14;
font-weight: 700;
line-height: 1.4;
}

.service_usa.on_demand_banner .numbers-main .num-item{
    position: relative;
}

.service_usa.on_demand_banner .numbers-main .num-item:after{
    position: absolute;
    content: "";
    top: 0;
    right: -22px;
    height: 100%;
    width: 2px;
    background: #f47a14;
}

.service_usa.on_demand_banner .numbers-main .num-item:last-child:after{
    content: unset;
}

.service_usa.on_demand_banner .numbers-main .num-item p{
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
}



.erp-brands{
    padding: 40px 0;
}

.erp-brands .top_brands_slider_erp{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.erp-choose h3{
   font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
   margin-bottom: 10px; 
}

.cta-erp .box{
    aspect-ratio: 1551 / 529;
    padding: 0 0 0 60px;
}

.erp-modules .erp-box{
    background: linear-gradient(84.9deg, #032339 10.59%, #003458 91.72%);
border: 1px solid #012843;
border-radius: 20px;
height: 100%;
padding: 35px 25px;
}

.erp-modules .erp-box .tag{
    font-size: clamp(0.875rem, 0.8125rem + 0.3125vw, 1.1875rem);
    color: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    margin-bottom: 10px;
    font-weight: 600;
    background: #f47a14;
    width: max-content;
}

.cta-erp.cta-erp-2 .box{
    aspect-ratio: 1600 / 574;
}

.cta-erp.cta-erp-3 .box{
    aspect-ratio: 1605 / 599;
    padding: 0;
} 

.cta-erp.cta-erp-3 .box h4{
    color: #fff;
}

.erp-table .box{
 background: #F8F8F8;
 border: 1px solid #DDDDDD;
  border-radius: 40px;
    padding-top: 40px;   
}

.erp-table .erp-table-wrapper {
    border-radius: 24px;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
   
}

.erp-table .erp-comparison-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}


/* Header */
.erp-comparison-table thead th {
    background: linear-gradient(90deg, #001f3d 0%, #06365b 100%);
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    padding: 24px 32px;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.erp-comparison-table thead th:last-child {
    border-right: 0;
}

.erp-comparison-table thead th:first-child {
    width: 23%;
}

.erp-comparison-table thead th:nth-child(2) {
    width: 35%;
}

.erp-comparison-table thead th:nth-child(3) {
    width: 42%;
}

/* Body */
.erp-comparison-table tbody td {
    padding: 22px 32px;
    font-size: 17px;
    line-height: 1.5;
    color: #515151;
    vertical-align: middle;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    font-weight: 600;
}

.erp-comparison-table tbody td:last-child {
    border-right: 0;
}

.erp-comparison-table tbody tr:nth-child(even) {
    background: #f0f0f0;
}

.erp-comparison-table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}


.erp-projects .box{
    aspect-ratio: 1600 / 1044;
    padding: 60px 40px;
    border-radius: 30px;
}

.erp-projects .box .project-main{
    background: linear-gradient(67.42deg, #051B2B 8.49%, #115B91 138.77%);
border-radius: 20px;
padding: 30px 25px;
}

.erp-projects .box .project-main .item{
    margin-bottom: 20px;
}

.erp-projects .box .project-main .item .flex{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
}

.erp-projects .box .project-main hr{
    color:#12507E ;
    height: 2px;
}

.erp-projects .box .project-main .item .flex .content h3{
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
    color: #fff;
    line-height: 1.4;
    margin-bottom: 0;
}

.erp-projects .box .project-main .item p{
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(0.875rem, 0.8375rem + 0.1875vw, 1.0625rem);
    line-height: 1.5;
}


@media (min-width: 100px) and (max-width: 1599px) {
.service_usa.on_demand_banner .numbers-main{
   margin: 30px 0 0px;
}

.cta-erp .box{
    padding: 0 0 0 40px;
}

.erp-brands{
    padding: 30px 0;
}

.erp-brands .top_brands_slider_erp img{
    height: 45px;
    width: auto;
}

.erp-comparison-table thead th {
    font-size: 24px;
    padding: 24px 32px;
}

.erp-comparison-table tbody td{
    font-size: 16px;
}

.erp-projects .box {
    padding: 50px 30px;
}

.erp-projects .box .project-main .item p{
    font-size: 15px;
}

}


@media (min-width: 100px) and (max-width: 1399px) {
.erp-choose h3{
    font-size: 25px;
}
.erp-modules .erp-box {
    padding: 30px 20px;
}

.erp-modules .erp-box .tag{
    padding: 8px 15px;
}

.erp-comparison-table thead th {
    font-size: 21px;
    padding: 24px 32px;
}

.erp-comparison-table tbody td{
    font-size: 15px;
}

.erp-projects .box .project-main .item p{
    font-size: 14px;
}

}

@media (min-width: 100px) and (max-width: 1199px) {
    .erp-brands .top_brands_slider_erp img{
    height: 35px;
    width: auto;
}

.erp-choose h3{
    font-size: 20px;
}

.cta-erp .box{
    padding: 0 0 0 30px;
}

.erp-modules .erp-box .tag{
    width: 100%;
}

}


@media (min-width: 100px) and (max-width: 991px) {

    .erp-brands .top_brands_slider_erp{
    flex-wrap: wrap;
    row-gap: 20px;
}

.erp-table .box{
    padding: 30px 20px;
    border-radius: 10px;
}
       .erp-table .erp-table-wrapper {
        overflow-x: auto;
        border-radius: 10px;
    }

    .erp-table .erp-comparison-table {
        min-width: 900px;
        border-radius: 10px;
    }

    .erp-table .erp-comparison-table thead th {
        font-size: 20px;
        padding: 18px 20px;
    }

    .erp-table .erp-comparison-table tbody td {
        font-size: 15px;
        padding: 18px 20px;
    }

    /* Scrollbar */
.erp-table-wrapper::-webkit-scrollbar {
    height: 8px;
}

.erp-table-wrapper::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.erp-table-wrapper::-webkit-scrollbar-thumb {
    background: #f47a14;
    border-radius: 50px;
}

.cta-erp .box{
    aspect-ratio: unset;
    border-radius: 10px;
    background: #001f3d;
    background-image: none !important;
    padding: 30px 20px;
}

.cta-erp.cta-erp.cta-erp-2 .box , .cta-erp.cta-erp-3 .box{
    aspect-ratio: unset;
}

.cta-erp.cta-erp-3 .box{
padding: 30px 20px;
}

.erp-projects .box {
        padding: 40px 20px;
        border-radius: 10px;
    }

}


@media (min-width: 100px) and (max-width: 767px) {
    .service_usa.on_demand_banner .numbers-main {
    display: flex;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.service_usa.on_demand_banner .numbers-main .num-item:after{
    content: unset;
}

    .erp-brands .top_brands_slider_erp{
    justify-content: start;
    column-gap: 15px;
}

    .erp-brands .top_brands_slider_erp img{
    height: 30px;
    width: auto;
}

.erp-modules .erp-box .tag{
    width: max-content;
}

  .erp-table .erp-comparison-table thead th {
        font-size: 16px;
        padding: 15px 20px;
    }

    .erp-table .erp-comparison-table tbody td {
        font-size: 14px;
        padding: 15px 20px;
    }

.erp-projects .box .project-main {
    border-radius: 10px;
    padding: 30px 20px;
}

}