.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox {
    border-right: 1px solid var(--prt-bordercolor);
}
.prt-textcolor-white .preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox,
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:last-child {
    border-right: 0;
}
.prt-staticbox-style1 .prt-stepbox-content {
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}
.prt-staticbox-style1 .prt-box-content {
    text-align: left;
    padding: 25px 40px;
}
.prt-staticbox-style1 .prt-box-content .process-num .number {
    font-size: 108px;
    line-height: 118px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    font-family: var(--special-element-fontfamily);
    color: rgba(0 0 0 / 0.2);
    font-weight: 700;
}
.prt-textcolor-white .prt-staticbox-style1 .prt-box-content .process-num .number {
	color: rgba(185, 191, 199 , 0.20);
}
.prt-textcolor-white .preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:last-child {
    border-right: 0;
}
.prt-textcolor-white .preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox {
	position: relative;
}
.prt-textcolor-white .preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:after {
	position: absolute;
    content: '';
    height: calc(100% + 190px);
    width: 1px;
    background-color: rgba(255, 255, 255, 0.24);
    top: 0;
}
.prt-textcolor-white .preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 .prt-stepbox:first-child:after {
    width: 0;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1.row.multi-columns-row {
	overflow: hidden; 
}
.prt-staticbox-style1 .prt-box-content .prt-box-title {
    margin-top: 20px;
}
.prt-staticbox-style1 .prt-box-title h4 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
}


/*step box style 2*/
.prt-staticbox-style2.row {
    margin: 0;
}
.prt-staticbox-style2 {
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.prt-staticbox-style2 .prt-stepbox {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    position: relative;
}
.prt-staticbox-style2 .prt-box-title h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 5px;
}
.prt-staticbox-style2 .prt-stepbox .prt-box-title:before {
    width: 40px;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 40px;
    bottom: auto;
    left: 0;
    right: auto;
    content: "";
}

/*step box style 2*/
/*step box style 3*/
.prt-staticbox-style3 .prt-stepbox {
    width: 100%;
    margin-bottom: 30px;
}
.prt-staticbox-style3 .prt-box-content {
    padding: 0;
}
.prt-staticbox-style3 .prt-box-icon {
    border: 1px solid #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 27px;
}
.prt-staticbox-style3 .prt-stepbox-imagebox {
    flex: 0 0 auto;
}
.prt-staticbox-style3 .preyantechnosys-static-box-desc{
    margin-bottom: 0;
    padding-left: 35px;
}
.prt-staticbox-style3 .process-num {
    color: var;
    font-weight: 500;
}
@media (max-width:400px){ 
.prt-staticbox-style3 .prt-box-icon {
    display: block;
    padding: 27px;
}
.prt-staticbox-style3 .preyantechnosys-static-box-desc {
    padding-top:20px;
    padding-left: 0;
}
}
/*step box style 3*/