.heading-menu,
#customers,
#allFea,
.btmBar,
#btmscroll {
    display: none;
}

div#topsec-rhs,
nav ul.productmenu>li,
.nav-dwn.fr {
    display: none;
}

nav ul.productmenu>li#demos,
nav ul.productmenu>li#quote {
    display: block;
    font-weight: 400;
}

nav ul.productmenu>li#quote {
    border: solid #000 1px;
    border-radius: 6px;
    margin: 4px 10px;
    padding: 5px 20px;
    color: #000;
    font-weight: 400;
}

.headerinner.fixed nav ul.productmenu>li#quote {
    border: none;
    background: #ea152b;
    color: #FFF;
}

.headerinner.fixed nav ul.productmenu>li#quote a {
    color: #FFF;
}

.headerinner.fixed {
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}

#scroll {
    padding: 0;
}

#commonHeader {
    min-height: 90px;
}

#banner-mainsec .headerinner .fr.pr {
    position: absolute;
    right: 0px;
    top: -23px;
}

#banner-mainsec .headerinner.fixed .fr.pr {
    top: 2px;
}

:root {
    --blue: #0085FF;
    --h1-font-size: 54px;
    --h1-line-height: normal;
    --h2-font-size: 36px;
    --h2-line-height: 54px;
    --h3-font-size: 24px;
    --h3-line-height: 36px;
    --h4-font-size: 20px;
    --h4-line-height: 32px;
    --p-font-size: 17px;
    --p-line-height: 27.2px;
    --text-dark: #000;
    --text-light: #FFF;
}

.pdc {
    position: relative;
    padding: 60px 0px;
}

.pdc.banner {
    background: linear-gradient(90deg, #DBFFEE 0%, #FFFCEF 100%);
    padding-bottom: 60px;
}


.pdc h1 {
    font-size: var(--h1-font-size);
    line-height: var(--h1-line-height);
    font-weight: 600;
    color: var(--text-dark);
    margin: 0 0 16px;
}

.pdc h2 {
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height);
    font-weight: 500;
    color: var(--text-dark);
    text-align: center;
}

.pdc h3 {
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    font-weight: 500;
    color: var(--text-dark);
}

.pdc h4 {
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    font-weight: 500;
    color: var(--text-dark);
}

.pdc p,
.pdc li {
    font-size: var(--p-font-size);
    line-height: var(--p-line-height);
    color: var(--text-dark);
}


.pdc .flex {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    align-items: center;
    align-content: center;
    margin: auto;
}

.pdc.banner .flex {
    gap: 32px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pdc.banner .formset .edi-btn {
    max-width: 335px;
}

.pdc.banner .formset .edi-btn inputgroup input {
    width: 93% !important;
}

.pdc.banner .formset {
    padding: 37px;
    transform: scale(1);
    transition: all ease-out 350ms;
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.03);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(42px);
}

.pdc.banner .formset.jump {
    transform: scale(1.1);
    box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.03);
}

.pdc.banner .formset h4 {
    margin: 0 0 20px;
    line-height: 23.8px;
}

.pdc.banner .formset #downloadSubmit {
    font-family: ZohoPuvi, sans-serif;
    display: block;
    width: 100% !important;
    text-align: center;
    background-color: #ea152b !important;
    padding: 12px 4px !important;
    border-radius: 8px !important;
    color: var(--text-light);
    text-decoration: none;
    margin: 30px auto 0 !important;
    font-weight: 500;
    font-size: 16px !important;
}

.pdc .dwn-priv {
    text-align: left;
    margin: 10px 0px;
    max-width: 100%;
    color: var(--text-dark);
    font-size: 13px;
    line-height: 22px;
}

.pdc .dwn-priv a {
    color: #0085FF;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pdc .edi-btn inputgroup select {
    margin-top: 20px !important;
}

.pdc.banner .flex .content {
    max-width: 730px;
    width: 100%;
}

:root {
    --benefits-card-width: 300px;
    --benefits-icon-size: 48px;
    --benefits-gap: var(--space-6);
    --benefits-padding-y: var(--space-4);
    --benefits-scrollbar-height: 6px;
    --benefits-scrollbar-radius: 3px;
    --space-6: 1.5rem;
    --space-4: 1rem;
}

.pdc .container {
    max-width: 1200px !Important;
}

