#scroll,
.heading-menu,
#customers,
#allFea,
.btmBar {
    display: none !important;
}

:root {
    --text-black: #000;
    --text-light: #FFF;
    --button-red: #F0473D;
    --section-light-grey-color: #FAFAFB;
    --header-background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.60) 100%);
    --h1-font-size: 50px;
    --h2-font-size: 40px;
    --h3-font-size: 22px;
    --h4-font-size: 20px;
    --p-font-size: 17px;
    --large-font-weight: 600;
    --medium-font-weight: 500;
    --small-font-weight: 400;
    --xs-font-weight: 300;
    --h1-line-height: 68px;
    --h2-line-height: 55px;
    --h3-line-height: 32px;
    --h4-line-height: 30px;
    --p-line-height: 29px;
    --cta-font-size: 16px;
}

.malware h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--large-font-weight);
    color: var(--text-black);
    line-height: var(--h1-line-height);
    margin: 0 0 20px;
}

.malware h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black);
    line-height: var(--h2-line-height);
    margin: 0 auto 30px;
}

.malware h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--medium-font-weight);
    color: var(--text-black);
    line-height: var(--h3-line-height);
}

.malware h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--small-font-weight);
    color: var(--text-black);
    line-height: var(--h4-line-height);
}

.malware p {
    font-size: var(--p-font-size);
    font-weight: var(--xs-font-weight);
    color: var(--text-black);
    line-height: var(--p-line-height);
    margin: 0 0 20px;
}

.malware h1 .blue {
    background: linear-gradient(0deg, #236BFF 0%, #00CEF2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.light-grey {
    background-color: var(--section-light-grey-color);
}

.malware {
    padding: 80px 0px;
    margin: auto;
    text-align: center;
}

.malware .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    margin: auto;
}

.malware .features .box {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.02);
    max-width: 300px;
    padding: 35px;
    text-align: left;
}

.malware .features .box h3 {
    line-height: 42px;
    font-size: 30px;
    margin: 0 0 8px !important;
}

.malware .features .box img {
    margin: 0 0 15px;
}

.malware a {
    background-color: var(--button-red);
    text-decoration: none;
    color: var(--text-light);
    font-size: var(--cta-font-size);
    font-weight: var(--small-font-weight);
    position: relative;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    min-width: 105px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    padding: 14px 24px;
    gap: 10px;
    border: 1px solid var(--button-color);
    border-radius: 4px;
}

.malware.banner a {
    padding: 14px 36px 14px 24px;
}

