/* Minification failed. Returning unminified contents.
(307,18): run-time error CSS1030: Expected identifier, found ' '
(307,19): run-time error CSS1031: Expected selector, found '-webkit-gradient('
(307,19): run-time error CSS1025: Expected comma or open brace, found '-webkit-gradient('
(307,133): run-time error CSS1030: Expected identifier, found ' '
(307,134): run-time error CSS1031: Expected selector, found '-o-linear-gradient('
(307,134): run-time error CSS1025: Expected comma or open brace, found '-o-linear-gradient('
(307,205): run-time error CSS1030: Expected identifier, found ' '
(307,206): run-time error CSS1031: Expected selector, found '-moz-linear-gradient('
(307,206): run-time error CSS1025: Expected comma or open brace, found '-moz-linear-gradient('
(307,279): run-time error CSS1030: Expected identifier, found ' '
(307,280): run-time error CSS1031: Expected selector, found '-webkit-linear-gradient('
(307,280): run-time error CSS1025: Expected comma or open brace, found '-webkit-linear-gradient('
(307,356): run-time error CSS1030: Expected identifier, found ' '
(307,357): run-time error CSS1031: Expected selector, found '-ms-linear-gradient('
(307,357): run-time error CSS1025: Expected comma or open brace, found '-ms-linear-gradient('
(307,429): run-time error CSS1030: Expected identifier, found ' '
(307,430): run-time error CSS1031: Expected selector, found 'linear-gradient('
(307,430): run-time error CSS1025: Expected comma or open brace, found 'linear-gradient('
(307,490): run-time error CSS1030: Expected identifier, found ' '
(307,495): run-time error CSS1031: Expected selector, found ';'
(307,495): run-time error CSS1025: Expected comma or open brace, found ';'
(307,508): run-time error CSS1030: Expected identifier, found ' '
(307,509): run-time error CSS1031: Expected selector, found '1px'
(307,509): run-time error CSS1025: Expected comma or open brace, found '1px'
(307,540): run-time error CSS1030: Expected identifier, found ' '
(307,541): run-time error CSS1031: Expected selector, found '1px'
(307,541): run-time error CSS1025: Expected comma or open brace, found '1px'
(307,573): run-time error CSS1030: Expected identifier, found ' '
(307,574): run-time error CSS1031: Expected selector, found '1px'
(307,574): run-time error CSS1025: Expected comma or open brace, found '1px'
(307,607): run-time error CSS1030: Expected identifier, found ' '
(307,608): run-time error CSS1031: Expected selector, found '1px'
(307,608): run-time error CSS1025: Expected comma or open brace, found '1px'
(307,639): run-time error CSS1030: Expected identifier, found ' '
(307,640): run-time error CSS1031: Expected selector, found '600'
(307,640): run-time error CSS1025: Expected comma or open brace, found '600'
(307,655): run-time error CSS1030: Expected identifier, found ' '
(307,656): run-time error CSS1031: Expected selector, found '14px'
(307,656): run-time error CSS1025: Expected comma or open brace, found '14px'
(307,669): run-time error CSS1030: Expected identifier, found ' '
(307,670): run-time error CSS1031: Expected selector, found 'progid:DXImageTransform.Microsoft.gradient('
(307,670): run-time error CSS1025: Expected comma or open brace, found 'progid:DXImageTransform.Microsoft.gradient('
(309,1): run-time error CSS1019: Unexpected token, found '}'
(6910,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6911,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6930,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6931,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6960,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6961,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10387,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10388,8): run-time error CSS1035: Expected colon, found '{'
(11083,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(11085,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(11275,39): run-time error CSS1046: Expect comma, found '0'
(11275,43): run-time error CSS1046: Expect comma, found '/'
 */
/*Main Preferences*/
/*Common Classes*/

.w-100 {
    width: 100% !important;
}

.green-thin-header {
    font-size: 30px;
    color: #4bae46;
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.align-center {
    text-align: center;
}

.btn.request-callback-btn.telLink[disabled] {
    opacity: 1;
}

.bootstro-backdrop {
    opacity: 0.85;
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
    filter: alpha(opacity = 50);
}

#funnel-sidebar {
    z-index: 1041;
    position: fixed;
    right: 0;
    width: 400px;
    height: 100%;
    top: 0;
    margin-right: -450px;
}

    #funnel-sidebar .panel {
        background-color: #fff;
        height: 100%;
    }

    #funnel-sidebar .trustpilot-panel {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    #funnel-sidebar .sidebar-close {
        z-index: 5;
        position: absolute;
        top: 0px !important;
        overflow: hidden;
        width: 20px !important;
        height: 20px !important;
        cursor: pointer;
        padding: 10px 10px !important;
        box-sizing: content-box !important;
        box-shadow: rgb(170, 170, 170) 0 0 25px;
        background-color: #4bae46;
    }

    #funnel-sidebar .sidebar-close {
        left: -40px;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-top-left-radius: 3px;
        -moz-border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    #funnel-sidebar .container {
        width: 100%;
        height: 100%;
        padding: 20px;
        box-shadow: rgb(170, 170, 170) 0px 0px 25px;
        text-align: center;
    }

    #funnel-sidebar h3 {
        text-align: center;
        font-size: 28px;
        margin-top: 60px;
        margin-bottom: 30px;
        color: #4bae46;
        font-weight: bold;
    }

    #funnel-sidebar button {
        background: #f9c814;
        color: #000000;
        font-weight: bold;
        border-color: transparent;
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 20px 26px;
    }

    #funnel-sidebar a {
        font-size: 13px;
        font-weight: 600;
    }

@media (max-width: 767px) {
    #funnel-sidebar {
        width: 100%;
        margin-right: -100%;
    }

        #funnel-sidebar .container {
            padding: 20px !important;
        }

        #funnel-sidebar .panel {
            margin-left: 40px;
        }

        #funnel-sidebar .sidebar-close {
            left: 0;
        }

        #funnel-sidebar .trustpilot-panel {
            margin-left: -20px;
        }

            #funnel-sidebar .trustpilot-panel .trustpilot-widget {
                border-bottom: none;
            }
}


#wizard-hero-new .results-page .results-list .results-item .results-item-plan div {
    overflow: hidden;
    max-height: 150px;
}

.clickout {
    cursor: pointer;
}

.telLink {
    white-space: nowrap;
    cursor: pointer;
}


/*Main Preferences*/
body {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    min-width: 320px;
    color: #515151;
    counter-reset: numbers;
    overflow-x: hidden;
}

a {
    text-decoration: underline;
    color: #4bae46;
}

    a.btn {
        text-decoration: none;
    }

/*Header*/
header {
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    /*Mobile Header*/
    /*Mobile Header*/
}

    header .navbar {
        border-radius: 0;
    }

    header #header-tab {
        height: 86px;
        width: 1200px;
    }

        header #header-tab .cbb-logo {
            display: block;
            margin: 20px 0;
            background: url(//static.compareenergy.com.au/images/logo.png) no-repeat;
            width: 198px;
            height: 40px;
        }

        header #header-tab .bright-blue-text .small-button-text {
            display: block;
            font-size: 10px;
            font-weight: 600;
        }

    header .main-top-menu {
        margin: 0 15px;
    }

        header .main-top-menu .nav li {
            display: block;
        }

        header .main-top-menu .nav a {
            color: #000;
            font-weight: bold;
            font-size: 16px;
            padding-left: 27px;
            padding-right: 27px;
            text-decoration: none;
            outline: none;
            display: block;
        }

            header .main-top-menu .nav a:after {
                height: 15px;
                width: 15px;
                content: " ";
                position: absolute;
                bottom: 32px;
                right: 10px;
                background: url(//static.compareenergy.com.au/images/sprite6.png) -533px -335px no-repeat;
            }

        /*header .main-top-menu .nav li:first-of-type a {
            border-left: 1px solid #fff;
        }*/

        header .main-top-menu .nav > li > a {
            padding: 32px 30px 32px 20px;
        }

        header .main-top-menu .nav li.active > a, header .main-top-menu .nav a:hover {
            background: #f3f3f3;
            border-bottom: 1px solid #f3f3f3;
            color: #2a6496;
        }

        header .main-top-menu .nav a.link-no-style:hover {
            cursor: default;
        }

        header .main-top-menu .nav li.block-hover:hover a, header .main-top-menu .nav li.block-hover.open a {
            background: #f3f3f3;
            border-bottom: 1px solid #f3f3f3;
        }

        header .main-top-menu .nav a:focus {
            background: #f3f3f3;
            border-bottom: 1px solid #f3f3f3;
        }

        header .main-top-menu .nav .open li, header .main-top-menu .nav .open a {
            background: #f3f3f3;
            border-bottom: 1px solid #f3f3f3;
        }

        header .main-top-menu .nav .dropdown-menu {
            background: #717171;
            border-radius: 0;
            border-style: solid;
            border-color: #fff;
            border-width: 1px 1px 1px 1px;
            border-top-color: #898989;
            left: -1px;
            padding: 0;
            margin: 0;
            min-width: 50px;
        }

            header .main-top-menu .nav .dropdown-menu a {
                overflow: hidden;
                font-size: 12px;
                border: none;
                padding-left: 5px;
                padding-right: 6px;
                height: 30px;
                border-top: 1px solid #898989;
                line-height: 25px;
                overflow: hidden;
            }

                header .main-top-menu .nav .dropdown-menu a:hover {
                    background: #ffffff;
                    color: #4bae46;
                }

            header .main-top-menu .nav .dropdown-menu li:first-of-type a {
                border: none;
            }

        header .main-top-menu form {
            margin-top: 7px;
            margin-left: -40px;
        }

background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0096c8), color-stop(1, #007aa3)); background-image: -o-linear-gradient(bottom, #0096c8 0%, #007aa3 100%); background-image: -moz-linear-gradient(bottom, #0096c8 0%, #007aa3 100%); background-image: -webkit-linear-gradient(bottom, #0096c8 0%, #007aa3 100%); background-image: -ms-linear-gradient(bottom, #0096c8 0%, #007aa3 100%); background-image: linear-gradient(to bottom, #0096c8 0%, #007aa3 100%); color: #fff; border-top: 1px solid #33add4; border-left: 1px solid #077396; border-right: 1px solid #077396; border-bottom: 1px solid #077396; font-weight: 600; font-size: 14px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096c8', endColorstr='#007aa3', GradientType=0);
/* IE6-8 */
}

header #mobile-dropdown-menu {
    float: left;
    width: 8%;
    text-align: right;
    position: static;
    padding-right: 15px;
}

header #mobile-menu-dropdown .mobile-menu-panel {
    padding: 0;
}

    header #mobile-menu-dropdown .mobile-menu-panel div {
        padding: 10px 40px;
        border-bottom: 1px solid #dfdfdf;
        text-align: left;
    }

        header #mobile-menu-dropdown .mobile-menu-panel div a {
            font-size: 18px;
            font-weight: normal;
            color: black;
        }

header #mobile-dropdown-menu .menu-link {
    text-align: left;
    padding-left: 20px;
}

    header #mobile-dropdown-menu .menu-link a .expand-img {
        float: right;
        position: relative;
        top: 10px;
        margin-right: 2px;
        height: 8px;
        width: 14px;
        background: url(//static.compareenergy.com.au/images/closed.png) no-repeat;
    }

    header #mobile-dropdown-menu .menu-link a.collapsed .expand-img {
        float: right;
        position: relative;
        top: 10px;
        margin-right: 2px;
        height: 14px;
        width: 8px;
        background: url(//static.compareenergy.com.au/images/opened.png) no-repeat;
    }

header #mobile-dropdown-menu #mobile-menu-button {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(//static.compareenergy.com.au/images/sprite6.png) -515px -144px no-repeat;
    top: 15px;
    right: 20px;
    position: absolute;
}

header #mobile-dropdown-menu.simple .phone-icon {
    right: 20px;
}

header #mobile-dropdown-menu.simple #mobile-menu-button {
    display: none;
}

header #mobile-dropdown-menu ul {
    position: absolute;
    top: 57px;
    left: 0;
    border-radius: 0;
    background: #f3f3f3;
    width: 100%;
    z-index: 1000;
    text-align: center;
    border: none;
}

    header #mobile-dropdown-menu ul li {
        padding: 0 25px;
    }

    header #mobile-dropdown-menu ul .container {
        text-align: center;
        padding: 0;
        padding-top: 70px;
        padding-bottom: 20px;
    }

    header #mobile-dropdown-menu ul a {
        color: #4bae46;
        font-size: 22px;
        font-weight: bold;
        text-decoration: none;
        padding: 20px 0 20px 0;
        position: relative;
    }


    header #mobile-dropdown-menu ul h4 {
        font-weight: bold;
        font-size: 16px;
    }

    header #mobile-dropdown-menu ul a.telLink {
        color: #fff;
        background-color: #4bae46;
        margin-top: -6px;
        background-image: none;
        border-color: #4bae46;
        border-radius: 5px;
        font-weight: bold;
        font-size: 15px;
        height: 36px;
        line-height: 32px;
        overflow: hidden;
        padding: 0 30px 0 30px;
        margin-bottom: 5px;
        width: 219px;
    }

    header #mobile-dropdown-menu ul .btn {
        color: #fff;
        font-weight: bold;
        background-color: #515151;
        width: 219px;
        border-radius: 5px;
        margin-bottom: 10px;
        height: 36px;
    }

    header #mobile-dropdown-menu ul li.menu-link {
        border-bottom: 1px solid #dfdfdf;
    }


header #mobile-dropdown-menu.open #mobile-menu-button {
    background: url(//static.compareenergy.com.au/images/sprite6.png) -515px -144px no-repeat;
}

header #compare-tab-hover, header #knowledge-tab-hover, header #provider-tab-hover, header #help-tab-hover, header #location-tab-hover, header #location-tab-hover {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 300;
    padding: 15px 0;
    color: #fff;
    display: none;
    background: #f3f3f3;
    border-bottom: 1px solid #4bae46;
}

header .menu-item-hover a:hover {
    color: black !important;
}

header .main-top-menu .nav a.hover-small {
    padding-top: 27px;
    padding-left: 7px;
    font-size: 12px;
    line-height: 1.4;
}

    header .main-top-menu .nav a.hover-small:after {
        bottom: 38px;
        left: 80px;
        right: 0;
    }

header .main-top-menu-small {
    margin-right: 30px;
    margin-left: 0;
}

header #help-tab-hover {
    padding-bottom: 20px;
}

    header #compare-tab-hover h2, header #knowledge-tab-hover h2, header #help-tab-hover h2, header #location-tab-hover h2 {
        font-size: 16px;
        color: #4bae46;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 10px;
    }

        header #compare-tab-hover h2 a, header #knowledge-tab-hover h2 a, header #help-tab-hover h2 a {
            text-decoration: none;
            color: #389533;
        }

    header #compare-tab-hover p, header #knowledge-tab-hover p, header #help-tab-hover p {
        font-size: 12px;
        color: #000;
    }

@media all and (max-width: 1200px) and (min-width: 992px) {
    header #compare-tab-hover .column {
        height: 260px;
    }

    header #compare-tab-hover p {
        padding-right: 15px;
    }
    /*#home-hero .wide-postcode-div {
     width: 530px;
}*/
}

@media all and (max-width: 992px) and (min-width: 768px) {
    header #compare-tab-hover .column {
        padding: 20px 15px 20px 0;
        height: auto;
        border-bottom: 1px solid #999999;
        overflow: hidden;
    }

        header #compare-tab-hover .column .col-sm-12 a, header #compare-tab-hover .column .col-md-12 a, header #compare-tab-hover .column .col-lg-5 a {
            margin-bottom: 5px;
        }

        header #compare-tab-hover .column:before {
            display: none;
        }

        header #compare-tab-hover .column:last-of-type {
            border-bottom: none;
        }

            header #compare-tab-hover .column:last-of-type:after {
                display: none;
            }

    header #compare-tab-hover .col-sm-12 {
        float: none;
    }

        header #compare-tab-hover .col-sm-12:first-of-type {
            clear: both;
            padding-top: 20px;
        }

    header #compare-tab-hover h2 {
        margin-bottom: 15px;
    }

    header #compare-tab-hover .home-icon, header #compare-tab-hover .phone-icon, header #compare-tab-hover .question-icon {
        float: left;
        margin: 0 15px 0 0;
    }

    header #compare-tab-hover p {
        padding-top: 10px;
    }

    header #compare-tab-hover .btn, header #compare-tab-hover #compare-providers-block .top-block span, #compare-providers-block .top-block header #compare-tab-hover span {
        width: 30%;
    }
}

.compare-form-container .inline a {
    display: inline;
}

#compare-form {
    border-top: 1px solid #4bae46;
    border-bottom: 1px solid #4bae46;
    padding: 40px 0;
}

    #compare-form #filter-summary {
        margin: 0;
    }

.compare-form-container {
    background: #4bae46;
    padding: 20px 40px 20px 40px;
    border-radius: 14px;
    color: #fff;
    min-height: 400px;
}

    .compare-form-container .lock-icon {
        float: left;
        left: -10px;
        margin-left: -28px;
        margin-top: 20px;
        width: 28px;
    }

    .compare-form-container.large {
        min-height: 560px;
    }

    .compare-form-container a {
        display: block;
        text-decoration: none;
        color: #fff;
        font-weight: 600;
    }

    .compare-form-container label a {
        display: inline;
        text-decoration: underline;
        color: #fff;
        font-weight: normal;
    }


    .compare-form-container .icon-holder {
        height: 80px;
        position: relative;
        margin-top: 20px;
    }

        .compare-form-container .icon-holder .icon-div {
            position: absolute;
            left: -9999px;
            right: -9999px;
            top: -9999px;
            bottom: -9999px;
            max-width: 100%;
            margin: auto;
        }

        .compare-form-container .icon-holder .icon-yes {
            background: url(//static.compareenergy.com.au/images/progress/yes.png) no-repeat;
            width: 52px;
            height: 36px;
        }

        .compare-form-container .icon-holder .icon-no {
            background: url(//static.compareenergy.com.au/images/progress/no.png) no-repeat;
            width: 40px;
            height: 40px;
        }

        .compare-form-container .icon-holder .icon-bundle {
            background: url(//static.compareenergy.com.au/images/progress/bundle.png) no-repeat;
            width: 77px;
            height: 60px;
        }

        .compare-form-container .icon-holder .icon-electricity {
            background: url(//static.compareenergy.com.au/images/progress/electricity.png) no-repeat;
            width: 32px;
            height: 57px;
        }

        .compare-form-container .icon-holder .icon-gas {
            background: url(//static.compareenergy.com.au/images/progress/gas.png) no-repeat;
            width: 40px;
            height: 57px;
        }

        .compare-form-container .icon-holder .icon-calendar {
            background: url(//static.compareenergy.com.au/images/progress/calendar.png) no-repeat;
            width: 57px;
            height: 54px;
        }

        .compare-form-container .icon-holder .icon-keys {
            background: url(//static.compareenergy.com.au/images/progress/house-keys.png) no-repeat;
            width: 93px;
            height: 63px;
        }

        .compare-form-container .icon-holder .icon-one-people {
            background: url(//static.compareenergy.com.au/images/progress/one-people.png) no-repeat;
            width: 42px;
            height: 48px;
        }

        .compare-form-container .icon-holder .icon-two-people {
            background: url(//static.compareenergy.com.au/images/progress/two-people.png) no-repeat;
            width: 65px;
            height: 57px;
        }

        .compare-form-container .icon-holder .icon-three-people {
            background: url(//static.compareenergy.com.au/images/progress/three-people.png) no-repeat;
            width: 92px;
            height: 57px;
        }

        .compare-form-container .icon-holder .icon-four-people {
            background: url(//static.compareenergy.com.au/images/progress/four-people.png) no-repeat;
            width: 80px;
            height: 62px;
        }

        .compare-form-container .icon-holder .icon-guaranteed {
            background: url(//static.compareenergy.com.au/images/progress/guaranteed.png) no-repeat;
            width: 51px;
            height: 72px;
        }

        .compare-form-container .icon-holder .icon-payontime {
            background: url(//static.compareenergy.com.au/images/progress/payontime.png) no-repeat;
            width: 63px;
            height: 63px;
        }

        .compare-form-container .icon-holder .icon-directdebit {
            background: url(//static.compareenergy.com.au/images/progress/directdebit.png) no-repeat;
            width: 61px;
            height: 57px;
        }

        .compare-form-container .icon-holder .icon-ebilling {
            background: url(//static.compareenergy.com.au/images/progress/ebilling.png) no-repeat;
            width: 56px;
            height: 38px;
        }

        .compare-form-container .icon-holder .icon-broadband {
            background: url(//static.compareenergy.com.au/images/progress/broadband.png) no-repeat;
            width: 63px;
            height: 48px;
        }

        .compare-form-container .icon-holder .icon-cleaning {
            background: url(//static.compareenergy.com.au/images/progress/cleaning.png) no-repeat;
            width: 86px;
            height: 65px;
        }

        .compare-form-container .icon-holder .icon-elec-gas {
            background: url(//static.compareenergy.com.au/images/progress/elec-gas.png) no-repeat;
            width: 45px;
            height: 65px;
        }

        .compare-form-container .icon-holder .icon-locksmith {
            background: url(//static.compareenergy.com.au/images/progress/locksmith.png) no-repeat;
            width: 59px;
            height: 65px;
        }

        .compare-form-container .icon-holder .icon-packing {
            background: url(//static.compareenergy.com.au/images/progress/packing.png) no-repeat;
            width: 65px;
            height: 65px;
        }

        .compare-form-container .icon-holder .icon-removalists {
            background: url(//static.compareenergy.com.au/images/progress/removalists.png) no-repeat;
            width: 71px;
            height: 65px;
        }

        .compare-form-container .icon-holder .icon-storage {
            background: url(//static.compareenergy.com.au/images/progress/storage.png) no-repeat;
            width: 67px;
            height: 65px;
        }

        .compare-form-container .icon-holder .icon-truck-hire {
            background: url(//static.compareenergy.com.au/images/progress/truck-hire.png) no-repeat;
            width: 85px;
            height: 57px;
        }

        .compare-form-container .icon-holder .icon-water {
            background: url(https://static.compareenergy.com.au/images/progress/water.png) no-repeat;
            width: 38px;
            height: 55px;
        }

    .compare-form-container .form-horizontal .form-group {
        margin: 0;
    }

    .compare-form-container .btn {
        white-space: normal;
    }

    .compare-form-container .btn-primary {
        background: #f9c814;
        border-color: transparent;
        font-weight: bold;
        color: #000;
    }

        .compare-form-container .btn-primary:hover,
        .compare-form-container .btn-primary:focus {
            background: #f9c814;
            border-color: transparent;
        }

    .compare-form-container .active p {
        color: #F9C814;
        text-shadow: 1px 1px rgba(0,0,0,.1);
    }

    .compare-form-container .description {
        margin-top: 10px;
        font-size: 18px;
    }


.results-page .btn-primary {
    background: #f9c814;
    border-color: transparent;
    font-weight: bold;
    color: #000;
}

    .results-page .btn-primary:hover,
    .results-page .btn-primary:focus {
        background: #f9c814;
        border-color: transparent;
    }

.results-page .callus {
    color: #4bae46;
    font-weight: 600;
}

.results-page #show-more {
    color: #ffffff;
    background: #4bae46;
    display: inline-block;
}

.compare-form-container .form-control {
    border-radius: 6px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    height: 40px;
    margin-bottom: 14px;
}

.compare-form-container p {
    font-size: 17px;
}

input.qtyplus {
    width: 25px;
    height: 25px;
}

input.qtyminus {
    width: 25px;
    height: 25px;
}

.compare-form-container.users img {
    display: none;
}

    .compare-form-container.users img.first {
        display: block;
    }


.results-page .table > thead > tr > th, .results-page .table > tbody > tr > th, .results-page .table > tfoot > tr > th, .results-page .table > thead > tr > td, .results-page .table > tbody > tr > td, .results-page .table > tfoot > tr > td {
    vertical-align: middle;
    text-align: center;
    border-top: 0;
    border-bottom: 1px solid #ccc;
    padding: 12px;
}

.results-page .table h3 {
    margin-top: 0;
    color: #515151;
}

.results-page a {
    text-decoration: none;
    color: #515151;
}

.results-page .table > thead > tr > th {
    border: 0;
}

.results-page .table > tbody > tr > th {
    text-align: left;
    border-bottom: 1px dashed #ccc;
}

.results-page .table > thead > tr {
    border-bottom: 1px dashed #ccc;
}

.results-page .table {
    border: 1px solid #ccc;
}

.results-page .logo {
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100px;
}

    .results-page .logo img {
        position: absolute;
        left: -9999px;
        right: -9999px;
        top: -9999px;
        bottom: -9999px;
        margin: auto;
        max-width: 100%;
    }

.results-page .lead {
    font-size: 16px;
    font-weight: 400;
}

.results-page h4,
.results-page h3,
.results-page h2 {
    color: #4bae46;
}

.results-page .no-results {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.results-page h3 {
    display: inline-block;
}

.progress-block .progress-results {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #4bae46;
    margin-top: 20px;
}

    .progress-block .progress-results ul {
        display: inline-table;
        width: 100%;
    }

        .progress-block .progress-results ul a li span {
            display: inline-block;
            font-size: 9pt;
        }

        .progress-block .progress-results ul a li:before {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            top: -14px;
            background: #4bae46;
            border-radius: 60%;
        }

        .progress-block .progress-results ul a:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            top: -9px;
            left: 10px;
            background: #4bae46;
        }

        .progress-block .progress-results ul a.last:after {
            display: none;
        }

        .progress-block .progress-results ul a {
            vertical-align: top;
            position: relative;
            display: table-cell;
            padding-right: 30px;
            color: #4bae46;
        }

/*Wizard Hero*/
/*Mobile Need Help Block*/

.vertical-offset {
    position: relative;
    top: -60px;
}
/*Knowledge centre*/
.gray-content {
    background: #f3f3f3;
    padding: 25px 0 50px 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.container.article-category-container {
    padding: 30px 20px;
}

    .container.article-category-container .subcontainer {
        padding-left: 0;
        padding-right: 0;
    }

        .container.article-category-container .subcontainer > a {
            text-decoration: none;
        }

.container.category-container {
    padding: 30px 20px;
}

    .container.category-container .subcontainer {
        padding-left: 10px;
        padding-right: 10px;
    }

        .container.category-container .subcontainer > a {
            text-decoration: none;
        }

        .container.category-container .subcontainer:hover .category-preview {
            filter: brightness(90%);
        }

.container .category-preview {
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin: 10px;
    height: 210px;
    width: 100%;
    filter: brightness(50%);
}

    .container .category-preview .image-div {
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        height: 210px;
    }

.container .category-title {
    position: absolute;
    z-index: 2;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.container .article-preview {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 0px solid #c6c6c6 !important;
    margin: 10px;
    height: 155px;
    max-height: 335px !important;
    width: 100%;
}

    .container .article-preview:hover /*, .container .category-preview:hover*/ {
        cursor: pointer;
        -ms-opacity: 0.7;
        opacity: 0.7;
    }

    .container .article-preview .image-div {
        -ms-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -ms-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        overflow: hidden;
        width: 100%;
        height: 155px;
    }

    .container .article-preview .article-text {
        padding: 25px 15px;
    }

        .container .article-preview .article-text .article-title {
            color: #4bae46;
            font-size: 15px;
            font-weight: 600;
            padding-bottom: 5px;
            text-decoration: unset;
        }

        .container .article-preview .article-text .article-preview-text {
            line-height: 1.4;
            color: #000000;
            -moz-text-overflow: ellipsis;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

/*Override bootstrap border-radius for thead elements*/
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-radius: 0;
}


#compare-hero.grey-container {
    background: #e9e9e9;
    padding-bottom: 0;
    padding-top: 10px;
}

    #compare-hero.grey-container .nav a {
        text-decoration: none;
    }

    #compare-hero.grey-container .nav > li > a:hover, .nav > li > a:focus {
        background-color: #c4c4c4;
    }

    #compare-hero.grey-container .nav > li.active > a:hover, .nav > li.active > a:focus {
        background-color: #ffffff;
    }

    #compare-hero.grey-container .icon-home {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url(//static.compareenergy.com.au/images/sprite6.png) -522px -625px no-repeat;
        position: absolute;
        left: 16px;
    }

    #compare-hero.grey-container .nav li.home {
        width: 60px;
        min-width: 60px;
    }

    #compare-hero.grey-container .nav li {
        background-color: #e9e9e9;
        min-width: 170px;
        text-align: center;
        padding-right: 2px;
        margin-top: 5px;
    }

    #compare-hero.grey-container .nav ul {
        background: #e9e9e9;
    }

    #compare-hero.grey-container .nav-tabs {
        border-bottom: 1px solid #e9e9e9;
    }

    #compare-hero.grey-container .nav li.active {
        background-color: #e9e9e9;
    }

    #compare-hero.grey-container .nav li a {
        font-size: 16px;
        font-weight: bold;
        color: #ffffff;
        background-color: #c4c4c4;
    }

    #compare-hero.grey-container .nav li.active a {
        text-decoration: none;
        color: #4bae46;
        font-size: 16px;
        font-weight: bold;
        background-color: #fff;
    }

    #compare-hero.grey-container h1 {
        color: #515151;
        padding-bottom: 10px;
        font-size: 26px;
    }

    #compare-hero.grey-container h2 {
        color: #515151;
        font-weight: bold;
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
/*Mobile knowledge centre*/
.menu-mobile {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .menu-mobile .btn {
        text-align: left;
        background-color: #c4c4c4;
        color: #fff;
        /*margin-top: -6px;*/
        background-image: none;
        border-color: #c4c4c4;
        border-width: 0px;
        border-radius: 10px;
        font-weight: bold;
        font-size: 16px;
        height: 40px;
        line-height: 25px;
        overflow: hidden;
        /*padding: 0 30px 0 30px;*/
        margin-bottom: 10px;
    }

        .menu-mobile .btn.selected {
            background-color: #4bae46;
            color: #fff;
            margin-bottom: 5px;
        }

    .menu-mobile .articles-list {
        padding-bottom: 25px;
    }

        .menu-mobile .articles-list .article-title {
            border-bottom: 1px solid #4bae46;
            padding: 15px 30px 15px 12px;
        }

            .menu-mobile .articles-list .article-title a {
                text-decoration: none;
                font-weight: bold;
                font-size: 16px;
                color: #4bae46;
            }



/*End Mobile knowledge centre*/
/*Breadcrumb*/
#breadcrumbs {
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 0;
    font-size: 12px;
    color: #4bae46;
}

    #breadcrumbs ul {
        text-overflow: ellipsis;
        overflow: hidden;
        list-style: none;
        padding: 0;
        margin: 0 15px;
    }

        #breadcrumbs ul li {
            display: inline;
        }

#compare-hero.grey-container #breadcrumbs ul a {
    text-decoration: none;
    color: #4bae46;
    text-overflow: ellipsis;
    overflow: hidden;
    list-style: none;
    padding: 0;
}

    #compare-hero.grey-container #breadcrumbs ul a:hover {
        text-decoration: underline;
    }

#breadcrumbs ul li:after {
    content: ">";
    padding: 0 10px;
}

#breadcrumbs ul li:last-child:after {
    content: "";
}
/*end breadc rumb*/
/*article*/

.article-container {
    padding: 30px 90px 0 90px;
}

.article-content-container, .location-page-content-container {
    padding: 0 90px 30px 90px;
    color: #515151;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.article-content-container p, .location-page-content-container p {
    color: #515151;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.article-content-container h1, .location-page-content-container h1, .provider-content-container h1, .provider-description h1 {
    font-weight: bold;
    font-size: 38px;
    color: #4bae46;
}

.article-content-container h2, .location-page-content-container h2, .provider-content-container h2, .provider-description h2 {
    font-weight: bold;
    font-size: 30px;
    color: #4bae46;
}

.article-content-container h3, .location-page-content-container h3, .provider-content-container h3, .provider-description h3 {
    font-weight: 600;
    font-size: 20px;
    color: #4bae46;
}

.article-content-container h4, .location-page-content-container h4, .provider-content-container h4, .provider-description h4 {
    font-weight: normal;
    font-size: 18px;
    color: #4bae46;
}

.article-content-container h5, .location-page-content-container h5, .provider-content-container h5, .provider-description h5 {
    font-weight: 600;
    font-size: 18px;
    color: #515151;
}

.article-content-container h6, .location-page-content-container h6, .provider-content-container h6, .provider-description h6 {
    font-weight: normal;
    font-size: 18px;
    color: #515151;
}

.article-container .title {
    margin-top: 0;
    color: #4bae46;
    font-weight: bold;
    font-size: 38px;
}

.back-button {
    background: url(//static.compareenergy.com.au/images/sprite6.png) -527px -462px no-repeat;
    display: inline;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 4px;
    color: #4bae46;
    text-decoration: none;
}

.article-container .article-back {
    padding-top: 10px;
    text-decoration: none;
}

    .article-container .article-back a {
        text-decoration: none;
        float: right;
        padding-right: 2px;
    }

        .article-container .article-back a:hover {
            text-decoration: none;
            color: #4bae46;
        }

@media all and (min-width: 768px) and (max-width: 992px) {
    #compare-hero.grey-container li {
        min-width: 165px;
    }
}

@media all and (max-width: 767px) {
    #compare-hero.grey-container h2 {
        margin-bottom: 5px;
        font-size: 25px;
    }

    #compare-hero.grey-container h1 {
        margin-bottom: 5px;
        font-size: 25px;
    }

    .article-container {
        padding: 30px 30px 0 30px;
    }

    .article-content-container, .location-page-content-container {
        padding: 0 30px 30px 30px;
    }

    .article-container .title {
        font-size: 23px;
    }

    .back-button {
        padding-top: 10px;
    }

    .article-container .article-back {
        padding-right: 5px;
    }
}

@media all and (max-width: 768px) {
    .article-container {
        padding: 25px 5px 0 5px;
    }

    .grey-container .container {
        padding-left: 0;
    }

    .article-content-container, .location-page-content-container {
        padding: 0 5px 30px 5px;
    }

        .article-content-container img, .location-page-content-container img {
            max-width: 100%;
        }
}
/*end article*/
/*End Knowledge centre*/

#compare-hero, #plan-hero, #beginner-hero {
    padding: 20px 0;
    background: #4bae46;
    color: #fff;
}

    #compare-hero h1, #plan-hero h1, #beginner-hero h1 {
        color: #fff;
        font-size: 38px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 0;
    }

    #compare-hero h3, #plan-hero h3, #beginner-hero h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 10px 0;
        color: #fff;
    }

    #compare-hero .text, #plan-hero .text, #beginner-hero .text {
        margin-bottom: 15px;
    }

    #compare-hero .need-help-block, #plan-hero .need-help-block, #beginner-hero .need-help-block {
        background: #fff;
        overflow: hidden;
        padding: 20px 15px;
        color: #515151;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    #compare-hero .location-block {
        background: #fff;
        overflow: hidden;
        padding: 10px 15px 4px 15px;
        color: #515151;
        border: 2px solid;
        border-radius: 15px;
        margin-top: 73px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

        #compare-hero .location-block .row {
            margin-bottom: 17px;
            font-size: 16px;
        }

    #compare-hero .need-help-block .inner-column, #plan-hero .need-help-block .inner-column, #beginner-hero .need-help-block .inner-column {
        padding: 0;
        position: relative;
    }

        #compare-hero .need-help-block .inner-column:last-child:before, #plan-hero .need-help-block .inner-column:last-child:before, #beginner-hero .need-help-block .inner-column:last-child:before {
            content: "";
            display: block;
            width: 1px;
            background: #e5e5e5;
            position: absolute;
            top: 0;
            left: -24px;
            height: 100%;
        }

    #compare-hero .need-help-block .question-icon, #plan-hero .need-help-block .question-icon, #beginner-hero .need-help-block .question-icon {
        display: block;
        width: 47px;
        height: 48px;
        background: url(//static.compareenergy.com.au/images/sprite6.png) -297px -134px no-repeat;
        float: left;
        margin-right: 15px;
    }

    #compare-hero .need-help-block h2, #plan-hero .need-help-block h2, #beginner-hero .need-help-block h2 {
        color: #4bae46;
        font-size: 30px;
        margin: 5px 0 15px 0;
    }

    #compare-hero .location-block h2 {
        color: #0FA526;
        font-size: 30px;
        margin: 5px 0 10px 0;
    }

    #compare-hero .need-help-block strong, #plan-hero .need-help-block strong, #beginner-hero .need-help-block strong {
        display: block;
        font-size: 13px;
    }

    #compare-hero .need-help-block .bold-blue-text, #plan-hero .need-help-block .bold-blue-text, #beginner-hero .need-help-block .bold-blue-text, #compare-hero .need-help-block #plan-details .bold-white-text, #plan-details #compare-hero .need-help-block .bold-white-text, #plan-hero .need-help-block #plan-details .bold-white-text, #plan-details #plan-hero .need-help-block .bold-white-text, #beginner-hero .need-help-block #plan-details .bold-white-text, #plan-details #beginner-hero .need-help-block .bold-white-text, #compare-hero .need-help-block #mobile-monthly-cost .bold-white-text, #mobile-monthly-cost #compare-hero .need-help-block .bold-white-text, #plan-hero .need-help-block #mobile-monthly-cost .bold-white-text, #mobile-monthly-cost #plan-hero .need-help-block .bold-white-text, #beginner-hero .need-help-block #mobile-monthly-cost .bold-white-text, #mobile-monthly-cost #beginner-hero .need-help-block .bold-white-text {
        font-size: 24px;
        font-weight: bold;
        color: #4bae46;
    }

    #compare-hero .need-help-block .btn, #plan-hero .need-help-block .btn, #beginner-hero .need-help-block .btn, #compare-hero .need-help-block #compare-providers-block .top-block span, #compare-providers-block .top-block #compare-hero .need-help-block span, #plan-hero .need-help-block #compare-providers-block .top-block span, #compare-providers-block .top-block #plan-hero .need-help-block span, #beginner-hero .need-help-block #compare-providers-block .top-block span, #compare-providers-block .top-block #beginner-hero .need-help-block span {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4bae46), color-stop(1, #389533));
        background-image: -o-linear-gradient(bottom, #4bae46 0%, #389533 100%);
        background-image: -moz-linear-gradient(bottom, #4bae46 0%, #389533 100%);
        background-image: -webkit-linear-gradient(bottom, #4bae46 0%, #389533 100%);
        background-image: -ms-linear-gradient(bottom, #4bae46 0%, #389533 100%);
        background-image: linear-gradient(to bottom, #4bae46 0%, #389533 100%);
        color: #fff;
        border-top: 1px solid #4bae46;
        border-left: 1px solid #389533;
        border-right: 1px solid #389533;
        border-bottom: 1px solid #389533;
        font-weight: 600;
        font-size: 14px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bae46', endColorstr='#389533', GradientType=0);
        /* IE6-8 */
        display: block;
        margin-top: 5px;
    }

    #compare-hero .need-help-block.get-page, #plan-hero .need-help-block.get-page, #beginner-hero .need-help-block.get-page {
        padding: 15px;
    }

        #compare-hero .need-help-block.get-page h2, #plan-hero .need-help-block.get-page h2, #beginner-hero .need-help-block.get-page h2 {
            margin: 0 0 30px 0;
        }

        #compare-hero .need-help-block.get-page .bold-blue-text, #plan-hero .need-help-block.get-page .bold-blue-text, #beginner-hero .need-help-block.get-page .bold-blue-text, #compare-hero .need-help-block.get-page #plan-details .bold-white-text, #plan-details #compare-hero .need-help-block.get-page .bold-white-text, #plan-hero .need-help-block.get-page #plan-details .bold-white-text, #plan-details #plan-hero .need-help-block.get-page .bold-white-text, #beginner-hero .need-help-block.get-page #plan-details .bold-white-text, #plan-details #beginner-hero .need-help-block.get-page .bold-white-text, #compare-hero .need-help-block.get-page #mobile-monthly-cost .bold-white-text, #mobile-monthly-cost #compare-hero .need-help-block.get-page .bold-white-text, #plan-hero .need-help-block.get-page #mobile-monthly-cost .bold-white-text, #mobile-monthly-cost #plan-hero .need-help-block.get-page .bold-white-text, #beginner-hero .need-help-block.get-page #mobile-monthly-cost .bold-white-text, #mobile-monthly-cost #beginner-hero .need-help-block.get-page .bold-white-text {
            font-size: 22px;
            display: block;
            margin-top: 6px;
        }

        #compare-hero .need-help-block.get-page .btn, #plan-hero .need-help-block.get-page .btn, #beginner-hero .need-help-block.get-page .btn, #compare-hero .need-help-block.get-page #compare-providers-block .top-block span, #compare-providers-block .top-block #compare-hero .need-help-block.get-page span, #plan-hero .need-help-block.get-page #compare-providers-block .top-block span, #compare-providers-block .top-block #plan-hero .need-help-block.get-page span, #beginner-hero .need-help-block.get-page #compare-providers-block .top-block span, #compare-providers-block .top-block #beginner-hero .need-help-block.get-page span {
            font-size: 13px;
        }

        #compare-hero .need-help-block.get-page .inner-column:last-child:before, #plan-hero .need-help-block.get-page .inner-column:last-child:before, #beginner-hero .need-help-block.get-page .inner-column:last-child:before {
            left: -14px;
        }


