
/*Reset CSS*/
:root {
	--dark-green: #00160A;
	;
	--green: #009442;
}
.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: #ea152b;
    color: #fff;
}
.sprite-icons{
    content: "";
    display: block;
    position: relative;
    background: url(https://www.manageengine.com/appcreator/images/banking-sprite.svg);
    background-size: 373px auto;
    width: 45px;
    height: 45px;
    margin-bottom: 20px;
} 

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: #ea152b;
    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;
}
.banner h1, .banner p{
    max-width: 720px;
    margin: 0px auto 20px;  
}

.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 {
    border-radius: 18px;
    max-width: 280px;
}
 .first-img{
   left: -120px;
}

.second-img{
    left: 190px;
}

 .third-img{
    right: 190px;
}

.fourth-img{
    right: -120px;
}
/* banner end*/
/* challenges-faced */
.challenges-faced{
    background: var(--dark-green);
    width: 98%;
    margin: 0 auto;
    position: relative;
    color: #fff;
}
.challenges-faced::before{
    content: "";
    position: absolute;
    background: var(--dark-green);
    width: 100%;
    height: 30%;
    top: -23%;
    left: 0px;
    z-index: 0;
}

.challenges-faced h2, .challenges-faced h3{
    color: #fff;
}

.challenges-content.grid-content{
    gap: 20px;
}

.challenges-content>div{
    padding: 50px;
    border: 1px solid #093E21;
    border-radius: 10px;
}
.challenges-content>div p{
    margin-bottom: 0px;
}


.challenges-healthcare{
    position: relative;
}
.challenges-healthcare h3{
    max-width: 350px;
}
.challenges-healthcare h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 44px;
}
.challenges-faced .icon1{
    background-position: 0px 0px;   
}
.challenges-faced .icon2{
    background-position: -48px 0px;
}
.challenges-faced .icon3{
    background-position: -92px 0px;
}
.challenges-faced .icon4{
    background-position: -143px 0px;
}
/* challenges-faced end*/

/* creating-seamless */
.creating-seamless .content-wrap {
    max-width: 1000px;
}
.creating-seamless-cnt.grid-content{
    gap: 0px;
}
.creating-seamless-cnt{
    position: relative;
}

.creating-seamless .main-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 80px;
}

.creating-seamless-cnt>div{
    position: relative;
    padding: 40px 40px 30px;
    z-index:1;
}
.creating-seamless-cnt>div:first-child, .creating-seamless-cnt>div:nth-child(3){
    border-right: 1px solid #C2C2C2;
}
.creating-seamless-cnt>div:first-child, .creating-seamless-cnt>div:nth-child(2){
    border-bottom: 1px solid #C2C2C2;
}

.creating-seamless .icon1{
    background-position: -188px 0px;  
}
.creating-seamless .icon2{
    background-position: -234px 0px;

}
.creating-seamless .icon3{
    background-position: -284px 0px;
}
.creating-seamless .icon4{
    background-position: -328px 0px;
}


/* creating-seamless end*/
.zcr-fr-section h2{
    font-size: 40px;
}
.zcr-fr-section .content-wrap{
    padding-top: 30px;

}
.zcr-fr-section .main-heading{
    max-width: 860px;
    margin: 0 auto 0px;
    text-align: center;
}
.zcr-fr-section .grid-content{
    max-width: 1000px;
    margin: 50px auto 0px;
    padding: 50px;
    border-radius: 20px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}
.zcr-fr-section .grid-content img{
    border-radius:15px ;
}

.zcr-fr-section .grid-content .image-prt{
    max-width: 350px;
    margin: 0 auto;

}

.zcr-fr-section .grid-content.first-sec{
    background: #D6D6F7;
}
.zcr-fr-section .grid-content.second-sec{
    background: #F5F2D1;
}
.zcr-fr-section .grid-content.third-sec{
    background: #F9E5D8;
}
.zcr-fr-section .grid-content.fourth-sec{
    background: #D9EBCD;
}


 /* Bottom cta */

