#maincontainer button {
	font-family: "Fredoka One", sans-serif;
}

.container.container-step {
	max-width: 1200px;
}

#customermyturheader_section {
	display: none;
}

.step .col-md-6.order-1.order-lg-2 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.bg-sm-white {
	background-color: #ffffff;
}
.stepIndicator-sm{
	opacity: .4;
	height: 0.3rem;
	width: 1.7rem;
}
.stepIndicator-sm-100{
	opacity: 1;
	height: 0.4rem;
	width: 1.9rem;
    margin-bottom: -1px;
}


@media (min-width: 768px) {
	#customermyturheader_section {
		display: block;
	}
	.step .col-md-6.order-1.order-lg-2 {
		background-color: transparent;
		padding-top: 0;
		padding-bottom: 0;
	}
	.bg-sm-white {
		background-color: transparent;
	}
}
