.form-style-5{
    max-width: 800px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 30px 20px 20px 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
border-color: #6ac451 !important;
-webkit-box-shadow: 2px 2px 5px 2px rgba(51, 190, 242, 0.1);
box-shadow: 2px 2px 5px 2px rgba(98,211,253,0.30);
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #6ac451;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 label {
    display: block;
    margin-bottom: 20px;
}
.form-style-5 label > span {
    float: left;
    width: 400px;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
}
.form-style-5 input[type="text"], .form-style-5 input[type="date"], .form-style-5 input[type="datetime"], .form-style-5 input[type="number"], .form-style-5 input[type="search"], .form-style-5 input[type="time"], .form-style-5 input[type="url"], .form-style-5 input[type="email"], .form-style-5 select, .form-style-5 textarea {
    color: #747474;
    border: 1px #acacac solid;
    border-radius: 0px;
    box-shadow: none;
    width: 400px;
    padding: 8px 0 8px 12px;
    font-size: 14px;
}
.form-style-5 input[type="submit"], .form-style-5 input[type="button"] {
    background: #ce451b;
    border: 1px solid #c94a81;
    padding: 8px 20px;
    color: #fff;
    box-shadow: inset -1px -1px 3px #ce451b;
    -moz-box-shadow: inset -1px -1px 3px #ce451b;
    -webkit-box-shadow: inset -1px -1px 3px #ce451b;
    border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
}
.form-style-5 input[type="submit"]:hover, .form-style-5 input[type="button"]:hover {
    background: #b92f04;
}
.form-style-5-heading {
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #b11919;
    margin-bottom: 0px!important;
    font-size: 15px;
    padding-bottom: 10px;
}
.form-style-5 input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.form-style-5 span.required {
    color: red;
}
.sub-page-banner1 {
padding-top:50px;
}


element.style {
}
.form-style-5 {
    max-width: 300px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 30px 20px 20px 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

@media (max-width: 640px){
.donate{
   max-width: 500px;
   width:100%;
}

	
.form-style-5 {
    max-width: 500px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 30px 20px 20px 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}	
}
@media (max-width: 480px){
	
.form-style-5 {
    max-width: 300px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 30px 20px 20px 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}	
}
@media (max-width: 360px){
	.donate{
   max-width: 300px;
   width:100%;
}
.form-style-5 {
    max-width: 300px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 30px 20px 20px 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}	
}