.allCompPage.topband .bar-grp .bargraph .clip img[alt="vmware"] {
    max-height: 20px;
}
.allCompPage.why .clip img {
    width: 100%;
}
.allCompPage.why .flex {
    max-width: 1200px;
    grid-gap: 40px;
    margin: 150px auto 50px;
    align-items: flex-start;
}
.allCompPage.topband, form#LicenseKeyForm {
    position: relative;
} 
.allFeaPage.topband .formset .edi-btn {
    max-width: 300px;
}

.allFeaPage.topband .formset .edi-btn inputgroup input {
    width: 93% !important;
}

.allFeaPage.topband .formset {
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
}

.allFeaPage.topband .formset h4 {
    color: #000 !important;
    margin: 0 0 20px;
}

.allFeaPage.topband .formset #downloadSubmit {
    font-family: 'ZohoPuvi';
    display: block;
    width: auto !important;
    min-width: 200px;
    text-align: center;
    background-color: #ea152b !important;
    padding: 12px 4px !important;
    border-radius: 8px !important;
    color: #fff;
    text-decoration: none;
    margin: 20px auto 0 !important;
    font-weight: 500;
    font-size: 16px !important;
}
div#form-banner{
    display: none;
}
div#form-banner.active {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #2f2f2fe3;
    top: 0px;
    left: 0;
    z-index: 9999;
}
div#form-banner .close {
    position: absolute;
    right: -50px;
    top: -90px;
    font-size: 20px;
    cursor: pointer;
    background-color: #0001;
    color: #999;
    padding: 8px 10px;
    line-height: normal;
}
 div#form-banner  .close:hover {
    background-color: #0003;
    color: #fff;
}
.allCompPage.topband .quote-grp .quote:before{
    display: none;
}
.allCompPage.topband .quote-grp{
    position: relative;

}

.allCompPage.topband .quote-grp.slider:after {
    position: absolute;
    content: '';
    height: 26px;
    width: 36px;
    background-image: url(https://www.manageengine.com/ems/images/icon/quote-icon-2.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 30px;
    z-index: 10000;
}
@media(max-width: 600px) {
    .allFeaPage.topband .formset.jump {
        transform: none;
    }

    .allFeaPage.topband .formset {
        padding: 5px;
    }

    .allFeaPage.topband .formset h4 {
        text-align: center;
        margin: 20px 0 0;
        line-height: 24px;
    }
}
.allCompPage.numdata.dark.ivanti .compliance {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    grid-gap: 20px;
}

.allCompPage.numdata.dark.ivanti .compliance img {
    max-height: 60px;
}

.allCompPage.numdata.dark.ivanti h2.compilance-heading {
    color: #000 !important;
}
.allCompPage.numdata.dark.ivanti .flex{
    margin: 0px auto 80px;
}
.allCompPage.reason .box{
    max-width: 320px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.flex-control-nav li a.flex-active {
    background: #061b32;
}

.flex-control-nav li a.flex-active {
    outline: 1px solid #3370e1;
    border: 1px solid #3370e1;
}

.flex-direction-nav li a {
    z-index: 99;
}

.flex-control-nav li a {
    border-radius: 6px;
    height: 10px;
    width: 10px;
    margin: 0px 3px;
    background: #0b3d73;
}


@property --num {
    syntax: '<integer>';
    initial-value: 0;
    inherits: false;
}
.numdata .box .smallbox [data-counter] {
    transition: --num 3s;
    counter-reset: num var(--num);
}
.numdata .box .smallbox.active [data-counter="17"] {
    --num: 17;
}

.numdata .box .smallbox.active [data-counter="28"] {
    --num: 28;
}

.numdata .box .smallbox.active [data-counter="23"] {
    --num: 23;
}

.numdata .box .smallbox.active [data-counter="20"] {
    --num: 20;
}

.numdata .box .smallbox.active [data-counter]::after {
    content: counter(num);
}
.numdata .box .smallbox.active [data-counter] i {
    display: none;
}
.allCompPage.numdata .box.small .smallbox{
    width: 250px;
}
.allCompPage.credit.ivanti a.cta {
    max-width: 320px;
}
.allCompPage.topband .cta {
    max-width: 230px;
}
@media screen and (max-width:600px) {
    .quote-grp.slider {
        display: none;
    }
    
    .allCompPage.why.tanium .clip {
        width: 100%;
    }
}
.allCompPage.topband .quote-grp span.designation {
    font-weight: 300;
    font-size: 13px;
}
