    /*Reset CSS*/
    .heading-menu{
        display: none;
    }
    .sec-pTB{
            padding: 0;
    }
    .pagewrapper * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;            
    }
    
    .pagewrapper .content-wrap {
        max-width: 1170px;
        padding: 90px 0;
        margin: 0 auto;
    }
    .pagewrapper{
        overflow: hidden;
    }
    
    .act-btn {
        padding: 12px 30px;
    }
    h1 {
        font: 42px/1.2 "Zoho_Puvi_Bold";
        letter-spacing: -0.1px;
    }
    h2 {
        font: 32px/1.25 "Zoho_Puvi_Bold";
    }
    h4{
        font: 23px/1.4 "Zoho_Puvi_SemiBold";
    }
    h3 {
        font: 27px/1.3 "Zoho_Puvi_SemiBold";
    }
    
    h1,
    h2,
    h3,
    h4,
    h5
     {
        margin-top: 0px;
        margin-bottom: 15px;
        color: #000;
    }
    h4{
    margin-bottom: 10px;}
    p {
        font-size: 17px;
        line-height: 1.6;
        margin: 0 0 20px;
        font-family: 'Zoho_Puvi_Regular';
    }
    
    
    /*menu overwriiten*/
    /* common */
    .grid-content{
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    
    }
    .text-center{
    text-align:center ;
    }
    .block-elmt{
        display: block;
    }
    .custom-btn{
        display: inline-block;
        padding: 12px 30px;
        background: #f0483e;
        color: #fff;
    }
    .sprite-icons{
        content: "";
        display: block;
        position: relative;
        background: url(https://www.manageengine.com/appcreator/images/custom-manufacturing-icons.svg);
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
    } 
    
    a.custom-btn{
        display: inline-block;
        font-family: var(--zf-primary-semibold),sans-serif;
        padding: 12px 30px;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        background: #f0483e;
        color: #fff;
        border: 1px solid transparent;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1;
        font-size: 15px;
        border-radius: 5px;
    }
    /* common */
    
    /* Banner */
    .banner .content-wrap {
        max-width: 1280px;
        
    }
    .banner .grid-content{
        -ms-grid-columns:1fr;
        grid-template-columns:1fr;
        gap: 0px;
    }
    .banner {
        position: relative;
        background:#e8e8e8;; 
    }
    .banner h1, .banner p{
        max-width: 890px;
        margin: 0px auto 20px;  
    }
    .banner::after{
        content: "";
        position: absolute;
        background: #35373e;
        width: 100%;
        height: 30%;
        bottom: 0px;
        left: 0px;
        z-index: 0;
    }
    
    .banner-imgs{
        position: relative;
        margin-top: 100px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .first-img, .second-img, .third-img, .fourth-img{
       position: absolute;
       max-width: 25%;
       height: auto;
       z-index: 0;
       -webkit-transition: all ease .7s;
       -o-transition: all ease .7s;
       transition: all ease .7s;
       opacity: 0;
       top: 0%;
       z-index: 1;
    }
    .center-btm-img{
       position: relative;
       text-align: center;
       z-index: 2;
       margin: 0 auto;
       -webkit-transition: all ease 1s;
       -o-transition: all ease 1s;
       transition: all ease 1s;
    
       top:20%;
    }
    .banner-imgs img {
        -webkit-box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
                box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        border-radius: 18px;
        max-width: 300px;
    }
     .first-img{
       left: -180px;
    }
    
    .second-img{
        left: 150px;
    }
    
     .third-img{
        right: 150px;
    }
    
    .fourth-img{
        right: -180px;
    }
    /* banner end*/
    /* challenges-faced */
    .challenges-faced{
        background: #35373e;
        color: #fff;
    }
    .challenges-faced h2, .challenges-faced h3{
        color: #fff;
    }
    .challenges-faced .content-wrap{
        padding-top: 0px;
    }
    .challenges-content.grid-content{
        gap: 80px;
    }
    .challenges-content{
        max-width: 900px;
        margin: 0 auto;
        
    }
    
    
    .challenges-healthcare{
        position: relative;
    }
    .challenges-healthcare h2{
        text-align: center;
    }
    .challenges-healthcare h2 {
        text-align: center;
        margin-bottom: 100px;
        font-size: 44px;
    }
    
     .sprite-icons:before {
        content: "";
        position: absolute;
        border: 1px solid #D3D3D3;
        border-radius: 50px;
        width: 80px;
        height: 80px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
    }
    .challenges-faced .icon1, .challenges-faced .icon2, .challenges-faced .icon3, .challenges-faced .icon4{
        left: 16px;
    }
    .challenges-faced .icon1{
        background-position: 0px 0px;   
    }
    .challenges-faced .icon2{
        background-position: -52px 0px;
    }
    .challenges-faced .icon3{
        background-position: -104px 0px;
    }
    .challenges-faced .icon4{
        background-position: -156px 0px;
    }
    /* challenges-faced end*/
    /* goal-strategy */
    .goal-strategy img{
        border-radius: 10px;
    
    }
    /* goal-strategy end*/
    /* creating-seamless */
    .creating-seamless{
        position: relative;
        overflow: hidden;
        background: #35373e;
        color: #fff;    padding-bottom: 150px;
    }
    .creating-seamless .content-wrap{
        max-width: 900px;
        margin: 0 auto;   
    }
    .creating-seamless-cnt.grid-content{
        gap: 30px;
    }
    .creating-seamless-cnt{
        position: relative;
    }
    
    .creating-seamless h2{
        color: #fff;
    }
    .creating-seamless h2{
        text-align: center;
        max-width: 750px;
        margin: 0 auto 80px;
    }
    .box-row-two{
        margin-top: 50px;
    }
    .box-row-one>div, .box-row-two>div{
        position: relative;
        background: #fff;
        color: #000;
        padding: 40px 40px 30px;
        border-radius: 20px;
        margin-bottom: 30px;
        z-index:1;
    }
    .creating-seamless .sprite-icons:before{
        border: 1px solid #201753;
    
    }
    .creating-seamless .icon1, .creating-seamless .icon2, .creating-seamless .icon3, .creating-seamless .icon4{
        left: 10px;
    }
    .creating-seamless .icon1{
        background-position: -208px 0px;  
    }
    .creating-seamless .icon2{
        background-position: -312px 0px;
    
    }
    .creating-seamless .icon3{
        background-position: 155px 0px;
    }
    .creating-seamless .icon4{
        background-position: 50px 0px;
    }
    .creating-seamless::after{
        content: "";
        position: absolute;
        background: url(https://www.manageengine.com/appcreator/images/steam-line-bttom.svg) no-repeat;
        background-position: bottom;
        width: 100%;
        height: 100%;
        bottom: 0px;
        left: 0px;
        z-index: 2;
    
    }
    
    /* creating-seamless end*/
    .zcr-fr-section h2{
        max-width: 860px;
        margin: 0 auto;
        text-align: center;
        font-size: 40px;
    }
    .zcr-fr-section .grid-content{
        margin-top: 100px;
        align-items: center;
        grid-template-columns: 1fr 1fr;
        gap: 100px;
    }
    .zcr-fr-section .grid-content img{
        border-radius:10px ;
    }
    
    
     /* Bottom cta */
    
    .bottom-cta{
        text-align: center;
    
    }
    .bottom-cta h2{
        max-width: 950px;
        margin: 0 auto 15px;
        font-size: 40px;
        
    }
    .bottom-cta p{
        max-width: 750px;
        margin: 0 auto 15px;   
    }
     /*Bottom  cta  end*/
     @media all and (min-width:1200px){
        .in-view .first-img, .in-view .second-img, .in-view .third-img, .in-view .fourth-img, .in-view .center-btm-img{
    
            -webkit-transition-delay: .6s;
            -o-transition-delay: .6s;
            transition-delay: .6s;
            opacity: 1;
    
        }
        .in-view .center-btm-img{
            top:0%;
        }
    
         .in-view .first-img{
            top: 15%;
          }
          .in-view .second-img{
            top: -10%;
    
          }
          .in-view .third-img{
             top: -10%;
    
          }
          .in-view .fourth-img{
             top:15%;
          
          }
     }
    @media all and (min-width:1400px) {
        h1 {
            font-size:50px
        }
        h2 {
            font-size: 44px
        }
        .enterprises-sec .content-wrap {
            max-width: 1800px;
            width: 100%;
        }
        
    
    }
    @media all and (max-width:1199px) {
        .pagewrapper .content-wrap{
            width: 90%;
        }
        .in-view .first-img, .in-view .second-img, .in-view .third-img, .in-view .fourth-img, .in-view .center-btm-img{
    
            -webkit-transition-delay: .6s;
            -o-transition-delay: .6s;
            transition-delay: .6s;
            opacity: 1;
    
        }
        .banner-imgs img{
            max-width: 100%;
        }
        .center-btm-img{
            max-width: 25%;
            top: 0%;
            
        }
    
    }
    @media all and (max-width:1400px) {
        /* banner */
    
        .banner .content-wrap{
            width: 90%;
        }
        .first-img, .fourth-img{
            display: none;
        }
        .second-img{
        left: 0px;}
        .third-img{
            right:0px;
        }
         /* banner */
    
        /* <!-- challenges-faced --> */
    
        .challenges-faced .highlight{
            display: inline-block;
        }
        /* <!-- challenges-faced end--> */
        
    }
    
    @media screen and (max-width: 1025px){
    #header-mainsec .headerinner {
        padding-bottom: 10px;
    }
    .zcr-fr-section .grid-content{
        gap: 50px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px){
        h1, h1.center {
            font-size: 30px;
        }
    
        h2, .zcr-fr-section h2{
            font-size: 25px;
        }
        h4 {
            font-size: 19px;
        }
        h3 {
            font-size: 21px;
        }
    }
    @media all and (max-width:991px) {
        .pagewrapper .content-wrap { padding: 50px 0;}
        .banner .content-wrap {
            padding: 90px 0px 50px;
        }
       
    
        /* banner */
        .banner{
            text-align: center;
            border-radius: 0px;
        }
        .bnr-imgs{
            display: none;
        }
        /* banner */
    
            .box-row-one>div, .box-row-two>div{
                padding: 40px;
             }
         /*  challenges-faced  */
         .challenges-faced .highlight{
            width: auto;
            display: inline-block;
         }
        
    
    
        .challenges-healthcare.grid-content{
            gap: 30px;
        }
        .challenges-content.grid-content{
            grid-template-columns:  1fr;
            gap: 30px;
           
        }
       
        .challenges-faced h2{
            text-align: center;
        }
    
        .how-app-img{
            display: none;
        }
        .challenges-content> div{
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            gap: 20px;
            padding-left: 0%;
        }
        .challenges-content> div span{
            margin-bottom: 30px;
        }
        .box-row-two{
            margin-top: 0px;
        }
    
        /* challenges-faced */
        .goal-strategy .grid-content{
            grid-template-columns: 1fr;
            gap: 10px;
    
        }
        .goal-strategy .grid-content>div:nth-of-type(1) {
            order: 2;
            }
    
        .zcr-fr-section .grid-content{
            grid-template-columns: 1fr;
            gap: 50px;
            gap: 0px;
        }
        .zcr-fr-section .grid-content img, .goal-strategy img{
            max-width: 400px;
            margin-bottom: 50px;
        }
        .zcr-fr-section .grid-content>div:nth-of-type(1) {
            order: 1;
          }
          
          .zcr-fr-section .grid-content>div:nth-of-type(2) {
            order: 2;
          }
          
          .zcr-fr-section .grid-content>div:nth-of-type(3) {
            order: 4;
          }
          
          .zcr-fr-section .grid-content>div:nth-of-type(4) {
            order: 3;
          }
          .zcr-fr-section .grid-content>div:nth-of-type(5) {
            order: 5;
          }
          
          .zcr-fr-section .grid-content>div:nth-of-type(6) {
            order: 6;
          }
          
          .zcr-fr-section .grid-content>div:nth-of-type(7) {
            order: 8;
          }
          
          .zcr-fr-section .grid-content>div:nth-of-type(8) {
            order: 7;
          }
    
          .zcr-fr-section .grid-content{
            margin-top: 50px;
          }
          .bottom-cta h2{
            font-size: 30px;
          }
          
    
    
    
    
    }
    
    @media all and (max-width:767px) {
    
        h1, h1.center {
            font-size: 27px;
        }
        .challenges-healthcare h2,.bottom-cta h2, h2, .zcr-fr-section h2 {
            font-size: 25px;
        }
        h3 {
            font-size: 21px;
        }
        h4 {
            font-size: 19px;
        }
        h6, p {
            font-size: 15px;
        }
        h1, h2, h3, h4, h5{
            margin-bottom: 10px;
        }
        .pagewrapper .content-wrap {
            width: 90%;
        }
        .grid-content{
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
        .highlight{
            padding: 5px;
        }
        .zcr-fr-section h2{
            text-align: left;
        }
        /* banner */
        .banner{
            text-align: left;
        }
        .banner-imgs{
        margin-top: 30px;
        }
        .center-btm-img, .second-img, .third-img{
            max-width: 30%;
    
        }
    
        /* banner */
        /* <!-- challenges-faced --> */
        .challenges-faced .content-wrap{
            padding: 60px 0px;
        }
        .challenges-healthcare h2{
            margin-bottom: 50px;
        }
        .challenges-content.grid-content{
            gap: 50px;
        } 
        .sprite-icons:before{
            width: 70px;
            height: 70px;
        }
        .challenges-faced h2 {
            text-align: left;
        }
        .challenges-content> div{
            padding-left: 0%;
        }
        .challenges-content .sprite-icons{
            left: 20px;
        }
        .challenges-content>div:last-child{
            margin-bottom: 0px;   
        }
        .challenges-content>div p:last-child {
            margin: 0px;
        }
        .challenges-healthcare>div:nth-child(2) {
            padding-right: 0px;
        }
           /* <!-- challenges-faced --> */
           .box-row-one>div, .box-row-two>div{
            min-height: 0px;
           }
           .creating-seamless-cnt::after{
               display: none;
           }
           .box-row-two{
            margin-top: 0px;
           }
           .box-row-one>div:last-child, .box-row-two>div:last-child{
               margin-bottom: 0px;
           }
           .creating-seamless-cnt.grid-content{
            gap: 20px;
           }
    
       
           .text-center,  .it-benefit-team h2{
            text-align: left;
           }
           
        }
    
    
    
    
    @media all and (max-width:666px) {
        h1, h1.center {
            font-size: 27px;
        }
        .banner::after{
            height: 20%;
        }
        .zcr-accr-des img {
        max-width: 100%;
        }
        .box-row-one>div, .box-row-two>div{
        padding: 30px;
        }
        .zcr-fr-section .grid-content img, .goal-strategy img{
            max-width: 100%;
        }
    }
    
    
    @media all and (max-width:480px) {
        .second-img, .third-img{
            display: none;
        }
        .center-btm-img {
            width: 100%;
            max-width: 300px;
            margin: 0px;
        }
    
       
    }
 