/*Beginners Page - Medium, Small and Mobile*/

/*Ask the expert page */
#ask-expert-block, #provider-header {
    margin: 10px 0 0 0;
}

    #ask-expert-block .inner-container, #provider-header .inner-container {
        margin: 0;
        padding: 0;
    }

    #ask-expert-block .white-container, #provider-header .white-container {
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #DEDEDE;
        padding: 24px 24px 24px 24px;
        border-width: 0px 1px 1px 1px;
        margin-bottom: 5px;
    }

    #ask-expert-block .header, #provider-header .header {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #828282), color-stop(0.76, #4d4c4d));
        background-image: -o-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
        background-image: -moz-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
        background-image: -webkit-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
        background-image: -ms-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
        background-image: linear-gradient(to bottom, #828282 0%, #4d4c4d 76%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828282', endColorstr='#4d4c4d', GradientType=0);
        /* IE6-8 */
        overflow: hidden;
        border: 1px solid #D8D8D8;
        line-height: 25px;
        overflow: hidden;
        padding: 12px;
        color: #fff;
    }

        #ask-expert-block .header h4, #provider-header .header h4 {
            margin: 17px 0 0 10px;
            line-height: 0;
            font-size: 13px;
            font-weight: bold;
        }

    #ask-expert-block .answers-block .item, #provider-header .answers-block .item, #ask-expert-block .articles-block .item, #provider-header .articles-block .item {
        margin: 0 -24px;
        border-top: 1px solid #dcdcdc;
        padding: 24px;
        font-size: 12px;
    }

        #ask-expert-block .answers-block .item strong, #provider-header .answers-block .item strong, #ask-expert-block .articles-block .item strong, #provider-header .articles-block .item strong {
            color: #4bae46;
            display: block;
            margin-bottom: 15px;
        }

            #ask-expert-block .answers-block .item strong span, #provider-header .answers-block .item strong span, #ask-expert-block .articles-block .item strong span, #provider-header .articles-block .item strong span {
                font-size: 16px;
                color: #4bae46;
            }

        #ask-expert-block .answers-block .item span, #provider-header .answers-block .item span, #ask-expert-block .articles-block .item span, #provider-header .articles-block .item span {
            font-size: 16px;
            color: #bdbdbd;
            font-weight: bold;
        }

        #ask-expert-block .answers-block .item:last-child, #provider-header .answers-block .item:last-child, #ask-expert-block .articles-block .item:last-child, #provider-header .articles-block .item:last-child {
            padding-bottom: 0;
        }

    #ask-expert-block .question, #provider-header .question {
        border-bottom: 1px solid #dcdcdc;
        margin: -10px -24px 20px -24px;
        padding: 0 24px 24px 24px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        position: relative;
        color: #4bae46;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
    }

        #ask-expert-block .question .inner-container, #provider-header .question .inner-container {
            padding: 0;
        }

        #ask-expert-block .question span, #provider-header .question span {
            font-size: 30px;
        }

        #ask-expert-block .question .author, #provider-header .question .author {
            color: #a1a1a1;
            font-weight: normal;
            font-size: 11px;
            text-align: right;
            margin-top: 5px;
        }

            #ask-expert-block .question .author strong, #provider-header .question .author strong {
                display: block;
                text-align: right;
            }

    #ask-expert-block .answer-text, #provider-header .answer-text {
        color: #515151;
        line-height: 20px;
    }

        #ask-expert-block .answer-text p, #provider-header .answer-text p {
            margin: 30px 0;
        }



@media all and (min-width: 768px) and (max-width: 992px) {
    #ask-expert-block .ask-form .inner-container:last-child, #provider-header .ask-form .inner-container:last-child {
        padding: 0;
    }

        #ask-expert-block .ask-form .inner-container:last-child .form-group, #provider-header .ask-form .inner-container:last-child .form-group {
            margin-left: -15px;
        }

    #modal-window-how-we-work .ask-form img {
        margin-left: -15px;
    }
}





/*Articles Individual Page*/
.article-text {
    line-height: 20px;
}

    .article-text p {
        margin: 15px 0;
    }

    .article-text .share-buttons {
        text-align: right;
    }

        .article-text .share-buttons a {
            display: inline-block;
        }

            .article-text .share-buttons a:first-child {
                margin-right: 10px;
            }

    .article-text .brief {
        clear: both;
        overflow: hidden;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        padding: 12px 0;
        margin: 15px 0;
    }

        .article-text .brief ul {
            font-weight: bold;
            font-size: 13px;
            list-style: none;
            padding: 0;
            margin: 10px 0 0 0;
        }

            .article-text .brief ul li {
                margin: 0 0 10px 15px;
                position: relative;
            }

                .article-text .brief ul li:last-child {
                    margin-bottom: 0;
                }

                .article-text .brief ul li:before {
                    content: "\2022";
                    position: absolute;
                    top: 0;
                    left: -15px;
                    font-weight: normal;
                }

        .article-text .brief .author-info {
            text-align: right;
        }

            .article-text .brief .author-info img {
                display: block;
                margin: 0 0 5px auto;
            }

            .article-text .brief .author-info a {
                font-size: 13px;
                display: block;
                margin-bottom: 3px;
            }

            .article-text .brief .author-info small {
                color: #bdbdbd;
                font-size: 11px;
            }

    .article-text .provider-title {
        margin: 30px 0 15px 0;
        font-weight: bold;
    }

        .article-text .provider-title img {
            display: inline-block;
            margin-right: 15px;
        }

    .article-text .article-image {
        display: block;
        border: 10px solid #e5e5e5;
        margin: 40px 0;
    }
/*Modal Window Front Page*/
#modal-window {
    display: none;
    max-width: 720px;
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 35px 25px;
    position: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    #modal-window .inner-container {
        padding: 0;
    }

    #modal-window h2 {
        margin-top: -5px;
    }

.simplemodal-overlay {
    background: rgba(0, 0, 0, 0.9);
}

/*Print Version*/
@media print and (min-width: 768px) {
    body {
        min-width: 970px;
    }

    .container {
        width: 970px;
    }

    @page {
        size: landscape;
    }

    h1 {
        margin: 5px;
        padding: 0;
        border-bottom: none;
    }
}
/*Providers List*/
.white-container {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 24px;
}

/** Footer **/
footer {
    background: #515151;
    color: #fff;
}

    footer #desktop-footer-menu .call-btn-wrapper {
        display: none;
    }

    footer .dark-gray {
        background: #404041;
        padding: 30px 0 0 0;
    }

        footer .dark-gray h4 {
            font-size: 133%;
            font-weight: 600;
        }

        footer .dark-gray .footer-column {
            position: relative;
            padding: 0 20px;
        }

            footer .dark-gray .footer-column:first-of-type {
                padding-left: 0;
            }

            footer .dark-gray .footer-column:last-of-type:after {
                display: none;
            }

            footer .dark-gray .footer-column:last-of-type {
                padding-right: 0px;
            }

    footer #need-help-block-footer {
        text-align: left;
        color: #fff;
        margin-left: 10px;
    }

        footer #need-help-block-footer .call-btn {
            font-size: 16px;
            font-weight: bold;
            padding-top: 12px;
        }

            footer #need-help-block-footer .call-btn div {
                display: inline;
            }

            footer #need-help-block-footer .call-btn a {
                color: #fff !important;
            }

        footer #need-help-block-footer h2 {
            font-size: 26px;
            margin: 0 0 15px 0;
        }

        footer #need-help-block-footer .btn, footer #need-help-block-footer #compare-providers-block .top-block span, #compare-providers-block .top-block footer #need-help-block-footer span, .provider-hero .request-callback-btn {
            color: #fff;
            font-weight: 600;
            font-size: 14px;
            background: #4bae46;
            border-color: #4bae46;
            box-shadow: none;
            -webkit-box-shadow: none;
            /* IE6-8 */
        }

        footer #need-help-block-footer hr {
            margin-bottom: 10px;
        }

        footer #need-help-block-footer .bright-blue-text {
            color: #4bae46;
            font-weight: 600;
            font-size: 200%;
        }

    footer a {
        text-decoration: none;
        color: #fff;
    }

    footer .footer-menu, footer .footer-menu a, footer .footer-menu a:hover {
        color: #999999;
    }

    footer a:hover {
        color: #fff;
        text-decoration: underline;
    }

    footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 91%;
    }

        footer ul li {
            margin-bottom: 5px;
        }

            footer ul li.bold {
                font-weight: bold;
            }

        footer ul.footer-menu {
            font-size: 100%;
            overflow: hidden;
            margin: 0 0 10px 0;
            text-align: left;
        }

            footer ul.footer-menu li {
                display: inline-block;
            }

                footer ul.footer-menu li:after {
                    content: "|";
                    padding: 0 3px;
                }

                footer ul.footer-menu li:last-of-type:after {
                    content: "";
                    padding: 0;
                }

    footer .copyright-info {
        color: #999999;
        font-size: 91%;
        text-align: center;
        margin-bottom: 40px;
    }

/*Mobile Footer*/
@media all and (max-width: 768px) {
    footer .dark-gray {
        padding: 20px 0;
    }

    footer .copyright-info {
        padding: 10px 0;
        font-size: 13px;
        width: 70%;
        margin: 0 auto;
    }
}

#mobile-footer-menu, #mobile-footer-menu-simple {
    margin: 0 15px;
}

    #mobile-footer-menu li:last-child a, #mobile-footer-menu-simple li:last-child a {
        border-bottom: 0;
    }

    #mobile-footer-menu a, #mobile-footer-menu-simple a {
        padding: 2px 0;
        position: relative;
        text-decoration: none;
        display: block;
        font-size: 14px;
        color: #a2a2a2;
    }

        #mobile-footer-menu a.white, #mobile-footer-menu-simple a.white {
            color: #fff;
        }

    #mobile-footer-menu small, #mobile-footer-menu-simple small {
        font-size: 11px;
        color: #a2a2a2;
    }

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.dropdown-menu a.active {
    font-weight: bold;
}


/*Custom.css file merge*/
.progress-block {
    background: #f3f3f3;
    margin-bottom: 30px;
}

.results-hero {
    color: #ffffff;
    background: #4bae46;
    text-align: center;
    padding-bottom: 20px;
}

    .results-hero h2 {
        font-size: 30px;
        font-weight: bold;
        color: #ffffff;
    }

footer .dark-gray h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

footer .dark-gray .footer-callback {
    text-align: right;
    padding-right: 0;
}

    footer .dark-gray .footer-callback h4 {
        text-transform: none;
    }



/** Wizard Page **/
/*Wizard Hero*/

#wizard-hero-new .option-group div.input-container {
    display: table-cell !important;
    margin: auto;
    vertical-align: middle;
}

#wizard-hero-new .compare-form-container .option-group input {
    margin: auto;
    cursor: pointer;
}

#wizard-hero-new h1 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 38px;
    margin-top: 70px;
    height: 80px;
    display: inline-flex;
    align-items: center;
}

#wizard-hero-new .compare-form-container.stretched h1 {
    font-size: 28px;
    margin-top: 0;
}

#wizard-hero-new .compare-form h2 {
    text-align: center;
    font-style: italic;
    font-size: 16px;
    margin-top: -10px;
}

#wizard-hero-new .compare-form-container a.compare-option {
    background: #fff;
    padding: 25px 30px 25px 30px;
    text-align: center;
    border-radius: 14px;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 26px;
    margin-bottom: 66px;
}

#wizard-hero-new .compare-form-container .compare-option p {
    color: #4bae46;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px;
}

#wizard-hero-new .compare-form-container .compare-option.active p {
    color: #000;
}

#wizard-hero-new .compare-form-container .compare-option.active .icon-holder {
    border: none;
}

#wizard-hero-new .compare-form-container .compare-option.active {
    color: #000;
    background-color: #F9C903;
}

    #wizard-hero-new .compare-form-container .compare-option.active img {
        -webkit-filter: grayscale(0) brightness(0);
    }

#wizard-hero-new .compare-form-container .compare-option.inactive {
    opacity: 1;
}

#wizard-hero-new .compare-form-container a.compare-option:hover {
    background-color: #F9C903 !important;
}

    #wizard-hero-new .compare-form-container a.compare-option:hover p {
        color: #000;
    }

    #wizard-hero-new .compare-form-container a.compare-option:hover img {
        -webkit-filter: grayscale(0) brightness(0);
    }


#wizard-hero-new .input-validation-error, #wizard-hero-new .field-validation-error {
    border: 0 !important;
    display: inherit;
    margin-bottom: 5px;
    font-weight: bold;
}

#wizard-hero-new .compare-form-container .form-control.input-validation-error-decoration {
    border: 1px solid red !important;
}

#wizard-hero-new a:hover, .compare-form a:hover, .progress-results a:hover {
    cursor: pointer;
}

#wizard-hero-new #user-form .progress-results {
    margin-top: -15px;
}

    #wizard-hero-new #user-form .progress-results li {
        width: 100%;
        padding: 0;
        font-size: 14px;
        display: block;
        border-bottom: 1px solid #a5d6a2;
        padding-bottom: 12px;
        padding-top: 14px;
    }

    #wizard-hero-new #user-form .progress-results .group-ul {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: -13px;
    }

    #wizard-hero-new #user-form .progress-results .group-li {
        border-bottom: 1px solid #a5d6a2;
        padding-bottom: 15px;
        padding-top: 30px;
    }

        #wizard-hero-new #user-form .progress-results .group-li a {
            color: #515151;
            display: inline;
        }

            #wizard-hero-new #user-form .progress-results .group-li a .expand-img {
                float: right;
                position: relative;
                top: 7px;
                margin-right: 2px;
                height: 8px;
                width: 14px;
                background: url(//static.compareenergy.com.au/images/closed.png) no-repeat;
            }

            #wizard-hero-new #user-form .progress-results .group-li a.collapsed .expand-img {
                float: right;
                position: relative;
                top: 2px;
                margin-right: 2px;
                height: 14px;
                width: 8px;
                background: url(//static.compareenergy.com.au/images/opened.png) no-repeat;
            }

#wizard-hero-new #user-form .review-selections {
    border-bottom: 1px solid #a5d6a2;
    padding-bottom: 20px;
    margin-bottom: 0;
    margin-right: 15px;
}

#wizard-hero-new .last-visible {
    padding-bottom: 20px !important;
}

#wizard-hero-new #user-form .progress-results li .tick {
    display: inline-block;
    height: 18px;
    width: 16px;
    vertical-align: middle;
    background: url(//static.compareenergy.com.au/images/progress/tick.png) no-repeat;
}

#wizard-hero-new #user-form .progress-results li div {
    padding: 0;
}

    #wizard-hero-new #user-form .progress-results li div.bold {
        font-weight: bold;
        color: #4bae46;
    }

#wizard-hero-new #user-form ul {
    font-size: 14px;
    font-weight: normal;
    display: block;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-top: 10px;
    margin-bottom: -15px;
}

#wizard-hero-new #user-form {
    background: #f3f3f3;
    color: #000000;
}

    #wizard-hero-new #user-form .compare-form-container .btn-container {
        position: inherit;
        top: inherit;
        left: inherit;
        padding: 15px 0;
    }

    #wizard-hero-new #user-form h1, #wizard-hero-new #user-form h4, #wizard-hero-new #user-form a {
        color: #4bae46;
    }

    #wizard-hero-new #user-form h1, #wizard-hero-new #user-form h4 {
        padding-bottom: 10px;
    }

    #wizard-hero-new #user-form .compare-form-container {
        color: #000000;
        padding-left: 0;
        padding-right: 0;
    }

#wizard-hero-new .compare-form-container .inline a {
    display: inline;
}

#wizard-hero-new .compare-option {
    display: block;
    background: #fff;
    padding: 20px;
    text-align: center;
    color: #4bae46;
    border-radius: 14px;
    text-decoration: none;
    -webkit-transition: box-shadow .1s linear;
    transition: box-shadow .1s linear;
    margin: 10px 0;
}


    #wizard-hero-new .compare-option:hover,
    #wizard-hero-new .compare-option:focus {
        text-decoration: none;
        box-shadow: 0 0 104px #389533;
        -webkit-box-shadow: 0 0 104px #389533;
    }

    #wizard-hero-new .compare-option.active,
    #wizard-hero-new .compare-option.selected {
        text-decoration: none;
        box-shadow: 0 0 24px #389533;
        -webkit-box-shadow: 0 0 24px #389533;
    }

    #wizard-hero-new .compare-option h2 {
        font-weight: 600;
    }

#wizard-hero-new .compare-form {
    background: #4bae46;
}

    #wizard-hero-new .compare-form #filter-summary {
        margin: 0;
    }

#wizard-hero-new .compare-form-container {
    background: inherit;
    padding: 20px 40px 20px 40px;
    border-radius: 14px;
    color: #fff;
    min-height: 550px;
    text-align: center;
}

#wizard-hero-new .compare-form.landing.new .compare-form-container {
    padding: 0 80px 20px 80px;
}

#wizard-hero-new .compare-form-container .lock-icon {
    float: left;
    left: 0;
    margin-left: 2px;
    margin-top: 2px;
    width: inherit;
}

#wizard-hero-new .compare-form-container .lock-icon-text {
    text-transform: uppercase;
    color: #4bae46;
    font-weight: bold;
    padding-left: 8px;
}

#wizard-hero-new .summary-header-text {
    background-color: #4bae46;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}

    #wizard-hero-new .summary-header-text h1 {
        color: white !important;
    }

#wizard-hero-new .compare-form-container.large {
    min-height: 560px;
}

#wizard-hero-new .compare-form-container a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

#wizard-hero-new .compare-form-container label a {
    display: inline;
    text-decoration: underline;
    color: #fff;
    font-weight: normal;
}

#wizard-hero-new .compare-form-container .inactive {
    opacity: 0.5;
}

#wizard-hero-new .compare-form-container .icon-holder {
    position: relative;
    width: 10em;
    height: 10em;
    margin: auto;
}

    #wizard-hero-new .compare-form-container .icon-holder #incrementer {
        font-size: 60px;
        font-family: 'Open Sans';
        vertical-align: middle;
        display: table-cell;
    }

#wizard-hero-new .compare-form-container .active p {
    color: #ffffff;
}

#wizard-hero-new .compare-form-container .active .icon-holder {
    display: table;
    border: #fff solid 2px;
    -moz-border-radius: 5em;
    -webkit-border-radius: 5em;
    border-radius: 5em;
}


#wizard-hero-new .compare-form-container .icon-holder .icon-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    margin: auto;
}

#wizard-hero-new .compare-form-container .form-horizontal .form-group {
    margin: 0;
}

#wizard-hero-new .compare-form-container .btn {
    white-space: normal;
}

#wizard-hero-new .compare-form-container .btn-primary {
    background: #f9c814;
    border-color: transparent;
    font-weight: bold;
    color: #000;
    height: 50px;
    width: 170px;
    font-size: 18px;
}

#wizard-hero-new .compare-form-container .btn-back {
    background: #389533;
    border-color: transparent;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin-left: -20px;
}

#wizard-hero-new .compare-form-container .btn-primary:hover,
#wizard-hero-new .compare-form-container .btn-primary:focus {
    background: #f9c814;
    border-color: transparent;
}

#wizard-hero-new .compare-form-container .form-control {
    border-radius: 6px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 0;
    height: 40px;
    margin-bottom: 14px;
    border: 1px solid #FFCD3D;
}

#wizard-hero-new .compare-form-container p {
    font-size: 18px;
    font-weight: normal;
}

#wizard-hero-new .compare-form-container .option-group p {
    padding-top: 5px;
}

#wizard-hero-new .compare-form-container button {
    width: 100%;
}

#wizard-hero-new .compare-form-container .btn-container {
    position: absolute;
    top: 420px;
    left: 0;
}

#wizard-hero-new .compare-form-container.stretched .btn-container {
    top: inherit;
    bottom: 40px;
}

#wizard-hero-new .no-postcode .cbb-button-container {
    position: relative;
    top: 120px;
}

#wizard-hero-new .no-postcode .compare-broadband-buton {
    background: #0098ca;
    border-radius: 5px;
    display: block;
    line-height: 22px;
    color: #fff;
    text-decoration: inherit;
    margin-right: 40px;
    margin-left: 40px;
    font-size: 20px;
}

    #wizard-hero-new .no-postcode .compare-broadband-buton:hover {
        background: #0098ca;
    }


#wizard-hero-new .no-postcode {
    padding-top: 50px;
}

#wizard-hero-new .compare-form-container .bottom-description {
    position: relative;
    font-size: 18px;
    top: 100px;
    text-align: center;
    left: inherit;
}

#wizard-hero-new .compare-form-progress h3 {
    font-weight: 600;
    color: #4bae46;
}

#wizard-hero-new .compare-form-container.users img {
    display: none;
}

    #wizard-hero-new .compare-form-container.users img.first {
        display: block;
    }

#wizard-hero-new .users input {
    border: 0;
    background: #fff;
    color: #4bae46;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#wizard-hero-new .results-page .progress-results {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #4bae46;
    width: 100%;
    top: 5px;
}

#wizard-hero-new .results-page .breadcrumb-group {
    display: inline;
    padding: 12px 20px 12px 25px;
}

    #wizard-hero-new .results-page .breadcrumb-group.current-step {
        cursor: pointer;
    }
/*Wizard desktop breadcrumb*/
.wizard-desktop-breadcrumb {
    padding: 20px 100px 15px 60px;
    border-bottom: 1px solid #dfdfdf;
}

@media screen and (max-width: 767px) {
    .wizard-desktop-breadcrumb {
        border-bottom: none;
    }

    #wizard-hero-new .wizard-desktop-breadcrumb .results-page {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 992px) {
    .wizard-desktop-breadcrumb {
        padding: 10px 20px 15px 20px;
    }
}

.wizard-desktop-breadcrumb .wizard-desktop-breadcrumb-header {
    text-align: center;
}

    .wizard-desktop-breadcrumb .wizard-desktop-breadcrumb-header div {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 2px;
    }

.wizard-desktop-breadcrumb .breadcrumbs-group {
    margin-right: -10px;
    margin-left: 5px;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .breadcrumbs-group .progress-results ul a li:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    top: -15px;
    background: #fff;
    border-radius: 60%;
    border: 3px solid #e9e9e9;
    z-index: 3;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .breadcrumbs-group .progress-results ul a.active li:before {
    background: #4bae46;
    border: 3px solid #4bae46;
    z-index: 3;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .breadcrumbs-group .progress-results ul a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -10px;
    background: #e9e9e9;
    left: inherit;
    z-index: 2;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .breadcrumbs-group .progress-results ul a.current-1:after {
    width: 1%;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .breadcrumbs-group .progress-results ul a.current-2:after {
    width: 25%;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .breadcrumbs-group .progress-results ul a.current-3:after {
    width: 50%;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .breadcrumbs-group .progress-results ul a.current-4:after {
    width: 75%;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .breadcrumbs-group .progress-results ul a.active:after {
    background: #4bae46;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .breadcrumbs-group .progress-results ul a {
    cursor: default !important;
}

#wizard-hero-new .wizard-desktop-breadcrumb .results-page .grey-line {
    background: #e9e9e9;
    content: "";
    position: absolute;
    height: 3px;
    width: 80%;
    top: 4px;
    z-index: 1;
    margin-left: 9%;
}

@-moz-document url-prefix() {
    #wizard-hero-new .wizard-desktop-breadcrumb .results-page .grey-line {
        top: 0;
    }
}
/***/

#wizard-hero-new .wizard-desktop-breadcrumb .breadcrumb-group-name {
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 10px;
}

#wizard-hero-new .results-page .progress-results ul {
    counter-reset: count 0;
    display: inline-table;
    margin-left: 35px;
}

#wizard-hero-new .results-page .progress-results ul li {
    line-height: 15px;
    padding-right: 74px;
    vertical-align: middle;
    display: table-cell;
    height: 30px;
}

#wizard-hero-new .results-page .progress-results ul li span {
    display: inline-block;
    color: #4bae46;
}

#wizard-hero-new .results-page .progress-results ul li.current-step {
    font-weight: 600;
}

