body {
	font-style: normal;
	font-weight: 400;
	color: #3f3f3f;
	font-size: 1rem;
	font-family: 'Poppins', sans-serif;
}
a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	outline: none;
}
a:focus, button:focus {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
}

.box-bg-c label {
    display: block !important;
}

.box-bg-c .custom-radio .custom-control-label {
    display: inline-block !important;
}

.box-bg-c .form-group label {
    display: inline-block !important;
}
.tsf-step.step-5 .payment-method {
    margin: 0;
    padding: 0;
    box-shadow: none;
}
.custom-control {
    vertical-align: text-top;
}
.enroll-body .green-box {
    margin-bottom: 0 !important;
}
.header{
	padding: 30px 55px;
/* 	background: linear-gradient(90deg, #fef2e4 60%, white 40%); */
}
.inner-title {
/*     background: linear-gradient(90deg, #fef2e4 60%, white 40%); */
    padding:20px 0 40px 0;
	/*margin-bottom:40px;*/
	background-position: 100%;
}
.tsf-wizard.top .inner-title {
    background-image: 
        linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
        url(https://nowpowertexas.com/wp-content/uploads/2025/10/Rectangle-51-min.png) !important;
    background-position: center !important;
}
.gsi-style-11 li a {
    color: #fff;
}
.tsf-container p {
    color: #fff;
}

.menu-footer {
	min-height: 14px;
	line-height: 14px;
	margin-bottom: 0;
	list-style: none;
	padding: 0;
}
.menu-footer li {
	float: left;
	margin: 0 15px 10px 0;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
}
.menu-footer li{
	border-color: #e5e5e5;
}

.menu-footer li a {
	font-size: 12px;
	color: #009d40;
}
.menu-footer li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
footer {
	background: #000000;
	color: #a8a8a8;
	font-size: 1rem;
}
footer h4 {
	color: #fff;
	font-weight: 700;
	font-size: 1.375rem;
	text-transform: uppercase;
	margin-bottom: 30px;
}
footer address {
	line-height: 1.8;
}
.footer-top {
	padding: 65px 0 50px 0;
}
.footer-social {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.footer-social li {
	padding: 0 6px;
	display: inline-block;
}
.footer-social li a {
	width: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	font-size: 1.5rem;
}
.footer-social li a:hover, .footer-social li a:focus {
	border-color: #f7941e;
	background: #f7941e;
	text-decoration: none;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	padding: 5px 0 5px 28px;
	position: relative;
}
.footer-menu li:before {
	width: 17px;
	height: 17px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 8px;
	content: "";
}
.footer-menu li a {
	color: #a8a8a8;
	text-transform: uppercase;
}
.footer-menu li a:hover, .footer-menu li a:focus {
	color: #f7941e;
	text-decoration: none;
	margin-left: 6px;
}
.footer-bottom {
	border-top: 1px solid #4d4d4d;
	padding: 35px 0;
	font-size: .875rem;
}
.footer-bottom a {
	color: #a8a8a8;
}
.footer-bottom a:hover, .footer-bottom a:focus {
	color: #f7941e;
	text-decoration: none;
}
.divider-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
    font-style: italic;
    color: #6a777e;
    text-transform: uppercase;
    margin: 2em 0 1.5em;
    line-height: 1.5;
}
.divider-label:after, .divider-label:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    background: #eaeaeb;
}
.divider-label:before {
    margin-right: .5rem;
}
.divider-label:after {
    margin-left: .5rem;
}
.tsf-wizard .tsf-nav-step label {
	color:#000;
	font-size:1rem;
}
.gsi-style-12 label{
    font-weight:700;
}
.gsi-style-12 li.current label{
	color:#f7941e
}
.gsi-style-12 li a {
	font-weight:700;
	font-size:1.3rem;
}
.gsi-style-12 li>:after {
	line-height:40px;
    width: 40px;
    height: 40px;
}
.gsi-style-12 li:not(:first-child):before, .gsi-style-12 li:not(:last-child):after {
    top: 180%;
}
.link-label {
    box-shadow: 0 1px 0 0 #cacbcc;
	color:#0f1819;
	padding-bottom:2px;
}
.edit-btn .fa{
	color:#cacbcc;
	margin-right:8px;
	font-size:1.25rem;
}
.edit-btn{
	font-weight:700;
	position:relative;
    border-bottom: 3px solid #FFF;
}
.edit-btn:hover.edit-btn .fa{
	color:#f7941e;
}
.edit-btn:hover{
	text-decoration:none;
}
.edit-btn::before{
  width: 100%;
  height:100%;
  z-index: 3;
  content:'';
  position: absolute;
  top:4px;
  left:0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
  border-bottom: 3px solid #f7941e;
  border-left: 0;
  -webkit-transform-origin: 0% 100%;
}
.edit-btn:hover::before {
  -webkit-transform: scale(1);
}
.plan-box{
	     box-shadow: 0px 4px 28.8px 3.2px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;
	position:relative;
	display: flex;
  flex-direction: column;
  align-items: flex-start;
      overflow: hidden;
}
.plan-header {
    background: #bf1e2d;
    padding: 35px;
	width:100%;
	min-height:325px;
    text-align: center;
}
.mb-30{
    margin-bottom:30px !important;
}
.plan-box::before, .plan-box::after {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	border-radius: .25em;
	transition: 0.5s;
}
.plan-box::before {
	border-bottom: 3px solid #f7941e;
	border-left: 3px solid #f7941e;
	-webkit-transform-origin: 0 100%;
}
.plan-box::after {
	border-top: 3px solid #f7941e;
	border-right: 3px solid #f7941e;
	-webkit-transform-origin: 100% 0%;
}
.plan-box:hover::after, .plan-box:hover::before {
	-webkit-transform: scale(1);
}
.plan-box-selected{
    box-shadow: 0.836px 0px 45px 0px rgba(0, 0, 0, 0.2);
    padding: 20px !important;
}
.badge-plan-outer{
	z-index:4;
}
.plan-price, .plancard-badge, .plancard-attributes, .plan-box .btn, .plan-box .edit-btn, .plan-box h5{
	z-index:4;
	position:relative;
}
.plan-badge {
    padding: .25em 1em;
    border-radius: 2em;
    background: #fff;
	border:2px solid #eaeaeb;
    color: #4b555a;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600;
	display:inline-block;
}
.Plan-selection .bg-image {
    max-width: 360px;
    margin-top: 25px !important;
}
.plan-badge .fa{
	color:#f7941e;
	margin-right:8px;
}
.badge-plan-outer{
	width:100%;
	left:25px;
	top:25px;
	position:absolute;
}
.plan-box h5{
    color:#fff;
	font-size:1rem;
	margin-bottom:10px;
	font-weight:600;
}
.plan-price{
	    font-size: 2.5rem;
    color: #fff;
	font-weight:700;
	    margin: 22px 0;
	line-height:1.1;
}
.price-dollar{
	font-size:3rem;
}

