/*header{*/
	/*background-color: #2339b3;*/
/*	background-color: #FFF;*/
/*	box-shadow: 0 0 10px rgba(0,0,0,.2);*/
/*	top:0;*/
/*}*/

body{
padding-top: 110px;
}
.assesment-sec{
	position: relative;
}
.assestment_header{
	width: 100%;

}
.assestment_header .inner_wrapper{
	position: relative;
	padding: 10px;
}
.assestment_header .inner_wrapper .back{

}
.continue-btn,
.submit-btn,
.back-btn{
   border-radius: 40px;
   padding: 10px 30px;
   background-color: #f5781d;
   color: #FFF !important;
   min-width: 150px;
   font-size: 18px;
   line-height: 19px;

}
.continue-btn:hover{
	margin-top:3px;
	color:#FFF;
}
.back-btn{
	display: none;
	min-width: auto;
	font-size: 16px;
}
.back-btn i{
	font-size: 10px;
	margin-right:5px;
}
.back-btn.visible{
	display: block;
}


.assetment_form_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 70vh;
	min-height: 350px;
	max-width: 640px;
	margin: 20px auto 0;
}
.assesment_form_step{
	width:100%;
	position: absolute;
	top:0;bottom:0;
	left:110%;
	transition: all ease-in .4s;
	padding: 0 20px;
}
.assesment_form_step.step_1{
	padding-top: 50px;
}
.assesment_form_step.visible{
	left:0;
}
.assesment_form_step.visited{
	left:-100%;
}
.assesment_form_step .content_body{
	display: flex;
	flex-direction: column;
	justify-content: center;;
	align-content: center;
	text-align: center;
	position: relative;
	padding-bottom: 80px;
}

.assesment_form_step h2{
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.assesment_form_step.step_1 h2{
    font-size: 36px;
    line-height: 46px;
}
.assesment_form_step p{
    font-size: 17px;
    color: rgba(34, 34, 34, 0.56);
    line-height: 24px;
    margin-top: 0;
}
.assesment_form_step .action-btn{
	text-align: center;
	position: absolute;
	left:0;
	right:0;
	bottom:20px;
}
.assesment_form_step .action-btn .continue-btn[disabled]{
   background-color: #ccc;
}
/*.assesment_form_step:not(.assesment_form_step.step_1) .continue-btn{
  display: none;
}*/
.w3-row.p{
	margin-left: -7px;
	margin-right: -7px;
}
.w3-row.p > .w3-col{
	padding: 7px;
}


.detail_form,
.city_ {
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
}
.city_ {
	max-width: 250px;
}
.detail_form label,
.city_ label{
	display: block;
	font-size: 17px;
	line-height: 15px;
	margin-bottom: 8px;
	color:#000;
}
.detail_form .input_box{
    margin-bottom: 20px;
}
.detail_form input,
.city_ input{
   height: 40px;
   padding: 10px;
   border: 1px solid #ccc;
   background-color: #f7f7f7;
   font-size:17px;
   width: 100%;
   box-shadow: rgb(255 0 0 / 5%) 0px 6px 13px 0px, rgb(0 0 0 / 8%) 0px 1px 4px 0px;
}
.detail_form input.error{
	border: 2px solid #F00;
}


.complete_sign{
	width:70px;
	height: 70px;
	background-color:green;
	color:#FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	font-size:30px;
	margin: 0 auto;
}
.complete_sign img{
    width:100%;
}



.assesment_form .input_group{
	padding-bottom: 70px;
}
.assesment_form .input_box{
	margin-bottom: 0;
}
.assesment_form input,
.assesment_form select,
.assesment_form textarea{
	width:100%;
	height: 40px;
	border: 1px solid #00a4b7;
	padding: 0 10px;
}
.assesment_form select{
	font-size: 17px; 
}
.assesment_form .space_{
	height:10px;
}

.custom_select_boxes .input_box{
  display:block;
  margin-bottom: 0;
}
.custom_select_boxes .input_box input{
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.custom_select_boxes .input_box label{
  display:block;
  font-size: 16px;
  line-height: 17px;
  padding: 4px;
  background-color: #f6f6f6;
  position: relative;
  color: #000;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  border: 2px solid #f6f6f6;
}
.custom_select_boxes .input_box input:checked+label{
  border-color: #4e3224;
}
.smile_  .input_box label{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 140px;
	overflow: hidden;
}
.smile_ img{
	max-width: 70%;
	margin:0 auto;
}
.smile_  .show-on-active{
	width: 100%;
	height: 100%;
	position: absolute;
    left:0;
    top:100%;
    background-color: #f6f6f6;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*transition: all ease-in .4s;*/
}
.smile_ :checked+label .show-on-active{
	top:0;
}
.smile_ .input_box:hover .show-on-active{
	top:0;
}
.smile_ h3{
	font-size: 22px;
	line-height: 32px;
	margin:0;
	color: #FFF;
}
.smile_ p{
   color:#FFF;
   font-size: 16px;
   line-height: 22px;
   margin:0;
}

.selfie_img{
	display: block;
	width: 280px;
	background-color:#f7f7f7;
	border:1px solid #ccc;
	margin: 0 auto;
	background-image: url('https://lovemysmile.com/wp-content/uploads/2021/11/img_212915.png');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left 10px center;
	padding:10px 10px 10px 60px;
	position: relative;
}
.selfie_img input{
	visibility: hidden;
	position: absolute;
	z-index: -1;
}
#selfie_file_names{
	max-width: 200px;
	margin:10px auto;
}


.submit-btn{
	padding: 10px 40px;
	border-radius: 40px;
	background-color:#f5781d;
	color:#FFF;
	font-size: 20px;
	line-height: 21px;
}


@media screen and (max-width: 767px){
	.assetment_form_wrapper{
		height: auto;
	}
}
