 body,
        p,
        h2,
        h3,
        h4 {
            color: #000;
        }

        .integration-part {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        p {
           /* font-size: 18px;*/
            line-height: 1.8;
        }

        .integ {
            width: 325px;
            padding: 25px 20px 25px;
            border: 1px solid #e1e1e1;
            float: left;
            margin-right: 29px;
            margin-top: 40px;
            border-radius: 3px;
            transition: all .2s ease;
            height: 75px;
            position: relative;
            overflow: hidden;
        }

        .integration-part h1 {
            max-width: 640px;
            margin: 0 auto;
            font-size: 30px;
        }

        .integration-part h1 span {
            display: inline;
            font-size: inherit;
            font-weight: 600;
        }

        .fs14px {
            font-size: 14px;
        }

        .col000 {
            color: #000;
        }

        .lh22 {
            line-height: 22px;
        }

        .clrboth {
            clear: both;
        }

        .mT10 {
            margin-top: 10px;
        }

        .mb5 {
            margin-bottom: 5px;
        }



        .vat {
            vertical-align: top
        }

        .bold {
            font-weight: 600;
            font-size: 18px;
        }

        .pR20 {
            padding-right: 20px;
        }

        .ml6 {
            margin-left: 6px;
        }

        .pointer {
            cursor: pointer
        }

        .integ:hover {
            border: 1px solid #00add5;
            box-shadow: 0px 0px 9px #e1e1e1;
        }
        /*otherapps*/

        .pagehdr {
            white-space: nowrap;
            display: inline-block;
            width: 100%;
            border-bottom: 1px solid #ccc;
            margin-top: 60px;
        }

        .fxdhdr {
            position: fixed;
            display: block;
            background: #fff;
            width: 100%;
            top: 50px;
            margin-left: 0px;
            padding: 10px 0 2px 0;
            border-bottom: 1PX SOLID #CCC;
            z-index: 4;
            text-align: center;
        }

        .aaplst {
            border-bottom: 2px solid transparent;
            display: inline-block;
            margin-bottom: -1px;
            line-height: 32px;
            margin-right: 40px;
            font-size: 16px;
            color: #000;
            cursor: pointer;
            font-family: 'proxima_nova_rgregular', Arial, Helvetica, sans-serif;
			transition: all 0.5s ease 0s;
			
        }

        .appslectd {
            border-bottom: 3px solid #00add5;
            color: #000;
			transition: all 0.5s ease 0s;
			
        }

        .circledot {
            width: 7px;
            height: 7px;
            background: #999;
            float: left;
            margin-right: 4px;
            border-radius: 50%;
        }

        .linkinteg {
            text-align: left;
            padding: 4px 25px;
            color: #999;
        }

        .linkinteg:hover {
            background: #fafafa;
        }

        .crcleparnt {
            height: 19px;
            position: relative;
            top: 10px;
        }

        .newappinteg {
            font-size: 12px;
            position: absolute;
            float: right;
            background: #f0483e;
            color: #fff;
            padding: 11px 27px 4px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            top: -4px;
            right: -30px;
            font-weight: 600;
        }

        .newtophdr {
            color: #dd0e0e;
            font-size: 10px;
            position: relative;
            top: -6px;
            font-weight: 600;
            margin-left: 3px;
        }

        canvas {
            position: absolute;
            top: 0;
            left: 0;
        }

        .info {
            position: absolute;
            top: 0;
            left: 0;
            padding: 5px 15px;
            color: #eee;
            font-size: 13px;
            background-color: rgba(0, 0, 0, .5);
        }

        .product-logo {
            background: url(../images/icon-reports.png) no-repeat left center;
        }
        /* reports section */

        .integration-part .integrations {
            padding: 0;
            margin: 0;
            padding: 60px 0;
            border-bottom: 1px solid #eaeaeb;
            box-shadow: none;
        }

        .integration-part .integrations:last-child {
            border-bottom: 0;
        }

        .integrations h2 {
            color: #000;
            text-align: left;
        }

        .z-reports {
            width: 100%;

            overflow: auto;
        }

        .z-reports h2 em {
            margin: 12px 0 16px 0;
            border-bottom: 1px solid #000;
            width: 60px;
        }

        .integrations p {
            color: #000;
            padding: 0;
            font-size: 15px;
            line-height: 1.8;
        }

        .integrations h2 a {
            color: #27aac8;
        }

        .z-reports p {
            text-align: left;
        }

        .z-report {
            float: left;
            padding: 12px;
            box-sizing: border-box;
        }

        .z-reportleft {
            width: 30%;
            min-height: 100px;
            padding: 40px;
        }

        .z-reportright {
            width: 70%;
            padding: 0;
        }

        .z-reportapp {
            width: 33%;
            float: left;
            padding: 3%;
            box-sizing: border-box;
            margin-top: 15px;
            position: relative;
        }

        .z-reportapp:first-child,
        .z-reportapp:nth-child(2),
        .z-reportapp:nth-child(3) {
            //margin-top: 0;
        }

        .z-reportapp:before {
            content: "";
            position: absolute;
            width: 1px;
            height: 45%;
            background-color: #e2e3e3;
            top: 40px;
            bottom: 0;
            margin: auto;
            right: 0;
        }

        .z-reports .z-reportapp:before{
            top: 100px;
        }
		
        //.z-reportapp:nth-child(3n+3):before {
            background-color: transparent;
        }

        .z-reportapp p {
            clear: left;
        }

        .integrations h2 {
            width: 100%;
            font-size: 20px;
            font-size: 30px;
            font-family: "proxima_novasemibold";
            padding-left: 0;
        }

        .lmore {
            display: block;
            float: left;
            max-width: 200px;
            text-align: center;
            text-decoration: none;
            font-family: "proxima_novasemibold";
            font-size: 16px;
            margin-bottom: 10px;
            line-height: 21px;
            text-align: left;
        }
        /* apps sprite */

        [class|=fe-sol] {
            background-image: url(../images/reports-solutions-sprite.png);
        }

        .fe-icon,
        .fe-sol-icon,
        .fe-con-icon {
            background-position: initial;
            background-repeat: no-repeat;
            border: 0;
            border-radius: initial;
            display: block;
            float: none;
            height: 0;
            margin: 0;
            width: 0;
        }

        .fe-sol-sub-icon {
            background-position: left top;
            background-repeat: no-repeat;
            /* border-radius: 100%; */
            display: block;
            height: 60px;
            width: 54px;
        }

        .fe-sol-icon3 {
            background-position: -131px 0px;
        }

        .fe-sol-icon43 {
            background-position: -134px -400px;
        }

        .fe-sol-icon46 {

            background-position: -10px -444px;
        }

        .fe-sol-icon97 {
            background-position: -238px -452px;
        }

        .fe-sol-icon99 {
            background-position: -75px -451px;
        }

        .fe-sol-icon13 {
            background-position: -134px -120px;
        }
		.fe-sol-icon49 {
            background-position: -190px -60px;
        }
		
		.fe-sol-icon50 {
            background-position:-121px -493px;
		}
		.fe-sol-icon51 {
            background-position:-187px -495px;
		}
        .fe-sol-icon5 {
            background-position: -246px 0px;
        }

        .fe-sol-icon30 {
            background-position: -250px -242px;
        }

        .fe-sol-icon31 {
            background-position: -8px -297px;
        }

        .fe-sol-icon98 {
            background-position: -14px -494px;
            width: 115px;
            /* height: 27px; */
        }

        .fe-sol-icon33 {
            background-position: -131px -295px;
        }

        .fe-sol-icon4 {
            background-position: -185px 1px;
        }

        .fe-sol-icon45 {
            background-position: -260px -398px;
        }

        .fe-sol-icon35 {
            background-position: -255px -295px;
        }

        .fe-sol-icon41 {
            background-position: -70px -399px;
        }

        .fe-sol-icon44 {
            background-position: -198px -398px;
            display: block;
            height: 60px;
            width: 60px;
        }

        .fe-icon,
        .fe-sol-icon,
        .fe-con-icon {
            display: block;
            height: 60px;
            width: 54px;
        }

        .fe-sol-icon22 {
            background-position: -135px -242px;
        }

        .fe-sol-icon2 {
            background-position: -74px -1px;
        }

        .fe-sol-icon1 {
            background-position: -10px -2px;
        }

        .fe-sol-icon7 {
            background-position: -68px -60px;
        }

        .fe-sol-icon6 {
            background-position: -12px -60px;
        }

        .fe-sol-icon23 {
            background-position: -194px -242px;
        }

        .fe-sol-icon10 {
            background-position: -253px -60px;
        }

        .fe-sol-icon32 {

            background-position: -64px -292px;
        }

        .fe-sol-icon34 {
            background-position: -194px -295px;
        }

        .fe-sol-icon12 {
            background-position: -72px -122px;
        }

        .fe-sol-icon11 {
            background-position: -9px -124px;
        }

        .fe-sol-icon21 {
            background-position: -73px -239px;
        }

        .fe-sol-icon14 {
            background-position: -199px -120px;
        }

        .bot-banner-wrap {
            position: relative;
            text-align: center;
            padding: 60px 10% 70px;
            background-color: #03a9f5;
        }

        .content-wrap {
            margin: 0 auto;
            max-width: 1280px;
            position: relative;
        }

        .bot-banner-wrap h2 {
            color: #fff;
            font-size: 30px;
            font-weight: 400;
            letter-spacing: -0.5px;
            line-height: 40px;
            text-align: center;
        }

        .signupnow-button01 a {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: 1px solid rgba(255, 255, 255, 0.5);
            color: #fff;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            line-height: 50px;
            margin: 25px 0 0;
            padding: 0 60px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            transition: all 0.5s ease 0s;
        }

        .signupnow-button01 .accesss-product {
            display: none;
        }

        .get-started>em,
        .getstarted-box>em,
        .signup-bottom>em,
        .signupnow-button01>em {
            color: #fff;
            display: block;
            font-size: 14px;
            font-weight: 600;
            margin: 8px 0 0;
            text-align: center;
        }
		
        @media only screen and (max-width: 1040px) {
            .fxdhdr {
                top: 0
            }
        }

        @media only screen and (max-width: 991px) {
            .z-reportapp {
                width: 50%;
            }
            .z-reports {
                overflow: initial;
                width: 99%;
            }
            .z-reportapp:nth-child(2n+2):before {
                background-color: transparent;
            }
            .z-reportapp:nth-child(3n+3):before {
                background-color: #e2e3e3;
            }
            .z-reportapp:first-child,
            .z-reportapp:nth-child(2) {
                margin-top: 0;
            }
            .z-reportapp:nth-child(3) {
                margin-top: 15px;
            }
        }

        @media only screen and (max-width: 767px) {
            .z-reportapp {
                width: 100%;
            }
            .z-report {
                float: none;
                width: 100%;
            }
            .z-reports h2 {
                float: left;
                text-align: left;
                padding: 0;
                margin-bottom: 12px;
            }
            .z-reportright {
                padding: 0;
            }
            .fxdhdr {
                top: 50px;
                display: none!important;
            }
            .pagehdr {
                display: none;
            }
            .integration-part .integrations {
                max-width: 300px;
                margin: 0 auto;
            }
            .z-reportapp:nth-child(2n+2):before {
                background-color: transparent;
            }
            .z-reportapp:nth-child(3n+3):before {
                background-color: transparent;
            }
            .z-reportapp:before {
                background-color: transparent;
            }
            .fe-sol-icon33 {
                background-position: -130px -295px;
            }
            .z-reportapp:first-child,
            .z-reportapp:nth-child(2) {
                margin-top: 15px;
            }
        }

        @media only screen and (max-width: 600px) {
            .aaplst {
                /* border-bottom: 2px solid transparent; */
                display: inline-block;
                margin-bottom: -1px;
                line-height: 26px;
                margin-right: 21px;
                font-size: 11px;
                font-weight: 600;
                color: #999;
                cursor: pointer;
            }
            .integration-part h1 {
                max-width: 349px;
                margin: 0 auto;
                font-size: 25px;
            }
            .z-report.z-reportleft {
                margin-bottom: 40px;
            }
            .z-report.z-reportleft.zlast {
                margin-bottom: 0;
            }
        }

        @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
        not all,
        only screen and (min-resolution: 240dpi) {
            .product-logo {
                background: url(../images/reports-icon@2x.png) no-repeat left center;
                background-size: 48px auto;
            }
        }
		
			.fe-sol-icon48 {
  			    background-image: url(../images/reports-solutions-sprite.png);
  		  	    background-position: -71px -493px;
		}		
			.fe-sol-icon47 {
   				background-image: url(../images/reports-solutions-sprite.png);
    			background-position: 2px -495px;
	
}
		
		.fe-sol-icon52 {    
		
		background-image: url(../images/reports-solutions-sprite.png);
			background-position: 2px -544px; 
		}
		
		.fe-sol-iconSCP {
			background-position:-252px -120px;
		}