.tm-staticbox-style1 .tm-stepbox {
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    transition: 0.5s all;
	padding-left: 120px;
}
.tm-staticbox-style1 .tm-stepbox:hover:nth-child(odd) {
    transform: translateX(10px);
}
.tm-staticbox-style1 .tm-stepbox:hover:nth-child(even) {
    transform: translateX(-10px);
}
.tm-staticbox-style1 .tm-stepbox-content .tm-ptable-icon-wrapper i {
    font-size: 28px;
    line-height: 28px;
    color: var(--body-blackfont-color);
}
.tm-staticbox-style1 .tm-stepbox-content .tm-box-title h4 {
	margin-bottom: 5px;
}
.tm-staticbox-style1 .tm-left-contentbox {
    position: relative;
}
.tm-staticbox-style1 .tm-stepbox-content .process-num {
    font-size: 18px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    background-color: var(--ttm-greycolor);
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    border-radius: var(--ttm-border-shape-50px);
    position: absolute;
    top: -20px;
    bottom: auto;
    text-align: center;
    left: -20px;
    right: auto;
    box-shadow: 3px 4px 15px 10px rgba(0,0,0,0.08);
	transition: 0.5s all ease;
}
.tm-staticbox-style1 .tm-stepbox:hover .tm-stepbox-content .process-num {
	background-color: var(--ttm-skincolor);
	color: var(--ttm-whitecolor);
	transition: 0.5s all ease;
}
.tm-staticbox-style1 .tm-stepbox-content .tm-ptable-icon-wrapper {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: var(--ttm-button-shape);
    transition: 0.5s all ease;
}

