@media (min-width: 768px) {
	body {
		background: #FFF;
	}
	.input.radio label.next {
		margin: 8px;
	}
	.input.checkbox label.next {
		margin: 8px;
	}
	label.next, .btn-box, .btn-submit, .input.checkbox label {
		height: 62px;
		line-height: 1.2;
		border-radius: 31px;
	}
	input[type=tel], input[type=text], input[type=email] {
		width: 310px !important;
		height: 62px;
		line-height: 1.2;
		border-radius: 31px;
	}
	select {
		width: 310px !important;
		height: 62px;
		line-height: 1.2;
		border-radius: 6px;
		box-sizing: border-box;
	}
	.input.radio label.next {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #1c3866;
		margin: 6px;
		cursor: pointer;
		background-color: #fff;
		transition: all .1s ease;
		padding: 0 15px;
	}
	.input.checkbox label.next {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #1c3866;
		margin: 6px;
		cursor: pointer;
		background-color: #fff;
		transition: all .1s ease;
		padding: 0 15px;
	}
	#cybrient-wizard article.appear {
		opacity: 1;
		transform: translateX(0);
		transition: all .4s ease;
	}
	header {
		max-width: 1080px;
		width: 100%;
		margin: 0 auto;
		padding-top: 20px;
		padding-bottom: 20px;
		background: #1c3866 !important;	
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#app-container {
		margin: 61px 0 0;
	}
	#app-container #cybrient-wizard {
		min-height: calc(100vh - 83px - 19px - 38px - 67px);
	}
	#app-container #cybrient-wizard {
		min-height: calc(100vh - 185px);
	}	
	#cybrient-wizard {
		border-radius: 20px 20px 80px 20px;
	}	
	header {
		margin-top:15px;
		padding: 15px 0 15px;
	}	
	h2, .h2 {
		font-size: 30px;
		line-height: 36px;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	form {
		margin-top: 30px !important;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.continue {
		width: 310px;
		height: 62px;
		text-shadow: none !important;
		color: #FFF;
		background-color: #1c3866; 
		border-color: #1c3866;
	}
	#user_country {
		width: 310px !important;
		height: 58px;
		border-radius: 6px;
		box-sizing: border-box;
		border: 1px solid #dbdbdb !important;
	}
	.back {
		margin-right: 40px;
	}
	header {
		padding: 15px 0 15px;
		display: flex;
		justify-content: center;
	}
}
.input.radio input {
    position: absolute;
    left: -10000px;
} 
.input.radio label.next:hover, .input.radio label.next:focus-within, .input.radio label.next:active, .input.radio label.next:focus {
    background-color: #1c3866;
    color: #fff;
}
.input.checkbox input {
    position: absolute;
    left: -10000px;
}
.input.checkbox label.next:hover, .input.checkbox label.next:focus-within, .input.checkbox label.next:active, .input.checkbox label.next:focus {
    background-color: #1c3866;
    color: #fff;
}
.selected {
    background-color: #1c3866 !important;
    color: #fff !important;
}
#app-container #cybrient-wizard {
    min-height: calc(100vh - 85px);
}
#app-container #cybrient-wizard {
    min-height: calc(100vh - 75px);
}
#body-container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    background-color: #f0f4fc;
    border-radius: 0px 0px 15px 15px;
    display: flex;
    justify-content: center;
    min-height: calc(100vh - 97px);
    box-sizing: border-box;
}
h2 {
    color: #262626;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
}
@media (min-width: 600px) {
	#cybrient-wizard article .wrapper {
		min-height: 300px;
	}
}
#cybrient-wizard article .wrapper {
    display: flex;
    flex-direction: column;
    min-height: unset;
}
#cybrient-wizard article {
    display: none;
    opacity: 0;
    transform: translateX(50%);
    width: 100%;
}
#cybrient-wizard article {
    position: relative;
    padding-bottom: 69px;
}
@media (min-width: 768px) {
	#app-container {
		margin: 61px 0 0;
	}
}
#app-container {
    margin: 9px 9px 0;
    display: flex;
}
@media (min-width: 768px) {
	article header {
		padding: 15px 0 35px;
	}
}
article header {
    padding: 15px 0 30px;
    display: flex;
    justify-content: center;
}
@media (min-width: 600px) {
	#cybrient-wizard article .wrapper {
		min-height: 300px;
	}
}
#cybrient-wizard article .wrapper {
    display: flex;
    flex-direction: column;
    min-height: unset;
}
@media (min-width: 768px) {
	label.next, input[type=tel], input[type=text], input[type=email], .btn-box, .btn-submit, .input.checkbox label {
		width: 310px;
		height: 62px;
		line-height: 1.2;
		border-radius: 6px;
		box-sizing: border-box;
	}
	select {
		width: 310px;
		height: 62px;
		line-height: 1.2;
		border-radius: 6px;
		box-sizing: border-box;
	}
}
label.next, .input.checkbox label span {
    text-align: center;
    font-size: larger;
    color: #262626;
}
.progress {
	height: 50px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 60px 0 0;
	background: none !important;
    margin-bottom: 30px;
}
.time-bar {
    width: 219px;
    height: 2px;
    background-color: #d3d3d8;
    border-radius: 1px;
    position: relative;
    margin: 0 auto;
}
.time-bar-count {
    margin: 14px auto 0;
    text-align: center;
}
.time-bar-increment {
    height: 4px;
    background-color: #00a37d;
    border-radius: 2px;
    position: absolute;
    top: -2px;
    left: 0;
}
.time-bar-count span {
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    text-align: center;
}
.input-content {
    background-color: #f9f9f9 !important;
	border: 1px solid #dbdbdb !important;
    border-radius: 6px !important;
    color: #343a40 !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    height: 60px !important;
    outline: none !important;
    border: 0 !important;
    margin-bottom: 15px !important;
	display: block;
    width: 100% !important;
	padding: 0.375rem 0.75rem;
    background-clip: padding-box;
    line-height: 1.5;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.add-border {
	border: 1px solid #dbdbdb !important;
}

input[type=checkbox] {
    outline: 0.1em solid #000;
    outline-offset: 0;
}




@media (max-width: 767px) {
	#app-container #cybrient-wizard {
		min-height: calc(100vh - 110px);
	}
	#app-container {
		margin-top: 41px;
	}
}
@media (max-width: 580px) {
	body {
		background: #f0f4fc !important;
	}
	#body-container {	
		border-radius: 0px !important;
	}
	header {
		padding-top: 20px;
		padding-bottom: 20px;
		background: #1c3866 !important;	
	}
	#app-container {
		margin: 0px;
		width: 100%;
	}
	#app-container #cybrient-wizard {
		width: 100%;
	}
	article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}	
	form {
		margin-top: 30px !important;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin: 0 auto;
		max-width: 100%;
		width: 100%;
		align-items: center;
		justify-content: center;
	}
	.continue {
		text-shadow: none !important;
		color: #FFF;
		background-color: #1c3866; 
		border-color: #1c3866;
		width: 310px;
		height: 62px;
	}
	h2, .h2 {
		font-size: 28px !important;
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
	.form-control {
		width: 100% !important;
	}
	.input.radio, .input.checkbox, .input.text, input[type="submit"], .input.text .text-input, .input-container {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.input.radio label.next {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #1c3866;
		margin: 6px;
		cursor: pointer;
		background-color: #fff;
		transition: all .1s ease;
		padding: 0 15px;
	}
	.input.checkbox label.next {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #1c3866;
		margin: 6px;
		cursor: pointer;
		background-color: #fff;
		transition: all .1s ease;
		padding: 0 15px;
	}
	label.next, input[type=tel], input[type=text], input[type=email], .btn-box, .btn-submit, .input.checkbox label {
		width: 310px !important;
		height: 58px;
		border-radius: 6px;
		box-sizing: border-box;
	}
	#user_country {
		width: 310px !important;
		height: 58px;
		border-radius: 6px;
		box-sizing: border-box;
	}
	.wrapper {
		margin-left: 15px;
		margin-right: 15px;
	}
	.back {
		margin-right: 20px;
	}
	header {
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
		justify-content: center;
	}
}
#cybrient-wizard {
	display: none;
}
@media screen and (min-width: 769px) {
	.continue {
		max-width: 310px !important;
	}
}
a:hover {
    text-decoration: none !important;
}
body {
    font-family: 'Roboto',sans-serif;
}
h1, h2, h3, h4, h5, h6, .footer {
    font-family: 'Roboto',sans-serif;
}