.pdc.choose .blue {
    background: linear-gradient(180deg, #EAFAFF 0%, #CBF9FF 100%);
}

.pdc.choose .green {
   background: linear-gradient(90deg, #DBFFEE 0%, #FFFCEF 100%);
}

.pdc.choose .box {
    padding: 35px 35px 0px;
    max-width: 420px;
    width: 100%;
    border-radius: 15px;
    min-height: 410px;
    position: relative;
    overflow: hidden;
}

.pdc.choose .flex {
    grid-gap: 30px;
    align-items: stretch;
    min-height: 400px;
    flex-wrap: wrap;
    margin: 40px auto 0px;
}

.pdc.choose .flex img {
    max-width: 240px;
    margin: 0px 0px 20px;
}

.pdc.choose ul.choose-list {
    text-align: left;
    display: block;
    padding: 0px 0px 0px 30px;
}

.pdc.choose ul.choose-list li {
    margin: 0px 0px 10px;
    display: block;
    position: relative;
}

.pdc.choose ul.choose-list li:before {
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    left: -28px;
    top: 5px;
    background: url(https://www.manageengine.com/malware-protection/images/mpp-green-tick-icon.svg);
    background-size: 15px;
}

.pdc.choose a.cta.sd {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    margin: 15px 0px 0px;
    display: flex;
    max-width: 215px;
    align-items: center;
    border-radius: 20px;
    text-decoration: none !important;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

.pdc.choose .flex .cta img {
    margin: 0px;
    right: 0px;
    position: relative;
}

.pdc.choose ul.choose-list li.plus:before {
    background: url(https://www.manageengine.com/malware-protection/images/mpp-green-plus-icon.svg);
    background-size: 20px;
    height: 20px;
    width: 20px;
}


.pdc.choose .flex .bg-image {
    min-height: 230px;
    position: relative;
}

.pdc.choose .flex .malware .bg-image {
    min-height: 270px;
    bottom: 10px;
}

.pdc.choose .flex .bg-image:after {
    content: '';
    bottom: -2px;
    right: -40px;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(https://www.manageengine.com/malware-protection/images/emp-bg-img-2.png);
    background-size: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.pdc.choose .flex .bg-image .img-element {
    margin: 0px;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    grid-gap: 2px;
}

.pdc.choose .flex .bg-image .img-element img {
    max-height: 65px;
    margin: 0px;
}

.pdc.choose .flex .bg-image .img-element p {
    font-size: 12px;
    margin: 0px;
    max-width: 70px;
    line-height: 12px;
    text-align: center;
    font-weight: 300;
}

.pdc.choose .flex .malware .bg-image:after {
    bottom: -40px;
    right: -40px;
     background-image: url(images/dcp-choose-background.png);
    background-size: 100%;
    background-position: bottom right;
}

.pdc.choose .flex .bg-image .img-element:nth-child(1) {
    bottom: 12%;
    left: 40%;
}

.pdc.choose .flex .malware .bg-image .img-element:nth-child(1) {
    left: 16%;
    right: auto;
    bottom: 5%;
}

.pdc.choose .flex .malware .bg-image .img-element:nth-child(2) {
    right: 35%;
}

.pdc.choose .flex .bg-image .img-element:nth-child(2) {
    right: 30%;
    top: 20%;
}

.pdc.choose .flex .malware .bg-image .img-element:nth-child(3) {
    left: auto;
    right: -6%;
    bottom: auto;
    top: 22%;
}

.pdc.choose .flex .bg-image .img-element:nth-child(3) {
    right: 2%;
    top: 30%;
}

.pdc.choose .flex .bg-image .img-element:nth-child(4) {
    left: 25%;
    top: 20%;
}

.pdc.choose ul.choose-list li.plus {
    font-weight: 400;
}

.pdc.benefits .flex {
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

.pdc.benefits .benefit img {
    width: 49px;
    height: 49px;
    object-fit: contain;
    margin: 0 0 14px;
}

.pdc.benefits .benefit h3 {
    font-weight: 500;
    margin: 0 0 8px !important;
}

.pdc.benefits .benefit p {
    margin-bottom: 0px;
}

.pdc.benefits h2 {
    margin: 0 auto 40px;
}

.carousel {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.carousel__nav {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    color: var(--color-text);
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, border-color 0.2s;
    border-radius: 50px;
    border: 2px solid #E6E6E6;
    background: #FFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.benefits .carousel__track-wrap {
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.benefits__list {
    display: flex;
    gap: var(--benefits-gap);
    list-style: none;
    margin: 0;
    padding: var(--benefits-padding-y) 0 0;
    width: max-content;
    scroll-snap-type: unset;
}

.card {
    border-radius: 16px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 20px;
    max-width: 245px;
}

.benefits__card {
    flex: 0 0 var(--benefits-card-width);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.card img {
    margin: 0 0 10px;
}

.benefits__icon {
    width: var(--benefits-icon-size);
    height: var(--benefits-icon-size);
}

.card h3 {
    margin: 0 0 13px !important;
}
.benefits .carousel__track-wrap::-webkit-scrollbar {
                height: var(--benefits-scrollbar-height);
            }

            .benefits .carousel__track-wrap::-webkit-scrollbar-thumb {
                background: var(--color-border);
                border-radius: var(--benefits-scrollbar-radius);
            }

.pdc.short .device {
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    flex-wrap: wrap;
    padding: 30px 0px;
    margin: 30px auto;
}

.pdc.short .flex.green {
    border-radius: 20px;
    background: #F1FFF6;
    border: none;
    padding: 40px 0px;
    gap: 20px 60px;
}

.pdc.short h4 {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px; /* 177.778% */
    margin-bottom: 20px !important;
}
.pdc.benefits,.pdc.choose{
padding:40px 0px;
}
pdc short{
  padding-bottom:40px;
}
.pdc.short h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px; /* 150% */
}

.pdc.short .box {
    display: flex;
    width: 210px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}
.pdc.short .box:nth-child(2) {
    width: 300px;
}

.box-wrapper {
    display: flex;
    gap: 80px;
}

.pdc.short .green p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    max-width: 700px;
}
.pdc.choose .malware a.cta.sd {
    max-width: 240px;
}

.pdc.choose .malware a.cta.sd {
    background: #FFF;
    color: #000;
    border: 1px solid #000;
}
.pdc.choose .box.malware .cta.sd img {
    filter: brightness(0) saturate(100%);
}
.pdc.choose .ec  .bg-image .img-element:nth-child(1) {
    left: -5%;
}
.pdc.choose .ec  .bg-image .img-element:nth-child(2) {
    top: 10%;
    left: 21%;
    right:auto;
}
.pdc.choose .ec  .bg-image .img-element:nth-child(3) {
    left: 38%;
    right: auto;
    top: 40%;
}
.pdc.choose .ec  .bg-image .img-element:nth-child(4) {
    right: 6%;
    left: auto;
    top: -10%;
}
.pdc.choose .ec .bg-image .img-element:nth-child(4) p{
    max-width: 120px;
}
.pdc.choose .ec .bg-image .img-element:nth-child(3) p{
    max-width: 140px;
}
.pdc.choose .ec  .bg-image .img-element:nth-child(5) {
    right: -7%;
    bottom: 40%;
}
.pdc img[alt="dcp-shield"] {
    width: 126px;
    height: 126px;
}
@media screen and (max-width: 1085px) {
    .pdc {
        padding: 60px 20px;
    }

    .pdc.banner .flex {
        flex-wrap: wrap;
        justify-content: center;
    }

}

@media screen and (max-width: 780px) {
    .pdc {
        padding: 40px 20px;
    }

    .pdc.banner {
        margin-top: 0px;
        text-align: center;
    }

}


@media screen and (max-width: 500px) {
    .pdc h1 {
        font-size: 46px;
        line-height: 60px;
    }

    .pdc.banner .formset {
        padding: 30px 10px;
        margin: auto;
        text-align: center;
    }
   .pdc.short .box:nth-child(2) {
    width: 300px;
}

.box-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.pdc.short .flex.green {
    flex-wrap: wrap;
    text-align: center;
}

.pdc.choose .flex .malware .bg-image:after {
    bottom: 0px;
}

.pdc.choose .flex .bg-image {
    margin-top: 30px;
}
.pdc.choose .flex .bg-image .img-element p{
    font-size:12px;
    line-height:15px;
}
 .carousel__nav{
        width: 15px !important;
        height: 15px !important;
        font-size: 15px !important;
        padding: 15px;
    }
    .carousel {
        gap: 0px !important;
    }
.card{
    padding:20px 10px;
}
    .container {
        width: 100%;
        padding-left:0%;
        padding-right:0%;
    }
}
