/*BREADCRUMB-SECTION*/

.cmn-breadcrum {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    letter-spacing: normal;
}


/*Global beader only call this attr*/

.globe-menu-page .cmn-breadcrum {
    padding-top: 30px;
    max-width: 1400px;
    margin: 0px auto;
}

.cmn-breadcrum a,
.cmn-breadcrum .root-page {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.5;
}

.cmn-breadcrum a {
    color: #000;
    position: relative;
    margin: 10px 0px;
}

.cmn-breadcrum a:hover {
    color: #0b6db1;
}

.cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #0b6db1;
    transition: .4s ease;
}

.cmn-breadcrum a:hover::after {
    width: 100%;
    transition: .4s ease;
}

.cmn-breadcrum .root-page {
    /* color: #000;*/
    color: #0b6db1;
}

.cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
    color: #000;
}

.cta-btn {
    background: #f0483e;
    text-decoration: none !important;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto;
    font-family: 'Zoho_Puvi_SemiBold';
    border-radius: 2px;
    display: block;
    max-width: 250px;
    text-align: center;
    width: 90%;
    font-size: 16px;
}

.globe-type-menu-page .cmn-breadcrum {
    max-width: 1400px;
    margin: 0px auto;
}


/*Banner Title section start*/

.heading-menu .container.tac.clearfix {
    padding: 20px 0;
}

.heading-menu {
    padding: 0 0 55px 0;
    margin-top: 0;
    background: #eaf8ff;
    border-bottom: 0px;
    background-attachment: relative;
    background-position: center center;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #000;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    overflow: hidden;
    clear: both;
    height: auto;
    font-weight: 500;
}

#scroll {
    padding: 0px;
}


/*.container.tac.clearfix.cmn-cta-sub-parent {
       margin: 50px auto;
}*/


/*Banner Title section end*/


/*Features pages screenshot with content section */

.content-wrapper {
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.content {
    flex-grow: 1;
    flex-basis: 0;
}

.content h2.ftrpg-inrhdr {
    margin-top: 0px;
}

.content-wrapper .content:nth-child(1) {
    margin-right: 50px;
}

.content-wrapper .content:nth-child(2) {
    margin-left: 50px;
}

.content ul.list-items {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.content ul.list-items li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 5px;
    margin-top: 10px;
    font-size: 17px;
    margin-left: 20px;
}

.content ul.list-items li:before {
    content: "";
    background: #00a9f4;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
}


/*Custmer Section start*/

.custmersay {
    padding: 100px 0
}

.quotescont {
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

p.quotes-text {
    font-style: italic;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
    line-height: 1.3;
}


/*Custmer Section end*/


/*LAZY AND CONTENT ANIMATION*/

.cont-anim>h1,
.cont-anim>h2,
.cont-anim>h3,
.cont-anim>h4,
.cont-anim>h5,
.cont-anim>p,
.cont-anim>a,
.cont-anim>ul>li,
.cont-anim>div,
.cont-anim>span {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
}

.cont-anim .content-view {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}

.right-img-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
}

.left-img-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
}

.img-view {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
}

.img-scale {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 1s ease;
}

.parent-active .img-scale {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 1s ease;
}

.right-anim {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    transition: 1s ease;
}

.lef-anim {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    transition: 1s ease;
}

.parent-active .lef-anim,
.parent-active .right-anim,
.parent-active .right-img-anim,
.parent-active .left-img-anim {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition: 1s ease;
}

.bottom-to-top-anim {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: 1s ease;
}

.parent-active .bottom-to-top-anim {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: 1s ease;
}

.mobile-breadcrum {
    display: none;
}

picture {
    width: 100%;
    height: auto;
    display: block;
}

.placeholder-loading {
    position: relative;
    background-color: #e2e2e2;
    overflow: hidden;
}

.lazy-picture {
    transform: translateY(20px);
    transition: .6s ease all;
    opacity: 0;
}

.lazy-picture.img-active {
    transform: translateY(0px);
    transition: .6s ease all;
    opacity: 1;
}

.placeholder-loading img,
.placeholder-loading source {
    height: auto;
    width: 100%;
    opacity: 0;
}

.placeholder-loading.picture {
    border-radius: 0;
}

.placeholder-loading::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    animation: loading 1.5s infinite;
}

#axelos-disclaimer {
    margin: 60px 0px 30px;
}

#axelos-disclaimer p {
    font-size: 14px !important;
}

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}


/*SLICK SLIDER CSS*/

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
.slick-next,
.slick-prev,
a:focus {
    outline: 0
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    background: 0 0
}

.slick-next:after,
.slick-next:before,
.slick-prev:after,
.slick-prev:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 18px;
    background: #c7d0df;
    transition: .5s ease
}

.slick-dots,
.z-testiContent,
.z-testimonial-head,
.z-testimonial-head h4 {
    position: relative
}

.slick-next:hover:after,
.slick-next:hover:before,
.slick-prev:hover:after,
.slick-prev:hover:before {
    background: #3f51b6
}

.slick-next:before {
    transform: rotate(-45deg);
    top: 0;
    right: 10px
}

.slick-next:after {
    transform: rotate(45deg);
    bottom: 0;
    right: 10px
}

.slick-prev:before {
    transform: rotate(45deg);
    top: 0;
    left: 10px
}

.slick-prev:after {
    transform: rotate(135deg);
    bottom: 0;
    left: 10px
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: .25
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-dots {
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    margin: 0 3px;
    background: #c7d0df;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #fff;
    transition: .5s ease;
    box-sizing: content-box
}

.slick-dots li.slick-active {
    background: #3f51b6;
    width: 8px;
    height: 8px;
    border: 1px solid #3f51b6
}

.slick-dots li button {
    display: none
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box
}

.slick-list {
    margin: 0;
    padding: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-list {
    overflow: hidden;
}

.slick-track:after {
    clear: both;
    display: table;
    content: ''
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

.i18n-ar .slick-slider .slick-list,
.i18n-ar .slick-slider .slick-dots {
    direction: ltr;
    text-align: center;
}

.slick-initialized .slick-slide {
    display: block
}

.slick-arrow.slick-hidden {
    display: none
}


/*IMAGE POP-UP*/

.image-pupup-show-continer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .95);
    overflow: auto;
    z-index: 5555555;
    display: none;
    padding: 20px 0;
    box-sizing: border-box;
}

.image-pupup-show-continer.active {
    display: block;
}

.modal {
    position: fixed;
    z-index: 1000000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.is-visible {
    visibility: visible;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e8;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    transition-delay: 0s;
}

.modal-wrapper {
    z-index: 9999;
    width: 90%;
    max-width: 900px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsl(0deg 0% 0% / 35%);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    opacity: 0;
}

.modal.is-visible .modal-transition {
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    background: none;
    border: 0;
    height: 40px;
    width: 50px;
}

.modal-close::after {
    content: '';
    height: 100%;
    display: block;
    width: 2px;
    background: grey;
    border-radius: 10px;
}

.modal-close::before {
    content: '';
    height: 100%;
    display: block;
    width: 2px;
    background: grey;
    border-radius: 10px;
}

.modal-close:hover {
    color: #777;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.popup-btn {
    cursor: pointer
}


/*close-btn*/

.close-btn {
    position: absolute;
    right: 10px;
    top: 30px;
    height: 50px;
    width: 50px;
    background-image: url(https://www.manageengine.com/br/service-desk/style/../images/popup-close-img.png);
    background-size: contain;
    cursor: pointer;
}


/*image-popup-show-start*/

.image-pupup-show-continer .modal-wrapper {
    height: auto;
    background-color: unset;
    box-shadow: unset;
    display: flex;
    justify-content: center;
    margin: 0px auto;
}

.clone-img-ele {
    cursor: zoom-in;
}

.image-pupup-show-continer .modal-wrapper img,
.image-pupup-show-continer .modal-wrapper source {
    width: 100%;
}

.entity-links {
    color: #000;
    text-decoration: none;
}

.entity-links:hover {
    text-decoration: underline;
}


/*image-popup-show-end*/


/*SDP MENUS START*/

.productmenu #res,
.productmenu #solutions {
    position: relative;
    padding: 0px 15px
}

nav ul.productmenu.header-nav>li {
    margin: 10px 0 0;
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif;
    font-size: 1.15em;
}

ul.sub-menu li.sub-menu-heading a,
ul.sub-menu li.sub-menu-heading {
    font-family: 'Zoho_Puvi_SemiBold' !important;
}

#res::before,
#solutions::before {
    content: '';
    height: 9px;
    width: 9px;
    background: #28345d;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 10px;
    clip-path: polygon(52% 75%, 0 1%, 100% 0);
    cursor: pointer;
    transition: .4s ease all;
    transform-origin: 50% 30% 0;
}

#res.active::before,
#solutions.active::before {
    transition: .4s ease all;
    transform: rotate(180deg);
}

