@import url(https://fonts.googleapis.com/css?family=Roboto);
 .form-container-main {
	width: 60%;
	height: auto;
	display: block;
	margin-top: 5%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 5%;
}
.form-container {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 2%;
	padding: 2%;
	min-height:40vh;
}

@media screen and (max-width: 400px) {

	.quest_head {
		font-family: Georgia;
		font-size: 16pt;
		color: #09a4ba;
		margin-top: 10pt;
		font-weight: 750;
		text-align: center;
	}
	.welcome_image {
		float: right;
		height: 30%;
		display: none;
		width: 30%;
	}
	.welcome_text {
		margin-top: 10%;
		width: 100%;
		font-size: 10pt;
		text-align: justify;
		line-height: 20px;
	}
	.form-horizontal {
		height: 80%;
		padding: 0%;
		background: #fff;
		border: 1px solid #02adc6;
		min-height:30vh;
	}
	.btns .btn {
		font-size: 10px;
		cursor: pointer;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		font-weight: 300;
		color: #FFF;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
		box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
		transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	}
	.btn {
		padding: 0%;
	}
	.btns label {
		display: table;
		float: left;
		padding: 0;
		width: 22%;
		height: 100%;
		margin: 0;
		text-align: center;
		border-left: 1px solid rgba(0, 0, 0, 0.05);
	}
	#rating {
		width: 200px;
		height: 200px;
		position: relative;
		background: white;
		padding: 20px;
		text-align: center;
	}
	.pulse_rate {
		padding: 4px;
		font-size: 18px;
		border-width: 2px;
		border-color: #cccccc;
		background-color: #ffffff;
		border-style: dashed;
		border-radius: 10px;
		width: 95%;
		box-shadow: 0px 0px 5px rgba(66, 66, 66, 0.75);
	}
}
@media screen and (max-width: 455px) {
	.quest_head {
		font-family: Georgia;
		font-size: 16pt;
		color: #09a4ba;
		margin-top: 0pt;
		font-weight: 750;
		text-align: center;
	}
	.welcome_image {
		float: right;
		height: 30%;
		display: none;
		width: 30%;
	}
	.welcome_text {
		margin-top: 10%;
		width: 100%;
		font-size: 10pt;
		text-align: justify;
		line-height: 20px;
	}
	.inner {
		display: inline-block;
		justify-content: space-evenly;
		height: 50%;
		width: 100%;
	}
	.form-container-main {
		width: 100%;
		height: auto;
		display: block;
		margin-top: 5%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 5%;
	}
	.form-container {
		width: 100%;
		display: block;
		margin-top: 2%;
		height: auto;
		padding: 2%;
		min-height:40vh;
	}
	.form-container-1 {
		width: 100%;
		height: auto;
		display: block;
		margin-top: 2%;
		padding: 2%;
	}
	.answer2 {
		padding-left: 0%;
		text-align: center;
		font-family: MikadoBold, sans-serif !important;
		font-size: 15pt;
		color: #09a4ba;
		font-weight: 700;
	}
	.text-input {
		margin-top: 25px;
		position: relative;
		margin-bottom: 25px;
	}
	.switch {
		position: absolute;
		left: 50%;
		width: 150px;
		height: 50px;
		text-align: center;
		margin: -30px 0 0 -75px;
		background: #02adc6;
		transition: all 0.2s ease;
		border-radius: 25px;
	}
	.toggle-radio {
		top: 40%;
		margin-bottom: 10%;
	}
	.slider.slider-horizontal {
		width: 70% !important;
		text-align: cneter;
		margin-bottom: 10%;
	}
	.quest {
		text-align: center;
		font-family: MikadoBold, sans-serif !important;
		font-size: 15pt;
		color: #09a4ba;
		font-weight: 750;
	}
	.form-horizontal {
		height: 80%;
		padding: 20px 20px 20px 20px;
		background: #fff;
		border: 1px solid #02adc6;
		min-height:30vh;
	}
	.sel {
		font-size: 5pt;
		display: inline-block;
		margin: 6em 1em;
		width: 100%;
		background-color: transparent;
		position: relative;
		cursor: pointer;
	}
	.patient_gender {
		margin-left: 25%;
		height: 100%;
		width: 60%;
	}
	.description {
		display: inline-block;
	}
	.pulse_text {
		width: 100%;
		line-height: 16pt;
		padding: 10pt;
	}
	.pulse_img {
		float: right;
		width: 100%;
	}
	.pulse_rate {
		padding: 4px;
		font-size: 18px;
		border-width: 2px;
		border-color: #cccccc;
		background-color: #ffffff;
		border-style: dashed;
		border-radius: 10px;
		width: 95%;
		box-shadow: 0px 0px 5px rgba(66, 66, 66, 0.75);
	}
	#rating {
		width: 200px;
		height: 200px;
		position: relative;
		background: white;
		padding: 20px;
		text-align: center;
	}
	.btns label {
		display: table;
		float: left;
		padding: 0;
		width: 24%;
		height: 100%;
		margin: 0;
		text-align: center;
		border-left: 1px solid rgba(0, 0, 0, 0.05);
	}
}
@media screen and (max-width: 799px) {
	#rating {
		width: 200px;
		height: 200px;
		position: relative;
		background: white;
		padding: 20px;
		text-align: center;
	}

	.inner {
		display: inline-block;
		justify-content: space-evenly;
		height: 50%;
		width: 100%;
	}
	.form-container-main {
		width: 100%;
		height: auto;
		display: block;
		margin-top: 5%;
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: 5%;
	}
	.form-container {
		width: 100%;
		display: block;
		margin-top: 2%;
		height: auto;
		padding: 2%;
		min-height:40vh;
	}
	.form-container-1 {
		width: 100%;
		height: auto;
		display: block;
		margin-top: 2%;
		padding: 2%;
	}
	.text-input {
		margin-top: 25px;
		position: relative;
		margin-bottom: 25px;
	}
	.answer2 {
		padding-left: 0%;
		text-align: center;
		font-family: MikadoBold, sans-serif !important;
		font-size: 15pt;
		text-align: center;
		color: #09a4ba;
		font-weight: 700;
	}
	.switch {
		position: absolute;
		left: 50%;
		width: 150px;
		height: 50px;
		text-align: center;
		margin: -30px 0 0 -75px;
		background: #02adc6;
		transition: all 0.2s ease;
		border-radius: 25px;
	}
	.toggle-radio {
		top: 40%;
		margin-bottom: 10%;
	}
	.slider.slider-horizontal {
		width: 70% !important;
		text-align: cneter;
		margin-bottom: 10%;
	}
	.quest {
		text-align: center;
		font-family: MikadoBold, sans-serif !important;
		font-size: 15pt;
		color: #09a4ba;
		font-weight: 750;
	}
	.form-horizontal {
		height: 80%;
		padding: 8px !important;
		background: #fff;
		border: 1px solid #02adc6;
		min-height:30vh;
	}
	.sel {
		font-size: 5pt;
		display: inline-block;
		margin: 6em 1em;
		width: 100%;
		background-color: transparent;
		position: relative;
		cursor: pointer;
	}
	.patient_gender {
		margin-left: 15%;
		height: 100%;
		width: 60%;
	}
	.description {
		display: inline-block;
	}
	.pulse_text {
		width: 100%;
		line-height: 16pt;
		padding: 20pt;
	}
	.pulse_img {
		float: right;
		width: 100%;
	}
	.welcome_image {
		float: right;
		height: 30%;
		display: none;
		width: 30%;
	}
	.welcome_text {
		margin-top: 10%;
		width: 100%;
		font-size: 10pt;
		text-align: justify;
		line-height: 20px;
	}
	.quest_head {
		font-family: Georgia;
		font-size: 18pt;
		color: #09a4ba;
		margin-top: 5pt;
		font-weight: 750;
		text-align: center;
	}
	.pulse_rate {
		padding: 4px;
		font-size: 18px;
		border-width: 2px;
		border-color: #cccccc;
		background-color: #ffffff;
		border-style: dashed;
		border-radius: 10px;
		width: 70%;
		box-shadow: 0px 0px 5px rgba(66, 66, 66, 0.75);
	}
	.btns label {
		display: table;
		float: left;
		padding: 0;
		width: 21% !important;
		height: 100%;
		margin: 0;
		text-align: center;
		border-left: 1px solid rgba(0, 0, 0, 0.05);
	}
}
	.inner {
		display: flex;
		justify-content: space-evenly;
		height: 50%;
		width: 100%;
	}
	.pulse_rate {
		padding: 4px;
		font-size: 18px;
		border-width: 2px;
		border-color: #cccccc;
		background-color: #ffffff;
		border-style: dashed;
		border-radius: 10px;
		width: 70%;
		box-shadow: 0px 0px 5px rgba(66, 66, 66, 0.75);
	}
	.form-container-1 {
		width: 100%;
		height: auto;
		display: block;
		margin-top: 2%;
		padding: 2%;
	}
	.quest {
		text-align: center;
		font-family: MikadoBold, sans-serif !important;
		font-size: 20pt;
		color: #09a4ba;
		font-weight: 750;
	}
	.answer2 {
		padding-left: 0%;
		font-family: MikadoBold, sans-serif !important;
		font-size: 15pt;
		color: #09a4ba;
		font-weight: 700;
		text-align: center;
	}
	.switch {
		position: absolute;
		left: 50%;
		width: 150px;
		height: 50px;
		text-align: center;
		margin: -30px 0 0 -75px;
		background: #02adc6;
		transition: all 0.2s ease;
		border-radius: 25px;
	}
	.description {
		display: flex;
	}
	.pulse_text {
		width: 70%;
		line-height: 16pt;
		padding: 10pt;
	}
	.pulse_img {
		float: right;
		width: 30%;
	}
	.welcome_image {
		float: right;
		height: 30%;
		display: block;
		width: 30%;
	}
	.welcome_text {
		margin-top: 10%;
		width: 70%;
		font-size: 10pt;
		text-align: justify;
		line-height: 20px;
	}
	.quest_head {
		font-family: Georgia;
		font-size: 18pt;
		color: #09a4ba;
		margin-top: -35pt;
		font-weight: 750;
		text-align: center;
	}
	.btns label {
		display: table;
		float: left;
		padding: 0;
		width: 23%;
		height: 100%;
		margin: 0;
		text-align: center;
		border-left: 1px solid rgba(0, 0, 0, 0.05);
	}
	#rating {
		width: 200px;
		height: 200px;
		position: relative;
		background: white;
		padding: 20px;
		text-align: center;

	}


