﻿body {
    font-family: 'Work Sans', "Helvetica Neue", Helvetica, Roboto, sans-serif;
    margin: 0;
    padding: 0;
    cursor: auto;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background: url(/Images/pageTexturedBgDark.jpg)
}
.searchPostcode {
    margin-bottom: 0px;
    text-align: left;
    font-size: 20px;
}
#hero {
    display: block;
    background: rgba(0, 0, 0, 0.2);
    background-image: url(/_Content/images/WarmHomeDiscount/warm-home-discount-banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

    #hero .overlay {
        background: rgba(0, 0, 0, 0.2);
    }

    #hero .inner-row {
        text-align: center;
        color: #fff;
        /*padding: 150px;*/
        max-width:500px;
        padding-bottom: 2rem;
        height: 400px;
        font-family: Century Gothic, CenturyGothic, Cantarell, sans-serif;
        max-width: 800px;
        align-items:center;
        display: flex;
        justify-content: center;
        flex-direction:column;
    }
    @media screen and (max-width:767.9px){
        #hero .inner-row{
            height:40vh
        }
    }
.inner-row {

    display: block;
    margin: auto;
}
#getaddress_input {
    border: 2px #000 solid;
    padding: 1rem;
    border-radius: 0;
    width: 200px;
    margin-top: 1.8rem;
    /* display: block; */
    font-size: 16px;
    width: 59%;
}

#getaddress_button {
    background-color: #12c7be;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0;
    cursor: pointer;
    padding: 1rem;
    max-width: 29%;
    font-size: 16px;
    width: 199px;
    margin-top: 2rem;
    margin-left: 1rem;
}

#getaddress_dropdown {
    border: 2px #000 solid;
    padding: 1rem;
    border-radius: 0;
    width: 200px;
    margin-top: 1.8rem;
    display: block;
    font-size: 16px;
    width: 100%;
}

.header-one {
    font-size: 42px;
    line-height: 48px;
    font-weight: 600 !important;
    color: rgba(228, 98, 13, 1)
}

.header-two {
    font-size: 26px;
    line-height: 48px;
    font-weight: 520 !important;
    color: rgba(9, 9, 9, 1);
}

.step p {
    margin-bottom: 2rem;
}

.imp-info {
    font-size: 18px;
    font-weight: bold;
}

