label[for=specialization] {
	display: block;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 4px;
}

.btn-nav {
	width: 100%;
	text-align: center;
}
.prev {
	color: #0e9594;
	border: 1px solid #0e9594;
	background-color: #ffffff;
}
.prev:hover {
	background-color: #E7F8F7;
	color: #0e9594;
	border: 1px solid #0A918A;
}
.disabled, .disabled:hover {
	border: 1px solid #BEC6D3;
	color: #BEC6D3;
	background: #fff;
	cursor: default;
}

.d-none {
	display: none;
}

.form-navigation {
	display: flex;
	padding-top: 32px;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	border-top: 1px solid #BEC6D3;
}

.form-step {
	padding: 64px 0;
}
.form-step .container {
	display: flex;
	padding: 32px 0;
	align-items: flex-start;
	align-content: flex-start;
	gap: 32px;
	flex-flow: column wrap;
}
.form-step .container.col-2 {
	gap: 64px !important;
}

.input-hidden {
	position: absolute;
	left: -9999px;
}

input[type=radio] + label {
	display: flex;
	width: 100%;
	align-items: flex-start;
	gap: 32px;
	cursor: pointer;
}
input[type=radio] + label p {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

input[type=radio] + label > .icon {
	display: none;
}

input[type=radio] + label > .icon .consultant {
	opacity: 0.7;
	border-radius: 88px;
	width: 176px;
	height: 176px;
}
input[type=radio]:checked + label {
	background: #E7F8F7;
	border: 1px solid #0e9594;
	border-radius: 16px;
	padding: 16px;
}
input[type=radio]:hover + label > .icon .consultant {
	opacity: 1;
}
input[type=radio]:checked + label > .icon .consultant {
	border: 4px solid #0A918A;
	opacity: 1;
}

.schedule {
	width: 224px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
}
.schedule h4 {
	width: 224px;
	padding: 8px 32px;
	border-radius: 8px;
	background: #5D7192;
	color: #ffffff;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
}
.schedule label,
label.id {
	display: flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 4px;
	width: 100%;
	gap: 8px;	
}
.schedule label:hover {
	background: #E7F8F7;
}

div.main {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	width: 100%;
}

div.sidebar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	background: #E7F8F7;
	padding: 32px;
	width: 100%;
}

/* Style the buttons that are used to open and close the accordion panel */
.checkout {
	width: 100%;
}

.checkout .accordion {
  cursor: pointer;
  padding: 8px 16px;
  margin-bottom: 0;
  text-align: left;
  border: none;
  border-bottom: 1px solid #BEC6D3;
  outline: none;
  transition: 0.4s;
}

.active, .accordion:hover {
  background: #E7F8F7;
}


