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

:root {
    --text-light: #FFF;
    --text-dark: #000;
    --link-color: #0085FF;
    --button-color: #DE2235;
    --background-color: #282828;
    --license-free-color: #1E3961;
    --grey-color: #F6F9FC;
    --theme-color: linear-gradient(102deg, rgba(137, 247, 254, 0.30) 2.3%, rgba(102, 166, 255, 0.50) 100.96%), linear-gradient(0deg, #E1EEFF 0%, #E1EEFF 100%), linear-gradient(0deg, #FFF4E5 0%, #FFF4E5 100%), #BAE1ED;
    --padding: 45px;
    --border-radius: 10px;
    --h1-font: 74px;
    --h2-font: 42px;
    --h3-font: 24px;
    --h4-font: 20px;
    --p-font: 17px;
    --s-font: 12px;
    --m-font: 16px;
    --l-font: 32px;
    --xl-font: 48px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
    --n-gap: 24px;
    --m-top:60px;
}

.ec-msp {
    position: relative;
    padding: 80px 40px;
    text-align: center;
}
.ec-msp .mobile-device{
   display:none;
}
.ec-msp.grey {
    background: var(--grey-color);
}

.ec-msp.theme {
    background: var(--theme-color);
}

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

.ec-msp h1 {
    font-size: var(--h1-font);
    line-height: 85px;
    font-weight: var(--xl-wgt);
    margin: 0 0 10px;
    color: var(--text-dark);
}

.ec-msp h2 {
    font-size: var(--h2-font);
    line-height: 50px;
    font-weight: var(--l-wgt);
    margin: 0 auto 20px;
    text-align: center;
    color: var(--text-dark);
}

.ec-msp h3 {
    font-size: var(--h3-font);
    line-height: normal;
    font-weight: var(--l-wgt);
    margin: 0 0 15px;
    color: var(--text-dark);
}

.ec-msp h3 strong {
    font-weight: 600;
}

.ec-msp h4 {
    font-size: var(--h4-font);
    line-height: 36px;
    margin: 0 !important;
    color: var(--text-dark);
}

.ec-msp p,
.ec-msp li {
    font-size: var(--p-font);
    line-height: 30px;
    font-weight: var(--s-wgt);
    margin: 0 0 30px;
    letter-spacing: .1px;
    color: var(--text-dark);
}

.ec-msp .cta-grp {
    grid-gap: 20px;
    justify-content: left;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.ec-msp .cta {
     font-size: 16px;
    line-height: normal;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 105px;
    text-decoration: none;
    text-align: center;
    background-color: var(--button-color);
    color: var(--text-light);
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    border: 1px solid var(--button-color);
}
.ec-msp .cta.sd {
    color: var(--button-color);
    background-color: transparent;
}
.ec-msp figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ec-msp .sub-heading {
    max-width: 1000px;
    text-align: center;
    margin: auto;
}

.ec-msp .box p {
    margin: 0px;
}

.ec-msp figcaption {
    font-size: 16px;
}

.ec-msp .cta.learn-more {
    background-color: transparent !important;
    color: var(--link-color);
    border: none;
    padding: 0px;
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
}

.ec-msp.feature-set .content {
    width: calc(100% - 700px);
    text-align: left;
}

.ec-msp.feature-set .image {
    max-width: 675px;
    width: 600px;
}

.ec-msp.feature-set .image img {
    width: 100%;
    object-fit: contain;
}

.ec-msp .box {
    max-width: 300px;
    width: 270px;
    background: var(--grey-color);
    border-radius: var(--border-radius);
    padding: 50px 30px;
}

.ec-msp.features .flex {
    gap: 40px;
    text-align: left;
    align-items: stretch;
    margin-top: var(--m-top);
}

.ec-msp .box figure {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.ec-msp.banner .content {
    width: calc(100% - 635px);
    text-align: left;
    margin: 100px 0;
}

.ec-msp.banner .clip {
    width: 600px;
    height: 450px;
    position: relative;
}

.ec-msp.banner .free-license-box {
    background: var(--text-light);
    border-radius: 12px 12px 0px 0px;
    max-width: calc(1200px - 100px);
    padding: 50px;
    gap: 25px 30px;
    border-bottom: 1px solid #CAE6FC;
}

.ec-msp.banner .free-license-box .license-image {
    width: 250px;
    /* border-right: 1px solid #CAE6FC; */
    position: relative;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.ec-msp.banner .free-license-box .content {
    width: calc(100% - 400px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.ec-msp.brands h4 {
    text-transform: uppercase;
}

.ec-msp.banner.theme {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ec-msp.banner .free-license-box h3 {
    max-width: calc(100% - 600px);
    margin: 0px;
    font-weight: var(--s-wgt);
    text-align: left;
    line-height: 35px;
}

.ec-msp.feature-set .flex:nth-child(odd) {
    flex-direction: row-reverse;
}

.ec-msp.feature-set .flex {
    justify-content: space-evenly;
    padding: 50px 0px;
}

.ec-msp.try p {
    margin-bottom: 40px;
}
.ec-msp.try .learn-more {
    color: #ca2525;
    font-weight: var(--l-wgt);
}
.ec-msp.try .cta {
    background-color: #F0483E;
}

.ec-msp.integrate figure {
    width: 160px;
    height: 80px;
    background-color: #FFFFFF;
    border-radius: var(--border-radius);
    padding: 20px;
}

.ec-msp.integrate .flex {
    gap: 0px 50px;
    margin-top: var(--m-top);
}

.ec-msp.resources figure {
    width: 160px;
    height: 80px;
    background-color: #FFFFFF;
    border-radius: var(--border-radius);
    padding: 20px 0px;
}

.ec-msp.resources .flex {
    gap: 40px 60px;
    margin-top: 45px;
}

.ec-msp.resources figure img {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}
.ec-msp.resources figure a {
    color: #000;
    text-decoration: none;
}
.ec-msp.resources figure a:hover {
    color: #2a79bb;
}
.ec-msp.brands img {
    width: auto;
    height: auto;
    max-width: 175px;
}

.ec-msp.brands .flex {
    gap: 40px 90px;
    margin-top: 45px;
}

.ec-msp.brands.grey {
    padding: 60px 40px;
}

.ec-msp.feature-set h2 {
    margin-bottom: var(--m-top);
}

.ec-msp.banner .clip img {
    width: auto;
    opacity: 0;
    transition: all ease 500ms;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 5%;
}

.ec-msp.banner.active .clip img {
    opacity: 1;
}

.ec-msp.banner .clip .clip-aside [data-clip] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all ease 750ms;
    transform: translate(0, 30px);
    z-index: 1;
}

.ec-msp.banner.active .clip .clip-aside [data-clip] {
    opacity: 1;
    transform: translate(0, 0);
}

.ec-msp.banner.active .clip .clip-aside [data-clip] {
    filter: none;
    /* animation: floating 20s ease infinite; */
}

.ec-msp.banner .clip .clip-aside [data-clip="1"] {
    background-image: url(https://www.manageengine.com/desktop-management-msp/images/ec-msp-hero-banner-clip-2.png);
    background-position: top 55px left;
    background-size: 220px 120px;
    transition-delay: 300ms;
    animation-delay: 1s;
}

.ec-msp.banner .clip .clip-aside [data-clip="2"] {
    background-image: url(https://www.manageengine.com/desktop-management-msp/images/ec-msp-hero-banner-clip-3.png);
    background-position: top 50px right;
    background-size: 240px 200px;
    transition-delay: 600ms;
    animation-delay: 2s;
}
.ec-msp.banner .clip .clip-aside [data-clip="3"] {
    background-image: url(https://www.manageengine.com/desktop-management-msp/images/ec-msp-hero-banner-clip-4.png);
    background-position: bottom 60px right;
    background-size: 200px 50px;
    transition-delay: 900ms;
    animation-delay: 3s;
}
.ec-msp.banner .clip .clip-aside [data-clip="4"] {
    background-image: url(https://www.manageengine.com/desktop-management-msp/images/ec-msp-hero-banner-clip-5.png);
    background-position: bottom 0px right 45px;
    background-size: 200px 50px;
    transition-delay: 1200ms;
    animation-delay: 4s;
}
.ec-msp.banner .clip .clip-aside [data-clip="5"] {
    background-image: url(https://www.manageengine.com/desktop-management-msp/images/ec-msp-hero-banner-clip-6.png);
    background-position: bottom 20px left 37px;
    background-size: 200px 50px;
    transition-delay: 1500ms;
    animation-delay: 5s;
}
.ec-msp.banner.theme .flex {
    justify-content: space-between;
    align-items: flex-end;
}

@keyframes floating {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, 10px);
    }

    50% {
        transform: translate(0, 0px);
    }

    75% {
        transform: translate(-5px, 10px);
    }
}

.ec-msp.banner .free-license-box .license-image:before {
    content: "";
    position: absolute;
    background: url(https://www.manageengine.com/ems/images/icon/award-leaf.svg);
    width: 40px;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    left: 5px;
}

.ec-msp.banner .free-license-box .license-image:after {
    content: "";
    position: absolute;
    background: url(https://www.manageengine.com/ems/images/icon/award-leaf.svg);
    width: 40px;
    height: 80px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    right: 5px;
    transform: scaleX(-1);
}

.ec-msp.banner .free-license-box .license-image h3 {
    text-align: center;
    max-width: 100%;
    color: #1E3961;
    font-weight: var(--xl-wgt);
    line-height: normal;
    vertical-align: middle;
    font-size: 32px;
}
.ec-msp.banner .free-license-box .license-image h3 b{
    margin-right:10px;
}
.ec-msp.banner .free-license-box .license-image p {
    margin: 0px;
    line-height: normal;
    vertical-align: middle;
}

.ec-msp.banner.theme .flex.free-license-box {
    justify-content: space-evenly;
    align-items: center;
}
.ec-msp.feature-set .flex:last-child {
    padding-bottom: 0px;
}
.ec-msp.journey .box.auxility {
    max-width: 700px;
    width: 635px;
    background: var(--text-light);
    text-align: left;
    padding: 50px;
    border: none;
}

.ec-msp.journey  .case-studies {
    max-width: 450px;
    width: 380px;
    background: #D7EBFF;
    border-radius: var(--border-radius);
    position: relative;
}

.ec-msp.journey .flex {
    gap: 30px;
    align-items: stretch;
    justify-content: center;
}
.ec-msp.journey h2 {
    margin-bottom: var(--m-top);
}

.ec-msp.journey .case-studies .box {
    background: #D7EBFF;
    border: none;
    text-align: left;
    min-height: 240px;
    width: auto;
}

.ec-msp.journey .videos {
    width: 380px;
    max-width: 450px;
    border-radius: var(--border-radius);
}

.ec-msp .clip img[alt="G2"] {
    width: 100%;
    height: 50px;
    max-width: 100%;
    margin-bottom: 10px;
}

.ec-msp .clip img[alt="capterra"] {
    width: 200px;
    height: auto;
    max-width: 100%;
    margin-bottom: 5px;
}

.ec-msp .caption {
    display: flex;
    align-items: center;
    /* grid-gap: 10px; */
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.ec-msp .caption .str-grp {
    display: flex;
    justify-content: center;
    margin: 10px 0px;
    width: 100%;
    gap: 10px;
}
.ec-msp .caption .str-grp img {
    max-width: 100%;
    height: auto;
    width: 26px;
}

.ec-msp.journey .box {
    background: var(--text-light);
    padding: 30px 40px;
    border: 1px solid #A7D5FA;
}

.ec-msp.journey .box.auxility img {
    margin-bottom: 20px;
}

.ec-msp.journey .box.auxility p {
    margin: 0 0 20px;
}

.ec-msp.journey .flex:last-child {
    margin-top: 30px;
}

.ec-msp.journey .box.auxility p:last-child {
    margin: 0px;
}

.ec-msp.journey .case-studies .box img[alt="twoday"] {
    width: 120px;
    height: 60px;
    margin-bottom: 20px;
}
.ec-msp.journey .case-studies .box img {
    margin-bottom: 20px;
}
.ec-msp.journey .case-studies .slick-dots {
    text-align: left;
    left: 40px;
}

.ec-msp.journey .case-link {
    color: #0053CF;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 18px;
    position: absolute;
    bottom: 35px;
    left: 40px;
}

.ec-msp.journey .case-studies .slick-dotted {
    margin-bottom: 0px;
}
.ec-msp.journey .videos .box {
    min-height: 140px;
    padding: 0px;
    position: relative;
    max-width: 400px;
    height: 250px;
    cursor: pointer;
    border: none;
}
.ec-msp.journey .videos .slick-slider.slick-dotted {
    margin-bottom: 0px;
}

.ec-msp.journey .videos .box img {
    width: 100%;
    height: 100%;
    z-index: 3;
    position: relative;
    border-radius: var(--border-radius);
}

.ec-msp.journey .videos .box .popup {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ec-msp.journey .videos .slick-dots li button {
    border: 1px solid #FFFFFF;
}

.ec-msp.journey .videos .slick-dots li.slick-active button {
    background: #FFFFFF;
}
.ec-msp.journey .videos .box:hover a:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://www.manageengine.com/ems/images/icon/play-icon.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5;
    bottom: 0;
}

.ec-msp.journey .flex:last-child .box {
    padding: 50px 40px;
}

.ec-msp.journey .flex:last-child .videos .box {
    padding: 0px;
}

.ec-msp.journey .box.rating {
    align-content: center;
}
.ec-msp [data-animate="true"]{
     opacity: 0;
    transform: translate(0,100px);
    transition: all ease 750ms;
}
.ec-msp [data-animate="true"].active {
    opacity: 1;
    transform: translate(0,0);
}
.ec-msp.feature-set ul .feature-list {
    padding: 12px;
    margin: 0px;
    border-radius: 4px;
    background: #F6F6F6;
    font-size: 15px;
    width: 100px;
    line-height: 18px;
    align-content: center;
}

.ec-msp.feature-set .sticky.flex {
    align-items: stretch;
    gap: 10px;
    padding: 0;
    position: sticky;
    top: 47px;
    z-index: 3;
    background: #ffffff;
}
.ec-msp.feature-set .sticky.flex li{
    cursor:pointer;
}
.ec-msp.feature-set ul.flex:nth-child(odd) {
    flex-direction: row;
}

.ec-msp.feature-set ul .feature-list.active {
    background: var(--GRAD-2, linear-gradient(102deg, rgba(137, 247, 254, 0.30) 2.3%, rgba(102, 166, 255, 0.50) 100.96%), linear-gradient(0deg, #E1EEFF 0%, #E1EEFF 100%), linear-gradient(0deg, #FFF4E5 0%, #FFF4E5 100%), #BAE1ED);
    font-weight: var(--l-wgt);
}

@media(max-width: 1200px){
.ec-msp .flex {
    flex-wrap: wrap;
}

.ec-msp.banner .content {
    width: auto;
    text-align: center;
}

.ec-msp.banner.theme .flex {
    justify-content: center;
}

.ec-msp .cta-grp {
    justify-content: center;
}
}


@media (max-width: 600px) {
    :root {
        --h1-font: 47px;
        --h2-font: 24px;
        --h3-font: 18px;
        --h4-font: 16px;
        --p-font: 16px;
        --s-font: 10px;
        --m-font: 12px;
        --l-font: 20px;
        --xl-font: 48px;
        --xs-wgt: 200;
        --s-wgt: 300;
        --m-wgt: 400;
        --l-wgt: 500;
        --xl-wgt: 600;
        --n-gap: 24px;
        --m-top:30px;
    }
.ec-msp .non-mobile-device{
   display:none;
}
.ec-msp .mobile-device{
   display:block;
}
    .ec-msp h1 {
        line-height: 60px;
    }
    .ec-msp.banner {
        margin-top: 0px;
    }

    .ec-msp {
        padding: 40px !important;
    }
    .ec-msp .cta {
       min-width: auto;
       width: -webkit-fill-available;
    }
    .ec-msp .cta.sd {
       display: none;
    }
    .ec-msp.banner .content {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .ec-msp.banner .clip {
        display: none;
    }

    .ec-msp.banner .free-license-box {
        padding: 30px;
        margin-top: var(--m-top);
    }
     .ec-msp.banner .free-license-box a{
         display:none;
     }
    .ec-msp.banner .free-license-box h3 {
        max-width: 100%;
        text-align: center;
        font-size: 15px;
    }

    .ec-msp.feature-set .content {
        width: 100%;
    }

    .ec-msp.feature-set .image {
        width: 100%;
    }

    .ec-msp.feature-set .flex:nth-child(odd) {
        flex-direction: row;
    }

    .ec-msp.resources figure {
        width: 100px;
    }

    .ec-msp.resources .flex {
        gap: 40px;
    }

    .ec-msp.resources .flex {
        margin-top: var(--m-top);
    }

    .ec-msp.banner.theme {
        padding: 40px 40px 0px !important;
        text-align: center;
    }
    .ec-msp.feature-set h2{
        margin-bottom: var(--m-top);
    }
    .ec-msp.integrate figure{
        width: 110px;
        padding: 10px;
        max-height: 40px;
    }
    .ec-msp.integrate .flex{
        gap: 25px 25px;
        margin-top: var(--m-top);
    }
    .ec-msp.feature-set .flex{
        padding: 0 0 40px;
        margin: 0 0 40px;
        border-bottom: 1px solid #eee;
    }
    .ec-msp.feature-set .flex:last-child {
        padding: 0px;
        margin: 0;
        border: 0;
    }
    .ec-msp.feature-set ul.sticky{
        display:none;
    }
    .ec-msp.features .flex{
        margin-top:var(--m-top);
        gap: 30px;
        margin-bottom: var(--m-top);
    }
    .ec-msp.journey .videos {
        width: 100%;
    }

   .ec-msp.journey .case-studies {
       width: 100%;
    }
    .ec-msp.journey .box.auxility {
       max-width: none;
       padding: 40px;
       width: auto;
       text-align: center;
    }
    .ec-msp.journey .box.auxility img {
       width: 150px;
    }
    .ec-msp.journey .case-studies .box img {
       width: 150px;
       margin: 0 auto 20px;
    }
    .ec-msp.features .sub-heading{
        display:none;
    }
    .ec-msp h2{
        line-height:40px;
    }
    .ec-msp.brands img{
        max-width: 130px !important;
        max-height: 40px !important;
    }
    .ec-msp.brands .flex{
        grid-gap: 25px;
        margin: 10px 0 0;
    }
    .ec-msp.features .box{
        min-height: 325px;
        text-align: center;
    }
    .ec-msp.features .box figure{
        margin: 0 auto 20px;
    }
    .ec-msp.features .slick-dots{
        bottom: -65px;
    }
    .ec-msp.feature-set p{
        margin: 0 0 5px;
    }
    .ec-msp.journey .flex:last-child{
        justify-content: space-between;
        gap: 30px 10px;
    }
    .ec-msp.journey .flex:last-child .box {
        padding: 15px;
        width: calc(50vw - 85px);
    }
    .ec-msp .caption .str-grp img{
        width: 17px;
    }
    .ec-msp .caption .str-grp{
        gap:5px;
        margin: 5px 0px;
        justify-content: flex-start;
    }
    .ec-msp .clip img[alt="G2"]{
        width:50px;
        height: 40px;
        margin-bottom:0px
    }
    .ec-msp.journey .clip{
        text-align: left;
    }
    .ec-msp .clip img[alt="capterra"]{
        height:40px
    }
    .ec-msp.journey .caption{
        text-align: left;
        justify-content: flex-start;
    }
    .ec-msp.banner .free-license-box .license-image h3 b{
        font-size: 25px;
    }
    .ec-msp.banner .free-license-box .license-image h3 b:last-child{
        font-size: 50px;
        width: 100%;
        display: block;
    }
    .ec-msp.banner .free-license-box .license-image{
        flex-wrap:nowrap;
        height: 110px;
        width: 100%;
    }
    .ec-msp.banner .free-license-box .license-image p{
        font-size: 23px;
    }
    .ec-msp.banner .free-license-box .license-image:before{
        height: 130px;
        width: 60px;
        left: 0px;
        bottom: -10px;
    }
    .ec-msp.banner .free-license-box .license-image:after{
        height: 130px;
        width: 60px;
        right: 0px;
        bottom: -10px;
    }
    .ec-msp.journey .case-link{
        bottom: 30px;
        left: 0px;
        right: 0px;
        margin: auto;
    }
    .ec-msp.journey .case-studies .slick-dots{
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
    }
    .ec-msp.journey .box{
        padding-bottom: 80px;
    }
    .ec-msp.journey .case-studies .box{
        text-align: center;
        min-height: 260px;
    }
}