.orange {
    color: #f68d38;
}
.darkgrey{
    color:darkgray;
}
.stepper {
    margin: auto;
    max-width: 700px;
    padding: 20px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.step {
    display: none;
    text-align: center;
}

    .step.active {
        display: block;
    }

.stepno {
    display: none;
}

.step h2 {
    margin: 0 0 20px;
}

label {
    display: block;
    margin-bottom: 10px;
}

.next-button {
    background-color: #f68d38;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 0;
    cursor: pointer;
    padding: 1rem;
    max-width: 200px;
    font-size: 16px;
    width: 200px;
}

.prev {
    text-align: left;
    margin-bottom: 2rem;
}

.prev-button-back,
.prev-button-no,
.prev-button {
    background-color: transparent;
    border: none;
}

.title {
    margin-bottom: 1rem;
}

.gas, .gas-el, .el {
    border: 2px solid #000;
    padding: 1rem;
    max-width: 150px;
    height: 150px;
    position: relative;
}

.fuel [type=radio]:checked + .gas span,
.fuel [type=radio]:checked + .gas-el span,
.fuel [type=radio]:checked + .el span {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background-color: #f00;
    top: 0;
}

.success {
    border: 5px solid rgb(255 106 0);
    font-size: 20px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.failed {
    border: 5px solid rgb(255 0 33);
    font-size: 20px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fuel [type=radio]:checked + .gas span::after,
.fuel [type=radio]:checked + .gas-el span::after,
.fuel [type=radio]:checked + .el span::after {
    content: "";
    position: absolute;
    display: block;
    left: 9px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.form-control {
    border: 2px #000 solid;
    padding: 1rem;
    border-radius: 0;
    width: 200px;
    margin-top: 1.8rem;
    display: block;
    font-size: 16px;
    width: 100%;
    box-sizing:border-box;
}

.fuel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

    .fuel label {
        position: relative;
    }

    .payment input[type="checkbox"],
    .payment input[type="radio"],
    .fuel input[type="radio"] {
        position: absolute;
        height: 100%;
        width: 100%;
        opacity: 0;
        left: 0;
    }

    .fuel [type=radio]:checked + .gas,
    .fuel [type=radio]:checked + .gas-el,
    .fuel [type=radio]:checked + .el {
        border: 2px solid #f00;
    }

    .fuel img {
        max-width: 100%;
    }

.payment {
}

    .payment label {
        margin-bottom: 2rem;
        position: relative;
    }

.yes,
.no {
    border: 2px solid #000;
    padding: 0.6rem;
    position: relative;
    text-align: left;
}

.payment [type=checkbox]:checked + .yes,
.payment [type=checkbox]:checked + .no,
.payment [type=radio]:checked + .yes,
.payment [type=radio]:checked + .no {
    border: 2px solid #f68d38;
}

    .payment [type=checkbox]:checked + .yes span,
    .payment [type=checkbox]:checked + .no span,
    .payment [type=radio]:checked + .yes span,
    .payment [type=radio]:checked + .no span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        background-color: #f68d38;
        top: 0;
    }

        .payment [type=checkbox]:checked + .yes span::after,
        .payment [type=checkbox]:checked + .no span::after,
        .payment [type=radio]:checked + .yes span::after,
        .payment [type=radio]:checked + .no span::after {
            content: "";
            position: absolute;
            display: block;
            left: 9px;
            top: 3px;
            width: 8px;
            height: 16px;
            border: solid #fff;
            border-width: 0 3px 3px 0;
            transform: rotate(45deg);
        }

.supply select {
    padding: 1rem;
    border: 2px solid #000;
    border-radius: 0;
    width: 100%;
    margin-bottom: 2rem;
    font-size: 16px;
}

#ferr, #emailErr, #lerr, #pherr, #errSc, #toerr, #coerr, #perr, #aderr,
#err1, #err2, #err3, #err4, #err5, #err6, #err7, #err8, #err9, #err10 {
    color: #f00;
    text-align: left;
    margin-bottom: 1rem;
}
#step10 .payment,
#step11 .payment,
#step12 .payment{
    width:calc(100% - 60px);
}
#step10 .payment [type="checkbox"] + .yes span,
#step10 .payment [type="checkbox"] + .no span,
#step11 .payment [type="checkbox"] + .yes span,
#step11 .payment [type="checkbox"] + .no span,
#step12 .payment [type="checkbox"] + .yes span,
#step12 .payment [type="checkbox"] + .no span {
    right: -60px;
    height: 35px;
    width: 35px;
    border: 2px solid #666;
    position: absolute;
    right: -60px;
    top: 0;
}

#step10 .payment [type="checkbox"]:checked + .yes span,
#step10 .payment [type="checkbox"]:checked + .no span,
#step11 .payment [type="checkbox"]:checked + .yes span,
#step11 .payment [type="checkbox"]:checked + .no span,
#step12 .payment [type="checkbox"]:checked + .yes span,
#step12 .payment [type="checkbox"]:checked + .no span {
    right: -60px;
    border: 2px solid #f68d38;
}

    #step10 .payment [type="checkbox"]:checked + .yes span::after,
    #step10 .payment [type="checkbox"]:checked + .no span::after,
    #step11 .payment [type="checkbox"]:checked + .yes span::after,
    #step11 .payment [type="checkbox"]:checked + .no span::after,
    #step12 .payment [type="checkbox"]:checked + .yes span::after,
    #step12 .payment [type="checkbox"]:checked + .no span::after {
        left: 12px;
        top: 6px;
    }
#step10 .payment [type=checkbox]:checked + .yes,
#step10 .payment [type=checkbox]:checked + .no,
#step11 .payment [type=checkbox]:checked + .yes,
#step11 .payment [type=checkbox]:checked + .no,
#step12 .payment [type=checkbox]:checked + .yes,
#step12 .payment [type=checkbox]:checked + .no {
    border-color:#000;
}
#getaddress_button{
    background-color: #f68d38;
}
/* #step1 input[type="radio"]:checked, #step2 input[type="radio"]:checked {
    background-color: #28A745;
    color: #fff;
} */
