.quiz_sec *{
		margin: 0;
		padding: 0;
	}
	.quiz_sec{
		background-color: #f8f8f8;
	}
	.container{
		width: 100%;
		max-width: 600px;
		min-height: 88vh;
		padding: 0 16px;
		margin: 0 auto;
	}
	.quiz_container .step{
		display: none;
	}
	.quiz_container .step.active{
		display: block;
	}
	.quiz_container{
		padding: 20px 0;
	}
	.quiz_container .step_2{
		padding-bottom: 20px;
	}
	.quiz_container .logo_cont .logo{
		width: 100%;
		max-width: 123px;
		display: block;
		margin: 0 auto;
	}
	.quiz_container .logo_cont{
		padding: 10px 0;
		position: relative;
	}
	.quiz_container .logo_cont .back_btn{
		position: absolute;
		left: 8px;
		top: 10px;
		bottom: 10px;
		font-size: 19px;
		cursor: pointer;
	}
	.quiz_container .step_cont .step_head{
		font-size: 32px;
		line-height: 1.2;
		padding-bottom: 20px;
		padding-top: 40px;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		text-align: center;
	}
	.quiz_container .step_1 .step_head{
		padding-top: 0;
	}
	.quiz_container .step_btn{
		border-radius: 0.375rem;
		background-color: #4aa614;
		border: none;
		outline: none;
		color: #FFFFFF;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		text-align: center;
		width: 100%;
		padding: 22px 32px;
		font-size: 16px;
		font-weight: 700;
		transition: 0.2s;
		cursor: pointer;
		margin-bottom: 12px;
	}
	.quiz_container .step_btn:hover{
		background-color: #4ed313;
	}
	.quiz_container .btn_cont{
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.quiz_container .progress_bar{
		background-color: #d7d7d7;
		height: 8px;
	}
	.quiz_container .progress_bar .progress{
		background-color: #008c0a;
		height: 100%;
		width: 0;
	}
	.quiz_container .step_dec{
		color: #1A202C;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
		padding-bottom: 20px;
	}
	.quiz_container .gender_selector_cont{
		display: flex;
		gap: 0;
		padding: 0 20px;
	}
	.quiz_container .gender_selector_cont .gender_selector{
		background-color: #4aa614;
		padding: 12px;
		cursor: pointer;
		text-align: center;
		width: 50%;
		border-radius: 0.375rem;
	}
	.quiz_container .gender_selector_cont .gender_selector:not(:last-child){
		margin-right: 10px;
	}
	.quiz_container .gender_selector_cont .gender_selector:hover{
		background-color: #4ed313;
	}
	.quiz_container .gender_selector_cont .gender_selector .head{
		color: white;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
	}
	.quiz_container .gender_selector_cont .gender_selector .img{
		width: 100%;
		margin: 0px auto;
		max-width: 141px;
	}
	.banner_cont{
		border-radius: 0.5rem;
		border: 1px solid #E2E8F0;
		overflow: hidden;
	}
	.banner_cont .banner_head{
		background-color: rgba(74,166,20,255);
		color: white;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 14px;
		text-align: center;
		padding: 9px 8px;
	}
	.banner_cont .banner_dec{
		color: #1A202C;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
		text-align: center;
		padding: 12px;
		font-weight: 700;
	}
	.banner_cont .img{
		width: 100%;
	}
	.banner_cont .banner_dec_2{
		color: #1A202C;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
		text-align: center;
		padding: 8px;
		font-weight: 400;
		line-height: 1.3;
	}
	.quiz_container .step_4 .step_btn, .quiz_container .step_5 .step_btn, .quiz_container .step_6 .step_btn, .quiz_container .step_7 .step_btn,
	.quiz_container .step_8 .step_btn{
		padding: 10px;
	    display: block;
	    margin-top: 20px;
	}
	.quiz_container .form_field_cont .form_input{
		box-shadow: rgba(132,132,132,255) 0px 0px 0px 2px;
		border: none;
		outline: none;
		padding: 0 16px;
		height: 40px;
		width: 100%;
		border-radius: 0.5rem 0 0 0.5rem;
		color: #1A202C;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
		appearance: none;
	}
	.quiz_container .form_field_cont .form_input.error_field{
		outline-color: #E53E3E;
	}
	.quiz_container .input_deg_cont{
		display: flex;
	}
	.quiz_container .form_lable{
		margin-bottom: 8px;
		display: block;
		font-weight: 700;
		color: #1A202C;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
	}
	.quiz_container .input_deg_cont .deg{
		height: 40px;
		background-color: #e5e4e0;
		color: #1A202C;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
		padding: 0 16px;
		border-radius: 0 0.5rem 0.5rem 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 2px;
	}
	.quiz_container .error{
		color: #E53E3E;
	    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	    font-size: 14px;
	    margin-top: 8px;
	}
	.quiz_container .row{
		display: flex;
		gap: 10px;
		justify-content: space-between;
	}
	.quiz_container .row .col{
		max-width: 50%;
		width: fit-content;
	}
	.quiz_container .row .dec{
		color: #1A202C;
	    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	    font-size: 14px;
	    margin-top: 8px;
	}
	.quiz_container .step_sub_head{
		color: #1A202C;
	    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	    font-size: 20px;
	    padding: 40px 0 20px;
	}
	.quiz_container .step_sub_head_2{
		color: #1A202C;
	    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	    font-size: 18px;
	    padding: 0 0 20px;
	}
	.quiz_container .step_8 .img{
		width: 100%;
	}
	.quiz_container .step_9 .gender_selector_cont .gender_selector .img{
		height: 150px;
		margin: 0px auto;
		object-fit: contain;
	}
	.quiz_container .step_9 .gender_selector_cont .gender_selector .head{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.quiz_container .step_9 .gender_selector_cont{
		padding: 0;
	}
	.quiz_container .svg_cont{
		position: relative;
	}
	.quiz_container .svg_cont .dot{
		position: absolute;
		bottom: 29px;
        right: 67px;
        background-color: #eb731a;
        width: 1.25rem;
        height: 1.25rem;
        border: 3px solid #FFFFFF;
        border-radius: 100px;
	}
	.quiz_container .svg_cont .dot .value{
		position: absolute;
	    bottom: 25px;
	    left: -18px;
	    background-color: #eb731a;
	    font-size: 16px;
	    color: white;
	    border-radius: 0.375rem;
	    padding: 10px;
	    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	    font-weight: 700;
	}
	.quiz_container .step_10 .row .col{
		width: 50%;
		text-align: center;
	}
	.quiz_container .step_10 .step_dec, .quiz_container .loader_step .step_dec{
		padding-top: 40px;
	}
	.loader_step .step_loader{
		width: 100%;
		height: 15px;
		overflow: hidden;
		background-color: #E2E8F0;
	}
	.loader_step .step_loader .loader_bar{
		width: 50%;
		background-color: #4aa614;
		animation: loader 1s ease infinite;
		height: 100%;
	}
	@keyframes loader{
		0%{
			transform: translate(-100%, 0);
		}
		100%{
			transform: translate(200% , 0);
		}
	}
	.quiz_container .step_10 .step_head{
		padding-top: 0px;
	}
	/*review_sec*/
	.review_1 .d-flex{
		display: flex;
		justify-content: space-between;
	}
	.review_main{
		padding: 30px 0px;
		display: flex;
	    flex-direction: column;
	    gap: 0;
		width: 100%;
	}
	.review_1{
		border: 1px solid rgb(226, 232, 240);
	 		padding: 16px;
				 border-radius: 14px;
	}
	.review_1:not(:last-child){
		margin-bottom: 18px;
	}
	.review_1 .fa-star{
		color: rgb(214,158,46);
		font-size: 13px;
		
	}
	.review_1 h3{
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 700;
		padding-bottom: 6px;
		margin: 0;
	}
	.review_1 h4{
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: 500;
	}
	.verifed_text{
		font-weight: 600!important;
		background-color: rgb(198, 246, 213);
		padding: 1px 4px;
	    height: fit-content;
	}
	.review_1 p{
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
		font-weight: 400;
		padding-bottom: 6px;
	}
	.border_review{
		border: 1px solid rgb(226, 232, 240);
		width: 100%;
		margin: 20px 0px;
	}
	.quiz_container .weight_summery_box{
		display: flex;
		background-color: white;
		border: 1px solid #e0e3eb;
	    border-radius: 0.5rem;
	    margin-top: 1.25rem;
	    background-image: url(/wp-content/uploads/2024/09/arrows.jpg);
	    background-position: center center;
	    background-repeat: no-repeat;
	}
	.quiz_container .weight_summery_box .col{
		width: 50%;
		text-align: center;
	}
	.quiz_container .weight_summery_box .col .col_head{
		font-size: 18px;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		padding: 12px 12px 0px 12px;
	}
	.quiz_container .weight_summery_box .col .dec{
		font-size: 16px;
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		padding: 0px 12px 12px 12px;
	}
	.quiz_container .weight_summery_box .col .col_footer{
		padding: 4px 4px 16px 4px;
		background-color: #f6f6f6;
	}
	.quiz_container .weight_summery_box .col .col_footer .dec{
		padding: 0 4px;
		margin: 0 auto;
		font-size: 12px;
		font-weight: 700;
		width: fit-content;
		background-color: #EDF2F7;
		margin-top: 8px;
	}
	.quiz_container .weight_summery_box .col.to .col_footer .dec{
		color: #22543D;
		background-color: #C6F6D5;
	}
	.quiz_container .weight_summery_box .col .img{
		width: 100%;
		height: 150px;
		object-fit: contain;
		margin: 12px 0;
	}
	.logo_row{
		display: flex;
		gap: 1rem;
		align-items: center;
	}
	.logo_dec_cont{
		background-color: #e6e6e6;
		margin-top: 40px;
		border-radius: 0.5rem;
		padding: 1.25rem;
	}
	.logo_row .img{
		width: 100%;
		max-width: 84px;
		height: fit-content;
	}
	.logo_row_2 {
		margin-top: 16px;
	}
	.logo_row_2 .img{
		height: 30px;
		width: 100%;
		object-fit: contain;
	}
	.logo_row .dec{
		font-size: 16px;
	    font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	    padding: 0px 12px 12px 12px;
	    line-height: 1.5;
	}
	.step_head_2{
		padding: 40px 0 0 !important;
		font-size: 36px !important;
	}
	.price_card{
		background-color: #aad9ef;
		padding: 20px;
		border-radius: 0.5rem;
		text-align: center;
		margin-top: 20px;
	}
	.price_card .logo{
		max-width: 153px;
		margin: 0px auto;
		margin: 0px auto;
	}
	.price_card .img{

		margin: 0px auto;
		max-width: 312px;
		margin: 12px auto 0;
	}
	.price_card .step_head_3{
		padding-top: 12px !important;
	}
	.price_card .sub_head{
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 20px;
		margin-bottom: 12px;
	}
	.price_card .dec{
		font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
		font-size: 16px;
	}
	.price_card .step_head_4{
		margin-top: 8px;
	}
	.price_card .dec_2{
		font-size: 14px;
	}
	.price_card .dec_3{
		margin-bottom: 20px;
	}
	.quiz_container .submit_btn, .quiz_container .learnmore{
		padding: 18px 12px;
		max-width: 280px;
		margin: 20px auto 0;
		display: block;
		background-color: #eb731a !important;
	}
	.quiz_container .submit_btn:hover, .quiz_container .learnmore:hover{
		background-color: #88c862 !important;
	}
	.quiz_container .sub_head_5{
		font-weight: 400 !important;
		padding: 20px 0 0 0 !important;
	}
	.quiz_container .final_rating{
		padding: 20px 0 0 0 !important;
		font-size: 60px !important;
		font-weight: 400;
	}
	.quiz_container .weight_summery_box .col.to .dec b{
		color: #88c862;
	}
	.quiz_container .male_pic, .quiz_container .female_pic{
		display: none;
	}
	@media screen and (max-width: 767px){
		.quiz_container .step_cont .step_head{
			font-size: 22px;
		}
	}

.back_btn.fa-solid.fa-arrow-left::before { content: "←"; font-style: normal; font-weight: 700; margin-right: 4px; }
.fa.fa-star::before { content: "★"; color: #f5a623; }
.fa-solid, .fa { font-family: inherit; font-style: normal; }
