.what-is-fm-banner {
    background-color: #78b7ec;
}
.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: #ffffff;
}
.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: 43px / 1.1 var(--zoho_Puvi_Etra_Bold);
}
.sdp-two-col-main .sdp-two-col-item.sdp-banner-content-col h1 {
    margin-bottom: 50px;
}
.drkyellow-bg-screen {
    background: #ffd16c;
}
.drkgreen-bg-screen {
    background: #b1f2d3;
}
.drkred-bg-screen {
    background: #f79a9a;
}
.drkblue-bg-screen {
    background: #a2d6f9;
}
.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-it-automation img.titlebrimg {
    max-width: 88%;
}
#how-it-automation-works img.titlebrimg {
    max-width: 100%;
}
#benefits-it-automation img.titlebrimg {
    max-width: 84%;
}
#it-automation-beneficial img.titlebrimg {
    max-width: 88%;
}
#challanges-it-automation img.titlebrimg {
    max-width: 80%;
}
#it-automation-use-cases img.titlebrimg {
    max-width: 95%;
}
#it-automation-strategy img.titlebrimg {
    max-width: 85%;
}
#future-it-automation img.titlebrimg {
    max-width: 72%;
}
h2 {
    font: 38px / 1.2 var(--zoho_Puvi_Bold);
    margin: 0 0 20px 0;
}
.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;
}


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