/* Stepbox default CSS */
.industriz-stepboxes-wrapper.ttm-staticbox-default {
    text-align: left;
}
.ttm-staticbox-default .ttm-box-title h4 {
    font-size: 34px;
    line-height: 44px;
}
.ttm-staticbox-default .ttm-stepbox-wrapper {
    display: flex;	
    justify-content: space-between;
}
.ttm-staticbox-default .ttm-stepbox-imagebox img {
    border-radius: 5px;
}
.ttm-staticbox-default .industriz-static-box-subtitle {
    padding-bottom: 27px;
}
.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: 0;
    padding-right: 30px;
}
.ttm-staticbox-default .ttm-stepbox-content {
    padding: 60px 60px 56px;
    background-color: #fff;
    border: 1px solid #D8D7D7;
    border-radius: 10px;
}
.ttm-staticbox-default .ttm-stepbox {
	width: 740px;
	 flex: 0 0 auto;
}
.ttm-staticbox-default {
    height: 49vh;
    overflow: hidden;
    display: flex;
}
.ttm-staticbox-default .ttm-stepbox:nth-child(2) .industriz-static-box-desc {
    padding-top: 6px;
}
.ttm-staticbox-default .ttm-stepbox:nth-child(2) ul {
	margin: 22px 0 0;
}
.ttm-staticbox-default .ttm-stepbox:nth-child(2) li {
	padding: 0 0 17px 0;
	display: block;
	position: relative;
}
.ttm-staticbox-default .ttm-stepbox:nth-child(2) li:last-child {
	padding: 0 0 0px 0;	
}
.ttm-staticbox-default .ttm-stepbox:nth-child(2) li:after {
	background-image: url(../images/right.png) !important;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 18px;
    height: 16px;
    bottom: 0px;
    left: -25px;    
    top: 3px;
    z-index: 1;
}

/*** 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 style1 ***/
.ttm-staticbox-style1 .ttm-box-title h4 {
    font-size: 34px;
    line-height: 44px;	
    position: relative;
	margin-bottom: 0; 
}
.ttm-staticbox-style1 .ttm-stepbox.active .ttm-box-title h4 { 
	padding-bottom: 20px;
}
.ttm-staticbox-style1 .ttm-stepbox.active .ttm-box-title h4:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 92%;
    background-color: var(--ttm-bordercolor);
    left: 0;
    bottom: 0;
}
.ttm-staticbox-style1 .ttm-stepbox {
    width: 100%;
	padding-right: 75px;
	position: relative;
	padding-left: 37px;
}
body {
	counter-reset: stepbox;
}
.ttm-staticbox-style1 .ttm-stepbox:after {
    counter-increment: stepbox;
    content: counter(stepbox, upper-alpha);
    position: absolute;
    top: 25px;
    left: 15px;
    font-size: 24px;
    font-weight: 500;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--ttm-skincolor);
    border-radius: 50px;
    text-align: center;
    color: #fff;
	font-family: var(--special-element-fontfamily);
}
.ttm-staticbox-style1 .ttm-stepbox-content {
    padding: 30px 60px 30px;
    background-color: var(--ttm-greycolor);
    border-radius: 10px;
    margin-bottom: 50px;
	position: relative;
}
.ttm-staticbox-style1 .ttm-stepbox:last-child .ttm-stepbox-content {
    margin-bottom: 0;
}
.ttm-staticbox-style1 .ttm-stepbox-content:after {
    position: absolute;
    content: '';
    right: -60px;
    top: 50px;
    width: 60px;
    height: 1px;
    background-color: var(--ttm-bordercolor);
}
.ttm-staticbox-style1 .industriz-static-box-desc {
    display: none;
    position: absolute;
	padding-top: 17px;
}
.ttm-staticbox-style1 .ttm-stepbox.active .industriz-static-box-desc {
    display: block;
    position: relative;
}
.ttm-staticbox-style1 .ttm-stepbox-contentbox {
	cursor: pointer;
}

@media(max-width:1200px) {
	.ttm-staticbox-style1 .ttm-stepbox-content {
		padding: 20px 30px 20px;   
	}
	.ttm-staticbox-style1 .ttm-stepbox:after {
		font-size: 16px;
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	.industriz-teambox-style1 .featured-image-bg {
		width: 100%;    
	}
	.ttm-staticbox-style1 .ttm-box-title h4 {
		font-size: 24px;
		line-height: 34px;    
	}
}

@media(max-width: 1024px) {
	.ttm-staticbox-style1 .ttm-stepbox-content:after {
		display: none;		
	}
	.ttm-staticbox-style1 .ttm-stepbox {
		padding-right: 15px;
	}
	.ttm-staticbox-style1 .ttm-stepbox-content {
		margin-bottom: 30px;
	}
}

@media(max-width: 767px) {
	.ttm-staticbox-default .ttm-stepbox {
		width: 100%;
		padding: 0; 
	}
	.ttm-staticbox-default .ttm-stepbox:nth-child(2) li {
		padding: 0 0 9px 0;    
	}
	.ttm-staticbox-default .ttm-box-title h4 {
		font-size: 24px;
		line-height: 34px;
	}
	.ttm-staticbox-default {
		height: auto;		
		display: block;
	}
	.ttm-staticbox-default .ttm-stepbox-content {
		padding: 30px;
		margin-bottom: 30px; 
	}
}

@media(max-width: 480px) {
	.ttm-staticbox-default .ttm-stepbox-content {
		padding: 15px;  
		text-align: center;
	}
	.ttm-staticbox-default .industriz-static-box-subtitle {   
		margin: auto;
	}
	.ttm-staticbox-default .ttm-stepbox:nth-child(2) .ttm-stepbox-content,
	.ttm-staticbox-default .ttm-stepbox:nth-child(2) li {   
		text-align: left;
	}
}

@media(min-width: 768px) {
	.ttm-staticbox-default .ttm-stepbox:nth-child(2) .ttm-stepbox-content {
		padding: 55px 60px 65px;
	}
}


@media only screen and (min-width:1025px) and (max-width:1199px) {	
	.ttm-staticbox-style1 .ttm-stepbox-content.active .ttm-box-title h4 {
		padding-bottom: 10px;
	}
	.industriz-stepboxes-wrapper.ttm-staticbox-default {
		text-align: left;
		height: 432px !IMPORTANT;
	}
	.ttm-staticbox-default {
		
	}
}