.step-line {
    margin-top: 35px;
}

@media(max-width: 767px) {
    .step-line {
        margin-top: 50px;
    }
}

.step-line:first-child {
    margin-top: 0;
}

.step-lines {
    padding-top: 50px;
}

@media(max-width: 1260px) {
    .step-lines {
        padding-top: 45px;
    }
}

.step-circle {
    position: relative;
    width: 145px;
    height: 145px;
    box-shadow: 0 0 14px rgba(0,0,0,0.07);
}

.step-circle img {
    max-height: 65px;
}

.send-photos img {
    max-height: 50px;
}

@media(max-width: 767px) {
    .step-circle {
        width: 125px;
        height: 125px;
        margin: 0 auto;
    }
}

.step-circle, .step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}

.step-number {
    position: absolute;
    left: -18px;
    top: -18px;
    z-index: 10;
    width: 65px;
    height: 65px;
    background-color: #40d39e;
}

@media(max-width: 767px) {
    .step-number {
        top: -27px;
        left: -27px;
    }
}

.step-number p {
    position: relative;
    top: 1px;
    font-family: 'Poppins-Bold';
    font-size: 31px;
    line-height: 0.9;
    color: #fff;
}

.step-desc {
    width: 10%;
    flex: 1 1;
    padding-left: 25px;
}

@media(max-width: 767px) {
    .step-desc {
        width: 100%;
        flex: none;
        padding-left: 0;
        padding-top: 20px;
    }
}

.step-desc h6 {
    text-align: left;
}

@media(max-width: 991px) {
    .step-desc h6 br {
        display: none;
    }
}

@media(max-width: 767px) {
    .step-desc h6 {
        text-align: center;
    }
}

.quote-rating {
    border-top: 1px solid rgba(0,0,0,0.25);
    padding-top: 27px;
}

.quote-rating p {
    font-size: 14.5px;
    line-height: 1.4;
    margin-top: 0;
}

.quote-rating-value {
    text-align: right;
    padding-left: 20px;
}

@media (max-width: 991px){
    .quote-rating p {
        width: 100%;
        text-align: center;
    }
    .quote-rating-value {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.stars-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}

@media (max-width: 991px){
    .stars-img {
        justify-content: center;
    }
}