.inquiry-content-wrap .common-heading {
	margin-bottom: 20px !important;
	text-wrap: balance;
}
.inquiry-content-wrap .align_center {
	text-align: center;
}
.IF--parah {
	color: var(--color-parahgraph);
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-align: center;
}
.IF--parah > * {
	line-height: 26px;
}
.IF--table {
	max-width: 892px;
	margin: 62px auto 0;
}
.IF--table table {
	width: 100%;
	text-align: center;
	border: 1px solid var(--color-oliveGreen);
}
.IF--table table thead th {
	color: #f95900;
	font-family: var(--font-futura);
	font-family: var(--font-interTight);
}
.IF--table table th,
.IF--table table td {
	border: 1px solid var(--color-oliveGreen);
	padding: 3px;
}
.IF--table table td {
	color: var(--color-parahgraph);
	background-color: #f3f4f8;
}
.IF--table caption {
	background-color: var(--color-oliveGreen);
	text-align: center;
	color: var(--color-white);
	text-transform: uppercase;
	font-family: var(--font-interTight);
	caption-side: top;
	padding: 10px 0;
	font-weight: 700;
}  

.inquiry_form_wrap br{
	display: none;
}
.inquiry_form_wrap {
	margin-top: 70px;
}
.inquiry_form_wrap label {
	color: var(--color-parahgraph);
	font-size: 19px;
	line-height: 24px;
	margin: 0;
	font-family: var(--font-lato);
	font-weight: 500;
	text-transform: capitalize;
}

.f_field label {
	margin-bottom: 17px;
}

.inquiry_form_wrap textarea,
.inquiry_form_wrap input,
.inquiry_form_wrap select {
	height: 47px;
	padding: 10px;
	border: 1px solid #707070;
	width: 100%;
}

.inquiry_form_wrap textarea:focus,
.inquiry_form_wrap input:focus,
.inquiry_form_wrap select:focus {
	border: 1px solid transparent;
	outline: 2px solid #f95900;
}

.inquiry_form_wrap textarea {
	height: 193px !important;
}

.form-subtitle {
	color: #f95900;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 27px !important;
	font-family: var(--font-lato);
	font-weight: 700;
}

.form-subtitle span {
	font-weight: 400;
}

.single-row-input .d-flex {
	gap: 17px 44px;
}
.single-row-input .d-flex > p{
	display: flex;
	gap: 17px 44px;
	align-items: center;
	width: 100%;
}

.single-row-input .d-flex > p .wpcf7-form-control-wrap{
	flex: 1;
	width: 100%;
}

.form-fields-wrap {
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	gap: 29px 16px;
	flex-wrap: wrap;
}

.inner-form-fields-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.form-fields-wrap.bottom_align {
	align-items: flex-end;
}

.form-fields-wrap.f-100 {
	flex-direction: column;
}

.form-fields-wrap.f-50>div {
	flex: 1;
	flex-basis: 40%;
}

.form-fields-wrap.f-75-25 {
	gap: 29px 58px;
}

.form-fields-wrap .single-row-input {
	flex-basis: 100%;
}

.form-tab {
	padding: 65.5px 0;
	border-bottom: 1px solid #76922c;
}

.form-tab:has(+ .form-submit) {
	border-bottom: unset;
}

.form-fields-wrap>.f_field_75 {
	flex-basis: 57%;
}

.form-fields-wrap>.f_field_25 {
	flex-basis: 38.7%;
	flex: 1;
}

.info-text {
	color: #76922c;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	font-family: var(--font-lato);
	font-weight: 700;
	font-style: italic;
}

.initial-formula-field-wrap {
	display: flex;
	flex-direction: column;
	padding: 0 15px;
	gap: 27px;
}

.radio-div {
	max-width: 750px;
}

.radio-div>label {
	flex: 1;
}

.form-submit {
	text-align: end;
}

/**checkbox**/
.check-box-rows {
	display: flex;
	flex-direction: column;
	gap: 29px;
}

.check-box-group {
	display: flex;
	flex-wrap: wrap;
	max-width: 810px;
	gap: 29px 0;
}

.initial-formula-check .check-box-group {
	max-width: 1000px;
}

.check-box-group>.checkboxes__item {
	flex: 1;
}

.checkbox.style-c .wpcf7-list-item {
	display: inline-block;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

.checkbox.style-c input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
	/* width: 27px;
	height: 27px; */
}

.checkbox.style-c input:checked~.checkbox__checkmark {
	background-color: #f95900;
	border-color: #f95900;
}

.checkbox.style-c input:checked~.checkbox__checkmark:after {
	opacity: 1;
}

.checkbox.style-c input:focus~.checkbox__checkmark {
	background-color: #f9570075;
}

.checkbox.style-c:hover input~.checkbox__checkmark {
	background-color: #f9570075;
}

