body {
    font-family: 'Karla', sans-serif;
}

.p-0 {
    padding: 0px;
}

.subContentBlock h3 {
    font-size: 1.5em;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 5px 0;
}

.btn-next {
    font-size: 1.3em;
    padding: 2px;
    font-weight: bold;
}

.btn-prev {
    font-size: .9em;
    color: #5d28c6;
    font-weight: bold;
}

.btn-prev:hover {
    color: #5d28c6;
    text-decoration: none;
}

.progress-bar {
    background-color: #5d28c6
}

.zangdar__wizard .zangdar__step {
    display: none;
}

.zangdar__wizard .zangdar__step.zangdar__step__active {
    display: block;
}

.mainContent h2 {
    color: #5d28c6;
    font-weight: bold;
    font-size: 1.7em;
    margin: 40px 0 40px;
}

.form-control {
    font-size: 1.2em;
    border: 0px;
    border-bottom: 2px solid #5d28c6;
    border-radius: 0px;
}

select.form-control
{
    padsding: 21px 0;
}
.form-control:focus {
    color: inherit;
    background-color: inherit;
    border-color: #5d28c6;
    outline: none;
    box-shadow: none;
}

.form-group>label {
    font-size: 1em;
    background-color: white;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.4);
}


.form-control:valid~label {
    bottom: 70px;
    font-size: .9em;
}

.formRow--item {
    margin: 10px 0px;
}

.formRow--input-wrapper {
    width: 100%;
    position: relative;
    display: block;
}

