/*** Modal Form Css **/
		/* The Modal (background) */
		.contact_form_fs_modal {
		  display: none; /* Hidden by default */
		  position: fixed; /* Stay in place */
		  z-index: 9999999999; /* Sit on top */
		  left: 0;
		  top: 0;
		  width: 100%; /* Full width */
		  height: 100%;
	    justify-content: center;
		  background-color: rgb(0,0,0); /* Fallback color */
		  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
		}

		/* Modal Content/Box */
		.contact_form_fs_modal .fs_modal_content {
		  margin: 10% auto;
		  padding: 30px 20px;
		  border: 1px solid #888;
		  width: 580px;
		  display: flex;
		  flex-direction: column;
		  align-items: center;
		  border-radius: 13px;
		  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
		  background: #fff url(https://cdn.muhiku.com/wp-content/uploads/2023/07/bg_icons.webp) no-repeat;
		  background-position: center;
		  background-size: 97%;
		  position: fixed;
		}

		/* The Close Button */
		.contact_form_fs_modal .fs_modal_content .fs_modal_close_container {
		  color: #fff;
			font-size: 30px;
			font-weight: bold;
			width: 100%;
			text-align: right;
			position: absolute;
			top: 0;
			padding: 20px;
			right: 0;
			left: unset;
			width: fit-content;
		}

		@media only screen and (max-width: 600px) {
			.contact_form_fs_modal .fs_modal_content .fs_modal_close_container {
				padding: 18px;
			}
		}

		.fs_form_title_container{
			text-align:center;
		}

		.fs_form_title {
			margin: 0;
			font-family: Circular !important;
			font-size: 28px;
			line-height: normal;
			color: #4a4a4a;
			font-weight: 500;
			text-rendering: optimizeLegibility;
		}
			
		@media only screen and (max-width: 600px) {
			h3.fs_form_title {
				font-size: 21px;
			}
		}

		.fs_title_detail {
		  font-size: 17px;
		  font-weight: 500;
		  color: #008000;
		}
		
		@media only screen and (max-width: 600px) {
		
			.fs_title_detail {
				font-size: 14px;
			}
		}

		.contact_form_fs_modal .fs_modal_content .fs_modal_close_container:hover,
		.contact_form_fs_modal .fs_modal_content .fs_modal_close_container:focus {
		  color: #fff;
		  text-decoration: none;
		  cursor: pointer;
		}

		.contact_form_fs_modal .fs_modal_content .fs_modal_close_container:hover div {
			background-color: rgba(43, 45, 55, 0.7);
		}

		.contact_form_fs_modal .fs_modal_content .fs_form_title_container .form_notification {
    	margin: 10px 0px;
		}


		.fs_form_wrapper .fserv-container .fserv-form-name, .fs_form_wrapper .fserv-container .fserv-form-description{
			display: none;
		}
		.fserv-container {
		  background-color: unset!important;    
		  box-shadow: unset!important;
		}
		.fserv-container form{
			padding: 0px;
		}
		.fserv-container div {
		  margin-top: 0px;
		  margin-bottom: 0px;
		}
		.fserv-field+.fserv-field {
		  margin-top: 10px;
		}

		.fserv-form button[type="submit"].fserv-button-submit {
		  width: 200px;
		  border-radius: 8px;
		  background-color: #026aff!important;
		}
		.fserv-field label.error {
	    text-transform: none;
	    margin: 0px;
	    padding: 0px;
		}

		.fserv-container .fserv-label {
		  display: none;
		}
		.fserv-field {
		  padding: 0px;
		}

		.fserv-field+div:not(.fserv-field) {
		  text-align: center;
		  border: unset;
		  padding: 0px;
		}
		.fserv-form button[type="submit"].fserv-button-submit:after {
		content: url(https://muhiku.com/wp-content/uploads/2019/09/send.svg);
		float: right;
		margin-top: 5px;
		}
		input.formInput {
		  height: 38px;
		  margin-bottom: 0px;
		      width: 90%!important;

		}

		.powered-by {
		  display: none!important;
		}

		.fserv-field:nth-child(1) {
		  float: left;
		  width: 52%!important;
		  margin-bottom: 10px;
		}

		.fserv-field:nth-child(1) input.formInput{
		  width: 144px!important;
		}


		.fserv-field:nth-child(2){
		  width: 166px;
		  float: left;
		  margin-top: 0px;
		  margin-bottom: 10px;
		}

		.fserv-field:nth-child(2) input.formInput{
		  width: 167px!important;
		}

		.fserv-field:nth-child(1):before {
		  content: url(https://muhiku.com/wp-content/uploads/2019/09/avatar.svg);
		  float: left;
		  width: 35px;
		  border-bottom: 1px solid rgb(232,232,232);
		  height: 38px;
		  border-top: 1px solid rgb(232,232,232);
		  border-left: 1px solid rgb(232,232,232);
		  display: flex;
		  justify-content: center;
		  align-items: center;
		}
		.fserv-field:nth-child(3):before {
		  content: url(https://muhiku.com/wp-content/uploads/2019/09/envelope.svg);
		  float: left;
		  width: 10%;
		  border-bottom: 1px solid rgb(232,232,232);
		  height: 38px;
		  border-top: 1px solid rgb(232,232,232);
		  border-left: 1px solid rgb(232,232,232);
		  display: flex;
		  justify-content: center;
		  align-items: center;
		}
		.fserv-field:nth-child(4):before {
		  content: url(https://muhiku.com/wp-content/uploads/2019/09/phone-call.svg);
		  float: left;
		  width: 10%;
		  border-bottom: 1px solid rgb(232,232,232);
		  height: 38px;
		  border-top: 1px solid rgb(232,232,232);
		  border-left: 1px solid rgb(232,232,232);
		  display: flex;
		  justify-content: center;
		  align-items: center;
		}
		.fserv-field:nth-child(5):before {
		  content: url(https://muhiku.com/wp-content/uploads/2019/09/home.svg);
		  float: left;
		  width: 10%;
		  border-bottom: 1px solid rgb(232,232,232);
		  height: 38px;
		  border-top: 1px solid rgb(232,232,232);
		  border-left: 1px solid rgb(232,232,232);
		  display: flex;
		  justify-content: center;
		  align-items: center;
		}

/*** Modal Form Mobile Css **/
	@media only screen and (max-width: 600px) {
	 	.contact_form_fs_modal .fs_modal_content {
			width: 100%;
			margin: 0 auto;
			position: fixed;
			left: 0;
			bottom: 0;
			padding: 20px 8px;
			border-radius: 25px 25px 0px 0px;
			min-height: 60vh;
	 	}

		.fs_form_wrapper{
			width:90%;
		}

	 	.fserv-form{
	 		display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    margin-left: 11px;
	 	}
	 	.fserv-field {
    	width: 80%!important
		}
		.fserv-field:nth-child(1){
    	width: 80%!important
		}
		.fserv-field:nth-child(2){
			margin-bottom: 0px;
		}
	 .fserv-field:nth-child(2):before {
	    content: url(https://muhiku.com/wp-content/uploads/2019/09/avatar.svg);
	    float: left;
	    width: 35px;
	    border-bottom: 1px solid rgb(232,232,232);
	    height: 38px;
	    border-top: 1px solid rgb(232,232,232);
	    border-left: 1px solid rgb(232,232,232);
	    display: flex;
	    justify-content: center;
	    align-items: center;
		}

		.fserv-field:nth-child(2) input.formInput {
		  width: 83%!important;
		}

		.fserv-field:nth-child(1) input.formInput {
		  width: 83%!important;
		}

		.fserv-field input.formInput {
		   width: 83%!important;
		}

		.fserv-field:before {
		  width: 16%!important;
		}
	}


/*** ****/
	
	.formInput input{
		background: #fff!important;
		border: 1px solid rgb(232,232,232)!important;
		margin-bottom: 0px!important;
		height: 50px!important;
		font-weight: normal!important;
		border-radius: 0px 4px 4px 0px;
	}

	@media only screen and (max-width: 600px) {
		.formInput input {
			height: 40px!important;
		}
	}

	.formInput select {
		border: 1px solid rgb(232,232,232)!important;
		margin-bottom: 0px!important;
		height: 38px!important;
		font-family: "Product-Sans", sans-serif!important;
		font-weight: normal!important;
	}

	.formInput {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 18px;
		background-color: #fff;
	}

	.contactform .formInput:nth-child(1) input{
		max-width: 45%;
	}

input[name="lastname"] {
margin-left: 4px!important;
}

		.contactform .formInput:nth-child(1):before {
		  content: "";
			float: left;
			width: 10%;
			border-bottom: 1px solid rgb(232,232,232);
			height: 50px;
			border-top: 1px solid rgb(232,232,232);
			border-left: 1px solid rgb(232,232,232);
			display: flex;
			justify-content: center;
			align-items: center;
			background: url(https://muhiku.com/wp-content/uploads/2019/09/avatar.svg) no-repeat;
			background-position: center;
			border-radius: 4px 0px 0px 4px;
		}

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

		.contactform .formInput:nth-child(1):before {
			height: 40px;
		}
	}

		.contactform .formInput:nth-child(2):before {
		  background: url(https://muhiku.com/wp-content/uploads/2019/09/envelope.svg) no-repeat;
			content: "";
			float: left;
			width: 10%;
			border-bottom: 1px solid rgb(232,232,232);
			height: 50px;;
			border-top: 1px solid rgb(232,232,232);
			border-left: 1px solid rgb(232,232,232);
			display: flex;
			justify-content: center;
			align-items: center;
			background-position: center;  
			border-radius: 4px 0px 0px 4px;
		}


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

			.contactform .formInput:nth-child(2):before {
				height: 40px;
			}
		}
	
		.contactform .formInput:nth-child(3):before {
			content:"";
		  background: url(https://muhiku.com/wp-content/uploads/2019/09/phone-call.svg) no-repeat;
		  float: left;
		  width: 10%;
		  border-bottom: 1px solid rgb(232,232,232);
		  height: 50px;
		  border-top: 1px solid rgb(232,232,232);
		  border-left: 1px solid rgb(232,232,232);
		  display: flex;
		  justify-content: center;
		  align-items: center;
			background-position: center;
			border-radius: 4px 0px 0px 4px;
		}


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

		.contactform .formInput:nth-child(3):before {
			height: 40px;
		}
	}

		.contactform .formInput:nth-child(4):before {
			content: "";
		  background: url(https://muhiku.com/wp-content/uploads/2019/09/home.svg) no-repeat;
		  float: left;
		  width: 10%;
		  border-bottom: 1px solid rgb(232,232,232);
			height: 50px;
		  border-top: 1px solid rgb(232,232,232);
		  border-left: 1px solid rgb(232,232,232);
		  display: flex;
		  justify-content: center;
		  align-items: center;
			background-position: center;
			border-radius: 4px 0px 0px 4px;
		}
		

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

		.contactform .formInput:nth-child(4):before {
			height: 40px;
		}
	}

	

		.contactform_submit {
			width: 200px;
			border-radius: 8px;
			background-color: #0C9250!important;
			border-color: #0C9250;
			font-family: 'HelveticaNow' !important;
			font-weight: 700;
			font-size: 20px;
			padding: 8px 10px;
			margin: auto;
			display: flex;
			align-items: center;
		}

		.contactform_submit span {
			flex:2;
		}

		.contactform_submit:after {
			content: url(https://muhiku.com/wp-content/uploads/2019/09/send.svg);
			float: right;
			margin-right: 16px;
		}

		.form_notification .success {
			border: 1px solid #07b00a;
			background: #dff1e3;
			font-size: 12px;
			padding: 5px 8px;
			border-radius: 4px;
			margin: 8px 0px 0px 0px;
			display: block;
		}

		@media only screen and (max-width: 600px) {
			.form_notification .success {
				width: 80%;
				margin: auto;
				height: 100px;
				font-size: 19px;
				color: #07b00a;
				line-height: 1.5;
				display: flex;
				align-items: center;
				justify-content: center;
			}
		}

		.form_notification .error{
			border: 1px solid #714650;
			background: #f3dde6;
			font-size: 12px;
			padding: 0px 38px;
			border-radius: 4px;
			margin: 8px 0px 0px 0px;
			display: block;
		}

		.contact_form_fs_modal .fs_modal_content .fs_form_wrapper .waiting {
			text-align: center;
		}


		.fs_form_wrapper {
			margin:30px 30px 0 30px;
		}


		@media only screen and (max-width: 600px) {
			.step2 .fs_form_wrapper {
				margin: 25px auto;
			}
		}

		.fs_form_wrapper.wide {
			margin: 30px 0px;
		}


		@media only screen and (max-width: 600px) {
		.fs_form_wrapper.wide {
			margin: 0;
			width: 100%;
		}
		
	}




		.single_goal span {
			font-size: 14px;
			font-weight: 500;
			font-stretch: normal;
			font-style: normal;
			line-height: normal;
			letter-spacing: normal;
			text-align: center;
			color: #000;
		}
		
		.single_goal {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 5px;
			height: 36px;
			border-radius: 6px;
			border: solid 1px #026aff;
			padding: 6px 7px;
			background: #fff;
			cursor: pointer;
		}
		
		.goals_ {
			display: flex;
			flex-wrap: wrap;
			gap: 12px;
			margin: 35px 0px;
		}
		
	@media only screen and (max-width: 600px) {
		.goals_ {
			align-items: center;
			justify-content: center;
			margin: 27px 0px;
		}
	}

		.step1 {
			padding: 0px 15px;
		}

		@media only screen and (max-width: 600px) {
			.step1 {
				padding: 0px 12px;
			}
		}

		.step2 {
			display: none;
		}

		.single_goal:hover {
			background: #026aff70;
			border-color: #026aff70;
		}
		
		.single_goal:hover span {
			color: #fff;
		}
		
		.single_goal:hover .icon {
			background: #fff;
		}


		.single_goal.gradient-button {
			position: relative;
			border: unset;
		}
		
		.single_goal.gradient-button span {
			font-size: 14px;
			background: linear-gradient(256deg, #ff0000, #ff7c60 49%, #fdcf58);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			animation: textShine 6s ease-in-out infinite alternate;
		}
		
		.single_goal.gradient-button:after {
			content: "";
			border-image: linear-gradient(45deg, red, blue) 10;
			border-radius: 6px;
			border: 2px solid transparent;
			background: linear-gradient(256deg, #ff0000, #ff7c60 49%, #fdcf58);
			-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
			-webkit-mask-composite: source-out;
			width: 100%;
			display: block;
			height: 37px;
			position: absolute;
			animation: textShine 7s ease-in-out infinite alternate;
		}
		
		.single_goal.gradient-button i {
			background: linear-gradient(256deg, #ff0000, #ff7c60 49%, #fdcf58);
		}

		.single_goal.gradient-button:hover {background: linear-gradient(342deg, #ff0000, #ff7c60 49%, #fdcf58);}

		.single_goal.gradient-button:hover span {
			color: #fff;
			-webkit-text-fill-color: unset;
		}
