body{ font-family: 'Century Gothic', sans-serif;}

#sticky-sidebar {
	height: 100%;
	overflow: auto;
	max-width: 25%;
	background: rgba(1,34,82,0.8);
	padding: 15px 15px;
	position:fixed;
}

.registrationheadertext{
	border-bottom: 1px solid #344e75;
    background: rgba(1,34,82,0.15);
    text-align: center;
    padding: 10px 0px;
    font-size: 50px;
    color: #344e75;
    line-height: 75px;
}

.showamounttext{
  text-align: right;
  padding-right: 35px;
  font-size: 23px;
  color: #344e75;
}

#main_panel.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
	padding: 0px;
}

#main_panel.offset-3 {
	margin-left: 25%;
	overflow: hidden;
}

#sticky-sidebar .nav{ 
	display:inherit;
}

.question_steps .navbar {
	padding: 0px;
}

.question_steps .navbar-inner {
	width: 100%;
}

.question_steps ul {
	padding: 0;
	display: block;
	margin: 10px 0px;
}

.question_steps ul li {
	display: block;
	border-bottom: solid 1px #aeaeae;
}

.question_steps ul li a {
	display: block;
	text-decoration: none;
	color: #aeaeae;
	padding: 10px 0px;
	font-size:16px;
}

.question_steps ul li a.active{
	font-weight:bold;
	color:#fff;
}

.question_steps ul li a:hover {
	color: #fff;
}

#rootwizard{ width:100%;}

.title_steps {
	font-size: 25px;
	color: #fff;
	padding: 20px 0px 10px;
	border-bottom: solid 1px #fff;
	margin-bottom: 30px;
	line-height: 25px;
}

.progress {
	height: 20px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50px;
	box-shadow: none;
	padding: 5px;
	margin: 10px 0px;
	overflow: visible;
}

.progress .progress-bar {
	box-shadow: none;
	position: relative;
	border-radius: 20px;
	animation: animate-positive 2s;
	background: rgba(1,34,82,0.8);
}

.btn-info,.btn-info:hover {
    color: #fff;
    background-color: #344e75;
    border-color: #344e75;
}
.panel_image{ 
	height:150px; 
	overflow:hidden;
}

.panel_data{ padding:35px;}

.step-vise-question{ 
	display: inline-block;
	width:100%;
}

.step-vise-question .step-name-title{ 
	font-size:22px;
	margin-bottom:20px;
	border-bottom: solid 1px #aca1a1;
	padding-bottom: 10px;
	font-weight: bold;
	color:#344e75;
}


.title_label {
	font-size: 20px;
	padding-bottom: 10px;
	margin:0px;
}