#wizard-hero-new .results-page .progress-results ul li.passed-step::before {
    content: "L";
    font-weight: 600;
    transform: scaleX(-1) rotate(-45deg);
    background: #4bae46;
    counter-increment: count 1;
    top: 3px;
    padding-top: 12px;
    text-align: center;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 60%;
    z-index: 1;
    color: #FFF;
    margin-left: -35px;
    line-height: 0px;
}

#wizard-hero-new .results-page .progress-results ul li::before {
    counter-increment: count 1;
    content: counter(count);
    top: 3px;
    padding-top: 12px;
    text-align: center;
    position: absolute;
    width: 25px;
    height: 25px;
    background: #98e094;
    border-radius: 60%;
    z-index: 1;
    color: #FFF;
    margin-left: -35px;
    line-height: 0px;
}

#wizard-hero-new .results-page .progress-results ul li.passed-step::before,
#wizard-hero-new .results-page .progress-results ul li.current-step::before {
    background: #4bae46;
}

#wizard-hero-new .description-block {
    margin-bottom: 0;
}

#wizard-hero-new .tooltip-notes {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -41px;
    font-size: 14px;
    text-align: center;
    background: #389533;
    color: #fff;
    z-index: 100;
    position: relative;
    text-align: left;
}

    #wizard-hero-new .tooltip-notes img {
        margin-right: 10px;
        margin-top: -5px;
    }

    #wizard-hero-new .tooltip-notes a {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
    }

    #wizard-hero-new .tooltip-notes.visible-xs {
        border-bottom: #e9e9e9 15px solid;
    }

    #wizard-hero-new .tooltip-notes .did-you-know {
        font-weight: bold;
        line-height: 1.4;
    }

        #wizard-hero-new .tooltip-notes .did-you-know div.right {
            float: right;
        }

#wizard-hero-new .results-header-text {
    background-color: #4bae46;
    padding-top: 10px;
    padding-bottom: 30px;
    font-weight: 600;
}

    #wizard-hero-new .results-header-text h1 {
        color: white !important;
        margin-bottom: 5px;
        margin-top: 20px;
    }

#wizard-hero-new .thankyou-header-text {
    background-color: #4bae46;
    padding-top: 50px;
    padding-bottom: 80px;
}

    #wizard-hero-new .thankyou-header-text h1 {
        font-size: 44px;
        font-weight: 600;
        color: white !important;
        margin-bottom: 5px;
        margin-top: 20px;
    }

#wizard-hero-new .results-header-text div {
    color: #fff;
}

#wizard-hero-new .results-page .tooltip-notes {
    padding-top: 5px;
    padding-bottom: 5px;
}

    #wizard-hero-new .results-page .tooltip-notes a {
        font-weight: normal;
    }

#wizard-hero-new .results-page .results-table-header {
    background-color: #cae2c8;
    height: 58px;
}

    #wizard-hero-new .results-page .results-table-header .container {
        height: 100%;
    }

        #wizard-hero-new .results-page .results-table-header .container div {
            border-right: 1px solid #add3aa;
            padding: 20px 3px 20px 10px;
            color: #515151;
            font-weight: 700;
            height: 100%;
        }

            #wizard-hero-new .results-page .results-table-header .container div:last-child {
                border-right: 0;
            }

#wizard-hero-new .results-page .white-line {
    background-color: #fff;
    height: 15px;
}

#wizard-hero-new .results-container {
    background-color: #f3f3f3;
}

#wizard-hero-new .results-page .more-plans {
    padding-top: 20px;
}

#wizard-hero-new .results-page .results-list .results-item {
    border-bottom: #f3f3f3 10px solid;
    margin-left: 0;
    margin-right: 0;
}

#wizard-hero-new .results-page .results-list .results-item div.plan {
    display: table;
    width: 100%;
    min-height: 320px;
}

#wizard-hero-new .results-page .results-list .results-item div.plan.border-bottom > div {
    border-bottom: 1px solid #dbdbdb;
}

            #wizard-hero-new .results-page .results-list .results-item div.plan.border-bottom > div:first-child {
                border-bottom: solid 1px #4bae46;
            }

            #wizard-hero-new .results-page .results-list .results-item div.plan.border-bottom > div:last-child {
                border-bottom: none;
            }

            #wizard-hero-new .results-page .results-list .results-item div.plan.border-bottom > div.plan-recommended {
                border-bottom: 1px solid #565656;
            }

        #wizard-hero-new .results-page .results-list .results-item div.plan.border-bottom .plan-150 div.plan-absolute .results-item-plan-absolute {
            height: 205px;
        }

        #wizard-hero-new .results-page .results-list .results-item div.plan .plan-150 div.plan-absolute .results-item-plan-absolute {
            height: 200px;
        }

        #wizard-hero-new .results-page .results-list .results-item div.plan > div,
        #wizard-hero-new .results-page .results-list .results-item div.empty-plan > div:first-child {
            border-right: 1px solid #dbdbdb;
        }

            #wizard-hero-new .results-page .results-list .results-item div.plan > div:nth-child(4),
            #wizard-hero-new .results-page .results-list .results-item div.plan > div:last-child {
                border-right: none;
            }

    #wizard-hero-new .results-page .results-list .results-item .empty-plan .results-item-plan {
        height: 60px;
        display: table-row;
    }

    #wizard-hero-new .results-page .results-list .results-item .empty-plan.empty-plan-gas .results-item-plan .plan-type,
    #wizard-hero-new .results-page .results-list .results-item .empty-plan.empty-plan-gas .results-item-plan {
        height: 50px;
    }

    #wizard-hero-new .results-page .results-list .results-item .white-column {
        background-color: #fff;
    }

    #wizard-hero-new .results-page .results-list .results-item .empty-plan.border-bottom .col-sm-8 .results-item-plan {
        border-bottom: 1px solid #dbdbdb;
        display: block;
    }

    #wizard-hero-new .results-page .results-list .results-item .empty-plan .results-item-plan .no-plan {
        padding: 15px 0 0 20px;
        font-size: 14px;
    }

    #wizard-hero-new .results-page .results-list .results-item .results-item-plan {
        height: 200px;
        display: table-row;
    }

        #wizard-hero-new .results-page .results-list .results-item .results-item-plan div {
            overflow: hidden;
            max-height: 150px;
        }

        #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-type {
            background: #4bae46;
            color: #fff;
            padding: 9px 0 9px 6px;
            position: absolute;
            width: 100%;
            text-transform: uppercase;
            font-size: 15px;
            font-weight: 600;
        }

            #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-type .category-name, #wizard-hero-new .plan-type .category-name {
                left: 10px;
                bottom: 4px;
                position: relative;
            }

        #wizard-hero-new .results-page .results-list .results-item .results-item-plan .solar-container-desktop {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding-right: 10px;
        }

        #wizard-hero-new .results-page .mobile-plan-info .solar-container, #wizard-hero-new .results-page .results-list .results-item .results-item-plan .solar-container {
            padding-top: 0 !important;
            margin-right: -10px;
        }

            #wizard-hero-new .results-page .mobile-plan-info .solar-container .solar-descripton {
                float: right;
                font-weight: 500;
                font-size: 12px;
                font-style: italic;
                color: #8f8f8f;
                padding-top: 30px;
                padding-right: 5px;
            }

        #wizard-hero-new .results-page .results-list .results-item .results-item-plan .solar-descripton {
            float: left;
            font-weight: 500;
            font-size: 12px;
            font-style: italic;
            color: #8f8f8f;
            padding-top: 25px;
            padding-left: 20px;
        }

        #wizard-hero-new .results-page .mobile-plan-info .solar-container .grey-triangle, #wizard-hero-new .results-page .results-list .results-item .results-item-plan .grey-triangle {
            width: 52px;
            height: 52px;
            float: right;
            background: url(//static.compareenergy.com.au/images/progress/triangle.png) no-repeat;
            position: relative;
            display: inline-block;
            text-align: right;
            padding-right: 5px;
            padding-top: 25px;
        }

        #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-name {
            padding: 40px 20px 10px 20px;
            display: table-cell;
            vertical-align: middle;
        }

            #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-name a {
                color: #4bae46;
                font-size: 16px;
                font-weight: 700;
            }

                #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-name a:hover {
                    text-decoration: underline;
                }

            #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-name .plan-name-more-info {
                font-size: 12px;
                font-weight: 600;
            }


        #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-logo {
            display: table-cell;
            vertical-align: middle;
        }

            #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-logo img {
                padding: 40px 40px;
                max-width: 100%;
                width: 100%;
            }

        #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-info {
            padding: 15px 20px 15px 20px;
            font-size: 14px;
            display: block;
            height: 200px;
            overflow: hidden;
            display: table-cell;
            vertical-align: middle;
        }

        #wizard-hero-new .results-page .results-list .results-item .results-item-plan .bottom-border {
            border-bottom: 1px solid #dbdbdb;
        }

        #wizard-hero-new .results-page .results-list .results-item .results-item-plan p {
            margin: 0 0 2px;
            color: #515151;
        }

    #wizard-hero-new .results-page .results-list .results-item .plan-phone {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.1;
    }

        #wizard-hero-new .results-page .results-list .results-item .plan-phone .plan-phone-inner {
            vertical-align: middle;
            display: table-cell;
            text-align: center;
        }

    #wizard-hero-new .results-page .results-list .results-item .plan-recommended {
        font-size: 18px;
        font-weight: 700;
        color: #fac903;
        background: #565656;
    }

        #wizard-hero-new .results-page .results-list .results-item .plan-recommended .plan-phone-inner > p {
            color: #fac903;
            padding-left: 20px;
            text-align: left;
            font-weight: 600;
        }

        #wizard-hero-new .results-page .results-list .results-item .plan-recommended .tooltip-plan {
            cursor: pointer;
            top: 2px;
            position: relative;
            display: inline-block;
            width: 14px;
            background: url(//static.compareenergy.com.au/images/progress/tooltip-yellow.png) no-repeat;
            height: 14px;
        }

    #wizard-hero-new .results-page .results-list .results-item .plan-regular {
        background: #dfdfdf;
        color: #515151;
    }

        #wizard-hero-new .results-page .results-list .results-item .plan-regular p {
            color: #515151;
            padding-left: 20px;
            padding-right: 10px;
            text-align: left;
        }

        #wizard-hero-new .results-page .results-list .results-item .plan-regular .tooltip-plan {
            cursor: pointer;
            top: 2px;
            position: relative;
            display: inline-block;
            width: 14px;
            background: url(//static.compareenergy.com.au/images/progress/tooltip-black.png) no-repeat;
            height: 14px;
        }

    #wizard-hero-new .results-page .results-list .results-item .plan-300 {
        height: 400px;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-phone .plan-absolute {
        position: absolute;
        height: 400px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-regular .plan-absolute .results-item-plan-absolute {
        background-color: #dfdfdf;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-recommended .plan-absolute .results-item-plan-absolute {
        color: #fac903;
        background: #565656;
        border-left: 1px solid #565656;
        border-right: 1px solid #565656;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-absolute .results-item-plan-absolute {
        height: 400px;
        display: table;
        width: 100%;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-150 {
        height: 200px;
    }

    #wizard-hero-new .results-page .results-list .results-item .request-callback-btn {
        font-size: 16px;
        font-weight: 600;
        height: 42px;
        display: inline;
        width: 100%;
        background: #FAC903;
        border-radius: 20px;
        padding-top: 8px;
        margin-bottom: 10px;
        color: #000 !important;
        text-decoration: none;
        margin-top: 20px;
    }

#wizard-hero-new .results-page .btn-more-info {
    background: #A9A9A9;
    color: white;
    margin-top: 20px;
    font-weight: 600;
    padding-top: 3px;
    padding-bottom: 3px;
}


#wizard-hero-new .results-page .results-pager {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 70px;
}

.btn-show-more {
    background: #4bae46;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 29px;
}

    .btn-show-more:hover, .btn-show-more:focus {
        text-decoration: none;
        color: #fff;
    }

@media (min-width: 768px) and (max-width: 1200px) {
    #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-name {
        padding: 40px 10px 10px 10px;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-phone .plan-phone-inner > p {
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-phone > div {
        padding-left: 3px;
        padding-right: 3px;
    }

    #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-info {
        font-size: 12px;
    }

    #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-logo img {
        padding: 40px 20px;
    }

    #wizard-hero-new .results-page .results-list .results-item .results-item-plan .solar-descripton {
        padding-left: 10px;
    }
}

/*MOBILE VIEW*/
@media all and (max-width: 768px) {

    #wizard-hero-new .results-page .results-table-header .container div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .compare-form-container .icon-holder .icon-keys {
        background: url(//static.compareenergy.com.au/images/progress/mobile/house-keys.png) no-repeat;
        width: 67px;
        height: 47px;
    }

    .compare-form-container .icon-holder .icon-bundle {
        background: url(//static.compareenergy.com.au/images/progress/bundle.png) no-repeat;
        width: 53px;
        height: 40px;
        background-size: 49px;
    }

    .compare-form-container .icon-holder .icon-electricity {
        background: url(//static.compareenergy.com.au/images/progress/electricity.png) no-repeat;
        width: 30px;
        height: 39px;
        background-size: 22px;
    }

    .compare-form-container .icon-holder .icon-gas {
        background: url(//static.compareenergy.com.au/images/progress/gas.png) no-repeat;
        width: 30px;
        height: 39px;
        background-size: 27px;
    }

    .compare-form-container .icon-holder .icon-one-people {
        background: url(//static.compareenergy.com.au/images/progress/mobile/one-people.png) no-repeat;
        width: 25px;
        height: 29px;
    }

    .compare-form-container .icon-holder .icon-two-people {
        background: url(//static.compareenergy.com.au/images/progress/mobile/two-people.png) no-repeat;
        width: 40px;
        height: 34px;
    }

    .compare-form-container .icon-holder .icon-three-people {
        background: url(//static.compareenergy.com.au/images/progress/mobile/three-people.png) no-repeat;
        width: 56px;
        height: 34px;
    }

    .compare-form-container .icon-holder .icon-four-people {
        background: url(//static.compareenergy.com.au/images/progress/mobile/four-people.png) no-repeat;
        width: 49px;
        height: 37px;
    }

    .compare-form-container .icon-holder .icon-broadband {
        background: url(//static.compareenergy.com.au/images/progress/mobile/broadband.png) no-repeat;
        width: 58px;
        height: 44px;
    }

    .compare-form-container .icon-holder .icon-cleaning {
        background: url(//static.compareenergy.com.au/images/progress/mobile/cleaning.png) no-repeat;
        width: 58px;
        height: 44px;
    }

    .compare-form-container .icon-holder .icon-locksmith {
        background: url(//static.compareenergy.com.au/images/progress/mobile/locksmith.png) no-repeat;
        width: 40px;
        height: 44px;
    }

    .compare-form-container .icon-holder .icon-packing {
        background: url(//static.compareenergy.com.au/images/progress/mobile/packing.png) no-repeat;
        width: 44px;
        height: 44px;
    }

    .compare-form-container .icon-holder .icon-removalists {
        background: url(//static.compareenergy.com.au/images/progress/mobile/removalists.png) no-repeat;
        width: 48px;
        height: 44px;
    }

    .compare-form-container .icon-holder .icon-storage {
        background: url(//static.compareenergy.com.au/images/progress/mobile/storage.png) no-repeat;
        width: 45px;
        height: 44px;
    }

    .compare-form-container .icon-holder .icon-truck-hire {
        background: url(//static.compareenergy.com.au/images/progress/mobile/truck-hire.png) no-repeat;
        width: 58px;
        height: 39px;
    }

    .compare-form-container .icon-holder .icon-water {
        background: url(https://static.compareenergy.com.au/images/progress/mobile/water.png) no-repeat;
        width: 30px;
        height: 44px;
    }

    #wizard-hero-new .review-header {
        padding-bottom: 0 !important;
        padding-top: 20px;
    }

    #wizard-hero-new .results-page .results-list .results-item .results-item-plan .plan-type .category-name {
        left: 0;
    }
}

@media all and (max-width: 767px) {

    #wizard-hero-new .results-page .results-list .results-item > div {
        display: block;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-recommended.caption.visible-xs {
        height: 40px !important;
        margin-bottom: 0;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-recommended.caption .plan-phone-inner {
        vertical-align: bottom;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-300 .plan-recommended, #wizard-hero-new .results-page .results-list .results-item .plan-150 .plan-recommended {
        height: 50px;
    }

    #wizard-hero-new h1, #wizard-hero-new .compare-form-container.stretched h1 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #wizard-hero-new .summary-header-text h1 {
        font-weight: 600;
    }

    #wizard-hero-new .review-selections {
        padding-bottom: 10px !important;
        padding-top: 10px;
    }

    #wizard-hero-new #user-form .progress-results li {
        padding-top: 10px;
    }

    #wizard-hero-new #user-form .compare-form-container .btn-container {
        padding: 0 15px;
    }

    #wizard-hero-new .compare-form-container .btn-container {
        position: inherit;
        top: inherit;
        left: inherit;
    }

    #wizard-hero-new .compare-form-container .compare-broadband-buton {
        position: inherit;
        top: inherit;
        left: inherit;
        margin: 0;
    }

    #wizard-hero-new .compare-form-container .bottom-description {
        padding-top: 20px;
        position: inherit;
        top: inherit;
        left: inherit;
    }

    #wizard-hero-new .no-postcode .cbb-button-container {
        position: inherit;
        top: inherit;
        left: inherit;
        padding-top: 20px;
    }

    #wizard-hero-new .container {
        padding: 0;
    }

    #wizard-hero-new .tooltip-notes {
        margin-top: 0;
    }

        #wizard-hero-new .tooltip-notes .container {
            padding: 0;
        }

    #wizard-hero-new .option-group {
        padding-bottom: 25px;
    }

    #wizard-hero-new .compare-form-container {
        padding: 0;
        padding-bottom: 30px;
        min-height: 0;
    }

        #wizard-hero-new .compare-form-container h3 {
            padding-top: 10px;
            padding-left: 25px;
            padding-right: 25px;
        }

        #wizard-hero-new .compare-form-container .option-group div {
            padding: 0;
        }

        #wizard-hero-new .compare-form-container .option-group a div {
            padding: 0;
            display: table;
        }

        #wizard-hero-new .compare-form-container .option-group {
            padding-left: 0;
            padding-right: 0;
        }


        #wizard-hero-new .compare-form-container .active {
            background-color: #F9C903;
        }

            #wizard-hero-new .compare-form-container .active img {
                -webkit-filter: invert(100%);
            }

            #wizard-hero-new .compare-form-container .active .icon-div {
                -webkit-filter: invert(100%);
            }

        #wizard-hero-new .compare-form-container a.selection {
            width: 100%;
            display: table;
            padding: 20px 0 20px 0;
            border-top: 1px solid #ffffff;
            padding-left: 10px;
            padding-right: 45px;
        }

        #wizard-hero-new .compare-form-container a.selection-last {
            border-bottom: 1px solid #ffffff;
        }

        #wizard-hero-new .compare-form-container a.selection.yes {
            padding: 26px 0 26px 0;
        }

        #wizard-hero-new .compare-form-container a.selection.no {
            padding: 24px 0 24px 0;
        }

        #wizard-hero-new .compare-form-container a.selection.one-people {
            padding-top: 24px;
            padding-bottom: 25px;
        }

        #wizard-hero-new .compare-form-container a.selection.two-people {
            padding-top: 22px;
            padding-bottom: 22px;
        }

        #wizard-hero-new .compare-form-container a.selection.three-people {
            padding-top: 22px;
            padding-bottom: 22px;
        }

        #wizard-hero-new .compare-form-container a.selection.guaranteed {
            padding-top: 16px;
            padding-bottom: 16px;
        }

        #wizard-hero-new .compare-form-container a.selection.payontime {
            padding-top: 19px;
            padding-bottom: 19px;
        }

        #wizard-hero-new .compare-form-container a.selection.ebilling {
            padding-top: 25px;
            padding-bottom: 25px;
        }

        #wizard-hero-new .compare-form-container a.selection.directdebit {
            padding-bottom: 21px;
        }

        #wizard-hero-new .compare-form-container a.selection.housekeys {
            padding-top: 16px;
            padding-bottom: 16px;
        }


        #wizard-hero-new .compare-form-container .active .icon-holder {
            border: none;
        }

        #wizard-hero-new .compare-form-container .users div .icon-holder {
            display: inherit !important;
            display: table !important;
            width: 100%;
        }

        #wizard-hero-new .compare-form-container .users a .icon-holder {
            height: 90px;
        }

        #wizard-hero-new .compare-form-container .users .active {
            background-color: inherit;
        }

        #wizard-hero-new .compare-form-container .users .inactive {
            opacity: inherit;
        }

        #wizard-hero-new .compare-form-container .users .active img {
            -webkit-filter: inherit;
        }

        #wizard-hero-new .compare-form-container .users .active .icon-div {
            -webkit-filter: inherit;
        }

        #wizard-hero-new .compare-form-container .icon-holder {
            display: table-cell !important;
            vertical-align: middle;
            position: static;
            height: inherit;
            margin: inherit;
        }

            #wizard-hero-new .compare-form-container .icon-holder .icon-div {
                position: inherit;
            }

    .compare-form-container .icon-holder .icon-yes {
        background: url(//static.compareenergy.com.au/images/progress/mobile/yes.png) no-repeat;
        width: 40px;
        height: 27px;
    }

    .compare-form-container .icon-holder .icon-no {
        background: url(//static.compareenergy.com.au/images/progress/mobile/no.png) no-repeat;
        width: 31px;
        height: 31px;
    }


    .compare-form-container .icon-holder .icon-calendar {
        background: url(//static.compareenergy.com.au/images/progress/mobile/calendar.png) no-repeat;
        width: 41px;
        height: 38px;
    }

    .compare-form-container .icon-holder .icon-guaranteed {
        background: url(//static.compareenergy.com.au/images/progress/guaranteed.png) no-repeat;
        width: 40px;
        height: 48px;
        background-size: 34px;
    }

    .compare-form-container .icon-holder .icon-payontime {
        background: url(//static.compareenergy.com.au/images/progress/payontime.png) no-repeat;
        width: 51px;
        height: 42px;
        background-size: 42px;
    }

    .compare-form-container .icon-holder .icon-directdebit {
        background: url(//static.compareenergy.com.au/images/progress/directdebit.png) no-repeat;
        width: 45px;
        height: 39px;
        background-size: 42px;
    }

    .compare-form-container .icon-holder .icon-ebilling {
        background: url(//static.compareenergy.com.au/images/progress/ebilling.png) no-repeat;
        width: 47px;
        height: 29px;
        background-size: 41px;
    }

    #wizard-hero-new .compare-form-container .active p {
        color: #000000;
    }

    #wizard-hero-new .compare-form-container .option-group p {
        padding-top: 0;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }

    #wizard-hero-new .compare-form-container #postcode {
        font-size: 25pt;
        height: 65px;
        text-align: center;
    }

    .progress-block .progress-results {
        width: 100%;
        margin-top: 10px;
        padding-left: 20px;
    }

    #wizard-hero-new .tooltip-notes {
        font-size: 14px;
    }

        #wizard-hero-new .tooltip-notes img {
            margin-top: 4px;
            padding-right: 5px;
        }

    #wizard-hero-new .compare-form-container .btn-primary {
        font-size: 20px;
        margin-left: 0;
        width: 100%;
    }

    #wizard-hero-new .compare-form-container .btn-back {
        font-size: 20px;
        margin-left: 0;
    }

    #wizard-hero-new .tooltip-notes .img-container {
        padding-left: 25px;
        margin-right: 5px;
    }
    /*Results page*/
    #wizard-hero-new .results-page .results-list .results-item {
        border-bottom: 0;
    }

        #wizard-hero-new .results-page .results-list .results-item:hover {
            opacity: 1;
        }

    #wizard-hero-new .results-header-text {
        padding-top: 0;
        padding-bottom: 20px;
    }

        #wizard-hero-new .results-header-text h1 {
            margin-bottom: 0;
        }

    #wizard-hero-new .results-page .show-more-container {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    #wizard-hero-new .results-page .btn-show-filters {
        background-color: #a9a9a9;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        padding-left: 20%;
        padding-right: 20%;
    }

    #wizard-hero-new .results-page .mobile-plan-info {
        text-align: center;
        border-right: 1px solid #a9a9a9;
        font-size: 12pt;
        line-height: 1.2;
        padding-bottom: 18px;
        display: table-cell;
        float: none;
        width: 1%;
        padding-left: 10px;
        padding-right: 10px;
    }

        #wizard-hero-new .results-page .mobile-plan-info.no-bottom-padding {
            padding-bottom: 0;
        }

        #wizard-hero-new .results-page .mobile-plan-info * {
            white-space: normal !important;
        }

        #wizard-hero-new .results-page .mobile-plan-info.top {
            vertical-align: top;
            position: relative;
        }

        #wizard-hero-new .results-page .mobile-plan-info .solar-container {
            height: 52px;
        }

            #wizard-hero-new .results-page .mobile-plan-info .solar-container > div {
                position: absolute;
                right: 0;
                bottom: 0;
                margin-right: 0;
            }

        #wizard-hero-new .results-page .mobile-plan-info.bottom {
            vertical-align: bottom;
        }

        #wizard-hero-new .results-page .mobile-plan-info.single {
            height: inherit;
        }

        #wizard-hero-new .results-page .mobile-plan-info .plan-type {
            background: #4bae46;
            color: #fff;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-left: -10px;
            margin-right: -10px;
            text-transform: uppercase;
            text-align: left;
            padding-left: 10px;
        }

            #wizard-hero-new .results-page .mobile-plan-info .plan-type.plan-type-gas {
                background: #81c67d;
            }

        #wizard-hero-new .results-page .mobile-plan-info .mobile-plan-img {
            width: 140px;
            margin-left: auto;
            margin-right: auto;
        }

            #wizard-hero-new .results-page .mobile-plan-info .mobile-plan-img img {
                max-width: 140px;
                max-height: 70px;
            }

        #wizard-hero-new .results-page .mobile-plan-info .plan-name {
            padding-top: 20px;
        }

            #wizard-hero-new .results-page .mobile-plan-info .plan-name a {
                color: #4bae46;
                font-weight: 700;
            }

            #wizard-hero-new .results-page .mobile-plan-info .plan-name .plan-name-more-info {
                font-weight: 500;
                font-size: 14px;
                padding-top: 5px;
            }

        #wizard-hero-new .results-page .mobile-plan-info div {
            padding-top: 18px;
        }

        #wizard-hero-new .results-page .mobile-plan-info.top > div:first-child, #wizard-hero-new .results-page .mobile-plan-info.bottom > div:first-child {
            padding-top: 0;
        }

        #wizard-hero-new .results-page .mobile-plan-info p {
            color: #515151;
            margin-bottom: 1px;
        }

        #wizard-hero-new .results-page .mobile-plan-info .btn-more-info {
            background-color: #a9a9a9;
            color: #fff;
            width: 136px;
            margin-top: 0;
            font-weight: 500;
            padding-top: 6px;
            padding-bottom: 6px;
        }

    #wizard-hero-new .results-page .results-list .results-item .plan-300, #wizard-hero-new .results-page .results-list .results-item .plan-150 {
        height: 100px;
        padding: 0 20px 0 20px;
    }

    #wizard-hero-new .results-page .results-list .results-item .request-callback-btn {
        margin-top: 5px;
        width: 100%;
        padding: 6px 0;
        height: 42px;
        font-size: 18px;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-phone.col-xs-6 .request-callback-btn {
        overflow: hidden;
        max-width: 148px;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-phone.visible-xs {
        margin-bottom: 30px;
        padding: 0 5px;
        display: table !important;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-phone .plan-phone-inner > p {
        text-align: center;
        font-size: 16px;
        padding-left: 0;
        margin-bottom: 2px;
        padding-right: 0;
    }

    #wizard-hero-new .results-page .results-pager {
        padding-top: 0;
    }

    #wizard-hero-new .results-page .more-plans {
        padding-top: 20px;
    }

    #wizard-hero-new .results-container {
        padding: 0px 20px 0px 20px;
    }
    /*End results page*/
}
/** Wizard Page **/
/*Wizard Hero*/



@media all and (max-width: 767px) {
    ul.pagination {
        display: table-row;
        width: 100%;
    }

    .pagination > li {
        display: table-cell;
    }
}

#header-tab h2.bright-blue-text .request-callback-btn, footer h2.bright-blue-text .request-callback-btn {
    font-weight: bold;
    color: #fff;
    background-color: #4bae46;
    background-image: none;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-color: #4bae46;
}

#header-tab h2.bright-blue-text, #header-tab h2.bright-blue-text a span, footer h2.bright-blue-text a span, footer h2.bright-blue-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    color: #4bae46;
}

@media (min-width: 768px) {
    #header-tab h2.bright-blue-text {
        font-size: 32px;
        margin-top: 15px;
    }

    .no-border {
        border: none !important;
    }

    #wizard-hero-new .option-group div.input-container {
        width: 15em;
        display: table !important;
    }

    #wizard-hero-new .moving-slide .option-group div.col-md-6:first-child {
        padding-right: 5px;
        padding-left: 25px;
    }

    #wizard-hero-new .moving-slide .option-group div.col-md-6:last-child {
        padding-left: 5px;
        padding-right: 25px;
    }
}

@media all and (min-width: 991px) {
    footer .dark-gray .footer-column.about-us {
        padding-right: 20px;
    }
}

@media all and (max-width: 767px) {
    #header-tab h2.bright-blue-text {
        margin-top: 10px;
    }
}

#header-tab .phone-icon {
    display: inline-block;
    width: 40px;
    background: url(//static.compareenergy.com.au/images/sprite6.png) -515px -120px no-repeat;
    height: 25px;
}

header #mobile-dropdown-menu .phone-icon {
    display: inline-block;
    width: 35px;
    height: 25px;
    background: url(//static.compareenergy.com.au/images/sprite6.png) -515px -120px no-repeat;
    top: 15px;
    right: 60px;
    position: absolute;
}

#header-tab .schedule-caption {
    margin-left: -100px;
    white-space: nowrap;
    font-size: 11px;
}

/* centered columns styles */
.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    margin-right: -4px;
    vertical-align: top;
}


/*Home Hero*/
/*Mobile Home Hero*/

.tooltip-container {
    opacity: 0.7;
    width: 245px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    padding-bottom: 20px;
}

    .tooltip-container .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #1E475B;
    }

    .tooltip-container .tooltip-inner {
        max-width: 300px;
        background-color: #1E475B;
        font-size: 16px;
    }



label input {
    margin-right: 5px !important;
}

.input-validation-error, .field-validation-error {
    color: #e80c4d !important;
    border-color: #e80c4d !important;
    border: 1px solid !important;
}

.input-validation-error-decoration {
    border: 1px solid !important;
}

.compare-form-container .form-control.input-validation-error-decoration {
    margin-bottom: 0px !important;
}


.ask-form .g-recaptcha {
    margin-left: 122px;
}

.recaptcha-error-message {
    float: right;
    margin-right: 15px;
}

.recaptcha-group {
    margin-bottom: 0px;
}

.drag-handle {
    cursor: move;
}

.image-max-width-64 {
    max-width: 64px;
}

.image-max-width-69 {
    max-width: 69px;
}

.image-max-width-80 {
    max-width: 80px;
}

.image-max-width-100 {
    max-width: 100px;
}

.image-max-width-110 {
    max-width: 110px;
}

.image-max-height-40 {
    max-height: 40px;
}

.image-max-width-64 {
    max-width: 64px;
}

.popular-item-name {
    height: 40px;
    overflow-y: hidden;
}


.provider-list-title {
    text-decoration: none;
}

    .provider-list-title:hover {
        text-decoration: none;
    }

.link-no-style, .link-no-style:hover, .link-no-style:focus {
    text-decoration: none;
    color: #515151 !important;
}

.link-no-style-white, .link-no-style-white:hover, .link-no-style-white:focus {
    text-decoration: none;
    color: #ffffff !important;
}

.link-no-style-blue, .link-no-style-blue:hover, .link-no-style-blue:focus {
    text-decoration: none;
    color: #4bae46 !important;
}

.div-with-cursor:hover {
    cursor: pointer;
}


.offer-logo {
    height: 85px;
    padding-right: 10px;
}

#sitemap {
    padding: 23px 0 89px 0;
}

    #sitemap li {
        line-height: 20px;
        font-size: 12px;
    }

    #sitemap .col-md-2, #sitemap .col-lg-2 {
        width: 20%;
    }

.sitemap-col {
    list-style-type: none;
    padding: 0;
}


#recaptcha_widget_div {
    margin-bottom: 10px;
    margin-right: 12px;
    float: right;
}