#res.active::after,
#solutions.active::after {
    content: '';
    padding-bottom: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    width: 100%;
    background: #66339900;
    left: 0;
    cursor: pointer;
}

#MEdropPanel #res.active::after,
#MEdropPanel #solutions.active::after {
    display: none;
}

#res .sub-menu,
#solutions .sub-menu {
    padding: 20px 0px 25px;
    position: absolute;
    top: 40px;
    z-index: 33;
    display: none;
    left: 0;
    width: 200px;
    background: #ffffff;
    border-radius: 3px;
    text-align: left;
    -webkit-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
    -moz-box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
    box-shadow: 0px 1px 38px -8px rgb(89 86 89 / 32%);
}

#res .sub-menu::before,
#solutions .sub-menu::before {
    content: '';
    height: 20px;
    width: 20px;
    background: #ffffff;
    position: absolute;
    left: 30px;
    top: -9px;
    transform: rotate(45deg);
    z-index: 22;
}

ul.sub-menu li {
    padding: 5px 20px;
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
}

ul.sub-menu li a,
.selecteddivnew ul.sub-menu li a {
    display: block;
    color: #000;
    position: relative;
    font-family: 'Zoho_Puvi_Regular', 'Open Sans', sans-serif !important;
}

ul.sub-menu li a.active {
    color: #03a9f5 !important;
}

.child-sub-menu {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
}

.root-link {
    border: 1px solid;
    text-align: center;
    border-radius: 2px;
    width: 80%;
    margin: 10px auto 0px;
}

.root-link:hover {
    border: 1px solid #03a9f5;
}

ul.sub-menu li.root-link {
    padding: 0px 0px;
}

ul.sub-menu li.root-link a {
    display: block;
    padding: 3px 0px;
    font-weight: bold;
}

ul.sub-menu li.root-link a:hover {
    color: #03a9f5 !important;
    transition: .4s ease all;
}

.root-link a::after {
    display: none;
}

#MEmobPanel .sub-menu {
    position: relative;
    width: 100%;
    box-shadow: none;
    top: 0;
    left: 0;
    padding: 0px 0px 20px;
    border-bottom: 1px solid rgb(192, 192, 192);
}

#MEmobPanel #res,
#MEmobPanel #solutions {
    position: relative;
    border-bottom: unset;
}

#MEmobPanel #res>a,
#MEmobPanel #solutions>a {
    display: block;
    border-bottom: 1px solid #c0c0c0;
    z-index: 10000000000;
}

#MEmobPanel #res::before,
#MEmobPanel #solutions::before {
    right: 20px;
    top: 20px;
    transition: .3s ease-in all;
    transform-origin: 50% 30% 0;
}

#MEmobPanel #res.active::before,
#MEmobPanel #solutions.active::before {
    transition: .3s ease-in all;
    transform: rotate(180deg);
}

#MEmobPanel .sub-menu li {
    opacity: 1;
    border-bottom: unset;
    font-size: 14px;
}

#MEmobPanel #res .sub-menu::before,
#MEmobPanel #solutions .sub-menu::before {
    display: none;
}

#MEmobPanel .sub-menu li a {
    padding: 0px 0px;
}

#MEmobPanel .sub-menu .root-link {
    margin: 7px 20px;
    border: unset;
    width: 150px;
    box-sizing: border-box;
    padding: 4px 0px;
    text-align: left;
}

#MEmobPanel .sub-menu .root-link a {
    font-family: 'Zoho_Puvi_Bold' !important;
}

#MEmobPanel {
    top: 80px !important;
}

#MEmobPanel #res.active::after,
#MEmobPanel #solutions.active::after {
    display: none;
}

li.sub-menu-heading,
li.sub-menu-heading a {
    color: #000 !important;
    font-weight: bold;
    position: relative;
    margin-bottom: 0px;
    font-size: 15px !important;
}

li.sub-menu-heading:hover,
li.more:hover,
.submenu:hover {
    background: none !important;
}

li.sub-menu-heading.second-category {
    margin-top: 5px;
}

li.submenu a:hover {
    color: #216cb4 !important;
}

a.more-link {
    color: #216cb4 !important;
    font-size: 12px !important;
}

li.more span {
    display: inline-block;
    vertical-align: middle;
}

li.sub-menu-item {
    margin-left: 10px;
    padding: 0px 20px 0px 20px !important;
    font-size: 13px !important;
    font-weight: normal !important;
}

ul.sub-menu li:hover {
    background: transparent !important;
}


/*Flex wrap start*/

.flex-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.two-column>div {
    flex: 0 0 calc(100%/2);
    max-width: calc(100%/2);
    box-sizing: border-box;
}

.three-column>div {
    flex: 0 0 calc(100%/3);
    max-width: calc(100%/3);
    box-sizing: border-box;
}


/*Button components */

.cta {
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px;
}


/*SDP MENUS END*/

.internal-links {
    color: #00a9f4;
    text-decoration: none;
    border-bottom: 1px solid;
}


/*Globe inline footer style start here*/

.sub-footer a:hover,
.copyright a:hover,
.footercopy a:hover,
.foot-copy a:hover {
    text-decoration: underline !important;
}

#itilresrv {
    display: none;
}

*Youtube Videos In-line-embeding-style-start*/

.me-sdp-video-parent-container {
    max-width: 800px;
    margin: 0px auto;
    width: 95%;
}

.me-sdp-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio for responsive scaling */
    overflow: hidden;
}

.me-sdp-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the overlay color and transparency */
}

