
@media (min-width: 910px) {
    .inarticlepic{
        float:right;
        max-width:40%;
        margin:40px;
    }
}
.mutly-btn-block {
    padding-bottom: 70px;
}
.mutly-btn-block-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    row-gap: 20px;
    margin-bottom: 20px;
}
.mutly-btn-block-row .btn-thame {
    width: calc(50% - 15px);
}
.mutly-btn-block .btn-thame {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin: 0;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.main_step_form {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(10, 37, 64, 0.25);
    border-radius: 13px;
    max-width: 780px;
    /*min-height: 271px;*/
    margin: 0 auto;
    position: relative;
    padding: 23px 16px 28px 16px;
    margin-top: 24px;
    margin-bottom: 16px;
}
.form-step {
    display: none;
}
.main_step_form .active {
    display: block;
}
.main_step_form .btn-thame {
    text-align: center;
    font-size: 20px;
    height: 48px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    display: block;
}
.btn-thame {
    background: #db9e1d;
    color: #ffffff;
    font-size: 24px;
    line-height: 145%;
    border-radius: 6px;
    display: inline-block;
    padding: 6px 26px;
    outline: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
}
.rg-steps .rg-progress {
    background: #0d334c;
    -webkit-transition: width 2s;
    transition: width 2s;
    border-radius: 30px;
    width: 20%;
}
.rg-steps .rg-progressbar {
    height: 12px;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    background: #0d334c40;
    border-radius: 30px;
}
.rg-steps>div {
    display: inline-flex;
}
.rg-steps {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
.main_step_form h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
}
.next-btn-main {
    display: flex;
    gap: 12px;
}
.form-content-inner {
    padding-bottom: 23px;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.divider {
    border-top: 1px solid #D7D7D7;
}
.rg-steps .rg-text {
    white-space: nowrap;
    margin-left: 11px;
    vertical-align: middle;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #0d334c;
}
.btn-thame:hover, .btn-thame:focus {
    background: #c18c1a;
    text-decoration: none;
    color: #fff;
}
.main_step_form .form-select {
    background-image: url(dropdown_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
}
.form-select {
    padding: 14px 15px 14px 15px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 0;
    background-color: #F6F9FC;
    text-transform: capitalize;
    border: 1px solid #697386;
    border-radius: 4px;
    appearance: none;
}
.loader {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.form-content-inner p {
    font-size: 22px;
    font-weight: 600;
    padding-top: 30px;
}
.last-step-content span {
    font-size: 30px;
    color: #0d334c;
    font-weight: 700;
}
.last-step-content {
    padding-top: 30px;
}
.form-content-inner .yes-debt {
    display: none;
    padding: 0;
}
.form-content-inner .yesqualify {
    display: block;
}
.callout-warning-block {
    color: #5f5f5f;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background: #fafafa;
    border-left-color: #f0ad4e;
}