.tm-staticbox-style1 .tm-stepbox {
    width: 100%;
    
    position: relative;
    
	padding: 0;
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style1 {
    margin: 0;
}
.tm-staticbox-style1  .tm-stepbox:nth-child(even) .tm-stepbox-content {
    padding-left: 0;    
}

.tm-staticbox-style1 .tm-stepbox:nth-child(3):after {  
	display: none; 
}
.tm-staticbox-style1 .tm-stepbox:nth-child(3) .tm-stepbox-content {
	border-bottom: unset; 
}
.tm-staticbox-style1 .tm-box-title h4 {    
    font-size: 30px;
    line-height: 40px;
	font-weight: 400;
    position: relative;
}
.tm-staticbox-style1 .themetechmount-static-box-desc {
	color: rgba(255, 255, 255, 0.70);
}
.tm-staticbox-style1 .tm-box-title h4 {
	padding-left: 35px;
}
.tm-staticbox-style1 .tm-stepbox-content {
    width: 75%;
    padding: 30px 0;
	border-bottom: 2px solid var(--ttm-secondarycolor);
	border-color: rgba(255,255,255, 0.20);
}
.tm-staticbox-style1 .tm-box-title h4:after { 	
	counter-increment: stepbox;
    content: counter(stepbox,upper-alpha) ".";
    position: absolute;
    bottom: 0;
    left: 0;    
    z-index: -1;
    font-size: 24px;
}
body {
    counter-reset: section stepbox;
}


/* stepbox style 2 */
.tm-staticbox-style2 .tm-stepbox .tm-stepbox-content {
    padding: 35px 0;	
}
.themetechmount-stepboxes-wrapper.tm-staticbox-style2.row.multi-columns-row {
    margin: 0;
}
.tm-staticbox-style2 .tm-stepbox {
    width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	padding: 0; 
}
.tm-staticbox-style2 .tm-box-title h4 {
    margin-bottom: 0;
	font-weight: 500;
	padding-left: 60px;
}
.tm-staticbox-style2 .themetechmount-static-box-desc {
    font-size: 19px;
    line-height: 60px;
    font-weight: 500;
    float: right;
    display: inline-block;
}
.tm-staticbox-style2 .tm-box-title,
.tm-staticbox-style2 .tm-stepbox-imagebox {
    display: inline-block;
}
.tm-staticbox-style2 .tm-ptable-icon-type-image img {    
    transition: all 0.3s ease 0s;
}
.tm-staticbox-style2 .tm-stepbox:hover .tm-ptable-icon-type-image img {
    animation: tm-bounce 600ms ease-in-out 60ms;
}
@keyframes tm-bounce {
    0% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-12px)
    }

    100% {
        transform: translateY(0)
    }
}

.tm-layout-style6 .tm-staticbox-style2 .tm-box-title h4 {    
    padding-left: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.tm-layout-style6 .tm-staticbox-style2 .themetechmount-static-box-desc {
    font-size: 16px;
    line-height: 26px;
    position: relative;
    top: -11px;
}
.tm-layout-style6 .tm-staticbox-style2 .tm-stepbox .tm-stepbox-content {
    padding: 30px 0;
    border-bottom: 1px solid #CED8EE;
}
.tm-layout-style6 .tm-staticbox-style2 .tm-box-title {
    width: 90%;
}

@media(max-width:1024px) {	
	.tm-staticbox-style1 .tm-stepbox-content {
		width: 100%;
	}
}


@media(max-width:767px) {	
	.tm-staticbox-style1 .tm-stepbox:nth-child(even) .tm-stepbox-content {
		padding-left: 0;
		width: 100%;
	}
	.tm-staticbox-style1 .tm-stepbox-content {				
		width: 100%;
	}
	.tm-staticbox-style2 .tm-box-title {
		padding-top: 12px;
	}
	.tm-staticbox-style2 .tm-box-title,
	.tm-staticbox-style2 .tm-stepbox-imagebox {
		display: block;
	}
	.tm-staticbox-style2 .themetechmount-static-box-desc {
		float: unset;  
		font-size: 20px;
		line-height: 32px;
	}
	.tm-staticbox-style2 .tm-box-title h4 {
		padding-left: 0;
		font-size: 18px;
        line-height: 28px;
	}
	.tm-staticbox-style2 .tm-stepbox .tm-stepbox-content {
		padding: 30px 0 27px;
	}
	.tm-layout-style6 .tm-staticbox-style2 .themetechmount-static-box-desc {
		top: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	.tm-staticbox-style2 .tm-box-title h4 {
		padding-left: 20px;
	}
}


@media only screen and (min-width: 1025px) and (max-width: 1500px){ 
	.tm-staticbox-style1  .tm-stepbox:nth-child(even) .tm-stepbox-content {
		padding-left: 0;
		width: 67%;
	}
}






