.prt-staticbox-style1 .prt-stepbox-content {     
    transition: all 0.5s ease;
	padding: 0px;    
}
.prt-staticbox-style1 .prt-stepbox.col-md-3 {
    width: 100%;
    position: static;
}
.prt-staticbox-style1 .prt-stepbox.col-md-4 {
    width: 100%;
	margin-bottom: 30px;
}
.prt-staticbox-style1 .prt-box-title h4 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 0;
    color: #fff;
}
.prt-staticbox-style1 .prt-box-icon img {
    border-radius: 20px;
}
.prt-staticbox-style1 .prt-box-title {
    padding-bottom: 18px;
}
.prt-staticbox-style1 .prt-box-content1 {
    display: inline-block;
    width: 48%;
    padding-top: 23px;
    float: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	position: relative;
}
.prt-staticbox-style1 a.prt-staticbox-more-link.prt-more-button:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 10px;
    display: block;
    background-color: #fff;
    -webkit-mask: url(../images/arrow-circle.svg) no-repeat 100% 100%;
    top: 58px;
    right: 14px;
    z-index: 11;
}
.prt-staticbox-style1 a.prt-staticbox-more-link.prt-more-button:hover:after {
	background-color: var(--prt-skincolor);
}
.prt-staticbox-style1 a.prt-staticbox-more-link.prt-more-button:before {
    position: absolute;
    content: '';
    width: 52px;
    height: 52px;
    border: 1px solid #fff;
    right: 0;
    top: 36px;
    line-height: 52px;
    border-radius: 50%;
	transition: all 0.3s ease 0s;
}
.prt-staticbox-style1 a.prt-staticbox-more-link.prt-more-button:hover:before {
	background-color: #fff;
}
.prt-staticbox-style1 .prt-box-content {
    text-align: left;
}
.prt-staticbox-style1 .prt-box-icon {
    position: static;
}
.prt-staticbox-style1 .prt-stepbox-imagebox {
    max-width: 100%;
    position: absolute;    
    width: auto;
    right: auto;
    left: 0;
    bottom: -26px;
    margin: auto;
    visibility: visible;
	clip-path: polygon(50% 0,50% 0,50% 100%,50% 100%);
    transition: all .9s ease,transform .9s ease;
    border-radius: 25px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.prt-staticbox-style1 .active .prt-stepbox-imagebox {
    visibility: visible;
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    z-index: 1;
	transition: .5s all;
    opacity: 1;
}
.prt-ptable-icon-wrapper.prt-ptable-icon-type-text {
    color: #fff;
    font-size: 26px;
	line-height: 36px;
    font-family: var(--special-element-fontfamily);
}
.prt-staticbox-style1 .preyantechnosys-static-box-desc {
    color: var(--prt-greycolor);
    padding-top: 0px;
	position: relative;
}
.prt-staticbox-style1 a.prt-staticbox-more-link.prt-more-button {
    font-size: 0;
    position: absolute;
	right: 0;
    top: 0;
}
.prt-staticbox-style1 .prt-box-title a.prt-title {
    color: #fff;
}
.preyantechnosys-stepboxes-wrapper.prt-staticbox-style1 {
    padding-top: 30px;
}

@media only screen and (min-width:1025px) and (max-width:1654px) { 
	.prt-staticbox-style1 .prt-stepbox-imagebox {
		width: 49%;
		bottom: 22px;    
	}
	.prt-staticbox-style1 .prt-box-content1 {
		width: 49%;
		padding-top: 15px;
	}
	.prt-staticbox-style1 .prt-box-title {
		padding-bottom: 14px;
	}
	.prt-staticbox-style1 .prt-box-title h4 {
		font-size: 32px;
		line-height: 42px;
	}
}


@media (max-width: 1024px){ 
	.prt-staticbox-style1 .prt-box-icon {		
		padding-top: 30px;
	}
	.prt-staticbox-style1 .prt-stepbox:first-child .prt-box-icon {
		padding-top: 0;
	}
	.prt-staticbox-style1 .prt-box-title h4 {
		font-size: 38px;
		line-height: 48px;
	}
	.prt-staticbox-style1 .prt-box-content1 {
		display: block;
		width: 100%;
		padding-top: 23px;
		float: left;    
	}
	.prt-staticbox-style1 .prt-stepbox-imagebox {
		bottom: 0;
		clip-path: unset;
		position: relative;
	}
}

@media (max-width: 991px){ 
	.prt-staticbox-style1 .prt-box-content1 {
		margin-bottom: 30px;
	}
	.prt-staticbox-style1 .prt-stepbox:last-child .prt-box-content1 {
		margin-bottom: 0px;
	}
}

@media (max-width: 590px){ 
	.prt-staticbox-style1 a.prt-staticbox-more-link.prt-more-button:after,
	.prt-staticbox-style1 a.prt-staticbox-more-link.prt-more-button:before {
		display: none;
	}
}

@media only screen and (min-width:1340px) and (max-width:1450px) { 
	.prt-staticbox-style1 .prt-stepbox-imagebox {
		width: 49%;
		bottom: -40px;
	}
}