/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.gform_body .gfield_label {
	color: var(--e-global-color-white);
	font-family: "open sans";
	font-size: 18px;
	font-weight: 400 !important;
}

.rma_service .gfield_label{
    color: #252525 !important;
}

.gform-field-label{
	color: #252525 !important;
}

.gform_body .gfield_label {
	color: #252525;
	font-size: 16px;
}

.patient_registration_form .gfield_label{
	color: #252525;
}

.patient_registration_form .gform-field-label{
	color: #252525 !important;
}

#landing_page .gform_confirmation_message_1{
	text-align: center;
}

.patient_registration_form .gform-field-label a{
	color: var(--e-global-color-black) !important;
	font-weight: 500;
}




#rma_form .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input{
	width: 100% !important;
}

#rma_form .gform-theme--foundation .ginput_complex .ginput_container_time {
    inline-size: auto !important;
}

/* GF confirmation message css*/
.gform_confirmation_message_1{
	color: #252525;
	text-align: center;
	font-family: 'montserrat' !important;
}

@media (max-width: 768px){
	#gform_confirmation_message_1{
	color: #fff;
	text-align: left;
	}}
.gform_confirmation_message_4{
	color: #252525;
	text-align: center;
}