/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2023 | 05:26:32 */
.process-box {
    /*border:1px solid red;*/
    display:flex;
    column-gap:40px;
    align-items: center;
}

.process-image-box{
    flex:1;
}
.process-image-box > div {
    border:20px solid #000;
    border-radius: 16px;
	height:auto;
    display: flex;
}

.process-image-box img {
    background-size: cover;
	height:100%;
}

.process-timeline-box {
    width: 33%;
    position: relative;
}

.process-timeline-line{
	width: 1px;
    background-color: #ccc;
    position: absolute;
    top: 2px;
    left: 30px;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    /* display: none; */
    bottom: 40px;
}

.process-timeline-progress-line{
   width: 100%;
	display:none;
   height: 5%;
   background: #28adbe;
   z-index:10;
}

.process-steps{
    display: flex;
    flex-direction: column;
}

.process-step-wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.process-step-wrapper:not(:last-child){
    margin-bottom: 100px;
}

.process-left-icon {
    width:60px;
    height:60px;
    border:1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito Sans",Sans-Serif;
    position: relative;
	background:#0b072d;
}

.process-left-icon.active {
    background:linear-gradient(90deg, #4d569b, #28adbe);
}

/* .process-step-wrapper:not(:last-child):after {
    content:'';
    position: absolute;
    height:100px;
    border-left:1px dashed #fff;
    margin: 0;
    top:100%;
    left: 30px;
} */

.process-box-content {
    flex:1;
    padding-left: 32px;
}

.process-box-content h5,
.process-box-content p {
    font-family: "Nunito Sans",Sans-Serif;
    color:#fff;
}

.process-box-content h5 {
    font-size: 24px;
    margin-bottom: 4px
}
.process-box-content p{
    margin-bottom: 0;
}

/* SPANISH */
.es-timeline-box {
	 position: relative;
	flex-basis:38%;
}

.es-step-box:not(:last-child){
    margin-bottom: 80px;
}

@media (min-width: 1201px) and (max-width: 1301px) {
	.process-step-wrapper:not(:last-child) {
    	margin-bottom: 80px;
	}
}

@media (min-width: 1051px) and (max-width:1200px){
	.process-step-wrapper:not(:last-child) {
    	margin-bottom: 40px;
	}
	.process-left-icon {
    	width: 50px;
		height: 50px;
		font-size:22px;
	}
	.process-box-content {
    	padding-left: 26px
	}
	.process-box-content h5 {
    	font-size: 22px;
	}
	.process-box-content p {
    	font-size: 16px;
	}
	
	.process-timeline-line {
		left:25px
	}
}	

@media (max-width:1050px) {
	.process-box {
		display: flex;
		flex-direction: column;
		column-gap:0px;
		row-gap: 40px;
		align-items: center;
	}
	
	.process-image-box{
    	order:2;
	}
	
	.process-timeline-box {
    	width: 100%;
    	position: relative;
	}
	
	.process-steps {
		display: flex;
		flex-direction:row;
		flex-wrap: wrap;
		row-gap:40px;
	}
	
	.process-step-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-basis: 50%;
	}
	
	.process-left-icon  {
		width:50px;
		height:50px;
		font-size:22px;
		margin-bottom:20px;
	}
	
	.process-box-content {
		padding-left:0;
		text-align:center;
	}
	
	.process-timeline-line {
		display:none
	}
	
	.process-step-wrapper:not(:last-child) {
    	margin-bottom: 0px;
	}
	
	.process-step-wrapper:nth-child(2n):before,
	.process-step-wrapper:nth-child(2n-1):after{
		content:"";
		position:absolute;
		width:44%;
		height:1px;
		background:#ccc;
		top:25px;
		z-index:0
	}
	
	.process-step-wrapper:before {
		left:0;
	}
	
	.process-step-wrapper:after {
		right:0;
	}
	
	.process-box-content h5 {
    	font-size: 22px;
	}
	
	.process-box-content p {
    	font-size: 16px;
	}
}

@media (max-width: 768px){
	.process-step-wrapper:nth-child(2n):before,
	.process-step-wrapper:nth-child(2n-1):after{
		width:42%;
	}
	
	.process-box-content h5 {
    	font-size: 20px;
	}
}


/* @media (max-width: 576px){
	.process-step-wrapper:nth-child(2n):before,
	.process-step-wrapper:nth-child(2n-1):after{
		width:40%;
	}
}  */

@media (max-width: 576px){
	.process-step-wrapper:nth-child(2n):before,
	.process-step-wrapper:nth-child(2n-1):after{
/* 		width:36%; */
		display:none;
	}
	
	.process-step-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-basis: 100%;
	}
	
.process-image-box > div {
    border:1px solid #ccc;
    border-radius: 16px;
	height:auto;
    display: flex;
}
	
	.process-image-box img {
		border-radius:16px;
	}
	
}