#recaptcha_response_field {
    border-color: #acacac;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.note-ref {
    margin-top: 15px;
}

.btn-group button.text {
    height: 34px;
}

#modal-window .ask-form select {
    padding: 6px 0px;
}

/* Compare plans call back form - begin */

#compare-hero #call-back .top-row {
    border-bottom: 1px solid #70a8da;
    line-height: 1px;
}

#compare-hero #call-back img {
    position: relative;
    top: -5px;
}

#compare-hero #call-back strong, #compare-hero #call-back .bold-blue-text {
    display: inline-block;
    font-size: 20px;
}

#compare-hero #call-back strong {
    padding-left: 30px;
}

#compare-hero #call-back form {
    padding-top: 20px;
}

#compare-hero #call-back .col-xs-3, #compare-hero #call-back .col-xs-2, #compare-hero #call-back .col-xs-1 {
    padding-left: 5px;
    padding-right: 0;
}

#compare-hero #call-back form label {
    font-size: 16px;
    color: #4bae46;
    position: relative;
    top: 6px;
}

#compare-hero #call-back form .btn {
    position: relative;
    top: -5px;
}

.nowrap {
    white-space: nowrap;
}

.explained[data-toggle="popover"] {
    cursor: pointer;
    top: 4px;
    position: relative;
    display: inline-block;
    width: 26px;
    background: url(//static.compareenergy.com.au/images/progress/tooltip.png) no-repeat;
    height: 26px;
}

.results-explained-icon {
    cursor: pointer;
    top: 3px;
    position: relative;
    display: inline-block;
    width: 22px;
    background: url(//static.compareenergy.com.au/images/progress/results-explained.png) no-repeat;
    height: 22px;
}

.solar-panel {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 20px;
    background: url(//static.compareenergy.com.au/images/progress/solar-panel.png) no-repeat;
    height: 20px;
}

.bundle-plan {
    top: 3px;
    left: 5px;
    position: relative;
    display: inline-block;
    width: 41px;
    background: url(//static.compareenergy.com.au/images/progress/bundle-plan.png) no-repeat;
    height: 26px;
}

.electricity-plan {
    top: 3px;
    left: 5px;
    position: relative;
    display: inline-block;
    width: 19px;
    background: url(//static.compareenergy.com.au/images/progress/bundle-plan.png) -0px -0px no-repeat;
    height: 26px;
}

.gas-plan {
    top: 3px;
    left: 5px;
    position: relative;
    display: inline-block;
    width: 22px;
    background: url(//static.compareenergy.com.au/images/progress/bundle-plan.png) -19px -0px no-repeat;
    height: 26px;
}

.print {
    cursor: pointer;
    top: 4px;
    position: relative;
    display: inline-block;
    width: 23px;
    background: url(//static.compareenergy.com.au/images/progress/print.png) no-repeat;
    height: 20px;
}

.plus-round {
    cursor: pointer;
    top: 4px;
    position: relative;
    display: inline-block;
    width: 19px;
    background: url(//static.compareenergy.com.au/images/progress/collapse.png) no-repeat;
    height: 19px;
}

/** Home Page **/
/*Home Hero*/

#home-hero {
    min-height: 240px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4bae46), color-stop(1, #389533));
    background-image: -o-linear-gradient(bottom, #4bae46 0%, #389533 100%);
    background-image: -moz-linear-gradient(bottom, #4bae46 0%, #389533 100%);
    background-image: -webkit-linear-gradient(bottom, #4bae46 0%, #389533 100%);
    background-image: -ms-linear-gradient(bottom, #4bae46 0%, #389533 100%);
    background-image: linear-gradient(to bottom, #4bae46 0%, #389533 100%);
    overflow: hidden;
}


#home-hero h1 {
    color: #fff;
    text-align: center;
    margin-top: 30px;
    display: inline-flex;
    align-items: center;
    font-size: 82px;
    font-weight: bold;
    margin-bottom: 12px;
}

#home-hero h2 {
    font-style: normal;
    font-size: 22px;
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
}

    #home-hero .compare-form .label-span {
        display: block;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 116%;
        color: #fff;
        margin-bottom: 5px;
    }

    #home-hero .compare-form .btn-group {
        margin-right: 10px;
    }

    #home-hero .compare-form .dropdown-toggle {
        height: 50px;
        width: 15%;
        border-left: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
        color: #989898;
    }

    #home-hero .compare-form .text {
        width: 85%;
        text-align: left;
        height: 50px;
        border: 1px solid #c2c2c2;
        font-size: 18px;
        color: #4b4b4b;
        font-weight: 400;
    }

    #home-hero .compare-form .dropdown-menu {
        width: 85%;
    }

    #home-hero .compare-form a {
        text-decoration: none;
    }

    #home-hero .compare-form .btn-yellow {
        height: 50px;
        border-radius: 5px;
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        height: 50px;
        font-size: 20px;
        background: #fac903;
        color: #000;
        font-weight: 600;
        /* IE6-8 */
    }

    #home-hero #need-help-block, #home-hero #beginner-hero .need-help-block, #beginner-hero #home-hero .need-help-block {
        border-radius: 0;
        margin: 30px 0 0 0px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: #fff;
        padding: 23px 32px 23px 77px;
        position: relative;
        border: 1px solid #dedede;
        color: #535353;
    }

        #home-hero #need-help-block h2, #home-hero #beginner-hero .need-help-block h2, #beginner-hero #home-hero .need-help-block h2 {
            line-height: 30px;
            margin: 0px 0 30px 0;
            color: #4bae46;
            font-size: 30px;
        }

        #home-hero #need-help-block .btn, #home-hero #beginner-hero .need-help-block .btn, #beginner-hero #home-hero .need-help-block .btn, #home-hero #need-help-block #compare-providers-block .top-block span, #compare-providers-block .top-block #home-hero #need-help-block span, #home-hero #beginner-hero .need-help-block #compare-providers-block .top-block span, #compare-providers-block .top-block #home-hero #beginner-hero .need-help-block span, #beginner-hero #home-hero .need-help-block #compare-providers-block .top-block span, #compare-providers-block .top-block #beginner-hero #home-hero .need-help-block span {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #828282), color-stop(0.76, #4d4c4d));
            background-image: -o-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
            background-image: -moz-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
            background-image: -webkit-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
            background-image: -ms-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
            background-image: linear-gradient(to bottom, #828282 0%, #4d4c4d 76%);
            color: #fff;
            font-size: 17px;
            font-weight: 600;
            border-color: #ffffff #555555 #555555 #555555;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828282', endColorstr='#4d4c4d', GradientType=0);
            /* IE6-8 */
        }

        #home-hero #need-help-block .question-icon, #home-hero #beginner-hero .need-help-block .question-icon, #beginner-hero #home-hero .need-help-block .question-icon {
            display: block;
            width: 47px;
            height: 48px;
            background: url(//static.compareenergy.com.au/images/sprite6.png) -297px -134px no-repeat;
            position: absolute;
            top: 12px;
            left: 14px;
        }

        #home-hero #need-help-block p, #home-hero #beginner-hero .need-help-block p, #beginner-hero #home-hero .need-help-block p {
            font-size: 108%;
        }

    #home-hero .wide-btn-group {
        width: 100%;
    }

    /*Home Hero*/
    /*Mobile Home Hero*/
    #home-hero h1.small-header {
        border-bottom: 0;
        text-align: center;
        font-size: 200%;
        line-height: 30px;
    }

    #home-hero .btn-input .error {
        position: absolute;
        left: 10px;
        top: 50px;
        color: #fff;
        display: none;
    }

    #home-hero .compare-form #postCodeBlock {
        padding-left: 20px;
    }

    #home-hero .compare-form #dataLimitBlock {
        padding-left: 20px;
    }

    /*Mobile Home Hero*/

    /*Filters*/
    #compare-filter .tab-content .text, #plan-details-tabs .tab-content .text, #home-hero .text {
        font-weight: bold;
        width: 100%;
        color: #515151;
        background: #fff;
        border: 1px solid #c5c5c5;
        text-align: left;
    }
    /*Filters*/
    #home-hero #wizard-search, #advanced-search {
        display: none;
        margin-top: 110px;
    }

    #home-hero #wizard-search.active, #advanced-search.active {
        display: inherit;
    }

    #home-hero .right-column div.background {
        background: url(//static.compareenergy.com.au/images/home-background.png) -40px -55px no-repeat scroll;
        height: 466px;
        width: 1046px;
    }

    #home-hero .btn-input .error {
        color: red;
        display: none;
        font-size: 12px;
    }

    #home-hero.advanced-search {
        background: #4B4B4B;
    }

        #home-hero.advanced-search .btn-yellow {
            padding: 10px 20px;
        }

    #home-hero .form-control, #home-hero .btn-group {
        height: 50px;
        font-size: 18px;
    }
/*MOBILE */

@media all and (max-width: 767px) {

    .control-label.no-padding-mobile {
        font-size: 11px;
        position: relative;
        left: -5px;
    }

    header {
        z-index: 5;
    }

        header #header-tab {
            height: inherit;
        }

            header #header-tab .cbb-logo {
                margin: 15px 0;
                background: url(//static.compareenergy.com.au/images/mobile-logo.png) no-repeat;
                width: 151px;
                height: 31px;
            }

    #home-hero {
        height: inherit !important;
    }

        #home-hero .compare-form {
            margin: 0;
            padding: 0;
        }

        #home-hero #wizard-search, #advanced-search {
            margin-top: 0 !important;
        }

        #home-hero .form-group {
            display: inline-block;
            width: 65%;
        }

        #home-hero #location-form .btn-group {
            width: 100% !important;
            display: inline-block;
        }

        #home-hero .description {
            font-size: 15px;
        }

        #home-hero .form-control, #home-hero .btn-group {
            font-size: 15px !important;
        }

        #home-hero .compare-form .btn-yellow {
            font-size: 15px !important;
            width: 32%;
            padding: 0;
            float: right;
        }

        #home-hero #wizard-search.active .home-hero-tick {
            margin-top: 0 !important;
        }

        #home-hero #advanced-search.active .home-hero-tick {
            margin-top: 10px !important;
        }

        #home-hero .compare-form .mobile-button .form-group {
            width: 100%;
        }

        #home-hero .compare-form .mobile-button .btn-group {
            width: 100%;
        }

        #home-hero .compare-form .mobile-button .text {
            width: 100% !important;
        }

        #home-hero #advanced-search #home-hero-compare-plans {
            margin-top: 0 !important;
            width: 100%;
        }
}

@media all and (min-width: 991px) and (max-width: 1200px) {
    #compare-hero #call-back form label {
        font-size: 14px;
    }
}

@media all and (max-width: 991px) {

    #home-hero {
        overflow: inherit;
    }

    #compare-hero #call-back form label {
        font-size: 11px;
    }

    #compare-hero #call-back strong {
        padding-left: 0;
    }

    #compare-hero #call-back strong, #compare-hero #call-back .bold-blue-text {
        font-size: 16px;
    }
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.sticky {
    top: 0;
    position: fixed;
}
/*Wizard Product Page*/
#wizard-hero-new .product-page-hero {
    color: #ffffff;
    background: #4bae46;
    padding-top: 30px;
}

    #wizard-hero-new .product-page-hero h1 {
        float: left;
        font-size: 24px;
    }

    #wizard-hero-new .product-page-hero .back-to-results {
        display: inline-block;
        width: 30px;
        height: 26px;
        background: url(//static.compareenergy.com.au/images/sprite6.png) -525px -485px no-repeat;
        top: 20px;
        position: relative;
    }

    #wizard-hero-new .product-page-hero .back-to-results-text {
        vertical-align: -50%;
    }

    #wizard-hero-new .product-page-hero .back-container {
        padding-top: 5px;
    }

    #wizard-hero-new .product-page-hero a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        float: right;
    }

#wizard-hero-new .product-page-info {
    background: #fff;
}

#wizard-hero-new .product-page-info-table {
    display: table;
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
}

    #wizard-hero-new .product-page-info-table > [class*='col-'] {
        float: none;
        display: table-cell;
        vertical-align: middle;
        border-right: 1px solid #e9e9e9;
        padding: 10px 40px;
    }

        #wizard-hero-new .product-page-info-table > [class*='col-'] img {
            width: 100%;
            padding: 20px 40px;
        }

        #wizard-hero-new .product-page-info-table > [class*='col-'] p {
            margin-bottom: 0;
        }

        #wizard-hero-new .product-page-info-table > [class*='col-']:last-child {
            border-right: 0;
            padding-left: 20px;
            padding-right: 15px;
        }

    #wizard-hero-new .product-page-info-table .request-callback-btn {
        background-color: #fac903;
        color: #000;
        font-size: 16px;
        font-weight: 800;
        text-decoration: none;
    }

#wizard-hero-new .product-page .product-page-description {
    padding: 20px 15px;
    font-size: 14px;
}

    #wizard-hero-new .product-page .product-page-description h4 {
        margin-top: 30px;
        font-weight: 600;
    }

#wizard-hero-new .product-page .product-page-details {
    background-color: #e9e9e9;
}

    #wizard-hero-new .product-page .product-page-details .product-page-details-table {
        padding-top: 30px;
        float: none;
        display: table-cell;
        vertical-align: top;
    }

        #wizard-hero-new .product-page .product-page-details .product-page-details-table .header {
            background-color: #515151;
            color: #fff;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            font-size: 16px;
            font-weight: 700;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        #wizard-hero-new .product-page .product-page-details .product-page-details-table .content {
            background-color: #fff;
            padding: 10px 0 10px 0;
            border-bottom: 1px solid #e9e9e9;
            font-size: 14px;
            display: table;
            table-layout: fixed;
        }

            #wizard-hero-new .product-page .product-page-details .product-page-details-table .content div {
                display: table-cell;
                vertical-align: middle;
                float: none;
            }

                #wizard-hero-new .product-page .product-page-details .product-page-details-table .content div:first-child {
                    font-weight: bold;
                    text-transform: uppercase;
                }

    #wizard-hero-new .product-page .product-page-details .table-container {
        display: table;
    }

    #wizard-hero-new .product-page .product-page-details .product-page-tos {
        padding: 30px 15px 0 15px;
    }

        #wizard-hero-new .product-page .product-page-details .product-page-tos a {
            color: #515151;
            text-decoration: none;
        }

            #wizard-hero-new .product-page .product-page-details .product-page-tos a:hover {
                text-decoration: underline;
                ;
            }

    #wizard-hero-new .product-page .product-page-details .product-page-notabene {
        padding: 30px 15px;
    }
/*End Wizard Product Page*/
/*Wizard Product Page Mobile*/
@media all and (min-width: 768px) and (max-width: 1024px) {
    #wizard-hero-new .product-page-info-table > [class*='col-'] {
        padding: 10px 10px;
    }

        #wizard-hero-new .product-page-info-table > [class*='col-'] img {
            width: 100%;
            padding: 10px 20%;
        }
}

@media all and (max-width: 767px) {
    #wizard-hero-new .product-page-hero {
        padding-top: 0;
    }

        #wizard-hero-new .product-page-hero h1 {
            text-align: center;
            padding-bottom: 0;
            float: none;
            font-size: 20px;
            font-weight: 600;
        }

    #wizard-hero-new .back-button-container {
        position: absolute;
        float: right;
        width: 100%;
        z-index: 2;
        margin-top: 20px;
    }

        #wizard-hero-new .back-button-container .back-button {
            float: right;
            padding-right: 20px;
            padding-top: 20px;
        }

    #wizard-hero-new .product-page-info-table {
        display: block;
        border: 0;
    }

        #wizard-hero-new .product-page-info-table > [class*='col-'] {
            float: none;
            display: block;
            vertical-align: middle;
            text-align: center;
            border-right: 0;
            padding: 10px 20px;
            font-size: 14px;
        }

            #wizard-hero-new .product-page-info-table > [class*='col-'] img {
                padding: 10px;
                width: 60%;
            }

        #wizard-hero-new .product-page-info-table .request-callback-btn {
            font-size: 24px;
            font-weight: 700;
        }

    #wizard-hero-new .product-page .product-page-description {
        padding: 20px;
        text-align: center;
    }

    #wizard-hero-new .product-page-info {
    }

    #wizard-hero-new .product-page .collapsible-panel-header {
        border-top: 1px solid #4bae46;
        padding: 10px 20px;
        color: #4bae46;
        font-size: 16px;
        text-decoration: none;
    }

        #wizard-hero-new .product-page .collapsible-panel-header a {
            text-decoration: none;
            font-weight: 700;
        }

            #wizard-hero-new .product-page .collapsible-panel-header a:hover, #wizard-hero-new .product-page .collapsible-panel-header a:focus {
                color: #4bae46;
            }

        #wizard-hero-new .product-page .collapsible-panel-header.collapsed .expand-img {
            float: right;
            position: relative;
            top: 5px;
            margin-right: 2px;
            height: 14px;
            width: 8px;
            background: url(//static.compareenergy.com.au/images/opened.png) no-repeat;
        }

        #wizard-hero-new .product-page .collapsible-panel-header .expand-img {
            float: right;
            position: relative;
            top: 10px;
            margin-right: 2px;
            height: 8px;
            width: 14px;
            background: url(//static.compareenergy.com.au/images/closed.png) no-repeat;
        }

    #wizard-hero-new .product-page .collapsible-content span {
        /*float: right;*/
        padding-left: 5px;
    }

    #wizard-hero-new .product-page .collapsible-content div {
        padding: 2px 20px;
    }

        #wizard-hero-new .product-page .collapsible-content div:last-child {
            padding-bottom: 15px;
        }

    #wizard-hero-new .product-page .collapsible-content-billing span {
        padding-left: 5px;
    }

    #wizard-hero-new .product-page .collapsible-content-billing div {
        padding: 2px 20px;
    }

        #wizard-hero-new .product-page .collapsible-content-billing div:last-child {
            padding-bottom: 15px;
        }

    #wizard-hero-new .product-page .product-page-details {
        border-top: 1px solid #4bae46;
        background-color: #fff;
    }

        #wizard-hero-new .product-page .product-page-details .product-page-notabene {
            padding: 15px 15px 25px 15px;
        }
}


/*End Wizard Product Page Mobile*/
/* ECCC*/
.footer-eccc {
    width: 100%;
    background-color: #fff;
}

    .footer-eccc .column-content {
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .footer-eccc .column-content a {
            text-decoration: none;
        }

        .footer-eccc .column-content img {
            text-decoration: none;
            vertical-align: middle;
        }

        .footer-eccc .column-content span {
            display: inline-block;
            vertical-align: middle;
            width: 85%;
            margin-left: 10px;
        }

    .footer-eccc h6 {
        font-weight: 800;
        color: #2F5565;
        font-size: 11px;
        margin: 0;
    }

    .footer-eccc p {
        font-size: 11px;
        margin: 0;
    }
/*ECCC mobile*/
@media all and (max-width: 767px) {
    .footer-eccc .column-content span {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .footer-eccc .column-content p {
        line-height: 1.1;
        margin: 5px 0 0 0;
    }

    .footer-eccc .column-content {
        padding-top: 15px;
    }
}

/* End ECCC*/

/*Providers carousel*/
#our-providers ul li a {
    white-space: nowrap;
    text-decoration: none;
}

#our-providers ul li.single-hover a {
    margin-left: -2px;
}

#our-providers.collapsed h2, #our-providers h2 {
    font-size: 16px;
}
/*Providers Block*/
#our-providers {
    padding: 25px 0 20px 0;
}

    #our-providers .alt-providers-header {
        font-size: 24px;
        color: #222222;
        font-weight: 400;
        margin-bottom: 20px;
    }

        #our-providers .alt-providers-header:before {
            background: url(//static.compareenergy.com.au/Content/images/sprite6.png) no-repeat -272px -626px;
            content: "";
            display: inline-block;
            height: 32px;
            margin: 0 15px 0 0;
            position: relative;
            top: 9px;
            width: 32px;
        }

    #our-providers #show-details-button {
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4bae46), color-stop(1, #389533));
        background-image: -o-linear-gradient(bottom, #4bae46 0%, #389533 100%);
        background-image: -moz-linear-gradient(bottom, #4bae46 0%, #389533 100%);
        background-image: -webkit-linear-gradient(bottom, #4bae46 0%, #389533 100%);
        background-image: -ms-linear-gradient(bottom, #4bae46 0%, #389533 100%);
        background-image: linear-gradient(to bottom, #4bae46 0%, #389533 100%);
        color: #fff;
        border-top: 1px solid #4bae46;
        border-left: 1px solid #389533;
        border-right: 1px solid #389533;
        border-bottom: 1px solid #389533;
        font-weight: 600;
        font-size: 14px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096c8', endColorstr='#007aa3', GradientType=0);
        /* IE6-8 */
        padding: 6px 20px;
        outline: none;
    }

        #our-providers #show-details-button.active {
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #828282), color-stop(0.76, #4d4c4d));
            background-image: -o-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
            background-image: -moz-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
            background-image: -webkit-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
            background-image: -ms-linear-gradient(bottom, #828282 0%, #4d4c4d 76%);
            background-image: linear-gradient(to bottom, #828282 0%, #4d4c4d 76%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828282', endColorstr='#4d4c4d', GradientType=0);
            /* IE6-8 */
            border-color: #FFFFFF #555555 #555555;
        }

    #our-providers .container {
        width: 100%;
        position: relative;
        text-align: center;
    }

    #our-providers hr {
        border-top: 1px solid #e5e5e5;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }

    #our-providers .slider-container {
        overflow: hidden;
        width: 98%;
        margin: 15px auto 0 auto;
        float: none;
    }

    #our-providers ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #our-providers ul li {
            display: inline-block;
            float: left;
            width: 154px;
            height: 115px;
            line-height: 105px;
            margin: 0 15px 0 15px;
            padding: 0;
            text-align: center;
            cursor: pointer;
        }

            #our-providers ul li .img-container {
                height: 115px;
                vertical-align: middle;
                line-height: 105px;
            }

                #our-providers ul li .img-container img {
                    max-width: 100px;
                }

            #our-providers ul li .description {
                display: block;
                font-size: 11px;
            }

                #our-providers ul li .description .btn, #our-providers ul li .description #compare-providers-block .top-block span, #compare-providers-block .top-block #our-providers ul li .description span {
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4bae46), color-stop(1, #389533));
                    background-image: -o-linear-gradient(bottom, #4bae46 0%, #389533 100%);
                    background-image: -moz-linear-gradient(bottom, #4bae46 0%, #389533 100%);
                    background-image: -webkit-linear-gradient(bottom, #4bae46 0%, #389533 100%);
                    background-image: -ms-linear-gradient(bottom, #4bae46 0%, #389533 100%);
                    background-image: linear-gradient(to bottom, #4bae46 0%, #389533 100%);
                    color: #fff;
                    border-top: 1px solid #4bae46;
                    border-left: 1px solid #389533;
                    border-right: 1px solid #389533;
                    border-bottom: 1px solid #389533;
                    font-weight: 600;
                    font-size: 14px;
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0096c8', endColorstr='#007aa3', GradientType=0);
                    /* IE6-8 */
                    width: 112px;
                    height: 30px;
                    line-height: 15px;
                    display: block;
                    margin: 0 auto 5px auto;
                    z-index: 301;
                }

                #our-providers ul li .description strong {
                    background: #f3f3f3;
                    border-radius: 6px;
                    font-size: 16px;
                    display: block;
                    line-height: 22px;
                }

            #our-providers ul li.single-hover {
                opacity: 0.8;
            }

    #our-providers .arrow-prev {
        display: block;
        width: 26px;
        height: 68px;
        position: absolute;
        top: 10px;
        left: 15px;
        opacity: 0.8;
        transition: all 0.5s ease-out 0s;
        z-index: 100;
    }

        #our-providers .arrow-prev span {
            display: inline-block;
            background: url(//static.compareenergy.com.au/images/sprite6.png) -543px -181px no-repeat;
            width: 7px;
            height: 11px;
            position: relative;
            top: 50%;
        }

    #our-providers .arrow-next {
        display: block;
        width: 26px;
        height: 68px;
        position: absolute;
        top: 10px;
        right: 15px;
        opacity: 0.8;
        transition: all 0.5s ease-out 0s;
        z-index: 100;
    }

        #our-providers .arrow-next span {
            display: inline-block;
            background: url(//static.compareenergy.com.au/images/sprite6.png) -543px -197px no-repeat;
            width: 7px;
            height: 11px;
            position: relative;
            top: 50%;
        }

        #our-providers .arrow-prev:hover, #our-providers .arrow-next:hover {
            opacity: 1;
        }

    #our-providers .providers-disclaimer-text {
        text-align: center;
        font-size: 10px;
        margin: 0 -20px 0 -20px;
    }

    #our-providers.collapsed {
        border-bottom: none;
        height: 160px;
    }

        #our-providers.collapsed .description {
            display: none;
        }

@media(min-width: 768px) and (max-width: 876px) {
    #our-providers .container {
        padding: 0 5px 0 5px;
    }

    #our-providers ul li {
        margin: 0 5px 0 5px;
    }

        #our-providers ul li .img-container img {
            max-width: 90px;
        }
}

@media(max-width: 767px) {

    #our-providers {
        padding-top: 0;
        padding-bottom: 0;
    }

        #our-providers .container {
            padding: 0;
        }

        #our-providers ul {
            display: flex;
            flex-wrap: wrap;
            border-left: 1px solid #dfdfdf;
            border-top: 1px solid #dfdfdf;
        }

            #our-providers ul li {
                width: 50% !important;
                height: 132px;
                padding: 0 !important;
                margin: 0 !important;
                border-right: 1px solid #dfdfdf;
                border-bottom: 1px solid #dfdfdf;
            }

                #our-providers ul li .img-container {
                    height: 132px;
                    line-height: 132px;
                    width: 100%;
                }

                    #our-providers ul li .img-container img {
                        max-width: 100px;
                        max-height: 88px;
                    }

            #our-providers ul.Compact li {
                height: 70px;
            }

            #our-providers ul.Medium li {
                height: 80px;
            }

                #our-providers ul.Medium li .img-container {
                    height: 50px;
                }

        #our-providers .providers-disclaimer-text {
            margin: 20px -10px 15px -10px;
        }

    .no-padding-mobile {
        padding-left: 0;
        padding-right: 0;
    }
}
/*End providers carousel*/
/*Search Compare Connect*/
.search-compare-connect {
    background-color: #e9e9e9;
}

    .search-compare-connect .container {
        display: table;
        position: relative;
    }

        .search-compare-connect .container .arrow {
            position: absolute;
            top: 70px;
            right: -70px;
        }

        .search-compare-connect .container .number {
            position: relative;
            bottom: 24px;
            left: 5px;
        }

        .search-compare-connect .container > div .absolute-padding {
            width: 100%;
            top: 0;
            text-align: center;
        }

        .search-compare-connect .container > div {
            padding-left: 5px;
            padding-right: 5px;
            display: table-cell;
            vertical-align: bottom;
            text-align: center;
        }

            .search-compare-connect .container > div h3 {
                color: #4bae46;
                font-weight: 700;
                display: inline-block;
                margin-top: 20px;
                padding-top: 40px;
                margin-right: 30px;
            }

            .search-compare-connect .container > div p {
                padding: 0 15px 50px 15px;
                font-size: 14px;
            }

@media all and (max-width: 767px) {
    .search-compare-connect .container > div p {
        padding-bottom: 0;
    }

    .search-compare-connect .container .last-item {
        padding-bottom: 40px;
    }
}

/*custom checkbox*/
.custom-checkbox .replacement-label {
    font-size: 16px;
}

.custom-checkbox input[type=checkbox]:checked + span + label:before {
    content: "\e067";
    color: #4bae46;
    letter-spacing: 5px;
}
/* allow space for check mark */
.custom-checkbox input[type=checkbox] {
    display: none;
}
    /* to hide the checkbox itself */
    .custom-checkbox input[type=checkbox] + span + label:before {
        font-family: Glyphicons Halflings;
        display: inline-block;
        float: left;
        margin-left: -20px;
        margin-top: 4px;
        content: "\e157";
        letter-spacing: 5px;
        color: #4bae46;
    }
/*end custom checkbox*/

/*Select2*/
#location-form .select2-search__field {
    color: #555;
    height: 36px;
}

#location-form .select2-selection--multiple {
    height: 50px;
    font-size: 16px;
    border: 1px solid #FFCD3D;
}

#location-form .select2-selection__rendered {
    padding-left: 10px;
    padding-top: 1px;
}

#location-form .select2-selection__clear {
    color: #555;
    margin-top: 12px;
}

#location-form .select2-selection__choice {
    color: #555;
    background-color: #fff;
    border: 0;
    padding-top: 8px;
    font-size: 16px;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
    padding-left: 0;
}

.select2-results__options .select2-result-repository {
    min-height: 40px;
    font-size: 12px;
    border-bottom: 1px solid #FBE155;
    background-color: #FFCD3D;
    padding: 10px 6px 10px 10px;
}

.select2-results__options .select2-results__option {
    padding: 0;
}

.select2-results__options .select2-results__message {
    padding: 6px;
}

.select2-results__options .select2-results__option--highlighted .select2-result-repository {
    background-color: #4bae46;
}

.select2-validation-error-decoration {
    border: 1px solid red !important;
}

.select2-dropdown {
    border-radius: 0;
}

#location-form .select2-selection__choice__remove {
    display: none;
}

@media all and (max-width: 768px) {
    .select2-container--default .select2-results > .select2-results__options {
        max-height: 160px;
    }

    #location-form .select2-selection__choice {
        max-width: 80%;
    }
}

@media all and (min-width: 370px) and (max-width:380px) {
    #location-form .select2-selection__rendered {
        padding-left: 5px;
    }
}

/*select end*/
/*General Page footer popup*/

@media all and (min-width: 768px) {
    #footer-modal-window .container {
        margin-top: -100px;
    }
}

#footer-modal-window.modal {
    text-align: center;
}

    #footer-modal-window.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

#footer-modal-window .container {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#footer-modal-window .article-content-container, #footer-modal-window .location-page-content-container {
    padding: 10px 15px 45px 15px;
}

#footer-modal-window .general-page-popup-container {
    background-color: #fff;
    border-radius: 5px;
}

#footer-modal-window .footer-hero {
    background-color: #fff;
    color: #4bae46;
    padding-left: 15px;
}

    #footer-modal-window .footer-hero h1 {
        font-weight: bold;
    }

#footer-modal-window .close-btn-container {
    padding-top: 20px;
    padding-right: 10px;
}

    #footer-modal-window .close-btn-container .close {
        color: #4bae46;
        font-weight: 700;
        opacity: 1;
        font-size: 20px;
    }

footer .dark-gray h4.fontsize-14 {
    font-size: 14px;
}

footer .dark-gray h4.header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.general-page .article-content-container, .general-page .location-page-content-container {
    padding: 15px 0 5px 0;
}
/*end of general page footer popup*/

.exitShowFee {
    cursor: pointer;
    text-decoration: underline;
}


/** Nanobar **/
#nanobar {
    text-align: center;
    position: fixed;
    height: 66px;
    bottom: 0;
    width: 100%;
    background: rgba(75, 75, 75, 0.9);
    z-index: 3;
}

    #nanobar .nanobar-span {
        color: #fff;
        line-height: 50px;
        font-size: 22px;
    }

    #nanobar .btn {
        color: #fff;
        background-color: #4bae46;
        margin-top: -6px;
        background-image: none;
        border-color: #4bae46;
        border-radius: 2px;
        font-weight: 600;
        font-size: 14px;
        /* IE6-8 */
        font-size: 18px;
        height: 36px;
        line-height: 32px;
        overflow: hidden;
        padding: 0 30px 0 30px;
        margin-bottom: 15px;
        margin-top: 15px;
        text-transform: uppercase;
    }

    #nanobar #location-form-nanobar {
        margin-top: 3px;
    }

    #nanobar .btn.btn-yellow {
        height: 40px;
        border-radius: 2px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 18px;
        background: #fac903;
        color: #000;
        font-weight: bold;
        text-transform: capitalize;
        border: 1px solid #fac903;
        margin-top: 10px;
    }

    #nanobar input {
        height: 40px;
        border: none;
        margin-right: 20px;
        font-size: 16px;
        width: 160px;
        border-radius: 2px;
        padding-left: 10px;
    }

    #nanobar #location {
        height: 40px;
        border: none;
        margin-right: 20px;
        font-size: 16px;
        width: 160px;
        border-radius: 2px;
        padding-left: 10px;
        margin-top: 10px;
    }

    #nanobar .input-validation-error, #nanobar .field-validation-error {
        color: #e80c4d !important;
        border-color: #e80c4d !important;
        border: 1px solid !important;
    }

    #nanobar input.input-validation-error::-webkit-input-placeholder {
        color: #e80c4d !important;
    }

    #nanobar input.input-validation-error::-moz-placeholder {
        color: #e80c4d !important;
    }

    #nanobar input.input-validation-error:-moz-placeholder {
        color: #e80c4d !important;
    }

    #nanobar input.input-validation-error:-ms-input-placeholder {
        color: #e80c4d !important;
    }
