body,html{
	min-width: 300px;
	max-width: 450px;
	min-height: 100%;
	margin:0 auto;
	font-family: 'Roboto';
	font-size: 1rem;
	background-color: #eeeeee;
}
body{
	height: auto;
	min-height: 100%;
	min-width: 300px;
	max-width: 450px;
	margin:0 auto;
	padding-bottom: 15px;
	background-color: #ffffff;
	position: relative;
}
#toast-container{
	width: 100%;
	max-width: 100%;
	bottom: 2px;
}
#toast-container .toast{
	margin: 0 auto;
	min-width: 300px;
	max-width: 450px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.container {
	width: 94%;
}
.divider{
	background-color: #caac63;
}
.btn{
    display: block;
    font-size: 1.1rem;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    text-transform: none;
    box-shadow: none;
    background-color: #fd8235;
}
.btn:hover,.btn:focus{
    background-color: #ef6d1d;
    box-shadow: none;
}
.spinner-layer{
	border-color: #fd8235;
}
.footer-buttons{
	display: block;
}
.footer-buttons .btn.continue{
	margin-bottom: -10px;
	width: 100%;
}
.footer-buttons .btn.back{
	background-color: #f4f4f4;
	color: #fd8234;
}
.footer-buttons .btn.back:hover,.footer-buttons .btn.next{
	background-color: #fd8235;
	color: #ffffff;
}
.footer-buttons .btn.next:hover,.footer-buttons .btn.next:focus{
	background-color: #f27222;
}
@media (max-width: 500px){
	.footer-buttons{
		position: fixed;
		bottom: 0;
		display: block;
		width: 100%;
		min-width: 300px;
		max-width: 450px;
		padding: 15px 0 0 0;
		background-color: #ffffff;
	}
	body{
		padding-bottom: 60px;
	}
	html{
		background-color: #ffffff;
	}
}
/**************************************************************************
 * CSS for nav-bar
**************************************************************************/
.navbar-fixed {
    height: 150px;
}
nav {
    color: #fff;
    background-color: #080808;
    width: 100%;
    height: 150px;
    line-height: 150px;
}
nav ul a, nav .brand-logo  {
	color: #fff;
}
nav ul a{
	font-size: 1.2rem;
}
nav ul a:hover {
	color: #CAAC63;
	transition: 00.3s ease-in;
}
nav .brand-logo {
	margin-left: 40px;
	margin-top: 8px;
}
nav .brand-logo img{
	width: 180px;
}
nav .btn, .sidenav li>a.btn {
	background-color: #daa520;
	box-shadow: none;
	font-weight: 600;
}
nav .btn:hover {
	background-color: #f4bc2d;
	color: #fff;
}
/* Toast CSS */
.toast {
	background-color: #db353a;
}
/**************************************************************************
 * CSS for Homescreen
**************************************************************************/
p.welcome{
	font-weight: 600;
	font-size: 1.8rem;
	margin: 0;
	line-height: 1.2;
	padding: 20px 0 10px 0;
}
.reason-selector .card{
	display: inline-block;
	background-color: #faf6f5;
	margin: 0 auto 20px auto;
	width: 100%;
	height: 110px;
	border-radius: 10px;
	box-shadow: none;
	position: relative;
	background-position: center 35%;
	background-size: 38%;
	background-repeat: no-repeat;
	color: #777777;
	cursor: pointer;
}
.reason-selector .card.shoulder-pain{
	background-image: url('/images/icons/shoulder-pain.png');
}
.reason-selector .card.neck-pain{
	background-image: url('/images/icons/neck-pain.png');
}
.reason-selector .card.shoulder-pain{
	background-image: url('/images/icons/shoulder-pain.png');
}
.reason-selector .card.back-pain{
	background-image: url('/images/icons/back-pain.png');
}
.reason-selector .card.knee-pain{
	background-image: url('/images/icons/knee-pain.png');
}
.reason-selector .card.hip-pain{
	background-image: url('/images/icons/hip-pain.png');
}
.reason-selector .card.ankle-pain{
	background-image: url('/images/icons/ankle-pain.png');
}
.reason-selector .card.none-pain{
	background-image: url('/images/icons/body-pain.png');
}
.reason-selector .card.active,.reason-selector .card:hover{
	background-color: #fd8235;
	color: #ffffff;
}
.reason-selector .card.status-inactive span{
	color: #bbbbbb;
}
.reason-selector .card.status-inactive:hover span{
	color: #777777;
}
.reason-selector .card span{
	position: absolute;
	display: block;
	bottom: 5px;
	line-height: 1.3;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 10px;
	font-weight: 500;
	font-size: 0.75rem;
}
.chip.or{
	background-color: #faf6f5;
	min-width: 80px;
	font-size: 1rem;
}
.card.speak-to-therapist{
	display: inline-block;
	background-color: #faf6f5;
	padding: 15px;
	border-radius: 10px;
	box-shadow: none;
	background-position: 96% 8px;
	background-size: 19%;
	background-repeat: no-repeat;
	background-image: url('/images/icons/online-consultation.png');
	cursor: pointer;
}
.card.speak-to-therapist h3, .card.speak-to-therapist p{
	display: block;
	width: 75%;
	margin: 0;
}
.card.speak-to-therapist h3{
	color: #333333;
	font-size: 1.2rem;
	font-weight: 600;
}
.card.speak-to-therapist p{
	color: #888888;
	font-size: 0.95rem;
	margin-top: 10px;
}
.card.speak-to-therapist.active, .card.speak-to-therapist:hover{
	background-color: #fd8235;
}
.card.speak-to-therapist.active h3, .card.speak-to-therapist:hover h3, .card.speak-to-therapist.active p, .card.speak-to-therapist:hover p{
	color: #ffffff;
}
/**************************************************************************/

