.plugin-pv-tool {
    text-align: center;
    color: #484848;
    padding: 50px 0;
    font-size: 14px;
}

.plugin-pv-tool h3 {
    font-size: 36px;
    line-height: 45px;
    margin: 0;
}

.plugin-pv-tool p {
    line-height: 24px;
}

.plugin-pv-tool .explanation-box {
    background: #e4e4e4;
    max-width: 450px;
    margin: 25px auto 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 25px;
}

.plugin-pv-tool .explanation-box p {
    color: #484848;
    font-size: 13px;
    margin: 0;
}

.plugin-pv-tool .question-box {
    padding: 50px 0;
}

.plugin-pv-tool .question-box label {

}

.plugin-pv-tool .question-box select {
    background: #fff;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    margin-top: 25px;
}

.plugin-pv-tool .button-holder {
    height: 50px;
}

.plugin-pv-tool .button-holder .next-button {
    outline: none;
    background: #F68428;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    font-size: 17px;
    display: block;
    margin: 0 auto;
}

.plugin-pv-tool .button-holder .prev-button {
    outline: none;
    background: none;
    color: #484848;
    text-align: center;
    padding: 15px 15px;
    border: none;
    font-size: 14px;
    display: block;
    margin: 0 auto;
}

#progress-bar {
    width: 100%;
    height: 18px;
    background: #C8C8C8;
    position: relative;
    margin-top: 75px;
}


#progress-bar:before, #progress-bar:after, #progress-bar .progress-ball {
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    background: #F68428;
    width: 36px;
    height: 36px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    top: -9px;
    position: absolute;
    border: 3px solid #fff;
    box-sizing: border-box;
}

#progress-bar:before {
    content: "\f0e7";
    left: -3px;
    z-index: 1;
}
#progress-bar:after {
    content: "\f02d";
    right: -3px;
}

#progress-bar .progress {
    background: #FFFFFF;
    height: 18px;
    position: relative;
    text-align: right;
    color: #fff;
    font-size: 25px;
}

#progress-bar .progress-ball {
    font: inherit;
    content: " ";
    line-height: 30px;
    font-size: 12px;
    right: -3px;
}

.plugin-pv-tool #form .specs {
    margin-top: 25px;
}

.plugin-pv-tool #form .specs h2 {
    color: #484848;
}


.plugin-pv-tool span.orange {
    color: #F68428;
}

.plugin-pv-tool #form .specs table {
    margin: 15px auto;
    text-align: left;
    min-width: 75%;
}

.plugin-pv-tool #form .specs table tr:nth-child(even) {
    background: #fff;
}

.plugin-pv-tool #form .specs table tr td {
    padding: 6px 10px;
}

.plugin-pv-tool #form .article_number {
    background: #484848;
    padding: 20px 0 30px 0;
    margin: 25px 0;
}

.plugin-pv-tool #form .article_number p {
    color: #fff;
    font-size: 14px;
}

.plugin-pv-tool .article_number .number {
    background: #fff;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #F68428;
    display: inline-block;
}

.plugin-pv-tool #form .form {
    max-width: 600px;
    margin: 0 auto;
}

.plugin-pv-tool #form .form .elementor-row {
    margin-bottom: 10px;
}

.plugin-pv-tool #form .form input, .plugin-pv-tool #form .form select {
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #f2f2f2;
    background: #F9F9F9;
    line-height: 24px;
}

.plugin-pv-tool #form .form button[type=submit] {
    background: #F68428;
    color: #fff;
    border-radius: 25px;
    font-size: 18px;
    fonr-weight: bold;
    padding: 15px 25px;
    margin-top: 25px;
    border: none;
}
