.sidebar-child *, #roadmap-main-root *, .rodmp-id-searchbox-wrap *, #last-updated * {
    opacity: 0;
}
.placeholder-loading {
    background-color: #e2e2e2 !important;
}
#roadmap-main-root .search-initiate {
    display: none !important;
}

#roadmap-main-root .search-initiate.word_check_parent {
    display: block !important;
}

#roadmap-main-root .search-initiate.word_check {
    display: block !important;
}
.body-content {
    padding: 10px 0;
}

.heading-menu .container.tac.clearfix {
    padding: 0px 0;
}

.body-content,
#cloudftrcta.footer-section {
    background: #fbfbfb;
}

.heading-menu {
    background-image: url(../images/roadmap-banner.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding-bottom: 0;
    background-position: center center !important;
}

.banner-cont {
    padding: 30px 0px 50px;
    max-width: 900px;
    margin: 0px auto;
}

.banner-cont h1 {
    font: clamp(1.875rem, 4.808vw - 1.106rem, 2.5rem) 'Zoho_Puvi_ExtraBold', 'Open Sans', sans-serif !important;
}

.banner-cont .cta-btn {
    font: clamp(1.25rem, -0.962vw + 1.846rem, 1.125rem) 'Zoho_Puvi_Bold', 'Open Sans', sans-serif;
    max-width: 200px;
    padding: 12px 0px;
    border-radius: 5px;
}

#cloudftrcta.footer-section h2 {
    font: clamp(2rem, 3.333vw + 0.125rem, 2.625rem) 'Zoho_Puvi_ExtraBold', 'Open Sans', sans-serif;
    color: rgb(0, 0, 0);
}

.cmn-breadcrum a:hover {
    color: #000 !important;
}

.cmn-breadcrum a:hover::after {
    width: 100%;
    background: #000;
}

.banner-cont p {
    font-size: 18px;
    letter-spacing: .1px;
}

.rodmp-content-container {
    max-width: 1200px;
    width: 95%;
    margin: 0px auto;
}

.rodmp {
    position: relative;
}

.container {
    padding: 0px 20px;
    box-sizing: border-box;
}

.rodmp ul {
    padding: 10px 0 0px 20px !important;
    list-style-type: disc !important;
}

.rodmp ul li {
    padding: 0px 0px 10px 0px;
}

.rodmp ul ul {
    list-style-type: square !important;
    font-size: 16px;
}

.rodmp ul ul ul {
    list-style-type: circle !important;
    font-size: 15px;
}

li.mT20 p strong {
    color: #33739e !important;
    font-size: 20px !important;
}

li p strong {
    color: #33739e !important;
    font-size: 20px !important;
}

h4,
.h4 {
    font: 17px / 1.4 'Zoho_Puvi_Bold';
}

.rodmp-content-set li,
.rodmp-content-set p {
    font-size: clamp(0.875rem, 0.481vw + 0.577rem, 0.938rem);
}

li,p {
    line-height: 1.55;
}

p.list-subhead-para {
    margin-left: -15px;
}

.rhs-cont-box {
    padding: 5px 0 5px;
    border-bottom: 1px solid #eee;
}

.ltstupt {
    position: absolute;
    right: 0px;
}

.workflow-diagram {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.rodtabtxt {
    font-size: 18px;
    padding: 10px 0 !important;
    width: 100%;
    margin-bottom: 90px;
}

.rodtabtxt a {
    color: #000 !important;
    text-decoration: none;
}

.plan {
    left: 4.5%;
    position: relative;
}

.design {
    left: 17.5%;
    position: relative;
}

.implement {
    left: 28.5%;
    position: relative;
}

.testing {
    left: 40%;
    position: relative;
}

.release {
    left: 54%;
    position: relative;
}

.sdp-list {
    margin-left: 40px;
}

.sdp-list li {
    line-height: 2;
}

#last-updated {
    margin-bottom: 10px;
    font-size: 14px;
    position: absolute;
    top: 25px;
    width: 210px;
    padding: 8px 0px;
    right: 20px;
}
#last-updated .date-label{
    font: 400 17px / 24px 'ZohoPuvi-SemiBold', sans-serif;
}
#last-updated .date-value{
    font: 400 17px / 24px 'ZohoPuvi-Regular', sans-serif;
}
.quick-help-menus {
    position: sticky;
    top: 130px;
    z-index: 1;
    margin: 10px 0px 0px;
}

