.cr-roadmap-history-steps:nth-child(2) .cr-roadmap-item-text .cr-roadmap-year {
    left: -323px !important;
}

.cr-roadmap-history-steps:nth-child(even) .cr-roadmap-item-text .rd-shape1, .cr-roadmap-history-steps:nth-child(even) .cr-roadmap-item-text .rd-shape2 {
    right: auto !important;
    left: -131px !important;
}
.cr-roadmap-history-steps:nth-child(even) .cr-roadmap-item-text .rd-shape2 {
    left: -163px !important;
}
.cr-roadmap-history-steps:nth-child(3) .cr-roadmap-item-text .cr-roadmap-year {
    right: -290px  !important;
}
.cr-roadmap-history-steps .cr-roadmap-item-text p {
    line-height: 1.3;
}
.cr-roadmap-history-steps:nth-child(5) .cr-roadmap-item-text .cr-roadmap-year {
    right: -305px !important;
}
.soft-dev .it-up-featured-innerbox {
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 25px 20px 30px 20px;
    box-shadow: 0px 0px 38px 0px rgba(1, 44, 118, 0.08);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.45);
}

.pr1-work-column {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 17px 40px 0px rgba(135, 135, 135, 0.15);
    box-shadow: 0px 17px 40px 0px rgba(135, 135, 135, 0.15);
    margin-bottom: 30px;
    min-height: 250px;
}
.pr1-work-column .pr1-icon-container {
    margin-bottom: 20px;
}
.pr1-work-column .pr1-icon-container i {
    width: 60px;
    height: 60px;
    background-color: #ffe1ca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 36px;
    border-radius: 3px;
    color: #ff6c00;
}
.pr1-work-column .pr1-headline {
    margin-bottom: 15px;
}
.pr1-headline h5 {
    font-size: 22px;
}
.pr1-work-column .pr1-headline h5 {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.pr1-work-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
}

.pr1-pera-txt p {
    margin-bottom: 0;
}

.it-up-featured-section.soft-dev {
    background: #FFF;
}
.wd.price table th .amount {
    font-size: 1.5rem;
}
.wd.price table th .popular {
    top: 0px;
}

@media only screen and (max-width: 767px) {

    .web-d-banner-section .web-d-banner-area .soft-d-banner-mockup {
        position: relative !important;
        top: auto !important;
        right: auto !important;
    }
    .web-d-banner-section {

        padding: 75px 0px 24px 0px !important;
    }
    section#cr-roadmap {
        display: none;
    }
    .pr1-work-section {
        padding: 30px 0 60px;
    }
}


