.aq-step {
    background-color:#fff;
    padding: 30px 40px;
    color:#171717;
    border-radius:10px;
    box-shadow: 0 0 15px #d1d1d1;
    margin-bottom: 2rem;
}
.aq-step h3 {
    color:rgb(12, 75, 221) !important;
    font-weight:300;
    padding-bottom: 14px;
}
.aq-step hr {
    border-color:#d1d1d1;
}
.aq-step input[type=range] {
    width:88%;
    background-color:rgb(12, 75, 221);
}
.aq-step input[type=number], .aq-step select, .aq-step input[type=text], .aq-step input[type=email], .aq-step input[type=tel] {
    width:100%;
    max-width:100%;
}

.aq-step button, .aq-step input[type=submit] {border-radius:10px;}
.aq-step button, .aq-step input[type=submit], .aq_calc_steps button {
    margin-top:10px;
    background-color:rgb(12, 75, 221) !important;
    border: 2px solid rgb(12, 75, 221);
    color:#fff !important;
}
.aq-step button:hover, .aq-step input[type=submit], .aq_calc_steps button:hover {
    background-color:#fff !important;
    color:rgb(12, 75, 221) !important;
}
.aq_calc_steps button.active {
    background-color:#fff !important;
    color:rgb(12, 75, 221) !important;
}

.aq_calc_steps button {
    margin-right:10px;
    margin-bottom:10px;
}

.aq-step .fa-regular.fa-circle-question {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image:url('img/info.png');
    background-size:cover;
    margin-left:2px;
}

.aq-step .aq-privacy-policy {
    font-size:12px;
    margin-top:5px;
    margin-bottom:5px;
}

 .aq-step input[type=number],.aq-step input[readonly=readonly], .aq-step input[type=text], .aq-step select, .aq-step input[type=email], .aq-step input[type=tel]  {
    border-width:1px;
    border-radius:0px;
    padding-top:2px;
    padding-bottom:2px;
    background-color:white;
    border-color:#d1d1d1;
    border: 1px solid #d1d1d1;
    
}
.aq-step input[type=number],.aq-step input[readonly=readonly], .aq-step input[type=text], .aq-step input[type=email], .aq-step input[type=tel] {
    padding-left:10px;
}
.aq-step input[type=number] {
    width:70%;
}
.aq-step select {
    padding-left: 6px;
    width:84.5%;
}
.aq-step input[readonly=readonly] {
    background-color:ghostwhite;
}
.aq-step .rangevaluestable {
    border-width:0px !important;
    padding:0px;
    color:#171717;
    font-weight:bold;
    table-layout: fixed;
}
.aq-step .rangevaluestable td {
    text-align:center;
    padding:0 !important;
    font-size:12px !important;
}
.aq-step .rangevaluestable td:first-child {
    text-align:left;
}
.aq-step .rangevaluestable td:last-child {
    text-align:right;
}



.aq-step input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    outline:none;
    height: 12px; /* Specified height */
    background:#ddd !important;
    border-radius:5px;
    background-color: #9a905d;
}
.aq-step input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    outline:none;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50%;
    background: #fff !important;
    cursor: pointer;
    border: 3px solid rgb(12, 75, 221) !important;
}

.aq-step output {
    background-color:#e7f8fe;
    border:2px solid rgb(12, 75, 221);
    width: 45px;
    padding: 0px;
    display: inline-block;
    text-align: center;
    margin-left: -4px;
    vertical-align: bottom;
    border-radius: 10px;
}
.aq-step label {
    margin-top:10px;
    display:inline-block;
    font-size:15px
}
.aq-step .half {
    width:49%;
    display: inline-block;
}
#aq_calc_032022 h2 {
    color:rgb(12, 75, 221);
    font-weight:bold;
    margin-bottom:10px;
}
#aq_calc_032022 table {
    border:4px solid rgb(12, 75, 221);
    width:100%;
    padding: 0;
    border-spacing: 0;
    margin-bottom: 10px;
}
#aq_calc_032022 table td {
    border-width:0px;
    padding:5px;
}
#aq_calc_032022 table thead tr  {
    background-color:rgb(12, 75, 221);
    color:#fff;
    text-align:left;
}
#aq_calc_032022 table tbody tr:nth-child(even) {background: #e7f8fe}
#aq_calc_032022 table tbody tr:nth-child(odd) {background: #FFF}

#aq_calc_032022 .button {
    display:inline-block;
}

#aq-step-4 p {
    margin-top:20px;
    margin-bottom:20px;
}
#aq-step-4 span {
    color:rgb(12, 75, 221);
}
#aq-step-4 .half {
    margin-top:20px;
    font-weight:bold;
}

@media only screen and (max-width: 600px) {
    .aq-step .half {
        width:100%;
    }
  }