ebook-inner.css
/*Ebook inner page css*/

.fixed-header {
    position: relative;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s ease-in 0s;
}

.header-bg {
    box-shadow: 0px 0px 5px #e2e2e2;
}

.ebkinnercont {
    display: flex
}

.flex-wrap {
    display: flex;
    width: 100%;
}

.flex-wrap>div {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}

.rowpding {
    padding: 100px 0
}

.leftbar {
    width: 25%;
    transition: all 500ms ease;
}

.leftbar.fadeout {
    visibility: hidden;
    opacity: 0;
}

.leftbarsticky.stick {
    position: fixed;
    top: 0;
    width: 10.5%;
}

.ebooklinkscont {
    background: #f7f7f7 url(../images/lg-body-bg.png);
    border-radius: 5px;
    border: 1px solid #ededed;
    padding: 30px;
}

.ebooklinks {
    border-left: 1px solid #cacbcf;
}

.parent-li-menu li {
    margin: 5px 0;
}

.parent-li-menu li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 6px 0 4px 12px;
    line-height: 1.4;
}

.parent-li-menu span li a {
    padding-left: 40px;
}

li.sublink a {
    padding-left: 30px;
}

.ebooklinks a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 6px 0 4px 12px;
    line-height: 1.4;
}

.parent-li-menu li a.active {
    color: #000;
    box-shadow: -3px 0px 0px 0px #000;
    font-weight: 600;
}

.parent-li-menu li:hover {
    color: #000;
    box-shadow: -3px 0px 0px 0px #000;
    font-weight: 600;
}

.tdec {
    text-decoration: line-through
}

ul.ebooklinks li {
    margin: 5px 0
}

ul.ebooklinks {
    border-left: 1px solid #cacbcf;
}

ul.ebooklinks li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 6px 0 4px 12px;
    line-height: 1.4;
}

ul.ebooklinks li.sublink a {
    padding: 6px 0 4px 30px;
}

ul.ebooklinks li a:hover {
    color: #000;
    box-shadow: -3px 0px 0px 0px #ccc;
    font-weight: 600;
}

ul.ebooklinks li a.active {
    color: #000;
    box-shadow: -3px 0px 0px 0px #000;
    font-weight: 600;
}


/*ul.ebooklinks ul.sub{ padding-left: 20px;}
ul.ebooklinks ul.sub li a{color: #000;
    text-decoration: none;
    font-size: 14px;
	display: inline-block;
	padding: 6px 0 4px 12px;
	line-height: 1.4;}
ul.ebooklinks ul.sub li.active a {
    color: #000;
    box-shadow: none;
    font-weight: 600;
}*/

.chapter-wrapper {
    width: 55%;
    padding: 0 50px;
}

.chapter-wrapper section {
    padding-bottom: 10px;
}

.chapter-wrapper h1 {
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 1.2;
    font-size: 40px;
    letter-spacing: -1.47px;
    color: #010101;
}

.chapter-wrapper h2 {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -0.8px;
    color: #010101;
    margin-bottom: 20px;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-top: 30px;
    display: inline-block;
}

.chapter-wrapper p {
    margin-top: 20px;
}

.chapter-wrapper p strong {
    font-family: 'Zoho_Puvi_SemiBold';
}

.chapter-wrapper h3 {
    margin-top: 50px;
    font-family: 'Zoho_Puvi_SemiBold'
}

.chapter-wrapper h4 {
    font: 20px/1.4 'Zoho_Puvi_SemiBold';
    margin-top: 30px;
    /*    font-weight: bold;*/
}

.chapter-wrapper img {
    margin: 20px auto;
}

.chapter-wrapper a {
    text-decoration: none;
    color: #546aea;
}

.widget-sidebar {
    width: 20%;
}

.downldpdf {
    padding: 20px 0;
}

.downldpdf p {
    margin: 10px 0;
    text-align: center
}

.downldpdf a {
    background: #ee4a44;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    font: 16px/1.3 'Zoho_Puvi_SemiBold';
    border-radius: 3px;
    opacity: 0.9;
}

.downldpdf a:hover {
    opacity: 1;
}

.ebk-thumb img {
    width: 72%;
    margin: 0 auto 0 auto;
}

.r-sidbar.rbarsticky {
    position: fixed;
    top: 0;
    width: 10.5%;
}

.r-sidbar.fadeout {
    visibility: hidden;
    opacity: 0;
}

#imebookimg,
#endmgmntbookimg,
#ciobookimg,
#bcdrbookimg,
#servicerqstbook,
#itsmebook,
#itrelasemanagment,
#enterpriseebook,
#itomebook,
#aipos,
#zoho-decade-part-two,
#zoho-decade-part-one,
#paper-lights,
.acd-e-book-bg,
#ransomware,
#zerotrust {
    background: #f7f7f7 url(../images/lg-body-bg.png);
    border-radius: 5px;
    border: 1px solid #ededed;
    padding-top: 25px;
}

