#woodster-request-form .tab{
    display: none;
    float: left;
    width: 100%;
    margin-top: 50px;
}
#woodster-request-form .tab.active{
    display: block;
}
#woodster-request-form .form_header_el.active{
    /*font-weight: bold;*/
}
#woodster-request-form .form_header{
    text-align: center;
}
#woodster-request-form .form_header_el {
    display: inline-block;
    padding: 0 20px;
}
#woodster-request-form .tab h2 {
    padding: 10px 0;
}
.terms-of-loan {
    width: 100%;
    background: #4b87d2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    padding: 20px 0;
}
.terms-of-loan .tol-left {
    width: 50%;
    font-size: 22px;
    padding-left: 20px;
}
.terms-of-loan .tol-right {
    width: 50%;
    text-align: right;
    padding-right: 10px;
}
.terms-of-loan .tol-right div {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    text-align: left;
}
.terms-of-loan .tol-right div:last-child {
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
    width: 130px;
}
#woodster-request-form .tab {
    margin-bottom: 50px;
}
#woodster-request-form .tab h2 {
    width: 100%;
}
#woodster-request-form .tab .info-text {
    width: 100%;
    margin: 20px 0;
}
#woodster-request-form .tab.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#woodster-request-form .tab .form-item {
    width: 45%;
    display: inline-block;
    margin: 10px 0;
}
#woodster-request-form .tab .form-item label {
    font-weight: bold;
    padding-bottom: 5px;
    display: inline-block;
}
#woodster-request-form input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 11px 16px;
    width: auto;
    font-family: "open_sansregular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    outline: 0;
    text-align: center;
    background-color: #fcb315;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    min-width: 93px;
}
#woodster-request-form input[type=submit]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffbd2f;
}
#woodster-request-form input[type=submit].active{
    display: block;
}
#woodster-request-form .form-buttons .btn {
    margin-right: 20px;
    min-width: 93px;
}
#woodster-request-form .form-buttons .btn.not-active{
    display: none;
}
#woodster-request-form .form-buttons{
    float: left;
}
#woodster-request-form select{
    width: 100%;
    border: 1px solid #dde3ed;
    padding: 8px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0;
    height: 40px;
    -webkit-appearance: none;
    background-image: url(drop-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 10px;
}

#woodster-request-form .form_header_el {
    padding-bottom: 8px;
    font-size: 14px;
    border-bottom: 2px solid #dde3ed;
    margin-left: -4px;
}
#woodster-request-form .form_header_el .progress{
    display: none;
}
#woodster-request-form .form_header_el.active {
    color: #4b87d2;
    border-bottom: 2px solid #4b87d2;
}
#woodster-request-form .progress-bar{
    display: none;
}


#woodster-request-form .tab .form-item.form-type-checkbox {
    width: 100%;
    position: relative;
}
#woodster-request-form .tab .form-item.form-type-checkbox input {
    width: 1px;
    height: 1px;
    position: absolute;
    background: #fff;
    top: 10px;
    left: 10px;
    border: 1px solid #fff;
}
#woodster-request-form .tab .form-item.form-type-checkbox label {
    font-weight: normal;
}
#woodster-request-form .tab .form-item.form-type-checkbox label::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    content: " ";
    border: 2px solid #dde3ed;
    border-radius: 3px;
    transition: all 0.3s ease;
    vertical-align: middle;
}
#woodster-request-form .tab .form-item.form-type-checkbox input:checked + label::before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='13px' viewbox='0 0 16 13' xml:space='preserve'%3E%3Cpath fill='%23fcb315' d='M15.116,0.313c-0.608-0.491-1.501-0.394-1.993,0.216L6.494,8.767L2.69,5.54C2.093,5.034,1.199,5.108,0.692,5.704 C0.186,6.301,0.259,7.195,0.856,7.702l4.913,4.168c0.005,0.005,0.012,0.006,0.017,0.01s0.007,0.01,0.012,0.014 c0.086,0.069,0.185,0.108,0.279,0.155c0.047,0.022,0.089,0.059,0.138,0.075c0.152,0.054,0.312,0.082,0.471,0.082 c0.103,0,0.204-0.012,0.304-0.033c0.029-0.007,0.058-0.021,0.086-0.028c0.07-0.02,0.14-0.039,0.205-0.069 c0.035-0.017,0.066-0.04,0.1-0.06c0.057-0.031,0.114-0.062,0.167-0.102c0.035-0.027,0.065-0.062,0.098-0.093 c0.042-0.038,0.086-0.071,0.123-0.115c0.003-0.004,0.003-0.008,0.007-0.012c0.005-0.006,0.012-0.01,0.017-0.017l7.541-9.371 C15.822,1.696,15.725,0.805,15.116,0.313z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60%;
    border-color: #fcb315;
}

@media (max-width: 767px){
    #woodster-request-form .form_header_el{
        padding: 0 10px;
        padding-bottom: 8px;
    }
}
@media (max-width: 590px){
    #woodster-request-form .tab .form-item{
        width: 100%;
    }
    .terms-of-loan .tol-left{
        width: 100%;
        font-size: 18px;
    }
    .terms-of-loan .tol-right{
        width: 100%;
        text-align: left;
        padding-left: 20px;
        padding-top: 10px;
    }
    .terms-of-loan{
        display: block;
    }
    .terms-of-loan .tol-right div:last-child{
        width: auto;
    }
    #woodster-request-form .form_header_el{
        width: 100%;
        display: none;
    }
    #woodster-request-form .form_header_el.m-active{
        display: block;
    }
    #woodster-request-form .form_header_el .progress{
        display: inline;
    }
    #woodster-request-form .progress-bar{
        display: block;
    }
    #woodster-request-form .step {
        display: block;
        float: left;
        width: 20%;
        border-bottom: 2px solid #dde3ed;
    }
    #woodster-request-form .step.active {
        border-bottom: 2px solid #4b87d2;
    }
    #woodster-request-form .form_header_el.active {
        border-bottom: none;
    }
    #woodster-request-form .form_header_el {
        border-bottom: none;
    }
}