.forward {
	float: right;
}
.backward {
	text-decoration: none;
	border: none;
}
.terms_text {
	width: 60%;
	font-size: 10pt;
	text-align: justify;
	line-height: 20px;
}
.form-title {
	margin-top: 10%;
	margin-left: 30%;
}
.form-title1 {
	margin-top: 10%;
}
.patient_detail {
	margin-left: 15%;
	margin-top: 5%;
	margin-right: 15%;
}
/* HIDE RADIO */

.hide_radio {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	display: none;
}
/* IMAGE STYLES */

[type=radio]+img {
	cursor: pointer;
}
[type=checkbox]+img {
	cursor: pointer;
}
/* CHECKED STYLES */

[type=radio]:checked+img {
	outline-color: #0a798a;
	box-shadow: 0px 1px 5px 1px #0a798a;
}
[type=checkbox]:checked+img {
	outline-color: #0a798a;
	box-shadow: 0px 1px 5px 1px #0a798a;
}
.patient_gender {
	margin-left: 25%;
	height: 100%;
	width: 40%;
}
img.drinks {
	width: 100px;
	height: 100%;
}
img.worry {
	width: 150px;
	height: 100%;
}
.img_label {
	padding: 6%;
}
.img_label1 {
	padding: 2% 7% 0% 7%;
}
.patient_age {
	margin-left: 30%;
	height: 100%;
	width: 100%;
	margin-top: 10%
}
.slider.slider-horizontal {
	width: 70% !important;
	text-align: cneter;
}
.switch span {
	position: absolute;
	width: 20px;
	height: 4px;
	top: 50%;
	left: 50%;
	margin: -2px 0px 0px -4px;
	background: #fff;
	display: block;
	transform: rotate(-45deg);
	transition: all 0.2s ease;
}
.switch span:after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 12px;
	margin-top: -8px;
	background: #fff;
	transition: all 0.2s ease;
}
.switch label {
	cursor: pointer;
	color: rgba(13, 12, 12, 0.98);
	width: 60px;
	line-height: 50px;
	transition: all 0.2s ease;
}
label[for=chl_yes] {
	position: absolute;
	left: 0px;
	height: 20px;
}
label[for=chl_no] {
	position: absolute;
	right: 0px;
}
#chl_no:checked~.switch {
	background: #02adc6;
}
#chl_no:checked~.switch span {
	background: #fff;
	margin-left: -8px;
}
#chl_no:checked~.switch span:after {
	background: #fff;
	height: 20px;
	margin-top: -8px;
	margin-left: 8px;
}
#chl_yes:checked~.switch label[for=chl_yes] {
	text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
	color: #fff6a9;
}
#chl_no:checked~.switch label[for=chl_no] {
	text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
	color: #fff6a9;
}
label[for=blood_yes] {
	position: absolute;
	left: 0px;
	height: 20px;
}
label[for=blood_no] {
	position: absolute;
	right: 0px;
}
#blood_no:checked~.switch {
	background: #02adc6;
}
#blood_no:checked~.switch span {
	background: #fff;
	margin-left: -8px;
}
#blood_no:checked~.switch span:after {
	background: #fff;
	height: 20px;
	margin-top: -8px;
	margin-left: 8px;
}
#blood_yes:checked~.switch label[for=blood_yes] {
	text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
	color: #fff6a9;
}
#blood_no:checked~.switch label[for=blood_no] {
	text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
	color: #fff6a9;
}
.text-input {
	position: relative;
	margin-top: 50px;
}
.input_text {
	display: inline-block;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid lightgray;
	border-radius: 3px;
	padding: 10px 10px 10px 100px;
	transition: all 0.1s ease-out;
	font-size: 12pt;
	color: #09a4ba;
	font-weight: 600;
}
input[type="text"]+label {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	color: white;
	border-radius: 3px 0 0 3px;
	padding: 0 20px;
	background: #02adc6;
	transform: translateZ(0) translateX(0);
	transition: all 0.3s ease-in;
	transition-delay: 0.2s;
}
input[type="number"]+label {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 40px;
        line-height: 40px;
        color: white;
        border-radius: 3px 0 0 3px;
        padding: 0 20px;
        background: #02adc6;
        transform: translateZ(0) translateX(0);
        transition: all 0.3s ease-in;
        transition-delay: 0.2s;
}
input[type="number"]+select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	color: white;
	border-radius: 3px 0 0 3px;
	padding: 0 20px;
	background: #02adc6;
	transform: translateZ(0) translateX(0);
	transition: all 0.3s ease-in;
	transition-delay: 0.2s;
}
*::-webkit-input-placeholder {
    color: #73B8BA;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #73B8BA;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #73B8BA;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #73B8BA;
}
.placeholder-fix:focus::-webkit-input-placeholder {
	color: transparent;
}
.placeholder-fix:focus::-moz-placeholder {
	color: transparent;
}
.placeholder-fix:-moz-placeholder {
	color: transparent;
}
input[type="radio"]+label {
	padding-right: 10px;
	color: #09a4ba;
}
.form-horizontal {
	height: 80%;
	padding: 40px 40px 40px 40px;
	background: #fff;
	border: 1px solid #02adc6;
	min-height:30vh;
}
.form-horizontal:before,
.form-horizontal:after {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 3px solid transparent;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 2;
}
.form-horizontal:before,
.form-horizontal:after {
	top: auto;
	bottom: 5px;
	transform: rotate(-90deg);
}
.form-horizontal:after {
	left: auto;
	right: 5px;
	transform: rotate(-180deg);
}
.form-horizontal .form-group {
	margin: 0 0 15px 0;
	position: relative;
}
.form-horizontal .form-group:first-child:before,
.form-horizontal .form-group:first-child:after {
	content: "";
	width: 10px;
	height: 50px;
	background: #fff;
	background-image: repeating-linear-gradient(transparent, transparent 2px, #c9cbcc 2px, #c9cbcc 4px);
	border-radius: 5px;
	border: 2px solid #aaaeb1;
	position: absolute;
	bottom: -32px;
	left: 20px;
	z-index: 1;
}
.form-horizontal .form-group:first-child:after {
	left: auto;
	right: 20px;
}
.form-horizontal .form-group:last-child {
	padding: 30px 40px;
	margin: 30px -40px 0 -40px;
	background: #fafafa;
	border: 2px solid #fff;
	border-top: 2px solid #d5dadd;
	overflow: hidden;
	z-index: 1;
}
.form-horizontal .form-group:last-child:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img-1.html") repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.form-horizontal .form-control {
	height: 50px;
	width: 100%;
	background: #dbe0e4;
	border: 2px solid #b3bcc1;
	border-radius: 8px;
	box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
	padding: 0px 50px;
	font-size: 16px;
	font-weight: bold;
	color: #687176;
	position: relative;
	transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus {
	box-shadow: none;
	outline: 0 none;
}
.form-horizontal .form-control::-webkit-input-placeholder {
	color: #687178 !important;
}
.form-horizontal .form-control:-moz-placeholder {
	color: #687178 !important;
}
.form-horizontal .form-control::-moz-placeholder {
	color: #687178 !important;
}
label {
	font-weight: 200 !important;
}
.checkbox-custom {
	opacity: 0;
	position: absolute;
}
.checkbox-custom,
.checkbox-custom-label {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
}
.checkbox-custom-label {
	position: relative;
}
.checkbox-custom+.checkbox-custom-label:before {
	content: '';
	background: #fff;
	border: 2px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin-right: 10px;
	text-align: center;
}
.checkbox-custom:checked+.checkbox-custom-label:before {
	background: #16A085;
	box-shadow: inset 0px 0px 0px 4px #fff;
}

.rule {
	margin: 10px 0;
	border: none;
	height: 1.5px;
	background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}
/* ===== Select Box ===== */

@media screen and (min-width: 455px) {
	.sel {
		font-size: 1rem;
		display: inline-block;
		margin: 3em 2em;
		width: 80%;
		background-color: transparent;
		position: relative;
		cursor: pointer;
	}
}
.sel::before {
	position: absolute;
	content: '\f063';
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #02adc6;
	right: 20px;
	top: calc(50% - 0.5em);
}
.sel.active::before {
	transform: rotateX(-180deg);
	content: '\f063';
}
.sel__placeholder {
	display: block;
	font-family: 'Quicksand';
	font-size: 2.3em;
	color: #09a4ba;
	padding: 0.2em 0.5em;
	text-align: left;
	pointer-events: none;
	user-select: none;
	visibility: visible;
}
.sel.active .sel__placeholder {
	visibility: hidden;
}
.sel__placeholder::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.2em 0.5em;
	content: attr(data-placeholder);
	visibility: hidden;
}
.sel.active .sel__placeholder::before {
	visibility: visible;
}
.sel__box {
	position: absolute;
	top: calc(100% + 4px);
	left: -4px;
	display: none;
	list-style-type: none;
	text-align: left;
	font-size: 1em;
	background-color: #D0ECE7;
	width: calc(100% + 8px);
	box-sizing: border-box;
}
.sel.active .sel__box {
	display: block;
	animation: fadeInUp 500ms;
}
.sel__box__options {
	display: list-item;
	font-family: 'Quicksand';
	font-size: 1.5em;
	color: #838e95;
	padding: 0.5em 1em;
	user-select: none;
}
.sel__box__options::after {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 0.5em;
	margin-left: 5px;
	display: none;
}
.sel__box__options.selected::after {
	display: inline;
}
.sel__box__options:hover {
	background-color: #ebedef;
}
/* ----- Select Box Black Panther ----- */