.checkout .panel {
  padding:0 16px;
  margin: 16px 0 32px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.panel ul {
	list-style: none;
	display: flex;
	flex-flow: column wrap;
	align-items: flex-start;
	gap: 32px;
	padding: 0 0 32px;
}
.panel li  {
	padding: 0;
	margin: 0;
	width: 320px;
}
.panel input
.panel li.terms {
	width: 320px;
}

.panel .btn.secondary {
	width: 320px !important;
	margin-bottom: 32px;
}

.panel li.terms label {
	font-size: 16px;
	font-weight: 400;
	display: flex;
	flex-flow: row nowrap;
	gap: 16px;
}
.panel .idfile {
	margin: 16px 32px;
    display: flex;
    flex-flow: column;
    gap: 16px;
}
.summary {
	background: #fff;
	border: 1px solid #0CB5AC;
	border-radius: 16px;
	padding: 32px;
	text-align: left;
	width: 100%;
}
#step-6 .summary,
.success .summary {
	background:#E7F8F7;
}

.summary th {
	font-weight: 700;
	min-height: 24px;
	padding: 8px 16px 8px 0;
	border: none;
}
.summary td {
	border: none;
	padding: 8px 0;
}
.summary tr.total {
	border-top: 1px solid #0CB5AC !important;
}
.summary tr.total td {
	font-size: 24px;
	font-weight: 700;
	color: #5D7192;
}

ul.form-steps {
	counter-reset: section;
	margin: 64px 0;
	padding: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
	width: 92vw;
}
ul.form-steps .form-step-circle {
	position: relative;
}
ul.form-steps .form-step-circle span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

ul.form-steps > li:not(:last-of-type) {
	margin-bottom: 0.625rem;
	-webkit-transition: margin-bottom 0.4s;
	-o-transition: margin-bottom 0.4s;
	transition: margin-bottom 0.4s;
}
ul.form-steps li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 700;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;

}
ul.form-steps li:not(:last-child):after {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 4px;
	content: "";
	top: 32%;
}
ul.form-steps li:after {
	background-color: #EFF1F4;
}
ul.form-steps li.form-step-active:after,
ul.form-steps li.form-step-completed:after {
	background-color: #0CB5AC;
}
ul.form-steps li:last-child {
	flex: unset;
}
ul.form-steps li a .form-step-circle {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 0;
	line-height: 1.7rem;
	text-align: center;
	background: #EFF1F4;
	border-radius: 50%;
}
.form-steps .form-step-active .form-step-circle {
	background-color: #0CB5AC !important;
	color: #fff;
}
.form-steps .form-step-active .label {
	color: #0CB5AC !important;
}
.form-steps .form-step-active .form-step-circle:hover {
	background-color: #0A918A !important;
	color: #fff !important;
}
.form-steps .form-step-unfinished .form-step-circle {
	background-color: #EFF1F4;
}
.form-steps .form-step-completed .form-step-circle {
	background-color: #0CB5AC !important;
	color: #fff;
}
.form-steps .form-step-completed .label {
	color: #0CB5AC !important;
}
.form-steps .form-step-completed .form-step-circle:hover {
	background-color: #0A918A !important;
	color: #fff !important;
}
.form-steps .form-step-active span.text-muted {
	color: #fff !important;
}
.form-steps .form-step-completed span.text-muted {
	color: #fff !important;
}
.form-steps .label {
	display: none;
	font-size: 1rem;
}
.form-steps a {
	cursor: default;
	text-decoration: none;
}


@media only screen and (min-width: 768px) {
	.btn-nav {
		width: 240px;
		text-align: center;
	}
	ul.form-steps {
		width: 100%;
	}

	input[type=radio] + label {
		width: 736px;
	}

	input[type=radio] + label > .icon {
		display: flex;
		width: 176px;
		height: 176px;
		justify-content: center;
		align-items: center;
		gap: 32px;
		flex-shrink: 0;
		border-radius: 96px;
		background: #E7F8F7;
		transition: all 1s;
	}

	input[type=radio]:hover + label > .icon {
		background:  #0CB5AC;
	}
	input[type=radio]:checked + label > .icon {
		border: 4px solid #0A918A;
		background: #0CB5AC;
	}

	input[type=radio] + label, 
	.panel li.terms {
		width: 704px;
	}
	.form-steps .label {
		display: flex;
	}
	.panel ul {
		flex-direction: row;
	}
}

@media only screen and (min-width: 1350px) {
	input[type=radio] + label {
		width: 736px;
	}
	.form-step .container {
		flex-flow: row wrap;
	}
	.form-step .container.col-2 {
		gap: 128px;
	}
	.container.col-2 > div {
		width: 720px;
	}

	div.main,
	.login-options,
	.panel li.terms {
		width: 896px !important;
	}
	div.sidebar {
		width: 480px !important;
	}
	#step-6 .container.col-2 {
		flex-direction: row;
		gap: 64px !important;
	}
	#step-6 .col-2 > div:first-child {
		padding-right: 64px;
		border-right: 1px solid #EFF1F4;
	}
	.summary {
		width: 656px;
	}
	.sidebar > .summary {
		width: 100%;	
	}
}