 /* ------------------------------------------------------------------------------
   *
   *  # Steps wizard
   *
   *  An all-in-one wizard plugin that is extremely flexible, compact and feature-rich
   *
   *  Version: 1.2
   *  Latest update: Aug 10, 2016
   *
   * ---------------------------------------------------------------------------- */

/** Leah CSS starts */
.stages_menus {
    max-width: 1140px !important;
    width: 100%;
   text-align:center;
    margin-top: 0px!important;
}

.purchase_process {
    list-style-type:none;
}

.purchase_process li {
    display:inline-block;
    margin-left:5px;
    margin-right:5px;
}
.purchase_process li a {
    font-size:14px;
    color:#c1c1c1;
    display:block;
}
.purchase_process li a:hover {
    text-decoration:none;
}
.purchase_process li img {
width:14px;
}

.purchase_process li .active {
color:#000;
}
 
.started_Btn a {
    background: #7FB527;
    color: #fff;
    display: flex;
    padding: 8px 8px;
    align-items: center;
    width: 120px;
    justify-content: space-between;
    margin: 0 auto;
    text-transform: capitalize;
    font-size: 15px;
}
.started_Btn {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.btn_group {
    margin-top:20px;
    margin-bottom:20px;
    display:flex;
    flex-wrap:wrap;
    align-item:center;
    }
    .back_Btn {
    margin-right:10px;
    border:1px solid #7FB527;
    color:#7FB527;
    padding:4px 12px;
    font-weight:500;
    display:inline-block;
    font-size:14px;
    }
    .Continue_Btn {
    margin-left:10px;
    color:#fff;
    background-color:#E0E1E4;
    padding:4px 12px;
    font-weight:500;
    display:inline-block;
    font-size:14px;
    }
/** Leah CSS Ends here */
 
   /* Form-Section Start */
    .purchase-detail h3 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #7FB527;
    }

    .purchase-detail {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.04em;
        margin: 0px;
        color: #000000;
    }

    .start-section h2 {
        font-family: 'Montserrat';
        font-weight: 700;
        font-size: 42px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
        color: #7FB527;
        margin: 0px;
    }

    .start-section {
        text-align: center;
        margin: 150px 0px;
    }

    .start-section p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        letter-spacing: 0.04em;
        margin: 0px;
    }

    .start-btn {
        padding: 40px 0px 0px 0px;
    }

    .start-btn a {
        background-color: #7FB527;
        color: White;
        padding: 10px 30px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.02em;
        text-transform: capitalize;
        text-decoration: none;
    }

    .date-calender input {
        padding: 10px 100px;
        width: 100%;
        border: 1px solid lightgrey;
    }

    .form-btn button {
        padding: 10px 20px;
        margin: 0px 0px 0px 10px;
        border: none;
        background-color: #7FB527;
        color: White;
    }

    .continue-btn a {
        background: #E0E1E4;
        padding: 12px 23px;
        color: white;
        text-decoration: none;
        font-weight: 700;
    }

    .brand-logo {
        padding: 40px 20px;
        border-radius: 10px;
        border: 1px solid lightgrey;
        margin: 10px 0px;
    }

    .brand-logo img {
        width: 100%;
        height: 70px;
        object-fit: contain;
    }

    .brand-width {
        width: 20%;
    }

    .purchase-div {
        text-align: center;
        border: 1px solid lightgrey;
        border-radius: 10px;
    }

    .purchase-div img {
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }

    .purchase-div p {
        margin: 0px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
    }

    .purchase-div h3 {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        color: #7FB527;
        padding: 10px 0px 0px 0px;
    }

    .spend-spacing {
        padding: 50px 0px;
    }

    .offer-div {
        padding: 50px 0px;
    }

    .offer-div .spend-spacing {
        padding: 0px;
    }

    .input-text-div input {
        width: 100%;
        padding: 10px;
        margin: 15px 0px;
        border: 1px solid lightgrey;
    }

    .input-text-div input::placeholder {
        color: lightgrey;
    }

    .city input {
        width: 100%;
        padding: 10px 10px;
        border: 1px solid lightgrey;
    }

    .city input::placeholder {
        color: lightgrey;
    }

    .state-div {
        width: 100%;
        border: 1px solid lightgrey;
        color: lightgrey;
    }

    .state-div button {
        padding: 10px 0px;
        color: lightgrey;
    }

    .state-div button:focus {
        box-shadow: none;
    }

    .city-row {
        padding: 15px 0px;
    }

    .details-continue {
        margin: 50px 0px 0px 0px;
    }

    .overview {
        background-color: #7FB527;
        padding: 40px;
        color: white;
    }

    .overview .purchase-on {
        padding: 30px 0px 0px 0px;
    }

    .overview .purchase-on h5 {
        font-size: 16px;
        font-family: 'Montserrat';
    }

    .overview .purchase-on p {
        font-size: 14px;
    }

    .attach-detail {
        background: #F9F9F9;
        padding: 50px 30px;
    }

    .attach-detail p {
        font-weight: 700;
        letter-spacing: 1px;
    }

    .term-conditions h2 {
        color: #7FB527;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 0.04em;
        text-transform: capitalize;
    }

    .term-conditions p {
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.04em;
    }

    .conditions input {
        margin: 0px 15px;
    }

    .conditions p {
        margin: 0px;
    }

    .conditions {
        padding: 10px;
        margin: 20px 0px 0px 0px;
        align-items: baseline;
    }

    .term-conditions-bg {
        background-color: white;
        padding: 40px;
    }

    .term-and-conditions {
        background-image: url('https://www.greenworksaustralia.com/wp-content/plugins/redeem-offers/assets/front/css/%3C?php%20echo%20plugin_dir_url(%20__FILE__%20)%20.'img/term-bg.jpg'; ?>');
        padding: 100px 0px !important;
    }

    .submit-btn {
        text-align: center;
        padding: 50px 0px 0px 0px;
    }

    .submit-btn button {
        background: #76bd1d;
        color: white;
        border: none;
        padding: 10px 30px;
        font-size: 18px;
        font-weight: 500;
    }

    /* upload-files-css */
    .form-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .upload-files-container {
        width: 100%;
        position: relative;
    }

    .drag-file-area {
        border: 1px dashed #6490d7;
        border-radius: 10px;
        margin: 10px 0 15px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f2f5fa;
    }

    .label {
        position: absolute;
    }

    .drag-file-area .upload-icon {
        font-size: 50px;
    }

    .drag-file-area h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .drag-file-area label .browse-files-text {
        font-weight: bolder;
        cursor: pointer;
    }

    span.browse-files-text {
        font-size: 14px;
    }

    span.browse-files {
        opacity: 0;
    }

    .cannot-upload-message {
        background-color: #ffc6c4;
        font-size: 17px;
        display: flex;
        align-items: center;
        margin: 5px 0;
        padding: 5px 10px 5px 30px;
        border-radius: 5px;
        color: #BB0000;
        display: none;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .cannot-upload-message span,
    .upload-button-icon {
        padding-right: 10px;
    }

    .cannot-upload-message span:last-child {
        padding-left: 20px;
        cursor: pointer;
    }

    .file-block {
        color: #f7fff7;
        background-color: #7b2cbf;
        transition: all 1s;
        width: 390px;
        position: relative;
        display: none;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0 15px;
        padding: 10px 20px;
        border-radius: 25px;
        cursor: pointer;
    }

    .file-info {
        display: flex;
        align-items: center;
        font-size: 15px;
    }

    .file-icon {
        margin-right: 10px;
    }

    .file-name,
    .file-size {
        padding: 0 3px;
    }

    .remove-file-icon {
        cursor: pointer;
    }

    .progress-bar {
        display: flex;
        position: absolute;
        bottom: 0;
        left: 4.5%;
        width: 0;
        height: 5px;
        border-radius: 25px;
        background-color: #4BB543;
    }

    .upload-button {
        font-family: 'Montserrat';
        background-color: #4887ef;
        color: #f7fff7;
        display: flex;
        align-items: center;
        font-size: 14px;
        border: none;
        border-radius: 9px;
        margin: 10px;
        padding: 5.5px 20px;
        cursor: pointer;
        letter-spacing: 1px;
    }

    /* upload-files-css end*/
    /* Form-Section End */
    .wizard {
        width: 100%;
    }

    .wizard>.steps .current-info,
    .wizard>.content>.title {
        position: absolute;
        left: -99999px;
    }

    .wizard>.content {
        position: relative;
        width: auto;
        padding: 0;
    }

    .wizard>.content>.body {
        padding: 0 40px;
    }

    .wizard>.content>iframe {
        border: 0 none;
        width: 100%;
        height: 100%;
    }

    .wizard>.steps {
        position: relative;
        display: block;
        width: 100%;
    }

    .wizard>.steps>ul {
        display: table;
        width: 100%;
        table-layout: fixed;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .wizard>.steps>ul>li {
        display: table-cell;
        width: auto;
        vertical-align: top;
        text-align: center;
        position: relative;
        font-family: "AvenirNextDemiBold", "Helvetica", "Arial", sans-serif !important;
    }

    .wizard>.steps>ul>li a {
        position: relative;
        padding-top: 48px;
        margin-top: 40px;
        margin-bottom: 40px;
        display: block;
        text-decoration: none;
    }

    .wizard>.steps>ul>li:before,
    .wizard>.steps>ul>li:after {
        content: "";
        display: block;
        position: absolute;
        top: 58px;
        width: 50%;
        height: 2px;
        background-color: #76bd1d;
        z-index: 9;
    }

    .wizard>.steps>ul>li:before {
        left: 0;
    }

    .wizard>.steps>ul>li:after {
        right: 0;
    }

    .wizard>.steps>ul>li:first-child:before,
    .wizard>.steps>ul>li:last-child:after {
        content: none;
    }

    .wizard>.steps>ul>li.current:after,
    .wizard>.steps>ul>li.current~li:before,
    .wizard>.steps>ul>li.current~li:after {
        background-color: #eeeeee;
    }

    .wizard>.steps>ul>li.current>a {
        color: #76bd1d;
        cursor: default;
    }

    .wizard>.steps>ul>li.current .number {
        border-color: #76bd1d;
        color: #76bd1d;
    }

    /*.wizard > .steps > ul > li.current .number:after {
   content: '\e913';
   font-family: 'icomoon';
   display: inline-block;
   font-size: 16px;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   line-height: 34px;
   -webkit-transition: all 0.15s ease-in-out;
   -o-transition: all 0.15s ease-in-out;
   transition: all 0.15s ease-in-out;
   }*/
    .wizard>.steps>ul>li.disabled a,
    .wizard>.steps>ul>li.disabled a:hover,
    .wizard>.steps>ul>li.disabled a:focus {
        color: #a5aeb7;
        cursor: default;
    }

    .wizard>.steps>ul>li.done a,
    .wizard>.steps>ul>li.done a:hover,
    .wizard>.steps>ul>li.done a:focus {
        color: #76bd1d;
    }

    .wizard>.steps>ul>li.done .number {
        font-size: 0;
        background-color: #76bd1d;
        border-color: #76bd1d;
        color: #fff;
    }

    .wizard>.steps>ul>li.done .number:after {
        content: "\ed6e";
        font-family: "icomoon";
        display: inline-block;
        font-size: 16px;
        line-height: 34px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .wizard>.steps>ul>li.error .number {
        border-color: #f44336;
        color: #f44336;
    }

    @media (max-width: 768px) {
        .wizard>.steps>ul {
            margin-bottom: 20px;
        }

        .wizard>.steps>ul>li {
            display: block;
            float: left;
            width: 50%;
        }

        .wizard>.steps>ul>li>a {
            margin-bottom: 0;
        }

        .wizard>.steps>ul>li:first-child:before,
        .wizard>.steps>ul>li:last-child:after {
            content: "";
        }

        .wizard>.steps>ul>li:last-child:after {
            background-color: #00bcd4;
        }
    }

    @media (max-width: 480px) {
        .wizard>.steps>ul>li {
            width: 100%;
        }

        .wizard>.steps>ul>li.current:after {
            background-color: #76bd1d;
        }
    }

    .wizard>.steps .number {
        background-color: #fff;
        color: #a5aeb7;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -19px;
        width: 38px;
        height: 38px;
        border: 2px solid #eeeeee;
        font-size: 14px;
        border-radius: 50%;
        z-index: 10;
        line-height: 34px;
        text-align: center;
    }

    .panel-flat>.wizard>.steps>ul {
        border-top: 1px solid #ddd;
    }

    .wizard>.actions {
        position: relative;
        display: block;
        text-align: right;
        padding: 40px;
        padding-top: 20px;
    }

    .wizard>.actions>ul {
        float: left;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .wizard>.actions>ul:after {
        content: "";
        display: table;
        clear: both;
    }

    .wizard>.actions>ul>li {
        float: left;
    }

    .wizard>.actions>ul>li+li {
        margin-left: 10px;
    }

    .wizard>.actions>ul>li>a {
        background: #76bd1d;
        color: #fff;
        display: block;
        padding: 10px 25px;
        font-family: "AvenirNextDemiBold", "Helvetica", "Arial", sans-serif !important;
        border-radius: 0px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        border: 2px solid #76bd1d;
    }

    .wizard>.actions>ul>li>a:hover,
    .wizard>.actions>ul>li>a:focus {}

    .wizard>.actions>ul>li>a:active {}

    .wizard>.actions>ul>li>a[href="#previous"] {
        background-color: #fff;
        color: #4a4a49;
        border: 2px solid #ededed;
    }

    .wizard>.actions>ul>li>a[href="#previous"]:hover,
    .wizard>.actions>ul>li>a[href="#previous"]:focus {}

    .wizard>.actions>ul>li>a[href="#previous"]:active {}

    .wizard>.actions>ul>li.disabled>a,
    .wizard>.actions>ul>li.disabled>a:hover,
    .wizard>.actions>ul>li.disabled>a:focus {
        background-color: #fff;
        color: #4a4a49;
        border: 2px solid #ededed;
    }

    .wizard>.actions>ul>li.disabled>a[href="#previous"],
    .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover,
    .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    label {
        display: block;
    }

    label.error {
        color: red;
    }
/**Purchase Radio Button Css **/
.brand-width input:checked + div,
.brand-width .purchase-div:hover {
    box-shadow: 0px 0px 10px #0000001f;
}

.brand-width input[type="radio"] {
    visibility: hidden;
    position: absolute;
}