.aboutauther {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.aboutauther div.left {
    width: 30%;
    text-align: center;
}

.aboutauther div.left img {
    margin: 0 auto
}

.authname {
    font-family: 'Zoho_Puvi_SemiBold';
    margin-top: 10px;
}

.authdisc {
    font-size: 14px;
    margin-top: 0px;
}

.aboutauther div.right {
    width: 70%
}

.aboutauther div.right h3 {
    margin-top: 0px;
}

.aboutauther div.right p {
    font-size: 14px;
    margin-top: 5px;
}

.sub-news {
    padding: 20px 30px 35px 30px;
    margin-top: 20px;
    background: #f7f7f7 url(../images/lg-body-bg.png);
    border-radius: 5px;
    border: 1px solid #ededed;
}

.sub-news p {
    font: 20px/1.3 'Zoho_Puvi_Regular';
    margin-top: 0px;
}

.sub-news div {
    margin-top: 30px;
    text-align: center;
}

.sub-news a {
    text-decoration: none;
    color: #ee4a44;
    border: 1px solid #ee4a44;
    padding: 10px 20px;
    font: 16px/1.3 'Zoho_Puvi_SemiBold';
    border-radius: 3px;
    opacity: 0.9;
}

.sub-news a:hover {
    opacity: 1;
}


/*IM book page styel*/

.dc-incidsflx {
    display: flex;
    flex-wrap: wrap
}

.iconsdiv {
    width: 45%;
    padding-right: 5%
}

.iconsdiv p:nth-child(2) {
    margin-top: 10px;
}

.iconsdiv p:nth-child(3) {
    margin-top: 5px;
}

.ebookicons {
    background-image: url("../images/incident-management-ebook-sprite.png");
    background-repeat: no-repeat;
    margin-top: 30px;
}

.dcinci-01 {
    background-position: -9px -1px;
    width: 60px;
    height: 60px;
}

.dcinci-02 {
    background-position: -216px -1px;
    width: 60px;
    height: 60px;
}

.dcinci-03 {
    background-position: -80px -2px;
    width: 60px;
    height: 60px;
}

.dcinci-04 {
    background-position: -284px 0px;
    width: 60px;
    height: 60px;
}

.tblecont,
.zh-t-space {
    margin: 20px 0;
    overflow-x: scroll;
}

.zh-t-space table thead tr td p {
    font: 20px/1.4 'Zoho_Puvi_SemiBold';
    margin-bottom: 0;
}

.zh-t-space table tbody tr td p {
    margin-bottom: 0;
}

.tblhdr {
    font-family: 'Zoho_Puvi_SemiBold';
    text-align: center
}

.tblhdr p {
    font-family: 'Zoho_Puvi_SemiBold';
    text-align: center;
    font-size: 18px !important;
}

p.thumbdic {
    font-size: 12px;
}

.tblecont tr td {
    padding: 15px;
    border: 1px solid #000;
}

.tblecont p {
    margin-top: 0px;
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 20px;
}


/*
.tblecont ul.list-items li {
    margin-bottom: 10px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 20px;
}

.tblecont ul.list-items li:before {
    top: 5px;
}
*/

td.litblue {
    background: #f4f9fb
}

.yclr {
    background: #fdd30a;
}

.bclr {
    background: #3bc7f4;
}

.mjrsecurity {
    display: flex;
    flex-wrap: wrap
}

.mjrsecurity .iconsdiv {
    width: 95%;
    padding-right: 5%
}

.mjravaility {
    background-position: -149px 0px;
    width: 60px;
    height: 60px;
}

.security {
    background-position: -362px -4px;
    width: 61px;
    height: 61px;
}

.improcesbxflx {
    display: flex;
    margin-top: 30px;
}

.imprsbxs {
    background: #f8ce25;
    width: 30%;
    margin: 10px;
    border: 2px solid #000;
    text-align: center;
    padding: 4%;
}

.improces-01 {
    background-position: -9px -71px;
    width: 60px;
    height: 60px;
    margin: 0 auto
}

.improces-02 {
    background-position: -78px -73px;
    width: 60px;
    height: 60px;
    margin: 0 auto
}

.improces-03 {
    background-position: -149px -70px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.dcprint {
    display: flex;
    flex-wrap: wrap
}

.dcprint .iconsdiv {
    width: 95%;
    padding-right: 5%
}

.dcprint-01 {
    background-position: -243px -71px;
    width: 60px;
    height: 60px;
}

.dcprint-02 {
    background-position: -320px -71px;
    width: 61px;
    height: 60px;
}

.incresponse-01 {
    background-position: -7px -140px;
    width: 60px;
    height: 60px;
}

.incresponse-02 {
    background-position: -288px -151px;
    width: 60px;
    height: 60px;
}

.incresponse-03 {
    background-position: -81px -141px;
    width: 60px;
    height: 60px;
}

.incresponse-04 {
    background-position: -361px -151px;
    width: 60px;
    height: 60px;
}

.incresponse-05 {
    background-position: -154px -140px;
    width: 61px;
    height: 60px;
}

.incresponse-06 {
    background-position: -434px -153px;
    width: 60px;
    height: 60px;
}

.incresponse-07 {
    background-position: -222px -154px;
    width: 60px;
    height: 60px;
}

.incresponse-08 {
    background-position: -507px -143px;
    width: 60px;
    height: 60px;
}

.comnictstkcon {
    margin-top: 30px;
}

.comunicatestake {
    display: flex;
    margin-top: 20px;
    align-items: flex-start;
}

.comunicatestake .left {
    width: 15%
}

.comunicatestake .right {
    width: 85%
}

.comunicatestake p:nth-child(1) {
    margin-top: 0px;
}

.itsmtol {
    background-position: 0 -213px;
    width: 60px;
    height: 60px;
    margin-top: 0px;
}

.zohoconct {
    background-position: -68px -215px;
    width: 60px;
    height: 60px;
    margin-top: 0px;
}

.zohocliq {
    background-position: -138px -219px;
    width: 60px;
    height: 60px;
    margin-top: 0px;
}

.docmntoutge {
    background-position: -202px -220px;
    width: 60px;
    height: 60px;
    margin-top: 0px;
}

.theprocsscont {
    margin-top: 30px;
}

.theprocss {
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.theprocss .left {
    width: 15%
}

.theprocss .right {
    width: 85%
}

.theprocss p:nth-child(1) {
    margin-top: 0px;
}

.procss-01 {
    background-position: -8px -289px;
    width: 60px;
    height: 60px;
    margin-top: 0px;
}

.procss-02 {
    background-position: -81px -286px;
    width: 61px;
    height: 63px;
    margin-top: 0px;
}

.procss-03 {
    background-position: -155px -296px;
    width: 60px;
    height: 60px;
    margin-top: 0px;
}

.procss-04 {
    background-position: -227px -296px;
    width: 61px;
    height: 60px;
    margin-top: 0px;
}

.procss-05 {
    background-position: -301px -296px;
    width: 60px;
    height: 60px;
    margin-top: 0px;
}

p.intlink {
    font-size: 13px;
}


/*Endpoit management*/

.endpointmgnt a {
    /*  color: #00a9f4*/
}

.didyouknow {
    display: flex;
    margin: 30px 0;
}

.didyouknow div.left {
    width: 40%
}

.didyouknow div.right {
    width: 60%;
    padding-left: 30px;
}

.didyouknow div.right h3 {
    margin-top: 0px;
}

.didyouknow div.right p:nth-child(1) {
    margin-top: 0px;
}

.diduknowcont {
    background: #ffce3d;
    padding: 20px;
    border-radius: 10px;
}

.diduknowcont p {
    font-style: italic;
    font-size: 15px;
}

.textorit {
    text-decoration: line-through;
}

.alerning {
    display: flex;
    flex-wrap: wrap;
}

div.inner {
    width: 100%;
    margin: 20px 0
}

.alerningcont {
    display: flex;
    align-items: center
}

.alerningcont .left {
    width: 20%
}

.alerningcont .right {
    width: 80%
}

.alerningcont .right p:nth-child(1) {
    margin-top: 0px;
}

.endsprit {
    background-image: url("../images/end-sprite-images.png");
    background-repeat: no-repeat;
}

.alearimg1 {
    background-position: -2px 0px;
    width: 77px;
    height: 82px;
}

.alearimg2 {
    background-position: -86px 0px;
    width: 77px;
    height: 82px;
}

.alearimg3 {
    background-position: -168px 0px;
    width: 77px;
    height: 82px;
}

.alearimg4 {
    background-position: -250px 0px;
    width: 77px;
    height: 82px;
}

img.alearn {
    width: 70%;
}

.end-image {
    margin: 20px 0;
}

.endflowchart {
    margin: 20px 0;
}

h3 span.textorit {
    text-decoration: line-through;
}

td.drkblue {
    background: #e8f5fb;
}

.endtblecont {
    margin: 20px 0;
}

.tblhdr {
    font-family: 'Zoho_Puvi_SemiBold';
    text-align: center
}

.endtblecont tr td {
    padding: 10px 20px;
    border: 1px solid #6dcaf0;
}

.endtblecont p {
    margin-top: 0px;
}

.ebkinnercont p {
    font: 18px / 1.6 "Zoho_Puvi_Regular";
    color: #333333;
    font-size: 18px;
    margin-bottom: 30px;
    letter-spacing: -0.2px;
}


/*
.endtblecont ul.list-items li {
  margin-bottom: 5px;
  padding-left: 0px;
}
.endtblecont ul.list-items li:before {
  top: 9px;
}
*/

.user-orient {
    display: flex;
    align-items: center;
    margin: 20px 0
}

.user-orient .left {
    width: 50%
}

.user-orient .right {
    width: 50%
}

.user-orient .right p:nth-child(1) {
    margin-top: 0px;
}

.pR20 {
    padding-right: 20px;
}

.pL20 {
    padding-left: 20px;
}


/*quotes*/

.top-quotes {
    margin-bottom: 100px;
}

.quotes {
    padding: 30px;
}

p.quote-desc {
    border-left: 5px solid #4dc9f5;
    padding-left: 20px;
    font-weight: 600;
}

p.quote-author {
    text-align: right;
    font-size: 14px;
}

img.quotes-logo {
    width: 120px;
}

.two-col td {
    width: 50%;
}

.tblecont .three-col td {
    width: 33.33%;
}

.four-col td {
    width: 25%;
}

.highlighted {
    border-left: 5px solid #44c8f5;
    padding-left: 20px;
    margin: 50px 0px;
}

.highlighted h2 {
    margin: 20px 0px;
}

.main-text {
    font-size: 18px;
    font-weight: bold;
}

p.sub-text {
    font-size: 20px;
    font-weight: bold;
}

img.author-thumbnail {
    border-radius: 50%;
}


/*quotes*/


/*CIO compliance css start*/

.zohostory {
    background: #4f8cc5 url(../images/zoho-building-bg.png) right bottom no-repeat;
    padding: 20px;
    margin-top: 20px;
}

.zohostory h4 {
    color: #fff;
    margin-top: 0px;
}

.zohostory p {
    color: #fff;
}

.zohostory ul li {
    color: #fff;
}

.zohostory ul.list-items li:before {
    content: "";
    background: #fff;
}

.formulabx {
    color: #0089ce;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 600
}

.cio-antimage img {
    margin: 20px auto;
    width: 60%;
    border: 1px solid #f1f1f1;
}

.cio-antimage.imgwd img {
    width: 90% !important;
}

td.hdrdrkblue {
    background: #4889c4;
    color: #fff;
}

td.lityclor {
    background: #f9f8eb;
}

.ciotblecont {
    margin: 20px 0;
    overflow-x: scroll;
}

.ciotblecont tr td {
    padding: 15px;
    border: 1px solid #6dcaf0;
}

.ciotblecont tr td p {
    margin-bottom: 0px;
}

.ciotblecont p {
    margin-top: 0px;
}


/*
.ciotblecont ul.list-items li {
  margin-bottom: 5px;
  padding-left: 0px;
}
.ciotblecont ul.list-items li:before {
  top: 9px;
}
*/

td.para-mT10 p {
    margin-top: 10px;
}

.smlarow {
    display: inline-block;
    width: 20px;
}

.smlarow img {
    margin: 0
}


/*CIO compliance css end*/


/*Disaster ebook css start*/

.disaster-table .tblhdr {
    background: #0278b6;
    color: #fff;
    font-size: 18px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.disaster-table tr:nth-child(even) {
    background: #e4f5fd;
}

.disaster-table tr:nth-child(odd) {
    background: #c7eafb;
}

.disaster-table tr td {
    border: 1px solid #4abfe1;
}

.score tr.head {
    background: #0278b6;
    color: #fff;
}

.score td.blue {
    background: #0278b6;
    color: #fff;
}

.score td.gray {
    background: #e2e0df;
}

.score td.yellow {
    background: #ffcd50;
}

.score td.green {
    background: #2ea336;
}

.score td.red {
    background: #ff0000;
}

.score td.light-yellow {
    background: #febe62;
}

.score td.light-blue {
    background: #b5d7ec;
}

.score tr td {
    border: 1px solid #49bee1;
    text-align: center;
}

td.table-center {
    vertical-align: middle;
}

.days-table td:nth-child(2) p {
    margin: 20px 0px;
}

strong {
    font-family: 'Zoho_Puvi_SemiBold' !important;
}

h4.slanting-text {
    font-style: italic;
}

img.topic-img {
    margin: 50px auto;
    max-width: 90%;
}


/*Disaster ebook css end*/


/*Service request ebook css start*/

.alertbx {
    background: #c8ecf9;
    padding: 20px;
    margin: 20px 0
}

.withiocn {
    margin-top: 30px;
}

.withiocn img {
    margin: 0;
    float: left
}

.service-rqst h3 {
    color: #000
}

.service-rqst a {
    /*  color: #00a9f4*/
}

.blurtxt {
    color: #06affc
}

.blurclrtxt li p strong {
    color: #000
}

.withiocn h4 {
    display: flex;
    align-items: center;
    margin-top: 0px;
    color: #000
}

.alertbx img {
    margin: 0;
    float: left
}

.alertbx h4 {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

td.tacmidl {
    text-align: center;
    vertical-align: middle;
}


/*Service request ebook css end*/


/*Zero Trust E-Book Styles Starts*/

.sprite-icon {
    background: url(../images/zero-trust-ebook-icons.svg) no-repeat;
    display: inline-block;
    margin: 30px 0px 0px 0px;
    background-size: 2110px;
}

.sprite-icon-1 {
    background-position: 4px 0px;
    width: 135px;
    height: 135px;
}

.sprite-icon-2 {
    background-position: -126px 0px;
    width: 135px;
    height: 135px;
}

.sprite-icon-3 {
    background-position: -256px 0px;
    width: 135px;
    height: 135px;
}

.sprite-icon-4 {
    background-position: -388px 0px;
    width: 135px;
    height: 135px;
}

.sprite-icon-5 {
    background-position: -520px 0px;
    width: 135px;
    height: 135px;
}

.sprite-icon-6 {
    background-position: -667px 0px;
    width: 145px;
    height: 145px;
}

.sprite-icon-7 {
    background-position: -824px 0px;
    width: 145px;
    height: 145px;
}

.sprite-icon-8 {
    background-position: -978px 0px;
    width: 145px;
    height: 145px;
}

.sprite-icon-9 {
    background-position: -1330px 1px;
    width: 87px;
    height: 85px;
    background-size: 2500px;
}

.sprite-icon-10 {
    background-position: -1419px 0px;
    width: 85px;
    height: 85px;
    background-size: 2500px;
}

.sprite-icon-11 {
    background-position: -1509px 0px;
    width: 87px;
    height: 81px;
    background-size: 2500px;
}

.sprite-icon-12 {
    background-position: -1599px 0px;
    width: 87px;
    height: 72px;
    background-size: 2500px;
}

.sprite-icon-13 {
    background-position: -1700px 0px;
    width: 87px;
    height: 77px;
    background-size: 2500px;
}

.sprite-icon-ch1 {
    background-position: -1436px 0px;
    width: 135px;
    height: 146px;
    background-size: 2000px;
}

.sprite-icon-ch1bp {
    background-position: -1578px 0px;
    width: 144px;
    height: 146px;
    background-size: 2000px;
}

.sprite-icon-ch2 {
    background-position: -1721px 0px;
    width: 135px;
    height: 146px;
    background-size: 2000px;
}

.sprite-icon-ch3 {
    background-position: -1865px 0px;
    width: 135px;
    height: 146px;
    background-size: 2000px;
}

.sprite-icon-ch3bp {
    background-position: -435px -133px;
    width: 135px;
    height: 146px;
    background-size: 2000px;
}

.sprite-icon-ch4 {
    background-position: -584px -136px;
    width: 135px;
    height: 146px;
    background-size: 2000px;
}

.sprite-icon-ch4bp {
    background-position: 0px -136px;
    width: 135px;
    height: 146px;
    background-size: 2000px;
}

.sprite-icon-ch5 {
    background-position: -144px -136px;
    width: 135px;
    height: 146px;
    background-size: 2000px;
}

.sprite-icon-ch5bp {
    background-position: -288px -136px;
    width: 135px;
    height: 146px;
    background-size: 2000px;
}

.tblecont td {
    width: 50%;
    text-align: center;
}

td.gclr {
    background: #c0f0a8;
}

td.rclr {
    background: #cc646b;
    color: #fff;
}

.sprite-icons h4 {
    margin-top: 10px !important;
}

.sprite-icons p {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.sprite-icons h3 {
    margin-top: 15px !important;
}

.tblecont td {
    text-align: left;
}

.topic-pic {
    width: 50% !important;
}

table.equal-width-3-col td {
    width: 33.33%;
}

.zh-box-mamin {
    display: grid;
    grid-template-columns: 50% 50%;
}

.zh-box-item {
    background: #f0fcff;
    margin-bottom: 10px;
    padding: 25px;
    text-align: center;
}

.zh-p-width95 {
    width: 95%;
}

.zhp-f-box {
    display: flex;
}

.zh-f-item {
    width: 50%;
    border: 1px solid #fff;
    margin: 10px;
    padding: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px #ededed;
}

.zh-single-box:not(.no-effect) {
    border: 1px solid #fff;
    margin: 10px;
    padding: 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 10px #ededed;
}

.zh-single-box:not(.no-effect):hover {
    background: #f0fcff;
    border-color: #f0fcff;
}

.zh-itom-tbl-ch1 thead tr td {
    font-size: 20px;
}

.zh-itom-tbl-ch1 tr td:first-child {
    width: 10%;
}

.zh-itom-tbl-ch1 tr td:nth-child(2) {
    width: 7%;
}

.zh-itom-tbl-ch1 tr td:nth-child(3) {
    width: 83%;
}

.zh-tbl-20-80 tr td:first-child {
    width: 20%
}

.zh-tbl-20-80 tr td:nth-child(2) {
    width: 80%
}

table.zh-five-col {
    width: 1300px;
    max-width: 1300px;
}

.zh-five-col tr td:first-child {
    width: 10%;
}

.zh-five-col tr td:nth-child(2) {
    width: 20%;
}

.zh-five-col tr td:nth-child(3) {
    width: 35%;
}

.zh-five-col tr td:nth-child(4) {
    width: 20%;
}

.zh-five-col tr td:nth-child(5) {
    width: 15%;
}

.zh-three-width {
    width: 1000px;
    max-width: 1000px;
}

.zh-tbl-1-2-3 tr td:first-child {
    width: 10%;
}

.zh-tbl-1-2-3 tr td:nth-child(2) {
    width: 25%;
}

.zh-tbl-1-2-3 tr td:nth-child(3) {
    width: 65%;
}

.zh-tbl-1-3-2 tr td:first-child {
    width: 25%;
}

.zh-tbl-1-3-2 tr td:nth-child(2) {
    width: 65%;
}

.zh-tbl-1-3-2 tr td:nth-child(3) {
    width: 25%;
}

.zh-tbl-1-2-3,
.zh-tbl-1-3-2,
.zh-tbl-20-80 {
    height: 700px;
}


/* Table Header Sticky*/

.zh-table-h-sticky thead {
    position: sticky;
    top: 0px;
    z-index: 1;
}


/*Zero Trust E-Book Styles Ends*/


/*AIOps Start*/

.zh-aiops-logo {
    width: 115px;
    height: 90px;
    background: url(../images/aiops-icon.svg) no-repeat;
    background-size: 1600px;
}

.zh-explain-first {
    background-position: -120px 0px;
    width: 100px;
}

.zh-minimize-data {
    background-position: -219px 0px;
    width: 100px;
}

.zh-be-proactive {
    background-position: -315px 0;
    width: 100px;
}

.zh-privacy-first {
    background-position: -406px 0;
    width: 90px;
}

.zh-noise {
    background-position: -491px 0;
    width: 100px;
}

.zh-embrace-change {
    background-position: -597px 0;
    width: 85px;
}

.zh-machine-learning {
    background-position: -678px 0;
}

.zh-vision {
    background-position: -943px 0;
    width: 140px;
}

.zh-language-processing {
    background-position: -909px 0;
    width: 100px;
}

.zh-aiops-responding {
    background-position: -1015px 0;
    width: 100px;
}

.zh-aiops-finding {
    background-position: -1120px 0;
    width: 100px;
}

.zh-aiops-sta {
    background-position: -987px 15px;
    width: 90px;
    height: 90px;
    background-size: 1300px;
}

.zh-aiops-sd {
    background-position: -1078px 15px;
    width: 90px;
    height: 90px;
    background-size: 1300px;
}

.zh-aiops-pdd {
    background-position: -1162px 15px;
    width: 90px;
    height: 90px;
    background-size: 1300px;
}

.zh-aiops-noise-date {
    background-position: -24px -90px;
    width: 56px;
    height: 90px;
    background-size: 1450px;
}

.zh-aiops-um {
    background-position: -78px -85px;
    width: 85px;
    height: 85px;
    background-size: 1400px;
}

.zh-aiops-app-servers {
    background-position: -168px -86px;
    width: 85px;
    height: 85px;
    background-size: 1400px;
}

.zh-aiops-database-servers {
    background-position: -247px -84px;
    width: 85px;
    height: 85px;
    background-size: 1400px;
}

.zh-aiops-ftp {
    background-size: 1400px;
    background-position: -330px -82px;
    width: 85px;
    height: 85px;
}

.zh-aiops-printers {
    background-size: 1400px;
    background-position: -412px -83px;
    width: 85px;
    height: 85px;
}

.zh-aiops-andmore {
    background-size: 1400px;
    background-position: -497px -77px;
    width: 85px;
    height: 85px;
}

.zh-aiops-phishing-attacks {
    background-position: -871px -110px;
    width: 75px;
}

.zh-aiops-bots {
    background-position: -945px -110px;
}

.zh-flex-box {
    padding: 10px 50px;
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 10px 0;
}

.zh-info {
    background-color: #93d0ff;
}

.zh-warning {
    background-color: #ffd900;
}

.zh-confirmed {
    background-color: #50ad33;
}

.zh-acd-three {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 20px 0;
}

.zh-internal-link {
    border-bottom: 1px solid #546aea;
}

.zh-aiops-tbl-style tbody,
.zh-aiops-tbl-style p,
.zh-aiops-tbl-style tr,
.zh-aiops-tbl-style td {
    vertical-align: top;
}

.zh-aiops-tbl-style img {
    margin: 0px;
}

.sdp-eb-forecasting .zh-f-item {
    padding: 35px;
}


/*AIOps END*/


/*ZOHO DECADE PART-1 STYLES START HERE*/

.zoho-decade-part-one-sprites {
    background-image: url(../images/zoho-decade-part-one-sprites.png);
    background-repeat: no-repeat;
    background-size: 650px;
    height: 80px;
    width: 70px;
    display: block;
    margin: 30px 0px 0px;
}

.zoho-decade-part-one-sprites.instant-gratification {
    background-position: 0px -85px;
}

.zoho-decade-part-one-sprites.ux {
    background-position: -85px -85px;
}

.zoho-decade-part-one-sprites.cds {
    background-position: -165px -85px;
}

.zoho-decade-part-one-sprites.simplicity {
    background-position: -245px -85px;
}

.zoho-decade-part-one-sprites.ece {
    background-position: -578px -85px;
}

.zoho-decade-part-one-sprites.fearlessness {
    background-position: -318px -85px;
}

.zoho-decade-part-one-sprites.ti {
    background-position: -472px -85px;
    width: 85px;
}

.zoho-decade-part-one-sprites.eng {
    background-position: -2px 0px;
}

.zoho-decade-part-one-sprites.pm {
    background-position: -80px 0px;
}

.zoho-decade-part-one-sprites.marketing {
    background-position: -160px 0px;
}

.zoho-decade-part-one-sprites.ui-design {
    background-position: -240px 0px;
}

.zoho-decade-part-one-sprites.service {
    background-position: -320px 0px;
}

.icon-list li span {
    margin-bottom: 10px;
}


/*ZOHO DECADE PART-1 STYLES END HERE*/

.zh-read-tbl-main {
    overflow-x: scroll;
    width: 100%;
}

.zh-read-tbl-main .zh-tbl-red tr th,
.zh-read-tbl-main .zh-tbl-red tr td {
    border: 1px solid #c25657;
    padding: 15px;
}

.zh-read-tbl-main .zh-tbl-red tr th {
    background-color: #f37768;
    color: #000;
    font-family: "Zoho_Puvi_SemiBold";
    font-size: 20px;
}

.zh-read-tbl-main .zh-tbl-red tr:nth-child(even) {
    background-color: #fef4f4;
}

.zh-tbl-yellow tr th,
.zh-tbl-yellow tr td {
    border: 1px solid #fec13d;
    padding: 15px;
}

.zh-read-tbl-main .zh-tbl-yellow tr th {
    background-color: #ffcf68;
    color: #000;
    font-family: "Zoho_Puvi_SemiBold";
}

.zh-read-tbl-main .zh-tbl-yellow tr th:last-child {
    background-color: #fec13d;
}

.zh-read-tbl-main .zh-tbl-yellow tr:nth-child(even) {
    background-color: #fffdf5;
}

.zh-decades-main-icon {
    width: 125px;
    height: 125px;
    background: url(../images/two-decades-icons.svg) no-repeat;
    background-size: 750px;
}

.zh-decades-main-icon.zh-um {
    background-position: 5px 8px;
}

.zh-decades-main-icon.zh-im {
    background-position: -127px 10px;
}

.zh-decades-main-icon.zh-two-am {
    background-position: -260px 15px;
}

.zh-decades-main-icon.zh-ulaa-icon {
    background-position: -402px 13px;
}

.zh-decades-main-icon.zh-spat {
    background-position: -663px 10px;
}

.zh-decades-main-icon.zh-dpd {
    background-position: -540px 10px;
}

.zh-decades-main-icon.zh-lai {
    background-position: -411px -122px;
}

.zh-decades-main-icon.zh-ce {
    background-position: -555px -130px;
}

.zh-decades-main-icon.zh-exp {
    background-position: -0 -130px;
}

.zh-decades-main-icon.zh-flex {
    background-position: -137px -131px;
}

.zh-decades-main-icon.zh-avai {
    background-position: -277px -131px;
}

.zh-decades-main-icon.zh-sysadmin {
    background-position: 4px -264px;
}

.zh-decades-main-icon.zh-hacktober {
    background-position: -140px -270px;
}

.zh-decades-main-icon.zh-bountry {
    background-position: -294px -273px;
}

.zh-pad-left {
    padding-left: 25px;
}

.zh-e-book-author img {
    text-align: left;
    margin: unset;
}

ul.list-items-numeric {
    counter-reset: list-number;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

ul.list-items-numeric li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
}

.me-ac-partner-ebook ul.list-items-numeric li {
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font: 18px / 1.6 "Zoho_Puvi_Regular";
}

.me-ac-partner-ebook ul.list-items-numeric li strong {
    font: 18px / 1.6 "Zoho_Puvi_Bold";
}

ul.list-items-numeric li:before {
    counter-increment: list-number;
    content: counter(list-number)'.';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;
    letter-spacing: 1px;
}

.caption-img p {
    text-align: center;
    font-size: 14px;
    font-style: italic;
}


/* Leveraging logs start*/

.zh-tbl-blue-color table tr td {
    border: 1px solid #253f8e;
}

.zh-tbl-blue-color table thead tr td {
    background: #428bc3;
    color: #ffffff;
    font: 20px/1.6 'Zoho_Puvi_Bold';
}

.zh-tbl-blue-color table tr:nth-child(even) {
    background: #fefdf3;
}

.acd-item-content {
    padding: 20px;
    background: #f7f9ff;
    margin-left: 20px;
    border-radius: 5px;
}

.acd-timeline-item::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: #253f8e;
    left: 0;
    top: 0;
}

.acd-item-content h3:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #253f8e;
    border-radius: 100px;
    left: -6.5px;
    z-index: 9;
    margin-top: 8px;
}

.acd-tl-year {
    padding: 5px 15px;
    font: 15px/1.5 'Zoho_Puvi_Bold';
    border-radius: 21px;
    margin-bottom: 20px;
    color: #ffffff;
}

.acd-tl-year.acd-current {
    background: #f15e57;
}

.acd-tl-year.acd-prev-year {
    background: #eb7501;
}

.acd-tl-year.acd-first-yr {
    background-color: #0c8443;
}

.acd-timeline-item {
    margin-bottom: 30px;
}

.acd-timeline-main {
    position: relative;
    margin-top: 30px;
}

.zh-f-item.acd-yellow-bg {
    background-color: #fde39b;
    border: none;
}

.zh-f-item.acd-blue-bg {
    background-color: #6cb1e2;
    border: none;
}

.zh-f-item.acd-white-bg {
    background-color: #ffffff;
    margin: auto;
    box-shadow: none;
    padding: 0;
}

.zh-logs-mgmt-icon {
    width: 100px;
    height: 90px;
    background: url(../images/log-management-icons.svg) no-repeat;
    background-size: 1600px;
    background-position: -130px -26px;
}

.zh-logs-security {
    background-position: -237px -26px;
}

.zh-logs-comp {
    background-position: -410px -44px;
    background-size: 1923px;
}

.zh-logs-per {
    background-position: -570px -46px;
    background-size: 2000px;
}

.zh-logs-vol {
    background-position: -563px -26px;
    width: 100px;
}

.zh-logs-compl {
    background-position: -668px -26px;
}

.zh-logs-ser-one {
    background-position: -780px -26px;
}

.zh-logs-ser-two {
    background-position: -880px -26px;
}

.zh-logs-mgmt-icon-lg {
    width: 145px;
    height: 145px;
    background: url(../images/log-management-icons.svg) no-repeat;
    background-size: 1400px;
}

.zh-logs-memory-overload {
    background-position: -112px -129px;
}

.zh-logs-tackling {
    background-position: -382px -135px;
}

.zh-logs-cumbersome {
    background-position: -248px -135px;
}

.zh-logs-ystematic {
    background-position: -551px -126px;
}

.zh-logs-storage {
    background-position: -715px -126px;
}


/* Leveraging logs end*/


/*ZIA e-Book Start */

.zia-e-book-icon {
    background-image: url("../images/zia-e-book-icons.svg");
    width: 130px;
    height: 130px;
    background-size: 1000px;
}

.zia-in-business {
    background-position: -134px 0px;
}

.zia-capabilities-it {
    background-position: -282px 0px
}

.zia-e-time {
    background-position: -772px -119px;
    background-repeat: no-repeat;
}

.zh-zia-count {
    background-position: -899px -119px;
    background-repeat: no-repeat;
}

.zh-zia-pattern {
    background-position: -897px 21px;
    background-repeat: no-repeat;
}

.zh-zia-opt-based {
    background-position: -606px -577px;
}

.zh-zia-slider-bsd {
    background-position: -776px -572px;
}

.zh-zia-static-ana {
    background-position: -581px -662px;
    background-size: 920px;
}

.zh-zia-dynamic-ana {
    background-position: -732px -668px;
    background-size: 920px;
}


/*ZIA e-Book End */


/* ITSM Role Automative Start */

.zh-itsm-tbl tr td {
    padding: 10px;
}

.zh-itsm-tbl tr td {
    border: 1px solid #777777;
}

.zh-itsm-tbl tr:nth-child(odd) {
    background: #fffcf5;
}

.zh-itsm-tbl tr td p {
    margin-top: 0px;
}

.zh-itsm-infrastructure {
    background-image: url("../images/automotive.svg");
    width: 100px;
    height: 100px;
    background-size: 400px;
    background-repeat: no-repeat;
}

.zh-4k-user {
    background-position: -288px -100px;
}

.zh-two-tech {
    background-position: -97px 4px;
}

.zh-infra-regions {
    background-position: -198px 4px;
}

.itsm-e-book-img {
    box-shadow: 0px 0px 10px #f0eeee;
    padding: 20px;
    max-width: 90%;
}

#subscribenow {
    display: none !important;
}


/* ITSM Role Automative END */


/* Customer Support E-book Start*/

.cust-icon-item {
    width: 90px;
    height: 90px;
    background-image: url("../images/customer-support-icon.svg");
    background-size: 950px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.cust-icon-item.sdp-ust-icon-s {
    background-position: -17px -19px;
}

.flex-col-main {
    display: flex;
    justify-content: space-around;
    position: relative;
    margin: 40px 0;
}

.cust-icon-item.cust-support {
    background-position: -120px -20px;
}

.cust-icon-item.cust-success {
    background-position: -226px -16px;
}

.flex-icon-item {
    position: relative;
}

.flex-icon-item h4 {
    margin-top: 10px;
}

.flex-icon-item:first-child::after {
    position: absolute;
    content: '+';
    top: 15px;
    right: -25px;
    font-size: 40px;
}

.flex-icon-item:nth-child(2)::after {
    position: absolute;
    content: '=';
    top: 15px;
    right: -35px;
    font-size: 40px;
}

.leadership-quote img {
    width: 125px !important;
    border-radius: 100%;
    margin: 0;
}

.leadership-quote {
    background: #ebfaff;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 30px 0;
    border: 1px solid #54a6ba;
}

.leadership-quote .quote-cont {
    font-family: 'Zoho_Puvi_SemiBold';
}

.leadership-quote .author-de {
    font-size: 15px;
    margin-top: 5px;
}

.leadership-quote.yellow-bg {
    background: #fffbed;
    border: 1px solid #baa754;
}

.zia-reply {
    background: #e9f9ff;
    padding: 10px 30px;
    border-radius: 10px;
}

.zia-reply p {
    font-size: 15px;
    line-height: 1.77;
}

.sucess-msg {
    width: 50px;
    height: 50px;
    background: url("../images/customer-support-icon.svg");
    background-size: 1000px;
    background-position: -357px -34px;
    display: inline-block;
}

p.last-margin {
    margin-bottom: 0;
}

.sdp-sec-quote {
    background: #ebfaff;
    padding: 30px 50px;
    border-radius: 10px;
    position: relative;
    margin-top: 50px;
}

.sdp-sec-quote::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 80px;
    background: url("../images/customer-support-icon.svg");
    background-size: 1150px;
    background-position: -887px -37px;
    top: 0;
    margin-top: -27px;
    left: 18px;
}

.flex-three-box {
    display: flex;
    justify-content: space-evenly;
    padding: 0 0 10px;
}

.flex-three-box .flex-boxitem .icon-item {
    width: 90px;
    height: 90px;
    background-image: url(../images/customer-support-icon.svg);
    background-size: 950px;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.flex-three-box .flex-boxitem h4 {
    margin-top: 10px;
}

.sdp-60-min.icon-item {
    background-position: -423px -14px;
}

.sdp-120-min.icon-item {
    background-position: -527px -14px;
}

.sdp-180-min.icon-item {
    background-position: -627px -11px;
}


/* Customer Support E-book End*/

.me-ac-three-col-tbl,
.me-ac-two-col-tbl,
.me-ac-col-tbl {
    padding: 30px 0;
}

.me-ac-col-tbl td {
    text-align: center;
}

.me-ac-three-col-tbl table thead th,
.me-ac-three-col-tbl table tbody tr td {
    padding: 15px 10px;
    border: 1px solid #000;
    vertical-align: top;
}

.me-ac-three-col-tbl table thead th {
    font: 18px/1.1 'Zoho_Puvi_SemiBold', Arial, Helvetica, sans-serif;
    background-color: #b7e2fa;
}

.me-ac-three-col-tbl table tbody tr td p,
.me-ac-three-col-tbl table tbody tr td .list-style-new li {
    margin-top: 0;
    line-height: 1.3;
    font-size: 17px;
}

.me-ac-three-col-tbl table tbody tr {
    background-color: #fffdf6;
}

.sdp-title-img {
    background: url("../images/title-icons.svg") repeat center;
    width: 80px;
    height: 80px;
    background-size: 850px;
    background-position: 0 0;
}

.sdp-mfa {
    background-position: -102px 2px;
}

.sdp-updates {
    background-position: -209px 0px;
}

.sdp-e-security {
    background-position: -420px 0;
}

.sdp-breach {
    background-position: -310px 0;
}

.sdp-encryption {
    background-position: -640px 2px;
}

.sdp-biometric {
    background-position: -1620px -97px;
}

.sdp-file-permissions {
    background-position: -1611px -5px;
}

.sdp-title-img~h2,
.sdp-title-img~h3 {
    margin-top: 10px;
}

.sdp-secure-users {
    background-position: 2px -99px;
}

.sdp-data-backups {
    background-position: -110px -93px;
}

.sdp-disaster {
    background-position: -327px -99px;
}

.sdp-system-upgrades {
    background-position: -438px -93px;
}

.sdp-secure-desing {
    background-position: -549px -97px;
}

.sdp-secure-default {
    background-position: -657px -99px;
}

.sdp-security-check {
    background-position: -220px -204px;
}

.sdp-sast {
    background-position: -331px -204px;
}

.sdp-database {
    background-position: -2px -11021px;
}

.sdp-tble-files {
    background-position: -116px -11017px;
}

.sdp-tbl-url {
    background-position: -221px -11018px;
}

.sdp-tbl-backup-data {
    background-position: -333px -11018px;
}

.sdp-log-data {
    background-position: -443px -11019px;
}

.sdp-cache-data {
    background-position: -549px -11019px;
}

.sdp-tbl-encryption-keys {
    background-position: -556px -206px;
}

.sdp-tbl-encryption-transit {
    background-position: -655px -193px;
    width: 90px;
}

.sdp-tbl-network-security {
    background-position: -770px -198px;
}

.sdp-tbl-intrusion-detection {
    background-position: -1px -308px;
}

.sdp-vendor-assessments {
    background-position: -109px -308px;
}

.sdp-certifications {
    background-position: -220px -308px;
}

.sdp-quote {
    background: #dbf3ff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
}

.sdp-quote p {
    font: 18px/1.7 'Zoho_Puvi_SemiBold';
}

.stron-bold strong,
p.stron-bold strong,
span.stron-bold strong {
    font-family: "Zoho_Puvi_SemiBold";
}

.sdp-txt-u {
    border-bottom: 1.5px solid #000;
}

.list-style-new li {
    margin-left: 25px;
    margin-bottom: 10px;
    font: 18px / 1.6 "Zoho_Puvi_Regular";
}

.list-style-new li::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/tick-mark.svg);
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    margin-left: -26px;
    margin-top: 6px;
}

.zh-itsm-auth img {
    width: 110px;
    border-radius: 100px;
    margin: 0;
}

.sdlc-sdp-quote {
    border: 1px solid #000000;
    padding: 50px 35px;
    border-radius: 10px;
    max-width: 80%;
    margin: 50px auto;
    text-align: center;
    position: relative;
    background: #f5fcff;
}

.sdlc-sdp-quote::before {
    content: '';
    background-image: url(../images/sdlc-quote.svg);
    position: absolute;
    width: 83px;
    height: 60px;
    background-size: 80px;
    background-repeat: no-repeat;
    top: -24px;
    right: 50px;
}

.sdlc-sdp-quote::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #ffc305;
    right: 70px;
    bottom: -8px;
    border-radius: 100px;
    border: 1px solid #000;
}

.sdlc-sdp-quote h3::before {
    content: "";
    position: absolute;
    left: -11px;
    width: 20px;
    height: 20px;
    background: #ffc305;
    border-radius: 100px;
    border: 1px solid #000;
}

.sdlc-sdp-quote h3 {
    margin: 0;
    font-size: 24px;
    font-family: 'Zoho_Puvi_SemiBold';
}

.sdlc-sdp-quote p {
    margin: 10px 0 0;
}

.sdp-tbl-cont-c tr td.blue p strong,
.sdp-tbl-cont-c tr.head p strong {
    color: #ffffff;
}

.sdp-tbl-cont-c tr.head td.gray p strong {
    color: #000;
}

.me-ac-tbl-main {
    margin: 30px 0;
    overflow-x: scroll;
    max-width: 100%;
}

.me-ac-tbl-main table tr td:first-child {
    width: 20%;
}

.me-ac-tbl-main table tr td:nth-child(2) {
    width: 20%;
}

.me-ac-tbl-main table tr td:last-child {
    width: 60%;
}

.me-ac-tbl-main table tr td {
    width: 33%;
    padding: 15px;
}

.me-ac-tbl-main table tr td p {
    margin: 0;
}

.me-ac-tbl-main table tr td ul.list-items {
    margin-top: 0;
}


/*product management ebook start*/

.pm-icons-wrap {
    margin-bottom: 10px;
}

#tools-use-pm .pm-icons-wrap {
    margin-bottom: 0px;
}