ul.stages-quick-menu {
    padding: 0px !important;
    position: relative;
}

ul.stages-quick-menu li {
    padding-bottom: 0;
    cursor: pointer;
    list-style: none;
    position: relative;
    margin: 0px 13px 13px 13px;
    z-index: 2;
    display: block;
    color: rgb(105 105 105);
    font-size: 15px;
}

ul.stages-quick-menu li.active {
    color: #ffff;
}

ul.stages-quick-menu li::before {
    content: '';
    background-image: url(../images/roadmap-sprites.svg);
    height: 25px;
    width: 25px;
    display: inline-block;
    background-size: 180px;
    vertical-align: middle;
    margin-right: 8px;
    transform: scale(.75);
}

ul.stages-quick-menu li#all::before {
    background-position: 0px 0px;
}

ul.stages-quick-menu li#planning::before {
    background-position: -132px 0px;
}

ul.stages-quick-menu li#planning.active::before {
    background-position: -133px -32px;
}

ul.stages-quick-menu li#uidesign::before {
    background-position: -51px 0px;
}

ul.stages-quick-menu li#uidesign.active::before {
    background-position: -50px -31px;
}

ul.stages-quick-menu li#testing::before {
    background-position: -26px 0px;
}

ul.stages-quick-menu li#all.active::before {
    background-position: 0px -32px;
}

ul.stages-quick-menu li#testing.active::before {
    background-position: -26px -29px;
}

ul.stages-quick-menu li#implementation::before {
    background-position: -105px 0px;
}

ul.stages-quick-menu li#implementation.active::before {
    background-position: -106px -31px;
}

.click-floating-bg {
    background: rgba(10, 107, 233, 1);
    position: absolute;
    left: 0;
    height: 30px;
    width: 100%;
    top: -7px;
    z-index: 1;
    border-radius: 5px;
    padding: 5px 0px;
    transition: .1s ease;
}

.top-help-nav {
    width: 70%;
    margin-left: auto;
    position: sticky;
    top: 50px;
    z-index: 333;
    padding: 20px 0px;
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
}

.top-help-nav>div:nth-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
}

.not-found strong {
    color: #03a9f5;
}

.not-found {
    color: #384957;
    display: block !important;
    margin: 0;
}

.data-alert-msg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: center;
}

#rodmp-search-box {
    width: 100%;
    padding: 12px 40px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 8px !important;
    border: 1px solid rgba(159, 159, 159, 1) !important;
}

.rodmp-id-searchbox-wrap>div,
.more-key-btn>div,
.rodmp-id-searchbox-wrap {
    position: relative;
    z-index: 1;
}
.rodmp-id-searchbox-wrap>div {
    display: flex;
    align-items: center;
}
.rodmp-id-searchbox-wrap>div>div:nth-child(1),
.rodmp-id-searchbox-wrap>div>div:nth-child(2) {
    box-sizing: border-box;
}

.rodmp-id-searchbox-wrap>div>div:nth-child(1){
    width: 75%;
    padding-right: 10px;
}
.rodmp-id-searchbox-wrap>div>div:nth-child(2){
    width: 25%;
    height: 100%;
    padding-left: 10px;
}


.share-new-idea span {
    display: block;
    width: 90%;
    background: rgb(240 72 62);
    padding: 8px 20px;
    margin-left: auto;
    border-radius: 6px;
    position: relative;
    font-size: 14px;
    font-family: 'Zoho_Puvi_Bold';
    box-sizing: border-box;
}
.share-new-idea span a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.share-new-idea span a::after{
    content: '';
    position: absolute;
    right: -25px;
    top: 50%;
    background-image: url(../images/roadmap-sprites.svg);
    height: 23px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: -144px 0px;
    transform: translate(0%, -50%) scale(.8);
}

.rodmp-id-searchbox-wrap>div::before,
.more-key-btn>div.share-idea::after {
    content: '';
    position: absolute;
    top: 50%;
    background-image: url(../images/roadmap-sprites.svg);
    height: 16px;
    width: 16px;
    display: inline-block;
    background-size: 140px;
    vertical-align: middle;
    background-position: -125px -25px;
    transform: translate(0%, -50%);
}

