.jsplash-inner.request-form-container {
    max-width: 940px;
    color: #414141;
    text-align: left;
}

.jsplash-wrapper.request-form-container {
    padding: 0;
}

.request-forms {
    position: relative;
    margin: 0 auto;
    padding: 30px 100px;
    background-color: #fff;
    background: #31a8ad;
    background: -webkit-linear-gradient(top, #31a8ad 0%,#3c536c 100%);
    background: linear-gradient(to bottom, #31a8ad 0%,#3c536c 100%);
    overflow: hidden;
}

.request-forms:before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    top: -110px;
    right: -120px;
    background: #009688;
    border-radius: 100%;
    box-shadow: inset 20px 0px 0 10px rgba(28, 183, 169, 0.4),inset 7px 50px 0 10px rgba(28, 183, 169, 0.38);
}

.request-forms .request-form {
    position: relative;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0 0 10px 0;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 12px 22px -2px rgba(0, 70, 64, 0.35);
    padding: 0;
}

.request-forms .request-form:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -40px;
    background: white;
    width: 60px;
    height: 20px;
    border-radius: 20px;
}

.request-forms .request-form:after {
    content: '';
    position: absolute;
    top: 50px;
    left: -20px;
    background: white;
    width: 40px;
    height: 10px;
    border-radius: 20px;
}

.request-forms .request-block-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}

.request-forms .description {
    margin: 0 0 50px 0;
}

.request-forms .field label > span {
    margin: 6px 0;
    font-size: 13px;
}

.request-forms .description-text {
    color: #676767;
    margin: 10px 0;
    font-size: 13px;
}

.request-forms .description-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.request-forms .field.submit-field {
    padding: 0 0px;
    margin: 0 0 0 0;
}

.request-forms .request-block {
    display: table-cell;
    vertical-align: top;
    padding: 10px;
}

.request-forms .request-block.image-block {
    width: 50%;
    vertical-align: middle;
}

.request-forms  .image { 
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.request-forms form[name="request-form-step-1"] .image {
    background-image: url(/modules/SendRequest/public/front/img/checked.png);
}

.request-forms form[name="request-form-step-2"] .image {
    background-image: url(/modules/SendRequest/public/front/img/checklist.png);
}


.request-forms form[name="request-form-step-3"] .image {
    background-image: url(/modules/SendRequest/public/front/img/id-card.png);
    margin-top: 60px;
}



.request-forms .request-logo {
    height: 210px;
    width: 210px;
    background: url(/public/img/logo.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    opacity: .1;
}

.request-forms .request-form.-visible {
    max-height: 9000px;
    opacity: 1;
    overflow: visible;
    padding: 20px;
}

.request-forms .request-form.-hidden {
    margin: 0;
    -webkit-transition: all 140ms ease-out;
    transition: all 140ms ease-out;
}

.request-form .validation-error {
    position: absolute;
    top: 23px;
    left: 210px;
    padding: 3px 12px;
    white-space: nowrap;
    opacity: 0;
    color: #353535;
    border: 1px solid #e4e4e4;
    -webkit-transition: all 240ms ease-out;
    transition: all 240ms ease-out;
    border-radius: 2px;
    background: #fff;
    box-shadow: 3px 4px 14px -2px rgba(0,0,0,.32);
    z-index: 10;
}

.request-form .validation-error.-visible {
    opacity: 1;
}

.request-forms input[type="submit"], .request-forms input[type="submit"]:hover {
    background: rgb(255,235,59);
    background: -webkit-linear-gradient(top, rgba(255,235,59,1) 0%,rgba(255,152,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,235,59,1) 0%,rgba(255,152,0,1) 100%);
    border: 0;
    border-radius: 40px;
    padding: 10px 20px;
    color: #4a3300;
}

.request-forms input[type="text"], .request-forms textarea {
    font-size: 15px;
    border-radius: 3px;
}

.request-forms textarea {
    height: 105px;
}
.offer-container{
    background:#ffffff;
    color:#676767!important;
    border-radius: inherit;
    padding:0px 20px 0px 20px;
}