 /*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/ca/appcreator/images/education-icons.svg);
        width: 50px;
        height: 50px;
        margin-bottom: 50px;
    } 
    
    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: #cfebf7;
        color: #1c325f;    
    }
    .banner h1{
        max-width: 1000px;
        color: #1c325f;
        margin: 0px auto 20px;  
    }
    .banner p{
        max-width: 1050px;
        margin: 0 auto;
    }
    .banner::after{
        content: "";
        position: absolute;
        background: #1c325f;
        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;
       top: 0%;
       z-index: 1;
    }
    .center-btm-img{
       max-width: 25%;
       position: relative;
       z-index: 2;
       margin: 0 auto;
    }
    .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;
    }
     .first-img{
       left: 36%;
    }
    
    .second-img{
       left: 35%;
    }
    
     .third-img{
       right: 35%;
    }
    
    .fourth-img{
       right: 33%;
    }
    /* banner end*/
    /* challenges-faced */
    .challenges-faced{
        background: #1c325f;
        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{
        background-position: 0px 0px;
        left: 10px;
        width: 44px;
    }
    .challenges-faced .icon2{
        background-position: -44px 0px;
        left: 10px;
    }
    .challenges-faced .icon3{
        background-position: -94px 0px;
        left: 10px;
        width: 33px;
    }
    .challenges-faced .icon4{
        background-position: -127px 0px;
        left: 10px;
    }
    /* challenges-faced end*/
    /* creating-seamless */
    .creating-seamless{
        overflow: hidden;
        background: #1c325f;
        color: #fff;
    }
    .creating-seamless .content-wrap{
        max-width: 900px;
        margin: 0 auto;   
    }
    .creating-seamless-cnt.grid-content{
        gap: 20px;
    }
    .creating-seamless-cnt{
        position: relative;
    }
    .creating-seamless-cnt::after, .creating-seamless-cnt::before{
        content: "";
        position: absolute;
    
    }
    .creating-seamless-cnt::before{
        width: 750px;
        height: 750px;
        background: #323799;
        border-radius: 150px;
        top: 60px;
        left: -200px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .creating-seamless-cnt::after{
        width: 600px;
        height: 600px;
        background: #203354;
        border-radius: 50%;
        top: 90px;
        right: -200px;
        
    }
    .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: 60px;
        border-radius: 20px;
        margin-bottom: 20px;
        min-height: 400px;
        z-index:1;
    }
    .creating-seamless .sprite-icons:before{
        border: 1px solid #201753;
    
    }
    .creating-seamless .icon1{
        background-position: -195px 0px;
        left: 10px;
    }
    .creating-seamless .icon2{
        background-position: -249px 0px;
        left: 10px;
    
    }
    .creating-seamless .icon3{
        background-position: 102px 0px;
        left: 10px;
    }
    .creating-seamless .icon4{
        background-position: 52px 0px;
        left: 10px;
    }
    
    /* creating-seamless end*/
    /* Accordion */
    .zcr-accordion{
        overflow: hidden;
        background: #F4F4F4;
    }
    .zcr-accordion .grid-content{
        margin-top:100px;
    }
    .zcr-acc-cnt ul li h4, .zcr-acc-cnt ul li p{
        color: #929292;
    }
    .zcr-fr-section h2{
        max-width: 700px;
        margin: 0 auto;
        text-align: center;
    }
    .zcr-acc-img{
    position: relative;
    
    }
    .zcr-acc-img img{
        max-width: 130%;
        border-radius: 20px;
    
    }
    .zcr-acc-item{
            width: 100%;
        position: absolute;
         top: 50%; 
         left: 0; 
         opacity: 0; 
         -webkit-transform: translateY(-50%); 
             -ms-transform: translateY(-50%); 
                 transform: translateY(-50%);
         z-index: 1;
    }
    .zcr-acc-item.active{
        opacity: 1;
    }
    
    .zcr-acc-cnt ul li{
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #eae9e9;
    }
    .zcr-acc-cnt ul li h4{
        -webkit-transition: all ease 0.5s;
        -o-transition: all ease 0.5s;
        transition: all ease 0.5s;
        cursor: pointer;
        padding: 5px 0px;
    }
    .zcr-acc-cnt ul li.active h4, .zcr-acc-cnt ul li.active p{
        color:#000;
    }
    .zcr-acc-cnt ul li .zcr-accr-des{
        display: none;
    }
    .zcr-acc-cnt ul li:first-child .zcr-accr-des{
        display: block;
    }
    .zcr-acc-cnt ul li p{
        max-width: 400px;
    }
    .zcr-acc-cnt ul li img{
        margin-bottom: 20px;
        display: none;
    }
    /* End Accordion */
    
    /* transform */
    .transform-team h2 {
        text-align: center;
    }
    
    .transform-team p{
        max-width: 800px;
        margin: 0px  auto 15px ;
        text-align: center;
    }
    .transform-team h2 span:first-child{
        display: block;
    }
    .transform-team .highlight{
        display: inline-block;
        background: #23A35B;
    }
    .transform-process.grid-content{
     
        -ms-grid-columns: 1fr 50px 1fr;
     
        grid-template-columns: 1fr 1fr ;
        gap: 50px;
        max-width: 800px;
        margin: 60px auto 0px;
    }
    .transform-process.grid-content ul li{
        font-family: 'Zoho_Puvi_SemiBold';
        position: relative;
        margin: 0px 0px 25px;
        padding-left: 30px;
        font-size: 18px;
    }
    .transform-process>div ul li::before{
        position: absolute;
        content: "";
        background: url(https://www.manageengine.com/appcreator/images/appcreator-sprite.svg);
        background-position: 18px;
        background-size: 200px;
        width: 18px;
        height: 18px;
        top: 4px;
        left: 0px;
    }
    /* transform */
    
     /* Bottom cta */
    
    .bottom-cta{
        text-align: center;
    
    }
    .bottom-cta h2{
        max-width: 850px;
        margin: 0 auto 30px;
        font-size: 40px;
        
    }
    .bottom-cta  p{
        max-width: 1050px;
        margin: 0 auto 20px;
    }
    
     /*Bottom  cta  end*/
     @media all and (min-width:1200px){
         .in-view .first-img{
            left: -230px;
            -webkit-transition-delay: .6s;
            -o-transition-delay: .6s;
            transition-delay: .6s;
            top: 20%;
            -webkit-transform: rotate(-10deg);
                -ms-transform: rotate(-10deg);
                    transform: rotate(-10deg);
          }
          .in-view .second-img{
            left: 115px;
            -webkit-transition-delay: .6s;
            -o-transition-delay: .6s;
            transition-delay: .6s;
            top: 5%;
            -webkit-transform: rotate(-7deg);
                -ms-transform: rotate(-7deg);
                    transform: rotate(-7deg);
          }
          .in-view .third-img{
             right: 115px;
             -webkit-transition-delay: .6s;
                  -o-transition-delay: .6s;
                     transition-delay: .6s;
                     top: 5%;
                     -webkit-transform: rotate(7deg);
                         -ms-transform: rotate(7deg);
                             transform: rotate(7deg);
          }
          .in-view .fourth-img{
             right: -230px;
             -webkit-transition-delay: .6s;
                  -o-transition-delay: .6s;
                     transition-delay: .6s; 
                     top: 20%;
                     -webkit-transform: rotate(10deg);
                         -ms-transform: rotate(10deg);
                             transform: rotate(10deg);
          }
     }
    @media all and (min-width:1400px) {
        h1 {
            font-size:56px
        }
        h2 {
            font-size: 44px
        }
        .enterprises-sec .content-wrap {
            max-width: 1800px;
            width: 100%;
        }
        
    
    }
    @media all and (max-width:1199px) {
        .pagewrapper .content-wrap{
            width: 90%;
        }
        .first-img, .fourth-img{
            display: none;
        }
        .second-img{
            left: 0px;
        }
        .third-img{
            right: 0px;
        }
    
    }
    @media all and (max-width:1400px) {
        /* banner */
    
        .banner .content-wrap{
            width: 90%;
        }
         /* banner */
    
        /* <!-- challenges-faced --> */
    
        .challenges-faced .highlight{
            display: inline-block;
        }
        /* <!-- challenges-faced end--> */
        
    }
    @media all and (min-width:992px) and (max-width:1199px) {
    
        /* Accordion  */
        .zcr-acc-img{
            height: 600px;
        }
        /* End Accordion  */
    }
    @media screen and (max-width: 1025px){
    #header-mainsec .headerinner {
        padding-bottom: 10px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px){
        h1, h1.center {
            font-size: 30px;
        }
    
        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;
        }
        .challenges-content.grid-content{
            gap: 30px;
        }
    
        /* banner */
        .banner{
            text-align: center;
            border-radius: 0px;
        }
        .bnr-imgs{
            display: none;
        }
        /* banner */
            /* Accordion  */
            .zcr-acc-img{
                height: 450px;
            }
            /* End Accordion  */
            .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-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: 10%;
        }
        .challenges-content> div span{
            margin-bottom: 30px;
        }
        .creating-seamless .content-wrap{
            padding-top: 0px;
        }
        /* challenges-faced */
        .goal-strategy .grid-content{
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            gap: 0px;
            padding: 30px;
        }
        .goal-strategy img {
            display: none;
        }
        .goal-strategy .highlight span{    background: none;}
    
    
    }
    
    @media all and (max-width:767px) {
    
        h1, h1.center {
            font-size: 27px;
        }
        .challenges-healthcare h2,.bottom-cta h2, 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;
        }
        /* 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;
           }
           /* Accordion */
    .zcr-acc-img{
        display: none;
    }
    .zcr-accordion .grid-content{
    
        margin-top: 20px;
    
    }
    .zcr-acc-cnt{
        width: 100%;
    }
    .zcr-acc-cnt ul li:last-child{
        margin-bottom: 0;
    }
    .zcr-acc-cnt ul li:first-child img{
        display:block;
    }
    .zcr-acc-cnt ul li img{
        display: block;
    }
        .zcr-accr-des img{
            max-width: 500px;
        }
    /* End Accordion */
       
           .text-center,  .it-benefit-team h2{
            text-align: left;
           }
    
           .transform-process.grid-content{
     
            -ms-grid-columns:  1fr ;
     
            grid-template-columns:  1fr ;
            gap: 0px;
            
        }
        }
    
    
    
    
    @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;
        }
       
    }
    
    
    @media all and (max-width:480px) {
        .second-img, .third-img{
            display: none;
        }
        .center-btm-img {
            width: 100%;
            max-width: 300px;
            margin: 0px;
        }
       
    }