/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

/*input phone prefix*/
span.your-country-wrapper {
    float: left;
    width: 25%;
    line-height: 0;
}
span.tel-number-wrapper {
    float: right;
    width: 75%;
}
.cf7form-simple .your-country-wrapper select {
    padding-bottom: 9px;
    border-radius: 5px 0px 0px 5px;
    background-color: white;
}
.cf7form-simple .tel-number-wrapper input {
    border-radius: 0px 5px 5px 0px;
    border-left: none !important;
}
.cf7form-simple .your-country-wrapper option {
    font-size: 12px;
}
select {
    padding: .2rem 0.7rem;
}
.wpcf7-form select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.71875 6.39518L0.71875 1.39518L1.88542 0.228516L5.71875 4.06185L9.55208 0.228516L10.7188 1.39518L5.71875 6.39518Z" fill="%23383F47"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 12px;
    padding-right: 20px;
    line-height: 1.58;
}
select:focus {
    outline: none !important;
}
input:focus {
    outline: none !important;
}
.last-step.form6.cf7form-simple {
    max-width: 850px;
}


.form6.cf7form-simple {
    max-width: 950px;
}
.step-container {
    margin: auto;
    text-align: center;
}
.step-header h3 {
    color: #B0B6BB;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
	margin-bottom: 32px;
    margin-top: 32px;
}
.step-element {
    max-width: 50px;
    width: 10%;
    height: 4px;
    border-radius: 4px;
    background-color: #D9D9D9;
}
.step-element.active {
    background-color: #DA000F;
}
.step-counter {
    font-size: 16px;
    color: white;
	margin-bottom: 32px;
}
.step-sector {
    max-width: 568px;
    display: flex;
    margin: 32px auto;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cf7-small-row .cf7-col-1 {
    min-width: 350px;
    margin: auto;
}

.cf7form-simple {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .cf7-row {
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
  }
  
  .cf7-col-2 {
    flex: 1; 
    min-width: 250px;
  }
  
  .cf7form-simple label {
    display: block;
    margin-bottom: 5px; 
  }
  
  .cf7form-simple input,
  .cf7form-simple textarea {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
	color: #69727d;
  }

.cf7from-footer .wpcf7-submit {
    max-width: fit-content;
}

.cf7form-simple p {
    color: white;
	font-size: 12px;
}

.cf7form-simple a {
	text-decoration:underline;
    color: white;
	font-size: 15px;
}
p.infotext {
    font-size: 16px;
    max-width: 320px;
    margin: 0px auto 20px auto;
    text-align: center;
}
}
.cf7-btn {
    width: fit-content;
    margin: auto;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    border-radius: 8px;
    font-weight: 400;
    margin: 0px 0px 0px;
    float: right;
    font-size: 16px !important;
}
.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: 0px!important;
}

.cf7-row label {
    font-size: 16px;
    line-height: 2;
}
.form6 .cf7-svg .wpcf7-submit {
        padding: 12px 30px 12px 30px !important;
    background-position: right 30px center;
}
.form-buttons p {
    height: fit-content;
}
.form7 .cf7-svg .wpcf7-submit {
    padding: 16px 20px 16px 0px !important;
    background-position: right 30px center;
}

.cf7form-simple input[type="checkbox"] {
    appearance: none;
    position: relative;
    top: 13px;
    right: 10px;
    height: 24px;
    width: 24px;
    background-color: #ffffff;
    border: 1px solid #D5D7DD !important;
    border-radius: 6px;
    margin-bottom: 0px;
}

.cf7-btn input {
    padding: 16px 30px!important;
    font-size: 18px!important;
}

p.cf7-gdpr {
    margin: 0px 0px 10px 0px;
	line-height: normal;
}
.intl-tel-input.allow-dropdown input {
    color: #69727d;
}

.cf7-btn {
    width: fit-content;
    margin: auto;
}

.cf7form-simple input[type="checkbox"] {
    accent-color: #dd131c;
}

.cf7-header {
    margin: auto;
    text-align: center;
    color: white;
}

.cf7-header h2 {
    color: white;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none!important;
}

.cf7-thanks {
    margin: 200px 0px;
}