.plancard-attributes{
	margin:0 0 40px 0;
	width: 100%;
    padding: 0 35px;
	list-style:none;
}
.plancard-attributes li {
	padding: 13px 0 13px 28px;
	border-bottom:1px solid #ddd;
	position: relative;
	font-size:1rem;
}
.plancard-attributes li:before {
	width: 17px;
	height: 17px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 19px;
	content: "";
}
.plancard-badge {
        background: #fcb856;
    border-radius: 50px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .875rem;
    display: inline-block;
    padding: 6px 20px;
}

.plancard-badge {
    margin-top: 10px;
}

.review {
    position: relative;
    border-radius: 20px;
    border: 1px solid #d2d3d4;
    padding: 1em;
}
.review :last-child {
    margin-bottom: 0;
}
.review .edit-btn{
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}
.terms {
    height: 9em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: .625rem .75rem;
    background: #fff;
    border: 1px solid #d2d3d4;
    border-radius: 1px;
	margin-bottom:35px;
}
.font-i6{
	font-size:1rem !important;
}
.bullet-ul{
	margin:0;
	padding:0;
	list-style:none;
}
.bullet-ul li{
	padding:7px 0 7px 20px;
	position:relative;
}
.bullet-ul li:before {
    content:"\f054";
    position: absolute;
    top: 7px;
    left: 0;
    width: .375rem;
    height: .625em;
	font-family:'FontAwesome';
	color:#f7941e;
}
#payment-other-hide {
  display: none;
}
.home-page-wizard label{
	color:#fff;
	font-size:1rem;
	margin-bottom:0;
}
.thankyou-banner {
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 25px;
}
.thankyou-banner h1 {
    font-size: 140px;
    font-weight: 700;
    text-shadow: 8px 8px 8px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    margin: 0px;
    color: #FFF;
}
.thankyou-banner p {
    font-size: 44px;
    text-transform: uppercase;
    color: #FFF;
}
.alert-success {
    background: #96c842;
    border-color: #96c842;
    color: #009e41;
    -webkit-box-shadow: -3px 0px 26px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px 0px 26px -6px rgba(0,0,0,0.75);
    box-shadow: -3px 0px 26px -6px rgba(0,0,0,0.75);
}
.help-block{
    color: #b30918;
       font-style: italic;
       display:block;
       font-weight:bold;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.success-msg{
    color:#2c8500;
}
.address-div{
        display: block;
    z-index: 999;
    height: auto;
    max-height:180px;
    width: 100%;
    overflow: auto;
    border: 1px solid #ccc;
}
.address-group {position:relative;}
.address-div {
    position: absolute;
    top: 78px;
    left:15px;
    width: calc(100% - 30px);
    padding: 0;
    z-index: 1;
    background: #FFF;
}

.address-validation ul {list-style:none; 
    padding:0;
    margin:0;
}
.address-validation ul li a {
   padding:5px 20px;
   color:#666;
   display: block;
}
.address-validation ul li a:hover {
  background-color:#EEE;
   color:#000;
   text-decoration:none;
}
#product-details-modal .modal-footer {
    justify-content: inherit !important;
    display: block !important;
}
#service-unavailable-modal .modal-footer {
    justify-content: inherit !important;
    display: block !important;
}
#product-details-modal .modal-body, #service-unavailable-modal .modal-body {
    padding:2rem;
    overflow: auto;
    max-height: 80vh;
}
#product-details-modal .modal-header, #service-unavailable-modal .modal-header {
    padding: .5rem 1rem;
    border-bottom: none;
   background-color:#F5F5F5;
}
a:hover .link-label {
    box-shadow: 0 1px 0 0 #96c842;
}
a:hover .link-label i {
   color:#96c842;
}
.modal-content {
    color: #333;
}
.modal-title {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
}
ul.feature-list {
   margin: 0px 0 15px 27px;
    padding: 0;
    list-style: none;
}
ul.feature-list li {
    margin-bottom: 7px;
}
ul.feature-list li:before {
   content: '\f054 ';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    margin-top: 3px;
    color: #ababab;
    font-size: 10px;
}
.address-error {
    padding:10px 20px;
}
.floatleft {float:left;}
.floatright {float:right;}
#mailing-address-form{
    display:none;
}
.modal-title .fa-exclamation-triangle {
    font-size:30px;
    color:#f2b025;
}
.hide{display:none;}
.plan-box.selected {
    border:3px solid #96c842 !important;
}
.plan-price-sm{
	margin:7px 0;
	font-size:2.25rem;
}
.green-box {
    background: #f7941e;
    border-radius: 20px;
    color: #fff;
    padding: 25px 30px;
    text-align: center;
    font-size: 18px;
}
select.form-control{
	padding-top:0px;
	height:60px;
	padding-bottom:0px;
}
.datepicker-dropdown{
	padding:15px;
	width:310px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.13);
}
.datepicker-dropdown table {
    width: 100%;
    text-align: center;
}
h3.modal-title{
	font-size:1.75rem;
}
.bg-gray{
	background:#e1e2e3 !important;
}