.rodmp-id-searchbox-wrap>div::before {
    left: 19px;
}

.more-key-btn>div.share-idea::after {
    right: 21px;
    background-position: -140px -46px;
    background-size: 160px;
    width: 20px;
}

.roadmap-parent-grid {
    align-items: flex-start;
}

.roadmap-parent-grid>div:nth-child(1) {
    max-width: 30%;
    flex: 0 0 30%;
}

.roadmap-parent-grid>div:nth-child(2) {
    max-width: 70%;
    flex: 0 0 70%;
}

.quick-help-menus.flex-wrap {
    align-items: flex-start;
    align-items: center;
}

.quick-help-menus.flex-wrap.active {
    background: #045fd2;
    margin-top: 0;
    padding: 24px 0px;
}

.sidebar-child {
    background-color: rgba(245, 245, 245, 1);
    max-width: 300px;
    box-sizing: border-box;
    padding: 10px 20px;
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 10px;
}

.sidebar-child h3 {
    font: 23px / 1.3 'Zoho_Puvi_Bold';
}

.sidebar-child>div {
    margin-bottom: 30px;
}

.sdp-sub-heading {
    padding: 10px 40px;
    font-size: 18px;
}

.select-product-quick-menu {
    width: 100%;
    margin-left: auto;
}

.select-your-prd-cont,
.select-product-quick-menu {
    display: inline-block;
    vertical-align: middle;
}

.select-your-prd-cont span,
.select-stage span {
    font: 17px / 1.6 'Zoho_Puvi_Bold';
}

.select-your-prd-cont,
.select-stage {
    margin-bottom: 14px;
}

.select-your-prd-cont {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
}

.quick-help-menus.active .select-your-prd-cont span {
    color: #fff;
}

#selected-item,
.mob-stage-select {
    position: relative;
    cursor: pointer;
    height: 38px;
    display: flex;
    align-items: center;
    background: rgba(10, 107, 233, 1);
    border: 1px solid rgba(10, 107, 233, 1);
    margin-left: auto;
    border: 1px solid rgba(172, 205, 255, 1);
    border-radius: 5px;
    overflow: hidden;
}

#selected-item>span,
.mob-stage-select span {
    display: block;
    box-sizing: border-box;
    padding: 0px 15px;
    line-height: 1.6;
    color: #ffff;
    font-size: 15px;
}

#selected-item::after,
.mob-stage-select::after,
.click-floating-bg::after {
    content: '';
    border: solid rgba(255, 253, 253, 1);
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 4px;
    top: 14px;
    position: absolute;
    right: 20px;
    transform: rotate(45deg);
}

.click-floating-bg::after {
    top: 50%;
    transform: rotate(-45deg) translate(0%, -50%);
}

.rodmp ul.build-filter-item {
    box-sizing: border-box;
    font-size: 16px;
    display: none;
    background: #fff;
    width: 100%;
    border-top: 1px solid rgba(172, 205, 255, 1) !important;
    border-top: unset;
    padding: 10px 0 0px 20px !important;
}

.build-filter-item li {
    margin-bottom: 3px;
    cursor: pointer;
    list-style: none;
    font-size: 15px;
}

.build-filter-item li input {
    margin-right: 7px;
    cursor: pointer;
    display: none;
}


#cloudftrcta.footer-section .rodmp-content-container {
    background: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px;
    background-position: 0px;
    border-radius: 50px;
}

#roadmap-main-root .stage-wrap .dynamici-content-parent section .module-title {
    position: relative;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 14px;
    margin: 20px 0px;
}

#roadmap-main-root .stage-wrap .dynamici-content-parent section {
    border-bottom: 1px solid rgba(240, 240, 240, 1);
}

#roadmap-main-root .stage-wrap .dynamici-content-parent section:last-child {
    border-bottom: unset;
}

#roadmap-main-root .stage-wrap .dynamici-content-parent section:nth-child(6n+2) .module-title {
    background: rgba(232, 219, 255, 1);
}

#roadmap-main-root .stage-wrap .dynamici-content-parent section:nth-child(6n+3) .module-title {
    background: rgba(255, 228, 178, 1);
}

