/*Bottom Form*/
#form24 .b24-form-content.b24-form-padding-side {
    padding: 0 !important;

}

#form24 .form-wrap .b24-form{
background: 0 none !important;
}

.b24-form .b24-form-wrapper.b24-form-shadow{
background: #000 !important;
background-color: none !important;
max-width: max-content !important;
}
#form24 .b24-form .b24-form-wrapper{
background: #000 !important;
}

#form24 .b24-form-content.b24-form-padding-side {
    padding: 0 !important;
}

#form24 input.b24-form-control {
    margin-bottom: 25px;
    height: 100px;
    width: 100% !important;
    padding: 0 20px !important;
    font-size: 34px;
    font-weight: 300;
    background-color:#fff !important;
}
#form24 input[type="checkbox"] {
font-size: 16px;
height: auto !important;
    width: auto !important;
margin-bottom: 5px  !important;
}

#form24 span.b24-form-field-agreement-link {
color:#fff;
}

@media (max-width: 767px) {
	#form24 input.b24-form-control {
    		font-size: 14px !important;
                height: 75px !important;
	}
}
