body {
	margin:  0;
}

html, body {
	height: 100%;
	min-height: 100%;
}
button{border: 0;}
.custom-foodism-form .form-group {
    margin-bottom: 2rem;
}

.inner .repeater > div > div:last-child {
	margin-bottom: 20px;
}

.wizard-v2-content   {
	background: #fff;
	font-family: 'Lato', sans-serif;
	position: relative;
	display: flex;
	display: -webkit-flex;
	width: 60%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
}
.wizard-v2-content .wizard-image {
	background: url('../images/wizard-v2.jpg') center center no-repeat;
    width: 40%;
	background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	min-height: 100%;
	height: 100%;
	position: fixed;
	right: 0;
}
.wizard-v2-content .wizard-form {
	width: 100%;
	/*padding: 40px 73px 40px 52px;*/
	padding: 40px 40px 40px 100px;
}

.form-register .steps {
	margin-bottom: 50px;
	display: block;
	width: 100%;
	max-width: 100%;
}
.form-register .steps ul {
    display: flex;
    display: -webkit-flex;
    list-style: none;
    padding-left: 0;
}
.form-register .steps li,
.form-register .steps li.current {
	outline: none;
	-o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
}
.form-register .steps li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 100px;
    position: relative;
    outline: none;
    background-color: #d6d6d6;
	text-transform: capitalize;
}

#step-info {
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	opacity: 0.3;
	display: inline-block;
	margin-right: 15px;
}
.form-register .steps li:not(:last-child) a::before {
	position: absolute;
	content: "";
	background: #e5e5e5;
	width: 105px;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	left: 100%;
}
.form-register .steps li.last a::before {
	content: none;
}
.form-register .steps li.current a,
.form-register .steps li.current a:active,
.form-register .steps li.done a::before,
.form-register .steps li.done a,
.form-register .steps li.done a:active  {
    background: #e03c23 0% 0% no-repeat padding-box;
    color: #000;
    opacity: 1;
}

.form-register .steps li.done a::before,
.form-register .steps li.done a,
.form-register .steps li.done a:active {
	 opacity: 0.6;
}

.form-register .steps li.done .title {
	content: "&#10004;";
}