.thankyou-message h2{
	font-size:40px;
	color:#96c842;
	font-weight:700;
	margin-top:20px;
	margin-bottom:45px;
}
.thankyou-ul{
	margin:0;
	padding:0;
	list-style:none;
}
.thankyou-ul li{
	width: 100%;
	border-radius:5px;
	display:block;
	justify-content:center;
	text-align:center;
	box-shadow: 0.836px 6px 13px 0px rgba(0, 0, 0, 0.2);
    transition: transform .4s;
	padding:25px;
	color:#6c757d;
	font-size:1.125rem;
	background:#f1f3f4;
}
.thankyou-ul li strong{
	width:100%;
	display:block;
	font-size:1.5rem;
	color:#02090d;
}
.payment-method{
	padding:30px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
	margin-top:30px;
}
.callus-section {
	padding: 70px 0 50px 0;
	background-color: #fdffe9;
	color: #000;
}
.callus-section h3 {
	font-size: 30px;
	font-weight: 600;
	margin: 25px 0px 20px 0;
}
.callus-bottom {
	border: 1px solid #ecefd1;
	background-color: #FFF;
	padding: 40px;
	margin-top: 50px;
}
.why-choose h2 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 36px;
}
.call-us {
	position: relative;
}
.call-us .phoneno {
	position: absolute;
	background: #ffa000;
	color: #FFF;
	border-radius: 15px;
	left: -98px;
	padding: 40px 20px;
	text-align: center;
	z-index:2;
	margin-top: -75px;
	top: 50%;
}
.phoneno p {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 500;
}
.phoneno p span {
	font-size: 24px;
	display: block;
	font-weight: 700;
}
.plan-box-selected .plan-badge{
	background:#ffa000;
	color:#fff;
	border-color:#ffa000;
}
.plan-box-selected .plan-badge i{
	color:#fff;
}

