/* Stepbox default CSS */
.sofraj-stepboxes-wrapper.ttm-staticbox-default {
    text-align: center;
}
.ttm-staticbox-default .ttm-ptable-icon-wrapper i {
    font-size: 30px;
    color: var(--ttm-skincolor);
}
.ttm-staticbox-default .process-num {
    font-size: 20px;
    font-weight: var(--special-element-fontweight);
    color: var(--ttm-secondarycolor);
    margin-bottom: 12px;
}
.ttm-staticbox-default .ttm-left-contentbox {
    margin-bottom: 12px;
}
/*** horizontal default ***/
.ttm-staticbox-default.ttm-stepbox-horizontal .ttm-stepbox-content {
    border: 1px solid var(--ttm-bordercolor);
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	padding: 20px 20px;
}
.ttm-staticbox-default.ttm-stepbox-horizontal .ttm-stepbox-content .ttm-left-contentbox {
    margin-bottom: 0;
    display: flex;
    gap: 15px;
    align-items: center;
}
.ttm-staticbox-default.ttm-stepbox-horizontal .ttm-stepbox-content .ttm-right-contentbox {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ttm-staticbox-default.ttm-stepbox-horizontal .ttm-stepbox-content .ttm-right-contentbox h4 {
    margin: 0;
}
.ttm-staticbox-default.ttm-stepbox-horizontal .process-num {
    margin-bottom: 0;
}

/* stepbox style2 */
.sofraj-stepboxes-wrapper.ttm-staticbox-style2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.ttm-staticbox-style2 .ttm-stepbox {
    width: auto;
    position: relative;
    display: inline-block;
}
.ttm-staticbox-style2 .ttm-box-title h4 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
}
.ttm-staticbox-style2 .ttm-box-title {
    display: inline-block;
}
.ttm-staticbox-style2 .ttm-stepbox-imagebox {
    display: inline-block;
    padding-left: 10px;
}
.ttm-staticbox-style2 .ttm-stepbox-imagebox img {
    border-radius: 10px;
}
.ttm-staticbox-style2 .ttm-details-contentbox {
    display: flex;
}

/* stepbox style3 */
.ttm-staticbox-style3 .ttm-stepbox {
    position: relative;
    padding-left: 57px;
    padding-bottom: 30px;
}
.ttm-staticbox-style3 .ttm-stepbox .sofraj-static-box-subtitle {
    font-size: 16px;
    line-height: 28px;
    color: var(--ttm-blackishcolor);
}
.ttm-staticbox-style3 .ttm-stepbox .ttm-box-title h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
.ttm-staticbox-style3 .ttm-stepbox .sofraj-static-box-desc {
    font-size: 16px;
    line-height: 28px;
}
.ttm-staticbox-style3 .ttm-stepbox .sofraj-static-box-subtitle {
    font-size: 16px;
    line-height: 28px;
    color: var(--ttm-blackishcolor);
    background-color: var(--ttm-greycolor);
    display: inline;
    padding: 5px 15px;
    border-radius: 20px;
}
.ttm-staticbox-style3 .ttm-stepbox .ttm-box-title {
    padding-top: 25px;
}
.ttm-staticbox-style3 .ttm-stepbox .ttm-ptable-icon-type-image {
    position: absolute;
    top: 0;
    left: 14px;
}
.ttm-staticbox-style3 .ttm-stepbox .ttm-ptable-icon-type-image img {
    background-color: var(--ttm-lighttext);
    padding: 5px;
    border-radius: 50%;
}
.ttm-staticbox-style3 .ttm-stepbox:before {
    content: '';
    position: absolute;
    border-left: 1px dashed var(--ttm-bordercolor);
    height: 100%;
    left: 26px;
    top: 3px;
}
.ttm-staticbox-style3 .ttm-stepbox:last-child {
    padding-bottom: 0;
}