img{
    max-width: 100%;
    height: auto;
}
.d-form ::-webkit-input-placeholder {
    color: #4f6fa2;
}
.d-form :-moz-placeholder {
    color: #4f6fa2;
    opacity:  1;
}
.d-form ::-moz-placeholder {
    color: #4f6fa2;
    opacity:  1;
}
.d-form :-ms-input-placeholder {
    color: #4f6fa2;
}
body {
    background-color: #fff;
}
.d-header {
    padding-bottom: 10px;
    padding-top: 10px;
}
.d-topMain{
    background-color: #F6F6F6;
    text-align: center;
    color: #4F6FA2;
    padding-top: 50px;
    padding-bottom: 50px;
}
.d-main{
    background-color: #476493;
    text-align: center;
    color: #fff;
    padding-top: 75px;
    padding-bottom: 75px;
}
.line-bottom {
    border-top: 1px solid #4f6fa2;
    margin: 20px auto auto;
    width: 300px;
}
.d-form{
    padding-bottom: 50px;
    padding-top: 50px;
    color: #4f6fa2;
}
.d-Dtitle{
    font-size: 54px;
    font-weight: 100;
    color: #4f6fa2;
    text-align: center;
}
.d-formMain input {
    background-color: #f6f6f6;
    border: 0 none;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
}
.d-formMain .d-f-title{
    margin-bottom: 20px;
    margin-top: 40px;
}
.d-formMain input[type="submit"]{
    background-color: #d34838;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: 30px;
}
.f-footer-info{
    color: #000;
    font-size: 14px;
    line-height: 14px;
}
.d-form a {
    color: #d34838;
}
.upload-file{
    position: relative;
}
.label-upload {
    display: inline-block;
    width: 60%;
}
.file-upload-d {
    display: inline-block;
    opacity: 0;
    position: relative;
    width: 40%;
    z-index: 1;
}
.d-formMain .file-upload-d input{
    cursor: pointer;
}
.f-rp-label {
    background-color: #f6f6f6;
    color: #d34838;
    cursor: pointer;
    display: inline-block;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 20px;
    width: 38%;
    overflow: hidden;
}
.wpcf7-form-control-wrap.file-upload-d{
    width: 38%;
}
.f-checkbox {
    font-size: 25px;
}

.f-checkbox .wpcf7-list-item-label::before {
    background-color: #f6f6f6;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
.f-checkbox .wpcf7-list-item-label.active::before {
    background-image: url("../../images/postcat-check.png");
    background-position: center center;
    background-repeat: no-repeat;
}
.f-checkbox input[type="checkbox"] {
    cursor: pointer;
    margin: 10px;
    opacity: 0;
    padding: 10px !important;
    position: absolute;
}
textarea{
    background: #f6f6f6 none repeat scroll 0 0;
    border: 0 none;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}
.title-postcat2 {
    font-size: 46px;
    font-weight: bold;
    margin-top: 30px;
}
ul#form_list_postcat2 {
    display: inline-block;
    padding-left: 0;
}
ul#form_list_postcat2 li{
    background-position: left 8px;
    background-repeat: no-repeat;
    font-size: 25px;
    list-style: outside none none;
    padding-left: 35px;
    text-align: left;
    background-image: url("../../images/check_postcat2.png");
}