h1, h2, p{
color : #000 !important;
}

#btmBar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#btmBar ul {
    margin-left: 50px;
}
#custmrlgosroll, #dload{
	display: none;
}
body{
	overflow-x: hidden;
}
.footCont.clearfix p {
    color: #bbb;
}
h1.ftrmnhdr, .sdp-footer-content h3 {
    color: #fff;
}
.cmn-breadcrum {
    padding-top: 30px;
}


/*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;
    font-size: 13px;
    line-height: 1.5;
}

.cmn-breadcrum a {
    color: #484847;
    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: #0b6db1;
}

.cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 3px;
}

.cta {
    border-radius: 2px;
}

.globe-type-menu-page .cmn-breadcrum {
    max-width: 1400px;
    margin: 0px auto;
}


/*LAZY AND CONTENT ANIMATION*/

.cont-anim>h1,
.cont-anim>h2,
.cont-anim>h3,
.cont-anim>h4,
.cont-anim>h5,
.cont-anim>p,
.cont-anim>ul>li,
.cont-anim>div {
    -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;
}

picture {
    transform: translateY(20px);
    transition: .6s ease all;
    opacity: 0;
}

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;
}

@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
}

@media only screen and (max-width:1500px) {
    .globe-type-menu-page .cmn-breadcrum {
        width: 98%;
    }
}

@media only screen and (max-width:768px) {
    .mobile-breadcrum {
        display: block;
    }
    .web-breadcrum {
        display: none;
    }
}
/*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;
    align-items: center;
}

.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("../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: 6px;
}

.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("../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), .sdp-yellow-head.sdp-art-two-cal-equal table tr:nth-child(odd) {
    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;
}

.sdp--policy-tbl.tblecont tr th {
    padding: 10px;
    border: 1px solid #000;
    text-align: left;
    background-color: #aee5ff;
}

.sdp--policy-tbl.tblecont tbody tr:nth-child(even) {
    background-color: #e4f5fd;
}

.sdp--policy-tbl.tblecont tr td {
    padding: 10px;
}

p.tbl-head {
    font-size: 18px;
}

.sdp--policy-tbl.tblecont p {
    font-size: 15px;
}

.list-items-num strong {
    font-weight: 600;
}

.bottom-cta {
    text-align: center;
    padding: 40px;
    margin: 50px 0px;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.bottom-cta h3 {
    margin: 0px !important;
    font: 26px / 1.3 Zoho_Puvi_Bold !important;
    text-align: center !important;
}

.bottom-cta p {
    margin: 10px 0px 30px 0px;
    font: 18px / 1.5 Zoho_Puvi_Regular;
    text-align: center !important;
}

.bottom-cta a {
    display: inline-block;
    background: #ee4a44;
    color: #fff;
    padding: 10px 20px;
    font: 17px / 1.3 'Zoho_Puvi_SemiBold';
    text-align: center;
    border-radius: 2px;
    opacity: 0.9;
    cursor: pointer;
}

.reset-style {
    margin: 0;
}

.italic-font {
    font-style: italic;
}

.italic-font.sub-head {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
}

.article-img-wrap {
    text-align: center;
}

.article-img-wrap img {
    margin: 35px auto 0px;
}

.sdp-art-two-cal-tbl table tr th {
    border: 1px solid #6b81bd;
    padding: 10px;
    font: 19px / 1.5 'Zoho_Puvi_SemiBold';
    background-color: #b0d7ff;
}

.sdp-art-two-cal-tbl table tr td:first-child {
    width: 30%;
}

.sdp-art-two-cal-tbl table tr td:last-child {
    width: 70%;
}

.sdp-art-two-cal-tbl table tbody tr:nth-child(even) {
    background: #f0f7ff;
}
.sdp-art-two-cal-equal{max-width: 95%; margin: 40px auto;}
.sdp-art-two-cal-tbl table tr td,
.sdp-art-two-cal-equal table tr td {
    border: 1px solid #6b81bd;
    padding: 20px;
    width: 50%;
}

.sdp-art-two-cal-tbl table tr td p,
.sdp-art-two-cal-equal table tr td p {
    margin: 0;
    padding: 0;
}

.sdp-art-two-cal-equal table tr th {
    border: 1px solid #6b81bd;
    padding: 10px;
    font: 19px / 1.5 'Zoho_Puvi_SemiBold';
    background-color: #b0d7ff;
}

.sdp-download-main {
    padding: 20px 0;
    text-align: center;
    max-width: 95%;
    margin: 0 auto;
}

.sdp-temp-img {
    width: 75%;
    margin: 0 auto;
    padding: 20px 0;
}

.sdp-download-main a {
    /*
        padding: 10px 20px;
    text-align: center;
    background: #e9152b;
    color: #ffffff;
    font: 19px / 1.5 'Zoho_Puvi_SemiBold';
*/
    border-radius: 2px;
}