#tools-use-pm p {
    margin-top: 10px;
}

.pm-icons-float .pm-icons-wrap h4,
.pm-icons-float .pm-icons-wrap .pm-icon {
    display: inline-block;
    vertical-align: middle;
}

.pm-icons-wrap .pm-icon {
    background-image: url(../images/pm-ebook-sprites.png);
    background-size: 1000px;
    height: 60px;
    width: 60px;
    display: block;
    background-repeat: no-repeat;
}

.pm-icons-wrap .pm-icon.development {
    background-position: 0px 3px;
}

.pm-icons-wrap .pm-icon.customer-support {
    background-position: -180px 0px;
}

.pm-icons-wrap .pm-icon.competition {
    background-position: -90px 0px;
}

.user-insights {
    background-position: -250px 0px;
}

.product-roadmapping {
    background-position: -340px 0px;
}

.project-management {
    background-position: -427px 0px;
}

.prototyping {
    background-position: -514px 0px;
}

.analytics {
    background-position: -604px 0px;
}

.communication {
    background-position: -674px 0px;
}

.knowledge-management {
    background-position: -760px 0px;
}

.pm-icons-wrap .pm-icon.vani {
    background-position: -264px -200px;
    background-size: 800px;
}

.question {
    background-position: -846px 0px;
}