.addr-group{
	position:relative;
}
.addr-group:after{
	position:absolute;
	left:14px;
	top:12px;
	content:"\f002";
	font-family:'FontAwesome';
	color:#bbbbbb;
	height:25px;
	font-size:18px;
	width:25px;
	font-weight:200;
}
.addr-group .form-control, .state-edit{
    padding-left:40px;
}
.callout {
	max-width: 32rem;
	border: 1px solid #cacbcc;
	border-radius: 20px;
	padding: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.callout-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-right: 2em;
}
.icon-bubble {
	width: 72px;
	height: 72px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.callout-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.callout-body h4 {
	margin: 0 0 8px 0;
	color: inherit;
	font-size: 1.25em;
}
.callout-body p {
	margin-bottom: 0;
}
.plans-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 12.5rem;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.dwell, .agree, .moving-add{
    position:relative;
}
.dwell label.error, .agree label.error, .moving-add label.error{
	position:absolute;
	left:0px;
	bottom:-20px;
	width:170px;
}
.moving-add label.error{
	bottom:-17px;
}
a.current{
    background:#333;
    border-color:#333;
    box-shadow:none !important;
}
.plan-border-selelct{
    border: 3px solid #009d40;
}
.average-price {
    color: #bf1e2d;
    font-size: 48px;
    font-weight: 700;
    display: block;
	padding:25px 35px 5px 35px;
    background:#fff ;
    width: 100%;
}
.plan-footer {
    padding: 0 35px 45px 35px;
    text-align: center;
}
.average-price span{
    font-size:30px;
}
.green-box strong{
    color:#000;
}
.tsf-content label.error{
    display:block;
}
#wpfront-notification-bar.wpfront-fixed{
    z-index:999 !important;
}
.eq-div-h{
    padding-bottom:0px;
    margin-bottom:-15px;
    height:100%;
}
.ovw-plan {
    background: #bf1e2e;
    padding: 80px 25px 35px 25px;
}
.ovw-plan .link-label {
    box-shadow: 0 1px 0 0 #fff;
    color:#fff;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #f7941e;
    border-color: #f7941e;
}