.prt-staticbox-style1 .prt-stepbox-content {
    overflow: hidden;
    position: relative;
    background-color: var(--prt-greycolor);
    transition: all 0.5s ease;
}
.prt-staticbox-style1 .prt-box-content {
    text-align: center;
    padding: 44px 15px 25px;
}
.prt-staticbox-style1 .prt-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 3px;
        font-weight: 500;
}
.prt-staticbox-style1 .preyantechnosys-static-box-desc {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.prt-staticbox-style1 .prt-ptable-icon-type-image {
    overflow: hidden;
}
.prt-staticbox-style1 .prt-ptable-icon-type-image img {
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;
    transform: translateX(-50px);
    transition: all 0.5s ease;
}
.prt-staticbox-style1 .prt-stepbox:hover .prt-ptable-icon-type-image img {
    transform: translateX(0px);
}
.prt-staticbox-style1  .prt-box-button {
    text-align: center;
    margin-top: 38px;
    padding: 24px 15px 36px;
    border-top: 1px solid var(--prt-secondarycolor);
}
.prt-staticbox-style1 .prt-box-button a{
    font-size: 14px;
    font-weight: 500;
}
.prt-staticbox-style1 .prt-stepbox:hover .prt-stepbox-content {
    background-color: var(--prt-skincolor);
}
.prt-staticbox-style1 .prt-stepbox:hover .prt-box-button a,
.prt-staticbox-style1 .prt-stepbox:hover .prt-box-title h4,
.prt-staticbox-style1 .prt-stepbox:hover .preyantechnosys-static-box-desc{
   color: var(--prt-whitecolor);
}
.prt-staticbox-style1 .prt-stepbox:hover  .prt-box-button {
    border-top: 1px solid var(--prt-whitecolor);
}
@media (max-width: 1024px){
.prt-stepbox {
    margin-bottom: 30px;
}
}




/*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*/