.overlap{
	margin-top: -140px;
}
.box-shadow-2{
	box-shadow: 17px 16px 30px 15px rgb(0 0 0 / 6%);
}
.bg-light-gray-2{
	background-color: #ededed;
}

.in-process:before {
    content: '';
    position: absolute;
    left: -1px;
    width: 2px;
    height: calc(100% - 64px);
    background: #1a6c9d;
}
.in-process-inner::before {
    content: "";
    background-color: #1a6c9d;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    transform: translate(-50%);
    position: absolute;
}

.process-list::before {
    content: "";
    background-color: #1a6c9d;
    height: 2px;
    width: 70px;
    transform: translate(-50%, 0%);
    top: 50%;
    position: absolute;
    left: 0%;
    z-index: 1;
}
.process-list:last-child > div{
    margin-bottom: 0 !important;
}
.counter-reset{
	counter-reset: process;
}
.process-list .list-counter:before {
    counter-increment: process;
    content: counter(process);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    color: #fff;
    margin-top: 2px;
}
.help-points .section-heading img{
    margin-top: -80px;
}
.border-theme-blue{
    border-color: #3ea7e5 !important;
}
.we-can-help-img img{
     transform: translate(-60%, 0%);
     left: 50%;
     max-width: 350px;
}
.we-can-help-img img:nth-child(2){
    transform: translate(-50%, -40%);
}

@media (min-width: 1025px){
    .position-lg-absolute{
        position: absolute !important;
    }
}

@media (max-width: 1024px){
    .we-can-help-img img{
        transform: translate(50%, 0%);
        left: unset;
    }
    .we-can-help-img img:nth-child(2) {
    transform: translate(-40%, -40%);
}
}
@media (max-width: 767px){
	.overlap {
		margin-top: -80px;
	}
    .we-can-help-img img{
        transform: translate(0%, 0%);
        width:100%;
    }
.we-can-help-img img:nth-child(2) {
    transform: unset;
    left: 0%;
    bottom: 4% !important;
}
    .w-sm-100{
	width:100%;
}
}