.cf7-thanks p {
    margin-bottom: 10px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid::-webkit-input-placeholder {
    color: #DA000F;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid #DA000F;
}

.wpcf7-response-output {
    display: none!important;
}

.cf7form-simple .cf7-header p {
    font-size: 16px;
}

.form-white .cf7-header h2 {
    color: black;
}

.cf7form-simple.form-white p {
	margin-top: 0px;
    font-size: 14px;
    color: #B0B6BB;;
}

.cf7form-simple.form-white .cf7from-footer p {
    color: #383F47;
}

.cf7form-simple.form-white a {
    font-size: 14px;
    color: #383F47;
}

.form-white input {
    background-color: #F9F9F9;
}

.form8 .cf7-header h2 {
    text-align: left;
    color: #383F47;
    font-size: 28px;
    line-height: normal;
}
.cf7form-simple.form8.form-white p {
    font-size: 11px;
}
.cf7form-simple.form8.form-white a {
    font-size: 12px;
}
.wpcf7-form input::placeholder {
    color: #B0B6BB;
}
.wpcf7-form input:-ms-input-placeholder { 
  color: #B0B6BB;
}

.wpcf7-form input::-ms-input-placeholder {
  color: #B0B6BB;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #B0B6BB;
}
.form8 .cf7-row {
    gap: 0px;
}
.career-form .cf7-btn {
    min-width: 335px;
}
.career-form.form6 .cf7-svg .wpcf7-submit {
    background-position: right 110px center;
}
span.country-name {
    color: black;
}

.form8 .cf7-btn {
    width: 100%;
}
.form8 .cf7from-footer .wpcf7-submit {
    min-width: 100%;
}

.cf7-svg .wpcf7-submit {
    min-width: 100%;
    background: url(/wp-content/uploads/assets/img/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 50px center;
}
.wpcf7-form input[type="checkbox"]:checked {
  background-color: #da000f;
  border-color: #da000f;
}
.wpcf7-form input[type="checkbox"]:checked::before {
  content: '✓'; 
  color: white; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px; 
  text-align: center;
}
.cf7form-simple .cf7from-footer label {
    display: flex;
    flex-direction: row;
    align-items: baseline;
	justify-content: space-between;
}
.cf7form-simple .cf7from-footer label input {
    margin-bottom: 20px;
}
.form8 .cf7from-footer span.wpcf7-list-item-label {
    position: relative;
    top: -5px;
	max-width: 90%;
}
.form6 .cf7-header p {
    margin: 20px 0px 20px 0px;
}
.cf7-thanks .form8.cf7-header {
    color: #656870;
}
.cf7-thanks .form8.cf7-header h2 {
    color: #383F47;
    font-size: 24px;
}
.form8-thanks.cf7-thanks {
    margin: 115px 0px;
}
.wpcf7-form input[type="checkbox"].form5check:checked {
    background-color: #24a531;
}
.form5 .cf7-header {
    text-align: left;
}
.form5 .cf7-header h2 {
    font-size: 28px;
}
.form5 .cf7-btn {
    width: 100%;
}
.cf7-btn-green input.wpcf7-submit {
    background-color: #24A531;
    border-color: #24A531;
	padding: 16px 20px 16px 0px !important;
}
div#wpcf7-f22100-p24710-o1 .wpcf7-form input::placeholder {
    color: #69727d;
}
.form5.cf7form-simple .cf7-header {
    max-width: 95%;
    margin: auto;
}
.cf7-col-1 {
    min-width: 100%;
}
input[type=number]::-webkit-inner-spin-button {
    display: none;
}
.cf7form-simple option {
    color: #6D7A84;
}

.cf7form-simple select {
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6D7A84;
}
.form5-thanks .cf7-header {
    text-align: left;
}
.form5-thanks .cf7-header h2 {
    text-align: center;
}

.form5-thanks .image-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.form5-thanks.cf7-thanks {
    margin: 25px 0px;
    max-width: 95%;
}
a.cf7-custom-btn-green {
    padding: 16px;
    width: 100%;
    display: block;
    background-color: #24A531;
    border-radius: 8px;
    margin: 20px 0px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
}
.form5 .cf7from-footer span.wpcf7-list-item-label {
    position: relative;
    top: -5px;
	 max-width: 90%;
}
.form5.cf7form-simple .cf7-header p {
    margin-bottom: 10px;
}
.form8.cf7form-simple {
    gap: 0px;
}
.cf7-input-nospace input {
    margin-bottom: 0px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #D5D7DD!important;
}
.form8.cf7form-simple label {
    margin-bottom: 15px;
}
.wpcf7-spinner {
    height: 0px !important;
}
.form8 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin-bottom: 0px;
}
.form6.cf7form-simple .cf7from-footer label {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form7.cf7form-simple .cf7from-footer label {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form7 {
    max-width: 780px;
}
.form7 .cf7-row label {
    margin-bottom: 0px;
}
.form7.cf7form-simple.form-white .cf7from-footer p {
    font-size: 12px;
}
.form7.cf7form-simple.form-white .cf7from-footer a {
    font-size: 12px;
}
.form7 p.cf7-gdpr {
    margin-bottom: 20px;
}
.cf7form-simple input[type="checkbox"] {
    top: 10px;
}
.form6 p.cf7-gdpr {
    margin-bottom: 18px;
}
.cf7form-simple.form8.form-white p.cf7-gdpr {
    margin-bottom: 20px;
}
p.cf7-gdpr {
    font-size: 15px;
    max-width: 600px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}
.form5 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 0px;
}
.form6 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 0px;
}
.form7 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 0px;
}
.career-form.form6.cf7form-simple {
    max-width: 716px;
}
.message-input-text p {
    font-size: 16px;
    text-align: center;
}
.message-input-text {
    margin: 10px 0px 20px 0px;
}