.malware.banner a:before {
    right: 10px;
    position: absolute;
    content: "";
    width: 18px;
    background: url(https://www.manageengine.com/products/desktop-central/images/hcm/arrow.png);
    height: 18px;
    background-size: contain;
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(270deg);
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(38deg) brightness(101%) contrast(103%);
}

.malware.banner,
.malware.footer#footer {
    /* background-image: url('../../products/desktop-central/images/malware-banner.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: none;
    padding: 120px 40px;
    text-align: left;
    background: linear-gradient(90deg, #F6FFF3 0%, #D7ECFF 100%);
}

.malware.banner .content {
    width: 735px;
}

.malware.banner .image {
    width: 450px;
    position: relative;
}

.malware.banner .image:before {
    position: absolute;
    content: "";
    background: url(../../products/desktop-central/images/malware-banner-image-1.svg);
    width: 210px;
    height: 160px;
    right: -100px;
    top: 40px;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(50px);
    transition: none;
}

.malware.banner .image.loaded:before {
    opacity: 1;
    animation: bannerImageSlideIn 4s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes bannerImageSlideIn {
    from {
        opacity: 0;
        transform: translateX(25px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.malware.evolve p {
    max-width: 1130px;
    margin: auto auto 20px;
}

.malware.evolve p:last-child {
    margin: auto;
}

.malware.evolve .features {
    margin: 60px auto 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
}

.malware.feature h2 {
    max-width: 1000px;
}

.malware.feature ul.tabs-section {
    position: sticky;
    top: 49px;
    left: 0px;
    margin: 0px;
    padding: 20px 0px 25px;
    z-index: 9;
    background: #FFF;
    justify-content: center;
    gap: 30px;
    max-width: none;
}

.malware.feature p {
    margin: auto auto 20px;
    max-width: 950px;
}

.malware.feature ul.tabs-section li.active {
    background: #1877F2;
    color: var(--text-light);
    pointer-events: none;
    border: none;
}

.malware.feature ul.tabs-section li {
    background: var(--text-light);
    padding: 10px 30px;
    text-align: center;
    border: solid var(--text-black) 1px;
    cursor: pointer;
    border-radius: 30px;
    font-size: var(--p-font-size);
}

.malware.feature ul.tab-desc li[data-cont="detect"] .flex {
    gap: 33px 60px;
    align-items: stretch;
    position: relative;
}

.malware.feature ul.tab-desc li[data-cont="detect"] .content {
    width: 430px;
    text-align: left;
    padding: 30px 36px 30px 67px;
    border-radius: 30px;
    background: linear-gradient(270deg, #E9F0F6 0%, #FAFAFB 50%);
    position: relative;
    align-content: center;
}

.malware.feature ul.tab-desc li[data-cont="detect"] .content h3 {
    margin: 0 0 8px !important;
}

.malware.feature ul.tab-desc li[data-cont="detect"] .content img {
    position: absolute;
    left: 20px;
}

.malware.feature ul.tab-desc li[data-cont="detect"] .content:nth-child(even) {
    background: linear-gradient(90deg, #E9F0F6 0%, #FAFAFB 50%);
}

.malware.feature ul.tab-desc li[data-cont="detect"] .flex:before {
    position: absolute;
    background: url('../../products/desktop-central/images/malware-detection-background.png');
    content: "";
    width: 150px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    margin: auto;
    background-size: cover;
}

.malware.feature ul.tab-desc li[data-cont="response"] .flex .image {
    width: 370px;
    height: 320px;
    object-fit: contain;
}

.malware.feature ul.tab-desc li[data-cont="response"] .flex:nth-child(2) .image {
    width: 420px;
}

.malware.feature ul.tab-desc li[data-cont="response"] .flex .image img {
    width: 100%;
    height: 100%;
}

.malware.feature ul.tab-desc li[data-cont="response"] .flex .content {
    text-align: left;
    width: 450px;
}

.malware.feature ul.tab-desc li[data-cont="response"] .flex {
    justify-content: space-evenly;
    margin: 0px auto 40px;
}

.malware.feature ul.tab-desc li[data-cont="response"] .flex .content h3 {
    margin: 0 0 8px !important;
    position: relative;
}

.malware.feature ul.tab-desc li[data-cont="response"] .flex .content h3::before,
.malware.feature ul.tab-desc li[data-cont="protect"] li:before {
    content: "";
    background-image: url(https://www.manageengine.com/ems/images/icon/tick-icon-4.svg);
    font-size: 20px;
    position: absolute;
    left: -40px;
    width: 32px;
    height: 32px;
    background-size: auto;
    top: 0px;
    background-repeat: no-repeat;
    margin: auto;
    background-position: center center;
}

.malware.feature ul.tab-desc li[data-cont] {
    padding: 60px 0;
}

.malware.feature ul.tab-desc li[data-cont="protect"] li {
    width: 450px;
    position: relative;
}

.malware.feature ul.tab-desc li[data-cont="protect"] li p {
    margin: 0px;
}

.malware.feature ul.tab-desc li[data-cont="protect"] ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: left;
    margin: 60px auto 0px;
    max-width: 1200px;
}

.malware.feature ul.tab-desc li[data-cont="protect"] .image {
    height: 350px;
    align-items: center;
    align-content: center;
    text-align: center;
}

.malware.feature ul.tab-desc li[data-cont="protect"] .image img {
    width: 600px;
    height: auto;
}

.malware.recognition h2 {
    max-width: 480px;
    margin: 0px auto;
}

.malware.recognition .flex {
    justify-content: space-evenly;
}

.malware.recognition .content {
    position: relative;
}

.malware.recognition .content:before,
.malware.recognition .content:after {
    position: absolute;
    content: "";
    background: url("https://www.manageengine.com/ems/images/icon/award-leaf.svg");
    width: 85px;
    height: 150px;
    background-repeat: no-repeat;
    left: -85px;
    top: -10px;
    background-size: contain;
}

.malware.recognition .content:after {
    right: -85px;
    left: auto;
    transform: scaleX(-1);
}

.malware.footer h2 {
    text-align: center;
}

.malware.footer .edi-btn {
    max-width: 1000px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.malware.footer .edi-btn inputgroup input {
    max-width: 310px;
    border-radius: 4px !IMPORTANT;
    border: 1px solid #F2F2F2 !important;
    background: #FFF !IMPORTANT;
    padding: 13px 10px !important;
}

.malware.footer .edi-btn inputgroup select {
    width: 196px !important;
    border-radius: 4px !IMPORTANT;
    border: 1px solid #F2F2F2 !IMPORTANT;
    background: #FFF !IMPORTANT;
    margin: 0px !important;
    padding: 11px 10px !important;
    height: 48px !important;
}

.malware.footer .edi-btn inputgroup.select:after {
    top: 21px;
}

.malware.footer .fbutton {
    width: 220px !important;
}

.malware.footer .fbutton input#downloadSubmit {
    width: 100% !important;
    border-radius: 4px !IMPORTANT;
    background: #E53617 !IMPORTANT;
    margin: 0px !important;
    font-size: 16px !important;
    line-height: normal !important;
    display: inline-flex;
    align-items: center;
    min-width: 105px;
    text-align: center;
    color: var(--text-light);
    text-transform: uppercase;
    justify-content: center;
    padding: 14px 24px !important;
    gap: 10px;
    text-decoration: none;
}

.malware.footer .edi-btn inputgroup {
    margin-bottom: 0px;
}

.malware.footer .edi-btn inputgroup.select.country {
        margin: 0px;
    display: flex;
    gap: 15px;
    justify-content: center;

}
select#MECountryListing, select[data-countrygdpr="MECountryListing"], select#country_state {
    margin-top: 0px !important;
    width: 338px !important;
}
.malware.footer#footer {
    padding: 80px 40px;
}

.malware.enable .accordion-image .image.active {
    display: block;
}

.malware.enable .accordion-image .image {
    display: none;
}

.malware.enable .accordion-image {
    width: 670px;
}

.malware.enable .accordion-image .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Bulletins styling */
.malware.enable .accordion-image {
    position: relative;
}

.malware.enable .accordion-image .bulletins {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    justify-content: center;
}

.malware.enable .accordion-image .bulletins .bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.malware.enable .accordion-image .bulletins .bullet.active {
    background-color: #0066ff;
}

.malware.enable .accordion-content {
    width: calc(100% - 730px);
    text-align: left;
    position: relative;
    counter-reset: section;
}

.malware.enable .flex {
    gap: 30px;
    justify-content: center;
}

.malware.enable .accordion-content .content {
    margin: 0 0 40px;
    cursor: pointer;
}

.malware.enable .accordion-content .content:last-child {
    margin: 0px;
}

.malware.enable .accordion-content .content .url {
    color: #0047FF;
    text-decoration: underline;
    font-weight: 500;
}

.malware.enable .accordion-content .content b {
    font-weight: 500;
}

.malware.enable .accordion-content:before {
    content: "";
    position: absolute;
    height: 320px;
    width: 2px;
    border-left: 2px solid #285170;
    left: -27px;
    top: 10px;
    z-index: 0;
}

/* Progress bar for autoloader */
.malware.enable .accordion-content .content .content-active p:after {
    /* content: ""; */
    position: absolute;
    left: -27px;
    top: 28px;
    width: 2px;
    height: 4px;
    background: #0070FF;
    z-index: 10;
    transition: height 0.3s linear;
    pointer-events: none;
    opacity: 0;
}

.malware.enable .accordion-content .content.active:nth-child(1) .content-active p:after {
    height: 157px;
    /* Adjust as needed for your layout */
    opacity: 1;
    animation: progressBarAnim 10s linear forwards;
}

.malware.enable .accordion-content .content.active:nth-child(2) .content-active p:after {
    height: 98px;
    /* Adjust as needed for your layout */
    opacity: 1;
    animation: progressBarAnim1 10s linear forwards;
}

@keyframes progressBarAnim {
    from {
        height: 0;
    }

    to {
        height: 157px;
    }
}

@keyframes progressBarAnim1 {
    from {
        height: 0;
    }

    to {
        height: 98px;
    }
}

.malware.enable .accordion-content .content.active .content-active:after {
    border: 1px solid #0070FF;
}

.malware.enable .accordion-content .content .content-active:after {
    width: 26px;
    height: 26px;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -40px;
    border: 1px solid #285170;
    top: 0px;
    z-index: 3;
    background-color: #FFF;
}

.malware.enable .accordion-content .content .content-active {
    position: relative;
}

.malware.enable .accordion-content .content.active .content-active:before {
    border: 1px solid #0070FF;
    background-color: #0070FF;
}

.malware.enable .accordion-content .content .content-active:before {
    width: 18px;
    height: 18px;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -36px;
    border: 1px solid #285170;
    top: 4px;
    z-index: 4;
    background-color: #285170;
}

.malware.enable .accordion-content .content .content-active p::before {
    counter-increment: section;
    content: counter(section);
    left: -30px;
    position: absolute;
    color: var(--text-light);
    z-index: 5;
    font-size: 14px;
}

.malware.enable .accordion-content .content:nth-child(1) .content-active p::before {
    left: -29px;
}

/* Responsive Styles */
@media (max-width: 1024px) {

    .malware {
        max-width: 100%;
        padding: 80px 0px;
    }

    .malware h2 {
        max-width: 97%;
        padding: 0px 24px;
    }

    .malware.evolve p {
        padding: 0px 24px;
    }

    .malware.banner {
        padding: 80px 24px;
        text-align: center;
    }

    .malware.banner .content {
        width: 100% !important;
        min-width: 0;
    }

    .malware.banner .image {
        display: none;
    }

    .malware.banner .flex {
        align-items: flex-start;
        padding: 0px;
    }

    .malware .features .box {
        max-width: 220px;
        width: 100%;
        margin-bottom: 20px;
    }

    .malware.enable .accordion-image {
        width: 49%;
    }

    .malware.enable .accordion-content {
        width: 40%;
        padding-left: 30px;
    }

    .malware.evolve .features {
        margin: 20px auto 0px auto;
        justify-content: center;
        gap: 30px;
        padding: 30px 0px 0px;
    }

    .malware.feature ul.tabs-section {
        top: 88px;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .content {
        width: 310px;
        padding: 30px 30px 30px 60px;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .flex {
        padding: 0px 40px;
    }

    .malware.feature ul.tab-desc li[data-cont="protect"] ul {
        padding: 0px 24px;
    }

    .malware.feature ul.tab-desc li[data-cont="protect"] li {
        width: 400px;
    }

    .malware.enable .accordion-content:before {
        left: 3px;
        top: 27px;
    }

    .malware.feature ul.tab-desc li[data-cont]:last-child {
        padding-bottom: 0px;
    }

    .malware.recognition .content {
        width: 630px;
        text-align: center;
    }

    .malware.recognition .content:before {
        left: 0px;
    }

    .malware.recognition .content:after {
        right: 0px;
    }
}

@media (max-width: 768px) {

    .malware,
    .malware .flex {
        padding: 48px 0px;
        align-items: stretch !important;
    }

    .malware.feature {
        padding: 48px 44px;
    }

    .malware.banner,
    .malware.footer#footer {
        padding: 48px 44px;
        text-align: center;
        background-position: right;
    }

    .malware.banner .content,
    .malware.banner .image {
        width: 100% !important;
        min-width: 0;
        text-align: center;
    }

    .malware.banner .image:before {
        display: none;
    }

    .malware .features .box {
        padding: 20px;
        max-width: 165px;
    }

    .malware.feature ul.tabs-section {
        gap: 30px;
        padding: 20px 0 10px;
        top: 90px;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .flex {
        padding: 0px 0px;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .content {
        width: 250px;
        padding: 20px 10px 20px 50px;
    }

    .malware.feature ul.tab-desc li[data-cont="response"] .flex {
        gap: 20px;
        justify-content: space-between;
        padding: 30px 0px;
        margin: 0 0px 0px 20px;
    }

    .malware.feature ul.tab-desc li[data-cont="response"] .flex:nth-child(2) {
        margin: 0 20px 0px;
    }

    .malware.feature ul.tab-desc li[data-cont="response"] .flex .image {
        width: 49%;
        min-width: 0;
        text-align: center;
    }

    .malware.feature ul.tab-desc li[data-cont="response"] .flex:nth-child(2) .image {
        width: 48%;
    }

    .malware.feature ul.tab-desc li[data-cont="response"] .flex .content {
        width: 44%;
        margin: 0px 0px 0px 20px;
        align-content: center;
    }

    .malware.feature ul.tab-desc li[data-cont="protect"] ul {
        gap: 0px;
        padding: 0px;
        justify-content: space-around;
    }

    .malware.feature ul.tab-desc li[data-cont="protect"] li {
        width: 38%;
    }

    .malware.enable .flex {
        flex-direction: column;
        gap: 20px;
        padding: 0px 44px;
    }

    .malware.enable .accordion-image {
        width: 100%;
        padding: 0px;
        padding-left: 11px;
    }

    .malware.enable .accordion-content {
        width: 96%;
        padding-left: 50px;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .content img {
        left: 10px;
        width: 32px;
        height: 32px;
    }

    .malware.feature ul.tab-desc li[data-cont] {
        padding: 48px 0px;
    }

    .malware.feature ul.tab-desc li[data-cont]:last-child {
        padding-bottom: 0px;
    }

    .malware.enable .accordion-content:before {
        left: 22px;
        height: 200px;
    }

    .malware.enable .accordion-content .content {
        margin: 0 0 20px;
    }

    .malware.enable .accordion-content .content.active .content-active p:after {
        display: none;
    }

    .malware.recognition .flex {
        align-items: center !important;
        justify-content: center;
        gap: 0px 30px;
        padding: 0px;
    }

    .malware.recognition h2 {
        font-size: 32px;
        max-width: 360px;
        text-align: center;
    }

    .malware.recognition .content {
        width: 400px;
        padding: 0px 40px 0px 60px;
    }

    .malware.recognition .image img {
        width: 95%;
        height: auto;
        object-fit: contain;
    }

    .malware.recognition .content:before {
        left: 0px;
        top: 0px;
    }

    .malware.recognition .content:after {
        right: 0px;
        top: 0px;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .flex:before {
        width: 90px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 40%;
        bottom: auto;
    }

    .malware.footer .edi-btn inputgroup input {
        max-width: 200px
    }

    .malware.footer .fbutton input#downloadSubmit {
        font-size: 14px !important;
    }

    .malware.footer .fbutton {
        width: 200px !Important;
    }

    .malware.evolve p {
        margin: auto 44px 20px;
    }

    .malware.evolve .features {
        padding: 30px 44px 0px;
    }
}

@media (max-width: 480px) {
    :root {
        --h1-font-size: 34px;
        --h2-font-size: 24px;
        --h3-font-size: 22px;
        --h4-font-size: 14px;
        --p-font-size: 16px;
        --h1-line-height: 52px;
        --h2-line-height: 36px;
        --h3-line-height: 32px;
        --h4-line-height: 18px;
        --p-line-height: 27.2px;
        --cta-font-size: 14px;
    }

    .malware,
    .malware .flex {
        padding: 40px 16px;
    }

    .malware.recognition .flex {
        padding: 0px;
    }

    .malware.banner,
    .malware.footer {
        padding: 40px 16px;
    }

    .malware .features .box {
        padding: 35px 25px 35px 35px;
        max-width: 90%;
    }

    .malware.evolve .features {
        gap: 20px;
    }

    .malware.feature ul.tabs-section li {
        font-size: 13px;
        padding: 8px 10px;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .flex {
        gap: 32px;
        padding: 0px;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .content {
        padding: 10px 9px 10px 50px;
        width: 98%;
    }

    .malware.enable .accordion-content .content {
        margin-bottom: 20px;
    }

    .malware.enable .accordion-content .content:last-child p {
        margin: 0px;
    }

    .malware.enable .accordion-content .content .content-active:after,
    .malware.enable .accordion-content .content .content-active:before {
        left: -20px;
    }

    .malware.enable .accordion-content .content .content-active p:after {
        left: -15px;
    }

    .malware.feature ul.tab-desc li[data-cont="protect"] .image img {
        width: 300px;
        object-fit: contain;
    }

    .malware.feature ul.tab-desc li[data-cont="protect"] .image {
        display: none;
    }

    .malware.recognition .content:after {
        width: 30px;
        height: auto;
    }

    .malware.recognition h2 {
        font-size: 22px;
        max-width: 250px;
    }

    .malware.footer .edi-btn inputgroup input {
        width: 320px !important;
        margin: auto !important;
        padding: 9px !important;
        max-width: none;
    }

    .malware .features .box img {
        width: 30px;
        height: 30px;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .flex:before,
    .malware.feature ul.tab-desc li[data-cont="response"] .flex .image,
    .malware.enable .accordion-image {
        display: none;
    }

    .malware.feature ul.tab-desc li[data-cont="response"] .flex .content,
    .malware.feature ul.tab-desc li[data-cont="protect"] li {
        width: 90%;
        margin: 0 0 0 36px;
    }

    .malware.feature ul.tab-desc li[data-cont="protect"] li {
        margin: 0 0 20px 36px;
    }

    .malware.feature ul.tab-desc li[data-cont="protect"] ul {
        display: block;
        margin: 0px auto 0px;
        padding: 0px;
    }

    .malware.enable .accordion-content {
        width: 90%;
        padding-left: 20px;
    }

    .malware.enable .accordion-content:before {
        height: 348px;
        left: 11px;
        top: 19px;
    }

    .malware.enable .accordion-content .content .content-active:before {
        width: 16px;
        height: 16px;
        left: -17px;
        top: 5px;
    }

    .malware.enable .accordion-content .content .content-active:after {
        width: 26px;
        height: 26px;
        left: -22px;
    }

    .malware.enable .accordion-content .content .content-active {
        padding: 0px 0px 0px 10px;
    }

    .malware.enable .accordion-content .content .content-active p::before {
        left: -12px;
        font-size: 14px;
        top: 0px;
    }

    .malware.enable .accordion-content .content:nth-child(1) .content-active p::before {
        left: -11px;
        top: 0px;
    }

    .malware.recognition .content:before,
    .malware.recognition .content:after {
        width: 55px;
        height: 98px;
        left: 11px;
        top: 4px;
    }

    .malware.recognition .content:after {
        right: 0px;
        left: auto;
    }

    .malware h2 {
        margin: 0 auto 15px;
    }

    .malware.footer .edi-btn inputgroup select {
        width: 338px !important;
    }

    .malware.feature ul.tab-desc li[data-cont="response"] .flex {
        margin: 0px !important;
        padding: 15px 0px 4px;
    }

    .malware.footer .fbutton {
        width: 340px !important;
    }

    .malware.feature ul.tab-desc li[data-cont="detect"] .content img {
        top: 15px;
    }

    .malware.footer .edi-btn {
        padding: 0px;
    }

    .malware.footer .edi-btn inputgroup {
        margin: 0px;
    }

    .malware.footer#footer {
        padding: 40px 16px;
    }
select#MECountryListing, select[data-countrygdpr="MECountryListing"], select#country_state {
    margin-top: 0px !important;
    width: 338px !important;
}

.malware.footer .edi-btn inputgroup.select.country {
    flex-wrap: wrap;
}

.malware.footer .edi-btn inputgroup.select:after {
    right: 9%;
}
}

/*popup css*/
#successDetails.popup-box {
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: none;
}

#successDetails.popup-box.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#successDetails.popup-box .successDetails {
    max-width: 600px;
    margin: auto;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-radius: 23px;
    background: #FFFFFF;
    padding: 60px;
    animation: zoom 0.6s forwards;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#successDetails.popup-box .successDetails #closePopup {
    position: absolute;
    right: 30px;
    cursor: pointer;
    top: 25px;
}

#successDetails.popup-box .successDetails #closePopup img {
    width: 14px;
}

#successDetails.popup-box .successDetails .notifyMeContent .gif {
    height: 200px;
    position: relative;
}

#successDetails.popup-box .successDetails .notifyMeContent .gif:before {
    content: "";
    position: absolute;
    background-image: url(../../ems/images/icon/success-animation.gif);
    top: 14%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    width: 200px;
}

#successDetails.popup-box .successDetails .notifyMeContent .content p {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    max-width: 460px;
    margin: 0px;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

#meGDPRMessage a {
    background: unset;
    min-width: unset;
    color: unset;
    font-size: unset;
    text-decoration: underline;
    width: max-content;
    padding: 0px;
    text-align: center;
}

div#meGDPRMessage {
    text-align: center;
}

#successDetails.popup-box.active {
    display: flex;
}