/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 18 2026 | 14:12:34 */
.mb-3 {
	margin-bottom: 1rem;
}

.mt-5 {
	margin-top: 40px;
}

.wpcf7-form fieldset {
	padding: 2px;
}

.cf7mls_next.action-button {
    background-color: #FF4014;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls-btns .cf7mls_next.action-button, 
.cf7mls-btns .cf7mls_back.action-button {
    margin: 10px 0 0;
    padding: 16px 44px;
	border-radius: 10rem;
	font-size: 20px;
	font-weight: 400;
	border: 1px solid #FF4014;
}


form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls-btns .cf7mls_next.action-button {
	width: calc(50% - 15px);
}

@media (max-width: 767.98px) {
form.cf7mls input.wpcf7-form-control.wpcf7-submit,
.cf7mls-btns .cf7mls_next.action-button {
	width: 100%;
}
}


form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover,
.cf7mls-btns .cf7mls_next.action-button:hover {
background-color: #4AA12C;
	border: 1px solid #4AA12C;
}

.cf7mls-btns .cf7mls_back.action-button {
	border: 1px solid #DBDBDB;
}

.cf7mls-btns.cf7mls-btns-last-step .cf7mls_back.action-button {
    margin: 10px 0 0;
}

.iq_form_footer {
	font-size: 14px;
	line-height: 1.44;
	color: #B8B8B8;
}

.iq_form_steps {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 50px;
}

.iq_form_step_num {
	display: flex;
	align-items: center;
	justify-content: center;
    font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	width: 26px;
	min-width: 26px;
	height: 26px;
	color: #101113;
	border: 1px solid #101113;
	border-radius: 10rem;
}

.iq_form_step_num_next {
	color: #DBDBDB;
	border: 1px solid #DBDBDB;
}

.iq_form_step_title {
    font-family: "Poppins", Sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
}

@media (max-width: 767.98px) {
.iq_form_steps img {
width: 40px;
}
	
.iq_form_steps {
	gap: 10px;
	}
}

.iq_form {
	width: 100%;
}

.iq_form_row {
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}

.iq_form_col {
  flex: 1 1 100%;
}

@media (min-width: 769px) {
  .iq_form_col {
    flex: 1 1 40%;
  }
}

@media (min-width: 600px) {
  .pum-container .iq_form_col {
    flex: 1 1 100%;
  }
	
.iq_form_group {
	margin-bottom: 20px;
}
}


@media (max-width: 768px) {
.wpcf7-form-control-wrap[data-name="form_mailing"] {
    margin-top: 0;
}
}

/*
.iq_form_group {
	margin-bottom: 20px;
}
*/

.iq_col_end {
	align-self: end;
}

.iq_form_label {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
	line-height: 1.3;
    color: #101113;
}

label,
textarea,
input[type="tel"],
input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"] {
  width: 100%;
}


.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
	min-width: 18px;
	width: 18px!important;
  height: 18px!important;
accent-color: #FF4014;
	padding: 0!important;
}


.iq_form_select {
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	height: 73px;
	padding: 20px;
	background-color: #fff;
	color: #111;
}

input[type=date] {
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	height: 73px;
	background-color: #fff;
	color: #111;
}


.wpcf7-radio .wpcf7-list-item label {
		border-radius: 5px;
	    height: 73px;
    border: 1px solid #ddd;
    padding: 25px 20px;
}


.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
	margin-right: 20px;
	margin-bottom: 14px;
}

.iq_form_check .wpcf7-list-item-label {
	font-size: 14px;
	line-height: 1.4;
}

.iq_form_check .wpcf7-list-item-label::before {
    margin-left: 4px;
}

.wpcf7-radio .wpcf7-list-item-label::before {
    margin-left: 4px;
}

.wpcf7-form-control-wrap {
    margin-top: 16px;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
	border: 0 none;
	margin: 0;
	padding: 20px 0 0;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid var(--e-global-color-accent);
	border-radius: 5px;
	margin-top: 32px;
	padding: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--e-global-color-accent);
}

.wpcf7-not-valid-tip {
    font-size: 16px;
    background-color: #FCEAE6;
    padding: 10px 20px;
    color: #E02A01;
	border: 1px solid #E02A01;
	border-top-color: transparent;
	border-radius: 0 0 5px 5px;
}

.wpcf7 form input[type="tel"].wpcf7-not-valid,
.wpcf7 form input[type="email"].wpcf7-not-valid,
.wpcf7 form input[type="text"].wpcf7-not-valid {
border-color: #E02A01;
	border-bottom-color: transparent;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-control::placeholder {
	color: #888;
	opacity: 1;
}

.wpcf7-form > p {
	margin: 0;
}

.wpcf7-spinner {
	display: none;
}

input:focus,
.form-control:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--e-global-typography-primary-font-family);
}

p {
	margin-bottom: 1.5rem;
}

p:last-child {
	margin-bottom: 0;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}

::-webkit-scrollbar-thumb {
	background: var(--e-global-color-accent);
}

::-webkit-scrollbar-track {
	background: #fff;
}