/*
 *  custom style
*/

li.error {
    margin-left: 15px;
}
.elementor-widget-text-editor p:last-child{
	margin: 0 !important;
}
input#form-field-c_name, #form-field-c_phone, #form-field-c_email {
    padding: 15px;
}
select#form-field-c_type_of_flat, #form-field-c_budget, #form-field-c_collection  {
    padding: 12px !important; 
}
textarea#form-field-c_message {
	padding: 15px;
}
span.elementor-field-option {
    font-size: 14px;
}
.elementor-field-type-recaptcha_v3.elementor-field-group.elementor-column.elementor-field-group-c_recaptcha.elementor-col-100.recaptcha_v3-inline {
    width: 35%;
}
.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
    margin-top: -10% !important;
}

#oom-whatsapp-widgets-floating-whatsapp.oom-widget-popup-wrapper .oom-widget-chat-button {
	background-color: #00000021 !important;
	border: 1px solid #FFF !important;
    border-radius: 10px !important;
}

@media (max-width: 1440px) {
	.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
		margin-top: -15% !important;
		margin-left: 130px;
	}
}

@media (max-width: 480px) {
		.elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons {
		margin-top: unset !important;
		margin-left: unset;
	}
	.elementor-field-type-recaptcha_v3.elementor-field-group.elementor-column.elementor-field-group-c_recaptcha.elementor-col-100.recaptcha_v3-inline {
		width: 100%;
		display: flex !important;
		justify-content: center !important;
	}
}