.va-ec-headRow,
.va-ec-tblRow {
    display: flex;
}
.va-ec-tblRow .va-ec-col {
    padding: .5em 1em;
    position: relative;
}
.va-ec-col {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.va-ec-contentSec .va-ec-col:not(:first-child):not(:nth-child(2)) {
    border-left: 1px solid #f0f0f1;
}
.va-ec-headCol:not(:first-child) {
    margin: 0 1px;
}
.va-editionComparisonWrap {
    padding: 4em 0;
}

.va-ec-headCol {
    padding-bottom: .5em;
    text-align: center;
    /* color: #fff; */
    flex-direction: column;
    /* justify-content: flex-start; */
    padding-top: 1.5em;
}
.va-ec-headCol.va-ec-commnityCol {
    border-bottom: 4px solid #a9e2f9;
}
.va-ec-headCol.va-ec-cloudCol {
    border-bottom: 4px solid #F9B31D;
}
.va-ec-headCol.va-ec-professionalCol {
    border-bottom: 4px solid #0084C4;
}
.va-ec-headCol.va-ec-enterpriseCol {
    border-bottom: 4px solid #093756;
}

.va-ec-headCol h5 {
    margin: 0;    
    font-size: 1.6em;
    font-weight: 500;
}
.va-ec-headCol img {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
}
.va-ec-contentSec h6 {
    font-weight: 700;
    /* color: #0084c4; */
    font-size: 1.15em;
    background: #f2f2f2;
    margin-bottom: 0;
    padding: .7em 1em;
    text-transform: capitalize;
}

.va-ec-tblWrp {
    border-left: 1px solid #f0f0f1;
    overflow: hidden;
}
.va-ec-tblRow:not(:last-child) .va-ec-col,
.va-ec-tblRow:last-child .va-ec-col {
    border-bottom: 1px solid #f0f0f1;
}
.va-ec-tblRow .va-ec-col:last-child {
    border-right: 1px solid #f0f0f1;
}

.va-ec-col i.fa-check {
    color: #13B78A;
}

.va-ec-col strong {
    /* font-size: .875em; */
    font-weight: 600;
}
.va-ec-col span {
    font-size: 1.5em;
}
.va-ec-tblRow .va-ec-col:first-child {
    justify-content: flex-start;    
    align-items: flex-start;
    flex-direction: column;
    background: #fbfbfb;
    box-shadow: 4px 3px 5px rgb(0 0 0 / 7%);
}

.va-ec-tblFoot .va-ec-col {
    flex-direction: column;
}
.va-ec-tblRow .va-ec-col:first-child i {
    padding-top: .2em;
}
.va-ec-col strong.text-danger {
    font-size: 1em;
}
.va-ec-buttonsWrap .va-ec-col {
    background: transparent !important;
    border: none !important;
}
.va-ec-col a {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: 1px solid;
}
.va-ec-priceCommunity a {
    background: #13AFEF;
    opacity: .5;
}
.va-ec-priceCommunity a:hover, 
.va-ec-priceCommunity a:focus {
    opacity: 1;
    background: #13AFEF;
}
.va-ec-priceCloud a {
    color: #F9B31D;
}
.va-ec-priceCloud a:hover, 
.va-ec-priceCloud a:focus {
    background: #F9B31D;
}
.va-ec-priceProfessional a {
    color: #0084c4;
}
.va-ec-priceProfessional a:hover,
.va-ec-priceProfessional a:focus {
    background: #0084c4;
}
.va-ec-priceEnterprise a {
    color: #093756;
}
.va-ec-priceEnterprise a:hover,
.va-ec-priceEnterprise a:focus {
    background: #093756;
}
.va-ec-priceCommunity a:hover, 
.va-ec-priceCommunity a:focus,
.va-ec-priceCloud a:hover, 
.va-ec-priceCloud a:focus,
.va-ec-priceProfessional a:hover,
.va-ec-priceProfessional a:focus,
.va-ec-priceEnterprise a:hover,
.va-ec-priceEnterprise a:focus {
    color: #fff;
    box-shadow: none;
}
.va-ec-buttonsWrap .va-ec-tblRow {
    border: none;
}

.va-ec-tblWrp .va-ec-tblRow:first-child .va-ec-col:after {
    position: absolute;
    content: '';
    background: #f2f2f2;
    top: -42px;
    width: 100%;
    height: 42px;
    z-index: 0;
}
.va-ec-tblWrp .va-ec-tblRow:first-child .va-ec-col:nth-child(1):after,
.va-ec-tblWrp .va-ec-tblRow:first-child .va-ec-col:nth-child(2):after,
.va-ec-sliderWrap {
    display: none;
}
.va-ec-headRow {
    position: sticky;
    top: 67px;
    background: #fff;
    z-index: 2;
}


/*Swiper*/
.fixed {
    background-color: #fbfbfb;
    box-shadow: 4px 0px 7px rgb(0 0 0 / 7%);
    z-index: 2;
}
.fixed-blank,
.fixed {    
    width: 60%;
    min-width: 172px;
}
.wrapper, .swiperT-wrapper, .swiperOM-wrapper {
    display:flex;
    flex: 1;
    flex-direction: row;
}

.swiper {
    width: 60%;
    border-right: 1px solid #e9e9e9;
}
.fixed-blank + .swiper {
    border-right: none;
}

.slide-content {
    display: flex;
    background-color: #fff;
    flex-direction: column;
}

.pagination-holder {
    text-align: center;
    padding: 0% 5% 0 5%;
    width: 170px;
    margin-left: auto;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
} 
.va-ec-mobVersion h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.accordion-content {
    display: none;
}
.accordion-open + .accordion-content {
    display: flex;
}
.va-ec-comTbl-TopWrp {
    position: sticky;
    top: 65px;
    z-index: 5;
    background: #fff;
    padding-top: 2em;
    padding-bottom: .5em;
}
.va-ec-buttonsWrap .va-ec-tblRow .va-ec-col:first-child {
    box-shadow: none;
}
.va-ec-mobVersion h6 i {
    transition: all .1s;
    pointer-events: none;
}

.accordion-open i {
    transform: rotate(180deg);
}
.va-ec-tblRow .va-ec-col:first-child p {
    font-size: 1.15em;
}
.va-erpEditionCompareBanner {
    background-color: #093756;
}



/*media*/
@media (min-width: 767px) {
    .va-ec-contentSec .va-ec-col:not(:first-child) {
        text-align: center;
    }
    .va-ec-contentSec h6:not(:first-child) {
        margin-top: 2.4em;
    }

    
    .va-ec-tblFoot .va-ec-col:not(:last-child):not(:nth-child(2)) strong {
        font-size: 1.5em;
        line-height: 1.7em;
    }
}

@media (max-width: 767px) {
    .va-editionComparisonWrap {
        overflow-x: auto;
        padding-top: 0;
    }

    .va-ec-headCol h5 {
        margin-bottom: 0;
    }

    .va-ec-headCol img {
        margin: auto;
        max-width: 100%;
    }
    .fixed .va-ec-col {
        justify-content: flex-start;
        text-align: left;
    }
    .va-ec-col {
        min-width: 172px;
        flex: none;
        border-bottom: 1px solid #f0f0f1;
        min-height: 62px;
        padding: .5em 1em;        
        text-align: center;        
        font-weight: 400;
    }
    .va-ec-headCol {
        padding: 1em .5em;
    }
    .va-ec-tblRow .va-ec-col:first-child,
    .va-ec-blankCol {
        position: sticky;
        left: -1px;
        z-index: 1;
    }
    /* .va-ec-tblRow,
    .va-ec-headRow {
        width: 860px;
    } */
    .va-ec-blankCol {
        background: #fff;
    }
    .va-ec-tblWrp .va-ec-tblRow:first-child .va-ec-col:after {
        display: none;
    }
    .va-ec-tblWrp .va-ec-tblRow:first-child .va-ec-col {
        padding: 0;
        background: #f2f2f2;
    }
    
    .va-ec-tblWrp .va-ec-tblRow:first-child .va-ec-col h6 {
        margin: 0;
    }
    .va-ec-tblWrp {
        margin-bottom: 2.4em;
        overflow: hidden;
    }
    
    .va-ec-tblWrp:first-child {
        margin-top: 10px;
    }
    .va-ec-contentSec .va-ec-tblWrp .va-ec-tblRow .va-ec-col:first-child {
        box-shadow: 4px 6px 7px rgb(0 0 0 / 7%);
        max-width: 172px;
    }
    
    .va-ec-contentSec .va-ec-tblWrp .va-ec-tblRow:last-child .va-ec-col:after {
        position: absolute;
        content: '';
        bottom: -16px;
        height: 15px;
        background: white;
        width: 100%;
        z-index: 1;
        left: 0;
    }
    
    .va-ec-sliderWrap, .va-ec-sliderIndicator {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .va-ec-sliderIndicator li {
        display: inline-flex;
        width: 12px;
        height: 12px;
        background: #cfcfcf;
        border-radius: 50%;
        margin-right: 4px;
        margin-left: 4px;
    }
    
    .va-ec-sliderIndicator {
        margin: 0;
        padding: 0;
    }
    
    .va-ec-sliderWrap a {
        color: #cfcfcf;
        padding: 1em;
        cursor: pointer;
    }
    .va-ec-paddTop-4em {
        padding-top: 4em;
    }
    .va-ec-sliderWrap {
        margin-right: .3em;
    }
    .swiper-pagination-bullet-active {
        background:rgb(58,56,56);
    }
    .va-ec-headCol {
        border-left: none !important;
    }

    .va-ec-min-height-90 {
        min-height: 90px;
    }
    .va-ec-min-height-130 {
        min-height: 130px;
    }

    .va-ec-min-height-110 {
        min-height: 110px;
    }
    .va-ec-contentSec .va-ec-col:first-child {
        border-left: 1px solid #f0f0f1;
    }
    .va-ec-tblFoot .va-ec-col small {
        line-height: 2em;
    }
    .va-ec-tblFoot .fixed .va-ec-col {
        justify-content: center;
    }
}