/** Nanobar **/


/*Modal Window Front Page*/
.modal .modal-content {
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 35px 48px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.modal #popup-modal-response {
    top: 100px;
}

.modal button.close {
    right: 20px;
    top: 10px;
    position: absolute;
    color: #4bae46;
    opacity: 1;
}

    .modal button.close:hover {
        opacity: 0.7;
    }

.modal h4 {
    font-size: 24px;
    font-weight: bold;
    color: #4bae46;
    margin-top: 0;
    margin-bottom: 7px;
    text-align: center;
}

#modal-window-request .ask-form {
    overflow: hidden;
}

    #modal-window-request .ask-form .lock-icon {
        margin-top: 0;
        font-size: 13px;
        margin-bottom: 20px;
    }

        #modal-window-request .ask-form .lock-icon img {
            margin-right: 5px;
            margin-top: -3px;
        }

    #modal-window-request .ask-form p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.3;
    }

    #modal-window-request .ask-form .form-control {
        border-color: #ababab;
        height: 48px;
        border-radius: 7px;
        background-color: #F3F3F3;
    }

    #modal-window-request .ask-form .btn-default {
        background-color: #4bae46;
        border: none;
        height: 40px;
        font-weight: bold;
        color: #fff;
        font-size: 18px;
        padding: 0 50px;
        border-radius: 5px;
    }

#modal-window-request .select2-container {
    width: 100% !important;
}


#modal-window-request .select2-container input {
    width: 200px !important;
    font-size: 14px;
}

#modal-window-request #requestCallbackBody .select2-container input {
    width: 100% !important;
}

#modal-window-request .select2-selection__choice {
    font-size: 14px;
    border: none;
    background-color: #F3F3F3;
}

#modal-window-request .select2-selection__rendered {
    font-size: 14px;
    width: 100% !important;
    height: 48px;
    border-radius: 7px;
    background-color: #F3F3F3;
    margin: 0;
    border: 1px solid #ababab;
    padding: 6px 12px;
}

#modal-window-request .select2-selection__choice__remove {
    display: none;
}

#modal-window-request .select2-dropdown--below {
    margin-top: -10px;
}

#modal-window-request .select2-dropdown--above {
    margin-top: 10px;
}

#modal-window-request .select2-container--default, #modal-window-request .select2-selection--multiple {
    border: none;
}

    #modal-window-request .select2-container--default ul {
        margin: 0;
        padding: 10px 12px;
    }

#modal-window-request .select2-results__options {
    padding: 0 !important;
}

#modal-window-request .inner-container {
    padding: 0;
}

@media (max-width: 768px) {
    #modal-window-request {
        padding: 50px 0 0 0;
        overflow: hidden;
    }

        #modal-window-request .modal-dialog {
            margin: 0;
        }

            #modal-window-request .modal-dialog .modal-content {
                padding: 30px 20px 10px 20px;
            }

        #modal-window-request .lock-icon {
            text-align: left;
            margin-top: -5px;
            margin-bottom: 10px;
        }

            #modal-window-request .lock-icon span {
                margin-top: -20px;
                display: -webkit-box;
                text-align: left;
                margin-left: 20px;
            }
}


.modal h2 {
    margin-top: -5px;
}
/*How We Work popup*/
.modal h5 {
    color: #4bae46;
    font-size: 18px;
    font-weight: 700;
}

.how-we-work-button {
    cursor: pointer;
    z-index: 2;
}

header .main-top-menu .nav .open a.how-we-work-button {
    background: #fff;
}

    header .main-top-menu .nav .open a.how-we-work-button:hover {
        background: #f3f3f3;
    }

/*End of How We Work popup*/
/*Email plan popup*/
#modal-window-request-short button.close {
    right: 20px;
    top: 10px;
    position: absolute;
    color: #0098ca;
    opacity: 1;
}

    #modal-window-request-short button.close:hover {
        opacity: 0.7;
    }

#modal-window-request-short .modal-dialog {
    max-height: 317px;
    width: 379px;
    top: 100px;
}

#modal-window-request-short .modal-content {
    background: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 65px 45px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#modal-window-request-short strong {
    color: #0098ca;
    font-size: 18px;
}

#modal-window-request-short .ask-form .inner-container:last-child .form-group {
    margin-left: -10px;
}

#modal-window-request-short .ask-form .btn {
    margin: 0;
    float: left;
    background: #0098ca;
    border: 0;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search.select2-search--inline {
    width: 0;
}

/*ThankYou Page Classes*/

.thankyou-header-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    margin-left: -10px;
    border-top-color: #4bae46;
    left: 50%;
}


.thankyou-container {
    text-align: center;
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 60px;
}

    .thankyou-container h3 {
        font-size: 36px;
        font-weight: bold;
        color: #0098ca;
        margin-bottom: 25px;
    }

    .thankyou-container .row {
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 20px;
        height: 340px;
    }


        .thankyou-container .row div.column {
            padding-right: 10px;
            padding-left: 0px;
        }

            .thankyou-container .row div.column:last-child {
                text-align: left;
                padding-right: 0px;
                padding-left: 10px;
            }

    .thankyou-container h4 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 18px;
        color: #000;
    }

    .thankyou-container p {
        line-height: 1.4;
        color: #797979;
    }

    .thankyou-container .num-circle {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #4bae46;
        vertical-align: bottom;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        padding-top: 6px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
    }

    .thankyou-container .vertical-line-dotted {
        position: absolute;
        height: 336px;
        left: 50%;
        border-right: 2px dotted #4bae46;
        border-width: 4px;
        margin-left: -2px;
        margin-top: 20px;
    }


@media (max-width: 768px) {

    #wizard-hero-new .thankyou-header-text {
        padding-top: 15px;
        padding-bottom: 45px;
    }

        #wizard-hero-new .thankyou-header-text h1 {
            font-size: 30px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .thankyou-container {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 70px;
    }

        .thankyou-container h3 {
            font-size: 25px;
        }

        .thankyou-container h4 {
            font-size: 20px;
        }

        .thankyou-container .row {
            display: block;
            align-items: center;
            text-align: center;
            font-size: 20px;
            height: 325px;
            padding-top: 20px;
            margin-left: 0px;
            margin-right: 0px;
        }

            .thankyou-container .row div.column {
                padding-right: 10px;
                padding-left: 10px;
            }

                .thankyou-container .row div.column div {
                    margin-right: 15px;
                    margin-left: 15px;
                    text-align: center !important;
                }

                .thankyou-container .row div.column img {
                    width: 202px;
                    margin-top: 40px;
                    margin-bottom: 25px;
                }

                .thankyou-container .row div.column:last-child {
                    text-align: center;
                    padding-right: 10px;
                    padding-left: 10px;
                }


        .thankyou-container div.row:nth-of-type(1) img {
            width: 182px;
            margin-top: 20px;
            margin-left: 10px;
        }

        .thankyou-container div.row:nth-of-type(2) img {
            width: 238px;
            margin-left: 30px;
        }

        .thankyou-container div.row:nth-of-type(3) img {
            width: 181px;
        }

        .thankyou-container .row:first-child img, .quick-free-easy .row:last-child img {
            width: 219px;
        }
}




.compare-form .select2-search__field {
    color: #555;
    height: 36px;
}

.compare-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 10px;
    padding-top: 1px;
}


.compare-form .select2-container--default .select2-selection--multiple .select2-selection__clear {
    color: #555;
    margin-top: 10px;
}

.compare-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background-color: #fff;
    border: 0;
    padding-top: 8px;
    font-size: 16px;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
}

.compare-form .compare-form.landing.new .select2-selection__choice {
    font-size: 18px;
    max-width: 88%;
}

#wizard-hero-new .compare-form.landing.new select {
    height: 60px;
}

.compare-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}

.compare-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 10px;
    padding-top: 1px;
}

.compare-form .select2-container--default .select2-selection--multiple .select2-selection__clear {
    color: #555;
    margin-top: 10px;
}

.compare-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background-color: #fff;
    border: 0;
    padding-top: 8px;
    font-size: 16px;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
}

.compare-form.landing.new .select2-selection--multiple, .compare-form.landing.new .select2-container--default.select2-container--focus .select2-selection--multiple,
#location-page #location-form .compare-form.landing.new .select2-selection--multiple {
    height: 60px;
    font-size: 18px;
    padding-top: 5px;
    padding-left: 10px;
    border: none;
}

.compare-form .select2-container--default.select2-container--focus .select2-selection--multiple {
    height: 48px;
    font-size: 16px;
    border: 1px solid #FFCD3D;
}

.compare-form .select2-container--default .select2-selection--multiple {
    height: 48px;
    font-size: 16px;
    border: 1px solid #FFCD3D;
}

.select2-results__options .select2-result-repository, #select2-locationLanding-results .select2-result-repository {
    min-height: 40px;
    font-size: 12px;
    border-bottom: 0px solid #FBE155;
    background-color: #FFCD3D;
    padding: 10px 6px 10px 10px;
}

.select2-results__options .select2-results__option, #select2-locationLanding-results .select2-results__option {
    padding: 0;
}

.select2-results__options .select2-results__message, #select2-locationLanding-results .select2-results__message {
    padding: 6px;
}

.select2-results__options .select2-results__option--highlighted .select2-result-repository, #select2-locationLanding-results .select2-results__option--highlighted .select2-result-repository {
    background-color: #4bae46;
}

.select2-validation-error-decoration {
    border: 1px solid red !important;
}

.select2-dropdown {
    border-radius: 0;
}






/* Landing page*/
.wizard-landing .compare-form.landing.new select.location, .wizard-landing .select2-container {
    min-width: 380px;
    border-radius: 4px;
}

.wizard-landing.select2-fix-max-width .select2-container {
    max-width: 380px;
}

.wizard-landing .form-group {
    text-align: center;
    margin-bottom: 0;
}

.wizard-landing fieldset {
    display: inline;
}

    .wizard-landing fieldset input::-webkit-input-placeholder {
        opacity: 0;
        font-size: 18px;
    }

    .wizard-landing fieldset input::-webkit-input-placeholder {
        opacity: 1;
    }

.wizard-landing .compare-form.landing.new fieldset.address-search select.location {
    width: 475px;
    height: 60px;
    margin: 0;
    font-size: 14px;
}

.wizard-landing .compare-form {
    padding-top: 40px;
    padding-bottom: 105px;
    color: #fff;
    background: #4bae46;
}

    .wizard-landing .compare-form .other-types {
        font-size: 18px;
        font-weight: bold;
    }

        .wizard-landing .compare-form .other-types a {
            color: #fff;
        }

    .wizard-landing .compare-form h2 {
        font-size: 36px;
        font-weight: bold;
        text-align: center;
    }

    .wizard-landing .compare-form h3 {
        font-style: normal;
        font-size: 18px;
        text-align: center;
        margin-bottom: 40px;
        margin-left: -40px;
        margin-right: -40px;
    }

    .wizard-landing .compare-form .error {
        position: absolute;
        color: red;
        display: none;
        margin-top: 10px;
    }

    .wizard-landing .compare-form .form-group {
        width: 100%;
    }

    .wizard-landing .compare-form select.location {
        font-size: 18px;
        width: 100%;
        overflow: auto;
    }

    .wizard-landing .compare-form .form-control {
        height: 48px;
    }

    .wizard-landing .compare-form.landing.new .compare-form-container {
        padding: 30px 80px 0 80px;
        min-height: 0;
    }

        .wizard-landing .compare-form.landing.new .compare-form-container .form-control {
            height: 60px;
            margin: 0;
        }

.wizard-landing .landing.new input[type="button"] {
    padding-right: 30px;
    padding-left: 30px;
    height: 60px;
    margin-left: 17px;
    width: 200px;
    vertical-align: top;
}

.wizard-landing .compare-form-container button {
    width: 100%;
}

.wizard-landing .compare-form-container .btn-primary {
    font-size: 18px;
}

.wizard-landing .compare-form-container .btn-container {
    position: absolute;
    top: 310px;
    left: 0;
}

.wizard-landing .select2-search__field {
    color: #555;
    height: 36px;
}

.wizard-landing .landing.new h1 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 23px;
    text-align: center;
}

#location-form-top.wizard-landing .compare-form {
    padding-top: 60px;
    padding-bottom: 200px;
}



/* Landing page*/
.header-custom #header-tab .ce-logo img {
    width: 93px;
    height: 32px;
    margin-top: 0;
    margin-left: 0px;
}

.header-custom #header-tab .compact img {
    width: 36px !important;
    height: 32px;
}


.header-custom {
    background: #fff;
    width: 100%;
    position: absolute;
    margin-top: -87px;
    height: 87px;
}

    .header-custom.dark {
        background: #4bae46;
    }

    .header-custom .btn.how-we-work-button {
        color: #404041;
        font-size: 15px;
        font-weight: bold;
        border: 1px solid #404041;
        margin-top: 15px;
        height: 45px;
        padding-top: 11px;
    }

    .header-custom.dark .btn.how-we-work-button {
        color: #fff;
        border: 1px solid #fff;
    }

    .header-custom h2 {
        margin-top: 18px;
    }

        .header-custom h2 a span {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 0;
            color: #0098ca;
        }

    .header-custom.dark h2 a span {
        color: #fff;
    }

    .header-custom #header-tab .cbb-logo {
        display: inline-block;
        margin: 20px 0;
    }


footer .landing {
    margin-top: 40px;
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
}

    footer .landing p {
        color: #797979;
        font-size: 16px;
        max-width: 690px;
        display: inline-block;
        margin-bottom: 50px;
    }

    footer .landing .footer-menu, footer .landing .footer-menu a {
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        color: #1c1c1c;
    }



.quick-free-easy {
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 60px;
}

    .quick-free-easy h3 {
        font-size: 36px;
        font-weight: bold;
        color: #4bae46;
        margin-bottom: 25px;
    }

    .quick-free-easy .row {
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 20px;
        height: 325px;
    }

        .quick-free-easy .row div.column:first-child {
            text-align: right;
            padding-right: 10px;
            padding-left: 0px;
        }

        .quick-free-easy .row div.column:last-child {
            text-align: left;
            padding-right: 0px;
        }

        .quick-free-easy .row h4 {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 18px;
        }

        .quick-free-easy .row p {
            line-height: 1.4;
        }



@media (max-width: 767px) {
    header {
        z-index: inherit;
        border: 0;
    }

    .header-custom {
        margin-top: -60px;
        height: 61px;
    }

        .header-custom #mobile-menu {
            float: left;
            width: 8%;
            text-align: right;
            position: static;
            padding-right: 15px;
        }

        .header-custom #header-tab .cbb-logo {
            margin: 5px;
            height: 49px;
            padding-top: 10px;
        }

            .header-custom #header-tab .cbb-logo img {
                width: 155px;
                height: 32px;
                margin-top: 0;
            }

        .header-custom #mobile-menu .telLink .phone-icon {
            display: inline-block;
            width: 35px;
            height: 30px;
            background: url(//static.comparebroadband.com.au/images/sprite13_opt.png) -515px -588px no-repeat;
            top: 15px;
            right: 15px;
            position: absolute;
        }

        .header-custom #mobile-menu .info-icon {
            display: inline-block;
            width: 35px;
            height: 35px;
            background: url(//static.comparebroadband.com.au/images/sprite13_opt.png) -515px -618px no-repeat;
            top: 15px;
            right: 50px;
            position: absolute;
        }

    footer .landing p {
        font-size: 15px;
        margin-bottom: 35px;
    }

    footer ul.footer-menu li {
        margin-bottom: 0;
    }

        footer ul.footer-menu li.no-delimiter {
            width: 100%;
        }

            footer ul.footer-menu li.no-delimiter:after {
                content: "";
            }

    .wizard-landing .compare-form {
        padding-top: 0;
        padding-bottom: 50px;
    }

        .wizard-landing .compare-form.landing.new .compare-form-container {
            padding: 20px 5px 0 5px;
            min-height: 0;
        }

    .wizard-landing .landing.new h1 {
        font-size: 25px;
    }

    .wizard-landing .compare-form h2 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 23px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wizard-landing .compare-form h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 26px;
        margin-left: 0;
        margin-right: 0;
    }

    .wizard-landing .landing.new input[type="button"] {
        width: 100%;
        margin-top: 14px;
        margin-left: 0;
    }

    .wizard-landing .landing.new fieldset {
        display: block;
    }

    .wizard-landing .landing.new .btn-group {
        display: block;
    }

    .wizard-landing .compare-form.landing.new select.location, .wizard-landing .select2-container {
        width: 100% !important;
        min-width: 280px;
    }

    .wizard-landing .compare-form .error {
        margin-top: 80px;
    }

    #location-form-top.wizard-landing .compare-form, #location-form-bottom.wizard-landing .compare-form {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .quick-free-easy {
        margin-top: 20px;
        padding-top: 0;
    }

        .quick-free-easy h3 {
            font-size: 25px;
        }

        .quick-free-easy .row {
            display: block;
            align-items: center;
            text-align: center;
            font-size: 16px;
            height: 325px;
            padding-top: 20px;
        }

            .quick-free-easy .row h4 {
                text-align: center;
                font-size: 16px;
            }

            .quick-free-easy .row div.column {
                text-align: center !important;
                padding: 0 !important;
            }

                .quick-free-easy .row div.column div {
                    margin-right: 20px;
                    margin-left: 20px;
                }

                .quick-free-easy .row div.column img {
                    width: 202px;
                    margin-top: 55px;
                    margin-bottom: 25px;
                }

                .quick-free-easy .row div.column p {
                    font-size: 20px;
                }

        .quick-free-easy div.row:nth-of-type(1) img {
            margin-top: -5px;
        }

        .quick-free-easy .row:first-child img, .quick-free-easy .row:last-child img {
            width: 219px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    #compare-table-newone li {
        max-width: 125px;
    }

    #wizard-hero-new .results-page .results-list .results-item .request-callback-btn {
        font-size: 10px;
        padding: 5px;
    }

    #wizard-hero-new .compare-form-container .icon-holder {
        width: 8em;
        height: 8em;
    }

    #wizard-hero-new .compare-form-container {
        padding: 20px 0 20px 0;
    }

    #wizard-hero-new .results-page .tooltip-notes .print-container {
        padding-right: 0;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-phone {
        font-size: 14px;
    }

    header .main-top-menu .nav a.hover-small {
        padding-bottom: 24px;
    }

    header {
        z-index: inherit;
        border: 0;
    }

    .wizard-landing .compare-form {
        padding-top: 0;
        padding-bottom: 50px;
    }

        .wizard-landing .compare-form.landing.new .compare-form-container {
            padding: 20px 5px 0 5px;
            min-height: 0;
        }

    .wizard-landing .landing.new h1 {
        font-size: 25px;
    }

    .wizard-landing .compare-form h2 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 23px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wizard-landing .compare-form h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 26px;
        margin-left: 0;
        margin-right: 0;
    }

    .wizard-landing .landing.new input[type="button"] {
        width: 100%;
        margin-top: 14px;
        margin-left: 0;
    }

    .wizard-landing .landing.new fieldset {
        display: block;
    }

    .wizard-landing .landing.new .btn-group {
        display: block;
    }

    .wizard-landing .compare-form.landing.new select.location, .wizard-landing .select2-container {
        width: 100% !important;
        min-width: 280px;
    }

    .wizard-landing .compare-form .error {
        margin-top: 80px;
    }

    #location-form-top.wizard-landing .compare-form, #location-form-bottom.wizard-landing .compare-form {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media (min-width: 768px) {

    #modal-window-how-we-work.modal {
        text-align: center;
        padding: 0 !important;
        width: inherit;
        font-size: 14px;
    }

        #modal-window-how-we-work.modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px; /* Adjusts for spacing */
        }

    #modal-window-how-we-work .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        width: 600px;
    }
}

@media all and (min-width: 991px) {
    #modal-window-how-we-work .modal-dialog {
        width: 756px;
    }

    #modal-window-how-we-work.modal h4 {
        font-size: 36px;
    }

    .how-we-work .modal-dialog {
        width: 840px;
    }
}

.how-we-work h4 {
    margin-bottom: 20px;
}

.how-we-work .modal-dialog .ask-form {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 35px;
}

    .how-we-work .modal-dialog .ask-form .description-column {
        padding-left: 22px;
    }

    .how-we-work .modal-dialog .ask-form .description-item {
        margin-bottom: 20px;
        padding-right: 25px;
    }

.padding-right-zero {
    padding-right: 0;
}

.padding-left-zero {
    padding-left: 0;
}


@media all and (max-width: 767px) {
    .modal.how-we-work h4 {
        text-align: left;
        font-size: 25px;
        margin-bottom: 30px;
    }

    .modal.how-we-work .modal-content {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .how-we-work .modal-dialog .ask-form {
        margin-bottom: 0;
        margin-top: 0;
    }

        .how-we-work .modal-dialog .ask-form .description-column {
            padding-left: 0;
        }

        .how-we-work .modal-dialog .ask-form .description-item {
            margin-bottom: 20px;
            padding-right: inherit;
        }
}

@media (min-width: 768px) and (max-width: 991px) {

    .modal.how-we-work .modal-lg {
        width: 600px;
    }

    #compare-table-newone li {
        max-width: 125px;
    }

    #wizard-hero-new .results-page .results-list .results-item .request-callback-btn {
        font-size: 10px;
        padding: 5px;
    }

    #wizard-hero-new .compare-form-container .icon-holder {
        width: 8em;
        height: 8em;
    }

    #wizard-hero-new .compare-form-container {
        padding: 20px 0 20px 0;
    }

    #wizard-hero-new .results-page .tooltip-notes .print-container {
        padding-right: 0;
    }

    #wizard-hero-new .results-page .results-list .results-item .plan-phone {
        font-size: 14px;
    }

    header .main-top-menu .nav a.hover-small {
        padding-bottom: 24px;
    }

    header {
        z-index: inherit;
        border: 0;
    }

    .wizard-landing .compare-form {
        padding-top: 0;
        padding-bottom: 50px;
    }

        .wizard-landing .compare-form.landing.new .compare-form-container {
            padding: 20px 5px 0 5px;
            min-height: 0;
        }

    .wizard-landing .landing.new h1 {
        font-size: 25px;
    }

    .wizard-landing .compare-form h2 {
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 23px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .wizard-landing .compare-form h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1.5;
        margin-bottom: 26px;
        margin-left: 0;
        margin-right: 0;
    }

    .wizard-landing .landing.new input[type="button"] {
        width: 100%;
        margin-top: 0px;
        margin-left: 17px;
    }

    .wizard-landing .landing.new fieldset {
        display: block;
    }

    .wizard-landing .landing.new .btn-group {
        display: block;
    }

    .wizard-landing .compare-form.landing.new select.location, .wizard-landing .select2-container {
        width: 100% !important;
        min-width: 280px;
    }

    .wizard-landing .compare-form .error {
        margin-top: 10px;
    }

    #location-form-top.wizard-landing .compare-form, #location-form-bottom.wizard-landing .compare-form {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

.shake {
    animation-name: shake;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes shake {
    0%, 20%, 40%, 70% {
        transform: translate3d(-5px, 0, 0);
    }

    10%, 30%, 55%, 90% {
        transform: translate3d(5px, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.rotateRight {
    animation-name: rotateRight;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes rotateRight {
    0% {
        opacity: 1;
        transform-origin: 0 0;
        transform: perspective(800px) rotateY(0deg) translate3d(0px);
    }

    90% {
        opacity: 0.3;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateY(-180deg) translateZ(700px);
        height: 100%;
        width: 100%;
    }

    100% {
        transform-origin: 50% 0;
        transform: perspective(800px) rotateY(-180deg) translateZ(700px);
        opacity: 0;
        padding: 0;
        height: 0;
    }
}

.rotateRightOut {
    animation-name: rotateRightOut;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes rotateRightOut {
    0% {
        transform-origin: 50% 0;
        transform: perspective(800px) rotateY(-180deg) translateZ(700px);
        opacity: 0;
        padding: 0;
        height: 0;
    }

    10% {
        opacity: 0.7;
        transform-origin: 50% 0;
        transform: perspective(800px) rotateY(-180deg) translateZ(700px);
        height: inherit;
    }

    100% {
        opacity: 1;
        transform-origin: 0 0;
        height: inherit;
    }
}

/** Funnel summary popup **/

#modal-window-summary .popup-modal-splash {
    position: absolute;
    width: 100%;
    background: #4bae46 !important;
    text-align: center;
}

    #modal-window-summary .popup-modal-splash img {
        margin-top: 48px;
        margin-bottom: 40px;
    }

    #modal-window-summary .popup-modal-splash a {
        color: #fff;
    }

    #modal-window-summary .popup-modal-splash h4 {
        font-size: 30px;
        color: #fff;
    }

    #modal-window-summary .popup-modal-splash p {
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 35px;
    }

@media (min-width: 768px) {
    #modal-window-summary.modal {
        text-align: center;
        padding: 0 !important;
    }

        #modal-window-summary.modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px; /* Adjusts for spacing */
        }

    #modal-window-summary .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        width: 740px;
        min-height: 718px;
    }
}

#modal-window-summary .checkbox {
    margin-bottom: 35px;
}

#modal-window-summary label {
    font-size: 10px;
}

#modal-window-summary h4 {
    font-size: 35px;
}

#modal-window-summary h5 {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 20px;
}

#modal-window-summary .modal-content {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    background-color: #e9e9e9;
    overflow: hidden;
    min-height: 808px;
}

    #modal-window-summary .modal-content form {
        padding-left: 48px;
        padding-right: 48px;
    }

#modal-window-summary input[type="text"], #modal-window-summary input[type="tel"], #modal-window-summary input[type="email"] {
    height: 56px;
    font-size: 18px;
}

#modal-window-summary .lock-icon img {
    float: left;
    left: 0;
    margin-top: 2px;
    margin-bottom: 20px;
    padding-right: 15px;
    width: inherit;
}

#modal-window-summary .lock-icon {
    color: #4bae46;
    font-weight: 600;
}

    #modal-window-summary .lock-icon span.caption {
        color: #4bae46;
        font-weight: 900;
    }

#modal-window-summary .btn-primary {
    background: #f9c814;
    border-color: transparent;
    font-weight: bold;
    color: #000;
    height: 64px;
    width: 250px;
    font-size: 24px;
}

#modal-window-summary .input-validation-error, #modal-window-summary .field-validation-error {
    border: 0 !important;
    display: inherit;
    margin-bottom: 5px;
}

.blur-ligth {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

@media (max-width: 767px) {

    .modal-backdrop.funnel-capture {
        filter: alpha(opacity=70);
        opacity: .7;
    }

    #modal-window-summary .keep-safe-popover {
        text-decoration: none;
    }

    #modal-window-summary .lock-icon {
        display: inline !important;
    }

        #modal-window-summary .lock-icon img {
            float: inherit;
            margin-top: 2px;
            margin-bottom: 0;
            padding-right: 15px;
            width: inherit;
            vertical-align: text-bottom;
        }

    #modal-window-summary .modal-dialog {
        width: inherit;
        margin-top: 60px;
        margin-left: 0;
        margin-right: 0;
    }

    #modal-window-summary .modal-content {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        background: none;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }

        #modal-window-summary .modal-content form {
            padding-left: 10px;
            padding-right: 10px;
        }

    #modal-window-summary h4 {
        color: #fff;
        font-size: 25px;
    }

    #modal-window-summary h5 {
        color: #4bae46;
        margin-top: 20px;
    }

    #modal-window-summary .checkbox {
        margin-bottom: 0;
    }

    #modal-window-summary label {
        color: #fff;
    }

    #modal-window-summary a {
        color: #fff;
    }
}
/** Funnel summary popup **/


a.telLink.shake {
    display: inline-block;
    animation: shake, shake, shake, shake, shake, shake, shake, shake;
    animation-delay: 2s, 6s, 10s, 14s, 18s, 22s, 26s, 30s;
    animation-duration: 0.5s;
}

/*ICP styles*/
.icp-popup .modal-dialog .ask-form {
    margin-bottom: 30px;
    overflow: hidden;
}

.icp-popup a.close-link {
    font-size: 14px;
    cursor: pointer;
}

.icp-popup .modal-content {
    background: #4bae46;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}

.icp-popup h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
}

.icp-popup .modal-content .btn-yellow {
    margin-left: auto;
    width: 100%;
    display: block;
    margin-right: auto;
    background: #fac903;
    border-radius: 10px;
    padding-top: 17px;
    padding-bottom: 15px;
    color: #000;
    min-height: 30px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 3px;
    margin-top: 22px;
}

.icp-popup .top-img {
    margin-top: -110px;
}


@media (min-width: 768px) {

    .icp-popup.modal {
        text-align: center;
        padding: 0 !important;
        width: inherit;
    }

        .icp-popup.modal button.close {
            right: 10px;
            top: 5px;
            color: #389533;
            text-shadow: none;
            font-family: 'Open Sans', sans-serif;
            font-size: 18pt;
        }

        .icp-popup.modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px; /* Adjusts for spacing */
        }

    .icp-popup .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        width: 600px;
    }

        .icp-popup .modal-dialog .trustpilot-widget {
            margin-left: -100px;
        }
}

@media all and (min-width: 991px) {
    .icp-popup .modal-dialog {
        width: inherit;
    }

        .icp-popup .modal-dialog .trustpilot-widget {
            margin-left: inherit;
        }
}

@media (max-width: 767px) {
    .icp-popup.ver-b .modal-dialog {
        width: inherit;
    }

        .icp-popup.ver-b .modal-dialog .modal-content {
            background: #DCE8F3;
            color: #515151;
            font-size: 16px;
            padding: 30px 48px 30px 48px;
        }

            .icp-popup.ver-b .modal-dialog .modal-content img {
                width: 100%;
            }

            .icp-popup.ver-b .modal-dialog .modal-content h4 {
                margin-top: 20px;
                text-align: center;
            }

            .icp-popup.ver-b .modal-dialog .modal-content p {
                text-align: center;
            }

            .icp-popup.ver-b .modal-dialog .modal-content .btn-yellow {
                width: 100%;
                font-size: 24px;
                padding-left: inherit;
                padding-right: inherit;
                margin-top: 0;
                margin-bottom: 20px;
            }

    .icp-popup.ver-a .modal-dialog {
        width: inherit;
        margin-top: 100px;
    }

        .icp-popup.ver-a .modal-dialog .modal-content {
            padding: 35px 20px 20px 20px;
        }

        .icp-popup.ver-a .modal-dialog .trustpilot-widget {
            margin-left: -25px;
        }

        .icp-popup.ver-a .modal-dialog #popup-modal-form p {
            padding-left: 0;
            padding-right: 0;
        }

    .icp-popup h4 {
        text-align: center;
        font-size: 24px;
    }

    .icp-popup p {
        text-align: center;
    }

    .icp-popup .modal-content {
        padding: 35px 20px;
    }

        .icp-popup .modal-content .btn-yellow {
            width: inherit;
            padding-left: 40px;
            padding-right: 40px;
            font-size: 30px;
        }
}

.icp-popup .modal-dialog {
    width: 540px;
}

    .icp-popup .modal-dialog .ask-form {
        margin-bottom: 30px;
    }