#roadmap-main-root .stage-wrap .dynamici-content-parent section:nth-child(6n+4) .module-title {
    background: rgba(232, 255, 180, 1);
}

#roadmap-main-root .stage-wrap .dynamici-content-parent section:nth-child(6n+5) .module-title {
    background: rgba(255, 247, 179, 1);
}

#roadmap-main-root .stage-wrap .dynamici-content-parent section:nth-child(6n+6) .module-title {
    background: rgba(185, 208, 255, 1);
}

#roadmap-main-root .stage-wrap .dynamici-content-parent section:nth-child(6n+7) .module-title {
    background: rgba(255, 183, 183, 1);
}


/*new revamp style start here*/

.fea-desc,
.fea-name {
    margin: 0 0 0 0px;
}

.stage-wrap h2 {
    font-family: 'Zoho_Puvi_Bold', 'Open Sans', sans-serif;
    margin: 0px 0 15px;
    font-size: 26px;
}

#roadmap-main-root {
    margin-top: 0px;
    background: #ffffff;
    padding: 80px 40px 40px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(236, 244, 255, 0.7);
}

#roadmap-main-root>div.stage-wrap {
    margin-bottom: 30px;
}

.prd-selection-btn-wrap {
    display: flex;
    justify-content: right;
}

.prd-selection-btn-wrap>div {
    margin: 0px 3px;
    cursor: pointer;
}

.prd-selection-btn-wrap>div.active span {
    color: #000000;
    font-family: 'Zoho_Puvi_Medium';
}

.prd-selection-btn-wrap>div span {
    padding: 0px 4px;
    box-sizing: border-box;
    font-weight: bold;
    color: #fffdfd;
}

.dynamici-content-parent section .modules {
    margin-bottom: 20px;
    position: relative;
}

.dynamici-content-parent section .modules::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #33739e;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50px;
    display: none;
}

.dynamici-content-parent section .fea-desc {
    margin-top: 6px;
}

#roadmap-utility-wrap {
    display: flex;
    height: 250px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
}
#roadmap-utility-wrap.active {
    z-index: 1;
    background: #ffff;
}

.loading-wrap {
    position: relative;
    border: unset !important;
    align-items: center;
    margin: 30px 0px;
    height: 300px;
    display: none;
}

.loading-wrap>div {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    max-width: 100px;
    text-align: center;
}

.spinner {
    width: 4em;
    height: 4em;
    border: 0.5em solid rgba(0, 0, 0, 0.1);
    border-left-color: #106ef0;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.more-key-btn {
    display: none;
}

a.startyrfre {
    border-radius: 6px;
    width: 100px;
    padding: 10px 30px;
}

.clear-search {
    cursor: pointer;
    position: absolute;
    right: 10px;
    height: 25px;
    width: 25px;
    color: #696969;
    display: none;
    align-items: center;
    top: 10px;
    justify-content: center;
    font-size: 25px;
    background: #e1dfdf;
    border-radius: 50%;
    transform: scale(.8);
}

#customers,
.mob-stage-select,
div.modules {
    display: none;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}


/*new revamp style end here*/

@media only screen and (max-width:1140px) {
        .share-new-idea span a::after{
                display: none;
        }
        .share-new-idea span{
            width: 100%;
        }
}


@media screen and (max-width:1068px) {
    .sidebar-child{
        max-width: 270px;
        width: 100%;
    }
    .top-help-nav {
        top: 90px;
    }
    .quick-help-menus {
        top: 180px;
    }
}

