.contact-form-section {
    overflow: hidden;
    background: rgb(240,237,231) ;
}

.contact-form-section .info-box li .reply {
    border: 1px solid #f0f0f0;
    background: rgb(255 255 255 / 80%);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.contact-form-section .info-box li .reply>b {
    font-weight: inherit;
    padding: 5px 0;
    display: block;
    opacity: .8;
}
.contact-form-section .contact-form dl dt{
    display: none;
}
.contact-form-section .contact-form dl dd span {
    display: block;
}

.contact-form-section .contact-form dl dd span.captcha {
    position: relative;
}

.contact-form-section .contact-form dl dd span.captcha i {
    position: absolute;
    top: 10px;
    right: 1px;
    bottom: 1px;
    border: 3px;
    padding: 5px;
    padding-bottom: 0;
}

.contact-form-section .contact-form dl dd span.captcha img {
    display: block;
    max-height: 100%;
    cursor: pointer;
}

.contact-form-section .contact-form button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
    color: #fff;
    font-size: 18px;
    font-weight:600;
    background: rgb(25,139,75);
}

.contact-form-section .contact-form button:hover {
    opacity: .8;
}

.contact-form-section *::-webkit-input-placeholder {
    color: ;
    color: ;
}

.contact-form-section *::-moz-input-placeholder {
    color: ;
    color: ;
}

.contact-form-section *::-ms-input-placeholder {
    color: ;
    color: ;
}
.contact-form-section .contact-form .pagination-wrapper{
    margin-bottom: 30px;
}
@media(min-width:992px) {
    .contact-form-section .info-box h5{
        font-size: 18px;
    }
    .contact-form-section .info-box li .reply {
        padding:20px;
    }
}

@media(max-width:991px) {
    .contact-form-section .info-box li .reply {
        padding:10px;
    }
    .contact-form-section .contact-form button {
    font-size: 16px;
    }
}

@media(max-width:767px) {
    .contact-form-section .info-box li .reply {
        margin-top: 10px;
        margin-bottom: 5px;
    }
}