.checkbox.style-c:hover input:checked~.checkbox__checkmark {
	background-color: #f95900;
}

.checkbox.style-c input:checked:focus~.checkbox__checkmark {
	background-color: #f95900;
}

.checkbox.style-c .checkbox__checkmark {
	position: absolute;
	top: -2px;
	/* transform: translateY(-50%); */
	left: 0;
	height: 27px;
	width: 27px;
	border: 1px solid #707070;
	transition: background-color 0.25s ease;
}

.checkbox.style-c .checkbox__checkmark:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 3px;
	width: 6px;
	height: 16px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.25s ease;
}

/***radio button***/

.radio-group .input-radio{
	display: flex;
	align-items: center;
	gap: 47px;
}

.radio-group label {
	cursor: pointer;
	display: flex;
	align-items: center;
	user-select: none;
}


.input-radio  .wpcf7-list-item{
    margin: 0;
}
.input-radio input {
	box-shadow: 0px 0px 0px 1px #707070;
	font-size: 3em;
	width: 27px !important;
	height: 27px !important;
	margin-right: 28px;
	background-clip: border-box;
	border-radius: 50%;
	appearance: none;
	border: 4px solid #fff !important;
	cursor: pointer;
	transition: background-color 0.3s, box-shadow 0.3s;
}

.input-radio input:checked {
	box-shadow: 0px 0px 0px 4px #f95900;
	background-color: #f95900;
}

.input-radio input:focus-visible,
.input-radio input:focus {
	box-shadow: 0px 0px 0px 4px #f95900 !important;
}

.radio-div>label {
	text-transform: unset !important;
	/* text-wrap: balance; */
	padding: 0 20px;
}

.name-cols,
.contact-cols {
	display: flex;
	flex-direction: column;
	gap: 29px;
}
.inquiry_form_wrap .primary-btn {
	width: auto;
	float: right;
}
@media (max-width: 767px) {

	.form-fields-wrap,
	.initial-formula-field-wrap {
		padding: 0;
	}

	.form-subtitle {
		margin-bottom: 29px !important;
		text-align: center;
		text-wrap: balance;
	}

	.form-fields-wrap,
	.form-fields-wrap .d-flex {
		flex-direction: column;
		text-align: center;
	}

	.single-row-input .d-flex > p{
		flex-direction: column;
		gap: 25px;
		text-align: center;
	}

	.form-fields-wrap .d-flex {
		gap: 25px;
	}

	.check-box-rows {
		flex-direction: row;
		align-items: baseline;
	}

	.initial-formula-check.check-box-rows {
		flex-direction: column;
	}

	.check-box-group>.checkboxes__item {
		flex-basis: 100%;
	}

	.check-box-rows:not(.initial-formula-check) .check-box-group>.checkboxes__item {
		text-wrap: nowrap;
	}

	.checkboxes__item:has(#NoAddedSugar) {
		display: none;
	}

	.form-fields-wrap.bottom_align {
		align-items: unset;
	}

	.info-text {
		text-align: center;
	}

	.check-box-rows .check-box-group {
		gap: 40px;
	}

	.form-submit {
		text-align: center;
	}
	.inquiry_form_section .wpcf7-not-valid-tip {
		margin-top: 10px;
	}
}

@media (max-width: 575px) {
	.checkbox.style-c .wpcf7-list-item{
		padding-left: 36px;
	}
	.inquiry_form_wrap textarea {
		height: 396px !important;
	}
	.IF--table table th span {
		display: none;
	}
}

@media (max-width: 425px) {
	.check-box-rows {
		flex-direction: column;
	}
}


body .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	gap: 29px 0;
	width: 100%;
}
body .wpcf7-form-control.wpcf7-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
	position: relative;
	padding-left: 50px;
	margin: 0;
  	width: 50%
}
body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked~.checkbox__checkmark {
	background-color: #f95900;
	border-color: #f95900;
}
body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked~.checkbox__checkmark:after {
	opacity: 1;
}
body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:focus~.checkbox__checkmark,
body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:hover input~.checkbox__checkmark {
	background-color: #f9570075;
}
body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:hover input:checked~.checkbox__checkmark,
body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked:focus~.checkbox__checkmark {
	background-color: #f95900;
}
body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .checkbox__checkmark {
	position: absolute;
	top: -2px;
	/* transform: translateY(-50%); */
	left: 0;
	height: 27px;
	width: 27px;
	border: 1px solid #707070;
	transition: background-color 0.25s ease;
}

body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .checkbox__checkmark:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 3px;
	width: 6px;
	height: 16px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.25s ease;
}
body .check-box-rows .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	width: 25%;
}

@media (max-width: 767px) {
	body .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
		width: 100%;
	}
	body .check-box-rows .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
		width: 50%;
	}
}