.what-is-fm-banner {
    background-color: #ffe0e0;
}
.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;
}
.litgreen-bg-screen{ background: #e6fffe;}
.litornge-bg-screen{ background:#ffe7d5}
.litpurple-bg-screen{ background: #d9e2ff;}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img {
    overflow: hidden;
    padding: 50px 0;
}
#how-does-it-work img.titlebrimg{ width: 80%;}
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;
}
ul.sdp-list-style li ul.sdp-list-style{ margin-top: 15px;}
.sdp-list-style {
    padding-bottom: 30px;
}
.sdp-matrix-table{ width: 90%; margin: 40px auto}
/*.sdp-matrix-table thead th:nth-child(1), .sdp-matrix-table thead th:nth-child(2){    width:45%;}*/
.sdp-matrix-table thead th, .sdp-matrix-table tr td {
    border: 1px solid #9cdcff;
    vertical-align: middle;
}
titlebrimg.img {
    max-width: 70%;
}

#what-is-workflow-automation img.titlebrimg {
    max-width: 86%;
}
#how-does-it-work img.titlebrimg {
    max-width: 74%;
}
#benefits-of-workflow-automation img.titlebrimg {
    max-width: 93%;
}
#getting-started-workflow img.titlebrimg {
    max-width: 84%;
}
#itsm-and-esm-use-cases img.titlebrimg {
    max-width: 100%;
}
#how-to-choose-a-tool img.titlebrimg {
    max-width: 98%;
}
#the-future-of-workflow img.titlebrimg {
    max-width: 100%;
}

.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img .sdp-strip-col-main .sdp-strip-col:nth-child(2) img {
    max-width: 70%;
}
.sdp-strip-banner-section.sdp-strip-img-part .sdp-strip-heading-and-img {
    overflow: hidden;
    padding: 10px 0;
}

.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;
}