.icp-popup .tp-container {
    padding-top: 10px;
    margin-left: -48px;
    margin-right: -48px;
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: -40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.icp-popup a.close-link {
    margin-left: 40px;
    font-size: 14px;
    cursor: pointer;
}

.icp-popup .trustpilot-widget iframe {
    width: 800px !important;
}

.icp-popup .modal-content {
    background: #4bae46;
    border-radius: 10px;
}

    .icp-popup .modal-content > * {
        text-align: left;
    }

    .icp-popup .modal-content .btn-yellow {
        margin-left: auto;
        width: 100%;
        display: block;
        margin-right: auto;
        background: #fac903;
        border-radius: 10px;
        padding-top: 17px;
        padding-bottom: 15px;
        color: #000;
        min-height: 30px;
        vertical-align: middle;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none;
        text-transform: capitalize;
        margin-bottom: 3px;
        margin-top: 22px;
    }

    .icp-popup .modal-content .summary ul {
        margin-top: 15px;
        padding: 0;
    }

        .icp-popup .modal-content .summary ul li {
            display: block;
            padding-bottom: 5px;
            padding-top: 5px;
            font-size: 16px;
            color: #fff;
        }

            .icp-popup .modal-content .summary ul li .tick {
                margin-top: 1px;
                display: inline-block;
                height: 20px;
                padding-left: 26px;
                vertical-align: top;
                background: url(//static.comparebroadband.com.au/images/sprite14_opt.png) -530px -442px no-repeat;
                -webkit-filter: invert(100%);
                -webkit-filter: grayscale(0) brightness(0) invert(100%);
            }

@media (max-width: 767px) {
    .icp-popup .modal-dialog {
        width: inherit;
    }

    .icp-popup h4 {
        text-align: center;
        font-size: 24px;
    }

    .icp-popup .modal-content .summary ul li {
        font-weight: lighter;
        margin-left: 25px;
    }

        .icp-popup .modal-content .summary ul li .tick {
            position: absolute;
            margin-left: -25px;
        }

    .icp-popup .modal-content {
        padding: 35px 20px;
    }

        .icp-popup .modal-content .btn-yellow {
            width: inherit;
            padding-left: 40px;
            padding-right: 40px;
            font-size: 30px;
        }

    .icp-popup .tp-container {
        margin-left: -20px;
        margin-right: -20px;
        background: #fff;
        margin-bottom: -40px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        text-align: center;
    }

    .icp-popup .trustpilot-widget iframe {
        width: inherit !important;
    }

    .icp-popup a.close-link {
        margin-left: 0px;
    }
}

/*ICP styles*/


/* Provider page styles */

.provider-header header {
    border-bottom: none;
}

.provider-hero {
    max-width: 930px;
    text-align: center;
    font-size: 18px;
}

    .provider-hero h1 {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .provider-hero p {
        color: #797979;
    }

    .provider-hero .img-responsive {
        display: block;
        max-height: 80px;
        height: auto;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .provider-hero .container {
        display: flex;
        align-items: center;
    }

    .provider-hero b {
        color: #1c1c1c;
    }

    .provider-hero .phone a {
        text-decoration: underline;
        color: #1c1c1c;
    }

    .provider-hero h1 {
        margin-bottom: 0;
    }

.provider-description {
    font-size: 14px;
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
}

    .provider-description h1, .provider-description h2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }

.provider-breadcrumbs-container {
    margin-bottom: 40px;
}

    .provider-breadcrumbs-container #navigation-panel {
        background: none;
    }

        .provider-breadcrumbs-container #navigation-panel #searchnavigation {
            display: none;
        }

        .provider-breadcrumbs-container #navigation-panel #breadcrumbs {
            width: 100%;
            text-align: center;
        }

            .provider-breadcrumbs-container #navigation-panel #breadcrumbs, .provider-breadcrumbs-container #navigation-panel #breadcrumbs ul a {
                color: #797979;
                text-decoration: none;
            }

                .provider-breadcrumbs-container #navigation-panel #breadcrumbs li:after {
                    padding: 0 5px;
                }

                .provider-breadcrumbs-container #navigation-panel #breadcrumbs ul a:hover {
                    text-decoration: underline;
                }

    .provider-breadcrumbs-container .container {
        width: 100%;
    }


.provider-bottom-section, .bestplans-articles-section {
    background: #e9e9e9;
    padding: 50px 0 115px 0;
}

.related-articles-section .carousel-mobile span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    border: 1px solid #acacac;
}

    .related-articles-section .carousel-mobile span.active {
        background: #acacac;
    }

.provider-bottom-section h2 {
    font-size: 36px;
    font-weight: bold;
    color: #4bae46;
    text-align: center;
    margin-bottom: 22px;
}

.related-articles-section .articles-list-items {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.related-articles-section .subcontainer > a {
    text-decoration: none;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 100%;
}

.related-articles-section .subcontainer {
    padding-right: 0;
    padding-left: 0;
    display: -webkit-inline-flex;
    display: inline-flex;
    float: inherit;
}

.provider-articles .related-articles-section .articles-list-items .article-preview, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview,
.articles-section .related-articles-section .articles-list-items .article-preview {
    background: #fff;
    border: inherit;
    min-height: 300px;
    max-height: 320px;
    overflow: hidden;
}

    .provider-articles .related-articles-section .articles-list-items .article-preview .article-preview-text, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview .article-preview-text,
    .articles-section .related-articles-section .articles-list-items .article-preview .article-preview-text {
        display: -webkit-box;
        -webkit-line-clamp: 7;
        color: #000000;
        -moz-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .provider-articles .related-articles-section .articles-list-items .article-preview:hover, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview:hover,
    .articles-section .related-articles-section .articles-list-items .article-preview:hover {
        opacity: 1;
    }

    .provider-articles .related-articles-section .articles-list-items .article-preview .article-preview-text, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview .article-preview-text,
    .articles-section .related-articles-section .articles-list-items .article-preview .article-preview-text {
        display: none;
    }


    .provider-articles .related-articles-section .articles-list-items .article-preview .click-area, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview .click-area,
    .articles-section .related-articles-section .articles-list-items .article-preview .click-area {
        width: 96%;
        height: 96%;
        display: block;
        position: absolute;
    }

    .provider-articles .related-articles-section .articles-list-items .article-preview .img-container, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview .img-container,
    .articles-section .related-articles-section .articles-list-items .article-preview .img-container {
        height: 50%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        transition: height 0.5s;
    }

    .provider-articles .related-articles-section .articles-list-items .article-preview:hover .img-container, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview:hover .img-container,
    .articles-section .related-articles-section .articles-list-items .article-preview:hover .img-container {
        height: 0;
    }

    .provider-articles .related-articles-section .articles-list-items .article-preview:hover .article-preview-text, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview:hover .article-preview-text, .related-articles-section .articles-list-items .article-preview.expanded .article-preview-text,
    .articles-section .related-articles-section .articles-list-items .article-preview:hover .article-preview-text {
        display: -webkit-box;
    }

    .provider-articles .related-articles-section .articles-list-items .article-preview .article-link, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview .article-link,
    .articles-section .related-articles-section .articles-list-items .article-preview .article-link {
        display: none;
    }

    .provider-articles .related-articles-section .articles-list-items .article-preview:hover .article-link, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview:hover .article-link, .related-articles-section .articles-list-items .article-preview.expanded .article-link,
    .articles-section .related-articles-section .articles-list-items .article-preview:hover .article-link {
        display: block;
        cursor: pointer;
        margin-top: 15px;
        font-weight: bold;
        color: #515151;
    }

    .provider-articles .related-articles-section .articles-list-items .article-preview .article-category, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview .article-category,
    .articles-section .related-articles-section .articles-list-items .article-preview .article-category {
        display: block;
    }

    .provider-articles .related-articles-section .articles-list-items .article-preview:hover .article-category, .best-plans-group-articles .related-articles-section .articles-list-items .article-preview:hover .article-category, .related-articles-section .articles-list-items .article-preview.expanded .article-category,
    .articles-section .related-articles-section .articles-list-items .article-preview:hover .article-category {
        display: none;
    }

/* Provider page styles */



/*Provider wizard panel*/

#wizard-panel {
    position: relative;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
    color: #fff;
    background: #4bae46;
}

    #wizard-panel .text:after {
        height: 14px;
        width: 15px;
        content: " ";
        position: absolute;
        bottom: 13px;
        right: 10px;
        background: url(//static.comparebroadband.com.au/images/sprite19_opt.png) -533px -335px no-repeat;
    }

    #wizard-panel ul.dropdown-menu {
        text-align: left;
        font-size: 14px !important;
        margin-left: 0 !important;
    }

    #wizard-panel.advanced-search {
        background: #4B4B4B;
    }

    #wizard-panel h4 {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0;
    }

    #wizard-panel .form-group {
        width: 100%;
    }

    #wizard-panel .btn-input {
        width: 352px;
    }

    #wizard-panel select.location {
        font-size: 18px;
        width: 100%;
        overflow: auto;
    }

    #wizard-panel .form-control {
        height: 60px;
    }

    #wizard-panel .error {
        position: absolute;
        left: 10px;
        top: 70px;
        color: red;
        display: none;
    }

    #wizard-panel .btn-input {
        width: inherit;
    }

    #wizard-panel select.location {
        width: 100%;
        border: 1px solid #FFCD3D;
        overflow: auto;
    }

    #wizard-panel .compare-form .btn-group {
        width: 500px;
        margin-right: 10px;
    }

    #wizard-panel #wizard-panel-bb-type {
        width: 193px;
        border: 1px solid #FFCD3D;
    }

    #wizard-panel #wizard-panel-data {
        width: 154px;
        border: 1px solid #FFCD3D;
    }

    #wizard-panel .compare-form .btn-group {
        margin-right: 10px;
    }

    #wizard-panel .compare-form .dropdown-toggle {
        height: 50px;
        width: 15%;
        border-left: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
        color: #989898;
    }

    #wizard-panel .compare-form .text {
        width: 85%;
        text-align: left;
        height: 50px;
        border: 1px solid #c2c2c2;
        font-size: 14px;
        color: #4b4b4b;
        font-weight: 400;
    }

    #wizard-panel .compare-form .dropdown-menu {
        width: 85%;
    }

    #wizard-panel .compare-form a {
        text-decoration: none;
    }

    #wizard-panel .compare-form .btn-yellow {
        vertical-align: top;
        border-radius: 5px;
        padding-left: 30px;
        padding-right: 30px;
        height: 60px;
        font-size: 20px;
        background: #fac903;
        color: #000;
        font-weight: 600;
        /* IE6-8 */
    }

    #wizard-panel form {
        padding-top: 17px;
        padding-bottom: 25px;
        margin: auto;
    }

    #wizard-panel #wizard-search, #wizard-panel #advanced-search {
        margin-top: 0;
        position: inherit;
    }

    #wizard-panel .form-group {
        width: inherit;
        margin-bottom: 0 !important;
    }

    #wizard-panel .select2-container--default .select2-selection--multiple {
        height: 60px;
        font-size: 18px;
        padding-top: 1px;
        padding-left: 10px;
        border-radius: 10px;
        border: none;
    }

    #wizard-panel .select2-search__field {
        color: #555;
        height: 44px;
        font-size: 20px;
        padding-left: 25px !important;
        background-image: url(//static.comparebroadband.com.au/images/search-icon.png) !important;
        background-position: 0px 54% !important;
        background-repeat: no-repeat !important;
        margin-left: -5px;
        min-width: 100%;
    }

    #wizard-panel .select2-container--default .select2-selection--multiple .select2-selection__choice {
        color: #555;
        background-color: #fff;
        border: 0;
        margin-top: 0;
        line-height: 44px;
        font-size: 20px;
        max-width: 88%;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 0;
    }

/*Provider wizard panel*/

@media all and (max-width: 767px) {
    .provider-hero .img-responsive {
        margin-top: 15px;
        margin-bottom: 35px;
    }

    .provider-hero {
        margin-right: 5px;
        margin-left: 5px;
    }

    .provider-hero {
        font-size: 14px;
    }

        .provider-hero h1 {
            margin-top: 25px;
            font-size: 25px;
        }

        .provider-hero .phone {
            display: block;
        }

    #wizard-panel {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

        #wizard-panel #wizard-search, #wizard-panel #advanced-search {
            margin-top: 0 !important;
            left: 0;
            position: inherit;
        }

        #wizard-panel h4 {
            font-weight: normal;
            font-size: 24px;
            font-weight: bold;
            padding: 0 10px 10px 10px;
        }

        #wizard-panel .compare-form {
            margin: 0;
            padding: 0;
            margin-top: 20px;
        }

        #wizard-panel .form-group {
            width: 100%;
        }

        #wizard-panel .compare-form .btn-group {
            width: 100% !important;
            margin-bottom: 10px;
        }

        #wizard-panel .compare-form .btn-yellow {
            width: 100%;
            padding: 0;
            height: 50px;
            font-weight: bold;
        }

    .provider-description {
        margin-right: 5px;
        margin-left: 5px;
        padding: 30px 0;
    }
}




#suo {
    border-top: 2px solid #4bae46;
    font-size: 14px;
}

    #suo .custom-checkbox input[type=checkbox] + span + label:before {
        margin-top: 1px;
    }

    #suo .card-body {
        overflow: auto;
        padding: 10px;
        background-color: #F5F5F5;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

        #suo .card-body.alert {
            color: #e80c4d;
            border: none;
        }

    #suo .thankyou-page, #suo .error-page {
        margin-top: 50px;
        margin-bottom: 70px;
    }

        #suo .thankyou-page #print-copy {
            display: inline-block;
            margin-top: 5px;
            text-decoration: none;
            font-weight: bold;
            font-size: 24px;
            padding-left: 30px;
            padding-right: 30px;
        }

        #suo .thankyou-page p {
            font-size: 16px;
        }

    #suo .summary {
        max-width: 310px;
    }

        #suo .summary .provider-logo {
            margin-top: 55px;
            margin-bottom: 30px;
        }

            #suo .summary .provider-logo img {
                height: 60px;
                text-align: center;
                vertical-align: middle;
            }

        #suo .thankyou-page .row, #suo .summary .row {
            border-top: 1px solid #b5b5b5;
            margin: 0;
            padding: 10px 0;
        }

        #suo .thankyou-page label, #suo .summary label {
            font-size: 14px;
            font-weight: 600;
        }

        #suo .thankyou-page span, #suo .summary span, #suo .summary a {
            display: block;
            font-size: 16px;
            font-weight: 600;
            color: #4bae46;
        }

            #suo .summary a:hover {
                cursor: pointer;
            }

    #suo form .form-control, #wizard-hero-new #editDetails .form-control {
        font-size: 16px;
        border: none;
        border-radius: 5px;
    }

    #suo form label, #home-page form label, #home2-page form label, #location-page form label {
        font-weight: 600;
    }

        #suo form label > p {
            display: inline;
        }

    #suo form select.styled, .results-container #billDaysCount.styled {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(//static.comparebroadband.com.au/images/suo/arrow_down.png) no-repeat right #fff;
        background-position-x: 95%;
        cursor: pointer;
    }

    #suo form strong {
        font-weight: 600;
    }

    #suo form .radio label {
        font-size: 16px;
        margin-left: 10px;
    }

    #suo form input[type="radio"]:checked + label:after {
        -webkit-transform: scale(1, 1) !important;
        -ms-transform: scale(1, 1) !important;
        -o-transform: scale(1, 1) !important;
        transform: scale(1, 1) !important;
    }

    #suo form .radio label:before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        margin-top: 3px;
        margin-left: -2px;
        left: 20px;
        border: 3px solid #828282;
        border-radius: 50%;
        background-color: #fff;
    }

    #suo form .radio label:after {
        margin-top: 7px;
        display: inline-block;
        position: absolute;
        content: " ";
        width: 9px;
        height: 9px;
        left: 22px;
        border-radius: 50%;
        background-color: #828282;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        -o-transform: scale(0, 0);
        transform: scale(0, 0);
        -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    }

    #suo form .radio input[type="radio"], #suo form .radio-inline input[type="radio"] {
        float: inherit;
        margin-left: 0;
    }

    #suo form .checkbox-inline {
        position: relative;
    }

        #suo form .checkbox-inline .field-validation-error {
            position: absolute;
        }

        #suo form .checkbox-inline input[type="checkbox"] {
            display: none;
        }

        #suo form .checkbox-inline label {
            color: #4bae46;
            font-size: 16px;
            margin-left: 15px;
        }

            #suo form .checkbox-inline label:before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 20px;
                height: 20px;
                left: 0;
                margin-left: 0;
                border: 3px solid #4bae46;
                border-radius: 0px;
                background-color: #fff;
                -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            }

            #suo form .checkbox-inline label:after {
                display: inline-block;
                position: absolute;
                width: 16px;
                height: 16px;
                left: 0;
                top: 0;
                margin-left: 0;
                padding-left: 3px;
                padding-top: 1px;
                font-size: 11px;
                color: #4bae46;
            }

        #suo form .checkbox-inline input[type="checkbox"]:checked + label:before {
            border-color: #4bae46;
        }

        #suo form .checkbox-inline input[type="checkbox"]:checked + label:after {
            color: #4bae46;
        }

        #suo form .checkbox-inline input[type="checkbox"]:checked + label:after {
            font-family: 'Glyphicons Halflings';
            content: "\e013";
            font-size: 13px;
        }

    #suo form .row {
        margin-bottom: 2px;
    }

    #suo form .notes-wrapper {
        border-radius: 5px;
        background-color: #fff;
        padding: 20px;
        max-width: 645px;
    }

    #suo form .notes {
        background-color: #fff;
        padding: 10px;
        overflow-y: auto;
        max-height: 330px;
        padding-bottom: 30px;
    }

        #suo form .notes::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
            border-radius: 10px;
            background-color: #e9e9e9;
        }

        #suo form .notes::-webkit-scrollbar {
            width: 10px;
            background-color: #e9e9e9;
        }

        #suo form .notes::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #b5b5b5;
        }

    #suo form .horizontal-checkboxes {
        display: flex;
        justify-content: left;
        align-items: baseline;
        gap: 0px 10px;
        flex-wrap: wrap;
    }

    #suo form .select2, #wizard-hero-new #editDetails .select2 {
        font-size: 16px;
    }

    #suo form .select2-selection--multiple, #wizard-hero-new #editDetails .select2-selection--multiple {
        width: 100%;
        height: 50px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    #suo form .select2-selection__rendered, #wizard-hero-new #editDetails .select2-selection__rendered {
        padding-left: 10px;
    }

    #suo form .select2-search__field, #wizard-hero-new #editDetails .select2-search__field {
        color: #555;
        height: 40px;
        font-size: 16px;
        width: 100% !important;
    }

    #suo form .select2-container .select2-search--inline, #wizard-hero-new #editDetails .select2-container .select2-search--inline {
        width: 100%;
    }

    #suo form .select2-selection__choice, #wizard-hero-new #editDetails .select2-selection__choice {
        color: #555;
        background-color: #fff;
        border: 0;
        padding-top: 10px;
        font-size: 16px;
        max-width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 0;
    }

    #suo form .select2-selection__choice__remove, #wizard-hero-new #editDetails .select2-selection__choice__remove {
        display: none;
    }

    #suo form .select2-selection__clear, #wizard-hero-new #editDetails .select2-selection__clear {
        color: #555;
        margin-top: 15px;
        margin-right: 0px;
    }

    #suo form .input-validation-error, #suo form .field-validation-error {
        float: right;
        border: none !important;
        font-style: italic;
    }

    #suo form input.input-validation-error {
        float: none;
        border: 1px solid #e80c4d !important;
    }

    #suo form .input-validation-error-decoration {
        border: 1px solid #e80c4d !important;
    }

    #suo form div.input-validation-error-decoration {
        border-radius: 4px;
    }

    #suo form input.date, #suo form input.date-month {
        background: url(//static.comparebroadband.com.au/images/suo/calendar.png) no-repeat right #fff;
        background-position-x: 95%;
    }

    #suo form .form-group {
        margin-bottom: 20px;
    }

    #suo form .form-control {
        height: 50px;
    }

    #suo form .btn-primary {
        color: #4bae46;
        background-color: #fff;
        border-color: #41aa3c;
    }

        #suo form .btn-primary.active {
            color: #fff;
            background-color: #4bae46;
            border-color: #41aa3c;
        }

    #suo form .navigation .btn {
        height: 56px;
        border-radius: 5px;
        margin-top: 0;
        padding-left: 60px;
        padding-right: 60px;
        font-size: 24px;
        color: #000;
        font-weight: bold;
    }

        #suo form .navigation .btn.next {
            background: #fac903;
            float: right;
        }

        #suo form .navigation .btn.back {
            background: #b5b5b5;
            float: left;
        }

    #suo .breadcrumb {
        background: inherit;
        padding: 8px 0;
        margin-top: 40px;
        margin-bottom: 30px;
    }

        #suo .breadcrumb > li + li:before {
            content: "";
            padding: 0;
        }

    #suo .breadcrumb-item {
        padding: 5px 12px;
        margin-right: 5px;
        cursor: default;
    }

        #suo .breadcrumb-item.active {
            background-color: #b5b5b5;
            border-radius: 15px;
            color: #fff;
            font-weight: bold;
        }

        #suo .breadcrumb-item.available {
            cursor: pointer;
        }

            #suo .breadcrumb-item.available:hover {
                opacity: 0.5;
            }

            #suo .breadcrumb-item.available.active {
                opacity: 1;
                cursor: default;
            }

    #suo .container-fluid {
        padding: 0;
    }

    #suo .grey-container {
        background: #e9e9e9;
        padding: 30px 30px 30px 115px;
    }

    #suo h1 {
        font-size: 38px;
        color: #4bae46;
    }

    #suo h2 {
        font-size: 18px;
        font-weight: bold;
    }

    #suo h3 {
        display: contents;
        color: #4bae46;
        font-weight: 500;
    }

        #suo h3 span {
            display: inherit !important;
            font-size: inherit !important;
            font-weight: inherit !important;
        }

    #suo .container-fluid {
        display: flex;
    }

    #suo .terms-conditions {
        font-weight: bold;
    }

    #suo .terms-conditions-container {
        margin-bottom: 10px !important;
        margin-top: 10px;
    }

    #suo .terms-conditions-description {
        max-height: 600px;
        overflow-y: scroll;
    }

    #suo #confirmation-group .input-validation-error {
        margin-right: 21%;
    }

    #suo .error-description {
        color: #97a0af;
        font-size: 1em;
        margin-top: 20px;
    }

@media (min-width: 1200px) {
    #suo .grey-container {
        margin-left: 50px;
    }

    #suo .sidebar-wrapper {
        padding: 0;
    }

    #suo .terms-conditions-container, #suo .credit-check-container {
        width: 80%;
    }

    #suo form fieldset {
        max-width: 415px;
    }

        #suo form fieldset.wide {
            max-width: 645px;
        }
}

@media (max-width: 991px) {
    #suo .grey-container {
        padding: 30px 30px 30px 30px;
    }

    #suo .summary {
        width: inherit;
        max-width: 310px;
    }
}

@media (max-width: 767px) {

    #suo {
        border-top: none;
    }

        #suo .mobile-background {
            width: 100%;
            height: 100%;
            display: flex;
            position: absolute;
            left: 0;
            top: 0;
            background: #e9e9e9;
            z-index: -2;
        }

        #suo .mobile-background-bottom {
            width: 100%;
            height: 100%;
            display: flex;
            position: absolute;
            left: 0;
            margin-top: -20px;
            background: #fff;
            z-index: -1;
            height: 300px;
        }

        #suo .terms-conditions-mobile {
            width: 100%;
            left: 0;
            position: absolute;
            z-index: 1;
        }

        #suo .terms-conditions-desktop {
            z-index: 0;
        }

        #suo .thankyou-page, #suo .error-page {
            margin-top: 0;
            margin-bottom: 20px;
            padding: 0 20px;
        }

            #suo .thankyou-page .done-header {
                margin-bottom: 40px;
            }

                #suo .thankyou-page .done-header h1 {
                    padding-bottom: 10px;
                }

            #suo .thankyou-page > div {
                padding: 0;
            }

        #suo form .notes-wrapper {
            border-radius: 0;
            padding: 0;
        }

        #suo form .notes {
            padding: 20px;
            max-height: 240px;
        }

        #suo form .checkbox {
            z-index: 1;
        }

        #suo form .checkbox-inline input[type="checkbox"]:checked + label:after {
            font-size: 11px;
            margin-left: 1px;
            margin-top: 2px;
        }

        #suo form .checkbox-inline label {
            display: block;
        }

            #suo form .checkbox-inline label:before, #suo form .checkbox-inline label:after {
                top: 5px;
            }

        #suo h1 {
            font-size: 20px;
            padding-bottom: 20px;
        }

        #suo h3 {
            font-size: 14px;
            color: #4bae46;
            font-weight: 600;
            line-height: 23px;
            float: right;
        }

        #suo form .navigation .btn {
            width: 100%;
            margin-bottom: 18px;
            z-index: 1;
            position: relative;
        }

        #suo .grey-container {
            padding: 5px 20px 30px 20px;
            background: none;
        }

            #suo .grey-container > p {
                position: relative;
                z-index: 1;
            }

        #suo input[type="tel"] {
            margin-top: 8px;
        }

        #suo .stickySidebar {
            float: inherit;
            width: 100%;
        }

        #suo .container-fluid {
            display: block;
        }

        #suo .summary {
            max-width: 100%;
        }

            #suo .summary .provider-logo {
                margin-top: 0;
            }
}

.stickySidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    float: right;
}

    .stickySidebar:before,
    .stickySidebar:after {
        content: '';
        display: table;
    }


.confirmation .column {
    float: left;
    width: 33.33%;
}

/* Clear floats after the columns */
.confirmation .row:after {
    content: "";
    display: table;
    clear: both;
}

.confirmation .input {
    display: block;
    width: 60%;
    height: 30px;
    border: none !important;
    border-radius: 3px;
    padding: 6px 12px;
    border: 1px solid #ccc;
    color: #555;
    background-color: #fff;
}

.confirmation input.input::-webkit-outer-spin-button,
.confirmation input.input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.confirmation input.input[type=number] {
    -moz-appearance: textfield;
}


.confirmation .input:focus {
    outline-width: 0;
}

.confirmation .input.year {
    width: 80% !important;
}

.confirmation label {
    display: block;
    font-size: 10px;
}

#modal-confirmation-popup .modal-footer {
    border: none;
    margin-top: 0px;
    text-align: center;
    padding-top: 15px;
}

#modal-confirmation-popup .modal-header {
    border: none;
    text-align: center;
}

#modal-confirmation-popup .modal-dialog, #modal-expired-popup .modal-dialog {
    min-width: 350px;
}

#modal-confirmation-popup .modal-content, #modal-expired-popup .modal-content {
    background-color: #f5f5f5;
    padding: 15px 15px;
}

#modal-confirmation-popup .button {
    background: #fac903;
    padding: 0 20px 0 20px;
    height: 40px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    width: 60%;
    outline-width: 0;
}

#modal-confirmation-popup .input-validation-error {
    float: left;
    border: none !important;
    font-style: italic;
}

#modal-confirmation-popup .confirmation-errors {
    margin-top: 10px;
}

#modal-confirmation-popup .modal-body.confirmation {
    margin-left: 40px;
    margin-right: 40px;
}

#modal-confirmation-popup .modal-content {
    margin-top: 60%;
}

#modal-expired-popup .modal-content {
    height: 300px;
}

    #modal-expired-popup .modal-content .modal-body {
        display: table;
        height: 100%;
        padding: 0;
    }

        #modal-expired-popup .modal-content .modal-body .message {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

            #modal-expired-popup .modal-content .modal-body .message .modal-title {
                vertical-align: middle;
            }

@media (max-width: 767px) {
    #modal-expired-popup .modal-dialog {
        margin-top: 25%;
        min-width: auto;
    }

    #modal-expired-popup .modal-content .modal-body .message .modal-title {
        font-size: 24px;
    }

    #modal-confirmation-popup .modal-title {
        font-size: 24px;
    }

    #modal-confirmation-popup .modal-content {
        padding: 25px 15px;
        margin-top: 0;
    }

    #modal-confirmation-popup .modal-body.confirmation .input {
        height: 40px;
    }

    #modal-confirmation-popup .modal-body.confirmation {
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 0;
    }

        #modal-confirmation-popup .modal-body.confirmation label {
            font-size: 14px;
        }

            #modal-confirmation-popup .modal-body.confirmation label.day, #modal-confirmation-popup .modal-body.confirmation label.month {
                margin-left: 17%;
            }

            #modal-confirmation-popup .modal-body.confirmation label.year {
                margin-left: 20%;
            }

        #modal-confirmation-popup .modal-body.confirmation input {
            font-size: 16px;
            padding: 6px 18px;
        }

    #modal-confirmation-popup .confirmation-error {
        line-height: 1.2;
        margin-top: 0;
    }

    #modal-confirmation-popup .modal-footer {
        padding-top: 25px;
    }
}

.disabled-order {
    pointer-events: none;
    opacity: 0.4;
}

div.input-group {
    width: 100%;
}

.medicare-section {
    display: flex;
    justify-content: space-between;
}

.medicare-number {
    max-width: 210px;
}

.medicare-irn {
    min-width: 128px;
}

.medicare-img {
    width: 100%;
}

#medicare-irn-section div.popover {
    min-width: 180px;
}

#medicare-irn-section .popover-text {
    color: #515151;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .medicare-number {
        max-width: 180px;
    }

    .medicare-irn {
        min-width: 128px;
    }
}

header .menu-title {
    font-size: 16px;
    color: #389533;
    font-weight: bold;
    margin-top: 10px;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.1;
}

    header .menu-title a {
        text-decoration: none;
    }

        header .menu-title a:hover {
            color: #389533;
        }

@media all and (max-width: 1200px) {
    header #header-tab {
        width: 100%;
    }
}

@media all and (max-width: 1090px) {
    #broadband-tab li.menu-item-hover a {
        padding-left: 0px;
    }
}


@media all and (max-width: 992px) {
    header .main-top-menu .nav a:after {
        visibility: hidden;
    }

    header .main-top-menu .nav a {
        height: 83px;
    }

    header #header-tab .cbb-logo {
        margin: 15px 0;
        background: url(//static.compareenergy.com.au/images/mobile-logo.png) no-repeat;
        width: 151px;
        height: 31px;
    }

    header .main-top-menu-small {
        margin-right: 0px;
    }

    #header-tab h2.bright-blue-text a span {
        font-size: 22px;
    }
}

@media all and (min-width: 767px) and (max-width: 816px) {
    header #header-tab {
        height: 120px;
    }

    header .main-top-menu .nav a {
        height: 117px;
    }
}

#provider-tab-hover p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}

header .tab-hover p {
    font-size: 12px;
    color: #000;
}

#location-page .location-page.container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

#location-page #location-form h3 {
    line-height: 1.4;
}

.author-info {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

    .author-info h4 {
        font-size: 15px;
        color: #4bae46;
        font-weight: bold;
        margin: 10px 0 2px 0;
    }

    .author-info .author img {
        max-width: 60px;
        border-radius: 100%;
    }

    .author-info .author-name {
        color: #4bae46;
        text-decoration: none;
    }

@media all and (min-width: 768px) and (max-width: 1199px) {
    header .main-top-menu .nav li.location-hover {
        display: none;
    }
}

#wizard-hero-new .results-page .results-description {
    margin-bottom: 20px;
    margin-top: 60px;
}

    #wizard-hero-new .results-page .results-description h1 {
        color: #000;
        margin-top: 0px;
        margin-bottom: 20px;
        height: inherit;
    }

    #wizard-hero-new .results-page .results-description p {
        margin-bottom: 0px;
        color: #515151;
        line-height: 1.53;
    }

#wizard-hero-new .results-page .results-item .card {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    margin-bottom: 21px;
    width: 86%;
}

    #wizard-hero-new .results-page .results-item .card.gas-only {
        width: 65%;
    }

    #wizard-hero-new .results-page .results-item .card .card-header {
        padding: 30px 24px;
    }

.font-weight-bold {
    font-weight: 700 !important;
}

.d-inline {
    display: inline !important;
}

.d-flex {
    display: flex !important;
}

.card-body.comparison-card.d-flex {
    justify-content: left;
    padding-bottom: 30px;
}

#wizard-hero-new .results-page .results-item .card .card-body .plan-details {
    min-width: 63%;
    padding-left: 24px;
}

.total-container {
    width: 15%;
    text-align: center;
}

#wizard-hero-new .results-page .results-item .card .card-body .plan-details .img-container {
    height: 115px;
    vertical-align: middle;
    line-height: 105px;
}

#wizard-hero-new .results-page .results-item .card.gas-only .card-body .plan-details .img-container {
    padding-right: 40px;
}

#wizard-hero-new .results-page .results-item .card .card-body .plan-details .img-container img {
    max-width: 100px;
}

#wizard-hero-new .results-page .results-item .card .card-body .plan-details {
    justify-content: space-around;
}

    #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info {
        width: 72%;
    }

        #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info img {
            margin-right: 10px;
        }

        #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block {
            justify-content: space-around;
        }

            #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block .left-part,
            #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block .right-part {
                width: 50%;
            }

#wizard-hero-new .results-page .results-item .card.gas-only .card-body .plan-details .rate-info .rate-block .left-part {
    width: 30%;
}

#wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-header {
    color: #4bae46;
    vertical-align: middle;
}

#wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-icon {
    max-height: 16px;
    max-width: 11px;
    filter: invert(54%) sepia(39%) saturate(682%) hue-rotate(69deg) brightness(99%) contrast(90%);
}

#wizard-hero-new .results-page .results-item .card .card-body .total-container {
    color: #4bae46;
    text-align: center;
    min-width: 26%;
}

    #wizard-hero-new .results-page .results-item .card .card-body .total-container .offer-percent,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .offer-percent {
        font-weight: 600;
        font-size: 38px;
        line-height: 0.7;
        display: inline-block;
        padding-bottom: 10px;
    }