/**************************************************************************
 * CSS for Quiz
**************************************************************************/
.quiz h1{
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	margin: 20px 0 10px 0;
}
.quiz h3{
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: 600;
	color: #333333;
	margin: 5px 0 15px 0;
	padding: 0 15px;
	text-align: center;
}
.card.diagnosis-heading{
	display: block;
	background-color: #faf6f5;
	padding: 30px;
	border-radius: 10px;
	box-shadow: none;
	background-position: 96% 8px;
	background-size: 16%;
	background-repeat: no-repeat;
}
.card.diagnosis-heading h2{
	font-size: 1.2rem;
	color: #444444;
	font-weight: 600;
	display: block;
	width: 75%;
	margin: 0;
}
.quiz .progress-bar h4{
	font-size: 0.8rem;
	font-weight: 500;
	margin: 0 0 5px 0;
	color: #fd8235;
}
.quiz .progress-bar table{
	width: 100%;
}
.quiz .progress-bar table tr{
	border: none;
}
.quiz .progress-bar table tr td{
	height: 5px;
	border-radius: 0;
	width: 10px;
	padding: 0;
	background-color: #e4e4e4;
	border-right: #ffffff solid 2px;
}
.quiz .progress-bar table tr td.active{
	background-color: #ffba6c;	
}
.quiz .question h5{
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 600;
	color: #333333;
	margin: 5px 0 15px 0;
}
.quiz .question ul{
	margin: 0;
	padding: 0;
}
.quiz .question ul li, .quiz .question ul li:focus{
	display: block;
	cursor: pointer;
	margin: 0 0 10px 0;
	padding: 15px 25px 15px 15px;
	background-color: #faf6f5;
	font-size: 1.1rem;
	color: #fd8234;
	border-radius: 10px;
}
.quiz .question ul li:hover{
	background-color: #eeeeee;
	color: #333333;
}
.quiz .question ul li.active{
	background-color: #fd8235;
	color: #ffffff;
}
.quiz .question ul li.active{
	background-image: url('/images/check-mark.png');
	background-size: 20px;
	background-position: 98% center;
	background-repeat: no-repeat;
	color: #ffffff;
}
.quiz .card{
	background-color: #faf6f5;
	box-shadow: none;
	border-radius: 10px;
	padding: 30px 15px;
	text-align: center;
}
.quiz .card h4{
	font-size: 1.4rem;
	font-weight: 600;
	margin: 10px 0 0 0;
	color: #fd8235;
	text-align: center;
}
.quiz .card img{
	margin: 0 auto;
	width: 80%;
	max-width: 200px;
}
.quiz .card p{
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
	color: #333333;
	padding: 15px;
	background-color: #fff3e7;
}
.diagnosis-div{
	display: none;
}
/*************************************************************************/

.scroll-down{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 80px;
	background-image: url('/images/down-arrow.png');
	background-size: 100%;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
}
.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
@media (max-width: 500px){
	.scroll-down{
		display: block;
	}
}
#restartButton{
	cursor: pointer;
}