.what-is-fm-banner {
    background-color: #bfebfc;
}
.sdp-two-col-main {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 80px 0;
}
.sd-bread-crumb .sdp-cmn-breadcrum .sdp-root-page.sdp-blue-c {
    color: var(--blue-color);
}
.sdp-two-col-main .sdp-banner-img-col img {
    max-width: 100%;
	-webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}
.what-is-fm-banner .sdp-banner-img-col.content-view img{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}
.sdp-content-main .sdp-sider-bar .sdp-side-bar-wrapper .sidebar li{ padding:6px 0 6px 14px}
.what-is-fm-banner h1 {
    font: 40px / 1.1 var(--zoho_Puvi_Etra_Bold);
}
.sdp-two-col-main .sdp-two-col-item.sdp-banner-content-col h1 {
    margin-bottom: 50px;
}

.yellow-bg-screen {
    background: #fff4c7;
}
.green-bg-screen {
    background: #ddf8e4;
}
.red-bg-screen {
    background: #ffd9d9;
}
.blue-bg-screen {
    background: #e3f2ff;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img {
    overflow: hidden;
    padding: 0;
}
img.titlebrimg {
    width: 100%;
	max-width: 100%;
}
#what-is-knowledge-base img.titlebrimg{ max-width: 100%;}
#How-knowledge-base-works img.titlebrimg{ max-width: 100%;}
#why-important-your-business img.titlebrimg{ max-width: 100%;}
#benefits-knowledge-base img.titlebrimg{ max-width: 85%;}
#the-role-of-genAI img.titlebrimg{ max-width: 80%;}
#role-knowledge-management img.titlebrimg{ max-width: 86%;}
#how-to-create-knowledge-base img.titlebrimg{ max-width: 83%;}
#best-practices img.titlebrimg{ max-width: 100%;}

#future-it-automation img.titlebrimg{ max-width: 100%;}

/*h2 {
    font: 34px / 1.2 var(--zoho_Puvi_Bold);
    margin: 0 0 20px 0;
}
.heading-length-more {
	font: 34px / 1.2 var(--zoho_Puvi_Bold);
}*/
.sdp-strip-col-main.content-view h2{
	 -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}
.sdp-strip-col-main h2{
	max-width: 100%;
	-webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.sdp-strip-col-main.content-view img.titlebrimg{
	    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}
.sdp-strip-col-main img.titlebrimg{
	    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}
.sdp-list-style {
    padding-bottom: 10px;
}
ul.sdp-list-style li ul.sdp-list-style{ margin-top: 15px;}
#what-is-knowledge-base ul.sdp-list-style li ul.sdp-list-style li::before {
    content: " ";
    display: block;
    border: solid 6px #eac022;
    border-radius: 10px;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 7px;
}
#what-is-knowledge-base ul.sdp-list-style li ul.sdp-list-style li::after {
    content: " ";
    display: block;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    position: absolute;
    left: 5px;
    top: 7px;
    margin-top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sdp-faq-sec {
    padding: 100px 0 70px 0;
    background: #ecf4ff;
}
.faq-main-content .faq-item {
    position: relative;
    padding: 25px 30px;
    background: #ffffff;
    margin: 0 0 25px 0;
    border-radius: 3px;
    box-shadow: 0px 0px 11px 1px rgb(217 230 245);
}
.faq-main-content .faq-item .faq-item-content p {
    margin-bottom: 15px;
}
.sdp-common-footer-bg {
    background: #fff;
}