#wizard-hero-new .results-page .results-item .card {
    position: relative;
}

    #wizard-hero-new .results-page .results-item .card .card-body .estimated-cost-info {
        position: absolute;
        right: -120px;
        top: 25px;
        background-color: #4bae46;
        width: 230px;
        height: 280px;
        border-radius: 10px 40px 10px 10px;
        color: white;
        vertical-align: middle;
        text-align: center;
        padding: 20px;
    }

        #wizard-hero-new .results-page .results-item .card .card-body .estimated-cost-info .cost,
        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .cost {
            padding-top: 10px;
            font-weight: 600;
            font-size: 38px;
        }

        #wizard-hero-new .results-page .results-item .card .card-body .estimated-cost-info .info {
            padding: 0px 10px 0px 10px;
        }

            #wizard-hero-new .results-page .results-item .card .card-body .estimated-cost-info .info .estimated-cost {
                font-size: 14px;
            }

    #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block p {
        margin-bottom: 3px;
    }

        #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block p.rate-header-row {
            margin-bottom: 10px;
            font-size: 12px;
        }

    #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block .rate-name {
        margin-left: 25px;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .separator {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #wizard-hero-new .results-page .results-item .card .card-body.plan-item .rate-collapse {
        color: #4bae46;
        font-weight: bold;
        text-decoration: none;
    }

    #wizard-hero-new .results-page .results-item .card .plan-info-collapse {
        color: #4bae46;
        text-decoration: underline;
    }

    #wizard-hero-new .results-page .results-item .card .card-body.plan-item .rate-collapse.collapsed:after {
        content: "+";
    }

    #wizard-hero-new .results-page .results-item .card .card-body.plan-item .rate-collapse:after {
        content: "-";
    }

    #wizard-hero-new .results-page .results-item .card .plan-info-collapse.collapsed:after {
        content: "View more";
    }

    #wizard-hero-new .results-page .results-item .card .plan-info-collapse:after {
        content: "View less";
    }

    #wizard-hero-new .results-page .results-item .card .market-offer-disclaimer,
    #wizard-hero-new .results-page .results-item .card .plan-info {
        padding-left: 24px;
        padding-right: 24px;
        width: 89%;
        color: #515151;
    }

    #wizard-hero-new .results-page .results-item .card .market-offer-disclaimer .market-offer-disclaimer-heading {
        font-weight: bold;
        margin: 0px;
    }

    #wizard-hero-new .results-page .results-item .card.gas-only .plan-info {
        padding-right: 52px;
    }

    #wizard-hero-new .results-page .results-item .card .plan-info {
        padding-bottom: 30px;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .total-container .offer-block {
        font-weight: 600;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .elec-plan-details {
        border-right: solid #e9e9e9 2px;
    }

    #wizard-hero-n ew .results-page .results-item .card .card-body .total-container .offer-block.negative,
    #wizard-hero-new .results-page .results-item .card .card-body .total-cost-offer .offer-block .negative {
        color: #4BAE46;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .total-container .offer-block.positive,
    #wizard-hero-new .results-page .results-item .card .card-body .total-cost-offer .offer-block.positive {
        color: #E74C3C;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .total-container .offer-block.zero,
    #wizard-hero-new .results-page .results-item .card .card-body .total-cost-offer .offer-blockk.zero {
        color: #F39C12;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .offer-information-icon {
        margin-top: -4px;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .cost-information-icon {
        margin-top: -2px;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .sign-up-btn,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .sign-up-btn {
        font-size: 16px;
        font-weight: 600;
        height: 42px;
        background: #FAC903;
        border-radius: 20px;
        margin-bottom: 10px;
        color: #000 !important;
        text-decoration: none;
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        border-width: 0px;
        vertical-align: middle;
    }

    #wizard-hero-new .results-page .results-item .card a.link-plan-details,
    #wizard-hero-new .results-page .results-item .card a.link-fact-sheets {
        display: inline-block;
        padding-top: 3px;
        color: white;
        text-decoration: underline;
        text-underline-offset: 1px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-plan-details {
        width: 50%;
    }

.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content,
.come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
}

.come-from-modal.left .modal-body,
.come-from-modal.right .modal-body {
    padding: 15px 15px 20px;
}

.come-from-modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-header,
#wizard-hero-new #editDetails .modal-header {
    padding: 0px;
    border-bottom: 0px;
    min-height: 0px;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details button.close,
#wizard-hero-new #editDetails button.close {
    color: #000;
    font-weight: unset;
    background-color: #F0F0F0;
    border-radius: 20px;
    width: 30px;
    height: 30px;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card {
    background-image: url(/Content/images/results/card-green-texture-min.jpg);
    border-radius: 10px 30px 10px 10px;
    margin-top: 20px;
    padding-left: 40px;
    color: #fff;
    padding-bottom: 40px;
    background-size: cover;
}

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .img-container {
        background-color: #fff;
        border-radius: 5px;
        position: relative;
        top: -10px;
        align-content: center;
        max-width: 180px;
    }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .img-container img {
            max-width: 100px;
            display: block;
            margin: auto;
            padding-bottom: 20px;
        }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .plan-name {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .plan-name h5 {
            color: #fff;
            font-weight: unset;
        }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .offer-percent {
        font-size: 32px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .cost {
        padding-top: 0px;
        font-size: 32px;
        line-height: 0.7;
        display: inline-block;
        padding-bottom: 10px;
    }


    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .sign-up-btn,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .request-callback-btn {
        width: 68%;
        margin: auto;
        display: block;
        height: 50px;
        border-radius: 25px;
        font-size: 18px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .inbound-phone {
        text-decoration: underline;
        text-underline-offset: 1px;
    }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .inbound-phone span {
            display: table;
            margin: 3px auto 0px auto;
            font-size: 18px;
        }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .cost-block {
        justify-content: space-between;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .plan-cost-block {
        width: 22%;
        min-width: 140px;
        padding-right: 20px;
        border-right: 1px solid rgba(255, 255, 255, .5);
        margin-right: 20px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .estimated-cost-block {
        width: 30%;
        max-width: 170px;
        min-width: 160px;
    }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .estimated-cost-block.gas-only {
            width: 100%;
            max-width: none;
        }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .button-block {
        width: 48%;
    }

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .anual-cost-plan-details {
    color: #1C1C1C;
    margin-top: 30px;
    padding-left: 40px;
}

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .anual-cost-plan-details h5 {
        color: #1C1C1C;
    }

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .anual-cost,
#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .plan-details {
    width: 50%;
    padding-right: 20px;
}

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .anual-cost .annual-cost-name,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .plan-details .plan-name {
        font-weight: bold;
    }

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info,
#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info,
#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fees-info {
    padding-left: 40px;
    margin-top: 40px;
}

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info .header .rate-icon,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .header .fact-sheet-icon,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fees-info .header .fees-icon {
        height: 25px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info .header .rate-header,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .header .fact-sheet-header,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fees-info .header .fees-header {
        font-size: 18px;
        vertical-align: middle;
        padding-left: 10px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info .cost-rate-info-row,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fees-info .fees-info-row {
        border-top: solid #ddd 1px;
        margin-top: 10px;
        padding-top: 10px;
        margin-left: 33px;
    }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info .cost-rate-info-row div:nth-child(1),
        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fees-info .fees-info-row div:nth-child(1) {
            display: inline-block;
            width: 35%;
            font-weight: 700;
            vertical-align: top;
        }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info .cost-rate-info-row div:nth-child(2),
        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fees-info .fees-info-row div:nth-child(2) {
            display: inline-block;
            width: 64%;
        }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info .cost-rate-info-row div p {
            margin: 0px;
        }

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block {
    background-color: #f4f4f4;
    border-radius: 60px;
    padding: 30px 40px 30px 40px;
    margin-top: 40px;
}

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block .location-icon {
        height: 25px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block .header span {
        font-size: 18px;
        vertical-align: middle;
        padding-left: 10px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block .img-block,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block .text-block {
        display: inline-block;
        vertical-align: middle;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block .location {
        font-size: 18px;
        padding-left: 10px;
    }

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .tab-details {
    margin-top: 30px;
}

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .tab-details .nav-tabs {
        border-bottom-width: 0px;
    }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .tab-details .nav-tabs > li {
            margin-bottom: -3px;
        }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .tab-details .nav-tabs li.active a {
            background-color: #f4f4f4;
            border-width: 0px;
            color: #4bae46;
        }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .tab-details .nav-tabs li a {
            padding: 15px 20px;
            border-radius: 10px 10px 0px 0px;
        }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .tab-details .tab-content .tab-pane {
        padding: 10px 30px 20px 30px;
        border-radius: 0px 20px 20px 20px;
        border: 1px solid #f4f4f4;
        background-color: #f4f4f4;
    }

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .fact-sheet-content a {
    display: block;
    margin-bottom: 5px;
    text-decoration: underline;
    color: #4bae46;
}

#wizard-hero-new .results-page .results-item .card .card-body .total-container .offer-info,
#wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block {
    font-size: 14px;
}

#wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block,
#wizard-hero-new .results-page .results-item .card .card-header h5 {
    color: #000;
}

#wizard-hero-new .results-page .results-item .card .card-body .sign-up-btn:hover,
#wizard-hero-new .results-page .results-list .results-item .request-callback-btn:hover,
#wizard-hero-new .results-page .results-item .card a.link-plan-details:hover,
#wizard-hero-new .results-page .results-item .card a.link-fact-sheets:hover {
    opacity: 0.8;
}

.results-container #billDaysCount {
    margin-bottom: 20px;
    width: 150px;
}

#wizard-hero-new .results-page .results-item .card .card-body .offer-block .popover-content {
    color: #000;
    font-weight: normal;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .d-flex.cost-block .plan-cost-block .popover {
    color: #000;
    margin-left: 60px;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .inbound-phone span:hover {
    cursor: pointer;
}

#wizard-hero-new .popover.cost-item-popover {
    min-width: 500px;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .inbound-phone span:hover {
    cursor: pointer;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .inbound-phone span:hover {
    cursor: pointer;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .plan-name h5 {
    font-size: 22px;
    font-weight: 600;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .estimated-cost-block .monthly-cost-information-icon {
    margin-top: -2px;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .offer-info,
#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .estimated-cost-block .estimated-cost {
    font-size: 14px;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-body {
    font-size: 14px;
    color: #1C1C1C;
}

#wizard-hero-new .results-page .results-item .card.gas-only .card-body .plan-details {
    min-width: 78%;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .inbound-phone span:hover {
    cursor: pointer;
}

#wizard-hero-new .popover-content {
    color: #000;
}

    #wizard-hero-new .popover-content h5 {
        font-weight: 600;
        color: #000;
    }

    #wizard-hero-new .popover-content ul {
        margin-left: -16px;
    }

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .offer-information-icon {
    margin-top: -2px;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .cost-information-icon {
    margin-top: -1px;
}

#wizard-hero-new .results-page .results-list .results-item .request-callback-btn {
    z-index: 103;
}

#wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .plan-details.gas-only {
    width: 100%;
    padding-right: 0px;
}

#wizard-hero-new #billDaysCount {
    display: inline;
}

#wizard-hero-new .edit-details-link {
    padding-left: 30px;
    text-decoration: underline;
    text-underline-offset: 1px;
    font-size: 14px;
}

#wizard-hero-new .edit-details-link:hover {
    opacity: 0.7;
}

#wizard-hero-new #editDetails h1 {
    color: #515151;
    margin-top: 0px;
}

#wizard-hero-new #editDetails label {
    color: #4bae46;
    font-weight: 700 !important;
}

#wizard-hero-new #edit-details {
    margin-top: -4px;
    margin-left: 5px;
    cursor: pointer;
}

#wizard-hero-new #edit-details:hover {
    opacity: 0.7;
}

#wizard-hero-new #editDetails .form-group {
    margin-bottom: 35px;
}

#wizard-hero-new .results-page .results-description .cost-item-popover p {
    color: #000;
}

#wizard-hero-new #editDetails .select2-selection__rendered li:nth-child(n+3) input.select2-search__field {
    display: none;
}

#wizard-hero-new #editDetails select.form-control, #wizard-hero-new #editDetails input.form-control {
    width: 300px;
    height: 50px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#wizard-hero-new #editDetails .update-results-btn {
    background-color: #4bae46;
    border-color: #4bae46;
    color: #fff;
    border-radius: 25px;
    height: 50px;
    width: 300px;
    font-size: 18px;
}

#wizard-hero-new #editDetails .edit-details-form-group {
    width: 300px;
}

#wizard-hero-new #editDetails .input-validation-error-decoration {
    border: 1px solid #ccc !important;
}

#wizard-hero-new #editDetails .input-validation-error {
    font-style: italic;
    font-weight: unset;
    font-size: 14px;
    float: right;
}

@media all and (max-width: 767px) {
    #wizard-hero-new .results-page .results-description h1 {
        margin-top: 40px;
    }

    #wizard-hero-new .results-page .results-description {
        margin-bottom: 30px;
    }

    #wizard-hero-new .results-page .results-item .card {
        width: 100%;
        padding: 0px 20px 0px 20px;
    }

        #wizard-hero-new .results-page .results-item .card .card-header .left-part {
            width: 150px;
            font-size: 14px;
        }

            #wizard-hero-new .results-page .results-item .card .card-header .right-part img {
                max-height: 56px;
                max-width: 100px;
            }

        #wizard-hero-new .results-page .results-item .card .card-header {
            display: flex;
            justify-content: space-between;
            padding: 20px 0px;
        }

            #wizard-hero-new .results-page .results-item .card .card-body .total-cost-offer .left-part {
                display: inline;
                vertical-align: middle;
            }

                #wizard-hero-new .results-page .results-item .card .card-body .total-cost-offer .left-part span {
                    color: white;
                    text-align: center;
                    display: inline-block;
                    width: 110px;
                    background-color: #4bae46;
                    margin-left: -35px;
                    border-radius: 10px;
                    font-size: 35px;
                    font-weight: 600;
                }

            #wizard-hero-new .results-page .results-item .card .card-body .total-cost-offer .right-part {
                display: inline-block;
                color: #4bae46;
                vertical-align: middle;
                margin-left: 10px;
                font-size: 14px;
            }

            #wizard-hero-new .results-page .results-item .card .card-body .total-cost-offer .total-cost-block {
                margin-bottom: 10px;
            }

        #wizard-hero-new .results-page .results-item .card .card-body .rate-info {
            padding-bottom: 20px;
        }

            #wizard-hero-new .results-page .results-item .card .card-body .rate-info .delimiter {
                border-bottom: 2px solid #dce4ec;
                margin-bottom: 10px;
                margin-top: 5px;
            }

        #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-icon {
            max-width: 15px;
            max-height: max-content;
            filter: invert(54%) sepia(39%) saturate(682%) hue-rotate(69deg) brightness(99%) contrast(90%);
        }

    .d-flex {
        display: inherit !important;
    }

    .card-body.comparison-card.d-flex {
        justify-content: unset;
        padding-bottom: 20px;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .plan-details {
        padding-left: 0px;
    }

        #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info {
            width: 100%;
        }

            #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block.d-flex {
                display: flex !important;
                position: relative;
            }

                #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block.d-flex .rate-icon-container {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                }

            #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block .left-part {
                width: 47%;
            }

            #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block .right-part {
                width: 75%;
            }

                #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block .right-part p {
                    font-weight: 600 !important;
                }

            #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block .left-part .font-weight-bold {
                font-weight: 600 !important;
            }

            #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block .rate-name {
                margin-left: 19px;
            }

            #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .bill-classification {
                margin-top: 10px;
            }

    #wizard-hero-new .results-page .results-item .card .market-offer-disclaimer,
    #wizard-hero-new .results-page .results-item .card .plan-info {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .elec-plan-details {
        border-right-width: 0px;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .sign-up-btn {
        text-align: center;
        margin-top: 0px;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .estimated-cost-info {
        position: inherit;
        right: -120px;
        top: 0px;
        background-color: inherit;
        width: inherit;
        height: inherit;
        border-radius: 0px;
        padding: 0px;
    }

    #wizard-hero-new .results-page .results-item .card a.link-plan-details {
        color: #000;
        display: block;
        text-decoration: none;
        padding: 4px 0;
        height: 42px;
        font-size: 16px;
        font-weight: 600;
        background: #e9e9e9;
        border-radius: 20px;
    }

    #wizard-hero-new .results-page .results-item .card a.link-plan-details span {
        vertical-align: -webkit-baseline-middle;
    }

    #wizard-hero-new .results-page .results-item .card .modal-plan-details,
    #wizard-hero-new #editDetails .modal-dialog {
        width: 95%;
    }

    #wizard-hero-new #editDetails .modal-dialog .modal-content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .come-from-modal.right .modal-content {
        padding: 15px 5px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details button.close,
    #wizard-hero-new #editDetails button.close {
        z-index: 1;
        width: 38px;
        height: 38px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details button.close span,
    #wizard-hero-new #editDetails button.close {
        font-size: 28px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        margin-top: 32px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .img-container {
        max-width: 120px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .img-container img {
        max-width: 70px;
        padding-bottom: 10px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .d-flex.cost-block {
        display: flex !important;
        justify-content: left;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .d-flex.cost-block .plan-cost-block {
        width: 42%;
        padding-right: 0px;
        margin-right: 10px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .d-flex.cost-block .estimated-cost-block {
        width: 58%;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .button-block {
        width: 100%;
        margin-top: 25px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .sign-up-btn {
        width: 100%;
        padding-right: 15px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .inbound-phone {
        font-size: 14px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .anual-cost-plan-details {
        padding-left: 20px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .anual-cost,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .plan-details {
        width: 100%;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .plan-details {
        margin-top: 30px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .plan-details.gas-only {
        width: 100%;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .anual-cost .annual-cost-name,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .plan-details .plan-name {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fees-info {
        padding-left: 20px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info .cost-rate-info-row div:nth-child(1),
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .cost-rate-info .cost-rate-info-row div:nth-child(2),
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fees-info .fees-info-row div:nth-child(1),
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fees-info .fees-info-row div:nth-child(2) {
        width: 100%;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .d-flex.cost-block .estimated-cost-block.gas-only {
        width: 100%;
        max-width: none;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block {
        border-radius: 20px;
        padding: 30px 20px 30px 20px;
    }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block .img-block,
        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block .text-block {
            vertical-align: top;
        }

        #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .location-block .location {
            font-size: 12px;
        }

    #wizard-hero-new .results-page .results-item .card a.link-fact-sheets {
        color: #000;
        display: block;
        margin-top: 10px;
        font-weight: 600;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .fact-sheet-info .tab-details {
        margin-left: -20px;
    }

    #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block {
        font-size: 12px;
    }

    #wizard-hero-new .results-page .results-description {
        margin-top: 0px;
    }

    .results-container #billDaysCount {
        width: 100%;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .d-flex.cost-block .plan-cost-block .popover {
        margin-left: 32px;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .offer-info,
    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .estimated-cost-block .estimated-cost {
        font-size: 12px;
    }

    #wizard-hero-new .results-page .results-item .card.gas-only {
        width: 100%;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .estimated-cost-block {
        min-width: 135px;
    }

    #wizard-hero-new .results-page .results-item .card.gas-only .card-body .plan-details .rate-info .rate-block .left-part {
        width: 47%;
    }

    #wizard-hero-new .popover.cost-item-popover {
        min-width: 100%;
        left: 0px !important;
    }

    #wizard-hero-new .results-page .results-item .card .modal-dialog.modal-plan-details .modal-card .plan-cost-block {
        min-width: 115px;
    }

    #wizard-hero-new #billDaysCount {
        display: inherit;
    }

    #wizard-hero-new .edit-details-link {
        padding-left: 0px;
    }

    #wizard-hero-new #editDetails .edit-details-form-group {
        width: 100%;
    }

    #wizard-hero-new #editDetails .form-group {
        margin-bottom: 15px;
    }
}

@media all and (min-width:768px) and (max-width: 1023px) {
    #wizard-hero-new .results-page .results-item .card .card-body .estimated-cost-info {
        right: -110px;
        width: 200px;
    }

        #wizard-hero-new .results-page .results-item .card .card-body .total-container .offer-info,
        #wizard-hero-new .results-page .results-item .card .card-body .plan-details .rate-info .rate-block,
        #wizard-hero-new .results-page .results-item .card .card-body .estimated-cost-info .info .estimated-cost,
        #wizard-hero-new .results-page .results-list .results-item .request-callback-btn {
            font-size: 12px;
        }
}

@media all and (max-width: 991px) {
    #wizard-hero-new .results-page .results-item .card .card-body .total-container {
        min-width: 22%;
    }
}

@media all and (min-width: 768px) and (max-width: 1180px) {
    #wizard-hero-new .results-page .results-item .card.gas-only {
        width: 86%;
    }

        #wizard-hero-new .results-page .results-item .card.gas-only .card-body .plan-details .rate-info .rate-block .left-part {
            width: 40%;
        }

        #wizard-hero-new .results-page .results-item .card.gas-only .card-body .plan-details {
            min-width: 85%;
        }

    #wizard-hero-new .results-page .results-item .card .modal-plan-details {
        width: 85%;
    }
}

@media all and (min-width:768px) and (max-width: 1400px) {
    #wizard-hero-new .results-page .results-item .card.gas-only .card-body .plan-details {
        min-width: 80%;
    }
}

@media all and (min-width:768px) and (max-width: 1400px) {
    #wizard-hero-new .popover.cost-item-popover {
        margin-left: -200px;
    }

    #wizard-hero-new .modal .popover.cost-item-popover {
        margin-left: 0px;
    }

    #wizard-hero-new .gas-only .popover.cost-item-popover {
        margin-left: 0px;
    }
}

.results-page a.more-info-link {
    text-decoration: underline;
    color: #515151;
}

    .results-page a.more-info-link:hover {
        opacity: 0.7;
    }

/* SUO styles */
html {
    font-size: inherit; /*To work rem styles properly in SUO */
}

.modal-address-edit .modal-dialog {
    min-width: 612px;
}

.modal-address-edit .modal-dialog {
    margin: 120px auto 30px auto;
}

.modal-address-edit .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    padding: 0px;
}

.modal-address-edit .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ecf0f1;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-address-edit.modal h5.modal-title {
    font-size: 1.171875rem;
    font-weight: 500;
    color: #212529;
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-address-edit .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-address-edit button.close {
    float: right;
    font-size: 1.40625rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5;
    right: 0px;
    top: 0px;
    position: inherit;
}

.modal-address-edit button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-address-edit .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-address-edit .modal-row {
    width: 83%;
}

.modal-address-edit .offset-1 {
    margin-left: 8.3333333333%;
}

.modal-address-edit .form-group {
    margin-bottom: 1rem;
}

.modal-address-edit label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 0.9375rem;
}

.modal-address-edit .form-control-lg {
    height: calc(2.7578125rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.modal-address-edit .form-control {
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dce4ec;
}

.modal-address-edit .input-validation-error-decoration {
    color: #e80c4d;
    border-color: #e80c4d;
}

.select2-container.address-search-dropdown.select2-container--default .select2-results > .select2-results__options li:last-child .select2-result-repository {
    background-color: white !important;
    color: #515151 !important;
}

    .select2-container.address-search-dropdown.select2-container--default .select2-results > .select2-results__options li:last-child .select2-result-repository:hover {
        background-color: #f3f3f3 !important;
        color: #515151 !important;
    }

.select2-result-repository a:hover {
    color: #0f7864;
}

.modal-address-edit .modal-footer button {
    background-color: #4bae46;
}

    .modal-address-edit .modal-footer button:hover {
        opacity: 0.7;
    }

.modal-address-edit .input-validation-error {
    border-width: 0px !important;
}

@media (max-width: 767px) {
    .modal-address-edit .modal-dialog {
        min-width: inherit;
    }

    .modal-address-edit .modal-dialog {
        margin: 60px auto 30px auto;
    }
}

#wizard-hero-new .results-container .results-list {
    min-height: 100vh;
}

.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: #4bae46;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.loading-text {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

#suo .address-panel, #home-page .address-panel, #home2-page .address-panel,
#location-page .address-panel, #provider-page .address-panel, #article-page .address-panel, #wizard-hero-new .address-panel {
    position: relative;
    z-index: 200;
    background-color: #e9e9e9;
}

#home2-page .address-panel, #location-page .address-panel, #article-page .address-panel {
    border-radius: 4px;
}

#home-page .address-panel {
    border-radius: 10px;
}

#provider-page .address-panel {
    border-radius: 10px;
}

#suo .address-panel .nmi-variants {
    max-height: 130px;
    overflow: auto;
    margin-bottom: 20px;
    margin-top: -18px;
    padding-left: 10px;
}

#suo .address-panel .exact-address {
    margin-top: -10px;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search.select2-search--inline {
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search.select2-search--inline input.select2-search__field {
    width: 100% !important;
}

#home-page .address-panel .nmi-variants, #home2-page .address-panel .nmi-variants,
#location-page .address-panel .nmi-variants, #provider-page .address-panel .nmi-variants, #article-page .address-panel .nmi-variants {
    max-height: 150px;
    overflow: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: left;
}

#home-page .address-panel.has-matched-address, #home2-page .address-panel.has-matched-address,
#location-page .address-panel.has-matched-address, #provider-page .address-panel.has-matched-address, #article-page .address-panel.has-matched-address {
    background-color: transparent;
}

#home-page .address-panel .nmi-variants span, #home2-page .address-panel .nmi-variants span, #location-page .address-panel .nmi-variants span,
#provider-page .address-panel .nmi-variants span, #article-page .address-panel .nmi-variants span, #wizard-hero-new .address-panel .nmi-variants span {
    color: #515151;
    font-size: 14px;
    font-weight: 600;
}

.compare-form .address-panel .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 12px;
}

#home2-page #location-form-top .address-search-container, #home2-page #location-form-bottom .address-search-container {
    max-width: 380px;
    display: inline-block;
}

#location-page .address-panel .nmi-search, #provider-page .address-panel .nmi-search, #article-page .address-panel .nmi-search {
    display: block;
}

#location-page .address-panel .nmi-search .nmi-variants label, #provider-page .address-panel .nmi-search .nmi-variants label,
#article-page .address-panel .nmi-search .nmi-variants label, #home-page .address-panel .nmi-search .nmi-variants label {
    display: block;
}

#provider-page #location-form .select2-selection__clear {
    margin-top: 18px;
}

#location-form .select2-selection__clear {
    margin-top: 13px;
}

@media (max-width: 767px) {
    #home2-page #location-form-top .address-search-container, #home2-page #location-form-bottom .address-search-container {
        display: block;
    }
}

#article-page .article-content-container #address-search {
    border-radius: 5px;
    background: #4bae46;
    padding: 30px 20px;
    margin-bottom: 20px;
}

#article-page .article-content-container .title {
    font-size: 26px;
    color: #fff;
    padding-bottom: 0;
    padding-left: 15px;
    font-weight: 600;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 20px;
    line-height: 1.1;
}

#address-search .row {
    margin-right: 0px;
    margin-left: 0px;
}

#address-search .compare-form .btn-yellow {
    height: 40px;
    border-radius: 5px;
    margin-top: 0;
    font-size: 16px;
    background: #fac903;
    color: #000;
    font-weight: bold;
    width: 100%;
    height: 52px;
}

#article-page .error {
    position: absolute;
    left: 10px;
    color: red;
    display: none;
}

#wizard-hero-new #editDetails .compare-form {
    background-color: #fff;
}

#wizard-hero-new #editDetails .error {
    color: red;
    display: none;
    font-size: 12px;
    background-color: #fff;
}

#article-page #address-search select {
    height: 50px !important;
}

@media (max-width: 767px) {
    #home-hero .compare-form .form-group, #home-hero .compare-form .btn {
        display: block;
        width: 100%;
    }

    #home-hero .compare-form .btn {
        margin-bottom: 20px;
        font-size: 20px !important;
    }

    #article-page .container.address-search-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    #article-page .container.address-search-container .article-content-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    #article-page .article-content-container #address-search {
        border-radius: 0px;
    }

    #article-page #address-search #location-form .select2-selection--multiple {
        height: 60px;
        font-size: 18px;
        padding-top: 5px;
        padding-left: 10px;
        border: none;
    }

    #article-page .article-content-container #address-search {
        padding-left: 0px;
        padding-right: 0px;
    }

    #article-page #address-search #location-compare-plans {
        margin-top: 14px;
        font-size: 18px;
        height: 60px;
    }

    #article-page .article-content-container #address-search {
        padding-bottom: 50px;
    }
}

#home-hero .compare-form-container {
    padding: 0 0 140px 0;
    background: none;
}

.compare-form-container {
    border-radius: 14px;
    color: #fff;
}

#home-hero .form-inline {
    margin-top: 45px;
    margin-bottom: 20px;
}

#home-hero .next-container input {
    padding-right: 30px;
    padding-left: 30px;
    height: 68px;
    margin-left: 10px;
    width: 100%;
    font-size: 20px;
    border-radius: 10px;
}

#home-hero .next-button {
    margin-bottom: 14px;
}

#home-hero .select2-container--default .select2-selection--multiple {
    height: 68px;
    font-size: 18px;
    padding-top: 5px;
    padding-left: 10px;
    border-radius: 10px;
    border: none;
}

.select2-container .select2-search.select2-search--inline {
    display: flex;
    width: 100%;
}

#home-hero .select2-search__field {
    color: #555;
    height: 44px;
    font-size: 20px;
    padding-left: 25px !important;
    background-image: url(//static.comparebroadband.com.au/images/search-icon.png) !important;
    background-position: 0px 54% !important;
    background-repeat: no-repeat !important;
    margin-left: -5px;
    min-width: 100%;
}

.select2-container--open.address-search-dropdown .select2-dropdown--below, .select2-container--open.address-search-dropdown .select2-dropdown--above {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #aaa;
}

#home-hero .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-top: 8px;
}

#home-hero .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #555;
    background-color: #fff;
    border: 0;
    margin-top: 0;
    line-height: 44px;
    font-size: 20px;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
}

#home-hero .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    color: #999;
    font-size: 25px;
    margin-top: 10px;
}

#home-page .gray-content {
    -webkit-box-shadow: none;
    padding: 110px 0 150px 0;
}

#home-page .gray-content h1 {
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    margin-bottom: 80px;
}

@media (min-width: 1450px) {
    #home-page .gray-content .container {
        width: 1450px;
    }
}

#cetype-widget {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
}

#cetype-widget .item {
    text-align: center;
    float: left;
    padding: 50px 50px 30px 50px;
    margin-right: 20px;
    background: #ffffff;
    border-radius: 10px;
    width: 440px;
    margin-bottom: 20px;
    margin-left: 20px;
}

#cetype-widget .item h6 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

#cetype-widget .item p {
    margin-bottom: 17px;
    font-size: 16px;
}

#cetype-widget .cetype-widget-image {
    max-height: 90px;
    margin-bottom: 30px;
}

#home-page .prefer-to-talk {
    background-image: linear-gradient(to bottom, #4bae46 0%, #389533 100%);
    min-height: 50px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}


#home-page .prefer-to-talk h1 {
    font-size: 32px;
    font-weight: bold;
    display: inline;
}

#home-page .prefer-to-talk span {
    font-size: 16px;
}

#home-page .prefer-to-talk .prefer-to-talk-header {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

#home-page .prefer-to-talk .prefer-to-talk-header h1, #home-page .prefer-to-talk .prefer-to-talk-header input {
    display: table-cell;
    vertical-align: middle;
}

#home-page .prefer-to-talk .call-us {
    background: #f9c814;
    border-color: transparent;
    font-weight: bold;
    color: #000;
    width: 220px;
    height: 40px;
    border-radius: 10px;
    font-size: 16px;
    margin-left: 25px;
}

#home-page .prefer-to-talk .prefer-to-talk-header span {
    margin-left: 15px;
    margin-right: 15px;
}

#home-page .prefer-to-talk .prefer-to-talk-header .request-callback-btn {
    color: #000;
    font-weight: bold;
    font-size: 16px;
    width: 220px;
    height: 40px;
    border-radius: 10px;
}

.articles-section {
    background: #e9e9e9;
    padding: 80px 0 60px 0;
}

.articles-section h2 {
    font-size: 36px;
    font-weight: bold;
    color: #4bae46;
    text-align: center;
    margin-bottom: 40px;
}

#home-page .plan-info {
    background: #e9e9e9;
    padding-bottom: 30px;
}

#home-page .plan-info span {
    color: #999999;
    text-align: center;
    display: block;
    font-size: 11px;
}

@media (min-width: 1000px) {
    #home-page .plan-info .container {
        width: 900px;
    }
}

