:root {
    --primary-color: #ef5b4e;
    --secondary-color: #3ba1b5;
    --text-color: #242435;
    --dark-color: #333;
    --hover-color: #d54943;
    /*--primary-font-family: "Barlow", sans-serif;*/
    /*--secondary-font-family: "Open Sans", sans-serif;*/
  /*  --additional-font-family: "BioRhyme", serif;*/
}
body,
button,
input,
select,
textarea {
    font-family: var(--font-family-inter);
}
:root {
    --primary-color: #ef5b4e;
    --secondary-color: #3ba1b5;
    --text-color: #242435;
    --dark-color: #333;
    --hover-color: #d54943;
    --primary-font-family: "Barlow", sans-serif;
    --secondary-font-family: "Open Sans", sans-serif;
   /* --additional-font-family: "BioRhyme", serif;*/
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: var(--text-color);
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    padding-top: 100px;
    overflow: hidden;
    overflow-y: auto;
}
.btn,
button,
input,
input[type="submit"],
select,
textarea {
    font-weight: 500;
    border-radius: 8px;
    display: inline-block;
    height: 60px;
    position: relative;
    font-size: 18px;
}
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    display: inline-block;
}
a:hover {
    color: var(--secondary-color);
}
.list-items,
dl,
ol,
ul {
    margin: 0;
    padding: 0;
}
dl li,
ol li,
ul li {
    list-style: none;
}
.homepage-test-signup-section,
.loder_img-sec,
.pc-main p,
.pom-protect-section p,
.pom_banner_button_block,
.text-center {
    text-align: center;
}
button,
input,
select,
textarea {
    box-shadow: none;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px;
    transition: 0.2s ease-in;
    width: 100%;
    border: 2px solid #242435;
    vertical-align: middle;
    outline: 0;
}
input::placeholder {
    color: #6b6b6b;
}
.btn,
button,
input[type="submit"] {
    background-color: #ef5b4e;
    border-color: #ef5b4e;
    color: #fff;
    padding: 16px;
    border-left-width: 0;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    border: none;
    z-index: 0;
    overflow: hidden;
    vertical-align: top;
    border: 2px solid #ef5b4e;
}
/*
.btn:before,
button:before {
    content: "";
    background: #ef5b4e;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
}
.btn:hover:before,
button:hover:before {
    width: 100%;
    transition: width 0.3s ease-in;
}*/
.app-modal-close-button:hover,
.btn:hover,
.homepage-test-estimate-section .zip-form-error,
button:hover,
input[type="submit"]:hover {
    color: #fff;
}
button i {
    margin-left: 5px;
}
.inline-video {
    padding-bottom: 56.25%;
    position: relative;
}
.aspect-ratio--object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
textarea {
    height: 134px;
    resize: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
picture img {
    width: auto;
}
p {
    color: var(--text-color);
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0;
}
.container {
    max-width: 1240px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.magic-repeater-item:first-child,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}
.h1,
h1 {
    font-size: 3rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.section-title {
    font-family: var(--additional-font-family);
    font-weight: 500;
}
.bg-gray,
.faq-main-sec-full .faq-geoup-sec ul li,
.ma-grey-section {
    background-color: #f0f0f0;
}
.bg-teal {
    background-color: #3ba1b5;
}
.bg-choclate {
    background-color: #3d1c11;
}
.bg-black {
    background-color: #242435;
}
.bg-white {
    background-color: #fff !important;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block,
.member-says-slider .owl-nav {
    display: inline-block !important;
}
.d-block,
.loder_img-sec.loder-show {
    display: block !important;
}
.d-flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.justify-between {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.justify-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}
.justify-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}
.align-start {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.align-center {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.align-end {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip,
.zip-form-error {
    font-size: 14px;
}
#wpcf7-f7890-o1 .wpcf7-response-output,
.archive-title,
.blog-main-sec .blog-list ul li .btn:before,
.blog-main-sec .pagination > .disabled,
.contact-banner-left img + img,
.contact-form-sec .screen-reader-response,
.contact-form-sec form ul li span.wpcf7-not-valid-tip,
.contact-start-saving a.btn:after,
.contact-start-saving a.btn:before,
.faq-wrapper-item .morecontent span,
.member-says-slider .owl-nav button span,
.member-says-slider .owl-nav button:before,
.savings-hand-with-star-img-mobile,
.text-review-slider .owl-nav button:before,
.wpcf7-spinner {
    display: none;
}
.hero-banner {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-banner .container {
    padding-top: 75px;
    padding-bottom: 92px;
    position: relative;
}
.bg-blue-satisfaction img,
img.bg-blue-satisfaction {
    position: absolute;
    right: -80px;
    bottom: -35px;
    height: 140px;
    width: auto;
}
.hero-banner-content {
    max-width: 620px;
    position: relative;
}

.cta-one{
    background-image: url('https://wpdev.powerwizard.com/wp-content/uploads/2023/04/22-Stars-WHT-20Trans@2x.png') !important;
}
.cta-three{    
    background-image: url(https://wpdev.powerwizard.com/wp-content/uploads/2023/04/New_22-Stars-WHT-20Trans@2x.png)!important;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 40px -35px !important;
}
.hero-banner {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.cta-one {
    background-size: 90% !important;
    background-position: 50px -30px !important;
    background-repeat: no-repeat !important;
    margin-top: 30px;
}
.cta-two, .cta-one{
    background-color: #3ba1b5 !important;
}
.cta-one, .cta-two, .cta-three, .cta-four {
    margin-bottom: 20px;
    padding: 30px;
}
.cta-four{
    background: #393949 !important;
    background-image: url(https://wpdev.powerwizard.com/wp-content/uploads/2023/04/22-Stars-WHT-20Trans@2x.png)!important;
    background-size: 90%!important;
    background-position: 50px -30px!important;
    background-repeat: no-repeat!important;
}
.cta-one p, .cta-two p, .cta-four p {
    color: #fff !important;
    margin-bottom: 0 !important;
}
.cta-three p{
    color:#393949 !important;
    margin-bottom: 0 !important;
}
.cta-one input, .cta-two input, .cta-three input, .cta-four input {
    border-radius: 8px 0 0 8px;
    height: 45px;
    font-size: 14px;
    max-width: 160px;
    width: 100% !important;
    box-shadow: none !important;
}
.cta-one button, .cta-two button, .cta-three button, .cta-four button {
    border-radius: 0 8px 8px 0;
    height: 45px !important;
    padding: 6px !important;
    font-size: 14px !important;
    max-width: 160px;
}
.cta-one form, .cta-two form, .cta-three form, .cta-four form {
    max-width: 320px;
    margin: 0 auto;
}

.hero_banner_topstar_left {
    top: -50px;
    height: 60px;
    left: -45px;
    position: absolute;
}
.details-terms p {
    padding: 0 !important;
}
.hero_banner_topstar {
    right: -120px;
    height: 140px;
    top: -4px;
    position: absolute;
}
.hero-banner .section-title {
    font-size: 2.7rem;
}
.hero-banner p {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 10px 30px 20px 0;
    margin: 0;
}
.google-review-sec {
    background: rgba(59, 161, 181, 0.1);
    padding: 1em 0;
}
.google-review-img {
    width: 270px;
}
#wpcf7-f7890-o1 .wpcf7-form span.zipcode,
.reviews-left {
    width: 40%;
}
.google-review-content {
    text-align: right;
}
.google-review-content p {
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0;
}
.solar-cta {
    display: block;
    background: #eee;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center!important;
}
.solar-cta p {
    margin-bottom: 15px;
    /*font-family: BioRhyme,sans-serif;*/
}
ul.social-share {
    align-items: center !important;
    justify-content: center !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.google-review-content p.google-review-author {
    font-size: 18px;
}
.homepage-test-priority-section {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 445px;
}
.homepage-test-priority-wrapper {
    padding: 30px 0 20px;
    max-width: 640px;
}
.pom-hero-banner {
    background-position: center;
}
.pom-hero-banner-content {
    margin-left: 40%;
    position: relative;
}
.pom-hero-banner-content h1 {
    font-size: 2.8rem !important;
    line-height: 57px;
    padding: 0 0 2rem;
    color: #fff;
    font-family: Barlow, Arial, Open Sans, Helvetica, sans-serif;
    font-weight: 400;
}
.help-col-left h1,
.ma-grey-section h2,
.pom-protect-section h2 {
    /*font-family: BioRhyme, Arial, Helvetica, sans-serif;*/
}
.pom_banner_button_block a {
    font-size: 20px;
    padding: 15px 35px;
    color: #ef5b4e;
    text-decoration: none;
    background: #fff;
    font-weight: 700;
    border: 2px solid #ef5b4e;
    border-radius: 8px;
}
.pom-protect-section {
    margin-top: 3rem;
}
.faq-sec .container,
.guarantee-banner-sec .container,
.pom-protect-section .container,
.savings-section .container {
    position: relative;
}
.pom-protect-section .protect-section-inner {
    max-width: 850px;
    margin: 0 auto;
}
.pom-protect-section h2 {
    color: #242435;
    padding-bottom: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
.pom-protect-section img {
    position: absolute;
    left: 0;
}
.estimate-cta input {
    font-size: 14px;
    padding: 12px 6px;
    border-radius: 8px 0 0 8px;
    background: #fff;
    border: none;
    height: 45px;
    width: auto !important;
    /*box-shadow: none !important;*/
}
.estimate-cta button {
    color: #fff;
    font-size: 14px !important;
    text-align: center;
    padding: 12px 6px;
    background: #ef5b4e;
    border-radius: 0 8px 8px 0;
    border: none;
    height: 45px;
    width: auto !important;
}
/*
.estimate-cta .d-flex.flex-wrap {
    max-width: 320px;
}*/
#wpcf7-f7890-o1 .wpcf7-form p {
    padding-right: 0;
    display: flex;
}
#wpcf7-f7890-o1 .wpcf7-form input.zipcode,
.blog-main-sec .blog-list ul li .img-outer img,
.popup-box .app-modal iframe {
    width: 100%;
}
#wpcf7-f7890-o1 .wpcf7-submit {
    width: 60%;
    border-radius: 0 8px 8px 0 !important;
    font-weight: 500 !important;
    font-size: 1.4rem !important;
    padding: 10px 20px !important;
}
.ma-grey-section h2 {
    margin-bottom: 2rem;
}
.ma-grey-section h2 span {
    font-family: Barlow, Open Sans, Helvetica, Arial, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: #3ba1b5;
}
.ma-grey-section h5 {
    margin-bottom: 1.5rem;
}
.ma-grey-section .annual-savings--container {
    max-width: 675px;
    margin: 0 auto;
    background: #fff;
    padding: 1rem;
}
.help-images:after,
.terms-of-service-banner-sec h1:after {
    content: " ";
    background-image: url(../images/three-stars.png);
}
.ma-grey-section h3 {
    align-items: flex-end;
    display: flex;
    line-height: 3.5;
    width: 33%;
    font-size: 1rem;
    font-weight: 700;
}
.ma-grey-section .annual-savings-row {
    display: flex;
}
.ma-grey-section .annual-savings--item {
    align-items: flex-end;
    display: flex;
    line-height: 3.5;
    width: 33%;
}
.faq-wrapper-item:before,
.terms-of-service-banner-sec h1:after {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.homepage-test-monthly-bill p {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
}
.homepage-test-signup-section .btn {
    padding: 16px 38px;
    font-size: 1.3rem;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 10%);
    font-weight: 700;
    height: auto;
}
.homepage-test-signup-section .btn i:first-child {
    margin-right: 10px;
    margin-left: 0;
}
.homepage-test-signup-section .btn i:last-child {
    margin-left: 10px;
    margin-right: 0;
}
.popup-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow: auto;
    overflow-y: scroll;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: var(--text-color);
    opacity: 0;
    visibility: hidden;
}
.popup-box.active {
    opacity: 1;
    visibility: visible;
}
.popup-box .app-modal {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
}
.app-modal-close-button {
    top: -22px;
    right: -100px;
    color: #fff !important;
    font-size: 3rem;
    font-weight: 100;
    box-shadow: none;
    text-shadow: none;
    font-family: sans-serif;
    opacity: 1;
    position: absolute;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
.faq-sec .bg-white {
    padding: 30px 20px;
}
.faq-wrapper .faq-wrapper-item,
.homepage-faq-link {
    margin-left: 24px;
    text-align: left;
    padding-left: 16px;
    position: relative;
}
.faq-sec {
    color: #333;
    overflow: hidden;
    padding-bottom: 100px;
}
.faq-sec .section-title,
.member-says-sec .homepage-test-signup-section h3 {
    margin-bottom: 24px;
}
.faq-wrapper .faq-wrapper-item {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #242435;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 1%);
    font-size: 1rem;
    font-weight: 500;
}
footer.footer.five-col span.wpcf7-form-control-wrap input {
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 8px 0 0 8px;
    background: #fff;
    border: none;
    height: 45px;
    max-width: 140px;
}
footer.footer.five-col input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 12px 6px;
    background: #ef5b4e;
    border-radius: 0 8px 8px 0;
    border: none;
    height: 45px;
    max-width: 140px;
}
footer.footer.five-col .footer-copyright.d-flex.flex-wrap.align-center {
    max-width: 1220px;
    margin: 0 auto;
    margin-top: 30px;
}
footer.footer.five-col .footer-copyright-content, .footer-copyright-menu {
    width: 33%;
}
footer.footer.five-col p {
    margin-bottom: 0px;
}
footer.footer.five-col .footer-social-links ul {
    justify-content: center;
}
.faq-wrapper-item h4 {
    font-size: 1.4rem;
    font-weight: 700;
}
.faq-wrapper-item p {
    font-size: 1rem;
    font-weight: 500;
}
.faq-wrapper-item .morelink,
.faq-wrapper-item .read-more-faq-btn {
    font-weight: 500;
    text-decoration: underline;
    margin-left: 8px;
    color: #3ba1b5;
}
.homepage-faq-link {
    font-size: 1.4rem;
    font-weight: 700;
    padding-top: 20px;
}
.homepage-faq-link a {
    color: #3ba1b5;
    text-decoration: underline;
}
.faq-wrapper {
    counter-reset: li;
    margin: 0;
}
.faq-wrapper-item:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    height: 30px;
    width: 30px;
    left: -25px;
    top: 7px;
    font-size: 32px;
    color: #ef5b4e;
    font-weight: 700;
}
.faq-sec .bg-blue-stars-top {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: -25px;
    z-index: 1;
}
.faq-sec .bg-blue-stars-bottom {
    position: absolute;
    right: 114%;
    top: 30%;
}
.member-says-slider {
    border-right: 1px solid var(--text-color);
    border-left: 1px solid var(--text-color);
    margin: 36px 0;
}
.member-says-sec .container {
    padding: 0 22px;
}
.member-says-slider .item {
    padding: 0 15px;
    text-align: center;
    height: 100%;
    border-right: 1px solid #f0f0f0;
}
.member-says-slider .item p {
    font-weight: 700;
    font-size: 1.25rem;
}
.member-says-slider .item .member-says-review-author {
    font-size: 18px;
    font-weight: 400;
    color: #242435;
}
.member-says-slider .item img {
    width: 100px;
    margin: auto;
}
.member-says-slider .owl-stage {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.member-says-slider .owl-nav button.owl-next,
.member-says-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 11px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.member-says-slider .owl-nav button img {
    max-height: 100%;
}
.member-says-slider .owl-nav button.owl-prev {
    left: -11px;
    background-image: url(../images/filled-arrow-left.svg);
}
.member-says-slider .owl-nav button.owl-next {
    right: -11px;
    background-image: url(../images/filled-arrow-right.svg);
}
.member-says-sec .homepage-test-signup-section {
    text-align: center;
    padding: 40px 0;
}
.contact-main-sec .container,
.faq-main-sec .container,
.rating-section .container,
.terms-of-service-banner-sec .container {
    max-width: 1140px;
}
.terms-of-service-banner-sec h1 {
    text-align: left;
    max-width: 100% !important;
    font-size: 3.3rem !important;
}
.terms-of-service-banner-sec p {
    text-align: left;
    max-width: 100% !important;
    font-size: 22px !important;
}
.terms-of-service-banner-sec h1:after {
    position: absolute;
    right: 150px;
    left: auto;
    height: 181px;
    width: 130px;
    bottom: -150px;
    top: auto;
    z-index: 9;
}
.terms-of-service-main-sec h2 {
    font-size: 1.1rem;
    font-weight: 700;
    padding: 20px 0 0;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
}
.terms-of-service-main-sec p,
.terms-of-service-main-sec ul {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 12px 0;
    color: #242435;
}
.terms-of-service-main-sec li {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #242435;
    list-style-type: inherit;
    list-style-position: inside;
}
.terms-of-service-main-sec a {
    color: #007bff;
}
.terms-of-service-main-sec a:hover {
    color: #0056b3;
    text-decoration: underline;
}
.reviews-banner-sec {
    padding-top: 0 !important;
}
.reviews-banner-inner-sec {
    max-width: 730px;
    margin: 0 auto;
}
.reviews-banner-sec h1 {
    font-size: 3.3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.reviews-banner-sec p {
    font-size: 28px !important;
    padding-bottom: 2rem;
}
.reviews-banner-left img {
    top: 12rem !important;
    height: 20rem !important;
    transform: inherit !important;
}
.reviews-main-sec {
    padding: 50px 0 !important;
}
.reviews-left,
.reviews-right {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.reviews-main-sec p {
    font-size: 17px;
}
.reviews-row {
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.reviews-right {
    width: 60%;
    display: flex;
}
.reviews-right img {
    margin-right: 2em;
    width: 35px;
    height: 35px;
    margin-top: 0;
}
.reviews-inner-left,
.reviews-inner-right {
    display: inline-block;
    vertical-align: top;
}
.reviews-inner-left span {
    width: 70px;
    height: 70px;
    font-size: 28px;
    border-radius: 50%;
    color: #242435;
    background: rgba(59, 161, 181, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
}
.reviews-left img {
    height: 30px;
    margin: 0 0 0.75em;
}
.reviews-left h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
.help-col-left {
    width: 50%;
    float: left;
    padding: 120px 15px;
}
.help-col-right {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    text-align: center;
}
.help-col-left h1 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #242435;
}
.abilene-banner-sec h1,
.content-page-estimate-right h2,
.start-saving-sec h2 {
    font-family: var(--additional-font-family);
}
.help-col-left p {
    font-size: 1rem;
    font-weight: 500;
    color: #242435;
}
.help-col-left .link-heading {
    font-size: 0.8rem;
    font-weight: 500;
    color: #242435;
}
.help-col-left li {
    padding-bottom: 15px;
}
.help-col-left a {
    font-weight: 700;
    font-size: 1rem;
    color: #ef5b4e;
    text-decoration: underline;
}
.help-col-left a:hover {
    color: #d54943;
    text-decoration: underline;
}
.help-images {
    position: absolute;
    top: -10px;
    z-index: -1;
}
.help-images img {
    width: 170px;
    height: 175px;
}
.help-images .teal-image {
    left: 270px;
    position: absolute;
}
.help-images:after {
    height: 100px;
    width: 125px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    bottom: -78px;
    left: -57%;
    transform: translateX(0);
}
.help-col-left:after,
.help-col-right:after {
    content: " ";
    background-image: url(../images/pw-icon.463764ae156e5910815d.svg);
    background-repeat: no-repeat;
    bottom: -30px;
    position: relative;
    background-size: contain;
    display: inline-block;
}
.help-box-img {
    margin-top: 100px;
}
.help-box-img img {
    width: 300px;
    margin-top: -4px;
}
.help-col-right:after {
    height: 80px;
    width: 145px;
    left: 50%;
    transform: translateX(-50%);
}
.help-col-left:after {
    height: 60px;
    width: 115px;
    left: 97%;
}
.norton-secured {
    margin-top: 10px;
}
.start-saving-sec {
    position: relative;
    overflow: hidden;
    padding: 0 0 100px;
    text-align: center;
}
.start-saving-sec h2 {
    margin-bottom: 50px;
    font-weight: 700;
    margin-top: 50px;
    color: #242435;
}
.start-saving-sec .btn {
    font-size: 20px;
    padding: 16px 35px 18px;
    line-height: normal;
    height: auto;
    font-weight: 600;
}
.norton-secured img {
    width: 100px;
}
.faq-geoup-sec {
    padding: 0 0 30px;
}
img.faq-power-teal-img {
    position: absolute;
    left: -80px;
    bottom: -170px;
    width: 250px;
}
img.bulb-question-img {
    position: absolute;
    right: 121px;
    bottom: 10px;
    height: 184px;
    width: auto;
}
.start-saving-sec.faq-start-saving {
    padding: 50px 0;
    margin-top: -40px;
}
.start-saving-sec.faq-start-saving h2 {
    margin-bottom: 30px;
}
.read-more-section > a {
    font-weight: 500;
    color: #3ba1b5;
    text-decoration: underline;
    text-transform: capitalize;
    cursor: pointer;
}
.read-more-section > a.read-less {
    color: var(--primary-color);
}
.list-items li {
    text-align: left;
    margin-left: 34px;
    font-weight: 400;
    margin-bottom: 1rem;
}
.list-items li:before {
    content: url(../images/teal-circle-check-mark.svg);
    color: #3ba1b5;
    margin-left: -32px;
    margin-right: 11px;
    display: inline-block;
    position: relative;
    top: 5px;
    width: 19px;
}
.zipcode-form input[type="text"] {
    width: 40%;
    font-size: 1.2rem;
    border-color: transparent;
    background-color: #f0f0f0;
    border-radius: 8px 0 0 8px;
}
.abilene-plan-form-inner .zipcode-form input[type="text"]:focus,
.zipcode-form input[type="text"]:focus {
    border-color: var(--secondary-color);
}
.blog-main-sec .blog-list ul li .btn:hover,
.contact-form-sec form ul li input[type="submit"]:hover,
.contact-start-saving a.btn:hover {
    color: #d54943;
    border-color: #d54943;
}
.zipcode-form .btn {
    width: 60%;
    border-radius: 0 8px 8px 0;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.42857143;
    height: auto;
    padding: 10px 14px;
}
.hiw-hero-right-img {
    position: absolute;
    right: 0;
    bottom: -5rem;
    height: 10rem;
    z-index: 1;
    transform: rotate(190deg);
    -webkit-transform: rotate(190deg);
    -moz-transform: rotate(190deg);
}
.contact-banner-sec .container {
    max-width: 1140px;
    text-align: left;
}
.contact-banner-sec p {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}
.contact-banner-left img {
    height: 460px;
    position: absolute;
    top: 0;
    right: 0;
}
.contact-banner-sec .star-bdge {
    position: absolute;
    right: 30%;
    top: 85px;
    width: 130px;
}
.contact-main-sec {
    padding: 48px 0 90px;
    background: #f0f0f0;
}
.contact-form-sec {
    width: 57.2%;
    background: #fff;
    padding: 48px;
}
.contact-form-sec h2,
.contact-infos .contact-dis h2 {
    font-weight: 700;
    font-size: 2.2rem;
    color: #242435;
    font-family: var(--additional-font-family);
}
.contact-form-sec form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-form-sec form ul li + li {
    margin: 30px 0 0;
}
.contact-form-sec form ul li input:not([type="submit"]),
.contact-form-sec form ul li select {
    border-radius: 8px;
    box-shadow: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px;
    position: relative;
    outline: 0;
    transition: 0.2s ease-in;
    width: 100%;
    border: 2px solid #242435;
}
.contact-infos-sec {
    width: 100%;
    display: flex;
}
.contact-infos {
    background: #fff;
    padding: 48px;
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
}
.contact-infos + .contact-infos {
    margin-left: 48px;
}
.contact-infos .contact-icon {
    width: 80px;
    margin-right: 15px;
}
.contact-infos .contact-dis {
    width: calc(100% - 95px);
}
.contact-infos .contact-dis p {
    margin: 0 0 15px;
    font-weight: 700;
}
.contact-infos .contact-dis a {
    font-weight: 500;
    font-size: 20px;
    color: #ef5b4e;
    text-decoration: underline;
    cursor: pointer;
}
.address-main-sec {
    padding: 0 0 155px;
    background: #f0f0f0;
}
.address-items {
    max-width: 1140px;
    margin: 0 auto;
    background: #fff;
    padding: 35px 25px;
}
.address-items .address-col {
    margin: 0 10px;
}
.address-items .address-col h6 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 5px;
}
.address-items .address-col h6 a {
    color: #242435;
}
.address-items .address-col p {
    font-size: 1.2rem;
    margin: 0 0 2px;
}
.address-items .address-col p a {
    font-weight: 700;
    text-decoration: underline;
    color: #242435;
}
.start-saving-sec.contact-start-saving {
    padding-top: 50px;
    overflow: visible;
}
.contact-start-saving img.bulb-question-img {
    height: 250px;
    bottom: auto;
    top: -150px;
    right: auto;
    left: 68.5%;
}
.contact-start-saving img.faq-power-teal-img {
    height: 500px;
    left: 0;
    bottom: 0;
}
.contact-start-saving a.btn {
    background: #fff;
    color: var(--primary-color);
    font-weight: 700;
}
.contact-form-sec form ul li.two-coloum {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.contact-form-sec form ul li.two-coloum > span {
    width: calc(50% - 15px / 2);
}
.contact-form-sec form ul li input[type="submit"] {
    background: #fff;
    color: var(--primary-color);
    width: auto;
    font-weight: 700;
    padding-right: 25px;
    padding-left: 25px;
}
.contact-form-sec form ul li .wpcf7-not-valid {
    border-color: red !important;
}
.contact-form-sec .invalid .wpcf7-response-output {
    text-align: center;
    border: 1px solid red;
    color: red;
    margin: 15px 0 0;
    font-size: 16px;
    padding: 7px 10px;
    line-height: normal;
}
.contact-form-sec .sent .wpcf7-response-output {
    text-align: center;
    border: 1px solid green;
    color: green;
    margin: 15px 0 0;
    font-size: 16px;
    padding: 7px 10px;
    line-height: normal;
}
.abilene-banner-sec {
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 100px 0;
    position: relative;
}
.abilene-banner-left {
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
}
.abilene-banner-sec h1 {
    font-size: 2.7rem;
    font-weight: 500;
    color: #fff;
}
.abilene-banner-sec p {
    font-size: 20px;
    font-weight: 500;
    padding-top: 12px;
    color: #fff;
    max-width: 570px;
    margin: 0 auto 1rem;
}
.abilene-plan-form-inner {
    max-width: 484px;
    margin: 0 auto;
}
.abilene-plan-form-inner .zipcode-form .btn {
    font-size: 16px;
    font-weight: 700;
    width: 48%;
}
.abilene-plan-form-inner .zipcode-form input[type="text"] {
    font-size: 18px;
    font-weight: 500;
    width: 52%;
    border: 1px solid #242435;
    border-right: 0;
}
.abilene-plan-form-after {
    margin-top: 0.75rem;
    padding: 0 10px;
}
.abilene-plan-form-after * {
    font-size: 15px;
    font-weight: 500;
    color: var(--hover-color);
}
.abilene-plan-form-after a,
.abilene-plan-form-after a:hover {
    text-decoration: underline;
    color: var(--hover-color);
}
.ez-toc-list a,
.video-link {
    text-decoration: underline !important;
}
.abilene-plan-form-sec {
    position: relative;
    top: -2rem;
    display: block;
    background: 0 0;
    padding: 0;
    margin-bottom: 3rem;
}
#ez-toc-container,
.table-of-contents {
    background-color: #fbfbfb;
    box-sizing: content-box;
}
.article-content-sec {
    margin-top: 60px;
    margin-bottom: 60px;
}
#ez-toc-container {
    border: 1px solid #ececec;
    padding: 2rem 2rem 0;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
}
.ez-toc-title {
    font-size: 18px !important;
    font-family: Barlow, Arial, Open Sans, Helvetica, sans-serif;
    font-weight: 600 !important;
    color: #242435;
    padding-bottom: 1rem !important;
}
.ez-toc-list {
    margin-left: 2rem !important;
    margin-bottom: 2rem !important;
}
.ez-toc-list li {
    margin-bottom: 1rem !important;
}
.ez-toc-list a {
    font-size: 18px;
    color: #242435;
}
.table-of-contents {
    border: 1px solid #ececec;
    padding: 2rem;
    margin-bottom: 2rem;
    border-radius: 0.5rem;
}
.table-of-contents p {
    font-weight: 600;
}
.abilene-content-sec img.alignleft,
.single-blog-content img.alignleft {
    float: left;
    margin-right: 20px;
}
.page-template-cancellation-policy-template h2 {
    padding-top: 50px;
}
.abilene-content-sec img.alignright,
.single-blog-content img.alignright {
    float: right;
    margin-left: 20px;
}
.abilene-content-sec img.aligncenter,
.single-blog-content img.aligncenter {
    margin: 0 auto;
}
.abilene-content-sec .table-of-contents a,
.magic-repeater-item-content-inner a:hover,
.raf-amazon-disclaimer a {
    text-decoration: underline;
}
.abilene-content-sec .neighborhoods-cta ul,
.abilene-content-sec .zipcodes-cta ul {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 1rem;
}
.abilene-content-sec .neighborhoods-cta ul li,
.deregulated-cities ul li {
    border: 1px solid #f0f0f0;
    margin: -1px 0 0 -1px;
    padding: 0.5rem;
    text-align: center;
    width: 25%;
}
.abilene-content-sec .zipcodes-cta ul li {
    border: 1px solid #f0f0f0;
    margin: -1px 0 0 -1px;
    padding: 0.5rem;
    text-align: center;
    width: 20%;
}
.abilene-content-sec .neighborhoods-cta ul li a,
.abilene-content-sec .zipcodes-cta ul li a {
    color: #007bff;
    text-decoration: underline;
}
.abilene-start-saving {
    position: relative;
    text-align: center;
    padding: 7rem 0;
    overflow: hidden;
}
.abilene-start-saving h2 {
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 0.5rem;
}
.abilene-start-saving .bulb-question-img {
    bottom: 0;
    left: 0;
    zoom: 1;
    position: absolute;
    right: 0;
    z-index: -1;
}
.abilene-start-saving .faq-power-teal-img {
    transform: scaleX(-1);
    right: 0;
    left: auto;
    bottom: 40px;
    zoom: 0.5;
}
.content-page-estimate-right-sticky {
    position: sticky;
    top: 20px;
    z-index: 2;
}
.content-page-estimate-right {
    width: 326px;
    position: absolute;
    right: 0;
    padding: 1.5rem;
    background: #242435;
    margin-top: 240px;
}
.content-page-estimate-right:before {
    content: "";
    height: 43px;
    width: 60px;
    background-image: url(../images/pg-logo--point-up.png);
    left: 5px;
    top: -57px;
    display: block;
    position: absolute;
    background-size: contain;
}
.content-page-estimate-right:after {
    content: "";
    height: 44px;
    width: 51px;
    background-image: url(../images/pg-logo--point-right.png);
    display: block;
    left: 0;
    bottom: -65px;
    position: absolute;
}
.content-page-estimate-right h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.content-page-estimate-right .zipcode-form input[type="text"] {
    width: 100%;
    border-radius: 8px 8px 0 0;
    border: 1px solid var(--text-color);
}
.content-page-estimate-right .zipcode-form .btn {
    width: 100%;
    padding: 16px 15px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 0 8px 8px;
}
.content-page-estimate-right form {
    padding: 0 5px;
}
.abilene-plan-form-after p {
    display: inline-block;
}
.refer-banner-sec {
    overflow: hidden;
    padding: 20px 0 160px;
    color: #fff;
    text-align: center;
    background: #3ba1b5;
    position: relative;
}
.refer-banner-sec .container {
    max-width: 1200px;
    width: 90%;
}
.why-refer-sec .container {
    max-width: 1150px;
}
.refer-banner-sec h1 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    width: 100%;
    font-weight: 700;
    font-family: var(--additional-font-family);
    margin-top: 20px;
    line-height: 1.5;
}
.faq-main-sec-full h2,
.savings-section h2 {
    letter-spacing: 1px;
    font-family: var(--additional-font-family);
}
.refer-banner-sec p {
    font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    color: #fff;
    margin-top: 20px;
}
.refer-banner-sec .star-bdge-left {
    position: absolute;
    width: 170px;
    left: 0;
    top: 0;
}
.refer-banner-sec .star-bdge-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 170px;
    height: 200px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.gift-card-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.gift-card-container img {
    display: inherit;
    right: 170px;
    height: 235px;
    top: -160px;
    position: absolute;
    width: auto;
}
.why-refer-sec h2 {
    margin-top: 90px;
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: #3ba1b5;
    font-family: var(--additional-font-family);
    font-weight: 700;
    text-align: center;
}
.why-refer-item {
    width: calc(100% / 2 - 30px / 2);
    margin-right: 30px;
    padding: 0 15px 0 110px;
    position: relative;
    margin-bottom: 20px;
}
.why-refer-item:nth-child(2n + 2) {
    margin-right: 0;
}
.why-refer-item img,
.why-refer-item svg {
    width: 60px;
    position: absolute;
    left: 10px;
}
.why-refer-item h3 {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}
.why-refer-item p {
    font-size: 1.3rem;
    color: #000;
    padding-bottom: 20px;
}
.savings-section {
    background-image: url(../images/savingsestimate.png);
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 70px;
    background-size: 250px;
    background-position-y: 65px;
    background-position-x: 13%;
    text-align: center;
}
.saving-star-img-left {
    height: 110px;
    top: -130px;
    left: 150px;
    position: absolute;
}
.refer-banner-sec .container {
    max-width: 1200px;
    width: 80%;
}
section.rating-section h4 {
    color: #fff;
}
div#text-review-slider p {
    font-size: 22px;
    color: #fff;
}
.page-template-referafriend .title p {
    color: #3ba1b5!important;
    font-weight:500;
}
.page-template-referafriend .title{
    background-color: #f7f7f7;
}
.saving-star-img-right {
    height: 150px;
    bottom: -120px;
    right: 60px;
    position: absolute;
}
.savings-section h2 {
    font-size: 2.5rem;
    color: #3ba1b5;
    font-weight: 700;
}
.savings-section p {
    font-size: 1.4rem;
    color: #000;
    padding-top: 20px;
    max-width: 700px;
    margin: 0 auto;
}
.savings-section .btn {
    margin-top: 50px;
    font-size: 1.2rem;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1.42857143;
}
.magic-headline {
    padding: 100px 0;
    text-align: center;
}
.magic-headline h2 {
    font-size: 2.5rem;
    color: #000;
    font-weight: 700;
    font-family: var(--additional-font-family);
}
.magic-headline h2 span,
.magic-repeater-item-content-inner a,
.magic-subheadline span {
    color: #3ba1b5;
}
.magic-repeater-item {
    margin-top: 110px;
    position: relative;
}
.magic-repeater-item .magic-step-img {
    width: 120px;
    top: -70px;
    display: block;
    position: absolute;
    left: auto;
    right: 70px;
}
.magic-repeater-item-img {
    height: 370px;
    width: 58.33%;
}
.magic-repeater-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.magic-repeater-item-content {
    width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
    align-items: self-end;
    -webkit-align-items: self-end;
    -moz-align-items: self-end;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.magic-repeater-item-content-inner {
    margin-left: 120px;
    position: relative;
    padding-left: 90px;
    width: 100%;
}
.magic-number {
    font-size: 7rem;
    top: -28px;
    font-weight: 700;
    font-family: var(--additional-font-family);
    position: absolute;
    left: -10px;
    color: #333;
}
.magic-subheadline {
    font-size: 2.2rem;
    color: #000;
    font-weight: 700;
    font-family: var(--additional-font-family);
}
.magic-repeater-item-content-inner p {
    font-size: 1.4rem;
    color: #000;
    padding-top: 10px;
    max-width: 360px;
}
.magic-repeater-item-content-inner .btn {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 1.2rem;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none !important;
}
.magic-repeater-item-content-inner .magic-sub-text {
    display: block;
    font-size: 1.2rem;
}
.magic-line {
    width: 200px;
    display: block;
    height: 3px;
    background-color: #3ba1b5;
    position: absolute;
    z-index: 1;
    left: -260px;
    top: 25px;
}
.magic-repeater-item:nth-child(2n) .magic-line {
    right: -160px;
    left: auto;
}
.magic-repeater-item:nth-child(2n) {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
}
.rating-section {
    margin-top: 130px;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    position: relative;
}
.rating-guarantee img {
    position: absolute;
    right: 100px;
    height: 200px;
    top: -115px;
}
.rating-section h2 {
    font-size: 2.5rem;
    margin-top: 40px;
    font-family: var(--additional-font-family);
    font-weight: 500;
}
.rating-headline-2 .rating-value {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.rating-headline-2 .rating-star {
    height: 90px;
    padding: 0 15px;
}
.rating-headline-2 .rating-star img {
    width: 100%;
    height: 100%;
}
.rating-headline-2 .rating-review {
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.rating-headline-2 {
    margin-top: 30px;
}
.text-review-slider {
    padding: 0 70px;
    margin-top: 40px;
}
.text-review-slider h4 {
    font-size: 2.1rem;
    font-weight: 500;
}
.text-review-slider p {
    font-size: 1.6rem;
    margin-top: 10px;
    color: #fff;
}
.text-review-slider .owl-nav button i {
    font-size: 2.5rem;
}
.text-review-slider .owl-nav button {
    width: auto;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background: 0 0;
}
.text-review-slider .owl-nav button.owl-next {
    left: auto;
    right: 0;
}
.faq-main-sec-full {
    padding-top: 0;
    padding-bottom: 40px;
}
.faq-main-sec-full h2 {
    font-size: 2.5rem;
    margin-top: 50px;
    margin-bottom: 80px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.faq-main-sec-full .container {
    max-width: 1820px;
    padding: 0 40px;
}
.faq-main-sec-full .faq-geoup-sec ul li > h3 {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, 0.03);
}
.faq-main-sec-full .faq-geoup-sec ul li > h3:after {
    width: 15px;
    right: 20px;
    height: 15px;
    border-width: 0 3px 3px 0;
}
.faq-main-sec-full .faq-geoup-sec ul li .faq-dis {
    padding: 1.25rem;
}
.raf-amazon-disclaimer p {
    font-size: 0.8rem;
    font-weight: 500;
}
.faq-main-sec-full .faq-geoup-sec {
    padding: 0 0 20px;
}
.blog-main-sec .blog-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 0 15px;
    list-style: none;
    max-width: 884px;
}
.blog-main-sec .pagination,
.social-share-footer ul.social-share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.blog-main-sec .blog-list ul li {
    padding: 0;
    background: #f0f0f0;
    width: calc(50% - 16px);
    text-align: left;
    margin-bottom: 32px;
    overflow: hidden;
}
.blog-main-sec .blog-list ul li .content-section {
    padding: 2rem;
}
.blog-main-sec .blog-list ul li .tags {
    border-radius: 0.25rem;
    border: 1px solid #ef5b4e;
    color: #fff;
    background: #ef5b4e;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    padding: 0.4rem 0.5rem;
    text-decoration: none;
    margin-right: 0.75rem;
    font-size: 14px;
    margin-bottom: 7px;
}
.blog-main-sec .blog-list ul li h2 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #242435;
}
.blog-main-sec .blog-list ul li p {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-main-sec .blog-list ul li .btn {
    font-size: 1.15rem;
    display: flex;
    width: 9.5rem;
    margin-top: 1rem;
    background: #fff;
    border: 1px solid #ef5b4e;
    color: #ef5b4e;
    border-radius: 0.25rem;
    padding: 0.7rem 1.2rem;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    height: auto;
}
.page-template-terms-of-service-template .terms-of-service-banner-sec h1:after{
    top:0;
}
.blog-main-sec .blog-list ul li .btn:after {
    transition: 0.2s ease-in;
    position: absolute;
    content: "➞";
    right: 6px;
}
.blog-main-sec .blog-list ul li .btn:hover:after {
    right: 0.7rem;
}
.blog-main-sec .blog-list ul li .img-outer a {
    display: block;
    width: 100%;
}
.social-share-footer ul.social-share {
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.single-blog-inner-top .post-date {
    margin: 0 0 10px;
}
.default-sec {
    padding: 50px 0;
}
section.realted-blogs.blog-main-sec .blog-list > h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    font-family: var(--additional-font-family);
    text-align: center;
}
.blog-main-sec .pagination {
    margin: 0 auto 1rem;
    max-width: 884px;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.blog-main-sec .pagination > * {
    border: 1px solid #ef5b4e;
    border-radius: 0.25rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ef5b4e;
    font-weight: 700;
    text-decoration: none;
    margin-right: 0.75rem;
    cursor: pointer;
}
.blog-main-sec .pagination > .current {
    background-color: #ef5b4e;
    border-color: #ef5b4e;
    color: #fff;
    cursor: default;
}
.section_wrapper.inner_content {
    padding: 40px 0 70px;
}
.error404 section.default-sec {
    padding: 60px 0 200px;
    text-align: center;
}
.error404 section.default-sec a.btn {
    height: auto;
    padding: 10px 25px;
}
.blank-page-content-sec .container {
    max-width: 1220px;
    padding: 12px 28rem 12px 1em;
    margin-left: auto;
}
.redesign-estimate-cta {
    background-color: #f0f0f0;
    padding: 16px 12px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.redesign-estimate-cta p {
    font-size: 1.2rem;
    padding-bottom: 0;
    font-weight: 700;
    color: #242435;
}
.redesign-estimate-cta > div:first-child {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px;
}
.redesign-estimate-cta > div:nth-child(2) {
    width: calc(100% - 270px);
    margin: 0 auto;
}
.estimate-cta .btn,
.redesign-estimate-cta .btn {
    font-size: 20px;
    font-weight: 700;
    width: 240px;
}
.estimate-cta input[type="text"],
.redesign-estimate-cta input[type="text"] {
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 10%);
    border-color: transparent;
    border-right: 0;
    width: calc(100% - 240px);
}
.estimate-cta {
    margin: 2rem 0;
    border: 1px solid #ececec;
    padding: 2rem;
    box-sizing: content-box;
    border-radius: 0.5rem;
    background-color: #fbfbfb;
    max-width: 570px;
}
.estimate-cta h2 {
    font-size: 2.5rem;
    margin-top: 0;
    line-height: 1.25;
    margin-bottom: 1rem;
    font-family: var(--additional-font-family);
}
.estimate-cta input[type="text"] {
    width: calc(100% - 280px);
}
.estimate-cta .btn {
    width: 280px;
}
.video-link {
    margin-top: 0.5rem;
    display: inline-block;
    color: #ef5b4e !important;
    font-size: 0.9rem;
}
.video-link:before {
    content: "";
    background-image: url(../images/icons-sprite.svg);
    background-repeat: no-repeat;
    background-position-x: 0;
    display: inline-block;
    background-size: 24px auto;
    width: 24px;
    background-position-y: -612px;
    height: 25px;
    zoom: 0.7;
    margin-right: 5px;
    vertical-align: sub;
}
.article-content-sec .container {
    margin: 0 auto;
    padding: 0 15px;
}
.content-page-estimate-right-redesign {
    position: absolute;
    right: -28rem;
    max-width: 340px;
    margin-top: 160px;
    margin-bottom: 240px;
}
.content-page-estimate-right-redesign-inner {
    width: 100%;
    padding: 1rem 2rem 2em;
    background: #3ba1b5;
    position: relative;
    margin-bottom: 90px;
}
.content-page-estimate-right-redesign h2 {
    font-weight: 500;
    color: #fff;
    font-family: var(--additional-font-family);
    font-size: 1.5rem;
    margin: 0 0 5px;
    text-align: center;
}
.content-page-estimate-right-redesign h2 b {
    font-weight: 900;
}
.content-page-estimate-right-redesign p {
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 15px;
}
.content-page-estimate-right-redesign form .btn,
.pc-main h2,
.pc-main h4 {
    font-weight: 700;
}
.content-page-estimate-right-redesign form input[type="text"] {
    border-radius: 8px;
    display: block;
    margin-bottom: 12px;
    border: none;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 10%);
}
.content-page-estimate-right-redesign-inner:before {
    content: "";
    height: 75px;
    width: 90px;
    background: url(../images/estimate-sticky-top-teal-stars.svg) 0 0 / contain no-repeat;
    left: 5px;
    top: -88px;
    display: block;
    position: absolute;
}
.content-page-estimate-right-redesign-inner:after {
    content: "";
    height: 80px;
    width: 90px;
    background: url(../images/estimate-sticky-bottom-teal-stars.svg) no-repeat;
    display: block;
    right: 0;
    bottom: -92px;
    position: absolute;
}
.sidebar-share .single-blog-inner-top-right ul.social-share a {
    border-radius: 999px;
    margin: 0 0.25rem;
    background: #ef5b4e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-weight: 300;
    font-size: 20px;
}
.article-content-sec table td,
.article-content-sec table th {
    border: 1px solid #f0f0f0;
    padding: 0.5rem;
    font-size: 14px;
}
.sidebar-share {
    display: table;
    margin: 0 auto;
}
.sidebar-share .single-blog-inner-top-right ul.social-share {
    margin-left: 0;
}
.pc-main h2 {
    font-size: 2rem;
    text-align: center;
}
.pc-main h4 {
    font-size: 1.2rem;
    margin: 12px auto 16px;
    color: #333;
    text-align: center;
}
.pc-blocks {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
.disclaimer {
    padding-bottom: 40px;
}
.disclaimer p {
    color: #242435;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    line-height: 18px;
}
.article-content-sec table th {
    font-weight: 700;
    background-color: #e6e6e6;
    white-space: nowrap;
    text-align: left;
}
.deregulated-cities ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 1rem;
}
.homepage-test-estimate-section {
    background: rgba(51, 133, 149, 0.8);
    padding: 0.6em 0.6em 1em;
    max-width: 360px !important;
}
.homepage-test-estimate-section h2 {
    font-size: 1.7rem;
    color: #fff;
    margin: 0;
    padding-bottom: 0.5em;
}
.homepage-test-estimate-section form > div {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.homepage-test-estimate-section input[type="text"] {
    border-color: #fff;
    border-radius: 8px 0 0 8px;
    font-size: 14px !important;
    padding: 10px 20px !important;
    width: 40%;
    height: 45px !important;
}
.homepage-test-estimate-section button {
    width: 60%;
    border-radius: 0 8px 8px 0;
    font-weight: 500;
    font-size: 14px !important;
    padding: 10px 20px !important;
    height: 45px !important;
}
.guarantee-banner-sec p {
    font-size: 20px;
    font-weight: 500;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
}
.guarantee-banner-sec {
    background-color: #f0f0f0;
    text-align: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.guarantee-banner-sec h1 {
    font-size: 3.1rem;
    font-weight: 500;
    color: #242435;
    font-family: var(--additional-font-family);
}
.category-carbon-offset .filter-section {
    overflow: hidden;
    margin: 20px;
}
.category-carbon-offset .sort-dropdown-sec {
    width: 50%;
    max-width: 320px;
    float: right;
}
.start-saving-sec img.coins-outline-img {
    right: 72%;
    top: auto;
    bottom: -23px;
    height: 148px;
    position: absolute;
}
@media print {
    .terms-of-service-banner-sec,
    footer,
    header {
        display: none !important;
    }
    .terms-of-service-main-sec {
        padding-top: 0 !important;
    }
}
@media (max-width: 1599px) {
    .bg-blue-satisfaction img,
    img.bg-blue-satisfaction {
        right: 100px;
    }
    .hero-banner-content {
        margin-left: 50px;
    }
    .hero-banner .section-title {
        font-size: 2.4rem;
    }
    .homepage-test-estimate-section h2,
    .magic-repeater-item-content-inner p {
        font-size: 1.2rem;
    }
    .hero-banner p {
        font-size: 1.1rem;
    }
    .hero_banner_topstar {
        height: 90px;
        top: -4px;
        right: -80px;
    }
    .savings-section {
        background-position-x: 2%;
    }
    .magic-number {
        font-size: 6rem;
    }
    .magic-repeater-item-content-inner {
        padding-left: 70px;
        margin-left: 90px;
    }
    .magic-repeater-item:nth-child(odd) .magic-repeater-item-content-inner {
        padding-left: 70px;
    }
    .magic-repeater-item:nth-child(2n) .magic-repeater-item-content-inner {
        margin-left: 40px;
        padding-right: 10%;
    }
    .magic-subheadline {
        font-size: 2rem;
    }
    .blank-page-banner-sec .bg-blue-satisfaction {
        right: 20px;
    }
}
@media (max-width: 1280px) {
    .content-page-estimate-right-redesign {
        margin-right: 20px;
    }
}
@media (min-width: 1200px) {
    .d-xl-block {
        display: block !important;
    }
    .content-page-estimate-right .abilene-plan-form-after {
        display: none;
    }
}
@media (max-width: 1199px) {
    .google-review-content,
    .google-review-img {
        width: 100%;
        text-align: center;
    }
    .google-review-img img {
        width: 270px !important;
        margin: 0 auto;
        padding-bottom: 1em;
    }
    .google-review-content p.google-review-author {
        font-weight: 400;
    }
    .homepage-test-priority-section {
        background-position: -138px;
    }
    .app-modal-close-button {
        position: fixed;
        right: 20px;
        top: 10px;
    }
    .faq-sec {
        padding-bottom: 0;
    }
    .guarantee-bdge {
        position: relative;
        bottom: 0;
        right: 0;
        display: block;
        margin: 0 auto;
        padding: 15px 0 0;
    }
    .guarantee-banner-left img {
        top: auto;
        height: 250px;
        bottom: -62px;
    }
    .savings-electricity-img-sec:before {
        right: -60px;
    }
    .faq-geoup-sec {
        position: relative;
        z-index: 9;
    }
    .faq-banner-sec .star-bdge {
        left: 10px;
    }
    .start-saving-sec.faq-start-saving {
        padding: 20px 0 50px;
        margin-top: -10px;
    }
    .magic-repeater-item-content-inner .magic-sub-text,
    .why-refer-item p,
    .zipcode-form input[type="text"] {
        font-size: 1rem;
    }
    .why-refer-item h3,
    .zipcode-form .btn {
        font-size: 1.2rem;
    }
    img.bulb-question-img {
        right: 0;
    }
    .hiw-hero-right-img {
        right: 80px;
    }
    .contact-banner-left img {
        height: 340px;
    }
    .contact-form-sec,
    .contact-infos {
        padding: 32px;
    }
    .address-items {
        padding: 35px 15px 15px;
    }
    .address-items .address-col {
        margin: 0 10px 20px;
    }
    .abilene-banner-left,
    .abilene-plan-form-sec,
    .blank-page-content-sec .content-page-estimate-right-sticky,
    .blog-banner-left img,
    .blog-banner-sec .star-bdge,
    .content-page-estimate-right:after,
    .content-page-estimate-right:before {
        display: none;
    }
    .abilene-banner-sec h1,
    .rating-headline-2 .rating-value,
    .rating-section h2,
    .savings-section h2 {
        font-size: 2rem;
    }
    .abilene-banner-sec {
        padding: 30px 0;
    }
    .content-page-estimate-right-sticky {
        width: 100%;
        position: relative;
        right: 0;
        padding: 1.5rem;
        background: #242435;
        margin: 0 0 4rem;
        top: 0;
    }
    .content-page-estimate-right {
        width: 100%;
        position: relative;
        right: 0;
        padding: 0;
        background: #242435;
        margin: auto;
        max-width: 480px;
    }
    .content-page-estimate-right h2 {
        color: #fff;
        margin-bottom: 1rem;
        text-align: center;
        font-size: 1.3rem;
    }
    .content-page-estimate-right .zipcode-form input[type="text"] {
        width: 50%;
        border-radius: 8px 0 0 8px;
        border: none;
    }
    .content-page-estimate-right .zipcode-form .btn {
        width: 50%;
        padding: 16px 15px;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        border-radius: 0 8px 8px 0;
    }
    .abilene-content-sec .container {
        max-width: 840px;
        padding: 0 15px;
        margin-left: auto;
    }
    .blank-page-content-sec .container {
        max-width: 1070px;
    }
    .blank-page-banner-sec .bg-blue-satisfaction {
        bottom: -40px;
        height: 110px;
    }
    .estimate-cta {
        max-width: 100%;
    }
    .abilene-start-saving .bulb-question-img {
        position: absolute;
        right: 0;
        z-index: -1;
        zoom: 0.5;
        left: auto;
    }
    .abilene-start-saving .faq-power-teal-img {
        position: absolute;
        bottom: 0;
        left: 0;
        top: 0;
        zoom: 0.5;
        z-index: -1;
        transform: scaleX(1);
    }
    .refer-banner-sec h1 {
        font-size: 2.5rem;
    }
    .refer-banner-sec .container {
        max-width: 900px;
    }
    .refer-banner-sec p {
        font-size: 1.2rem;
        margin-left: 40px;
        margin-right: 40px;
    }
    .gift-card-container img {
        right: 170px;
        height: 185px;
        top: -125px;
    }
    .refer-banner-sec .star-bdge-left {
        width: 130px;
    }
    .refer-banner-sec .star-bdge-right {
        width: 140px;
        height: 170px;
    }
    .why-refer-sec h2 {
        font-size: 2rem;
        margin-top: 90px;
    }
    .why-refer-item img {
        width: 70px;
    }
    .why-refer-sec .container {
        max-width: 1020px;
    }
    .savings-section {
        background-size: 220px;
        background-position-x: -30px;
        background-position-y: 80px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .savings-section .btn {
        margin-top: 30px;
    }
    .savings-section p {
        font-size: 1rem;
        max-width: 500px;
    }
    .saving-star-img-left {
        height: 100px;
        left: 110px;
        top: -90px;
    }
    .saving-star-img-right {
        height: 110px;
        right: 60px;
        bottom: -110px;
    }
    .magic-repeater-item-img {
        width: 55%;
    }
    .magic-repeater-item-content-inner {
        padding-left: 50px;
        margin-left: 40px;
    }
    .magic-number {
        font-size: 5rem;
    }
    .magic-repeater-item-content {
        width: 45%;
    }
    .magic-repeater-item:nth-child(odd) .magic-repeater-item-content-inner {
        padding-left: 50px;
    }
    .magic-line {
        left: -230px;
    }
    .magic-subheadline {
        font-size: 1.8rem;
    }
    .magic-repeater-item-content-inner .btn {
        margin-top: 0;
    }
    .magic-repeater-item .magic-step-img {
        width: 90px;
        top: -50px;
    }
    .magic-repeater-item {
        margin-top: 80px;
    }
    .rating-guarantee img {
        position: absolute;
        right: 30px;
        height: 170px;
        top: -85px;
    }
    .rating-section {
        margin-top: 100px;
    }
    .rating-headline-2 .rating-review {
        font-size: 1.1rem;
    }
    .rating-headline-2 .rating-star {
        height: 60px;
    }
    .text-review-slider h4 {
        font-size: 1.6rem;
    }
    .text-review-slider p {
        font-size: 1.4rem;
    }
    .faq-main-sec-full h2 {
        font-size: 2rem;
        margin-bottom: 50px;
    }
    .article-content-sec .container,
    .blank-page-content-sec .container {
        padding-bottom: 30px;
        padding-top: 20px;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .help-row {
        display: flex;
        flex-direction: column-reverse;
    }
    .help-col-left,
    .homepage-test-priority-section img,
    .philosophy-options-item {
        width: 100%;
    }
    .help-col-right {
        margin: 0 auto;
    }
    .desktop-head,
    .hiw-hero-right-img,
    .savings-electricity-img-sec:before {
        display: none;
    }
    .homepage-test-priority-section {
        min-height: auto;
        background: 0 0 !important;
    }
    .homepage-test-priority-wrapper {
        padding: 30px 0;
        margin: 0 auto;
        text-align: center;
    }
    body {
        padding-top: 90px;
    }
    .contact-banner-left img + img,
    .notification-bar p br {
        display: block;
    }
    .faq-main-sec-full h2,
    .member-says-heading,
    .why-refer-sec h2 {
        font-size: 1.8rem;
    }
    .hero-banner .section-title,
    .savings-section h2 {
        font-size: 1.7rem;
    }
    .hero-banner p,
    .homepage-test-estimate-section button,
    .homepage-test-estimate-section input[type="text"] {
        font-size: 1rem;
    }
    .hero-banner-content {
        max-width: 400px;
        position: relative;
    }
    .hero-banner .container {
        padding-top: 65px;
        padding-bottom: 42px;
    }
    .bg-blue-satisfaction img,
    img.bg-blue-satisfaction {
        height: 110px;
    }
    .homepage-test-goodbye-wrapper h4 {
        max-width: 100%;
    }
    .guarantee-bdge {
        padding: 10px 0 0;
        max-width: 275px;
    }
    .savings-electricity-img-sec {
        width: 100%;
        padding: 0 15px;
    }
    .savings-electricity-img-sec:after {
        content: "";
        display: block;
        position: absolute;
        height: 120px;
        width: 2px;
        background-color: #3ba1b5;
        left: 50%;
        bottom: -40px;
    }
    .faq-banner-sec .star-bdge img {
        height: 95px;
        width: auto;
    }
    .faq-banner-sec .star-bdge {
        left: -120px;
    }
    .faq-main-sec {
        padding: 75px 0 1px;
    }
    img.faq-power-teal-img {
        position: absolute;
        left: -10px;
        bottom: -60px;
        width: 130px;
    }
    img.bulb-question-img {
        bottom: -14px;
        height: 130px;
    }
    .how-it-works-banner-sec .hiw-hero-right-img {
        display: block;
        position: absolute;
        right: 0;
        top: -40px;
        width: 92px;
    }
    .how-it-works-banner-sec .hiw-hero-left-img {
        display: block;
        position: absolute;
        left: 0;
        bottom: -70px;
        width: 92px;
    }
    .estimate-cta input[type="text"],
    .list-items li,
    .redesign-estimate-cta input[type="text"] {
        font-size: 16px;
    }
    .how-it-works-repeater-item:nth-child(2n) .how-it-works-repeater-img .pg-headline {
        right: -15px;
        left: auto;
    }
    .how-it-works-repeater-item:after {
        bottom: -58px;
    }
    .bottom-stars-odd img {
        width: 55px;
    }
    .philosophy-top-stars {
        left: 10px;
    }
    .how-it-work-start-saving-sec {
        margin-top: 0;
        padding: 0 0 110px;
    }
    .how-it-work-start-saving-sec h2 {
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .how-it-work-start-saving-sec img.coins-outline-img {
        right: 0;
        top: auto;
        bottom: -20px;
        height: 100px;
        left: 0;
        margin: 0 auto;
    }
    .module-our-mission[_ngcontent-serverApp-c1]:after {
        background: url(iPhone_FloatingSTATIC.7362e59….png) 0 0 / contain no-repeat;
        background-position-x: unset;
        top: -3rem;
        max-height: 352px;
        width: 74%;
    }
    .contact-banner-sec .container {
        text-align: center;
    }
    .contact-banner-left img {
        display: none;
        height: 250px;
        top: auto;
        bottom: -108px;
        transform: scaleX(-1);
        z-index: 1;
    }
    .contact-banner-sec .star-bdge img {
        max-height: 130px;
    }
    .contact-banner-sec .star-bdge {
        position: absolute;
        right: auto;
        top: auto;
        width: 110px;
        left: 10px;
        bottom: -110px;
    }
    .contact-infos-sec {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
    .address-items .address-col {
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
    }
    .contact-start-saving img.faq-power-teal-img {
        height: 240px;
        left: 0;
        bottom: auto;
        width: 110px;
        top: -90px;
    }
    .contact-start-saving img.bulb-question-img {
        height: 150px;
        position: absolute;
        bottom: -20px;
        right: 0;
        top: auto;
        left: auto;
    }
    .contact-start-saving h2 {
        margin: 0 auto 50px;
        max-width: 370px;
    }
    .address-main-sec {
        padding: 0 0 50px;
    }
    .contact-form-sec {
        width: 100%;
        padding: 24px;
    }
    .abilene-content-sec .neighborhoods-cta ul li {
        width: 33.33%;
    }
    .estimate-cta h2,
    .magic-headline h2,
    .refer-banner-sec h1 {
        font-size: 2rem;
    }
    .magic-repeater-item-content-inner p,
    .refer-banner-sec p,
    .text-review-slider p {
        font-size: 1.1rem;
    }
    .refer-banner-sec .star-bdge-left {
        width: 80px;
    }
    .refer-banner-sec .star-bdge-right {
        width: 100px;
        height: 120px;
    }
    .gift-card-container img {
        right: 110px;
        height: 145px;
        top: -85px;
    }
    .why-refer-item {
        width: calc(100% / 2 - 20px / 2);
        margin-right: 20px;
        padding-left: 100px;
    }
    .why-refer-item img {
        width: 70px;
    }
    .saving-star-img-left {
        height: 80px;
        left: 10px;
        top: -90px;
    }
    .saving-star-img-right {
        height: 110px;
        right: 10px;
        bottom: -110px;
    }
    .savings-section {
        background-position-x: -60px;
    }
    .savings-section p {
        max-width: 450px;
    }
    .magic-headline {
        padding: 50px 0;
    }
    .magic-number {
        font-size: 4rem;
        top: -18px;
    }
    .magic-subheadline {
        font-size: 1.6rem;
    }
    .magic-repeater-item-content-inner .btn {
        font-size: 1.1rem;
        padding: 12px 20px;
        height: auto;
    }
    .magic-repeater-item:nth-child(2n) .magic-repeater-item-content-inner {
        margin-left: 10px;
    }
    .magic-repeater-item {
        margin-top: 60px;
    }
    .magic-repeater-item .magic-step-img {
        width: 90px;
        top: -30px;
        right: 40px;
    }
    .text-review-slider {
        padding: 0 50px;
        margin-top: 30px;
    }
    .text-review-slider h4 {
        font-size: 1.4rem;
    }
    .faq-main-sec-full {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .faq-main-sec-full .container {
        padding: 0 20px;
    }
    .faq-main-sec-full .faq-geoup-sec ul li > h3 {
        padding: 1.1rem 1.3rem;
        font-size: 1.2rem;
    }
    .estimate-cta .btn,
    .redesign-estimate-cta .btn {
        font-size: 18px;
    }
    .blank-page-banner-sec .hero-banner-content {
        max-width: 500px;
        margin-left: 10px;
    }
    .blank-page-banner-sec .hero_banner_topstar {
        right: -12%;
        top: 20%;
        height: 60px;
    }
    .blank-page-banner-sec .container {
        padding-top: 95px;
    }
    .contact-infos .contact-icon {
        width: 100%;
        margin: 0 0 15px;
    }
    .contact-infos .contact-icon img {
        width: 90px;
        display: block;
        margin: 0 auto;
    }
    .contact-infos .contact-dis {
        width: 100%;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }
    .bg-blue-satisfaction img,
    img.bg-blue-satisfaction {
        right: 30px;
    }
    .d-md-none {
        display: none !important;
    }
}
@media (max-width: 768px) {
    footer.footer.five-col .footer-block-1, footer.footer.five-col .footer-block-2, footer.footer.five-col .footer-block-3, footer.footer.five-col .footer-block-4 {
        width: 100%;
    }
    
    .footer-social-links a {
        padding: 7px 10px !important;
    }
    footer.footer.five-col .footer-copyright-content, .footer-copyright-menu {
        width: 100% !important;
    }
    footer.footer.five-col  .footer-social-links li a i {
        margin: 4px 0px!important;
    }
    footer.footer.five-col .footer-social-links ul {
        justify-content: left;
        padding-left: 12px;
    }
    .footer .footer-social-links li a i {
        margin: 3px 0px!important;
    }
}
@media (max-width: 767px) {
    .help-col-right {
        width: 80%;
    }
    
    .reviews-banner-left img {
        top: -3rem !important;
        height: 8rem !important;
    }
    .reviews-row {
        display: flex;
        flex-wrap: wrap;
    }
    .reviews-left {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin-top: 35px;
        padding-top: 5px;
    }
    .reviews-right {
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }
    .reviews-inner-right img {
        position: absolute;
        top: -35px;
        left: 15px;
    }
    .reviews-inner-left span {
        width: 30px;
        height: 30px;
        font-size: 1.2em;
    }
    .pom-hero-banner-mobile {
        background-color: #3d1c11;
        text-align: center;
        padding-bottom: 20px;
    }
    .plan_detail,
    .plan_title,
    .pom-hero-banner-content {
        margin-left: 0;
    }
    .pom-hero-banner-content h1 {
        max-width: 100% !important;
        font-size: 2rem !important;
        line-height: normal;
    }
    .abilene-plan-form-after,
    .blank-page-mobile-banner-sec .hero_banner_topstar_mobile,
    .how-it-works-banner-sec .hiw-hero-left-img,
    .how-it-works-banner-sec .hiw-hero-right-img,
    .magic-repeater-item .magic-step-img,
    .philosophy-top-stars,
    .pom-protect-section img,
    .refer-banner-sec .star-bdge-left,
    .saving-star-img-left,
    .saving-star-img-right {
        display: none;
    }
    .faq-banner-sec .faq-banner-left img {
        height: 113px;
        bottom: -110px;
    }
    .terms-of-service-banner-sec h1 {
        font-size: 2.7rem !important;
    }
    .terms-of-service-banner-sec h1:after {
        height: 80px;
        width: 77px;
        top: -97px !important;
    }
    .h2,
    .rating-headline-2 .rating-value,
    h2 {
        font-size: 1.7rem;
    }
    .btn,
    .homepage-test-signup-section .btn,
    button,
    input[type="submit"] {
        padding: 12px 30px;
        font-size: 1.1rem;
    }
    .abilene-content-sec h1,
    .homepage-test-goodbye-wrapper .section-title {
        font-size: 1.5rem;
    }
    .google-review-content p {
        font-size: 1.15rem;
    }
    body {
        padding-top: 75px;
    }
    .h3,
    h3 {
        font-size: 1.4rem;
    }
    .faq-wrapper-item h4,
    .homepage-test-goodbye-wrapper h4 {
        font-size: 1.3rem;
    }
    .contact-form-sec form ul li.two-coloum > span,
    .contact-infos,
    .homepage-test-goodbye-wrapper p,
    .magic-repeater-item-content,
    .refer-banner-sec .container {
        width: 100%;
    }
    .hero-banner-mobile .section-title {
        font-size: 1.3rem;
        max-width: 320px;
        margin: 0 auto 0.5rem;
        padding-top: 10px;
        text-align: center;
    }
    .article-hero-banner-mobile .section-title {
        padding: 16px 24px;
    }
    .article-hero-banner-mobile .hero-banner-content {
        height: 350px;
    }
    .article-hero-banner-mobile .article-subtitle {
        background-color: #f0f0f0;
        padding: 16px 10px;
        text-align: center;
        font-weight: 500;
        font-size: 1.1em;
    }
    .hero-banner-content {
        background-position: right !important;
        background-size: cover;
        min-height: 250px;
        max-width: 100%;
        position: relative;
        margin: 0;
        padding: 0 15px;
    }
    .hero_banner_topstar_mobile {
        position: absolute;
        height: 100px;
        top: 80px;
        left: 30px;
    }
    .bg-blue-satisfaction img,
    img.bg-blue-satisfaction {
        position: absolute;
        right: 10px;
        bottom: -30px;
        height: 90px !important;
        width: 90px !important;
    }
    .homepage-test-estimate-section {
        max-width: 100% !important;
        padding: 18px 10px 15px;
    }
    .contact-form-sec h2,
    .faq-sec .section-title,
    .homepage-test-estimate-section h2,
    .redesign-estimate-cta p {
        text-align: center;
    }
    .homepage-test-estimate-section button,
    .homepage-test-estimate-section input[type="text"] {
        font-size: 1rem;
        padding: 8px 10px !important;
        height: 50px;
    }
    .hero-mobile-get-started-wrapper {
        padding: 16px 15px;
        text-align: center;
        font-weight: 500;
    }
    .hero-mobile-get-started-wrapper p {
        font-size: 1.2em;
        font-weight: 500;
    }
    .hero-mobile-get-started-wrapper .unfilled-btn {
        position: relative;
        display: inline-block;
        padding: 13px 36px;
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 2px solid var(--primary-color);
        border-radius: 8px;
        overflow: hidden;
        transform: translate3d(0, 0, 0);
    }
    .hero-mobile-get-started-wrapper .unfilled-btn:hover {
        color: #d54943;
        border-color: #d54943;
    }
    .faq-wrapper .faq-wrapper-item,
    .homepage-faq-link {
        padding-left: 8px;
    }
    .abilene-banner-sec h1,
    .faq-main-sec-full h2,
    .ng-star-inserted .section-title {
        font-size: 1.6rem;
    }
    .member-says-heading {
        font-size: 1.4rem;
        padding: 5px 0;
    }
    .member-says-sec .homepage-test-signup-section {
        padding: 20px 0 40px;
    }
    .support-security-sec ul li {
        padding: 1px 25px 50px;
    }
    .homepage-test-options-item:nth-child(2) ~ .homepage-test-options-item {
        padding-top: 12px;
    }
    .faq-banner-sec .star-bdge img {
        height: 80px;
    }
    .faq-banner-sec .star-bdge {
        left: 0;
        top: -80px;
    }
    img.bulb-question-img {
        z-index: -1;
    }
    .still-questions-sec h4 {
        margin: 0 0 25px;
        width: 100%;
        text-align: center;
    }
    img.faq-power-teal-img {
        position: absolute;
        left: -10px;
        bottom: auto;
        width: 19%;
        top: 20%;
    }
    .estimate-cta p,
    .how-it-work-start-saving-sec .container {
        max-width: 100%;
    }
    .how-it-works-banner-content h1 {
        font-size: 2.2rem;
    }
    .how-it-works-banner-content p {
        font-size: 20px;
    }
    .how-it-works-repeater-item:nth-child(2n) .how-it-works-repeater-img .pg-headline {
        right: 0;
        left: 0;
        width: 100%;
    }
    .how-it-works-repeater-item .bottom-stars-odd {
        display: none !important;
    }
    .zipcode-form input[type="text"] {
        font-size: 0.9rem;
        height: 50px;
    }
    .zipcode-form .btn {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    .contact-infos .contact-dis h2 {
        font-size: 2rem;
    }
    .contact-main-sec {
        padding-bottom: 40px;
    }
    .address-items .address-col h6,
    .address-items .address-col p {
        font-size: 1rem;
    }
    .contact-start-saving img.faq-power-teal-img {
        left: -10px;
        bottom: auto;
        width: 19%;
        top: 0;
    }
    .contact-form-sec form ul li + li,
    .contact-form-sec form ul li.two-coloum > span + span {
        margin: 20px 0 0;
    }
    .content-page-estimate-right-sticky {
        padding: 30px 15px;
        margin-bottom: 3rem;
    }
    .abilene-banner-sec p {
        font-size: 18px;
    }
    .content-page-estimate-right {
        max-width: 320px;
    }
    .content-page-estimate-right .zipcode-form input[type="text"] {
        width: 100%;
        border-radius: 8px 8px 0 0;
        border: none;
        font-size: 16px;
    }
    .content-page-estimate-right .zipcode-form .btn {
        width: 100%;
        font-size: 16px;
        border-radius: 0 0 8px 8px;
    }
    .estimate-cta,
    .faq-main-sec-full .faq-geoup-sec ul li .faq-dis,
    .table-of-contents {
        padding: 1rem;
    }
    .abilene-content-sec .table-of-contents ol {
        padding-left: 0;
    }
    .abilene-content-sec h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }
    .abilene-content-sec ol,
    .abilene-content-sec ul {
        margin-left: 1.5em;
    }
    .abilene-content-sec .neighborhoods-cta ul li {
        width: 50%;
    }
    .abilene-content-sec .zipcodes-cta ul li {
        width: 33.33%;
    }
    .abilene-start-saving h2,
    .estimate-cta h2 {
        margin-top: 0;
    }
    .abilene-start-saving .faq-power-teal-img {
        top: 50px;
    }
    .refer-banner-sec h1 {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .refer-banner-sec p {
        font-size: 1.1rem;
        margin: 20px 0 0;
    }
    .gift-card-container img {
        right: 0;
        height: 145px;
        top: 0;
        left: 0;
        position: relative;
        margin: -70px auto 0;
        display: table;
    }
    .why-refer-sec h2 {
        font-size: 1.5rem;
        margin-top: 30px;
    }
    .why-refer-sec .container {
        max-width: 400px;
    }
    .why-refer-item {
        width: 100%;
        margin-right: 0;
        padding-left: 0;
        text-align: center;
    }
    .why-refer-item img {
        position: relative;
        width: 60px;
        margin-bottom: 10px;
    }
    .savings-section {
        padding-top: 40px;
        padding-bottom: 0;
        background-image: none;
    }
    .savings-hand-with-star-img-mobile {
        text-align: left;
        display: flex;
        position: relative;
        margin-left: 10px;
        margin-top: 80px;
        background-image: url(../images/savingsestimate.png);
        background-repeat: no-repeat;
        background-size: 200px;
        height: 250px;
        background-position: bottom;
        background-position-x: 80px;
        background-position-y: 30px;
    }
    .contact-infos-sec,
    .ep-plans {
        display: block;
    }
    .savings-hand-with-star-img-mobile img {
        height: 100px;
        left: 210px;
        top: -61px;
        position: absolute;
    }
    .magic-headline {
        padding: 60px 0;
    }
    .magic-headline h2 {
        max-width: 340px;
        margin: 0 auto;
    }
    .magic-repeater-item-img {
        width: 100%;
        height: 260px;
    }
    .magic-line {
        left: 50% !important;
        right: auto !important;
        width: 3px;
        height: 140px;
        top: -70px;
    }
    .magic-repeater-item-content-inner {
        padding: 80px 0 0 !important;
        margin: 0 auto !important;
        max-width: 280px;
        text-align: center;
    }
    .cat-filter-sec,
    .cat-filter-sec ul li {
        margin-bottom: 10px;
    }
    .magic-number {
        position: relative;
        top: 0;
        left: 0;
        font-size: 5rem;
    }
    .rating-guarantee img {
        position: absolute;
        right: 0;
        height: 160px;
        top: -80px;
        left: 0;
        margin: 0 auto;
    }
    .rating-section {
        margin-top: 120px;
    }
    .rating-section h2 {
        font-size: 1.8rem;
    }
    .rating-headline-2 .rating-star {
        height: 50px;
    }
    .faq-main-sec-full .faq-geoup-sec ul li > h3 {
        padding: 1rem 40px 1rem 1.1rem;
        font-size: 1rem;
    }
    .faq-main-sec-full .container {
        padding: 0 15px;
    }
    .faq-main-sec-full .faq-geoup-sec ul li > h3:after {
        width: 10px;
        right: 15px;
        height: 10px;
    }
    .faq-main-sec .faq-geoup-sec ul li .faq-dis p,
    section.single-blog-content .container ol,
    section.single-blog-content .container p,
    section.single-blog-content .container ul {
        font-size: 16px;
    }
    .blog-main-sec .blog-list ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .cat-filter-sec {
        width: 100%;
    }
    .sort-dropdown-sec {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .sort-dropdown-sec #short-order-list {
        height: 40px;
        padding: 0 16px;
        border: 1px solid #242435;
    }
    .cat-filter-sec ul li:last-child {
        margin-right: 0;
    }
    .blog-main-sec .blog-list ul li .content-section {
        padding: 1.5rem;
    }
    section.realted-blogs.blog-main-sec .blog-list > h2 {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .error404 section.default-sec {
        padding: 40px 0 50px;
    }
    .redesign-estimate-cta > div:first-child {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .estimate-cta input[type="text"],
    .redesign-estimate-cta input[type="text"] {
        width: 100% !important;
    }
    .estimate-cta .btn,
    .redesign-estimate-cta .btn {
        padding: 12px 20px;
        width: 100%;
    }
    .redesign-estimate-cta > div:nth-child(2) {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .contact-infos + .contact-infos {
        margin-top: 40px;
        margin-left: 0;
    }
    .ep-plans {
        padding-bottom: 20px;
        margin-bottom: 0;
    }
}
@media (max-width: 480px) {
    .pc-block-blue {
        padding: 30px 10px;
    }
    .rating-headline-2 .rating-review,
    .rating-headline-2 .rating-value {
        display: block;
        width: 100%;
    }
    .text-review-slider .owl-nav button i {
        font-size: 2rem;
    }
    .text-review-slider {
        padding: 0 30px;
        margin-top: 30px;
    }
    .text-review-slider h4 {
        font-size: 1.2rem;
    }
    .single-blog-inner-top-left {
        width: 100%;
        margin-bottom: 10px;
    }
    .single-blog-inner-top {
        margin: 0 0 20px;
    }
}
@media (max-width: 380px) {
    .homepage-test-estimate-section button,
    .homepage-test-estimate-section input[type="text"] {
        font-size: 0.9rem;
        padding: 8px 10px !important;
    }
    img.bulb-question-img {
        height: 115px;
        z-index: -1;
    }
    .start-saving-sec.faq-start-saving {
        padding: 0 0 50px;
        margin-top: 0;
    }
    .how-it-works-repeater-img .pg-headline {
        font-size: 1.2rem;
    }
    .zipcode-form input[type="text"] {
        font-size: 0.8rem;
    }
    .zipcode-form .btn {
        font-size: 0.9rem;
        line-height: 1.2;
        padding: 10px;
    }
    .philosophy-options-item {
        padding: 0;
    }
    .guarantee-banner-left img {
        height: 220px;
    }
    .guarantee-bdge {
        max-width: 240px;
    }
    .contact-start-saving img.faq-power-teal-img {
        height: 180px;
        left: 0;
        bottom: auto;
        width: 110px;
        top: -140px;
    }
    .abilene-content-sec .zipcodes-cta ul li {
        width: 50%;
    }
    .savings-hand-with-star-img-mobile img {
        left: 130px;
    }
    .savings-hand-with-star-img-mobile {
        background-position-x: 0;
    }
    .magic-number {
        font-size: 4rem;
    }
}

.how-it-works-zip-form .zip-form-error {
    display: block;
    width: 100%;
    max-width: 100%;
    background: rgba(59,161,181,.8);
}
.cancellation-policy p{font-size:18px;  line-height: 27px;}