.sr-bg {
    background-image: url("/wp-content/themes/bivio/img/apply_header_bg.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
}
.sr-block {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 rgba(57,57,57,.3);
    max-width: 1150px;
    margin: -150px auto 80px;
    padding: 50px 15px;
}
.s-title, .s-med-text, .s-par {
    max-width: 700px;
    margin: auto;
    text-align: center;
    color: #3b3b3b;
}
.s-par.mb-3 {
    margin-bottom: 1rem;
}
.s-title {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: inherit;
    line-height: 1.1;
}
.s-title:before, .s-title:after {
    background-color: #3b3b3b;
    content: "";
    border-radius: 20px;
    display: inline-block;
    height: 5px;
    position: absolute;
    vertical-align: middle;
    width: 80px;
    top: calc(50% - 2px);
}
.s-title:before {
    right: -90px;
}
.s-title:after {
    left: -90px;
}
.s-med-text {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 10px;
}
.s-par {
    font-size: 18px;
    font-weight: 100;
}
.s-par-mb {
    margin-bottom: 10px;
}
.s-pic {
    margin: 30px 0;
    position: relative;
}
.s-contacts {
    text-align: center;
}
.s-con-block {
    display: inline-block;
    width: 225px;
}
.s-con-text {
    color: #3b3b3b;
    transition: .3s;
    font-size: 16px;
    font-weight: lighter;
    display: block;
}
a.s-con-text, .s-par a{
    color: #088dda;
}
a.s-con-text:hover, .s-par a:hover {
    color: #2a6496;
}
.green-btn-block {
    margin: 50px auto;
}
.green-btn {
    display: inline-block;
    text-transform: uppercase;
    background-color: #19ba4a;
    color: #fff;
    padding: 15px 30px 15px 30px;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    transition: all .5s;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 15px #ccc;
    outline: none;
}
.green-btn:hover {
    background-color: #128736;
    color: #fff;
}


/* For Decline 2 etc. */
.textarea-block.mw-700 {
    max-width: 700px;
}
.vb-form {
    margin-bottom: 20px;
}
.green-btn-block.mb-0 {
    margin-bottom: 0;
}
.s-contact-part {
    padding: 50px 15px;
}
.verification-part.pt-50 {
    padding-top: 50px;
    border-radius: 0;
}
/* */



/* Run Dce loader */

#form-processing {
    position: relative;
    top: unset;
    color: #3b3b3b;
    z-index: 1;
}
.fp-content {
    background: #fff;
    box-shadow: 0 0 35px rgba(45,45,45,0.15);
    border-radius: 20px;
    border: none;
    margin: 0 25px 20px;
    width: 100%;
    max-width: 680px;
}
.fp-content h4 {
    font-size: 22px;
    font-weight: normal;
}
.fp-content p {
    font-size: 14px;
}

/* Counter offer */
.counterOffer .s-title {
    margin-bottom: 0;
}
.counterOffer .s-med-text {
    margin-bottom: 40px;
}
.counterOffer .s-par {
    margin-bottom: 15px;
}
.counterOffer {}
.makeChoice {}
.makeChoice h3 {
    text-align: center;
    color: #088dda;
    font-size: 40px;
    margin: 50px 0 20px;
    font-weight: 600;
}
.makeChoice table {
    max-width: 700px;
    margin: 0 auto;
    border-top: 2px solid #f4f4f4;
}
.makeChoice table tr th,
.makeChoice table tr td {
    padding: 5px 10px;
    border-bottom: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    color: #3B3B3B;
    font-size: 18px;
}
.makeChoice table tr th {
    background-color: #fafafa;
    font-weight: 700;
}

.makeChoice table tr th:first-child,
.makeChoice table tr td:first-child {
    border-left: 2px solid #f4f4f4;
}
.makeChoice table tr.lastLine td {
    border: none;
}
.makeChoice table tr td.tbl {
    padding: 10px;
}
.makeChoice table tr td table tr th,
.makeChoice table tr td table tr td {
    font-size: 14px;
}

.makeChoice .tableBtn {
    margin-top: 30px;
}


/* Final Decline */
.finalBG {
    background: url("/wp-content/themes/bivio/img/fd_wave.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 700px;
    margin: 0;
    padding: 60px 0;
}

/* */

@media screen and (max-width: 1200px) {
    .sr-block {
        margin: -150px 25px 60px;
    }
}
@media screen and (max-width: 992px) {
    .s-title {
        font-size: 36px;
    }
    .s-title:before {
        width: 60px;
        right: -70px;
    }
    .s-title:after {
        width: 60px;
        left: -70px;
    }
    .s-med-text {
        font-size: 20px;
    }
    .sr-bg {
        height: 300px;
    }
    .green-btn {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .s-title-width {
        width: calc(100% - 100px);
        margin: auto;
    }
    .s-title {
        font-size: 32px;
    }
    .s-title:before {
        width: 40px;
        right: -50px;
    }
    .s-title:after {
        width: 40px;
        left: -50px;
    }
    .s-par {
        font-size: 16px;
    }
    .green-btn {
        font-size: 16px;
        line-height: 1.3;
    }
    .counterOffer .green-btn {
        font-size: 18px;
    }
    .green-btn-block {
        margin: 30px 0;
    }
    .s-con-block {
        display: block;
        margin: 10px auto;
    }
    .s-con-icon {
        width: 90px;
    }
    .s-con-text {
        margin-top: -7px;
    }
    .counterOffer .green-btn-block {
        margin: 30px 0 0;
    }
    .fp-content {
        width: 90%;
    }
}
@media screen and (max-width: 700px) {
    .finalBG {
        background-size: 400px;
        padding: 0;
        margin: 10px 0;
    }
}
@media screen and (max-width: 600px) {
    .s-med-text {
        font-size: 18px;
    }
    .textarea-block.mw-700 {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .sr-bg {
        height: 270px;
    }
    .sr-block {
        margin: -150px 10px 60px;
        padding: 50px 10px;
    }
    .fp-content {
        width: 85%;
        margin: auto;
    }
    .loader-img {
        width: 70px;
    }
    .makeChoice table tr th,
    .makeChoice table tr td {
        font-size: 14px;
    }
    .makeChoice table tr td.tbl {
        padding: 0;
    }
    .makeChoice h3 {
        font-size: 34px;
    }
    .s-title:before, .s-title:after {
        height: 3px;
    }
    .makeChoice table table {
        border: none;
    }
    .makeChoice table table tr th:first-child,
    .makeChoice table table tr td:first-child {
        border-left: none;
    }
    .makeChoice table table tr:last-child td {
        border-bottom: none;
    }
    .makeChoice table table tr th:last-child,
    .makeChoice table table tr td:last-child {
        border-right: none;
    }
}
@media screen and (max-width: 400px) {
    .s-title-width {
        width: calc(100% - 50px);
    }
    .s-title {
        font-size: 28px;
    }
    .s-title:before {
        width: 25px;
        right: -35px;
    }
    .s-title:after {
        width: 25px;
        left: -35px;
    }
    .green-btn {
        font-size: 14px;
        padding: 15px;
    }
    .counterOffer .green-btn {
        font-size: 18px;
        padding: 15px 30px;
    }
}