.contact1 .wpcf7-form-control-wrap input {
    width: 100%;
    height: 50px;
    padding-left: 38px;
    color: #191818;
    background: rgb(241, 241, 241);
    border: 0;
}
.contact1 button, html input[type=button], input[type=reset], input[type=submit] {
    font-size: 16px;
	font-weight: 600;
	color: #fff;
    width: 100%;
    height: 50px;
    background: url(../img/send.png) no-repeat center center, rgb(67, 136, 115);
    border: 0;
}
.contact1 p .your-message textarea {
    width: 100%;
    height: 218px;
    resize: none;
    padding-left: 38px;
    padding-top: 10px;
    background: url(../img/m.png) no-repeat 8px 10px, rgb(241, 241, 241);
    border: 0;
}
.contact1 p {
    margin: 0px;
}
.contact1 p {
    margin-bottom: 5px !important;
}
.contact1 .wpcf7-form-control-wrap input::-webkit-input-placeholder {
  color: #191818;
  opacity: .9;
}

div#map {
   width: 100%;
    height: 410px;
    margin-top: 30px;
}
section.contact .wpcf7-form-control-wrap input[name="your-name"] {
    background: url('../img/a.png') no-repeat 5px center, rgb(241, 241, 241);
}
section.contact .wpcf7-form-control-wrap input[name="your-firstname"] {
    background: url('../img/a.png') no-repeat 5px center, rgb(241, 241, 241);
}
section.contact .wpcf7-form-control-wrap input[name="your-email"] {
    background: url('../img/b.png') no-repeat 5px center, rgb(241, 241, 241);
}
section.contact .wpcf7-form-control-wrap input[name="your-phone"] {
    background: url('../img/c.png') no-repeat 5px center, rgb(241, 241, 241);
}
section.contact .wpcf7-form-control-wrap input[name="your-subject"] {
    background: url('../img/d.png') no-repeat 5px center, rgb(241, 241, 241);
}

.wpcf7 .screen-reader-response {
    display: none !important;
}
.wpcf7-not-valid-tip {
    color: red !important;
}
.wpcf7-response-output {
    clear: both;
    margin-top: 10px;
    background: #9B2626;
    color: #fff;
    text-align: center;
    border: 0;
}
.wpcf7-mail-sent-ok {
    background: green;
}
