.feedback{padding:60px 0; background: #fff;}
.feedback-form select,
.feedback-form textarea,
.feedback-form input[type=file],
.feedback-form input[type=text],
.feedback-form input[type=password],
.feedback-form input[type=number],
.feedback-form input[type=tel],
.feedback-form input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:5px; background:#fff; border:1px solid #eee; 
line-height:1.75; font-size:14px; height:42.5px;}
.feedback-form select[multiple],
.feedback-form textarea{height:116px;}
.feedback-form select:hover,
.feedback-form textarea:hover,
.feedback-form input[type]:hover,
.feedback-form div.file_input>input[type=file]:hover+input[type=text],
.feedback-form select:focus,
.feedback-form textarea:focus,
.feedback-form input[type]:focus,
.feedback-form div.file_input>input[type=file]:focus+input[type=text]{border-color:#1565e3; box-shadow:0 0 8px #1565e366;}
.feedback-form form{display:block;}
.feedback-form dl{display:block; margin:0 0 18px 0; position:relative;}
.feedback-form dt{display:block; margin-top:8px; position: absolute; left: 0;}
.feedback-form dt h4{display:inline-block; font-size:16px;}
.feedback-form dt i{display:inline-block; font-style:normal; color:red; margin-left:3px;}
.feedback-form dd{display:block; margin-left:80px;} 
.feedback-form dd span{display:block;}
.feedback-form dd span.captcha{position:relative;}
.feedback-form dd span.captcha i{position:absolute; background:#f8f8f8; top:1px; right:1px; bottom:1px; border:3px; padding:6px; padding-bottom:0;}
.feedback-form dd span.captcha img{display:block; max-height:100%; cursor:pointer;}
.feedback-form dd p{margin:2px 0 0; color:#686868;}
.feedback-form button{margin:10px 0 0 80px; padding:10px 40px; font-size:15px; border:none; border-radius:5px; cursor:pointer; transition:.3s; color:#fff; box-shadow:0 0 8px #1565e366; background:#1565e3;}
.feedback-form button:hover{background:#2b85ff;}
.feedback-sub{float:left; width:22%;}
@media(max-width:1200px){
.feedback{padding:40px 0;}
}
@media(max-width:767px){
.feedback{padding:20px 0;} 
.feedback-form dl{margin:0 0 8px 0;}
.feedback-form dt h4{font-size:15px;}
.feedback-form dd{margin-left:68px;} 
.feedback-form button{margin:5px 0 0 68px;}
}