.sel {
	border-bottom: 4px solid rgba(63, 168, 138, 0.3);
}
.sel--black-panther {
	z-index: 3;
}
/* ----- Select Box Superman ----- */

.sel--superman {
	/*   display: none; */
	z-index: 2;
}
/* ===== Keyframes ===== */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
* {
	box-sizing: border-box;
}
.button-link {
	text-decoration: none;
}
.btns {
	background-color: #ff9035;
	background-image: linear-gradient(100deg, #ff5a64 0%, #faa04b 30%, #d2dc69 70%, #0ef49b 100%);
	z-index: 0;
	height: 40px;
	float: none;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	border-radius: 40px;
	display: block;
	box-shadow: 0 2px 4px -1px rgba(25, 25, 25, 0.2);
}
.btns input {
	display: none;
}
.btns label:first-child {
	border-left: none;
	border-radius: 40px 0 0 40px;
}
.btns label:last-child {
	border-radius: 0 40px 40px 0;
}
.btns .btn {
	font-size: 19px;
	cursor: pointer;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	font-weight: 300;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
	transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns .btn:hover {
	box-shadow: inset 0 30px 30px -20px rgba(50, 50, 50, 0.02);
	transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.btns .btn:after {
	content: '\2714';
	margin-left: -10px;
	display: inline-block;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: margin 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.btns .first {
	border-radius: 40px 0 0 40px;
}
.btns .last {
	border-radius: 0 40px 40px 0;
}
.btns input:checked+.btn {
	color: #5f6982;
	text-shadow: none;
	background-image: linear-gradient(to top, rgba(25, 25, 25, 0) 65%, rgba(25, 25, 25, 0.08));
	box-shadow: inset 0 10px 50px rgba(25, 25, 25, 0.08);
	transition: color 500ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 150ms;
}
.btns input:checked+.btn:after {
	margin-left: 12px;
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	transition: margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
	transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms;
	transition: transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms, margin 500ms, -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 250ms;
}
.quest1 {
	font-family: MikadoBold, sans-serif !important;
	font-size: 15pt;
	color: #09a4ba;
	font-weight: 750;
}
@media screen and (max-width: 700px) {
	.btns .btn {
		font-size: 15px;
		cursor: pointer;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		font-weight: 300;
		color: #FFF;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
		box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
		transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	}
}
@media screen and (max-width: 699px) {
        .btns input:checked+.btn:after {
    margin-left: 0px;
    }

	.btns .btn {
		font-size: 8px !important;
		cursor: pointer;
		width: 100%;
		display: table-cell;
		vertical-align: middle;
		font-weight: 300;
		color: #FFF;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
		box-shadow: inset 0 30px 20px -20px rgba(255, 255, 255, 0.15);
		transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	}
	.btn {
		padding: 5px;
	}
	#rating {
		width: 200px;
		height: 200px;
		position: relative;
		background: white;
		padding: 20px;
		text-align: center;

	}
}

.solution {
	font-size: 20px;
	margin: 30px 0 -15px;
	line-height: 2;
}
@media (max-width: 400px) {
	.modal-confirm {
	    width: 100% !important;
	    padding: 5%;
	    margin: 0px;
	}

	#rating {
		width: 200px;
		height: 200px;
		position: relative;
		background: white;
		padding: 20px;
		text-align: center;
	}
}
#rating{
margin: 0 auto;
}
.modal-confirm .modal-dialog{
margin-top:0px;
}
.modal-confirm {
	color: #636363;
	width: 400px;
}
.modal-confirm .modal-content {
	border-radius: 5px;
	border: none;
	margin-top:40%;
}
.modal-confirm .modal-header {
	border-bottom: none;
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-confirm .form-control,
.modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}
.modal-confirm .icon-boxs {
	color: #fff;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #02adc6;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-confirm .icon-boxs i {
	font-size: 45px;
	position: relative;
	top: 3px;
}
.modal-dialog{
margin:0px auto;
}
.modal-confirm .btn {
	color: #fff;
	border-radius: 4px;
	background: #02adc6;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
	background: #02adc6;
	outline: none;
}
/* Global CSS, you probably don't need that */

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	text-align: center;
}
.nav {
	margin-top: 40px;
}
.pull-right {
	float: right;
}
a,
a:active {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #999;
}
/* Breadcrups CSS */

