.progressBarContainer {
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 90px;
}
.progressBarContainer .progress-bar-list {
    display: inline-block;
    width: 20%;
    position: relative;
    padding-bottom: 52px;
    text-align: center;
    cursor: pointer;
}
.progressBarContainer .progress-bar-list:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 2px solid hsl(228deg 85% 45% / 20%);
    border-radius: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
	transition: all .3s linear;
}
.progressBarContainer .progress-bar-list:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: hsl(228deg 85% 45% / 20%);
    border-radius: 50%;
    bottom: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.progressBarContainer .progress-bar-list h3 {
    color: hsl(228deg 85% 45% / 20%);
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
}
.progressBarContainer .progress-bar-list span.progressBar {
    width: 100%;
    height: 3px;
    background-color: hsl(228deg 85% 45% / 20%);
    display: block;
    position: absolute;
    bottom: 11px;
	left: 50%;
}
.progressBarContainer .progress-bar-list:last-child span.progressBar {
    display: none;
}
/*.progressBarContainer .progress-bar-list:first-child span.progressBar {
    right: 0;
}
.progressBarContainer .progress-bar-list:first-child span.progressBar, .progressBarContainer .progress-bar-list:last-child span.progressBar {
    width: 50%;
}*/
.home-how-works-wrapper .home-how-works {
    text-align: center;
}
.progressBarContainer .progress-bar-list.active h3, .progressBarContainer .progress-bar-list.activated h3 {
    color: #1138D7;
}
.progressBarContainer .progress-bar-list.active:before, .progressBarContainer .progress-bar-list.activated:before {
    background-color: #1138D7;
    border-color: #1138D7;
}
.progressBarContainer .progress-bar-list.active:after, .progressBarContainer .progress-bar-list.activated:after {
    background-color: #fff;
}
.progressBarContainer .progress-bar-list.activated span.progressBar {
    background-color: #1138D7;
}
.progressBarContainer .progress-bar-list span.progressBar .inProgress {
    position: absolute;
    height: 100%;
    background-color: #1138D7;
    left: 0;
    top: 0;
}
.home-how-works .col-sm-4 {
    padding-left: 50px;
}
.home-how-works-btn.text-center.max-width-240 a {
    max-width: 220px;
}
.home-how-works-wrapper ul.slick-dots {
    display: none !important;
}
.home-how-works-btn.max-width-200 a {
	max-width: 200px;
}
.home-how-works-wrapper .home-how-works .home-how-works-content {
    max-width: 850px;
    margin: 0 auto;
}
.slick-prev, .slick-next {
    text-indent: -99999px;
    border: 0 !important;
    background: none !important;
}
.home-how-works-wrapper .home-how-works .home-how-works-content p {
    margin-bottom: 0;
}
.slick-prev:before, .slick-next:before {
    content: "";
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
}
.slick-prev:before {
    transform: rotate(45deg);
}
.slick-next:before {
    transform: rotate(226deg);
}
.home-how-works-wrapper .home-how-works .home-how-works-content h3 { color: #000; }
@media screen and (max-width: 800px) {
	.home-how-works {
		text-align: center;
	}
	.home-how-works p br {
		display: none;
	}
	.home-first-fold-image {
		max-width: 400px;
		margin: 30px auto 0;
	}
	.home-how-works .col-sm-8 {
		width: 100%;
	}
	.progressBarContainer .progress-bar-list h3 {
		font-size: 20px !important;
	}
	.home-how-works .col-sm-4 {
		padding-left: 15px;
	}
	.home-how-works-wrapper button.slick-prev.slick-arrow, .home-how-works-wrapper button.slick-next.slick-arrow {
		display: none !important;
	}
	.progressBarContainer .progress-bar-list .progress-bar-img img {
        max-height: 50px;
    }
}
@media screen and (max-width: 640px) {
	.progressBarContainer .progress-bar-list h3 {
		font-size: 15px !important;
	}
	.progressBarContainer .progress-bar-list .progress-bar-img img {
        max-height: 40px;
    }
}
@media screen and (max-width: 480px) {
	.progressBarContainer .progress-bar-list h3 {
		font-size: 10px !important;
		bottom: -23px;
	}
	.progressBarContainer .progress-bar-list {
		padding-bottom: 40px;
	}
	.progressBarContainer {
		margin-bottom: 50px;
	}
	.progressBarContainer .progress-bar-list .progress-bar-img img {
        max-height: 30px;
    }
}