.header-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 20px 0;
}
.header-bar.fixed-top {
	background-color: #000;
}
.header-bar .container {
	display: flex;
	justify-content: space-between;
}
.header-bar .logo,
.header-bar .signup-button {
	display: inline-block;
}
.header-bar .signup-button .btn-register {
	box-shadow: none;
	padding: 12px 30px;
}
.header-bar .logo img {
	height: 40px;
}

.header {
	padding-top: 80px;
}
.header .container {
	position: absolute;
	width: 100%;
	top: 80px;
	height: calc(100% - 80px);
	min-height: initial;
}
.header .content {
	position: absolute;
	width: calc(100% - 30px);
	top: 0;
	padding: 30px 0 0;
}
.header .content h1 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}
.header .content h2 {
	font-weight: 300;
}
.header .header-bottom {
	position: absolute;
	bottom: 0;
	width: calc(100% - 30px);
}
.header .signup-button {
	margin: 0 auto;
}
.header .signup-button .btn {
	box-shadow: none;
}
.header .sub-line {
	line-height: 1.3;
}
.header .background.mobile {
	top: 80px;
	height: calc(100% - 80px);
}

.step-bar .container ul li .order {
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 16px;
}
.step-bar .container ul li .text {
	font-size: 16px;
}
.step-bar.images {
	padding: 40px 15px;
}

.landing-footer {
	padding: 20px 0 50px;
}

@media (min-width: 576px) {
	.header .container {
		display: block;
		justify-content: initial;
		position: relative;
		top: initial;
	}
	.header .content {
		position: relative;
		padding: 0;
		display: block;
		flex-direction: initial;
		width: 55%;
		padding-top: 20px;
	}
	.header .header-bottom {
		position: relative;
		width: 55%;
		bottom: initial;
	}
	.header .signup-button {
		margin: 0;
		padding: 0;
	}
	.header .signup-button .btn {
		padding: 15px 80px;
	}
	.header .sub-line {
		padding: 20px 0;
	}
}

@media screen and (min-width: 768px) {
	.step-bar.images .container ul li {
		padding-left: initial;
		text-align: center;
	}
	.step-bar.images .container ul li::after,
	.step-bar.images .container ul li:before {
		content: unset;
		display: none;
	}
}

@media (min-width: 900px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		width: 100%;
	}
}
