.bg-gray{
	background: #f7f8f8;
}
.bg-p2{
	padding: 2em;
}
.visa-process [class*=col] {
    padding-left: 0;
    padding-right: 0;
}
.visa-process .process__inner{
	padding-left: 2em;
    min-height: 130px;
}
.u-mb2{
	margin-bottom: 2em;
}
.process__inner h4{
	margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
}
.f-bold{
	font-weight: bold;
}
.visa-process img{
	margin-right: 0px;
	padding: 0px;
}
.process__number{
	right: -30px;
    top: 60px;
    width: 75px;
    height: 75px;
    text-align: center;
    z-index: 2;
}
.u-absolute{
	position: absolute;
}
.c-bg-gold {
    background: #88c540;
}
.process__number span {
    font-size: 50px;
}
.c-white {
    color: #fff;
}
.visa-process .process-image{
	position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.process-image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}
@media (max-width: 767px) {
    .process__number{
    	right: 0
    }
}