.me-sdp-video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-video-iframe .modal-wrapper {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    height: auto;
}

.footer-video-iframe iframe {
    display: block;
    width: 85%;
    height: 85%;
    margin: 50px auto 0px;
}


/*Youtube Videos In-line-embeding-style-end*/


@media only screen and (max-width:1500px) {
    .globe-type-menu-page .cmn-breadcrum {
        width: 98%;
    }
}

@media only screen and (max-width:1180px) {
    .content-wrapper {
        width: 90%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:980px) {
    .mobile-breadcrum {
        display: block;
    }
    .web-breadcrum {
        display: none;
    }
    /*Features pages content wrapper start*/
    .content-wrapper {
        flex-wrap: wrap;
    }
    .content {
        flex-grow: inherit;
        flex-basis: inherit;
    }
    .content img {
        margin-top: 20px;
    }
    .flexdr {
        flex-direction: column-reverse;
    }
    .content-wrapper .content:nth-child(1) {
        margin-right: 0;
    }
    .content-wrapper .content:nth-child(2) {
        margin-left: 0;
    }
    .cmn-breadcrum {
        padding: 10px;
        margin-top: 10px;
    }
    /*Features pages content wrapper end*/
}

@media only screen and (max-width:767px) {
    .flex-wrap {
        display: block;
    }
    .two-column>div,
    .three-column>div {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1160px) {
    .sdplogosvg img {
        width: 169px;
    }
    nav ul.productmenu.header-nav>li {
        font-size: 16px;
        padding: 0px 10px;
    }
    #header-mainsec {
        top: 40px;
    }
    .nav-dwn a {
        width: 118px;
    }
}

/*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 {
  width: 1100px;
  margin: 0 auto;
  display: flex
}
.rowpding {
  padding: 100px 0
}
.articlelinkscont {
  background: #fafafa;
  padding: 10px 30px 30px 30px;
  margin-top: 20px;
}
ul.articlelinks li {
  margin: 10px 0
}
ul.articlelinks {
  border-left: 1px solid #cacbcf;
}
ul.articlelinks li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding: 6px 0 4px 12px;
  line-height: 1.4;
}
ul.articlelinks li.active a {
  color: #000;
  box-shadow: -3px 0px 0px 0px #000;
  font-weight: 600;
  pointer-events: none;
}
.article-wrapper {
  width: 65%;
  padding-right: 5%;
}
.article-wrapper h1 {
  font: 35px/1.3 'Zoho_Puvi_Bold';
}
.article-wrapper h2 {
  font: 26px/1.3 'Zoho_Puvi_Bold';
}
.date-share {
  display: flex;
  margin: 30px 0 40px 0;
}
.datemints {
  width: 100%
}
.datemints p {
  color: #444;
  margin: 0px !important;
}
.articleshare {
  width: 20%;
}
ul.shareiconscont {
  display: flex;
  flex-flow: row;
}
ul.shareiconscont li {
  list-style-type: none;
}
.shareicons {
  background-image: url("/service-desk/images/share-icons.png");
  background-repeat: no-repeat;
  margin: 0 10px;
}
.twit {
  background-position: -11px -10px;
  width: 21px;
  height: 23px;
  display: block
}
.lind {
  background-position: -47px -10px;
  width: 19px;
  height: 19px;
  display: block
}
.facbk {
  background-position: -82px -10px;
  width: 19px;
  height: 19px;
  display: block
}
.flag {
  background-position: -118px -11px;
  width: 13px;
  height: 17px;
  display: block;
  cursor: pointer
}
.bnrcont {
  margin: 40px 0
}
.article-wrapper p {
  margin-top: 20px;
}
.article-wrapper p strong {
  font-weight: 600;
}
.article-wrapper h3 {
  margin-top: 20px;
}
.article-wrapper a {
  color: #138cd6;
  text-decoration: none
}
.widget-sidebar {
  width: 30%;
}
#adsticky {
  position: sticky;
  top: 30px;
}
.analystname {
  margin-top: 20px;
  text-align: right;
}
.analystname span {
  font-size: 14px;
}
.aboutauther {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.aboutauther div.left {
  width: 25%;
  text-align: center;
}
.aboutauther div.left img {
  margin: 0 auto;
  border-radius: 50%;
}
.authname {
  font-family: 'Zoho_Puvi_SemiBold';
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}
.authdisc {
  font-size: 16px;
  margin-top: 0px;
}
.aboutauther div.right {
  width: 75%
}
.aboutauther div.right p {
  font-size: 14px;
  margin-top: 5px;
}
.autherlinks {}
.autherlinks ul {
  display: flex;
  list-style-type: none;
}
.autherlinks ul li {}
.authrlinkicons {
  background-image: url("/service-desk/images/auther-profile-icons.png");
  width: 33px;
  height: 33px;
  background-repeat: no-repeat;
  margin-top: 10px;
}
a.authr-in {
  background-position: 0px 0px;
  display: block
}
a.authr-web {
  background-position: -45px 0px;
  display: block;
  margin-left: 12px;
}
.hastagscont {
  margin-top: 70px;
}
ul.hastags {
  display: flex;
  flex-wrap: wrap;
}
ul.hastags li {
  list-style-type: none;
  padding: 10px;
}
ul.hastags li a {
  color: #000;
  text-decoration: none;
  background: #fafafa;
  padding: 5px 10px;
}
.sub-news {
  background: #fafafa;
  padding: 40px;
  margin-top: 20px;
}
.sub-news p {
  font: 20px/1.3 'Zoho_Puvi_SemiBold';
  margin-top: 0px;
}
.sub-news div {
  margin-top: 30px;
}
.subscribe {
  background: #ee4a44;
  color: #fff;
  padding: 10px 20px;
  font: 20px/1.3 'Zoho_Puvi_SemiBold';
  text-align: center;
  border-radius: 2px;
  opacity: 0.9;
  cursor: pointer;
}
.subscribe:hover {
  opacity: 1;
}
.subscribe a {
  text-decoration: none;
  color: #fff;
}
.tblecont {
  margin: 20px 0;
  overflow-x: scroll;
}
.disaster-table tr:nth-child(odd) {
  background: #c7eafb;
}
.disaster-table tr:nth-child(even) {
  background: #e4f5fd;
}
.disaster-table tr td {
  border: 1px solid #4abfe1;
}
.tblecont tr td {
  padding: 25px;
  border: 1px solid #000;
}
.tblecont p {
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
}
.tblecont p strong {
  font-weight: 600;
}
ul.list-items li strong {
  font-weight: 600;
}
ul.sub-list-1 li strong {
  font-weight: 600;
}
a.internal-links {
  border-bottom: 1px solid;
}
.list-disc li {
    margin-bottom: 10px;
}
ol.nested-list {
    list-style-type: inherit;
    margin: 20px 0px 20px 40px;
}
@media screen and (max-width:1440px) {
  .adcont.adstick {
    width: 23%;
  }
}
@media screen and (max-width:1100px) {
  .fixed-header {
    position: fixed;
  }
  .container {
    max-width: 96%;
  }
  .rowpding {
    padding: 50px 0;
  }
  .bnrcont img {
    margin: 0 auto
  }
  .ebkinnercont {
    width: 100%;
  }
  .article-wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .widget-sidebar {
    display: none;
  }
  .article-wrapper h1 {
    font: 30px/1.3 'Zoho_Puvi_Bold';
  }
  .sub-news a {
    padding: 9px 15px;
  }
  ul.articlelinks 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) {
  .rowpding {
    padding: 30px 0;
  }
  .datemints {
    width: 60%;
  }
  .article-wrapper h1 {
    font: 23px/1.3 'Zoho_Puvi_Bold';
  }
  .aboutauther {
    flex-wrap: wrap;
  }
  .aboutauther div.left {
    width: 100%;
  }
  .aboutauther div.right {
    width: 100%;
    text-align: center;
  }
  .article-wrapper h3 {
    margin-top: 20px;
    text-align: center;
  }
  .autherlinks {
    margin: 0 auto;
    width: 22%;
  }
}
.zh-kmicon {
  background: url(/service-desk/images/knowledge-management-strategy-sprit.png);
  width: 95px;
  height: 100px;
  background-size: 450px;
  background-repeat: no-repeat;
}
.zh-smes {
  background-position: -88px 0px;
}
.zh-know-man {
  background-position: -173px 0px;
}
.zh-ka {
  background-position: -262px 0px;
}
.zh-rs {
  background-position: -350px 4px;
}
.zh-a-email {
  background-position: -8px -99px;
}
.zh-did {
  background-position: -128px -125px;
  background-size: 540px;
  width: 100px;
}
.zh-tfn {
  background-position: -195px -98px;
}
.zh-nf {
  background-position: -295px -98px;
}
.zh-tbl-width tr td {
  width: 20%;
}
.zh-tbl-width tr td:first-child {
  width: 40%;
}
.zh-flex .zh-img-section {
  margin: 15px 5px;
  padding: 25px 20px 30px;
  flex-basis: 50%;
  flex-grow: 1;
  box-shadow: 0px 0px 5px #e0e0e0;
}
.zh-txt-left p {
  text-align: left;
}
.zh-flex {
  display: flex;
  align-content: space-around;
  gap: 20px;
  text-align: center;
}
.zh-flex .zh-img-section h4 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.zh-flex .zh-img-section:hover {
  box-shadow: 0px 0px 20px #d9d9d9;
  cursor: pointer;
}
.zh-space-auto {
  margin: 0 auto;
}
.zh-p-width {
  width: 95%;
}
.zh-img-box {
  box-shadow: 0px 0px 5px #e6e6e6;
}
.zh-tbl-li-width {
  width: 70%;
}
ol.list-items-num li {
  padding-bottom: 5px;
}
.zh-tbl-width thead td.tblhdr, .zh-tble-style thead td.tblhdr {
  background: #fdd30a;
}
.zh-tbl-width thead h4, .zh-tble-style thead h4 {
  font: 18px/1.4 'Zoho_Puvi_SemiBold';
}
.zh-tble-style tr:nth-child(odd), .zh-tbl-width tr:nth-child(odd) {
  background: #e4f5fd;
}
@media screen and (max-width: 731px) {
  .zh-flex {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .zh-tbl-li-width {
    width: 100%;
  }
}
/**/
.zh-grid-box {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
  padding: 30px 0px;
}
.zh-grid-box-items {
  background: #fff;
  box-shadow: 0px 0px 3px #cacaca;
  padding: 30px;
  margin: 15px 5px;
  cursor: pointer;
}
.zh-grid-box-items:hover {
  box-shadow: 0px 0px 10px #a5a5a5;
}
.zh-head-width {
  max-width: 80%;
}
.zh-grid-p-width {
  max-width: 93%;
}
.zh-grid-p-width-1 {
  max-width: 88%;
}
.zh-quotes {
  padding: 30px;
}
.zh-quotes img {
  margin: 20px auto;
}
.zh-quote-desc {
  border-left: 5px solid #4dc9f5;
  font-weight: 600;
  background: #fafafa;
  padding: 40px;
}
@media screen and (max-width: 731px) {
  .zh-grid-box {
    display: block;
  }
  .zh-grid-p-width {
    max-width: 100%;
  }
  .zh-grid-p-width-1 {
    max-width: 100%;
  }
}
p.pul {
  padding-left: 25px;
}
p.pul::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #00a9f4;
  border-radius: 100px;
  margin-top: 9px;
  margin-left: -17px;
}
.zh-bcdr p {
  line-height: 25px;
}