.parent-content.sla-article-parent p {
    padding-right: 0px;
}

.parent-content.sla-article-parent .author-bio-cont p {
    padding-right: 30px;
}

.sdp-art-two-cal-tbl.sdp-inc-com-tbl tr td:first-child {
    width: 15%;
}
.tvc{
	vertical-align: middle;
}

@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%;
    }
    .bottom-cta h3 {
        font: 22px / 1.3 Zoho_Puvi_Bold !important;
    }
    .bottom-cta p {
        font: 16px / 1.5 Zoho_Puvi_Regular;
    }
}

.zh-kmicon {
    background: url(../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;
}
.sdp-yellow-head table tr td,.sdp-yellow-head table tr th {border-color: #000;}
.zh-tbl-width thead td.tblhdr,
.zh-tble-style thead td.tblhdr, .sdp-yellow-head.sdp-art-two-cal-equal table tr th {
    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;
}

.cmn-breadcrum {
    padding-top: 5px;
    margin-top: 20px !important;
}

h2 {
    margin: 40px 0px 30px 0px;
}

em.itlictxt {
    font-family: 'Zoho_Puvi_SemiBold';
}

.heading-menu {
    display: none;
}

picture,
picture>img,
picture>source {
    aspect-ratio: auto 718/341;
}

h4.slanting-text {
    margin: 30px 0px;
    font-style: italic;
}

.italic {
    font-style: italic;
}

.zh-b-cust .cmn-breadcrum {
    max-width: 1100px;
}

.article-inner-image img {
    max-width: 75%;
    margin: 0 auto;
    display: block;
}

.article-inner-image.no-space img {
    max-width: 100%;
}

.article-inner-image {
    margin: 50px auto;
}

figcaption {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    color: #000;
}

.sticky-bar {
    height: 50vh;
    overflow-y: scroll;
}

.sticky-bar.sdp-custom-side {
    height: 72vh;
}

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(https://www.manageengine.com/academy/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(../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(https://www.manageengine.com/academy/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: 30px;
}

ul.list-disc.nmbrlist {
    list-style-type: decimal !important;
}

.list-disc li {
    margin-bottom: 5px;
}

ul.list-disc li ul.list-disc {
    margin: 10px;
}

.listbrkbx {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}

.listbrkbx ul.list-disc {
    display: flex;
    flex-wrap: wrap;
}

.listbrkbx ul.list-disc li {
    flex: 0 0 50%;
}

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;
}

.aboutauther div.right p.no-pad {
    padding-right: 0;
}

.authrlinkicons {
    background-image: url(../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: 24px / 1.3 'Zoho_Puvi_SemiBold';
    margin-bottom: 0px;
}

.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;
    border-radius: 100px;
}

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;
    vertical-align: middle;
}

.sdp-art-tbl-main table thead tr td {
    padding: 10px;
    background: #ddf4ff;
    text-align: center;
}

.sdp-art-tbl-main table tr td p {
    margin-top: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
}

.sdp-art-tbl-main table tr td p.mT20 {
    margin-top: 20px;
}

.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%;
}

.article-img-wrap {
    max-width: 650px;
    margin: 0px auto;
    width: 100%;
}

.sdp-blockquote {
    background: #efefef;
    padding: 20px;
    font: 22px/1.75 'Zoho_Puvi_SemiBold';
    font-style: italic;
    margin: 30px 0;
    border-left: 5px solid #000000;
    border-radius: 10px 0px 0px 10px;
}

