.va-digitalPersonal-banner {
    background-image: url(../images/digital-personal-fm/Hero-Banner-VIENNA-Advantage-Digital-Personnel-File-Management.jpg);
}
.va-electronic-health-banner {
    background-image: url(../images/electronic-health-record-soft/Hero-Banner-VIENNA-Advantage-Electronic-Health-Records.jpg);
}

.va-dp-benefits .features img {
    height: 100px;
    margin: auto;
}

.va-hrProcessWrap,
.va-contentWrap,
.va-editionFeatures,
.va-editionFeatures .row {
    position: relative;
}
.va-contentWrap {
    z-index: 1;
}
.va-editionVersionBox {
    background: #fff;
    border-radius: 0.7em;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    padding: 1em;
    height: 100%;
}
.va-editionVersionBox h3 + i {
    font-size: 2.5em;
}
.video-btn {
    cursor: pointer;
}

/* .va-edition-pattern {
    width: 110px;
    height: 310px;
    display: flex;
    background: url(../images/community/Pattern.png);
    position: absolute;
    z-index: 0;
    background-size: contain;
} */
.va-edition-pattern {
    width: 110px;
    height: 410px;
    display: flex;
    position: absolute;
    z-index: 0;
    flex-direction: column;
    overflow: hidden;
}
.va-pattrenBg {
    width: 270px;
    height: 100%;
    background: url(../images/community/Pattern.png);
    background-size: cover;
}
.va-edition-patternLeft .va-pattrenBg {
    /* width: 230px; */
}
.va-edition-patternRight {
    right: 2%;
    top: 20px;
    height: 110px;
    width: 450px;
    flex-direction: row;
}
.va-edition-patternRight .va-pattrenBg {
    min-width: 300px;
}

.va-edition-patternBG {
    position: absolute;
    width: 105%;
    height: 80%;
    bottom: -35px;
    background: url(../images/community/Pattern.png);
    background-size: contain;
    z-index: 0;
    left: -20px;
}
.va-edition-patternLeft .va-pattrenBg:not(:first-child),
.va-edition-patternVRight .va-pattrenBg:not(:first-child) {
    position: relative;
    top: 6px;
}
.digital-personnel-footBG {
    background: url(../images/digital-personal-fm/VIENNA-Advantage-Document-Management-Demo-bg-1920x760.jpg);
    min-height: 400px;
    display: flex;
    align-items: center;
}
.va-ERP-cd-pattern {
    height: 320px;
    width: 320px;
}
.va-ERP-cd-patternTop {
    top: 210px;
}
.va-seamlessThird-partyIntegration-BG {
    background-image: url(../images/electronic-health-record-soft/Integration-bg-1920x900.jpg);
}
.va-seamlessThird-partyIntegration-BG .row {
    display: flex;
    align-items: center;
}
.va-dp-benefits .title {
    margin-bottom: 0.7em;
}



@media (min-width: 1400px) {
    .va-imageRightEdgeAlign,
    .va-imageLeftEdgeAlign {
        min-height: 870px;
    }
}
@media (min-width: 768px) {
    .va-hrProcessImg {
        background-image: url(../images/digital-personal-fm/Digital-HR-processes-with-digital-personnel-file.png);
    }
    .va-empSelfService {
        background-image: url(../images/digital-personal-fm/Employee-Self-Services-VIENNA-Advantage-Digital-Personnel-File.jpg);
    }
    .va-managerSelfServiceImg {
        background-image: url(../images/digital-personal-fm/Manager-Self-Services-VIENNA-Advantage-Digital-Personnel-File.jpg);
    }
    .va-edition-patternVRight {
        right: 0;
    }
    .va-EPR-software {
        background-image: url(../images/electronic-health-record-soft/Digitization-of-clinical-documentation-with-EPR.png);
    }
    .va-digitization-clinicalPolice {
        background-image: url(../images/electronic-health-record-soft/Digitization-of-clinical-policies.png);
    }        
}
@media (max-width: 767px) {
    .va-edition-patternLeft {
        display: none;
    }
    .va-edition-patternRight {
        width: 200px;
        right: 0;
        height: 170px;
    }
    .va-edition-patternBG {
        height: 70%;
        bottom: 30px;
    }
    .va-editionVersionBox {
        min-height: 280px;
    }
    .va-editionVersionBox {
        box-shadow: none;
    }
    .va-featuresWrap .pagination-holder {
        margin-top: 3em;
    }
    
    .va-ERP-cd-patternTop {
        display: none;
    }
    .va-seamlessThird-partyIntegration-BG .row {
        flex-direction: column;
    }
    .va-seamlessThird-partyIntegration-BG .row .col-md-5:first-child {
        order: 2;
        margin-top: 2em;
    }
}