.btn-oval {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 20px;
	border-radius: 50px;
	border: 2px solid #0b9a42;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	color: #444 !important;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none !important;
	cursor: pointer;
	text-transform: none;
}
.btn-oval_onlytext {
	font-size: 20px;
	font-weight: bold;
	color: #00549e !important;
}
.btn-oval:hover,
.btn-oval:focus {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	border-color: #00549e;
	background-color: #eff4f9;
}
.dg-questioner-outer {
	border: 10px solid #0b9a42;
	border-radius: 10px;
	padding: 20px;
	margin: 40px 0;
}
.dg-questioner-inner {
	min-height: 480px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.dg-questioner-inner label {
	cursor: pointer;
	margin-bottom: 0;
	font-weight: 300;
	display: inline-block;
}
.columns-set-2 {
	-moz-column-width: 2;
	-webkit-column-width: 2;
	column-count: 2;
	-moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.column-set-item {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	background-color: #f9f9f9;
	padding: 10px;
	margin-bottom: 10px;
}
.dg-questions-center {
	max-width: 600px;
	margin: 0 auto;
}
.dg-align-center {
	text-align: center;
}
.test-title-1, .test-title-2, .test-title-3 {
	font-weight: 500;
	text-align: center;
	margin: 20px 0;
}
.test-title-1 {font-size: 28px;}
.test-title-2 {font-size: 24px;}
.test-title-3 {font-size: 20px; margin: 10px 0 20px;}
.dg-questioner-step {
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	z-index: 0;
	margin-bottom: 60px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.dg-active-step {
	position: relative;
	height: auto;
	opacity: 1;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.dg-questioner-nav {
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
}
.dg-nav-btn {
	line-height: 40px;
	padding: 0 30px;
	border-radius: 5px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	box-shadow: 0 2px 3px #c5c5c5;
	border: 2px solid #00549e;
	background-color: transparent;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.dg-nav-next {
	display: none;
	float: right;
	color: #00549e;
}
.dg-nav-prev {
	display: none;
	float: left;
	border-color: #c5c5c5;
}
.dg-nav-btn:hover, .dg-nav-btn:focus {
	background-color: #00549e;
	color: #fff;
	border-color: #024179;
	box-shadow: 0 3px 6px #c5c5c5;
}
.dg-step-error {
	position: absolute;
	width: 260px;
	text-align: center;
	bottom: 0;
	left: 50%;
	margin-left: -130px;
	color: red;
	font-weight: bold;
}
.not-to-show {display: none;}

.dg-questions-block {
	margin: 40px;
}
.dg-questions-image {
	text-align: center;
}
.dg-questions-image input {
	display: none;
}
.dg-questions-image label {
	max-width: 45%;
	vertical-align: top;
	margin: 10px;
}
.dg-questions-image label div {
	display: block;
}
.dg-questions-image img {
	width: 100%;
	border: 10px solid transparent;
	border-radius: 5px;
	margin: 0;
}
.dg-questions-image input:checked + label img {
	border-color: #0b9a42;
}

.title-block {
	margin-bottom: 5px;
	line-height: 19px;
	padding: 3px 0;
	font-weight: bold;
}
.title-inline {
	line-height: 19px;
	padding: 3px 0;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.choices-inline {
	margin-right: 15px;
}
.custom-selecta {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custom-checkbox-s1, .custom-radio-s1 {
	position: relative;
	height: 25px;
	width: 25px;
	margin: 1px 5px 1px 0;
	background-color: #e2e2e2;
	display: inline-block;
	vertical-align: middle;
}
.custom-radio-s1 {
	border-radius: 50%;
}
.custom-checkbox-s1:before, .custom-radio-s1:before {
	content: '';
	position: absolute;
	display: none;
}
.custom-selecta:hover ~ .custom-checkbox-s1, .custom-selecta:hover ~ .custom-radio-s1 {
  background-color: #85e3a9;
}
.custom-selecta:checked ~ .custom-checkbox-s1, .custom-selecta:checked ~ .custom-radio-s1 {
  background-color: #0b9a42;
}
.custom-selecta:checked ~ .custom-checkbox-s1:before {
	display: block;
	left: 10px;
	top: 5px;
	width: 7px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.custom-selecta:checked ~ .custom-radio-s1:before {
	display: block;
	top: 7px;
	left: 7px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
}
.checkbox-desc {
	position: relative;
}
.checkbox-desc:after {
	content: attr(data-no);
	padding-left: 35px;
	opacity: 1;
}
.custom-selecta:checked ~ .checkbox-desc:after {
	content: attr(data-yes);
}

input[type="button"].dg-end-test {
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 5px;
	background-color: transparent;
	color: #00549e;
	border: 2px solid #00549e;
	box-shadow: 0 2px 3px #c5c5c5;
	text-transform: uppercase;
}
input[type="button"].dg-end-test:hover, input[type="submit"].dg-end-test:focus {
	background-color: #00549e;
	color: #fff;
	border-color: #024179;
	box-shadow: 0 3px 6px #c5c5c5;
}
table.test-results-table th {
	font-weight: bold;
	line-height: normal;
	letter-spacing: 0;
	color: #fff;
	background-color: #0b9a42;
}
table.test-results-table td {
	line-height: normal;
}

.choices-custom-radio {
	display: block;
	position: relative;
	text-align: left;
	padding-left: 30px;
	margin: 0 10px;
}
#dg-botox-questioner .custom-radio-s1 {
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 780px) {
	.dg-questioner-inner {
		min-height: unset;
	}
	.columns-set-2 {
		-moz-column-width: 1;
		-webkit-column-width: 1;
		column-count: 1;
	}
	.dg-questions-block {
		margin: 40px;
		margin: 40px 0;
	}
}
@media screen and (max-width: 640px) {
	.test-title-1 {font-size: 24px;}
	.test-title-2 {font-size: 20px;}
	.test-title-3 {font-size: 18px;}
	.dg-questions-image label {
		max-width: 100%;
	}
	.dg-questioner-step {
		margin-bottom: 70px;
	}
	.dg-step-error {
		position: relative;
		width: 100%;
		margin: 0;
		left: 0;
		padding: 5px 0;
	}
	input[type="submit"].dg-end-test {
		padding: 10px 15px;
	}
	table.test-results-table th {
		display: none;
	}
	table.test-results-table tr, table.test-results-table td {
		display: block;
	}
	table.test-results-table tr {
		border: 4px solid #ccc;
	}
	table.test-results-table td {
		border: none;
	}
	table.test-results-table tr td:first-child {
		font-weight: bold;
	}
}