.sdp-fl-item-main {
    display: flex;
    align-items: center;
}

.sdp-fl-item {
    padding: 5px 10px;
}

.sdp-fl-item p {
    font: 26px/1.5 'Zoho_Puvi_SemiBold';
    font-style: italic;
}

.sdp-fl-item img {
    max-width: 50px;
}

.art-table tr td {
    padding: 10px;
    border: 1px solid #000;
}

.art-table tr th {
    padding: 10px;
    border: 1px solid #000;
    font-family: 'Zoho_Puvi_SemiBold';
    background-color: #c2eaff;
    font-size: 18px;
}

.art-table tr:nth-child(even) {
    background-color: #f3fbff;
}

table.scrum-table tr th {
    padding: 10px;
    border: 1px solid #000;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 18px;
}

.scrum-table tr td {
    padding: 10px;
    border: 1px solid #000;
    vertical-align: middle;
    text-align: center;
}

table.scrum-table th:nth-child(2) {
    background: #b5deff;
}

table.scrum-table th:nth-child(3) {
    background: #f1eab4;
}

table.scrum-table th:nth-child(1) {
    width: 20%;
}

table.scrum-table th:nth-child(2) {
    width: 40%;
}

table.scrum-table th:nth-child(3) {
    width: 40%;
}

td.mild-blue {
    background: #b5deff30;
}

td.mild-yellow {
    background: #f0e37b38;
}

table.scrum-table tr td:nth-child(1) {
    font-weight: bold;
}

.table-article {
    margin: 35px 0px;
}

table.scrum-table th {
    background: unset !important;
}

table.sla-vs-slo-vs-sil-table thead {
    color: #ffff;
    font-family: 'Zoho_Puvi_Medium', sans-serif;
}

table.sla-vs-slo-vs-sil-table tbody {
    color: #000;
}

table.sla-vs-slo-vs-sil-table th {
    width: calc(100%/ 4) !important;
}

table.sla-vs-slo-vs-sil-table th:nth-child(1) {
    background: #175c7d !important;
}

table.sla-vs-slo-vs-sil-table th:nth-child(2) {
    background: #3fbe95 !important;
}

table.sla-vs-slo-vs-sil-table th:nth-child(3) {
    background: #3499cf !important;
}

table.sla-vs-slo-vs-sil-table th:nth-child(4) {
    background: #95c740 !important;
}

table.sla-vs-slo-vs-sil-table tbody tr td:nth-child(1) {
    background: #b3d2e0;
}

table.sla-vs-slo-vs-sil-table tbody tr td:nth-child(2) {
    background: #cae4db;
}

table.sla-vs-slo-vs-sil-table tbody tr td:nth-child(3) {
    background: #d2efff;
}

table.sla-vs-slo-vs-sil-table tbody tr td:nth-child(4) {
    background: #e2ecd2;
}

table.sla-vs-slo-vs-sil-table tr th,
table.sla-vs-slo-vs-sil-table tr td {
    border: 1px solid #ffff !important;
}

.sdp-img-main {
    max-width: 90%;
    margin: 30px auto;
    box-shadow: 0px 0px 10px #c6c6c6;
}


/*what-is-conf-itemt-article-start-here*/

.characteristics-cli-table td strong {
    display: block;
}

table.characteristics-cli-table tr td:nth-child(1) {
    font-weight: unset;
}


/*what-is-conf-itemt-article-end-here*/


/*CI article start here*/

.cmdb-schema-digram {
    max-width: 500px;
}


/*CI article end here*/


/*Asset vs. inventory managemen start here*/

.text-align-left {
    text-align: left;
}


/*Asset vs. inventory managemen end here*/


/* AI for employee onboarding START*/

.sdp-col-three-main {
    width: 100%;
    overflow: scroll;
}

.sdp-col-three-main tr td {
    border: 1px solid #8ac2f4;
    padding: 5px 15px;
}

.sdp-col-three-main tr td li {
    vertical-align: middle;
}

.sdp-col-three-main tr:nth-child(even) {
    background: #e9f8ff;
}

.sdp-col-three-main tr th {
    background-color: #a8cbeb;
    border: 1px solid #8ac2f4;
    font: 18px/1.1 'Zoho_Puvi_SemiBold', sans-serif;
    padding: 20px;
}


