.pricing-box.dedicated a.blue-button {
    background: rgb(255 255 255 / 20%);
    color: #fff;
}

.engagement-models-wrapper .pricing-box ul li {
    width: 100%;
}

.process-card h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #1C63FF;
    margin: 60px 0 15px 0;
    padding: 0 0;
}

.process-card p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 15px 0;
    min-height: unset;
}

.deliverables ul li {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #212529;
    position: relative;
    padding-left: 10px;
}

.deliverables strong {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #6E6E6E;
    margin: 0 0 5px 0;
    display: block;
}

.deliverables {
    margin: 15px 0 0 0;
}

ul.action-list li {
    list-style: none;
}

ul.action-list {
    padding: 0;
}

ul.action-list p {
    margin-bottom: 5px;
}

.total-time-wrap {
    text-align: center;
    margin: auto;
    max-width: 60%;

}

.total-time-wrap p {
    color: #1167e9;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.slider-wrapper p {
    margin: 0 0 10px 0;
}

.step-card ul {
    text-align: left;
    list-style: disc;
    padding-left: 30px;
    margin: auto;
    margin-bottom: 10px;
}

.step-card ul li {
    list-style: disc;
    display: list-item;
}

.step-card ul li:first-child {
    list-style: none;
    margin-left: -20px;
}

.client-img {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.servicenow-service-sec.readmore .slider-wrapper:nth-child(7){
    display: block;
}

.servicenow-service-sec .readmore-wrap {
    display: flex;
    justify-content: center;
    padding: 250px 0 40px;
    position: static;
    width: 100%;
    bottom: 0;

}

.hire-servicenow-developers .readmore-wrap .blue-button {
    margin: 0 auto;
}
.hire-servicenow-developers .readmore-wrap{
    padding-top: 20px;
}
section.hero-stripline {
    padding: 15px 0;
    background-color: #1C63FF;
}

section.hero-stripline p {
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 300;
}

@media (min-width: 767px) {
     .servicenow-service-sec .slider-wrapper:nth-child(7){
        display: none;
     }
}
@media (max-width: 767px) {
    .readmore-wrap{
        display: none;
    }
}

@media (min-width: 991px) {
    .section-three-django .step-card h3+p {
        min-height: 125px;
    }
}

@media (max-width: 640px) {
    .total-time-wrap {
        max-width: 100%;
        ;
    }
}

@media (max-width: 640px) {
    .number-count {
        padding: 30px 0;
        margin: 30px auto 30px auto;
        border-radius: 25px;
        width: calc(100% - 30px);
    }
}