@import url("https://www.manageengine.com/css/fonts.css");
.quotes {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    width: 90%;
    margin: 50px auto;
}

p.quotes-desc {
    font-style: italic;
    font-size: 24px;
    font-family: serif;
    font-weight: bold;
    margin: 20px 0px;
    text-align: center;
    line-height: 1.3;
}

.qtnme {
    font-family: 'Zoho_Puvi_Regular';
    font-size: 14px;
    line-height: 40px;
    color: #529a63;
}
/*Footer CTA section */

#sdpcutomerlogos,
#ftrgetstd,
#allFea {
    display: none;
}

.footerctas {
    background: #000;
    padding: 3% 0;
}

#itilftrcta {
   background: #000;
   padding: 40px 0px;
}

#itilftrcta h2 {
   color: #fff;
}

.footerctas h2 {
     color: #fff;
}

#nofolderftrctasec,
#itsmfooterctasec,
#hdsfooterctasec,
#gdprfooterctasec,
#atomtionftrctasec,
#chngeftrctasec,
#onpremisesftcta,
#cloudftrcta,
#itilrleseftrcta,
#itilftrcta,
#rportsftrcta {
    background: #000;
    padding: 3% 0;
}
#nofolderftrctasec h2,
#itsmfooterctasec h2,
#hdsfooterctasec h2,
#gdprfooterctasec h2,
#atomtionftrctasec h2,
#chngeftrctasec h2,
#onpremisesftcta h2,
#cloudftrcta h2,
#itilrleseftrcta h2,
#itilftrcta h2,
#rportsftrcta h2 {
    color: #fff;
}

#gdpr-additionalrcs h2.gdpr {
    width: 100% !important;
}

.chngeftrlinkssec ul.add-resources h2 {
    width: 90%;
}

.chngeftrlinkssec ul.add-resources li {
    margin: 10px 0;
}

ul.gdprlinks li {
    margin: 10px 0
}

.bradkrm-container {
    width: 1400px;
    margin: 0 auto
}

.selfsrviceftrcta {
    background: #000;
    padding: 3% 0;
}

.selfsrviceftrcta h2 {
    color: #fff;
}

#selserviceftrlinks {
    background: #fff;
}

#itsmfooterctasec,
#atomtionftrctasec h2 {
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 30px;
    line-height: 1.25;
}

#nofolder-additionalrcs h2 {
    width: 95%;
}

#nofolder-additionalrcs ul.add-resources h2 {
    margin: 10px 0px 15px 0px;
}

#nofolder-additionalrcs ul.add-resources p {
    font-size: 18px;
    padding-right: 5%;
}

#opnprmises-additionalrcs h2 {
    width: 81%;
}

#integrtionadditionalsec h2 {
    width: 82%;
}

#opnprmises-additionalrcs ul.add-resources li {
    padding: 6px 0;
}