.bottom-cta{
    text-align: center;
    background: #000;
    color: #fff;

}
.bottom-cta h2{
    max-width: 680px;
    margin: 0 auto 15px;
    font-size: 44px;
    color: #fff;
}
.bottom-cta p{
    max-width: 700px;
    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:56px
    }
    h2 {
        font-size: 44px
    }
    .enterprises-sec .content-wrap {
        max-width: 1800px;
        width: 100%;
    }
    

}
@media all and (max-width:1600px) {
    
    .banner-imgs img{
        max-width: 250px;
    }
    .second-img {
        left: 230px;
    }
    .third-img {
        right: 230px;
    }
    .first-img {
        left: -60px;
    }
    .fourth-img{
        right:-60px ;
    }
}
@media all and (max-width:1440px) {
    .banner-imgs img{
        max-width: 200px;
    }
    .second-img {
        left: 20%;
    }
    .third-img {
        right: 20%;
    }
    .first-img {
        left: 0%;
    }
    .fourth-img{
        right:0% ;
    }
    .challenges-faced::before{
        top: -17%;
    }
    /* banner */

    .banner .content-wrap{
        width: 90%;
    }
  
     /* banner */

    /* <!-- challenges-faced --> */

    .challenges-faced .highlight{
        display: inline-block;
    }
    /* <!-- challenges-faced end--> */
    
}
@media all and (max-width:1199px) {
    .pagewrapper .content-wrap{
        width: 90%;
    }
    .banner-imgs{
        margin-top: 80px;
    }
    .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%;
        
    }
    .first-img, .fourth-img{
        display: none;
    }
    .second-img{
    left: 0px;}
    .third-img{
        right:0px;
    }

}


@media screen and (max-width: 1025px){
#header-mainsec .headerinner {
    padding-bottom: 10px;
}
.zcr-fr-section .grid-content{
    gap: 50px;
}
}

@media all and (max-width:991px) {
    .pagewrapper .content-wrap { padding: 50px 0;}
    .banner .content-wrap {
        padding: 90px 0px 50px;
    }
    .challenges-faced::before {
        top: -10%;
    }
    .challenges-faced h2,
    .challenges-healthcare h2,.bottom-cta h2, h2, .zcr-fr-section h2 {
        font-size: 36px;
    }
    /* banner */
    .banner{
        text-align: center;
        border-radius: 0px;
    }
    .bnr-imgs{
        display: none;
    }
    /* banner */
     /*  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-healthcare h2{
        margin-bottom: 60px;
    }
    .challenges-content> div{
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .challenges-content> div span{
        margin-bottom: 30px;
    }
  

    /* challenges-faced */

    .zcr-fr-section .grid-content{
        grid-template-columns: 1fr;
        gap: 50px;
        gap: 0px;
    }
    .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;
      }
      .creating-seamless-cnt>div:first-child, .creating-seamless-cnt>div:nth-child(3){
        padding-left: 0px;
      }
      .zcr-fr-section .grid-content .image-prt{
        margin: 20px 0px 0px;
      }
      




}

@media all and (max-width:767px) {

    h1, h1.center {
        font-size: 42px;
    }
    .challenges-healthcare h2,.bottom-cta h2, h2, .zcr-fr-section h2 {
        font-size: 36px;
        text-align: left;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: 22px;
    }
    h6, p {
        font-size: 16px;
    }
    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, .creating-seamless .main-heading p{
        text-align: left;
    }
    .creating-seamless-cnt>div{
        padding: 30px 0px;
    }
    /* banner */
    .banner, .challenges-faced h2, .main-heading p{
        text-align: left;
    }
    .banner-imgs{
    margin-top: 30px;
    }
    .center-btm-img, .second-img, .third-img{
        max-width: 30%;

    }
    .challenges-faced::before {
        top: -7%;
    }
    .creating-seamless .main-heading{
        margin-bottom: 20px;
    }
    /* banner */
    .creating-seamless-cnt>div:first-child, .creating-seamless-cnt>div:nth-child(3){
        border-right: none;
    }
    .creating-seamless-cnt>div{
        border-bottom: 1px solid #C2C2C2;
    }
    /* <!-- challenges-faced --> */
    .challenges-faced .content-wrap{
        padding: 60px 0px;
    }
    .challenges-healthcare h2{
        margin-bottom: 50px;
    }
    .challenges-content.grid-content{
        gap: 50px;
    } 

    .challenges-faced h2 {
        text-align: left;
    }

    .challenges-content>div:last-child{
        margin-bottom: 0px;   
    }
    .challenges-content>div p:last-child {
        margin: 0px;
    }
    .challenges-content>div{
        padding: 30px;
    }
    .challenges-healthcare>div:nth-child(2) {
        padding-right: 0px;
    }
       /* <!-- challenges-faced --> */

       .creating-seamless-cnt.grid-content{
        gap: 20px;
       }

   
       .text-center,  .it-benefit-team h2{
        text-align: left;
       }
       .challenges-content> div span{
        margin-bottom: 20px;
       }
       .bottom-cta .content-wrap{
        padding-bottom: 100px;
       }
       
    }






@media all and (max-width:480px) {
    h1, h1.center {
        font-size: 34px;
    }
    .challenges-healthcare h2, .bottom-cta h2, h2, .zcr-fr-section h2{
        font-size: 32px;
    }
    .second-img, .third-img{
        display: none;
    }
    .center-btm-img {
        width: 100%;
        max-width: 300px;
        margin: 0px;
    }
    .zcr-fr-section .grid-content{
        padding: 40px 30px;
    }

   
}