.responses {
    background-position: -946px 0px;
}

.analysis {
    background-position: -246px -258px;
}

.flate-rate {
    background-position: 0px -73px;
}

.tiered {
    background-position: -79px -68px;
}

.usage {
    background-position: -158px -68px;
}

.freemium {
    background-position: -248px -68px;
}

.feature {
    background-position: -338px -69px;
}

.per-user {
    background-position: -428px -70px;
}

.leadership-quote.vani-parent-wrap {
    background: #fae0af94;
    border: 1px solid #ffd077;
}

.pm-ebook .leadership-quote .quote-icon {
    width: 50px !important;
    border-radius: 0;
    margin-top: 20px;
}

.pm-ebook .leadership-quote .leader-img {
    width: 80px !important;
}

.pm-ebook .leadership-quote h4 {
    margin-top: 12px;
}

.zh-tbl-black tr th,
.zh-tbl-black tr td {
    border: 1px solid #000;
    padding: 15px;
}

.table-blue {
    background: #b6e2fa;
}

.table-yellow {
    background: #fffdf5;
}

.release-planning {
    background-position: -598px -76px;
}

.resource-allocation {
    background-position: -675px -76px;
}

.communication-plan {
    background-position: -749px -76px;
}

.poc {
    background-position: 2px -184px;
}