/* adjust cf7 multistep styles*/

.cf7mls-btns {
    width: fit-content;
    margin: auto;
}
.cf7mls-btns .cf7mls_next.action-button{
    margin: auto;
    min-width: 350px;
    background-color: #DA000F;
	font-size: 16px;
    font-weight: 400;
	border-radius: 8px;
}


/* step buttons*/
.step1.form-buttons .cf7mls_next.action-button{
 min-width: 350px;	
}
.form-buttons .cf7mls_next.action-button {
    margin: auto;
    background-color: #DA000F;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
	min-width: 250px;
}
.form-buttons .cf7mls_back.action-button {
margin: auto;
    background-color: white;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
    padding: 16px 15px;
    border: 1px solid #DA000F;
    min-width: fit-content;
    margin-right: 15px;
    line-height: 0;
}

.form-buttons {
    display: flex;
    width: fit-content;
    margin: auto;
    justify-content: center;
	padding: 16px 0px;
}
/* custom radio buttons*/
.custom-radio-button .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    width: 80%;
    height: 60px;
    opacity: 0;
    top: 65px;
    position: relative;
    z-index: 999;
    margin-top: -70px;
	cursor: pointer;
}
.custom-radio-button span.wpcf7-list-item {
    margin: 0px;
	margin-bottom: 16px;
}
label.custom-radio-button {
    text-align: center;
}

.custom-radio-button .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
padding: 5px 40px;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

.custom-radio-button .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
background-color: #da000f;
    color: #fff;
    border-color: #da000f;
}
label.radio-button-field {
    text-align: center;
}
.radio-button-field input[type="radio"] {
    vertical-align: middle;
    accent-color: #da000f;
    width: 30px;
    height: 20px;
	margin-bottom:0px;
}
.wpcf7-radio span.wpcf7-list-item-label {
    vertical-align: middle;
}
.aaaa.cf7-row {
    margin: auto;
}
label.text-left.radio-button-field {
    text-align: left;
}	
.step8.form-buttons .cf7mls_next.action-button {
    min-width: 290px;
}
.radio-button-field span.wpcf7-list-item.first {
    margin: 20px auto 0px 0px;
}

@media(max-width:1024px){
.custom-radio-button span.wpcf7-list-item {
    margin: 0px;
    margin-bottom: 0px;
}
.custom-radio-button span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 50px;
    justify-content: center;
}
	.custom-radio-button span.wpcf7-list-item {
    height: 50px;
    margin-left: 0px;
}
.custom-radio-button .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    max-height: fit-content;
    width: 100%;
    height: 50px;
    opacity: 0;
    top: 65px;
    position: relative;
    z-index: 999;
    margin-top: -70px;
    cursor: pointer;
}	
}

@media(max-width:767px){
.step1.form-buttons {
    display: block;
}
	
.cf7from-footer .wpcf7-submit {
    width: 100%;
	max-width: 100%;
}
.form7 p.cf7-gdpr {
    margin-top: 15px;
}
.form6 .cf7-svg .wpcf7-submit {
    background-position: right 25% center;
}
.form7 .cf7-svg .wpcf7-submit {
    background-position: right 25% center;
}
.cf7-btn {
    width: 100%;
}
.form6.cf7form-simple .cf7from-footer label {
	margin-bottom: 7px;
}
.career-form .cf7-btn {
    min-width: 100%;
}
.message-input-text p {
    text-align: left;
}

.cf7-small-row .cf7-col-1 {
    min-width: 100%;
    margin: auto;
}
.form-buttons {
    width: 100%;
    margin: auto;
}
.step1.form-buttons .cf7mls_next.action-button {
    min-width: 100%;
}

.step8.form-buttons .cf7mls_next.action-button {
    min-width: 250px;
}	
.custom-radio-button span.wpcf7-list-item-label {
    min-width: 130px;
}	
}