.form-group .captcha-box {
        width: 100%;
    }


.capcha-wrap {
    width: 100px;
    position: absolute;
    right: 0;
    height: 45px;
    top: -6px;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
.abhi-submit {
        text-align: center;
    }
}
