.current_box ul {
    margin-bottom: 0;
    padding-left: 0;
}

.contact_form_wrapper {
    margin-bottom: 20px;
    font-size: 15px;
}

.contact_form_header {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
}

.contact_form_body {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
}

.badge,
.btn {
    border-radius: 0%;
}

.badge.text-bg-confirm {
    background-color: #c28728;
    position: relative;
    width: 40px;
    height: 32px;
}

.sample {
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #dedede;
    margin: 20px auto 0;
    padding: 20px 40px;
}

.sample h2 {
    font-size: 17px;
    margin-bottom: 25px;
}

.sample p {
    line-height: 1.5;
    margin-bottom: 1.8em;
}

.wpcf7-radio.form-check-input {
    border: 0;
}

.wpcf7-submit.btn,
.wpcf7-previous.btn {
    border-radius: 0;
    margin-top: 30px;
}

.wpcf7-submit.btn {
    margin-left: 5px;
}

.wpcf7-previous.btn {
    margin-right: 5px;
}

.your_pupose_content p {
    display: none;
}

@media screen and (max-width: 767px) {
    .contact_form_header {
        border-bottom: none;
    }

    .badge.text-bg-confirm {
        height: 20px;
    }

    .sp_no_border {
        border-bottom: none;
    }

    .current_box .arrow img {
        top: 0;
    }
}