#itilrlese-additionalrcs ul.add-resources h2 {
    width: 84%;
}

#itilrlese-additionalrcs img.add-res {
    width: 50%;
}

#rportsadditionalsec ul.otherlinkcont li.left {
    flex: 0 0 100%;
}

#rportsadditionalsec h4.other {
    margin: 25px 0px 10px 0px !important;
}

a.startyrfre {
    background: #e23c32;
    color: #fff;
    font-size: 19px;
    padding: 7px 30px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 400;
    width: 130px;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold';
}

a.strtur30dys>span,
a.startyrfre>span {
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
}

a.startyrfre {
    background: #e23c32;
    color: #fff;
    font-size: 19px;
    padding: 7px 30px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 400;
    width: 130px;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold';
}

a.ftrdemo {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    display: none;
}
/*Automation folder CTA style start*/

#atomtionftrctasec a.startyrfre {
    background: #e23c32;
    color: #fff;
    font-size: 19px;
    padding: 7px 30px;
    border-radius: 0;
    text-decoration: none;
    font-weight: 400;
    width: 155px;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    font-family: 'Zoho_Puvi_SemiBold';
}

#atomtionftrctasec a.strtur30dys>span,
a.startyrfre>span {
    font-size: 10px;
    display: block;
    letter-spacing: 1px;
    color: #ffff;
}

#atomtionftrctasec a.ftrdemo {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    display: none;
}
/*Automation folder CTA style end*/

.tac {
    text-align: center;
}

.mT0 {
    margin-top: 0 !important;
}

.mT30 {
    margin-top: 30px;
}
/*Footer additional links section */

#additionalsec {
    background: #fff;
    padding: 3% 0
}

.add-resources-bg {
    padding: 50px 0;
    box-sizing: border-box;
}

.add-resources-bg .container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

ul.add-resources {
    display: flex;
}

ul.add-resources li {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 0px 5px;
    margin: 5px 0px !important;
    box-sizing: border-box;
}

ul.add-resources h4 {
    margin-left: 0px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: Zoho_Puvi_SemiBold;
}

ul.add-resources h2 {
    width: 65%;
    font-size: 28px;
    color: #3180d2;
    margin: 10px 0px 30px 0px;
    line-height: 1.2;
}

img.add-res {
    display: block;
    margin: 40px auto 0px 0px;
}

h4.other {
    margin: 30px 0px 10px 0px !important;
    text-transform: inherit !important;
    font-size: 18px !important;
}

p.lot-more {
    width: 80%;
}

ul.add-resources a {
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}

ul.watch li {
    font-size: 18px;
    line-height: 1.8;
}

ul.luxury {
    margin: 30px 0px;
}

ul.luxury li {
    font-size: 18px;
    line-height: 1.8;
}

ul.lnks li {
    font-size: 18px;
    line-height: 1.8;
}

ul.lnks li a {
    position: relative;
    text-decoration: none;
}

ul.lnks li a:before {
    content: "";
    width: 0%;
    border-bottom: 1px solid #3180d2;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

ul.lnks li a:hover:before {
    width: 100%;
}

ul.luxury li a {
    position: relative;
    text-decoration: none;
}

ul.luxury li a:before {
    content: "";
    width: 0%;
    border-bottom: 1px solid #3180d2;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

ul.luxury li a:hover:before {
    width: 100%;
}

ul.addresorcs li a {
    position: relative;
    text-decoration: none;
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin: 5px 0px;
    display: inline-block;
}

ul.addresorcs li a:before {
    content: "";
    width: 0%;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

ul.addresorcs li a:hover:before {
    width: 100%;
}

ul.otherlinkcont {
    display: flex;
}

ul.otherlinkcont li.left {
    width: 50%;
}

ul.otherlinkcont li.right {
    width: 50%;
}

.otherlinkcont>li {
    padding-right: 10px !important;
}

ul.otherlinks li a {
    position: relative;
    text-decoration: none;
    font-size: 16px;
}

ul.otherlinks li a:before {
    content: "";
    width: 0%;
    border-bottom: 1px solid #3180d2;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

ul.otherlinks li a:hover:before {
    width: 100%;
}

p.itilresrv {
    display: none
}

#itilresrv {
    display: none;
}

p#itilresrv {
    font-size: 14px !important;
    padding-bottom: 25px;
    margin-top: 40px;
    margin-bottom: 0px;
}

p.footer-desc {
    max-width: 70%;
}

@media screen and (max-width:1024px) {
    .add-resources-bg .container {
        max-width: 90%;
        width: 90%;
        margin: 0 auto;
    }
    p.footer-desc {
        max-width: 100%;
    }
}

@media screen and (max-width:980px) {
    ul.add-resources h2 {
        width: 100%;
    }
    ul.add-resources {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    ul.add-resources>li:nth-child(2) {
        margin-left: 0px;
    }
    ul.add-resources li {
        flex: 0 0 100% !important;
    }
    ul.otherlinkcont {
        display: flex;
        flex-wrap: wrap;
    }
    ul.otherlinkcont li.left {
        width: 100% !important;
    }
}

@media screen and (max-width:500px) {
    /*#nofolderftrctasec h2, #itsmfooterctasec h2, #hdsfooterctasec h2, #gdprfooterctasec h2, #atomtionftrctasec h2, #chngeftrctasec h2, #onpremisesftcta h2, #cloudftrcta h2, #itilrleseftrcta h2, #itilftrcta h2, #rportsftrcta h2{
   
}*/
    #nofolderftrctasec,
    #itsmfooterctasec,
    #hdsfooterctasec,
    #gdprfooterctasec,
    #atomtionftrctasec,
    #chngeftrctasec,
    #onpremisesftcta,
    #cloudftrcta,
    #itilrleseftrcta,
    #itilftrcta,
    #rportsftrcta {
        padding: 10% 0;
    }
    #nofolderftrctasec a.startyrfre:nth-child(2) {
        display: none
    }
    #itsmfooterctasec a.startyrfre:nth-child(2) {
        display: none
    }
    #hdsfooterctasec a.startyrfre:nth-child(2) {
        display: none
    }
    #gdprfooterctasec a.startyrfre:nth-child(2) {
        display: none
    }
    #atomtionftrctasec a.startyrfre:nth-child(2) {
        display: none
    }
    #chngeftrctasec a.startyrfre:nth-child(2) {
        display: none
    }
    #onpremisesftcta a.startyrfre:nth-child(2) {
        display: none
    }
    #cloudftrcta a.startyrfre:nth-child(2) {
        display: none
    }
    #itilrleseftrcta a.startyrfre:nth-child(2) {
        display: none
    }
    #itilftrcta a.startyrfre:nth-child(2) {
        display: none
    }
    #rportsftrcta a.startyrfre:nth-child(2) {
        display: none
    }
    #nofolderftrctasec .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #itsmfooterctasec .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #hdsfooterctasec .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #gdprfooterctasec .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #atomtionftrctasec .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #chngeftrctasec .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #onpremisesftcta .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #cloudftrcta .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #itilrleseftrcta .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #itilftrcta .mob-pB50 {
        padding-bottom: 10px!important;
    }
    #rportsftrcta .mob-pB50 {
        padding-bottom: 10px!important;
    }
    img.add-res {
        display: block;
        margin: 25px auto;
    }
}
/*SDP-COMMON-FOOTER-STYLE-START-HERE*/