.tm-staticbox-style1 .tm-stepbox-content {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.tm-staticbox-style1 .tm-stepbox-imagebox {
    width: 100px;
    border-radius: var(--ttm-border-shape-15px);
    overflow: hidden;
}
.tm-staticbox-style1 .tm-stepbox:nth-child(even) {
	margin-left: -120px;
}
.tm-staticbox-style1 .tm-stepbox:last-child {
    margin-bottom: 0 !important;
}
@media (max-width:1299px){
.tm-staticbox-style1 .tm-stepbox:nth-child(even) {
    margin-left: -50px;
}
.tm-staticbox-style1 .tm-stepbox {
    padding-left: 0;
}
}
@media (max-width:1024px){
.tm-staticbox-style1 .tm-stepbox:nth-child(even) {
    margin-left: 0;
}
.tm-staticbox-style1 .tm-stepbox {
	margin-bottom: 50px;
}
.tm-staticbox-style1 .tm-stepbox-content .tm-box-title h4 {
    font-size: 18px;
}
}
@media (max-width:767px){
.tm-staticbox-style1 .tm-stepbox {
    padding-left: 15px;
}
.tm-staticbox-style1 .tm-stepbox:hover:nth-child(even) {
    transform: translateX(10px);
}
.tm-staticbox-style1 .tm-stepbox {
    margin-bottom: 30px;
}
}
@media (max-width:479px){
.tm-staticbox-style1 .tm-stepbox-content {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
}
.tm-staticbox-style1 .tm-stepbox-content .process-num {
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: -15px;
    left: -15px;
}
}
.tm-staticbox-style2 .tm-stepbox-content {
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(even){
    padding-top: 30px;
}
.tm-staticbox-style2 .themetechmount-static-box-subtitle {
    line-height: 34px;
    font-size: 24px;
    font-weight: 700;
    color: var(--body-blackfont-color);
}
.tm-staticbox-style2 .tm-bottom-contentbox .tm-box-title h4 {
    margin: 0 0 7px 0;
}
.tm-staticbox-style2 .tm-stepbox-contents {
    border-radius: var(--ttm-border-shape-15px);
    position: relative;
    padding: 60px 30px 30px;
    background: var(--ttm-greycolor);
}
.tm-staticbox-style2 .tm-ptable-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: var(--ttm-border-shape-50px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto -35px;
    text-align: center;
    background: var(--ttm-secondarycolor);
    color: var(--ttm-whitecolor);
    z-index: 2;
    position: relative;
    font-family: var(--special-element-fontfamily);
    font-size: 18px;
    font-weight: var(--special-element-fontweight);
}
.tm-staticbox-style2 .tm-ptable-icon-wrapper i {
    font-size: 40px;
    color: var(--ttm-skincolor);
}
.tm-staticbox-style2 .tm-stepbox-contents a.tm-staticbox-more-link {
    display: inline-block;
    vertical-align: top;
    background: var(--ttm-skincolor);
    color: var(--ttm-whitecolor);
    padding: 5px 20px;
    font-family: var(--button-font-family);
    font-size: var(--button_fontsize);
    border-radius: var(--ttm-border-shape-50px);
	cursor: pointer;
    z-index: 1;
    position: relative;
}
.tm-staticbox-style2 .tm-stepbox-contents  .tm-bottom-buttonbox {
    position: absolute;
    height: 38px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	opacity: 0;
    transition: all 0.5s ease;
}
.tm-staticbox-style2 .tm-stepbox:hover .tm-stepbox-contents .tm-bottom-buttonbox {
    opacity: 1;
    transition: all 0.5s ease;
    height: 38px;
}
.tm-staticbox-style2 .tm-stepbox-contents .tm-bottom-contentbox {
    z-index: 1;
    position: relative;
	transition: all 0.3s ease;
}
.tm-staticbox-style2 .tm-stepbox:hover .tm-bottom-contentbox {
    transition: all 0.3s ease;
	opacity: 0;
}
.tm-staticbox-style2 .tm-stepbox:hover{
    transform: translateY(10px);
}
.tm-staticbox-style2 .tm-stepbox {
     transition: 0.5s all;
}
.tm-staticbox-style2 .tm-ptable-icon-wrapper a{
    line-height: normal;
}
@media (max-width:991px){
.tm-staticbox-style2 .tm-stepbox {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.tm-staticbox-style2 .tm-stepbox:last-child {
    margin-bottom: 0;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(even) {
    padding-top: 0;
}
}
@media (max-width:767px){
.tm-staticbox-style2 .tm-stepbox {
    width: 100%;
}
}

/*** style 3 ***/

.tm-staticbox-style3 .tm-stepbox-content {
    border-radius: var(--ttm-border-shape-15px);
	text-align: center;
	position: relative;
	background: var(--ttm-greycolor);
	overflow: hidden;
}
.tm-staticbox-style3 .tm-stepbox-contents {
    padding: 0 30px 25px;
	position: relative;
}
.tm-staticbox-style3 .tm-stepbox-contents:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: var(--ttm-secondarycolor);
    transition: all 600ms ease;
	z-index: -1;
}
.tm-staticbox-style3 .tm-stepbox-content .tm-stepbox-content-wrap {
    z-index: 1;
    position: relative;
}
.tm-staticbox-style3 .tm-stepbox-content:hover .tm-stepbox-contents:before {
    height: 100%;
    transition: all 600ms ease;
}
.tm-staticbox-style3 .tm-stepbox-content:hover .tm-box-title h4 a, .tm-staticbox-style3 .tm-stepbox-content:hover .themetechmount-static-box-desc,
.tm-staticbox-style3 .tm-stepbox-content:hover .tm-bottom-buttonbox a.tm-more-button {
    color: var(--ttm-whitecolor);
	transition: all 600ms ease;
}
.tm-staticbox-style3 .tm-stepbox-content .themetechmount-static-box-desc {
	transition: all 600ms ease;
}
.tm-staticbox-style3 .tm-box-title h4 {
    margin: 0 0 10px 0;
	transition: all 600ms ease;
}
.tm-staticbox-style3 .tm-stepbox-iconbox {
    margin-bottom: 0;
}
.tm-staticbox-style3 .process-num {
    display: inline-block;
    vertical-align: top;
	position: relative;
    padding: 6px 20px 6px 40px;
    box-shadow: 0 3px 15px 2px rgba(43, 52, 59, 0.10);
    border-radius: var(--ttm-border-shape-30px);
    margin: -20px 0 20px;
    background: var(--ttm-whitecolor);
	color: var(--body-blackfont-color);
}
.tm-staticbox-style3 .process-num:before {
    content: "\f123";
    font-family: themeicons_it_solutionwp;
    color: var(--ttm-skincolor);
    font-size: 14px;
    position: absolute;
    left: 20px;
    right: auto;
}
.tm-staticbox-style3 .tm-bottom-buttonbox a.tm-more-button:before {
    content: '\e873';
    font-family: 'tm-inqord-icons';
    position: absolute;
    right: -25px;
    left: auto;
    top: 0;
    bottom: auto;
}
.tm-staticbox-style3 .tm-bottom-buttonbox a.tm-more-button {
    font-size: var(--button_fontsize);
    color: var(--body-blackfont-color);
    text-decoration: underline;
    font-weight: var(--button-font-weight);
    text-transform: var(--button-text-transform);
    transition: all 600ms ease;
    position: relative;
	margin-top: 8px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width:991px){
.tm-staticbox-style3 .tm-stepbox {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}
}
@media (max-width:767px){
.tm-staticbox-style3 .tm-stepbox {
    width: 100%;
}
}
/*** style 4 ***/
.tm-staticbox-style4 .process-num .number {
    border: 1px solid var(--ttm-bordercolor);
    border-radius: var(--ttm-border-shape-30px);
    background-image: linear-gradient(72deg, var(--ttm-whitecolor), var(--ttm-skincolor));
	background: var(--ttm-greycolor);
    align-items: center;
    padding: 5px 15px 5px 30px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
	color: var(--body-blackfont-color);
    font-weight: var(--special-element-fontweight);
	position: relative;
}
.tm-staticbox-style4 .tm-stepbox-contents {
    text-align: center;
}
.tm-staticbox-style4 .process-num .number:before {
    content: '';
    height: 7px;
    width: 7px;
    display: block;
    background: var(--ttm-skincolor);
    border-radius: var(--ttm-border-shape-50px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    margin: auto;
}
.tm-staticbox-style4 .tm-stepbox-iconbox {
    border-radius: var(--ttm-border-shape-50px);
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    display: flex;
    position: relative;
    margin: 0 auto 15px;
    font-size: 30px;
    color: var(--ttm-whitecolor);
}
.tm-staticbox-style4 .tm-stepbox-iconbox:before {
    border-radius: var(--ttm-border-shape-50px);
    background-color: var(--ttm-skincolor);
    filter: blur(10px);
    position: absolute;
    inset: 0%;
    content: '';
    z-index: -1;
}
.tm-staticbox-style4 .step-line {
    border-left: 1px dashed var(--body-blackfont-color);
    width: 1px;
    height: 60px;
	margin: 0 auto;
}
.tm-bottom-contentbox .tm-box-title h4 {
    margin-bottom: 8px;
}