.box-Purchase-steps {
    background-color: unset !important;
    border-radius: unset !important;
    position: relative !important;
}
.box-Purchase-steps::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0%;
    width: 100%;
    height: 50%;
    border-top: 2px solid #f8941e;
    border-left: 2px solid #f89423;
    border-bottom: 2px solid #f8941e;
    pointer-events: none;
    border-radius: 0px 0px 15px 15px;
    background-color: #f8941e;
    border-right: 0 !important;
}
.Purchase-steps .row .col-lg-3:nth-of-type(even) .box-Purchase-steps::before {
    border-top-color: #2d53c8;
    border-left-color: #2d53c8;
    border-bottom-color: #2d53c8;
    background-color: #2d53c8;
}

.Purchase-steps .row .col-lg-3:nth-of-type(odd) .box-Purchase-steps::before {
    border-top-color: #f8941e;
    border-left-color: #f89423;
    border-bottom-color: #f8941e;
    background-color: #f8941e;
}

/* equilateral */
.box-Purchase-steps::after {
    content: "";
    position: absolute;
    top:0;
    right: 0;
    width: 100%;
    height: 50%;
    /* rotate: 180deg; */
    border-top: 2px dashed #00000042;
    border-right: 2px dashed #00000042;
    border-left: 2px dashed #00000042;
    /* border-bottom: 2px dashed #00000042; */
    pointer-events: none;
    border-radius: 15px 15px 0px 0px;
 
}

/* .Purchase-steps .box-Purchase-steps .equilateral {
    position: absolute;
    top: 0;
    left: 139px;
    margin: auto;
    width: 33px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #f8941e;
    display: flex;
    transform: rotate(180deg);
} */

.Purchase-steps .row .col-xl-3:nth-of-type(odd) .box-Purchase-steps .equilateral {
    background-color: #f8941e;
}

.Purchase-steps .row .col-xl-3:nth-of-type(even) .box-Purchase-steps .equilateral {
    background-color: #2d53c8;
}
.Purchase-steps .row .col-12:nth-of-type(odd) .box-Purchase-steps .equilateral {
    background-color: #f8941e;
}

.Purchase-steps .row .col-12:nth-of-type(even) .box-Purchase-steps .equilateral {
    background-color: #2d53c8;
}

.Purchase-steps .row .col-xl-3:last-of-type .box-Purchase-steps .equilateral {
    display: none;
}
.Purchase-steps .row .col-12:last-of-type .box-Purchase-steps .equilateral {
    display: none;
}

/* circle */

/* .Purchase-steps .box-Purchase-steps .circle {
    position: absolute;
    top: -14px;
    bottom: 254px;
    right: 170px;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #f8941e;
    border-radius: 50%;
    display: flex;
    z-index: 1;
} */

.Purchase-steps .row .col-xl-3:nth-of-type(odd) .box-Purchase-steps .circle {
    background-color: #f8941e;
}

.Purchase-steps .row .col-xl-3:nth-of-type(even) .box-Purchase-steps .circle {
    background-color: #2d53c8;
}
.Purchase-steps .row .col-12:nth-of-type(odd) .box-Purchase-steps .circle {
    background-color: #f8941e;
}

.Purchase-steps .row .col-12:nth-of-type(even) .box-Purchase-steps .circle {
    background-color: #2d53c8;
}


.Purchase-steps .row .col-xl-3:first-of-type .box-Purchase-steps .circle {
    display: none;
}
.Purchase-steps .row .col-12:first-of-type .box-Purchase-steps .circle {
    display: none;
}

.text-project{
    right: 0;
    left: 0;
}

.box-Purchase-steps .boxs {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4) !important;
    padding: 1.5rem !important;
    border-radius: 13px !important;
}
/* .Purchase-steps .box-Purchase-steps .equilateral {
    position: absolute;
    top: 0;
    bottom: -240px;
    left: 157px;
    margin: auto;
    width: 33px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #f8941e;
    display: flex;
    transform: rotate(-180deg);
} */
/* .Purchase-steps .box-Purchase-steps .circle {
position: absolute;
top: -14px;
bottom: 0;
right: 190px;
margin: auto;
width: 14px;
height: 14px;
background-color: #f8941e;
border-radius: 50%;
display: flex;
z-index: 1;
} */
.Purchase-steps .box-Purchase-steps .equilateral {
    position: absolute;
    top: 0;
    bottom: -108%;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 33px;
    height: 20px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: #f8941e;
    display: flex;
    transform: rotate(-180deg);
}
.Purchase-steps .box-Purchase-steps .circle {
position: absolute;
top: -14px;
/* bottom: 0; */
right: 0;
left: 0;
margin: auto;
width: 14px;
height: 14px;
background-color: #f8941e;
border-radius: 50%;
display: flex;
z-index: 1;
}
@media(min-width:992px){
    .box-Purchase-steps::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;
    border-top: 2px solid #f8941e;
    border-left: 2px solid #f89423;
    border-bottom: 2px solid #f8941e;
    pointer-events: none;
    border-radius: 15px 0px 0px 15px;
    background-color: #f8941e;
    border-right: 0 !important;
}
    .Purchase-steps .box-Purchase-steps .equilateral {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -105%;
        margin: auto;
        width: 33px;
        height: 20px;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        background-color: #f8941e;
        display: flex;
        transform: rotate(-90deg);
    }
    .box-Purchase-steps::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-top: 2px dashed #00000042;
    border-right: 2px dashed #00000042;
    border-bottom: 2px dashed #00000042;
    pointer-events: none;
    border-radius: 0px 15px 15px 0px;
    border-left: 0 !important;
}
    .Purchase-steps .box-Purchase-steps .circle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #f8941e;
    border-radius: 50%;
    display: flex;
    z-index: 1;
}
    
}