.common_radiobuttons{
  list-style: none;
  margin-bottom:-2px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.common_radiobuttons li{
  color: #AAAAAA;
  /*display:inline-block;*/
  float: left;

  position: relative;
  margin-right:5px;
  margin-bottom:10px;
  width: 48%;
}

.common_radiobuttons li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.common_radiobuttons li label{
  position: relative;
  font-size: 18px;
  padding-left: 35px;
  margin: 3px auto;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  color:#aca1a1;
}


.common_radiobuttons li .check{
  display: block;
  position: absolute;
  border: 2px solid #aca1a1;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 4px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.common_radiobuttons li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 6px;
  left: 5px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.common_radiobuttons input[type=radio]:checked ~ .check {
  border: 2px solid rgba(0,0,0,0.8);
}

.common_radiobuttons input[type=radio]:checked ~ .check::before{
  background: rgba(0,0,0,0.8);
}

.common_radiobuttons input[type=radio]:checked ~ label{
  color: #000;
}

/*.question_list{ 
	margin-bottom:20px;
}*/

.question_list .form-group{ 
	margin-bottom:40px;
}

.question_list .form-control{
	background: #f0f0f0;
	border-radius:20px;
	border: solid 1px #e0e0e0;
	transition: all 0.3s ease 0s;
	height: 40px;
}

.question_list select.form-control{
	cursor: pointer;
	-webkit-appearance: none;
	cursor: pointer;
	height: calc(40px) !important;
	position:relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

}

.question_list textarea.form-control{
	height:150px;
}

.question_list .form-control:focus{
	box-shadow:none;
	border-color: #e0e0e0;
	background: #e0e0e0;
}

.question_list p{ 
	/* font-size:16px;  */
	text-align:justify;
}

.nextprevious_button{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 13px 70px;
	border: 1px solid rgba(0, 0, 0, 0.7);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
	box-shadow: none;
	background: rgba(0, 0, 0, 0.7);
	text-align:center;
	transition: all 0.5s ease;
}

.nextprevious_button:focus{ 
	box-shadow:none;
}

.nextprevious_button:hover{
    color: #000;
	text-decoration:none;
	background:#fff;
}

.step_links{ 
	padding:0 35px; 
	list-style:none; 
	margin-bottom: 50px;
}

.step_links .previous.disabled .nextprevious_button{ 
	cursor:no-drop; 
	background: #e0e0e0; 
	border-color:#e0e0e0;
}

.step_links .next.disabled .nextprevious_button{ 
	display:none;
}

.step_links .next.last.disabled{ 
	display:block !important;
}

.step_links .next.last.disabled .nextprevious_button{ 
	display:inline-block !important;
}

.step_links .previous, .step_links .next{ 
	display:inline-flex;
}

.arrow-down {
	width: 0px;
	height: 0px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid rgba(0,0,0,0.7);
	position: absolute;
	margin-top: -22px;
	right: 32px;
	pointer-events: none;
}

.checkbox label{
 padding-left:10px;
 font-size:14.58px;
 font-weight:500;
 color:#323e48
}


.checkbox input {
 width:auto;
 opacity:.00000001;
 position:absolute;
 left:0
}

.checkbox {
 margin-top:0;
 margin-bottom:0;
 float:left;
 position:relative;
 background:#fff
}

.checkbox .helper {
 color:rgba(0,0,0,.5);
 position:absolute;
 top:2px;
 left:0;
 width:25px;
 height:25px;
 z-index:0;
 border:2px solid #aca1a1;
 border-radius:.0625rem;
 -webkit-transition:border-color .28s ease;
 transition:border-color .28s ease
}

.checkbox .helper::before,
.checkbox .helper::after {
 position:absolute;
 height:0;
 background-color:rgba(0,0,0,.7);
 display:block;
 -webkit-transform-origin:left top;
 transform-origin:left top;
 border-radius:.25rem;
 content:'';
 -webkit-transition:opacity .28s ease,height 0s linear .28s;
 transition:opacity .28s ease,height 0s linear .28s;
 opacity:0
}

.checkbox .helper::before {
 top:1rem;
 left:.68rem;
 -webkit-transform:rotate(-135deg);
 transform:rotate(-135deg)
}

.checkbox .helper::after {
 top:.5rem;
 left:.1rem;
 width:3px;
 -webkit-transform:rotate(-45deg);
 transform:rotate(-45deg)
}

.checkbox label:hover .helper {
 color:#ff5a00
}

.checkbox input:checked~.helper {
 color:#ff5a00;
 border: 2px solid rgba(0,0,0,.7);)
}

.checkbox input:checked~.helper::after,
.checkbox input:checked~.helper::before {
 opacity:1;
 -webkit-transition:height .15s ease 0s;
 transition:height .15s ease 0s
}

.checkbox input:checked~.helper::after {
 height:.7rem
}

.checkbox input:checked~.helper::before {
 height:1.8rem;
 width:2.5px;
 -webkit-transition-delay:.15s;
 transition-delay:.15s
}

#datepicker{ 
	background-image: url(../images/calender_icon.png);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 96%;
	cursor:pointer;
}

.datepickerinput{ 
	background-image: url(../images/calender_icon.png) !important;
	background-size: 18px !important;
	background-repeat: no-repeat !important;
	background-position: 96% !important;
	cursor:pointer !important;
}


@media(min-width:992px) and (max-width:1024px){
	.registrationheadertext{ font-size:45px; line-height: 60px;}	
}

@media(max-width:991px){
#sticky-sidebar{ position:static; max-width:100%; height:auto;}
#main_panel.col-lg-9{ max-width:100%;}
.panel_image{ height:auto;}
#sticky-sidebar .nav{ display:inherit;}
.step_links .previous, .step_links .next{ margin-bottom:30px;}
.panel_data{ padding:15px;}
.title_label{ font-size:17px;}
.nextprevious_button{ padding: 13px 50px;}
.registrationheadertext{font-size: 35px; font-weight: bold; line-height: normal; padding: 25px 10px;}	
}

@media (min-width:768px) and (max-width:1024px){
	.common_radiobuttons li label{ font-size: 16px;}
	.panel_data { padding: 35px 20px;}
}

@media (max-width:767px){
	.registrationheadertext{font-size: 30px; font-weight: bold; line-height: normal; padding: 25px 10px;}	
	.question_list .form-group{ margin: 0;}
}

@media(max-width:480px){
	.common_radiobuttons li{ width: 100%;}	
	.registrationheadertext{font-size: 25px;
}