.wht-diff-poc {
    background-position: -80px -184px;
}

.common-pm-frameworks {
    background-position: -171px -184px;
}

.initial-success {
    background-position: -250px -183px;
}

.identifying-newmarket {
    background-position: -607px -3px;
}

.future-proofing-bussiness {
    background-position: -323px -183px;
}

.find-product-market {
    background-position: -423px -183px;
}

.scaling-process {
    background-position: -505px -183px;
}

.setting-direction {
    background-position: -588px -183px;
}

.prioritizing-roadmap {
    background-position: -775px -183px;
}

.driving-adoption {
    background-position: -505px -183px;
}

.aligning-business {
    background-position: -680px -179px;
}

.internal-dependencies {
    background-position: -775px -183px;
}

.high-competitive-market {
    background-position: -90px 0px;
}

.security-compliance {
    background-position: -425px 0px;
}

.scalability {
    background-position: -935px -180px;
}

.data-silos {
    background-position: 3px -253px;
}

.gathering-customer-feedback {
    background-position: -750px -80px;
}

.lack-innovation {
    background-position: -177px -253px;
}

.product {
    background-position: -48px 0px;
}

.company {
    background-position: -108px 0px;
}

.competitor {
    background-position: -159px 0px;
}

.table-top-icon table {
    background-color: #fffdf6;
}

.table-top-icon thead {
    background-color: #bfe1f7;
}

.reset-wrap h4 {
    margin-top: 0px;
}

.reset-wrap p {
    margin-top: 10px;
}

