.textimonialForm h2 {
    color: #1179bd;
    font-size: 32px;
}
.textimonialForm h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
} 
.textimonialForm p{    
    text-transform: uppercase;
    font-size: 26px;
    text-align:center;
}
.textimonialForm {
    width: 100%;
    position: relative;
    z-index: 1;
    color: #fff;
    max-width: 760px;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 40px 0px;
}

.textimonialForm .gform_wrapper .top_label .gfield_label {
    font-size: 20px;
    text-transform: uppercase;
}
section#mim-appt:before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.6;
}

section#mim-appt input[type="submit"] {
    width: 100%;
    max-width: 200px;
    margin: 0px auto;
    display: block;
    background-color: #000;
    color: #fff;
    border: 0px;
    height: 39px;
    padding: 0px !important;
    box-sizing: border-box;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
body .textimonialForm .gform_wrapper .top_label input.medium,body .textimonialForm .gform_wrapper textarea.small {
	width: 100% !important;
    background-color: rgba(255,255,255,0.5);
   	border: 0px;
}
.home .textimonialForm ul.gform_fields:after {
    display: block;
    clear: both;
    content: "";
}
.home .textimonialForm .gform_wrapper li {
    width: 50% !important;
    float: left;
    box-sizing: border-box;
    clear: none !important;
}
.home textarea,.home select {
    background-color: rgba(255,255,255,0.5);
    width: 100% !important;
}
#mim-appt {
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	background-position: 50% 50%;
}
@media screen and (max-width: 880px) {
    .textimonialForm {
        padding:40px 20px;
        box-sizing: border-box;
    }
   .home .textimonialForm .gform_wrapper li {
        width: 100% !important;
        float: left;
        box-sizing: border-box;
        clear: none !important;
    } 
}