.contact-section {
    overflow: hidden;
    background:  ;
}

.contact-section .info-box li .reply {
    border: 1px solid #f0f0f0;
    background: rgba(0, 0, 0, .008);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.contact-section .info-box li .reply>b {
    font-weight: inherit;
    padding: 5px 0;
    display: block;
    opacity: .8;
}
.contact-section .page-box{
    padding: 20px 0;
}
.contact-section .form-box dl{
    margin-bottom: 20px;
}
.contact-section .form-box dl dt{
    display: none;
}
.contact-section .form-box dl dd span {
    display: block;
}

.contact-section .form-box dl dd span.captcha {
    position: relative;
}

.contact-section .form-box dl dd span.captcha i {
    position: absolute;
    top: 2px;
    right: 1px;
    bottom: 1px;
    border: 3px;
    padding: 5px;
    padding-bottom: 0;
}

.contact-section .form-box dl dd span.captcha img {
    display: block;
    max-height: 100%;
    cursor: pointer;
}

.contact-section .form-box button {
    width: 100%;
    padding: 11px 27px;
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    background-color: rgb(60,74,154);
    border: 2px solid rgb(60,74,154);
}

.contact-section .form-box button:hover {
    background: 0 0;
    color: rgb(60,74,154);
}

.contact-section *::-webkit-input-placeholder {
    color: ;
    color: ;
}

.contact-section *::-moz-input-placeholder {
    color: ;
    color: ;
}

.contact-section *::-ms-input-placeholder {
    color: ;
    color: ;
}

@media(min-width:992px) {
    .contact-section .info-box li .reply {
        padding: 10px 12px;
    }
}

@media(max-width:991px) {
    .contact-section .info-box li .reply {
        padding: 5px 10px;
    }
    .contact-section .form-box button {
    font-size: 16px;
    }
}

@media(max-width:767px) {
    .contact-section .info-box li .reply {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}