.form-register .steps li .current-info {
	display: none;
}
.form-register .steps li .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}
.form-register .steps li.current .title{color: #fff;}
.form-register .steps li.done .title{color: #fff;}
.form-register .content h2 {
	display: none;
}
/*.inner .form-row {
    display: flex;
    margin: 0 -10px;
    position: relative;
}
.custom-foodism-form {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}
.custom-foodism-form.form-holder-2 {
	width: 70%;
	position: relative;
}*/
.custom-foodism-form input[type=text],
.custom-foodism-form textarea,
.custom-foodism-form select {
    width: 100%;
    appearance: unset;
    -moz-appearance: unset;
    -webkit-appearance: unset;
    -o-appearance: unset;
    -ms-appearance: unset;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    -o-outline: none;
    -ms-outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;

    background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 15px;
	 -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
	opacity: 0.3;
	text-align: left;
	font: normal normal normal 16px/19px Lato;
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
}

.foodstory.repeater.step textarea {
    text-transform: none;
}

.custom-foodism-form textarea {
	padding: 14px;
}

.custom-foodism-form .custom-switch .custom-control-label::after {
	background-color: #FFF;
}

.custom-foodism-form .custom-control-label::before {
	border: #d3d3d3 solid 1px;
	background: #d3d3d3;
}

.custom-foodism-form .custom-control-input {
	border: 0px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #e03c23;
    background-color: #e03c23;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #000;
}

.custom-foodism-form .inline .custom-switch {
    padding-left: 60px;
}

/* for sm */

.custom-foodism-form .custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-foodism-form .custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-foodism-form .custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-foodism-form .custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-foodism-form .custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-foodism-form .custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-foodism-form .custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-foodism-form .custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-foodism-form .custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-foodism-form .custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-foodism-form .custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-foodism-form .custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

.custom-foodism-form label {
	margin-bottom: 10px;
	text-align: left;
	font: normal normal bold 17px Lato;
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	display: inline-block;
}

.custom-foodism-form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #666;
  font-size: 16px;
}
.custom-foodism-form input::-moz-placeholder {
	/* Firefox 19+ */
  color: #666;
  font-size: 16px;
}
.custom-foodism-form input:-ms-input-placeholder {
	/* IE 10+ */
  color: #666;
  font-size: 16px;
}
.custom-foodism-form input:-moz-placeholder {
	/* Firefox 18- */
  color: #666;
  font-size: 16px;
}
.custom-foodism-form select {
    background: 0 0;
    z-index: 1;
    cursor: pointer;
    color: #000;
    position: relative;
    background: transparent;
    background-image: url("../images/br_down.webp");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 50%;
}

.custom-foodism-form .custom_select {
	position: relative;
}

.custom-foodism-form .select-btn {
    z-index: 0;
    position: absolute;
    top: 45%;
	left: 85%;
    font-size: 28px;
    cursor: pointer;
    color: #000;
}
.custom-foodism-form.form-holder-2 .select-btn {
    top: 40%;
    right: 10%;
}

.actions ul {
	list-style: none;
	padding-left: 0;
    margin-top: 30px;
}

.actions ul li:nth-child(2), .actions ul li:nth-child(3) {
    float: right;
}

/*.actions ul li.disabled,
.actions ul li:first-child {
	display: none;
}*/
.actions ul li {
	padding: 0;
    border: none;
    display: inline-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
    cursor: pointer;
}

.actions ul li a {
	background: #e03c23;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    width: 160px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    height: 100%;
	padding: 15px;
	text-align: center;
}

.actions ul li:first-child a {
	background-color: #d3d3d3;
}

.actions ul li:hover a {
	background: #e03c23;
	color: #fff;
	font-weight: normal;
}

.actions ul li a {
	color: #000;
	text-decoration: none;
    padding: 15px 42px;
}

.wizard-header {
	margin-bottom: 50px;
}

.wizard-header h3 {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size: 29px;
	color: #000;
}

.wizard-header p {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #000000;
	text-transform: capitalize;
	opacity: 0.7;
}

.wizard-nav-header {
	display: block;
	width: 100%;
	margin-bottom: 50px;
}
.wizard-nav-header .wizard-nav-logo {
	width: 150px;
	display: inline-block;
	border-right: 1px solid #d3d3d3;
	padding-right: 25px;
}

.wizard-nav-header .wizard-nav-logo img {
	width: 100%;
}

.wizard-nav-header .wizard-page-name {
	display: inline-block;
	text-align: left;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	opacity: 0.3;
	padding-left: 20px;
	vertical-align: middle;
}

.wizard-nav-header .wizard-back-button {
	display: inline-block;
	width: 49%;
	text-align: right;
	vertical-align: middle;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.wizard-nav-header .wizard-back-button a {
	color: #000;
}

.wizard-nav-header .wizard-back-button a:hover,
.wizard-nav-header .wizard-back-button a:active,
.wizard-nav-header .wizard-back-button a:focus {
	color: #e03c23;
	text-decoration: none;
}

.btn-group-toggle .btn-secondary:not(:disabled):not(.disabled).active,
.btn-group-toggle .btn-secondary:not(:disabled):not(.disabled):active,
.btn-group-toggle .show > .btn-secondary.dropdown-toggle {
	color: #000;
	background-color: #e03c23;
	border: 1px solid #e03c23;
	border-radius: 21px;
	padding: 10px 30px;
}

.btn-group-toggle .btn-secondary:not(.active) {
	color: #000;
	background-color: #FFF;
	border: 1px solid #000000;
	border-radius: 21px;
	padding: 10px 30px;
}

.custom-foodism-form .btn {
	border-radius: 15px;
}

.custom-foodism-form .foodism {
	background-color: #e03c23;
	color: #fff;
	border: 1px solid #e03c23;
}

.custom-foodism-form .btn:hover {
	opacity: 0.8;
	cursor: grab;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
    display: block;
    width: auto;
}

.wizard-nav-header.mobile {
	display: none;
}

.inner > .repeater > div {
	counter-reset: my-sec-counter;
}

.inner > .repeater > div > div .number:before{
	counter-increment: my-sec-counter;
        content: counter(my-sec-counter);
}

.custom-label {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 133px !important;
    /* display: inline-block; */
}
.d-block.foodism.btn.btn-primary.btn-file, .col-md-4.foodism.btn.btn-primary.btn-file{
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
}
.disabled-btn {
    pointer-events: none;
}
.check-holder {
    word-break: break-word;
}
.check-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
}
.check-icon {
    margin-right: 10px;
}
.word-coutn {
    float: right;
    font-size: 14px;
    padding-top: 5px;
}
.word-coutn span {
    color: #b5b5b5;
}
.word-coutn i{
	color: #0e9136;
}

/* Responsive */
@media screen and (max-width: 1199px) {
	.wizard-v2-content .wizard-form {
	    padding: 40px;
	}
}
@media screen and (max-width: 768px) {
	.check-holder {
		font-size: 14px;
	}
	.custom-foodism-form {
		padding: 0;
		width: 100%;
	}

	.form-register .steps li a {
		margin-right: 30px;
	}

	.wizard-header h3 {
		font-size: 24px;
	}

	.wizard-header p {
		font-size: 12px;
	}

	.wizard-v2-content .wizard-form {
	    padding: 0px;
	    width: 100%;
	}

	.container {
		padding: 0px;
	}

	.wizard-header .headers {
		background-color: #e03c23;
		padding: 15px;
		display: inline-block;
		width: 100%;
	}

	.wizard-nav-header {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 50px;
	}

	.wizard-header p {
		margin-bottom: 0px;
	}

	.custom-foodism-form {
		padding-left: 15px;
		padding-right: 15px;
	}

	.wizard-nav-header.desktop {
		display: none;
	}

	.wizard-nav-header.mobile {
		display: block;
	}

	.mobile-logo-wrapper {
		display: inline-block;
		width: 50%;
		float: left;
	}

	.wizard-nav-header .wizard-nav-logo {
		border-right: 0px;
		padding-right: 0px;
		margin-bottom: 10px;
	}

	.wizard-nav-header .wizard-page-name {
		padding-left: 0px;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.form-register .steps li:not(:last-child) a::before {
		width: 50px;
	}

	.actions ul {
		transform: rotate(180deg);
	}

	.actions ul li {
		display: flex;
		transform: rotate(-180deg);
	}

	.actions ul li {
		margin-bottom: 20px;
	}

	.actions ul li:nth-child(2), .actions ul li:nth-child(3) {
		float: none;
	}

	#step-info {
		display: none;
	}

	.custom-foodism-form .form-group {
		margin-bottom: 1rem;
	}

	.wizard-v2-content {
		width: 100%;
	}
}

@media screen and (max-width: 575px) {
	.wizard-v2-content .wizard-form {
	    padding: 0px;
	    width: 100%;
	}
	.wizard-v2-content .wizard-image {
		display: none;
	}
}

@media (min-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

	.form-register .steps li a {
		margin-right: 40px;
	}

	.form-register .steps li:not(:last-child) a::before {
		width: 70px;
	}

	.wizard-v2-content {
		width: 60%;
	}

	.actions ul li a {
	    font-size: 14px;
	    width: 120px;
	    padding: 15px 30px;
	}

	#step-info {
    	font-size: 15px;
	}

	.wizard-nav-header .wizard-back-button {
		width: 24%;
		font-size: 14px;
	}
}
@media (min-width:961px)  {
	/* tablet, landscape iPad, lo-res laptops ands desktops */

	.form-register .steps li a {
		margin-right: 40px;
	}

	.form-register .steps li:not(:last-child) a::before {
		width: 70px;
	}

	.wizard-v2-content {
		width: 60%;
	}

	.wizard-nav-header .wizard-back-button {
		width: 40%;
	}

	.custom-foodism-form .select-btn, .custom-foodism-form .type.select-btn {
		left: 80%;
	}

}

@media (min-width:1025px) {

	.form-register .steps li a {
		margin-right: 100px;
	}

	.form-register .steps li:not(:last-child) a::before {
		width: 105px;
	}

	.group2 {
		background: url('../images/Group 2.png');
		position: fixed;
		bottom: 20%;
		z-index: 9999;
		background-size: contain;
		height: 50px;
		width: 50px;
		background-repeat: no-repeat;
	}

	.group3 {
		background: url('../images/Group 3.png');
		position: fixed;
		top: 20%;
		z-index: 9999;
		background-size: contain;
		height: 50px;
		width: 50px;
		background-repeat: no-repeat;
	}

	.wizard-nav-header .wizard-back-button {
		width: 49%;
	}

	.actions ul li a {
	    font-size: 15px;
	    width: 150px;
	}

	#step-info {
    	font-size: 19px;
	}

	.wizard-nav-header .wizard-back-button {
		width: 49%;
		font-size: 20px;
	}

	.custom-foodism-form .select-btn {
		left: 85%;
	}

	.custom-foodism-form .type.select-btn {
		left: 80%;
	}
}
@media screen and (max-width: 768px) {
	.wizard-header .headers h3{color: #fff;}
	.wizard-header .headers p{color: #fff;}
}
