section.inner-banner {
    background: url(../images/our-process.svg);
    background-size: cover;
}

.process-left img {
    width: 200px;
    margin-bottom: 50px;
}

.process-left-2 img {
    width: 250px;
}

.process-line {
    display: flex;
    flex-flow: wrap;
    position: relative;
}

.process-line:before {
    position: absolute;
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 0.25px);
    background: #e0e0e0;
    height: calc(100% - 300px);
    width: 5px;
    top: 150px;
}

.process-right {
    margin-right: 50px;
    padding: 15px;
    background: #fcff0900;
    box-shadow: 0 0 7px #00000021;
    position: relative;
    border-radius: 0 30px 0 30px;
}

.process-right:before {
    position: absolute;
    content: '';
    right: -66px;
    width: 66px;
    height: 5px;
    background: #e0e0e0;
    top: 50%;
}

.process-left {
    display: table;
    margin: 0 auto;
}

.process-right-2 {
    margin-left: 50px;
    padding: 15px;
    background: #fcff0900;
    box-shadow: 0 0 7px #00000021;
    position: relative;
    border-radius: 30px 0 30px 0;
}

.process-right-2:before {
    position: absolute;
    content: '';
    left: -66px;
    width: 66px;
    height: 5px;
    background: #e0e0e0;
    top: calc(50% - 2.5px);
}

.process-left-2 {
    text-align: center;
}

section.our-porcess-wrp {
    padding: 75px 0;
    position: relative;
    
}

.process-right p {
    margin: 0;
}

.process-right-2 p {
    margin: 0;
}

.process-line [class*="col-"] {
    margin-bottom: 30px;
}

span.circle-data {
    position: absolute;
    width: 75px;
    height: 75px;
    line-height: 65px;
    font-size: 25px;
    background: #fd9952;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    border: 6px solid #fff;
    box-shadow: 0 0 0px 4px #fd9952;
    font-weight: 600;
    left: -37px;
    top: calc(50% - 37.5px);
    transition: 0.5s;
}

.process-line .row {
    align-items: center;
}

span.circle-data2 {
    position: absolute;
    width: 75px;
    height: 75px;
    line-height: 65px;
    font-size: 25px;
    background: #fd9952;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    border: 6px solid #fff;
    box-shadow: 0 0 0px 4px #fd9952;
    font-weight: 600;
    right: -37px;
    top: calc(50% - 37.5px);
    z-index: 9;
}

span.circle-data:hover, span.circle-data2:hover {
    box-shadow: 0 0 0px 4px #fd9952;
    border: 3px solid #fff;
}

@media (max-width: 767px) {
    .process-right {
        margin-right: 0;
        background: #fff;
        text-align: center;
        border-radius: 0;
        padding: 30px 15px;
    }

    .process-line .row {
        position: relative;
    }

    span.circle-data, span.circle-data2 {
        top: 0;
        left: calc(50% - 37.5px);
    }

    .process-line:before {
        z-index: -1;
        display: none;
    }

    .process-left img {
        margin-bottom: 0;
    }

    .process-left-2 {
        position: unset;
    }

    .process-left-2 img {
    }

    .process-right-2 {
        margin-left: 0;
        background: #fff;
        border-radius: 0;
        text-align: center;
        padding: 30px 15px;
    }

    .process-line.row:nth-child(even) {
        background: red !important;
    }

    .process-line .row:nth-child(even) {
        flex-flow: column-reverse;
        position: relative;
        padding-top: 100px;
    }

    .process-line .row:nth-child(even) .col-md-6:first-child {
        position: unset;
    }

    .process-right:before {
        display: none;
    }

    .process-right-2:before {
        display: none;
    }

    .process-line .row:nth-child(odd) .col-md-6:last-child {
        position: unset;
    }

    .process-line .row:nth-child(odd) .col-md-6:first-child {
        margin-top: 100px;
    }
}
