/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 20 2024 | 00:34:07 */
.entry-content .flow h2{
	text-align: left;
}
.entry-content .flow h2::after{
	content: none;	
}
.flow .step{
	padding: 30px 40px 30px 80px;
    border-left: 5px solid #dfe2e8;
	background-color: #f0f5f5;
	position: relative;
	display: flex;
	align-items: center;
}
body .bg_color_sub2 {
	background: #f0f5f5!important;
}
.flow .steps-wrapper{
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.flow .step>span{
	position: absolute;
    top: 77px;
    transform: translateY(-50%);
    left: -47px;
    border-radius: 50%;
    background-color: #1e5195;
    color: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
}
.flow .step>span>span{
    line-height: 1.2em;
}
.flow .step>span>span:nth-of-type(2){
	font-size: 2em;
}
.flow .step:not(:last-of-type)::before,
.flow .step:not(:last-of-type)::after{
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background-color: #dfe2e8;
}
.flow .step:not(:last-of-type)::before{
    transform: rotate(45deg);
    bottom: 6px;
    left: -20px;
}
.flow .step:not(:last-of-type)::after{
    transform: rotate(-45deg);
    bottom: 6px;
    left: -5px;
}
.flow .step:last-of-type::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #dfe2e8;
    bottom: -5px;
    left: -9px;
}
.flow .step .img-wrapper{
    transform: translateX(70px);
	max-height: 80%;
    min-width: 300px;
}
.flow .step img{
    max-height: 350px;
    object-fit: cover;
}

/*------------------------------------
max-width: 767px
-------------------------------------*/
@media (max-width: 767px){
	.flow .step {
		flex-direction: column;
	}
}
/*------------------------------------
max-width: 544px
-------------------------------------*/
@media (max-width: 544px){
.flow .step .img-wrapper {
    transform: unset;
    max-height: 80%;
    min-width: unset;
}
	.point h2{
		font-size: 16px;		
	}
.flow .step>span {
    top: 11px;
	left: -20px;
    width: 60px;
    height: 60px;
}
.flow .step>span>span:nth-of-type(1) {
    font-size: 14px;
}	
.flow .step>span>span:nth-of-type(2) {
    font-size: 21px;
}
.flow .step {
    padding: 30px 25px 30px 35px;
}	