/* AI for employee onboarding END */


/*Help desk vs. Service desk START*/

.sdp-three-col-tbl tr td {
    border: 1px solid #000;
    padding: 15px;
}

.sdp-three-col-tbl tr td:first-child {
    width: 12%;
}

.sdp-three-col-tbl tr td:nth-child(2) {
    width: 35%;
}

.sdp-three-col-tbl tr td:last-child {
    width: 53%;
}

.sdp-three-col-tbl tr:nth-child(even) {
    background: #f1fbff;
}

.grid-main .grid-item h4 {
    margin-left: 0;
}

.grid-main {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 15px;
}

.grid-main .grid-item {
    border: 1px solid #ebebeb;
    padding: 25px;
    text-align: center;
    box-shadow: 0px 0px 7px #eaeaea;
}

.grid-item-icon {
    width: 80px;
    height: 80px;
    background: url("../help-desk-software/images/software-icon.png");
    background-size: 600px;
    background-position: -43px -31px;
    margin: 0 auto;
}

.sdp-srm {
    background-position: -128px -31px;
}

.sdp-pm {
    background-position: -213px -31px;
}

.sdp-rm {
    background-position: -301px -31px;
}

.sdp-slm {
    background-position: -385px -31px;
}

.sdp-km {
    background-position: -471px -31px;
}

.sdp-ssaa {
    background-position: -40px -130px;
}

.sdp-raa {
    background-position: -121px -130px;
}

.sdp-csi {
    background-position: -212px -130px;
}

.sdp-itil-p {
    background-position: -301px -125px;
}

.sdp-sac {
    background-position: -385px -124px;
}

.sdp-sts-tbl tr:nth-child(even) {
    background: #eefaff;
}

.sdp-sts-tbl thead,
.sdp-three-col-tbl thead {
    background: #99e1ff;
}

.sdp-video-sec {
    max-width: 90%;
    margin: 0 auto;
    padding: 40px 0 0;
}

.sdp-video-sec .sdp-video {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    box-shadow: 0px 0px 10px #848484;
}

.sdp-video-sec .video-cta {
    padding: 50px 0;
    text-align: center;
}

.sdp-video-sec .sdp-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sdp-banner-cta {
    border-radius: 3px;
    cursor: pointer;
    background: #e9152b;
    font-size: 17px;
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 20px 10px;
    display: inline-block;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none !important;
}

.sdp-video-cta {
    padding: 40px 0;
}

a.sdp-banner-cta {
    color: #ffffff;
}

.sdp-cta-arrow {
    display: inline-block;
    vertical-align: middle;
    transition: .3s ease-in;
}

.sdp-banner-cta:hover .sdp-cta-arrow {
    transform: translateX(5px);
}

.sdp-sec-cta {
    background: #000;
}

.sdp-compliance {
    background-position: -470px -124px;
}

.sdp-article-pop-img-width .clone-image {
    width: 70%;
}


/*Help desk vs. Service desk END*/


/*itscm-guide-style-start-here*/

#ai-tool-link-parent {
    position: relative;
}

.ai-tool-parent {
    position: absolute;
    left: -100px;
    top: 10px;
    z-index: -1;
}

.ai-tool-parent.active {
    z-index: 1;
}

#ai-tool-link-parent>div.summarize-parent {
    box-sizing: border-box;
    max-width: 200px;
    overflow-x: hidden;
    position: relative;
}

#ai-tool-link-parent>div.summarize-parent.active {
    z-index: -1;
}