.arrow-steps .step {
	font-size: 14px;
	text-align: center;
	color: #666;
	cursor: default;
	margin: 0 3px;
	padding: 10px 10px 10px 30px;
	min-width: 180px;
	float: left;
	position: relative;
	background-color: #75bec9;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color 0.2s ease;
}
.arrow-steps .step:after,
.arrow-steps .step:before {
	content: " ";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 19px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 17px solid #75bec9;
	z-index: 2;
	transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
	right: auto;
	left: 0;
	border-left: 17px solid #f1f1f1;
	z-index: 0;
}
.arrow-steps .step:first-child:before {
	border: none;
}
.arrow-steps .step:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.arrow-steps .step span {
	position: relative;
}
.arrow-steps .step span:before {
	opacity: 0;
	content: "\2713";
	position: absolute;
	top: -2px;
	left: -20px;
}
.arrow-steps .step.done span:before {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease 0.5s;
	-moz-transition: opacity 0.3s ease 0.5s;
	-ms-transition: opacity 0.3s ease 0.5s;
	transition: opacity 0.3s ease 0.5s;
}
.arrow-steps .step.current {
	color: #f1f1f1;
	background-color: #0a798a;
}
.arrow-steps .step.current:after {
	border-left: 17px solid #0a798a;
}
.container1 {
	width: auto;
	margin: 0 auto;
	text-align: center;
	margin-top: 5%;
}
.wrapper {
	display: inline-block;
	vertical-align: middle;
	margin-top: 2%;
}
.wrapp {
	max-width: 100%;
	padding: 0 0.5rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4rem;
	text-align: center;
}
.date_picker {
	font-size: 0.75rem;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 0.5rem;
	color: black;
	border: 1px solid #02adc6;
	padding: 0.5rem 0.75rem;
	border-radius: 0.5rem;
	height: 60px;
}
#datepicker {
	display: block;
	border: none;
	border-radius: 0.25rem;
	border: 1px solid transparent;
	line-height: 1.5rem;
	padding: 0;
	font-size: 10pt;
	color: #09a4ba;
	width: 100%;
	margin-top: 0.5rem;
	height: 100%;
	color: #09a4ba;
	font-weight: 600;
}
#age {
	font-weight: 600;
	display: block;
	border: none;
	border-radius: 0.25rem;
	border: 1px solid transparent;
	line-height: 1.5rem;
	padding: 0;
        font-size: 12pt;
	color: #09a4ba;
	width: 100%;
	margin-top: 0.5rem;
	height: 0%;
}
#age:focus {
	outline: none;
}
#datepicker:focus {
	outline: none;
}
#ui-datepicker-div {
	display: none;
	background-color: #fff;
	box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
	margin-top: 0.25rem;
	border-radius: 0.5rem;
	padding: 0.5rem;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-datepicker-calendar thead th {
	padding: 0.25rem 0;
	text-align: center;
	font-size: 0.75rem;
	font-weight: 400;
	color: #78909C;
}
.ui-datepicker-calendar tbody td {
	width: 2.5rem;
	text-align: center;
	padding: 0;
}
.ui-datepicker-calendar tbody td a {
	display: block;
	border-radius: 0.25rem;
	line-height: 2rem;
	transition: 0.3s all;
	color: #546E7A;
	font-size: 0.875rem;
	text-decoration: none;
}
.ui-datepicker-calendar tbody td a:hover {
	background-color: #E0F2F1;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
	background-color: #0a798a;
	color: white;
}
.ui-datepicker-header a.ui-corner-all {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
	border-radius: 0.25rem;
	transition: 0.3s all;
}
.ui-datepicker-header a.ui-corner-all:hover {
	background-color: #ECEFF1;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 0;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 0.5rem;
	background-position: 50%;
	transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: 50%;
}
.ui-datepicker-header a>span {
	display: none;
}
.ui-datepicker-title {
	text-align: center;
	line-height: 2rem;
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding-bottom: 0.25rem;
}
.ui-datepicker-week-col {
	color: #78909C;
	font-weight: 400;
	font-size: 0.75rem;
}
.feelings {
	/* width: 60%; */
	padding: 5%;
}
.outter {
	text-align: center;
}
button:disabled {
	cursor: not-allowed;
	pointer-events: all !important;
}
.pulse_rate_description {
	padding-left: 0%;
	font-family: MikadoBold, sans-serif !important;
	font-size: 12pt;
	color: #5cd0f7;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.galen
{
font-size: 20px;
    font-weight: 800;
    color: #a2172a;
}

.galen a
{
color:blue;
}