.sdp-common-footer-bg a {
    margin-bottom: 0;
}

section.sdp-common-footer-bg {
    font: 18px/1.6 Zoho_Puvi_Regular;
}

.sdp-common-footer-bg {
    background: #f5f5f5;
    padding: 100px 0px;
}

.sdp-common-footer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.sdp-common-footer-col {
    flex-grow: 1;
    flex-basis: 0;
}

.sdp-common-footer .sdp-common-footer-col:nth-child(2) {
    margin: 0px 100px;
}

.sdp-common-footer .sdp-common-footer-col:nth-child(3) {
    margin: 0px 100px 0px 0px;
}

.promo1 {
    margin: 0px 0px 30px 0px;
}

.sdp-common-footer-col img {
    width: auto;
    max-width: unset;
    cursor: pointer;
}

.sdp-common-footer-col h4 {
    font: 23px/1.4 Zoho_Puvi_SemiBold;
    text-align: left;
    margin: 0px 0px 5px 0px;
    position: relative;
}

h4.top-space {
    margin-top: 50px;
}

.sdp-common-footer-list-items li a {
    /*font: 14px/1.6 Zoho_Puvi_Regular;*/
    font: 400 14px/1.6 'ZohoPuvi', sans-serif !important;
    color: #000;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.sdp-common-footer-list-items li a:before {
    content: "";
    width: 0%;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    transition: width 0.5s;
}

.sdp-common-footer-list-items li a:hover:before {
    width: 100%;
}

ul.footer-social-icons {
    display: flex;
}

ul.footer-social-icons li img {
    width: 26px;
}

ul.footer-social-icons li:nth-child(2) {
    margin: 0px 15px;
}
/*video popup style starts here*/

.bg-overlay {
    background: rgba(255, 255, 255, .95);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    position: fixed;
    display: none;
}

.video-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: 70%;
    height: auto;
}

.cancel {
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999999;
    display: none;
}

.cancel img {
    width: 32px;
    height: 32px;
    margin: 0px;
}
/*video popup style ends here*/

@media only screen and (max-width:1024px) {
    .sdp-common-footer .sdp-common-footer-col:nth-child(2) {
        margin: 0px 50px;
    }
    .sdp-common-footer .sdp-common-footer-col:nth-child(3) {
        margin: 0px 50px 0px 0px;
    }
}

