.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
@media (min-width: 768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.process-box {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
    box-shadow: 2px 2px 7px 0 #00000057;
}
@media (min-width: 768px) {
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
.process-step-number {
    background: #e80566;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    height: 100%;
    padding-top: 15px;
    position: relative;
    top: -36px;
    border-radius: 0 0 10px 10px;
    box-shadow: -6px 8px 0 0 #00000014;
}
.process-step-number:before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #e80566;
    border-left: 8px solid #e80566;
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}
strong, b {
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
}
.process-step-number h2 {
    font-size: 40px;
    font-weight: 700;
    color: #65258a;
}
.process-step-number:after {
    content: "";
    border-top: 8px solid #04889800;
    border-bottom: 8px solid #e80566;
    border-left: 8px solid #04889800;
    border-right: 8px solid #e80566;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}
@media (min-width: 768px) {
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
.process-box p {
    z-index: 9;
}
.process-line-l {
    background: #e80566;
    height: 4px;
    position: absolute;
    width: 130px;
    right: -147px;
    top: 80px;
    z-index: 9;
}
.process-left:after {
    content: "";
    border-top: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: 3px -2px 3px 0 #00000036;
    z-index: 1;
}
@media (min-width: 768px) {
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
.process-point-right {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #e80566;
    box-shadow: 0 0 0 4px #65258a;
    margin: auto 0;
    position: absolute;
    bottom: 60px;
    left: -60px;
}
.process-point-right:before {
    content: "";
    height: 157px;
    width: 11px;
    background: #65258a;
    display: inline-grid;
    transform: rotate(31deg);
    position: relative;
    left: -53px;
    top: -0px;
}
.process-line-r {
    background: #e80566;
    height: 4px;
    position: absolute;
    width: 130px;
    left: -147px;
    top: 80px;
    z-index: 9;
}
.process-right:after {
    content: "";
    border-top: 15px solid #ffffff00;
    border-bottom: 15px solid #ffffff;
    border-left: 15px solid #ffffff;
    border-right: 15px solid #ffffff00;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    transform: rotate(45deg);
    box-shadow: -1px 1px 3px 0 #0000001a;
    z-index: 1;
}
.process-point-left:before {
    content: "";
    height: 175px;
    width: 11px;
    background: #65258a;
    display: inline-grid;
    transform: rotate(-31deg);
    position: relative;
    left: 53px;
    top: 0;
}
.process-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #e80566;
    box-shadow: 0 0 0 4px #65258a;
    margin: auto 0;
    position: absolute;
    bottom: 60px;
    right: -60px;
}
.process-box h5 {
    font-size: 18px;
    font-weight: 600;
}
.process-box p {
    z-index: 9;
    font-family: 'Open Sans';
    line-height: 26px;
    font-size: 15px;
    color: #707070;
}
.process-point-leftb {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #e80566;
    box-shadow: 0 0 0 4px #65258a;
    margin: auto 0;
    position: absolute;
    bottom: 60px;
    right: -60px;
}
.process-step-number h2 {
    color: #65258a;
}



@media (min-width: 320px) and (max-width: 1199px) {
    .process-width.col-lg-5 {
        margin-top: 40px;
        width: 100% !important;
        max-width: 100% !important;
        flex: auto;
    }
}
@media (min-width: 320px) and (max-width: 1199px) {
    .process-line-l, .process-line-r, .process-point-left, .process-point-right, .process-left:after, .process-right:after {
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 1199px) {
    .process-none {
        display: none;
    }
}