.formRow--input {
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.formRow--item .placeholder {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.4);
    white-space: nowrap;
    letter-spacing: .2px;
    font-weight: normal;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.formRow--item .errorInput {
    position: absolute;
    background: #d66464;
    padding: 6px;
    white-space: nowrap;
    letter-spacing: .2px;
    font-weight: normal;
    transition: all, .2s;
    color: #fff;
    bottom: calc( 0px - 6px - 10px - 30px);
    border-radius: 6px;
    z-index: 999;
}

.formRow--item .errorInput:after {
    content: '';
    position: absolute;
    left: 12px;
    top: -10px;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 10px solid #d66464;
}

.formRow--input-wrapper.active .placeholder {
    top: -25px;
    color: rgba(0, 0, 0, 0.4);
    letter-spacing: .8px;
    font-size: 14px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.form-control {
    border: 0px;
    border-radius: 0;
    border-bottom: 2.2px solid #5d28c652;
}

textarea.form-control {
    border: 3.2px solid #aaa;
}

input::placeholder
{
    color: rgba(0, 0, 0, 0.4) !important;
}

.form-control:focus,
.tab .form-control:hover {
    box-shadow: none;
    border-color: #5d28c6;
    ;
}

.btn-success {
    background:#3FC21C;
}
.btn-success:hover {
    background:#3FC21C;
}

.btn-link:hover {
    background: none;
    text-decoration: none;
}

.btn-outline-secondary {
    color: #000
}

.grid h3 {
    color: #5d28c6;
    font-size: 1.5em;
    font-weight: bold;
}

.grid button {
    font-weight: bold;
    border: 3px solid #dfdfdf;
    border-radius: 1px;
    margin: 0 auto;
}

.grid button.btn-img {
    border: none;
    border-radius: unset;
    margin: unset;
    background: none;
}

.grid button.btn-square {
    height: 4rem;
    width: 100%;
}

.grid button:hover,
.grid button.active,
.grid button.focus,
.grid button:focus {
    background: #dfd6f4;
    border: 3px solid #5d28c6;
    color: #000;
    background-color: #dfd6f4;
    box-shadow: none;
}


.sidebar h3 {
    font-size: 1em;
    color: #5d28c6;
    font-weight: bold;
}


/** STEP 1 **/

.step-1 .sidebar ul li {
    font-size: 1em;
    font-family: 'Crimson Text', serif;
}

.step-1 .sidebar h3 {
    margin: 40px 0 5px;
}

.step-1 .form-group {
    margin-bottom: 0px;
}

.step-1 .headerBlock
{
    background: #edf9f9;
    padding: 30px 60px;
}

.step-1 .headerBlock h1
{
    font-weight: bold;
    font-size: 54px;
    padding:50px 0 0 0;
    color: #364661;
}

@media only screen and (max-width: 990px) {
    .step-1 .headerBlock h1
    {
        font-size: 30px;
        text-align: center;
    }
}

/** STEP 2 **/
.step-2, .step-3, .step-4, .step-5, .step-6
{
    display: none;
}
.step-2 .sidebar div {
    padding: 1.1em;
    background-color: #ebebeb;
    font-family: 'Crimson Text', serif;
}

.step-2 .sidebar div p {
    font-size: 1em;
}

.step-2 .btn-not-allowed:hover,
.step-2 .btn-not-allowed.active,
.step-2 .btn-not-allowed:active,
.step-2 .btn-not-allowed:focus,
.step-2 .btn-not-allowed {
    border-color: red;
}

.block-not-allowed {
    padding: 10px;
    color: red;
    border: 2px solid red;
}


/** STEP 3 **/

.step-3 .sidebar div {
    padding: 1.1em;
    background-color: #ebebeb;
}

.step-3 .sidebar div p {
    font-size: .9em;
}

.step-3 .grid button:hover,
.step-3 .grid button.active,
.step-3 .grid button.focus,
.step-3 .grid button:focus {
    border: none;
    background: none;
}

.step-3 .degreeszero
{
    background: url("/assets/images/solar-calculator/step3-house0.png?v=5") no-repeat;
    height: 195px;
    width: 203px;
}
.step-3 .degreeszero:hover,
.step-3 .degreeszero.active,
.step-3 .degreeszero.focus,
.step-3 .degreeszero:focus
{
   background-position: 0 -205px;
}
.step-3 .degreesten
{
    background: url("/assets/images/solar-calculator/step3-house10.png?v=5") no-repeat;
    height: 195px;
    width: 203px;
}
.step-3 .degreesten:hover,
.step-3 .degreesten.active,
.step-3 .degreesten.focus,
.step-3 .degreesten:focus
{
   background-position: 0 -205px;
}

.step-3 .degreestwenty
{
    background: url("/assets/images/solar-calculator/step3-house20.png?v=5") no-repeat;
    height: 195px;
    width: 203px;
}
.step-3 .degreestwenty:hover,
.step-3 .degreestwenty.active,
.step-3 .degreestwenty.focus,
.step-3 .degreestwenty:focus
{
    background-position: 0 -205px;
}

.step-3 .degreesthirty
{
    background: url("/assets/images/solar-calculator/step3-house30.png?v=5") no-repeat;
    height: 195px;
    width: 203px;
}
.step-3 .degreesthirty:hover,
.step-3 .degreesthirty.active,
.step-3 .degreesthirty.focus,
.step-3 .degreesthirty:focus
{
    background-position: 0 -205px;
}

.step-3 .degreesforty
{
    background: url("/assets/images/solar-calculator/step3-house40.png?v=5") no-repeat;
    height: 195px;
    width: 203px;
}
.step-3 .degreesforty:hover,
.step-3 .degreesforty.active,
.step-3 .degreesforty.focus,
.step-3 .degreesforty:focus
{
    background-position: 0 -205px;
}


.step-3 .degreesfifty
{
    background: url("/assets/images/solar-calculator/step3-house50.png?v=5") no-repeat;
    height: 195px;
    width: 203px;
}
.step-3 .degreesfifty:hover,
.step-3 .degreesfifty.active,
.step-3 .degreesfifty.focus,
.step-3 .degreesfifty:focus
{
   background-position: 0 -205px;
}

@media only screen and (max-width: 600px) {
    .degreesfifty
    {
        margin-top: 20px;
    }
}


/** STEP 4 **/

.form-step-4 label {
    font-size: .8em;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 0px;
}

.form-step-4 .other {
    padding-left: 0px;
}

.step-4 .sidebar div {
    padding: 1.1em;
    background-color: #ebebeb;
}

.step-4 .sidebar div p {
    font-size: 1em;
    font-family: 'Crimson Text', serif;
}

.step-4 .grid .text-muted {
    font-size: .7em;
}


/** STEP 5 **/

.form-step-5 .form-group {
    margin-bottom: 0px;
}

.step-5 .sidebar div {
    padding: 1.1em;
    background-color: #ebebeb;
}

.step-5 .sidebar div p {
     font-size: 1em;
    font-family: 'Crimson Text', serif;
}


/** STEP 6 **/

.form-step-6 .form-group {
    margin-bottom: 0px;
}

.step-6 .sidebar div {
    padding: 1.1em;
    background-color: #ebebeb;
}

.step-6 .sidebar div p {
    font-size: .8em;
}

.step-6 #quoteForm .formRow--input-wrapper .formRow--input:focus,
.formRow--input-wrapper .formRow--input:hover {
    border-color: #5d28c6;
}

@media all and (max-width: 767px) {
    .sidebar {
        margin-top: 1rem;
    }
    .step-2 .grid button {
        font-size: .7em;
    }
}

@media all and (max-width: 479px) {
    .sidebar {
        margin-top: 1rem;
    }
    .step-2 .grid button {
        font-size: .5em;
    }
}
p.reset{
    font-size: 14px;
    margin-top: 10px;
}


/* HIDE ARROWS ON INPUT NUMBER */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}