.summarize-btn-wrap {
    background: linear-gradient(90deg, #0275FF 0%, #BA59D3 50%, #F97D0C 100%);
    padding: 3px 45px;
    box-sizing: border-box;
    max-width: 220px;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
    cursor: pointer;
    transform: translateX(0px);
    transition: .8s ease;
}

.summarize-btn-wrap.active {
    transform: translateX(-200px);
}

.summarize-btn-wrap p {
    margin: 0px 0px 0px 0px;
    color: #FFFFFF;
    font-family: 'Zoho_Puvi_SemiBold';
    position: relative;
    font-size: 16px;
    padding: 0;
}

.summarize-btn-wrap p::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 7px;
    width: 14px;
    height: 14px;
    background-image: url(../images/ai-global-logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ai-tool-links-wrap ul {
    display: flex;
    padding: 0px 0px;
    box-sizing: border-box;
    margin-top: 0px;
    justify-content: center;
    align-items: center;
}

.ai-tool-links-wrap li {
    height: 43px;
    width: 55px;
    text-align: center;
    position: relative;
    transform: scale(.6);
    transition: .8s ease;
    opacity: 0;
}

.ai-tool-links-wrap.active li {
    transform: scale(1);
    opacity: 1;
    transition: .8s ease;
}

.ai-tool-links-wrap.active li:nth-child(1) {
    transition-delay: .2s;
}

.ai-tool-links-wrap.active li:nth-child(2) {
    transition-delay: .4s;
}

.ai-tool-links-wrap.active li:nth-child(3) {
    transition-delay: .6s;
}

.ai-tool-links-wrap.active li:nth-child(4) {
    transition-delay: .8s;
}

.ai-tool-links-wrap.active li:nth-child(5) {
    transition-delay: 1s;
}

.ai-tool-links-wrap li span {
    content: '';
    position: relative;
    background-image: url(../images/ai-tool-sprite.svg);
    height: 27px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 14px;
    display: block;
}

.ai-tool-links-wrap li.chat-gpt span {
    background-position: 0px 0px;
}

.ai-tool-links-wrap li.perplexity span {
    background-position: -34px 0px;
}

.ai-tool-links-wrap li.claude span {
    background-position: -68px 0px;
}

.ai-tool-links-wrap li.google-ai span {
    background-position: -99px 0px;
}

.ai-tool-links-wrap li.grok span {
    background-position: -130px 0px;
    background-size: 160px;
}

.ai-tool-links-wrap li a {
    color: #000;
    text-decoration: unset;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 9px;
    display: block;
    text-align: center;
    position: relative;
    bottom: -4px;
}

.ai-tool-exp .articleshare {
    margin-left: unset;
    margin-top: 40px;
}

.ai-tool-exp .aboutauther div.left img {
    border-radius: 6px;
}

.aboutauther {
    border: 2px solid #D9D9D9;
    padding: 20px 20px 40px;
    border-radius: 8px;
}

.ai-tool-exp ul.shareiconscont {
    transform: unset;
}

.ai-tool-exp .social-icons {
    background-image: url(../images/article-social-share-sprite.svg);
    margin-right: 7px;
    margin-left: 0;
}

.ai-tool-exp .social-icons.twit {
    background-position: -84px 2px;
}

.ai-tool-exp .social-icons.twit:hover {
    background-position: -84px -27px;
}

.ai-tool-exp .social-icons.lind {
    background-position: 1px 2px;
}

.ai-tool-exp .social-icons.lind:hover {
    background-position: 1px -27px;
}

.ai-tool-exp .social-icons.facbk {
    background-position: -25px 2px;
    background-size: 108px;
}

.ai-tool-exp .social-icons.facbk:hover {
    background-position: -25px -26px;
}

.ai-tool-exp .social-icons.flag {
    background-position: -53px 3px;
}

.ai-tool-exp .social-icons.flag:hover {
    background-position: -53px -26px;
}

.sdp-img-width {
    margin: 40px auto;
    box-shadow: 0px 0px 10px #ddd;
    padding: 20px 0;
    max-width: 70%;
    border-radius: 5px;
}

.sdp-img-width img {
    padding: 20px;
    width: 250px;
    margin: 0 auto;
    display: block;
}


/*itscm-guide-style-end-here*/

@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:992px) {
    .mobile-breadcrum {
        display: block;
        margin-top: 40px;
    }
}

@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;
    }
    .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;
    }
    .listbrkbx ul.list-disc li {
        flex: 0 0 100%;
    }
    .sdp-img-width img {
        width: 230px;
        padding: 10px 0;
    }
    .sdp-img-width {
        max-width: 90%;
    }
}

@media only screen and (max-width:414px) {
    .table-article {
        width: 100%;
        overflow-x: scroll;
    }
}