/* form.wpforms-form .wpforms-field-container ul.wpforms-image-choices span.wpforms-image-choices-label {
    display: none;
} */



.ngoName {
	display: none;!important
}

.riskscore {
	    display: none; !important
}

/* span.wpforms-image-choices-label {
    display: none !important;
} */
 

/* .wpforms-field-label-inline {
    line-height: 0 !important;
} */
 
/* label.wpforms-field-label-inline {
    padding: 0 !important;
} */

div.wpforms-container-full .wpforms-form .wpforms-page-button {
		margin: 5px
}


.wpforms-container input[type=radio] + label, .wpforms-container input[type=checkbox] + label {
/*     padding: 10px 15px !important; */
    border-color: #ddd !important;
    transition: background-color 0.3s ease-in-out !important;
	align-self: center;
		
}


/* This styles the form elements only */
.wpforms-container.wpf-center {
    margin: 0 auto !important;
/* Adjust the width in the next 2 lines as your site needs */
    max-width: 500px !important;
    width: 100 !important;
	padding: 10px !important;
}
 
/* This styles the submit button */
.wpf-center .wpforms-submit-container  {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
 
/* This styles all pagebreak elements */
.wpf-center .wpforms-field-pagebreak  {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
 
.wpf-center .wpforms-pagebreak-left .wpforms-page-button:before,.wpf-center .wpforms-pagebreak-left .wpforms-page-button:after {
    content: none;
} 

/* This styles all labels, field descriptions, form titles, and form descriptions */
.wpf-center .wpforms-title, 
.wpf-center .wpforms-description,
.wpf-center .wpforms-field-label,
.wpf-center .wpforms-field-sublabel, 
.wpf-center .wpforms-field-description {
    text-align: center;
}
 
/* Readjust the form width for smaller devices */
@media only screen and (max-width: 9900px) {
 
    .wpforms-container.wpf-center {
    /* Reset the width for devices under 600px */
        max-width: unset !important;
			width: 100% !important;
			padding: 15px;
}
     

	.wpforms-image-choices-image{
			width: 100% !important;

	}

}

 
.wpforms-container .wpforms-page-indicator.circles {
    padding: 15px 10px;
    display: flex;
    justify-content: center;
}

.wpforms-form .wpforms-field.wpforms-field-number .wpforms-field-label {
    display: block;
	color: #05125a;
    font-weight: 700;
    font-size: 25px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 30px !important;
}

.wpforms-form .wpforms-field.wpforms-field-radio .wpforms-field-label {
    display: block;
		color: #05125a;
    font-weight: 700;
    font-size: 25px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 30px !important;
}

.wpforms-form .wpforms-field.wpforms-field-radio {
    padding: 30px !important;
    clear: both;
}

.wpforms-form .wpforms-field.wpforms-field-radio ul li .wpforms-field-label-inline {
    display: inline;
    vertical-align: baseline;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;

}


.wpforms-form .wpforms-field.wpforms-field-checkbox .wpforms-field-label {
   display: block;
		color: #05125a;
    font-weight: 700;
    font-size: 25px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 30px;
}


.wpforms-form .wpforms-field.wpforms-field-checkbox {
    padding: 30px !important;
    clear: both;
	    font-size: 25px;

}

.wpforms-form .wpforms-field.wpforms-field-checkbox ul li .wpforms-field-label-inline {
    display: inline;
    vertical-align: baseline;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}




.wpforms-form .wpforms-field.wpforms-field-content {
    display: block;
	justify-content:center; 
	align-content:center; 
	align-self:center;
	justify-self:center;
	justify-items:center;
    line-height: 1.3;
}





@media only screen and (max-width: 9000px) {
 
.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
	width: 100% !important;
 border-radius: 10px !important; 
/* 	border-top-right-radius: 0px !important; */
/* 	border-bottom-right-radius: 0px !important; */
		height: 100px !important;
	font-size: 30px !important;
	font-weight: bold !important;
/* position: fixed !important;
	bottom: 30%; 
	  right: 0% !important; */
/* 	left: 90%;  */
/*   top: 0; */
/*   bottom: auto; */
	z-index:5000;  
	
}

}

@media only screen and (max-width: 700px) {
 
.wpforms-form input[type=submit], 
.wpforms-form button[type=submit] {
	width: 100%;
 border-radius: 0px !important; 
		height: 100px !important;
	font-size: 30px !important;
	font-weight: bold !important;
	position:fixed !important;
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	text-align:center; 
	z-index:5000; 
	
}

}

.designer{
	display: none !important;
}