@media screen and (min-width:975px) and (max-width:1068px) {
    .rodmp ul.build-filter-item.active {
        top: 90px;
        right: unset;
    }
    .quick-help-menus.flex-wrap.active {
        padding: 54px 0px 20px;
    }
    .container {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:975px) {
    .select-your-prd-cont {
        display: none;
    }
    ul.stages-quick-menu {
        padding: 0px 20px !important;
    }
    .quick-help-menus.flex-wrap>div:nth-child(1) {
        flex: 0 0 60%;
        max-width: 60%;
    }
  
    .quick-help-menus.flex-wrap>div:nth-child(2) {
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media screen and (max-width:980px) {
    .container {
        padding: 0px 0px;
        width: 100%;
    }
    #roadmap-main-root {
        padding: 80px 20px;
    }
    .workflow-diagram {
        display: none
    }
    .ltstupt {
        position: absolute;
        right: 10px;
        margin-top: 40px;
    }
    .quick-help-menus.flex-wrap.active {
        padding: 16px 10px;
    }
    .rodmp ul.build-filter-item {
        right: unset;
    }
    .rodtabtxt {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .rodtabtxt a {
        color: #fff !important;
        text-decoration: none;
    }
    .plan {
        left: auto !important;
        position: relative;
        background: #4da7eb;
        padding: 5px 10px;
    }
    .design {
        left: auto !important;
        position: relative;
        background: #f39942;
        padding: 5px 10px;
    }
    .implement {
        left: auto !important;
        position: relative;
        background: #c23ff2;
        padding: 5px 10px;
    }
    .testing {
        left: auto !important;
        position: relative;
        background: #50d6d6;
        padding: 5px 10px;
    }
    .release {
        left: auto !important;
        position: relative;
        background: #444;
        padding: 5px 10px;
        color: #fff;
    }
    .plan,
    .design,
    .implement,
    .testing,
    .release {
        margin: 0 20px;
    }
    .rodtabtxt {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .share-new-idea span {
    font-size: 12px;
     }
     .share-new-idea span {
        padding: 8px 8px;
     }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .top-help-nav {
        width: 65%;
    }
    .roadmap-parent-grid>div:nth-child(1) {
        max-width: 35%;
        flex: 0 0 35%;
    }
    .roadmap-parent-grid>div:nth-child(2) {
        max-width: 65%;
        flex: 0 0 65%;
    }
}
@media only screen and (max-width:767px) {
    #last-updated {
        width: 180px;
    }
    #last-updated .date-label,
    #last-updated .date-value {
        font: 400 14px / 24px 'ZohoPuvi-SemiBold', sans-serif;
    }
    .rodmp-id-searchbox-wrap>div>div:nth-child(1) {
        width: 100%;
    }
    .share-new-idea {
        display: none;
    }
    .rodmp ul.build-filter-item {
        top: unset !important;
    }
    ul.stages-quick-menu {
        text-align: left;
        margin-bottom: 20px;
        margin-top: 0px;
        padding: 10px 0px 10px !important;
        background: #fff;
    }
    .quick-help-menus {
        top: 169px;
        margin: 0px 0px 10px;
    }
  
    .rodmp .build-filter-item li{
        padding: 0px 0px 7px 0px;
    }
    ul.stages-quick-menu li {
        margin: 0px 13px 8px 13px;
    }

    .select-product-quick-menu,
    .rodmp ul.build-filter-item,
    .select-stage-quick-menu {
        width: 100%;
    }
    .sidebar-child h3,
    .quick-help-menus {
        display: none;
    }
    .top-help-nav>div {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .roadmap-parent-grid>div:nth-child(1),
    .roadmap-parent-grid>div:nth-child(2),
    .sidebar-child,
    .select-your-prd-cont {
        max-width: 100%;
        width: 100%;
    }
    .more-key-btn {
        width: 15%;
        position: absolute;
        right: 0;
        top: 0;
    }
    .more-key-btn>div {
        color: #fff;
        box-sizing: border-box;
    }
    .more-key-btn>div a {
        font-family: 'Zoho_Puvi_Bold', 'Open Sans', sans-serif;
        color: #000;
        text-decoration: none;
    }
    .more-key-btn>div.more-search {
        display: block;
        background: rgb(10 107 233);
        width: 100%;
        margin: 0px auto;
        padding: 9px 12px;
        text-align: center;
        border-radius: 1px 8px 8px 1px;
        position: absolute;
        top: 0;
        right: 0;
        height: 42px;
        cursor: pointer;
        border: 1px solid #9f9f9f;
    }
    .more-key-btn>div.more-search span {
        padding: 9px 13px;
    }
    .top-help-nav {
        margin: 0px auto;
        width: 100%;
        padding: 55px 0px 20px;
        display: flex;
    }
    .more-search::after {
        content: '';
        display: block;
        background-image: url(../images/filter.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 20px;
        width: 20px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .more-key-btn {
        display: block;
    }
    .mob-stage-select {
        display: flex;
    }
    .click-floating-bg,
    .stages-quick-menu {
        display: none;
    }
}