@media (max-width: 767px) {
    #home-hero .content-container {
        margin-top: 50px;
        margin-bottom: 20px;
    }

    #home-hero h1 {
        font-size: 40px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    #home-hero h2 {
        font-size: 20px;
    }

    #home-hero .form-inline {
        margin-bottom: 0px;
        margin-top: 35px;
    }

    #home-hero .select2-container--default .select2-selection--multiple {
        height: 50px;
        padding-top: 2px;
    }

    #home-hero .next-container input {
        margin-left: 0;
        height: 50px;
    }

    #home-hero .form-inline .next-container {
        padding: 10px 15px 0 15px;
    }

    #home-hero .compare-form-container {
        padding: 0 0 20px 0;
    }

    #home-hero .select2-search__field {
        font-size: 18px;
        font-weight: normal;
        margin-top: 0;
    }

    #home-hero .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding-top: 0px;
    }

    #home-hero .select2-container--default .select2-selection--multiple .select2-selection__clear {
        margin-top: 3px;
    }

    #home-hero .form-inline .input-container {
        padding-right: 15px;
    }

    #cetype-widget {
        display: inherit;
    }

    #cetype-widget .item {
        margin-bottom: 17px;
    }

    #cetype-widget .item {
        width: 100%;
        padding: 0 20px 23px 20px;
    }

    #cetype-widget .cetype-widget-image {
        max-height: 50px;
        margin-bottom: 15px;
        margin-top: 30px;
    }

    #cetype-widget .item h6 {
        margin-bottom: 7.5px;
    }

    #cetype-widget .item p {
        margin-bottom: 12px;
    }

    #home-page .gray-content {
        padding: 30px 15px 10px 15px;
    }

    #home-page .gray-content h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    #cetype-widget .item {
        margin-left: 0px;
        margin-right: 0px;
    }

    .articles-section {
        background: #e9e9e9;
        padding: 40px 0 30px 0;
    }

    .articles-section h2 {
        margin-bottom: 20px;
    }

    .modal-plan-details .fact-sheet-info .tab-details .nav-tabs > li {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #cetype-widget .item {
        padding: 50px 10px 30px 10px;
        margin-left: 10px;
    }

    #cetype-widget .cetype-widget-image {
        max-height: 50px;
    }

    #cetype-widget .item p {
        font-size: 14px;
    }
}

@media (max-width: 992px){
    #home-page .prefer-to-talk {
        padding-top: 0px;
    }

    #home-page .prefer-to-talk .prefer-to-talk-header {
        display: block;
    }

    #home-page .prefer-to-talk .prefer-to-talk-header h1 {
        display: block;
    }

    #home-page .prefer-to-talk .call-us {
        margin-left: 0px;
    }

    #home-page .prefer-to-talk .prefer-to-talk-header span {
        display: block;
    }
}

.article-preview .article-text .article-date, .article-preview .article-text .article-category {
    color: #515151;
}

.non-clickable-layer {
    position: absolute;
    height: 100%;
    width: 98%;
    margin-left: -15px;
    margin-right: -15px;
    top: 0;
}


.drivers-license-card-number-info {
    position: absolute;
    right: 0;
}

a.drivers-license-card-number-info:hover, a.drivers-license-card-number-info:focus {
    color: #4bae46;
}

#drivers-license-card-number-info-modal .modal-footer {
    border-top-width: 0px;
}

#drivers-license-card-number-info-modal .modal-footer {
    border-top: 0px;
}

#drivers-license-card-number-info-modal .modal-header {
    border-bottom: 0px;
    min-height: 0px;
    padding: 0px;
}

#drivers-license-card-number-info-modal.modal button.close {
    color: #000;
    font-weight: unset;
    background-color: #F0F0F0;
    border-radius: 20px;
    width: 30px;
    height: 30px;
}

#drivers-license-card-number-info-modal .caption {
    font-weight: 600;
}

#drivers-license-card-number-info-modal img {
    max-width: 400px;
}

#drivers-license-card-number-info-modal .modal-content {
    font-size: 14px;
}

#drivers-license-card-number-info-modal .where-find-section {
    margin-top: 40px;
}

#drivers-license-card-number-info-modal .btn {
    background: #fac903;
    height: 40px;
    width: 80px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

#drivers-license-card-number-info-modal .modal-footer {
    padding: 0px;
    margin-top: 0px;
}

@media (max-width: 767px) {
    #drivers-license-card-number-info-modal img {
        max-width: 250px;
    }

    #drivers-license-card-number-info-modal .modal-content {
        padding: 0px 20px 20px 20px;
    }

    #drivers-license-card-number-info-modal .modal-body {
        margin-top: 40px;
        padding-top: 0px;
    }

    #drivers-license-card-number-info-modal button.close {
        font-size: 28px;
    }
}

#order-form .optional-email {
    font-weight: 600;
}

.thankyou-page .row span {
    min-height: 22.84px;
}

@keyframes slideInFromRight {

    0% {
        opacity: 0;
        transform: translate(100px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

#wizard-hero-new .compare-form .container div.step:not([style*="display: none"]) {
    animation-name: slideInFromRight;
    animation-duration: .2s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: unset;
}

#wizard-hero-new .btn.btn-primary.selection:focus {
    outline: unset;
    outline: unset;
    outline-offset: unset;
}

#wizard-hero-new .btn.btn-primary.selection:active {
    box-shadow: none;
}

#home2-page #home2-content .wizard-landing .compare-form {
    background: none;
}

#home2-page #home2-content .compare-form-container {
    background: none;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

@media all and (min-width: 1440px) {
    #home2-page.ver0 .home2-bg::before, #home2-page.ver2 .home2-bg::before {
        position: absolute;
        content: "";
        width: 50%;
        background-image: linear-gradient(#F4F4F4, #C4C5C7);
        height: 1003px;
        z-index: -1;
    }

    #home2-page.ver0 .home2-bg::after, #home2-page.ver2 .home2-bg::after {
        right: 0;
        top: 0;
        position: absolute;
        content: "";
        width: 50%;
        background-image: linear-gradient(#F7F7F7, #D6D9DE);
        height: 1003px;
        z-index: -1;
    }

    #home2-page.ver0 .home2-bg {
        background-image: url(/content/images/home2/home2.jpg);
        height: 1003px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #home2-page.ver1 .home2-bg::before, #home2-page.ver2 .home2-bg::before {
        position: absolute;
        content: "";
        width: 50%;
        background-image: url(/content/images/home2/home2-bg-l.png);
        height: 1003px;
        z-index: -1;
    }

    #home2-page.ver1 .home2-bg::after, #home2-page.ver2 .home2-bg::after {
        right: 0;
        top: 0;
        position: absolute;
        content: "";
        width: 50%;
        background-image: url(/content/images/home2/home2-bg-r.png);
        height: 1003px;
        z-index: -1;
    }

    #home2-page.ver1 .home2-bg {
        background-image: url(/content/images/home2/home2.jpg);
        height: 1003px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #home2-page.ver2 .home2-bg {
        background-image: url(/content/images/home2/home2.jpg);
        height: 1003px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#home2-page .home2-bg {
    background-image: url(/content/images/home2/home2.jpg);
    height: 1022px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media all and (min-width: 1921px) {
    #home2-page.ver2 .home2-bg {
        background-size: contain;
    }
}

#home2-page .home2-bg .compare-form-container {
    color: #000;
}

#home2-page .header .cbb-logo {
    display: block;
    background: url(//static.compareenergy.com.au/images/logo.png) no-repeat;
    width: 198px;
    height: 40px;
    margin-left: 148px;
    margin-top: 21px;
}

#home2-page .home2-header {
    display: flex;
    justify-content: space-between;
}

#home2-page .header .link-no-style.telLink.shake-after-delay {
    margin-right: 133px;
    margin-left: 5px;
    margin-top: 21px;
    display: inline-block;
    color: #4ead45 !important;
    font-size: 18px;
    font-weight: 600;
}

#home2-page .header .delaconStatic {
    vertical-align: middle;
}

#home2-page .header .phone-img {
    margin-top: -5px;
}

#home2-page .header-mobile {
    display: none;
}

#home2-page .wizard-landing .landing.new h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

#home2-page #location-form-top.wizard-landing .compare-form {
    padding-top: 70px;
}

#home2-page .wizard-landing .compare-form h3 {
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0px 45px 0px;
    display: inline-block;
    width: 670px;
    padding-left: 20px;
    padding-right: 20px;
}

#home2-page .wizard-landing .select2-container {
    min-width: 468px;
}

#home2-page .select2-container--default .select2-selection--multiple, #home2-page .wizard-landing .select2-container, #home2-page .address-panel {
    border-radius: 12px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 5%);
}

#home2-page .select2-container--default .select2-selection--multiple:focus-within {
    border: 2px solid #4EAD45;
}

#home2-page #location-form-top .address-search-container {
    max-width: 468px;
}

#home2-page .wizard-landing .landing.new input[type="button"] {
    width: 236px;
    border-radius: 29px;
    background: linear-gradient(97.77deg, #8EC750 1.67%, #1E9B3F 96.15%);
    color: #fff;
    font-size: 16px;
    font-weight: unset;
    line-height: 30px;
}

#home2-page #location-form-top button {
    width: 236px;
    border-radius: 29px;
    background-image: url(/Content/images/home2/search-button.png);
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    font-weight: unset;
    line-height: 30px;
    padding-right: 0px;
    padding-left: 0px;
    height: 60px;
    margin-left: 17px;
    vertical-align: top;
    border-width: 0px;
}

#home2-page #location-form-top button:hover {
    background-image: url(/Content/images/home2/search-button-hover.png);
}

#home2-page .google-row {
    margin-top: 35px;
}

#home2-page .google-row .google-image {
    width: 82px;
    height: 28px;
    margin-right: 17px;
}

#home2-page .google-row .google-text {
    font-weight: 600;
    line-height: 19.11px;
    vertical-align: middle;
    margin-left: 4px;
}

footer .landing {
    width: 100%;
    margin-right: unset;
    margin-left: unset;
    text-align: center;
    padding-bottom: 65px;
}

footer .landing p {
    color: #414042;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    min-width: 780px;
    margin-bottom: 20px;
}

footer .landing .footer-menu {
    font-size: 13px;
    color: #000;
}

footer .landing ul.footer-menu li:after {
    content: none;
}

footer .landing .footer-menu a {
    text-decoration: underline;
    padding-left: 13px;
    font-size: 13px;
    color: #000;
}

.select2-container.new-style .select2-results__options .select2-result-repository {
    background-color: #fff;
}

.select2-container.new-style .select2-results__option--highlighted[aria-selected],
.select2-container.new-style .select2-results > .select2-results__options li .select2-result-repository:hover {
    background-color: #f2f3f5 !important;
    color: #414042 !important;
}

.select2-container.new-style .select2-results__options,
.select2-container.new-style .select2-results__options .select2-result-repository {
     font-size: 15px;
    line-height: 30px;
}

.select2-container.new-style .select2-results__options {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.select2-container.new-style .select2-dropdown--below,
.select2-container.new-style .select2-dropdown--above {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.address-search-dropdown.new-style .select2-results > .select2-results__options li:last-child .select2-result-repository {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #CFCFCF;
}

.select2-container--open.address-search-dropdown .select2-dropdown--below,
.select2-container--open.address-search-dropdown .select2-dropdown--above {
    border: 1px solid #CFCFCF;
}

.select2-container.new-style .select2-results__options .select2-results__message {
    padding-left: 15px;
}

.select2-container.new-style .select2-results__options .select2-result-repository {
    padding: 5px 15px;
}

@media (max-width: 767px) {
    #home2-page .header {
        display: none;
    }

    #home2-page .header-mobile {
        display: block !important;
    }

    #home2-page .header-mobile .cbb-logo {
        display: block;
        background: url(/Content/images/home2/mobile-logo.png) no-repeat;
        width: 189px;
        height: 38px;
        margin-top: 16px;
        margin-bottom: 16px;
        margin-left: 18px;
    }

    #home2-page .header-mobile .link-no-style.telLink.shake-after-delay {
        display: none;
    }

    #home2-page .header-mobile .phone-img {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    #home2-page .header-mobile .telLink-section {
        margin-right: 18px;
        margin-top: 14px;
        width: 39px;
        height: 39px;
        text-align: left;
        background-color: #F1F1F1;
        border-radius: 20px;
        position: relative;
    }

    #home2-page .home2-bg {
        background-image: url(/content/images/home2/mobile-home2.jpg);
        height: 732px;
    }

    #home2-page .wizard-landing .landing.new h1 {
        font-size: 24px;
        width: 250px;
        margin-left: auto;
        margin-right: auto;
        line-height: 32px;
    }

    #home2-page #location-form-top.wizard-landing .compare-form {
        padding-top: 70px;
        padding-top: 28px;
    }

    #home2-page #home2-content .compare-form-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    #home2-page .wizard-landing .compare-form h3 {
        width: 340px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 25px;
    }

    #home2-page .wizard-landing .select2-container {
        min-width: 335px;
    }

    #home2-page #location-form-top .address-search-container {
        display: inline-block;
        max-width: 335px;
        text-align: center;
        margin-bottom: 15px;
    }

    #home2-page #location-form-top button {
        margin-left: 0px;
        width: 335px;
    }

    #home2-page .google-row {
        margin-top: 25px;
    }

    #home2-page .google-row .google-image {
        margin-right: 4px;
    }

    #home2-page .google-row .google-text {
        display: block;
        margin-top: 2px;
    }

    footer .landing p {
        min-width: unset;
        height: unset;
    }

    footer .landing .footer-menu {
        width: 338px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    footer .landing ul.footer-menu li.no-delimiter {
        display: inline;
    }

    footer .landing {
        padding-bottom: 30px;
        margin-top: 0px;
    }
}

#google-review {
    padding-top: 102px;
}

#google-review .google-review-container {
    display: flex;
    justify-content: flex-start;
    overflow: overlay;
    ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 90px;
}

#google-review.with-bottom-border .google-review-container {
    border-bottom: 1px solid #CFCFCF;
}

#google-review .google-container {
    padding-right: 130px;
    padding-top: 20px;
    text-align: center;
}

#google-review .google-img {
    width: 191px;
    height: 65px;
}

#google-review .star-icon {
    width: 27px;
    height: 27px;
}

#google-review .google-comment {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
}

#google-review .stars-container {
    margin-top: 7px;
    margin-bottom: 12px;
}

#google-review .review-container {
    display: flex;
    width: 954px;
}

#google-review .reviews {
    display: flex;
    flex-wrap: nowrap;
    gap: 70px;
    overflow: overlay;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 820px;
}

#google-review .review {
    word-wrap: break-word;
    min-width: 219.11px;
    max-width: 219.11px;
}

#google-review .review-info {
    color: #414042;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
}

#google-review .line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#google-review .read-more {
    color: #919191;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.34px;
    padding-top: 5px;
    cursor: pointer;
}

#google-review .reviewer-name {
    color: #4EAD45;
    line-height: 21.79px;
    font-size: 16px;
    font-weight: 600;
}

#google-review .review-date {
    color: #919191;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.34px;
}

#google-review .review-star-icon-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

#google-review .review-star-icon {
    width: 18.6px;
    height: 18.6px;
}

#google-review .google-review-container .review-container img.left {
    align-self: center;
    display: none;
    position: absolute;
    margin-left: -74px;
    margin-top: 52px;
    width: 17px;
    height: 30px;
}

#google-review .google-review-container .review-container img.right {
    align-self: center;
    display: none;
    min-width: 18px;
    height: 30px;
    margin-left: 35px;
    margin-top: 48px;
}

#google-review .google-review-container .review-container img.right:hover, #google-review .google-review-container .review-container img.left:hover {
    opacity: 0.5;
}

#google-review .container {
    width: 1300px;
    padding-left: 82px;
}

@media all and (max-width: 768px) {
    #google-review .container {
        width: 100%;
        padding-left: 15px;
    }

    #google-review .google-review-container .review-container img.left, #google-review .google-review-container .review-container img.right {
        display: none !important;
    }

    #google-review .review-container {
        width: unset;
    }

    #google-review .review {
        min-width: 233px;
        max-width: 233px;
    }

    .select2-container.new-style .select2-results__options, .select2-container.new-style .select2-results__options .select2-result-repository {
        font-size: 13px;
    }

    .select2-container.new-style .select2-results > .select2-results__options li:last-child .select2-result-repository {
        padding-top: 7px;
        padding-bottom: 7px;
        line-height: 22px;
    }
}

@media all and (max-width: 1240px) {
    #google-review {
        padding-top: 52px;
        padding-bottom: 23px;
    }

    #google-review .google-review-container {
        display: block;
        padding-bottom: 45px;
    }

    #google-review .google-container {
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media all and (min-width: 769px) and (max-width: 1240px) {
    #google-review .container {
        padding-left: 15px;
    }

    #google-review .review-container {
        width: unset;
        padding-left: 30px;
        justify-content: center;
    }

    #google-review .google-review-container .review-container img.left {
        margin-right: 90px;
        position: unset;
        margin-left: 0px;
    }
}

@media all and (min-width: 769px) and (max-width: 1316px) {
    #google-review .container {
        width: 100%;
        padding-left: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    #home2-page #location-form-top .address-search-container {
        margin-bottom: 15px;
    }

    footer .landing p {
        min-width: unset;
        height: unset;
    }
}

@media all and (max-width: 576px) {
    #home2-page .button-arrow {
        width: 26px;
        height: 26px;
        margin-left: 7px;
        display: inline !important;
        margin-top: -1px;
    }
    #home2-page #location-compare-plans span {
        display: inline !important;
    }

    #home2-page #location-form-top button, #home2-page #location-form-top button:hover {
        background-image: none;
        background: linear-gradient(97.77deg, #8EC750 1.67%, #1E9B3F 96.15%);
    }
}

#results .results-hero {
    background-image: linear-gradient(to bottom, #4bae46 0%, #389533 100%);
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    text-align: center;
    min-height: 440px;
}

#results .results-hero .title {
    font-size: 46px;
    font-weight: 600;
}

#results .results-hero .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 620px;
    text-align: center;
    display: inline-block;
}

#results .results-hero .features {
    height: 66px;
    padding-top: 50px;
}

#results .results-hero .features .border-line {
    border-right: 1px rgba(255, 255, 255, 0.3) solid;
}

#results .results-hero .features .caption {
    display: inline-block;
    width: 33%;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}

#results .results-hero .features .caption img.flag {
    width: 65px;
    height: 31px;
}

#results .results-hero .features .caption img.stars {
    width: 135px;
    height: 27px;
}

#results .results-hero .features .caption img.dollars {
    width: 69px;
    height: 31px;
}

#win-banner {
    background-color: #f3f3f3;
}

#win-banner-content {
    max-width: 1144px;
    height: 409px;
    border-radius: 15px;
    background: #389533;
    background-image: linear-gradient(to bottom, #4bae46 0%, #389533 100%);
    background-size: auto;
    background-image: url(/Content/images/results/win1000-bg.png);
    background-size: cover;
    display: flex;
    color: #fff;
    margin-bottom: 82px;
}

#win-banner-content img.bg {
    display: none;
}

#win-banner-content .column {
    width: 50%;
    padding-top: 115px;
}

#win-banner-content .banner {
    text-align: center;
}

#win-banner-content .terms-and-conditions {
    text-align: center;
    padding-top: 80px;
}

#win-banner-content .terms-and-conditions a {
    color: white;
}

#win-banner-content .info {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 400px;
}

#win-banner-content .title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}

#win-banner-content .description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

#win-banner-content button#call-us-now {
    font-size: 16px;
    font-weight: 700;
    width: 191px;
    height: 54px;
    border-radius: 10px;
    background-color: #414042;
    border-width: 0px;
}

#win-banner-content button#call-us-now img {
    width: 50px;
    height: 17px;
    padding-right: 15px;
}

#wizard-hero-new #search-description-block {
    padding: 20px 10px;
}

#wizard-hero-new #search-description-block .container.results-page {
    text-align: center;
}

#faq-section {
    padding-bottom: 115px;
    background-color: #f3f3f3;
}

#faq-section .faq-header {
    font-size: 24px;
    font-weight: 600;
    color: #4bae46;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.container div#faqAccordion.accordion {
    text-align: center;
}

.container div.accordion-item-container {
    display: none;
}

.container div.accordion-item-container:nth-child(-n+8) {
    display: inline-block;
}

div#faqAccordion.accordion .accordion-item-container:nth-child(8), div#faqAccordion.accordion .accordion-item-container:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

div#faqAccordion.accordion .accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(0, 0, 0, 0.125);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.125);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(0, 0, 0, 0.125);
    width: 756px;
}

div#faqAccordion.accordion .accordion-item {
    background-color: #f3f3f3;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
}

div#faqAccordion.accordion .accordion-header {
    margin-bottom: 0;
    margin-top: 0px;
}

div#faqAccordion.accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 756px;
    padding: 20px 20px;
    text-align: left;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    background-color: #f3f3f3;
    outline: none;
}

div#faqAccordion.accordion .accordion-button:not(.collapsed) {
    color: #4bae46;
    font-weight: 600;
    line-height: 24px;
}

div#faqAccordion.accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
}

div#faqAccordion.accordion .accordion-button::after {
    height: 14px;
    width: 15px;
    content: " ";
    position: absolute;
    right: 0px;
    background: url(//static.compareenergy.com.au/images/sprite6.png) -533px -333px no-repeat;
}

div#faqAccordion.accordion .accordion-button .question-title {
    font-size: 16px;
    line-height: 26px;
}

div#faqAccordion.accordion .accordion-body {
    padding: 0px 20px 20px 20px;
    font-size: 15px;
    color: #514F52;
    text-align: left;
}

@media (max-width: 1024px) {
    div#faqAccordion.accordion .accordion-button, div#faqAccordion.accordion .accordion-item {
        width: 100%;
    }

    div#faqAccordion.accordion .accordion-button .question-title {
        padding-right: 40px;
    }

    .container div.accordion-item-container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #results .results-hero {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #results .results-hero .title {
        font-size: 36px;
    }

    #results .results-hero .description {
        font-size: 16px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #results .results-hero .features {
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #results .results-hero .features .caption {
        display: block;
        width: 100%;
    }

    #results .results-hero .features .border-line {
        border-right: 0px;
        border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
    }

    #results .results-hero .features .caption p {
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    #results .results-hero .features .caption img.flag {
        width: 41px;
        height: 20px;
    }

    #results .results-hero .features .caption img.stars {
        width: 90px;
        height: 18px;
    }

    #results .results-hero .features .caption img.dollars {
        width: 36px;
        height: 16px;
    }

    #wizard-hero-new #search-description-block {
        padding: 20px 0px 20px 0px;
    }

    #wizard-hero-new .results-page .progress-results {
        overflow: hidden;
    }

    #wizard-hero-new .results-page .progress-results ul {
        margin-left: 25px;
        margin-bottom: 20px;
        width: 100%;
    }

    #wizard-hero-new .results-page .progress-results ul li {
        position: relative;
        padding: 0 !important;
    }

    #wizard-hero-new .results-page .progress-results ul li.current-step {
        font-weight: 700;
    }

    #wizard-hero-new .results-page .progress-results ul li::before {
        margin-left: 0px !important;
    }

    #wizard-hero-new .results-page .progress-results ul li span {
        position: absolute;
        font-size: 11px;
        text-align: center;
        margin-top: 18px;
        width: 80px;
        align-self: center;
        margin-left: -28px;
    }

    #wizard-hero-new .results-page .progress-results ul li::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #98e094;
        left: inherit;
        margin-left: 5px;
    }

    #wizard-hero-new .results-page .progress-results ul li.passed-step::after {
        background: #4bae46;
    }

    #wizard-hero-new .results-page .progress-results ul li:last-child:after {
        content: "";
        width: 0;
        display: none;
    }

    #win-banner {
        text-align: center;
    }

    #win-banner-content {
        width: 332px;
        height: 540px;
        border-radius: 12px;
        text-align: center;
        display: inline-block;
        background-image: none;
        position: relative;
        margin-bottom: 60px;
    }

    #win-banner-content img.bg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: initial;
        pointer-events: none;
    }

    #win-banner-content .column {
        width: 100%;
        padding-top: 0px;
    }

    #win-banner-content .banner {
        padding-top: 60px;
        padding-bottom: 37px;
    }

    #win-banner-content .banner img {
        width: 200px;
        height: 152px;
    }

    #win-banner-content .terms-and-conditions {
        padding-top: 40px;
    }

    #win-banner-content .info {
        max-width: 260px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    #win-banner-content .title {
        font-size: 20px;
        line-height: 28px;
    }

    #win-banner-content .description {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
    }

    #win-banner-content button#call-us-now {
        margin-top: 10px;
    }

    #win-banner-content .terms-and-conditions {
        padding-top: 40px;
    }

    #wizard-hero-new #search-description-block .container.results-page {
        text-align: unset;
    }

    #faq-section {
        padding-bottom: 50px;
    }

    #faq-section .faq-header {
        margin-bottom: 32px;
    }

    div#faqAccordion.accordion .accordion-button .question-title {
        padding-right: 40px;
    }

    div#faqAccordion.accordion .accordion-item-container:nth-child(8), div#faqAccordion.accordion .accordion-item-container:last-child {
        border-bottom: 0px;
    }
}

#wizard-hero-new a[disabled]:hover {
    cursor: unset;
}

/* Plan switcher button-toggle */
.button-toggle .knobs,
.button-toggle .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.button-toggle {
    position: relative;
    top: 50%;
    width: 287px;
    min-width: 287px;
    height: 49px;
    overflow: hidden;
}

.button-toggle.r,
.button-toggle.r .layer {
    border-radius: 37px;
    width: 197px;
    height: 49px;
}

.button-toggle .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.button-toggle .knobs {
    z-index: 2;
}

.button-toggle .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

#plan-switch-button {
    margin-top: 5px;
}

#plan-switch-button, #plan-switch-button-mobile {
    display: inline-block;
    vertical-align: bottom;
}

#plan-switch-button .knobs:before, #plan-switch-button-mobile .knobs:before,
#plan-switch-button .knobs:after, #plan-switch-button-mobile .knobs:after,
#plan-switch-button .knobs span, #plan-switch-button-mobile .knobs span {
    position: absolute;
    top: 4px;
    width: 140px;
    height: 41px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 9px 4px;
    border-radius: 37px;
    transition: 0.3s ease all;
}

#plan-switch-button .knobs:before, #plan-switch-button-mobile .knobs:before {
    content: "";
    left: 4px;
    background-color: #389533;
}

#plan-switch-button .knobs:after, #plan-switch-button-mobile .knobs:after {
    content: "All plans";
    right: 4px;
    color: #414042;
}

#plan-switch-button .knobs span, #plan-switch-button-mobile .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
}

#plan-switch-button .checkbox:checked + .knobs span, #plan-switch-button-mobile .checkbox:checked + .knobs span {
    color: #414042;
}

#plan-switch-button .checkbox:checked + .knobs:before, #plan-switch-button-mobile .checkbox:checked + .knobs:before {
    left: 50%;
}

#plan-switch-button .checkbox:checked + .knobs:after, #plan-switch-button-mobile .checkbox:checked + .knobs:after {
    color: #fff;
}

#plan-switch-button .checkbox:checked ~ .layer, #plan-switch-button-mobile .checkbox:checked ~ .layer {
    background-color: #fcebeb;
}

#plan-switch-button .knobs, #plan-switch-button-mobile .knobs,
#plan-switch-button .layer, #plan-switch-button-mobile .layer {
    background-color: #EAEAEA;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 37px;
}

#plan-switch-button-mobile .checkbox:checked + .knobs:before {
    left: 50%;
}

#plan-switch-button-mobile .knobs:before,
#plan-switch-button-mobile .knobs:after,
#plan-switch-button-mobile .knobs span {
    height: 35px;
    padding: 8px 4px;
}

#plan-switch-button-mobile .knobs:before,
#plan-switch-button-mobile .knobs:after,
#plan-switch-button-mobile .knobs span {
    width: 166px;
    font-size: 13px;
}

.button-toggle-container.mobile {
    display: none;
}

.button-toggle-container.mobile .button-toggle {
    margin: 0px;
    width: 340px;
    height: 42px;
}

/* Tablets */
@media (min-width: 601px) and (max-width: 991px) {
    .button-toggle-container.mobile {
        display: block;
        width: 100%;
        position: relative;
        min-height: 45px;
    }

    .button-toggle-container.mobile .button-toggle {
        position: absolute;
        right: 0px;
        top: 0;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .button-toggle-container.mobile {
        margin-top: 20px;
    }
}

/* Mobile devices */
@media (max-width: 600px) {
    .button-toggle-container.mobile {
        display: block;
    }

    .button-toggle-container.mobile .button-toggle {
        margin: 0px 0px 15px 0px;
    }
}

.results-container .plans-switcher-container {
    padding-left: 0px;
}

#plans-switcher {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

#plans-switcher .address-caption {
    font-size: 13px;
    font-weight: 400;
}

#plans-switcher .address-info {
    font-size: 20px;
    font-weight: 600;
}

#plans-switcher p {
    margin-bottom: 0px;
}

@media (max-width: 767px) {
    #plans-switcher {
        display: block;
        padding-top: 15px;
    }

    #plans-switcher .sq-container {
        padding-top: 10px;
    }

    #plan-switch-button-mobile {
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    #plans-switcher .address-info {
        font-size: 15px;
    }
}

.error-container {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.error-container .site-wrapper {
    background-color: #333;
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
    padding: 50px 0 50px 0; 
}

/* Padding for spacing */
.inner {
  padding: 30px;
}
.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .cover-container {
    width: 700px;
  }
}

/* Copyright 2013-2015 etc Chris Tabor. Licensed under MIT. */.flexer, .progress-indicator { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }.no-flexer, .progress-indicator.stacked { display: block; }.no-flexer-element { -ms-flex: 0; -webkit-flex: 0; -moz-flex: 0; flex: 0; }.flexer-element, .progress-indicator > li { -ms-flex: 1; -webkit-flex: 1; -moz-flex: 1; flex: 1; }.progress-indicator { margin: 0; padding: 0; font-size: 100%; text-transform: uppercase; margin-bottom: 1em; }.progress-indicator > li { list-style: none; text-align: center; width: auto; padding: 0; margin: 0; position: relative; text-overflow: ellipsis; color: #bbbbbb; display: block; }.progress-indicator > li:hover { color: inherit; }.progress-indicator > li .bubble { border-radius: 1000px; width: 12px; height: 12px; background-color: #00A500; display: block; margin: 0; margin-top: 20px;}.progress-indicator > li .bubble:before, .progress-indicator > li .bubble:after { display: block; position: absolute; top: 9px; width: 100%; height: 1px; content: ''; background-color: #1c98cc; }.progress-indicator > li .bubble:before { left: 0; }.progress-indicator > li .bubble:after { right: 0; }.progress-indicator > li.completed { color: green; }.progress-indicator > li.completed .bubble { background-color: #65d074; color: #65d074; border-color: #247830; }.progress-indicator > li.completed .bubble:before, .progress-indicator > li.completed .bubble:after { background-color: #65d074; border-color: #247830; }.progress-indicator > li a:hover .bubble { background-color: #008100; color: #00A500; border-color: #008100; }.progress-indicator > li a:hover .bubble:before, .progress-indicator > li a:hover .bubble:after { background-color: #5671d0; border-color: #1f306e; }.progress-indicator > li.danger .bubble { background-color: #d3140f; color: #d3140f; border-color: #440605; }.progress-indicator > li.danger .bubble:before, .progress-indicator > li.danger .bubble:after { background-color: #d3140f; border-color: #440605; }.progress-indicator > li.warning .bubble { background-color: #edb10a; color: #edb10a; border-color: #5a4304; }.progress-indicator > li.warning .bubble:before, .progress-indicator > li.warning .bubble:after { background-color: #edb10a; border-color: #5a4304; }.progress-indicator > li.info .bubble { background-color: #5b32d6; color: #5b32d6; border-color: #25135d; }.progress-indicator > li.info .bubble:before, .progress-indicator > li.info .bubble:after { background-color: #5b32d6; border-color: #25135d; }.progress-indicator.stacked > li { text-indent: -10px; text-align: center; display: block; color: #008100;}.progress-indicator.stacked > li .bubble:before, .progress-indicator.stacked > li .bubble:after { left: 6px; margin-left: 0; width: 1px; height: 100%;}.progress-indicator.stacked .stacked-text { position: relative; z-index: 10; margin-left: 30px; width: 100%; display: inline-block; text-align: left; line-height: 1.2em; top: -15px; text-transform: none; font-size: 16px;}.progress-indicator.stacked > li a { border: none; }@media handheld, screen and (max-width: 400px) { .progress-indicator { font-size: 60%; } }