#pm-aparna .leadership-quote,
#pm-rajesh .leadership-quote {
    background: #fdf2f2;
    border: 1px solid #f7c0c0;
}

.pm-wrap {
    margin: 30px 0px 50px;
}

.pm-wrap img {
    width: 70px;
    margin: 0px;
    border-radius: 50%;
}

.pm-wrap h4 {
    margin-top: 10px;
}

.pm-wrap .author-de {
    margin-bottom: 15px;
}

.pm-wrap p {
    margin-top: 0px;
}

#pm-manivembu .leadership-quote {
    background: #f5fff5;
    border: 1px solid #97d196;
}

.two-col-inner-padding>div.left {
    padding-right: 20px;
}

.two-col-inner-padding>div.right {
    padding-left: 20px;
}

.two-col-inner-padding h4 {
    margin-top: 20px;
}

.align-item-center {
    align-items: center;
}

.table-identify-container {
    justify-content: space-evenly;
}

.table-identify-parent-container p,
.table-identify-parent-container th {
    font: 15px / 1.6 "Zoho_Puvi_Bold";
    font-weight: bold;
}

.table-top-icon p {
    margin-bottom: 10px;
    margin-top: 10px;
    font: 16px / 1.6 "Zoho_Puvi_Regular";
}

.table-top-icon p strong {
    font-family: 'Zoho_Puvi_Bold';
}

.table-top-icon .top-icon {
    background-image: url(../images/table-top-icon.png);
    height: 50px;
    width: 40px;
    display: block;
    margin: 0px auto;
    background-size: 200px;
    background-repeat: no-repeat;
}

.light-blue {
    background: #eff7fe;
}

.light-green {
    background: #f0feea;
}

.light-yellow {
    background: #fef7e2;
}

.light-red {
    background: #fceeed;
}

.table-identify-container .box {
    border: 1px solid #000;
    padding: 3px 10px;
    margin-right: 10px;
    width: 14px;
    text-align: center;
}

.sprite-heading h3 {
    margin-top: 0px;
}

.pm-ebook ol.zh-ol-list li {
    font: 18px / 1.6 "Zoho_Puvi_Regular";
}

.pm-ebook .quotes img {
    margin: 0px;
}

.seperate-wrap h4 {
    margin-top: 12px;
}

.seperate-wrap span.sprite {
    height: 70px;
    display: block;
    width: 65px;
    background-image: url(../images/km-framework-sprite.svg);
    background-size: 1000px;
    background-position: 0px -10px;
}

.seperate-wrap span.sprite.problem {
    background-position: -70px -10px;
}

.seperate-wrap span.sprite.define-objectives {
    background-position: -70px -10px;
}

.seperate-wrap span.sprite.assign-roles {
    background-position: -288px -10px;
    width: 60px;
}

.seperate-wrap span.sprite.collect-information {
    background-position: -348px -10px;
    width: 60px;
    background-size: 1020px;
}

.seperate-wrap span.sprite.standardize-formats {
    background-position: -488px -17px;
    background-size: 1200px;
}

.seperate-wrap span.sprite.verification {
    background-position: -551px -17px;
    background-size: 1200px;
}

.seperate-wrap span.sprite.organize-data {
    background-position: -589px -13px;
    background-size: 1140px;
    width: 74px;
}

.seperate-wrap span.sprite.access-control {
    background-position: -9px -125px;
    background-size: 1280px;
    width: 64px;
}

.seperate-wrap span.sprite.backup-procedures {
    background-position: -76px -131px;
    background-size: 1280px;
}

.seperate-wrap span.sprite.storage-methods {
    background-position: -142px -131px;
    background-size: 1280px;
}

.seperate-wrap span.sprite.distribution-channels {
    background-position: -185px -108px;
    background-size: 1100px;
}

.seperate-wrap span.sprite.accessibility {
    background-position: -265px -178px;
}

.seperate-wrap span.sprite.monitor-usage {
    background-position: -237px -101px;
    height: 55px;
}

.seperate-wrap span.sprite.feedback-collection {
    background-position: -307px -92px;
    height: 60px;
}

.seperate-wrap span.sprite.metrics {
    background-position: -307px -92px;
    height: 60px;
}

.seperate-wrap span.sprite.review-schedule {
    background-position: -440px -90px;
    height: 60px;
}

.seperate-wrap span.sprite.expiry-management {
    background-position: -510px -90px;
    height: 60px;
}

.seperate-wrap span.sprite.version-control {
    background-position: 0px -175px;
    height: 52px;
}

.seperate-wrap span.sprite.continuous-improvement {
    background-position: -200px -175px;
    height: 62px;
}

.seperate-wrap span.sprite.self-service-portal {
    background-position: -64px -185px;
    height: 62px;
    background-size: 1050px;
}

.seperate-wrap span.sprite.search-functionality {
    background-position: -134px -186px;
    height: 60px;
    background-size: 1070px;
}


/*product management ebook end*/


/*me-academy-partner-ebook-styles-start-here*/

.me-ac-partner-ebk-fea-col {
    margin-bottom: 40px;
}

.partner-ebook-sprites {
    display: block;
    background-image: url(../images/me-ac-partner-ebook.png);
    height: 70px;
    width: 90px;
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: 0px -30px;
    margin-bottom: 15px;
}

.me-ac-partner-ebk-fea-col h4 {
    margin-top: 0px;
}

.partner-ebook-sprites.shared-vision {
    background-position: -80px -5px;
}

.partner-ebook-sprites.mutual-investment {
    background-position: -298px -5px;
    height: 80px;
}

.partner-ebook-sprites.strategic-impact {
    background-position: -237px -5px;
    width: 60px;
    height: 80px;
}

.partner-ebook-sprites.cultural-alignment {
    background-position: -260px -105px;
}

.partner-ebook-sprites.lt-commitment {
    background-position: -387px -13px;
    background-size: 600px;
    width: 70px;
}

.partner-ebook-sprites.transparency {
    background-position: -9px -200px;
    height: 75px;
    width: 65px;
}

.partner-ebook-sprites.industry-expertise {
    background-position: -175px -190px;
    height: 75px;
    width: 65px;
}

.partner-ebook-sprites.reputation {
    background-position: -416px -103px;
    background-size: 580px;
    width: 60px;
}

.partner-ebook-sprites.value-alignment {
    background-position: -78px -195px;
    height: 75px;
    background-size: 610px;
}

.partner-ebook-sprites.language-fluency {
    background-position: -496px -110px;
}

.ebkinnercont.me-ac-partner-ebook .me-ac-partner-ebk-fea-col ul.list-style-new {
    margin-top: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 40px;
}

.ebkinnercont.me-ac-partner-ebook .me-ac-partner-ebk-fea-col ul.list-style-new li::before {
    content: "";
    background-image: url(../images/me-ac-partner-tick-sprite.svg);
    background-size: 70px;
    width: 17px;
}

#me-ac-best-practices .bs-green ul.list-style-new li::before {
    background-position: -52px 0px;
}

#me-ac-best-practices .bs-red ul.list-style-new li::before {
    background-position: -17px 0px;
}

#me-ac-best-practices .bs-blue ul.list-style-new li::before {
    background-position: 0px 0px;
}

#me-ac-best-practices .bs-yellow ul.list-style-new li::before {
    background-position: -34px 0px;
}

.partner-ebook-sprites.challenge {
    background-position: -348px -100px;
    width: 70px;
    height: 75px;
}

.partner-ebook-sprites.best-practices {
    background-position: -171px -7px;
    width: 70px;
    height: 75px;
}

.partner-ebook-sprites.larger-market {
    background-position: -170px -105px;
    height: 75px;
}

.partner-ebook-sprites.financial-reputational {
    background-position: -6px -97px;
    width: 70px;
    height: 75px;
}

.partner-ebook-sprites.innovation-growth {
    background-position: -536px -7px;
    width: 70px;
    height: 75px;
}

.partner-ebook-sprites.scalable-support-implementation {
    background-position: -87px -104px;
    width: 75px;
    height: 75px;
}

#me-ac-about-me span.me-logo, span.me-logo {
    background-image: url(../images/me-logo.png);
    height: 50px;
    width: 230px;
    background-size: 230px;
    background-position: 0px 0px;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 13px;
    margin-left: 11px;
}

#me-ac-about-me .me-abt-wrap h2 {
    margin-bottom: 0;
}

#me-ac-best-practices .bs-green ul {
    background: #f5fff2;
}

#me-ac-best-practices .bs-red ul {
    background: #fff2f2;
}

#me-ac-best-practices .bs-blue ul {
    background: #ebf5ff;
}

#me-ac-best-practices .bs-yellow ul {
    background: #fffae6;
}


/*me-academy-partner-ebook-styles-end-here*/

@media only screen and (max-width:2650px) {
    .leftbarsticky.stick {
        width: 10%;
    }
    .r-sidbar.adstick {
        width: 10%;
    }
}

@media screen and (max-width:1920px) {
    .leftbarsticky.stick {
        width: 17%;
    }
    .r-sidbar.adstick {
        width: 17%;
    }
}

@media screen and (max-width:1680px) {
    .leftbarsticky.stick {
        width: 18%;
    }
    .r-sidbar.adstick {
        width: 18%;
    }
}

@media screen and (max-width:1440px) {
    .leftbarsticky.stick {
        width: 19%;
    }
    .r-sidbar.adstick {
        width: 19%;
    }
}