@media only screen and (max-width:768px) {
    .sdp-common-footer-bg {
        background: #f5f5f5;
        padding: 75px 0px;
    }
    .sdp-common-footer {
        display: block;
    }
    .sdp-common-footer-col:nth-child(1) {
        text-align: center;
    }
    .promo1,
    .promo2 {
        display: inline-block;
        margin: 20px;
    }
    .sdp-common-footer .sdp-common-footer-col:nth-child(2) {
        margin: 0px 0px;
    }
    .sdp-common-footer .sdp-common-footer-col:nth-child(3) {
        margin: 0px 0px 0px 0px;
    }
    ul.sdp-common-footer-list-items li {
        display: inline-block;
        margin: 10px 35px 10px 0;
    }
    ul.footer-social-icons li img {
        margin: 10px 0px 10px 0;
    }
    h4.top-space {
        margin-top: 0px;
    }
    .sdp-common-footer-col h4 {
        margin: 30px 0px 5px 0px;
    }
    .cancel img {
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width:414px) {
    .sdp-common-footer-col {
        text-align: center;
    }
    .sdp-common-footer-bg {
        padding: 50px 0px 100px 0px;
    }
    ul.sdp-common-footer-list-items {
        margin-top: 15px;
    }
    ul.sdp-common-footer-list-items li {
        display: block;
        margin: 10px 35px 10px 0;
        text-align: left;
        padding: 0px 0px 0px 30px;
    }
    .sdp-common-footer-col h4 {
        font: 19px/1.4 Zoho_Puvi_SemiBold;
        margin: 0px 0px 0px 0px;
        border-bottom: 1px solid #e0e0e0;
        padding: 15px 0px;
    }
    .promo2 {
        padding-bottom: 40px;
    }
    /* sdp-footer-accordion style starts here */
    .sdp-footer-accordion {
        cursor: pointer;
        box-sizing: border-box;
        width: 100%;
        outline: none;
        transition: 0.4s;
    }
    .sdp-footer-accordion:after {
        content: "";
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3.5px;
        position: absolute;
        right: 30px;
        top: 23px;
        transform: rotate(45deg);
        transition: all .3s ease;
    }
    .sdp-footer-accordion.active:after {
        transform: rotate(-135deg);
        top: 27px;
    }
    .sdp-footer-panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    /* sdp-footer-accordion style ends here */
}

@media only screen and (max-width:320px) {
    .promo1,
    .promo2 {
        max-width: 80%;
    }
    .promo1,
    .promo2 {
        margin: 0px 0px 25px 0px;
    }
}
/*SDP-COMMON-FOOTER-STYLE-END-HERE*/

h2 {
    margin: 40px 0px 30px 0px;
  }
  picture, picture > img, picture > source {
    aspect-ratio: auto 718/341;
  }
  h4.slanting-text {
    margin: 30px 0px;
    font-style: italic;
  }
  .zh-b-cust .cmn-breadcrum {
    max-width: 1100px;
  }
  .article-inner-image img {
    max-width: 75%;
    margin: 0 auto;
  }
  .article-inner-image {
    margin: 50px auto;
  }
  figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
  }
  .sticky-bar {
    height: 50vh;
    overflow-y: scroll;
  }
  li.sublink {
    padding-left: 30px;
  }
  .zh-h-85 {
    width: 85%;
  }
  /*New wrote css*/
  .formdiv {
    background: unset;
    border: unset;
  }
  form keygen, select {
    height: unset !important;
    border-radius: none !important;
    color: unset !important;
  }
  #Apiform keygen, select {
    background: unset;
  }
  footer {
    padding: unset;
  }
  .submitdiv {
    float: unset;
    padding: unset;
  }
  .cont-wrap .submitdiv {
    margin: 40px auto !important;
    width: 250px;
  }
  select#country_state {
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 15px 20px;
    font-size: 17px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/service-desk/images/dropdown-arrow.png)no-repeat !important;
    background-position: right 9px !important;
    outline: none;
    margin-top: 15px;
  }
  .new-one select {
    background: unset;
  }
  ul.articlelinks {
    border-left: 1px solid #cacbcf;
    padding-left: 1px;
    position: relative;
  }
  .articlelinks > span {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 3px;
    background: #000;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #adsticky {
    top: 130px;
  }
  .smlarlft {
    background: unset;
  }
  ul.articlelinks li {
    cursor: pointer;
  }
  .articlelinkscont {
    margin-top: 0px;
  }
  .article-wrapper h3 {
    font-size: 20px;
  }
  .form-fields {
    margin: 0 auto 15px;
  }
  #author-weblink {
    display: none;
  }
  .rowpding {
    padding: 50px 0;
  }
  .subscribe a:hover {
    text-decoration: none;
  }
  ul.shareiconscont {
    transform: scale(.9);
  }
  .ebkinnercont {
    max-width: 1100px;
    width: 90%;
  }
  .social-icons {
    background-image: url(/service-desk/images/social-shares-icon.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: 110px;
    background-position: 0px 2px;
    margin-left: 10px;
  }
  .twit {
    background-position: -29px 2px;
    transition: .4s ease;
    width: 25px;
  }
  .twit:hover {
    background-position: -29px -28px;
    transition: .4s ease;
  }
  .lind {
    background-position: -54px 2px;
    transition: .4s ease;
  }
  .lind:hover {
    background-position: -54px -28px;
    transition: .4s ease;
  }
  .facbk {
    background-position: 0px 2px;
    transition: .4s ease;
    background-size: 105px;
  }
  .facbk:hover {
    background-position: 0px -26px;
    transition: .4s ease;
  }
  .flag {
    background-position: -83px 3px;
    transition: .4s ease;
    background-size: 105px;
  }
  .flag:hover {
    background-position: -83px -25px;
    transition: .4s ease;
  }
  /*Form sec*/
  .formsec {
    background: #171d2e;
  }
  .formsec h2 {
    color: #fff;
    text-align: center
  }
  .formdiv {
    margin-top: 50px;
  }
  .form-fields {
    width: 60%;
    margin: 0 auto;
  }
  .fields {
    margin: 15px 0px;
  }
  .fields1 {
    width: 45%;
  }
  .fields2 {
    width: 20%;
  }
  .fields3 {
    width: 35%;
  }
  input {
    border: 0;
    border-radius: 0;
  }
  input#emailID {
    background: #fff;
    padding: 15px 20px;
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    outline: none;
  }
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
  }
  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
  }
  input:focus::-webkit-input-placeholder {
    color: transparent;
  }
  input:focus:-moz-placeholder {
    color: transparent;
  }
  /* FF 4-18 */
  input:focus::-moz-placeholder {
    color: transparent;
  }
  /* FF 19+ */
  input:focus:-ms-input-placeholder {
    color: transparent;
  }
  /* IE 10+ */
  .form-fields, #meGDPRMessage {
    width: 90%;
    max-width: 500px;
    margin: 15px auto;
  }
  #meGDPRMessage {
    text-align: center;
  }
  select#MECountryListing {
    border: none;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 15px 20px;
    font-size: 17px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(/service-desk/images/dropdown-arrow.png)no-repeat !important;
    background-position: right 9px !important;
  }
  .slt-parent {
    position: relative;
  }
  .submitdiv {
    margin-top: 40px !important;
  }
  input#submit {
    background: #ff4545;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Zoho_Puvi_Bold;
    -webkit-appearance: none;
    outline: none;
    margin: 0 auto;
    font-size: 15px;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    opacity: 0.9;
  }
  input#submit:hover {
    opacity: 1;
  }
  input#user-detail {
    display: none;
  }
  #meGDPRMessage {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    color: #fff;
  }
  div#formCTAgdpr {
    font-size: 11px;
    margin: 10px auto 0 auto;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }
  .prvcy-plicy a {
    font-size: 10px;
    text-decoration: underline;
    border-bottom: 1px solid #000;
    color: #56ccff;
  }
  .resetdiv {
    display: none;
  }
  ul.list-items-num {
    counter-reset: section;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  ul.list-items-num li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 10px;
    margin-top: 10px;
  }
  ul.list-items-num li::before {
    counter-increment: section;
    content: counter(section) ".";
    margin-right: 8px;
    font-weight: bold;
  }
  ul.list-disc {
    list-style: disc;
    padding-left: 20px;
  }
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
    border-radius: 0px;
  }
  .formsec .cont-wrap {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
  }
  .adcont > div {
    margin-bottom: 20px;
  }
  .aboutauther .obj {
    width: 100px;
    margin: 0px auto;
  }
  .aboutauther div.right p {
    margin-bottom: 0px;
  }
  .authrlinkicons {
    background-image: url(/service-desk/images/social-shares-icon.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100px;
  }
  .autherlinks .authr-in {
    background-position: -49px 0px;
    transition: .4s ease;
  }
  .autherlinks .authr-in:hover {
    background-position: -49px -25px;
    transition: .4s ease;
  }
  .list-cont li {
    padding-left: 20px;
    margin-bottom: 12px;
  }
  .list-cont li::before {
    content: '';
    height: 7px;
    width: 7px;
    background: #000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .skeleton {
    opacity: .7;
    animation: skeleton-loading 1s linear infinite alternate;
    height: 300px;
    width: 100%;
    display: block;
  }
  .skeleton-text {
    width: 100%;
    height: .5rem;
    margin-bottom: .25rem;
    border-radius: .125rem;
  }
  .skeleton-text:last-child {
    margin-bottom: 0;
    width: 80%;
  }
  .article-wrapper {
    width: 70%;
  }
  .mobile-breadcrum {
    display: none;
  }
  .rowpding {
    padding: 50px 0px;
  }
  .articleshare {
    margin-left: auto;
  }
  .article-wrapper p {
    padding-right: 20px;
  }
  .article-wrapper h2 {
    font-size: 24px !important;
  }
  .article-wrapper h2.zh-art-h2 {
    font-size: 30px !important;
  }
  h2.zh-h-sub {
    font-size: 28px !important;
  }
  .zh-li-div {
    display: inline-flex;
    margin-bottom: 5px;
  }
  .zh-li-nu {
    padding-right: 5px;
  }
  .promo-cont-wrap {
    padding: 0px 10px;
    box-sizing: border-box;
  }
  .promo-cont a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  .promo-cont {
    margin-bottom: 0px;
  }
  .promo-cta {
    margin-top: 5px;
  }
  .promo-cta a {
    color: #E9142B;
    font-weight: 600;
    text-decoration: none;
  }
  .sdp-image-pop {
    display: none;
  }
  .sdp-image-pop.sdp-active {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: #0000009c;
    z-index: 99999;
  }
  .sdp-img-sec {
    text-align: center;
  }
  .sdp-img-div-height {
    max-height: 450px;
    overflow-y: scroll;
    cursor: all-scroll;
  }
  @keyframes skeleton-loading {
    0% {
      background-color: hsl(200, 20%, 70%);
    }
    100% {
      background-color: hsl(200, 20%, 95%);
    }
  }
  .fixed-nav {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    animation: smooth 0.3s ease-in-out;
    z-index: 9999;
  }
  .about-author .left {
    width: 100%;
  }
  .about-author .right {
    width: 100%;
  }
  .about-author img {
    width: 100px;
    margin: 0px 0px 0px 0px !important;
  }
  table.third-party-article-table p {
    margin: 0px;
  }
  p.table-content-center {
    text-align: center !important;
  }
  .citations {
    margin: 40px 0px;
  }
  .citations p {
    font-size: 13px;
    margin: 0px !important;
  }
  .sdp-ol-style{
      list-style: decimal;
       margin-left: 20px;
  }
  .sdp-ol-style li{
      margin-bottom: 10px;
  }
  .sdp-art-tbl-main table tr td {
      border: 1px solid #777;
      padding: 10px 15px;
  }
  .sdp-art-tbl-main table thead tr td {
      padding: 10px;
      background: #ddf4ff;
  }
  .sdp-art-tbl-main table tr td p{
      margin-top: 0px;
      padding-right: 0px;
      margin-bottom: 5px;
  }
  .sdp-border-radius{
      border-radius: 100%;
  }
  .article-table {
    box-sizing: border-box;
    border: 1px solid grey;
    display: block;
    margin-top: 30px;
  }
  .article-table tr.flex-wrap {
    position: relative;
    align-items: flex-start;
  }
  .article-table tr.flex-wrap:nth-child(even) {
    background: #bee6f04a;
  }
  .article-table tr.flex-wrap::before, .article-table tr.flex-wrap::after {
    content: '';
    position: absolute;
  }
  .article-table tr.flex-wrap::before {
    height: 1px;
    width: 100%;
    background: grey;
  }
  .article-table tr.flex-wrap:nth-child(1)::before {
    display: none;
  }
  .article-table tr.flex-wrap::after {
    height: 100%;
    width: 1px;
    background: grey;
    left: 50%;
  }
  .article-table .flex-wrap td {
    padding: 20px 20px;
    box-sizing: border-box;
  }
  .article-table .flex-wrap > td {
    max-width: 50%;
    flex: 0 0 50%;
  }
  @media only screen and (max-width:1100px) {
    .article-wrapper {
      padding: 50px 0px 0px;
      width: 100%;
    }
    .bnrcont {
      text-align: center;
    }
    .article-wrapper p {
      text-align: left;
    }
  }
  @media only screen and (max-width:768px) {
    .article-table tr.flex-wrap {
      display: flex;
    }
    .article-table .flex-wrap td {
      padding: 30px 20px;
    }
    .article-wrapper p {
      padding-right: 0px !important;
    }
    .rowpding {
      padding: 0px 0px 50px;
    }
    .mobile-breadcrum {
      display: block;
    }
    .web-breadcrum {
      display: none;
    }
    .datemints {
      font-size: 14px;
    }
    .globe-type-menu-page .cmn-breadcrum {
      width: 90%;
    }
    header:not(.abheader) #MEmobPanel {
      top: 78px;
    }
    .bradkrm {
      display: none;
    }
    .date-share {
      width: 100%;
    }
    ul.shareiconscont {
      justify-content: end;
      transform: scale(.9);
      transform-origin: right;
    }
    .add-resources-bg {
      padding: 50px 10px;
    }
    p#itilresrv {
      padding: 0px 10px 25px 10px;
    }
    .article-wrapper {
      padding: 50px 0px 0px;
    }
    span.footer-subscribenewslettersubmit {
      padding: 10px 17px;
    }
    .datemints, .articleshare {
      width: auto;
    }
    .zh-h-85 {
      width: 100%;
    }
  }
  @media only screen and (max-width:600px) {
    .autherlinks ul {
      justify-content: center;
    }
    .aboutauther div.right p {
      text-align: center;
    }
    .autherlinks {
      width: 100%;
    }
    .article-wrapper h3 {
      text-align: left;
    }
  }

