.hideme{display: none;}
/*About Us*/
br:not([class]) {
    display: none;
}
/*Pricing*/


/*Contact us*/
.contact-form-card input,
.contact-form-card textarea{color:#fff !important;font-size: 20px !important;padding-left: 0 !important;}
.contact-form-card .frm_form_field{border-bottom: 1px solid rgba(255, 255, 255, 0.20);}
.contact-form-card input::placeholder, .contact-form-card textarea::placeholder, .contact-form-card .frm_submit{font-family: 'Outfit', sans-serif !important; font-size: 20px !important;color:rgba(255, 255, 255, 0.50) !important;}
.contact-form-card input:focus,.contact-form-card textarea:focus{background-color:transparent !important;border:0 none;box-shadow:none !important;}
.contact-form-card label{color:#fff !important;font-size: 20px !important;padding-left: 0 !important;}
.contact-form-card .frm_button_submit,
.frm_style_formidable-style.with_frm_style .frm_submit button{ padding: 20px 40px !important; display:flex; gap:20px; border: 0;background-color: #1CB0A9 !important;color: #ffffff;
    cursor: pointer;
    isolation: isolate;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease, color 0.35s ease;border-radius: 50px !important;
    font-family: 'Outfit', sans-serif;    font-size: clamp(14px, calc(14px + (6 * (100vw - 1024px) / 896)), 20px) !important;
    font-weight: 600 !important;align-items: center;}
.contact-form-card .frm_submit:hover, .contact-form-card .frm_submit:focus {
    color: #1cb0a9;
    transform: translateY(-3px);
    box-shadow: none;
}
.no-border-field{border: 0 none !important;}
/*END*/