@media screen and (max-width:1100px) {
    .fixed-header {
        position: fixed;
    }
    .container {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .leftbar {
        width: 25%;
        display: none;
    }
    .chapter-wrapper {
        width: 100%;
        padding: 0 20px;
    }
    .rowpding {
        padding: 50px 0;
    }
    .widget-sidebar {
        width: 25%;
        display: none;
    }
    .chapter-wrapper h1 {
        font: 30px/1.3 'Zoho_Puvi_SemiBold';
    }
    .sub-news a {
        padding: 9px 15px;
    }
    ul.ebooklinks li a {
        padding: 6px 0 5px 12px;
    }
}

@media only screen and (max-width:980px) {
    .rowpding {
        padding: 50px 0;
    }
}

@media only screen and (max-width:600px) {
    .two-col-inner-padding>div.left,
    .two-col-inner-padding>div.right {
        padding-left: 0;
        padding-right: 0;
    }
    .fixed-header {
        position: relative;
    }
    .rowpding {
        padding: 50px 0;
    }
    .tblecont,
    .zh-t-space {
        overflow-x: scroll
    }
    .chapter-wrapper {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .chapter-wrapper h1 {
        font: 26px/1.3 'Zoho_Puvi_SemiBold';
    }
    .chapter-wrapper h2 {
        font: 23px/1.25 'Zoho_Puvi_SemiBold';
    }
    h3 {
        font: 20px/1.3 'Zoho_Puvi_SemiBold';
    }
    .chapter-wrapper h3 {
        margin-top: 30px;
    }
    .aboutauther {
        flex-wrap: wrap;
    }
    .aboutauther div.left {
        width: 100%;
    }
    .aboutauther div.right {
        width: 100%;
        text-align: center;
    }
    .didyouknow {
        display: flex;
        margin: 30px 0;
        flex-wrap: wrap;
    }
    .didyouknow div.left {
        width: 100%;
    }
    .diduknowcont {
        background: #ffce3d;
        padding: 20px;
        border-radius: 0;
    }
    .chapter-wrapper img {
        width: 100%;
    }
    .quotes img {
        width: 20%;
    }
    .diduknowcont img {
        width: 50%;
    }
    .didyouknow div.right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .diduknowcont p {
        font-size: 100%;
    }
    .alerningcont .left {
        width: 30%;
    }
    .improcesbxflx {
        flex-wrap: wrap;
    }
    .imprsbxs {
        width: 100%;
        margin: 10px 0;
    }
    .comunicatestake .left {
        width: 25%;
    }
    .user-orient {
        flex-wrap: wrap;
    }
    .user-orient .left {
        width: 100%;
    }
    .user-orient .right {
        width: 100%;
        padding-left: 0 !important;
    }
    .withiocn img {
        width: 20%
    }
    .alertbx img {
        width: 20%
    }
    .zh-box-mamin {
        grid-template-columns: 100%;
        grid-column-gap: 0;
    }
    .zhp-f-box {
        display: block;
    }
    .zh-f-item {
        width: auto;
    }
    .zh-acd-three {
        flex-flow: column;
        text-align: center;
    }
}

@media screen and (max-width:1024px) {
    .zh-ebook-block {
        width: 95%;
    }
}

@media (min-width:1366px) and (max-width: 2650px) {
    .zh-p-width {
        width: 514px;
    }
    .zh-p-width2 {
        width: 495px;
    }
    .zh-p-width3 {
        width: 525px;
    }
    .zh-p-width4 {
        width: 530px;
    }
    .zh-p-width5 {
        width: 575px;
    }
    .zh-p-width6 {
        width: 595px;
    }
    .zh-pad-right {
        padding-right: 35px;
    }
    .zh-p-width-h {
        width: 465px;
    }
    .zh-tbl-max-width {
        width: 580px;
    }
}


/* ITSM FOR MANUFACTURING ENTERPRISES */

.zh-itsm-stories-auth {
    display: flex;
}

.zh-itms-img {
    min-width: 100px;
}

.zh-itms-content h3 {
    margin-top: 0px;
    font-size: 20px;
}

.zh-dark-blue {
    background: #d1f2fa;
}

.zh-tb-td td.litblue {
    background: #f0fcff;
}

.zh-tb-td tr td {
    border: 2px solid #96d9e3;
}

.zh-tb-td thead tr td {
    border: 2px solid #d9b033;
}

.zh-tb-td .tblhdr p {
    font: 20px/1.6 'Zoho_Puvi_SemiBold';
    text-align: center;
}

.zh-tb-td tr td p {
    /*white-space: nowrap;*/
}

.zh-tb-td tr td {
    padding: 15px;
}

.zh-inner-sub-menu li a {
    padding-left: 50px;
}

.zh-itms-img .im-flowchart {
    padding: 10px;
}

.im-flowchart.zh-itsm-auth {
    padding-right: 20px;
}

.zh-au-details p {
    margin-top: 0px;
    font-size: 15px;
    margin-bottom: 0;
}

.zh-author-block {
    /*padding-top: 30px;*/
}

.zh-itsm-leftmenu .parent-li-menu li {
    margin: 0px 0;
}

.zh-itsm-leftmenu #sticky {
    top: 3px;
}

.zh-itsm-leftmenu .ebooklinkscont {
    padding: 5px 15px;
}

.zh-itms-content.zh-au-details {
    /*    padding-top: 15px;*/
}

.zh-itms-content h4 {
    margin-top: 15px;
}

.zh-ebook-icon {
    background-image: url(../../academy/images/ebook-icon-sprit.png);
    width: 110px;
    height: 115px;
    margin-top: 20px;
    background-size: 400px;
}

.zh-ebook-icon.zh-loss {
    background-position: 0px -3px;
}

.zh-ebook-icon.zh-ebook-l2 {
    background-position: -104px -2px;
}

.zh-ebook-icon.zh-ebook-l3 {
    background-position: -212px -2px;
}

.zh-ebook-icon.zh-ebook-l4 {
    background-position: -2px -116px;
    width: 120px;
    height: 110px;
}

.zh-ebook-icon.zh-ebook-l5 {
    background-position: -122px -116px;
    height: 110px;
}

.zh-ebook-icon.zh-ebook-l6 {
    background-position: -232px -116px;
    width: 115px;
}

.zh-ebook-icon.zh-ebook-l7 {
    background-position: -1px -221px;
    width: 115px;
}

.zh-ebook-icon.zh-ebook-l8 {
    background-position: -116px -224px;
    width: 110px
}

.zh-ebook-icon.zh-ebook-l9 {
    background-position: -223px -226px;
    width: 115px;
}

.zh-ebook-icon.zh-ebook-l10 {
    background-position: 2px -333px;
}

.zh-ebook-icon.zh-ebook-l11 {
    background-position: -105px -333px;
}

.zh-ebook-icon.zh-ebook-l12 {
    background-position: -212px -340px;
}

.zh-ebook-icon.zh-ebook-l13 {
    background-position: 0px -440px;
}

.zh-ebook-icon.zh-ebook-l14 {
    background-position: -110px -450px;
}

.zh-vpad {
    padding: 5px 0px;
    ;
}

.zh-ebook-h1 {
    font: 30px/1.25 'Zoho_Puvi_SemiBold' !important;
}

.zh-tmar {
    margin-top: 25px !important;
}

@media only screen and (max-width:731px) {
    .zh-itsm-stories-auth {
        display: block;
    }
    .zh-itms-content.zh-au-details {
        padding-top: 0px;
        text-align: center;
    }
    .zh-itms-content h3 {
        margin-top: 0px;
    }
    .zh-itom-tbl-ch1 table,
    .zh-tbl-20-80 table,
    .zh-tbl-1-3-2 table,
    .zh-tbl-1-2-3 table {
        max-width: 1000px;
        width: 1000px;
    }
    .zh-tbl-1-2-3 tr td:first-child {
        width: 5%;
    }
    .zh-tbl-1-2-3 tr td:nth-child(2) {
        width: 2%;
    }
    .zh-tbl-1-3-2 tr td:first-child {
        width: 15%;
    }
    .zh-tbl-1-3-2 tr td:nth-child(2) {
        width: 55%;
    }
}

.zh-table-max-height {
    max-height: 700px;
    overflow-y: scroll;
}

.zh-table-max-height tr td:first-child {
    width: 21%;
}

.zh-table-max-height.zh-tb-td tr td {
    padding: 10px;
}

.zh-table-cemm tr td:first-child {
    width: 57%;
}

p.zh-p-pad {
    margin-top: 5px;
}

.zh-img-width {
    width: 85%;
}

h4.zh-h4-size {
    font: 18px/1.4 'Zoho_Puvi_SemiBold';
}


/* e-Book */

.zh-tbl-bor tr td {
    border: 2px solid #4ec3ed;
}

.zh-blue {
    background: #00aeef;
    font-weight: bolder;
    color: #fff;
}

.zh-tbl-bor tr:nth-child(odd) {
    background: #e4f5fd;
}

.zh-ul-order {
    list-style: auto;
    margin-left: 20px;
    line-height: 1.88em;
    font-family: 'Zoho_Puvi_SemiBold';
}

.zh-order-list {
    list-style: auto;
    margin-left: 20px;
    line-height: 1.88em;
}

img.zh-img-left {
    margin: 20px 0px;
}

img.zh-icon-width {
    width: 25%;
}

.zh-it-icon {
    background-image: url(../../academy/images/it-relese-managment-sprit.png);
    width: 130px;
    height: 130px;
    margin-top: 35px;
    background-size: 400px;
}

.zh-it-icon1 {
    background-position: 670px 0px;
}

.zh-marketing {
    background-position: 535px 0;
}

.zh-legal {
    background-position: 0px 390px;
}

.zh-fina {
    background-position: -130px 390px;
}

.zh-dedicated {
    background-position: -260px 390px;
}

.zh-lack {
    background-position: 5px 260px;
}

.zh-downtime {
    background-position: -125px 260px;
}

.zh-comm {
    background-position: -260px 260px;
}

.zh-approvals {
    background-position: -3px 127px;
}

.zh-csap {
    background-image: url(../../academy/images/case-study-analytics-plus-release-sprit.png);
    width: 130px;
    height: 130px;
    margin-top: 35px;
    background-size: 400px;
}

.zh-icon-planning {
    background-position: -138px 0px;
}

.zh-icon-dev {
    background-position: -270px 0px;
}

.zh-icon-testing {
    background-position: 0px -132px;
}

.zh-icon-uat {
    background-position: -137px -132px;
}

.zh-icon-imple {
    background-position: -270px -132px;
}

.zh-icon-els {
    background-position: 0px -271px;
}

.zh-icon-review {
    background-position: -137px -273px;
}

.zh-it-icon-block p {
    margin-top: 10px;
}

.zh-it-mg-width {
    width: 70%;
}

.zh-it-stage-block h3 {
    margin-top: 10px;
}

.zh-it-stage-block h4 {
    margin-top: 15px;
}

.zh-it-stage-block h4+p {
    margin-top: 10px;
}

.zh-width-70 {
    width: 70%;
}

.tble-p-margin p {
    margin: 0px;
}

.img-zh-width {
    width: 80%;
}

@media screen and (min-width: 1366px) and (max-width:1920px) {
    .zh-width-90 {
        width: 90%;
    }
    .zh-width-85 {
        width: 86%;
    }
}

@media screen and (min-width:768px) {}

@media screen and (max-width:768px) {
    .zh-framework .zh-t-space {
        width: 100%;
    }
    .zh-three-width,
    table.zh-five-col {
        width: 100%;
    }
    .zh-mob-img-width {
        width: 50%;
    }
    p br,
    h1 br {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .zh-it-mg-width {
        width: 50%;
    }
    .zh-it-sec-three {
        width: 95%;
    }
    .zh-it-stage-block img.zh-icon-width {
        width: 20%;
    }
    .zh-width-70 {
        width: 100%;
    }
    .tabl-max-width {
        max-width: 100% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .zh-itms-content h3 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .img-zh-width {
        width: 60%;
    }
}

.tblecont.zh-tble-ts p {
    font-size: inherit;
    line-height: 27px;
    margin-bottom: 0;
}

.tblecont.zh-tble-ts td {
    padding: 20px;
}

.zh-tmar-30 {
    margin-top: 30px !important;
}

p.zh-list-p-pad {
    margin-top: 8px;
}

.zh-tble-two-col tr td:first-child {
    width: 33%;
}

.pR40 {
    padding-right: 40px;
}

.tabl-max-width {
    max-width: 100%;
    overflow-x: scroll;
}

.zh-box-shadow {
    box-shadow: 0px 0px 10px #e3e3e3;
}


/**/

.zh-ecm-tbl table td {
    text-align: left;
    width: 33.33%;
}

.zh-tbl-middle p:not(:last-child) {
    border-bottom: 2px solid #96d9e3;
}

.zh-tbl-middle p {
    padding: 15px;
}

.zh-tbl-middle-main.litblue {
    padding: 0px;
}

.zh-sum-inner {
    border: 2px solid #8bd5ea;
    padding: 20px;
}

.zh-summary-sec {
    background: #e1f4fd;
    padding: 15px;
    position: relative;
}

.zh-cmj-tbl-img {
    background: url(../images/change-management-journey-table.svg) no-repeat;
    width: 115px;
    height: 105px;
    background-size: cover;
    margin: 0 auto;
    margin-bottom: 10px;
}

.zh-approvals {
    background-position: -120px 0px;
}

.zh-assets {
    background-position: -245px 0px;
}

.zhstyle {
    background-position: -380px 0px;
}

.zh-speed {
    background-position: -500px 0px;
}

.zh-ecm-tbl td {
    vertical-align: top;
}

.zh-td-tc {
    text-align: center;
}

.zh-log-main {
    width: 125px;
    height: 125px;
    background: url(../images/change-managment-sprit.svg) no-repeat;
    background-size: 2300px;
    margin-bottom: 10px;
}

.zh-log-center {
    margin: 0 auto;
}

.zh-cbi {
    background-position: -1307px 0px;
}

.zh-cbn {
    background-position: -1988px 0px;
}

.zh-f-item:not(.acd-no-hover):hover {
    background: #f0fcff;
    border-color: #f0fcff;
}

.zh-initiation {
    background-position: -280px -138px;
}

.zh-planning {
    background-position: -413px -140px;
}

.zh-approval {
    background-position: -544px -139px;
}

.zh-implementation {
    background-position: -675px -138px;
}

.zh-review {
    background-position: -808px -136px;
}

.zh-c5-strategies {
    background-position: -146px -142px;
}

.zh-ch4-resource {
    background-position: -888px 3px;
}

.zh-ch4-respon {
    background-position: -1034px 3px;
}

.zh-ch4-review {
    background-position: -807px -137px;
}

.zh-c5-education {
    background-position: -1192px -141px;
}

.zh-c5-sustainability {
    background-position: -1323px -141px;
}

.zh-ebook-box-shadow img {
    padding: 20px;
    box-shadow: 0px 0px 10px #efefef;
    margin: 40px auto;
    width: 90%;
}

.zh-zct-first {
    background-position: -1063px -139px;
}

.zh-coordinate {
    background-position: -1857px 5px;
}

.zh-ad-board {
    text-align: center;
    background: #d1f2fa;
    padding: 40px 30px;
}

.zh-ad-main {
    border: 2px solid #d1f2fa;
}

.zh-box-item .zh-log-main {
    margin: 0 auto;
}

.zh-manager {
    background-position: -1033px 5px;
}

.zh-owner {
    background-position: -435px 0px;
}

.zh-review-team {
    background-position: -1584px 4px;
}

.zh-documented {
    background-position: -732px 5px;
}

.zh-maintenance {
    background-position: -581px 2px;
}

.zh-c4-implementation {
    background-position: -1443px 1px;
}

.zh-c4-documentation {
    background-position: -1583px 5px;
}

.zh-c4-communication {
    background-position: -1717px 5px;
}

.zh-c4-strengthening {
    background-position: -9px -140px;
}

.zh-c4-understanding {
    background-position: -2121px 3px;
}

.zh-summary-hand::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    z-index: 99;
    background-image: url(../images/quick-summary.png);
    background-size: 130px;
    background-repeat: no-repeat;
    top: -70px;
    left: -30px;
}

.zh-summary-hand {
    margin-top: 80px !important;
}


/**/

.sublink.zh-sub-item {
    padding-left: 25px;
}

.zh-t-space td {
    padding: 20px;
}

.zh-t-space p {
    margin-top: 0px;
}

.zh-box-mamin .zh-box-item:first-child {
    border-right: 10px solid #fff;
}

.zh-itom-log {
    width: 100px;
    height: 100px;
    background: url(../images/ITOM-sprit-images.png) no-repeat;
    background-size: 1430px;
    margin-bottom: 20px;
}

.zh-itom-managers {
    background-position: -99px 0px;
}

.zh-itom-administrators {
    background-position: -199px 0px;
}

.zh-itom-audience {
    background-position: -296px 0px;
}

.zh-itom-sma {
    background-position: -393px 0px;
    width: 96px;
}

.zh-itom-mvo {
    background-position: -490px 0px;
    width: 96px;
}

.zh-itom-env {
    background-position: -585px -1px;
}

.zh-itom-mco {
    background-position: -694px -1px;
}

.zh-itom-mdcs {
    background-position: -793px -1px;
}

.zh-itom-en {
    background-position: -904px -1px;
}

.zh-itom-abnormalities {
    background-position: -1014px -1px;
}

.zh-itom-rotation {
    background-position: -1124px -1px;
}

.zh-itom-switches {
    background-position: -1230px -1px;
}

.zh-itom-firewalls {
    background-position: -1330px -1px;
}

.zh-itom-routers {
    background-position: 0px -104px;
}

.zh-itom-support {
    background-position: -117px -104px;
}

.zh-itom-planning {
    background-position: -327px -101px;
}

.zh-itom-maintenance {
    background-position: -221px -101px;
}

.zh-itom-recovery {
    background-position: -432px -100px;
}

.zh-itom-improvement {
    background-position: -756px -100px;
}

.zh-itom-ticket-based {
    background-position: -756px -100px;
}

.zh-itom-monitoring-apparatus {
    background-position: -393px 0px;
    width: 96px;
}

.zh-itom-managing-everyday-operations {
    background-position: -490px 0px;
    width: 96px;
}

.zh-itom-stable-environment {
    background-position: -585px -1px;
}
.sdp-compliance-framework {
    background-image: url("../images/compliance-framework.svg");
    background-repeat: no-repeat;
    margin-top: 30px;
	background-position: 5px -1px;
    width: 80px;
    height: 80px;
    background-size: 1110px;
}
.sdp-ch2-organization {
	background-position: -185px -161px;
}
.sdp-clause-five{
	background-position: -44px -147px;
}
.sdp-clause-six {
    background-position: -672px -24px;
}
.sdp-clause-seven {
    background-position: -875px -406px;
}
.sdp-clause-eight {
    background-position: -877px -502px;
}
.sdp-clause-nine {
    background-position: -535px -30px;
}
.sdp-clause-ten {
    background-position: -413px -32px;
}
.sdp-risk-iden {
    background-position: -46px -377px;
}
.sdp-core-map {
    background-position: -681px -361px;
}
.sdp-rs {
    background-position: -587px -247px;
}
.sdp-iro {
    background-position: -686px -157px;
}
.sdp-treatment {
    background-position: -677px -248px;
}
.sdp-rai {
    background-position: -970px -498px;
}
.sdp-step-one {
    background-position: -58px -484px;
}
.sdp-step-two {
    background-position: -186px -260px;
}
.sdp-step-three {
    background-position: -302px -253px;
}
.sdp-step-four {
    background-position: -401px -247px;
}
.sdp-step-five {
    background-position: -490px -247px;
}
.sdp-step-six {
    background-position: -585px -247px;
}
.sdp-step-seven {
    background-position: -298px -374px;
}
.sdp-step-eight {
    background-position: -398px -374px;
}
.sdp-step-internal {
    background-position: -511px -592px;
}
.sdp-step-audits {
    background-position: -608px -588px;
}
.sdp-step-enhancing {
    background-position: -710px -580px;
}
.sdp-clause-worldwide {
    background-position: -46px -39px;
}
.sdp-clause-certification {
    background-position: -190px -39px;
}
.sdp-clause-impact {
    background-position: -313px -33px;
}
ul li strong {
    font-family: 'Zoho_Puvi_SemiBold';
}
.me-ac-three-col-tbl table tbody tr td p{
	margin-bottom: 0;
}
.sdp-preparedness {
    background-position: -874px -589px;
}
.sdp-rapid {
    background-position: -969px -592px;
}
.sdp-adaptation {
    background-position: -291px -476px;
}
.sdp-proactive {
    background-position: -508px -476px;
}
.sdp-report-approach {
    background-position: -602px -477px;
}
.sdp-methodology {
    background-position: -706px -482px;
}
.sdp-measures {
    background-position: -74px -585px;
}
.sdp-clause-planning {
    background-position: -311px -587px;
}
.sdp-tailored-reports{
	background-position: -411px -591px;
}
.sdp-responsibility{
	background-position: -174px -591px;
}