/*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: 30%;
    transition: all 500ms ease;
}

.leftbar.fadeout {
    visibility: hidden;
    opacity: 0;
}

.leftbarsticky.stick {
    position: fixed;
    top: 0;
    width: 10.5%;
}

.ebooklinkscont {
    background: #fafafa;
    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: 50%;
    padding: 0 50px;
}

.chapter-wrapper section {
    padding-bottom: 10px;
}

.chapter-wrapper h1 {
    font: 35px/1.3 'Zoho_Puvi_Bold';
}

.chapter-wrapper h2 {
    font: 30px/1.25 'Zoho_Puvi_Bold';
    margin-top: 30px;
}

.chapter-wrapper p {
    margin-top: 20px;
}

.chapter-wrapper p strong {
    font-family: 'Zoho_Puvi_Bold'
}

.chapter-wrapper h3 {
    margin-top: 50px;
}

.chapter-wrapper h4 {
    font: 20px/1.4 'Zoho_Puvi_SemiBold';
    margin-top: 30px;
}

.chapter-wrapper img {
    margin: 20px auto;
}

.chapter-wrapper a {
    text-decoration: none;
    color: #138cd6;
}

.widget-sidebar {
    width: 25%;
}

.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 {
    background: #fafafa;
    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 {
    background: #fafafa;
    padding: 20px 30px 35px 30px;
    margin-top: 20px;
}

.sub-news p {
    font: 20px/1.3 'Zoho_Puvi_SemiBold';
    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("/service-desk/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;
}

.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: 25px;
    border: 1px solid #000;
}

.tblecont p {
    margin-top: 0px;
    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("/service-desk/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;
}

.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%;
}

.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(/service-desk/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: 10px 20px;
    border: 1px solid #6dcaf0;
}

.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_Bold';
}

.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_Bold';
}

p.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(/service-desk/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;
}

.tblhdr p {
    text-align: left;
}

.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 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(/service-desk/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 #138cd6;
}

.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;
}

h1.zh-acd-h1-ts,
.zh-acd-h1-ts {
    font-size: 32px;
}

.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(/service-desk/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: 550px;
}

.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";
}

.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(/service-desk/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;
}

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(/service-desk/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(/service-desk/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("/service-desk/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 */

@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_Bold';
    }
    .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) {
    .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_Bold';
    }
    .chapter-wrapper h2 {
        font: 23px/1.25 'Zoho_Puvi_Bold';
    }
    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: 25px;
    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-size: 14px !important;
    text-align: left;
}

.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;
}

.zh-itsm-auth img {
    max-width: 130px;
}

.im-flowchart.zh-itsm-auth {
    padding-right: 20px;
}

.zh-au-details p {
    margin-top: 0px;
    font-size: 15px;
}

.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(/service-desk/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_Bold' !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 {
    padding-top: 20px;
    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(/service-desk/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(/service-desk/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%;
}

@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) {
    .zh-mob-img-width {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .zh-framework .zh-t-space {
        width: 100%;
    }
    .zh-three-width,
    table.zh-five-col {
        width: 100%;
    }
}

@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;
}

.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: 570px;
}

.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(/service-desk/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(/service-desk/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(/service-desk/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(/service-desk/images/ITOM-sprit-images.png) no-repeat;
    background-size: 1430px;
    margin-bottom: 10px;
}

.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;
}

@charset "UTF-8";
.heading-menu {
  display: none;
}
.ebkinnercont {
  max-width: inherit !important;
  width: 100% !important;
}
#sticky {
  top: 120px !important;
}
#rbarsticky {
  top: 120px !important;
}
img, picture, source {
  display: block;
  max-width: 100%;
  height: auto;
}
.sub-news {
  margin-bottom: 20px;
}
.aboutauther {
  margin-top: 30px !important;
}
.third-party-article.rowpding {
  padding: 75px 0px;
}
@media only screen and (max-width:768px) {
  div#bread-crumb {
    margin-top: 20px;
  }
}
@media only screen and (max-width:600px) {
  .third-party-article.rowpding {
    padding: 50px 0px;
  }
  .aboutauther div.left img {
    margin: 0px auto 20px auto;
  }
}