.cover img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	object-position: center !important;
}

.multiply {
	mix-blend-mode: multiply;
} 
 
::-webkit-input-placeholder {
	/* Edge */
	opacity: 1;
} 
 
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 1;
}
 
.ls-2, .ls-2 * {
	letter-spacing: 5px;
}

html *::placeholder {
	color: black !important;
	opacity: 1 !important;
}

.bg-main {
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	left: 0;
	top: 0;
}

a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft {
	margin-right: 1rem;
}

.bg-blue {
	background: #01133F;
}

.full-screen {
	min-height: 90vh;
	display: flex;
	align-items: center;
	padding-bottom: 122px !important;
	padding-top: 100px;
}

.mw-2000 {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	width: 100%;
	height: 100%;
}

.border-right {
	border-left: 5px solid #57C410;
	padding-left: 25px;
	line-height: 100%;
}

.txt-green {
	color: #0D341A;
}

.txt * {
	color: #0D341A;
}

.g-cols {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.for-content .vc_column-inner {
	padding: 2rem;
}

.border-top {
	border-top: 16px solid #57C410;
}

.separator {
	border-top: 8px solid #57C410;
	width: 88px;
	margin-top: 1.2rem;
	margin-bottom: -0.5rem;
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title, .w-color-swatch, .select2-selection, select, textarea, input:not([type=submit]) {
	font-weight: 400;
	letter-spacing: 0em;
	background: white;
	border-color: var(--color-content-border);
	color: black;
	box-shadow: unset !important;
	border-radius: 0px !important;
	margin-bottom: 1rem;
}

.wpcf7-file::-webkit-file-upload-button {
	visibility: hidden;
}

.wpcf7-file::before {
	content: 'Upload file';
	display: block;
	background: #57C410 !important;
	text-align: center;
	padding: 2px 10px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 10pt;
	color: #FFF;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	text-align: center;
	border-radius: 0px;
	display: block;
	width: 100% !important;
	background: #95C951;
}

span#button {
	margin-top: -1rem;
	cursor: pointer;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 0px;
	display: block;
	width: 100% !important;
	color: white;
	background: #95C951;
	padding: 5px;
}
.featured-blogs-wrapper-full .search-result-item {
    padding-bottom: 2rem;
}
div.wpcf7 {
	background: rgba(255, 255, 255, 0.08);
	padding: 40px;
	padding-bottom: 0px;
}

.wpcf7-file:hover::before {
	border-color: black;
}

.wpcf7-file: active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.vc_col-sm-6.for-content.wpb_column.vc_column_container.z-9.relative {
	padding: 0.5rem;
}

.g-cols.margin {
	margin: -0.5rem;
}

.negative {
	margin-top: -112px;
}

.banner-text-wrap ul {
	margin-left: 1.4rem !important;
}

.w-btn.icon_atleft i {
	color: #95C951;
}.h.s-48.medium.txt *, .heading {
    font-weight: inherit !important;
}

.txt * {
	color: inherit;
	font-size: inherit;

	line-height: inherit;
}

.footer {
	background: #01133F;
}

.footer a:hover {
	color: white !important;
}

.grecaptcha-badge {
	z-index: 9999;
}

.raze-wrap {
	padding-top: 0px !important;
	margin: 0 auto !important;
	text-align: center;
	align-items: center;
}

nav.w-nav.ush_menu_1.height_full {
	margin: 0px;
}

.block-col .background-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.block-col {
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
}

.block-slider-wrap-single {
	z-index: 9;
	position: relative;
}

.block-col .background-wrap img {
	height: 100%;
	object-fit: cover;
	object-position: center !important;
}

.block-col .background-wrap:after {
	content: " ";
	background: rgb(1 19 63 / 8%);
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-blend-mode: lighten;
}

.block-col {
	position: relative;
	aspect-ratio: 1.6 / 1;
}

.s-32 {
	font-size: 27px;
}

a.btn.green {
	background: var(--color-content-link);
	line-height: normal !important;
	padding: 15px 20px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	display: block;
}

a.btn.green span {
	z-index: 10;
	position: relative;
}
/*

a.btn.green:after {
	content: "";
	background: #01133f;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	width: 0%;
	height: 100%;
	transition: all .5s ease-out;
	border-radius: 4px;
}
*/

a.btn.green:hover {
	background: #01133F;
}

a.btn.green:hover:after {
	width: 100%;
}

.animate, .animate * {
	transition: all .3s ease-out !important;
}

.border-right strong, .title  strong {
	color: #95C951;
}

.process-count {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #95C951;
	font-size: 23px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.process-wrap-1 {
	margin: 0px -1rem !important;
}

img.background-image.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.single-expert {
	border-bottom: 1px solid #57C410;
}

.single-expert .vc_column-inner {
	padding-bottom: 0px;
}

div#main-content-sections section:first-child {
	margin-top: 80px !important;
}

.txt-white a:hover {
	color: var(--color-content-link);
}

.social-wrap {
	gap: 10px !important;
	display: flex;
}

.border-top-1 {
	border-top: 1px solid white !important;
	padding-top: 3.9rem !important;
	margin-top: 3.9rem !important;
	align-items: flex-start !important;
}

.bg-dark {
	background: #A1A1A1;
}

a.btn-pdf.ml-0 {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
	color: #01133f;
	margin-bottom: 20px;
}

.pdf-title {
	display: flex;
	align-items: center;
	gap: 15px;
}

.border-pdf-bottomr {
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid green;
}

a.btn-pdf:hover {
	text-decoration: underline;
	filter: brightness(0);
}

.cta-section img.background-image.cover.w-100 {
	width: 60% !important;
	left: unset;
	right: 0px;
	z-index: 1;
}

.relative {
	position: relative;
}

.bg-blue a.btn.green:after {
	background: black !important;
}

.cta-section .vc_column-inner.bg-blue:before, .for-banner.cta-section .mw-2000:before {
	content: " ";
	display: block;
	position: absolute;
	background: linear-gradient(90deg, #01133F 0%, rgba(1, 19, 63, 0) 100%);
	left: 40%;
	width: 40%;
	height: 100%;
	z-index: 2;
	top: 0;
}

.reverse .vc_col-sm-6 {
	padding-right: 0 !important;
}

.reverse .vc_col-sm-6.for-image {
	padding-right: 3rem !important;
}

.cta-section.big .s-48 {
	font-size: 50px !important;
	line-height: normal;
	margin-top: 2rem !important;
}

.gap {
	gap: 10px;
}

.cta-2.for-banner .mw-2000 {
	padding-top: 100px;
	padding-bottom: 60px;
}

.icons-row.d-flex.gap {
	justify-content: space-between;
	padding: 0 5rem;
	align-items: center;
	text-align: center;
	width: 100%;
}

img.row-single-icon-img {
	height: 100px;
	width: 100px;
	object-fit: contain;
	margin-bottom: 10px;
}

.vc_column-inner.center {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100%;
}

.cta-section.full-wdith-banner img.background-image.cover.w-100 {
	width: 100% !important;
}

.for-banner.cta-section.full-wdith-banner .mw-2000:before {
	left: 0px;
	opacity: 0;
}

.for-banner.cta-section.full-wdith-banner .mw-2000:after {
	content: " ";
	display: block;
	position: absolute;
	background: linear-gradient(90deg, #01133F 0%, rgba(1, 19, 63, 0) 100%);
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
}

.v6 .cover-img.img-col-text-wrap * {
	width: 100%;
	height: 100% !important;
}

.v6 .cover-img.img-col-text-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.for-content-border::marker {
	color: #95C951;
}

.main-news-wrap.for-related {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -0.5rem;
}

.slider-testimonial-single-wrap {
	width: 33.3%;
	padding: 0.5rem;
}

.d-none {
	display: none;
}

.blog-banner .main-banner-title {
	position: absolute;
	bottom: 0;
}

.for-blog-banner-title {
	padding-top: 390px;
}

.blog-banner.for-banner {
	border-bottom: 7px solid #95C951;
}

.for-blog-banner-title .main-banner-title {
	background: #95C951 !important;
	padding: 20px 30px;
}

.g-cols.vc_row.top {
	align-items: flex-start;
}

.main-news-wrap-cat a {
	display: block;
	color: black;
	border-left: 5px solid #95C951;
	margin-bottom: 1.2rem;
	padding-left: 10px;
}

.col.d-flex *, .col.d-flex>*>* {
	display: flex;
	gap: 10px;
	align-items: center;
}

input[type="radio"] {
	border-radius: 50% !important;
	margin: 0px;
	border: 1px solid #ececec;
}

input[type=radio]:before {
	border-radius: 50%;
	color: green;
}

.col.d-flex *, label {
	padding: 0px !important;
}

.col.d-flex {
	margin-bottom: 1rem;
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title, .w-color-swatch, .select2-selection, select, textarea, input[type=tel], input[type=text], input[type=date], input[type=email], input[type=search], input[type=number], input[type=password], textarea {
	border: 1px solid #B2B2B2;
	border-radius: 5px !important;
	text-transform: capitalize;
}

.my-form .col {
	padding: 0 10px;
}

.my-form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

div.wpcf7 {
	padding: 0px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	display: inline-block !important;
	width: auto !important;
}

span.wpcf7-list-item-label {
	gap: 0px !important;
}

span.wpcf7-form-control.wpcf7-radio {
	gap: 20px !important;
}

html .col.d-flex input[name=OtherLanguage] {
	width: 290px;
	padding-left: 15px !important;
}

.w-btn i {
	font-family: "FontAwesome";
}

.main-home.full-screen div.wpcf7 {
	padding: 2rem;
	padding-bottom: 0px;
}

.main-home.full-screen input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 100% !important;
	display: block !important;
}

.my-form .col span.uppercase {
	margin-top: 0.9rem !important;
	display: block;
	margin-bottom: 1rem !important;
}

.col.w-100.d-flex {
	margin-top: 10px;
}

.current_page_item>span.w-nav-title {
	color: #95C951;
}

.close a {
	font-weight: bold;
}

.close a:before {
	content: "\58";
	padding-right: 10px;
}

.blog .main-news-wrap-cat {
	display: flex;
	gap: 20px;
	border: 0px !important;
}

.blog  .main-news-wrap-cat a {
	border: 0px !important;
	padding: 0px;
	font-weight: bold;
}

.blog  .main-news-wrap-cat a.active {
	color: #57C410;
}

a.btn.green:hover {
	background: black !important;
}

.col.w-100.d-flex span {
	position: relative;
}

.col.w-100.d-flex small {
	display: block;
	position: absolute;
	font-size: 10px;
	top: 16px;
}

a.div-link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.block-v1 .vc_col-sm-6:before {
	content: "";
	transition: all .3s ease-out !important;
}

.block-v1 .vc_col-sm-6:hover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(1 19 63 / 35%);
	z-index: 9;
	transition: all .3s ease-out !important;
}

.details-wrap-job strong {
	display: block;
	font-weight: bold;
}

.job-detail .txt.txt-black.s-16 * {
	font-family: inherit !important;
	line-height: 150% !important;
}

header a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft:hover {
	color: #58c410 !important;
}

header a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft {
	margin: 0px;
}

header a.w-btn.us-btn-style_2.ush_btn_2 {
	margin: 0px;
	margin-right: 10px !important;
}

.wpcf7-not-valid-tip {
	color: #dc3232 !important;
}

.wpcf7-not-valid-tip {
	color: #dc3232 !important;
	margin-top: -10px;
	margin-bottom: 10px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	color: white !important;
}

h3.uppercase {
	font-weight: bold;
	font-size: 20px !important;
}

a.quick-apply {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999999;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #95C951;
	border-radius: 50%;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}

a.quick-apply:hover {
	color: white;
	background: #01133F;
}

.grecaptcha-badge {
	display: none !important;
}

a.quick-apply {
	transform: scale(0.75);
	bottom: 0;
	right: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #9f9f9f;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 22px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
	margin: 0px;
	border: 0px !important;
}

.select2.select2-container {
	border-color: red;
	width: 100% !important;
	padding: 0px !important;
	line-height: 100% !important;
	margin: 0px ! IMPORTANT;
}

.codedropz-upload-inner {
	font-weight: bold;
}

.footer .w-socials-list {
	color: white;
	flex-wrap: wrap !important;
	display: flex !important;
	justify-content: end;
	margin-right: -10px;
}

.footer.txt-white {
	z-index:9;
	position: relative;
}

  .blue-inner h3,  .blue-inner  h3 *,  .blue-inner h4,  .blue-inner  h4 * {
	line-height: 100% !important;
	margin-bottom: 1rem !important;
	text-transform: none !important;
	font-size: 2rem !important;
}

.single .blue-inner h3, .single .blue-inner h3 * {

	font-size: 2rem !important;
	margin-bottom: 1rem !important;
}

small.small {
	display: block;
	font-size: 90%;
	line-height: normal;
	text-transform: none !important;
	margin-top: 5px;
}

.main-drop ul.w-nav-list.level_2 {
	background: rgb(3 16 34 / 85%) !important;
	border-top: 4px solid #95C951;
	backdrop-filter: blur(23px);
}
ul.w-nav-list.level_2 a{
	color:white;
}
.main-drop  ul.w-nav-list.level_2>li:nth-child(1):before {
	content: " " !important;
	display: block !important;
	width: 1px;
	height: 90%;
	border-left: 1px solid #092E60;
	position: absolute !important;
	right: 2rem;
	top: 10%;
}

.main-drop  ul.w-nav-list.level_3 a.w-nav-anchor.level_3 {
	padding-bottom: 0px;
}

.main-drop  ul.w-nav-list.level_2 {
	padding: 1rem 1rem 2rem 1rem;
}

a.header-btn {
	display: flex;
	align-items: center;
	background: #95c951;
	gap: 12px;
	opacity: 1;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-radius: 100px;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}

a.header-btn:hover {
	color: #95c951;
	background: black;
}

a.header-btn span:before {
	content: "" !important;
	background: url(/wp-content/themes/raze-media/images/arrow-ber.svg);
	position: absolute;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
}

a.header-btn span {
	width: 30px;
	height: 30px;
	min-width: 30px !important;
	display: block;
	background: white;
	border-radius: 50%;
	position: relative;
}
/* Footer Styles */

.footer {
	background-color: #031022;
	color: #ffffff;
	padding: 0;
}

.footer .container-wrap {
	max-width: 100%;
	flex-wrap: wrap;
}

.footer .container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2.5rem;
}
/* Footer Main Section */

.footer-main {
	padding: 60px 0 50px;
}

.footer-columns {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.footer-column {
	flex: 1;
}

.footer-column: last-child {
	flex: 1.5;
}

.footer-column h3 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #ffffff;
}

.footer-info.mid {
	display: flex;
	justify-content: center;
}

.footer-info.last {
	display: flex;
	justify-content: end;
}

.footer-info h4 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #ffffff;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	margin-bottom: 9px;
}

.footer-column ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
	transition: opacity 0.3s ease;
	margin-bottom: 7px;
}

.footer-column ul li a:hover {
	color: #95C951 !important;
}

.footer-column p {
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
}
/* Footer Bottom Section */

.footer-bottom {
	padding: 30px 0;
}

.footer-bottom-columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

.footer-info {
	flex: 1;
}

.footer-copyright>div {
	border-top: 1px solid rgb(255 255 255 / 16%);
	padding-top: 1.5rem !important;
	margin-top: 1rem !important;
}

.footer-info a, .footer-info p {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	transition: opacity 0.3s ease;
	display: block;
}

.footer-info a:hover {
}
/* Footer Copyright */

.footer-copyright {
	padding: 0 0 30px 0;
	text-align: center;
}

.footer-copyright .container {
	font-size: 14px;
}
/* Electricity Comparison Specific Styles */

.electricity-comparison-wrap {
	position: relative;
	z-index: 10;
}

.banner-main {
	background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 50%, #0a1628 100%);
	position: relative;
	min-height: 500px;
	padding-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
}
/* Form Wrapper */

.zip-form-wrapper {
	position: relative;
	max-width: 375px;
	margin-top: 30px;
}
/* Form Styles */

.zip-comparison-form .form-inner-wrap {
	display: flex !important;
	align-items: center !important;
	background: white !important;
	overflow: hidden;
	border-radius: 100px !important;
	padding: 0px !important;
	position: relative !important;
	transition: all 0.3s ease !important;
}

.zip-comparison-form .form-inner-wrap:hover {
	box-shadow: 0 6px 30px rgba(149, 201, 81, 0.4) !important;
	transform: translateY(-2px);
}
/* Input Styles - Override existing styles */

.zip-comparison-form .zip-input-custom {
	flex: 1 !important;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	padding: 8px 20px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: black !important;
	margin-bottom: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	min-height: auto !important;
	line-height: normal !important;
	box-shadow: none !important;
	text-transform: none !important;
	height: auto !important;
}

.zip-comparison-form.loading .zip-input-custom {
	padding: 0px !important;
}

.zip-comparison-form.loading .compare-btn-custom {
	width: 100% !important;
}

.zip-comparison-form .zip-input-custom: focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
/* Remove autofill background */

.zip-comparison-form .zip-input-custom: -webkit-autofill, .zip-comparison-form .zip-input-custom: -webkit-autofill:hover, .zip-comparison-form .zip-input-custom: -webkit-autofill: focus, .zip-comparison-form .zip-input-custom: -webkit-autofill: active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}
/* Button Styles */

.zip-comparison-form .compare-btn-custom {
	background: #95c951 !important;
	border: none !important;
	border-radius: 100px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all 0.3s;
	ease !important;
	margin: 0 !important;
	padding: 3px 7px 3px 24px !important;
	gap: 8px !important;
	white-space: nowrap !important;
	min-height: 42px !important;
	outline: none !important;
}

.zip-comparison-form .compare-btn-custom:hover {
	background: #7fb33f !important;
	transform: translateX(2px) !important;
}

.zip-comparison-form .compare-btn-custom: active {
	transform: scale(0.98) !important;
}

.compare-btn-custom .btn-text {
	color: white !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	line-height: 100% !important;
}

.compare-btn-custom .btn-icon {
	width: 30px !important;
	min-width: 30px;
	height: 30px !important;
	display: inline-block !important;
	position: relative !important;
	background: white;
	border-radius: 50%;
}

.compare-btn-custom .btn-icon:before {
	content: "" !important;
	background: url(/wp-content/themes/raze-media/images/arrow-ber.svg) !important;
	position: absolute !important;
	width: 30px !important;
	height: 30px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 12px !important;
	filter: brightness(0);
	top: 0 !important;
	left: 0 !important;
	transition: none !important;
}
/* Loading State */

.zip-comparison-form.loading .form-inner-wrap {
	opacity: 1 !important;
	pointer-events: none !important;
}

.zip-comparison-form.loading .compare-btn-custom {
	background: #7fb33f !important;
}

.zip-comparison-form.loading .btn-text {
	opacity: 0.8 !important;
}

.zip-comparison-form.loading .btn-icon:before {
	background: url(/wp-content/themes/raze-media/images/tube-spinner.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 18px !important;
	animation: spin 1s linear infinite !important;
	filter: unset;
}
/* Loading Message */

.loading-message {
	margin-top: 20px;
	text-align: left;
	animation: fadeIn 0.3s ease;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.8;
	}
}

.main-home .overlay.relative {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.phone-container {
	text-align: center;
}

.phone-icon {
	display: none;
	font-size: 20px;
}

.phone-number {
	display: inline;
}

section .container {
	max-width: 1326px;
	margin: 0 auto;
	padding: 3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.card {
	width: 100%;
	max-width: 426px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.card-header {
	width: 100%;
	height: 48px;
	background-color: #101010;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 32px;
}

.card-header * {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

.card-content {
	padding: 40px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.card-title {
	font-size: 24px;
	font-weight: 700;
	color: #031122;
	text-align: center;
	width: 100%;
}

.price-container {
	display: flex;
	align-items: baseline;
}

.price {
	font-size: 32px;
	font-weight: 600;
	color: #031122;
}

.price-unit {
	font-size: 16px;
	font-weight: 500;
	color: #6d7189;
}

.bill-info {
	font-size: 16px;
	font-weight: 500;
	color: #031122;
	text-align: center;
	line-height: 1.5;
}

.rating-container {
	width: 100%;
	height: 64px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}

.logo-placeholder {
	width: 88px;
	height: 32px;
	padding: 3px;
	border: 1px solid #d7d7d7;
}

.card-content .rating {
	display: flex;
	align-items: center;
	gap: 6px;
}

.card-content .stars {
	display: flex;
	gap: 4px;
}

.card-content  .star {
	width: 24px;
	height: 24px;
	background-color: #95c951;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.rating-value {
	font-size: 16px;
	font-weight: 600;
	color: #031122;
}

.buttons-container {
	display: flex;
	gap: 8px;
	margin-top: 24px;
}

.btn-primary {
	padding: 6px 16px;
	background-color: #95c951;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border: none;
	border-radius: 100px;
	cursor: pointer;
}

.btn-secondary {
	padding: 6px 14px;
	background-color: transparent;
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 100px;
	cursor: pointer;
}

.buttons-container a:hover, a.header-btn:hover, table a:hover {
	background: #7fb33f !important;
	color: white !important;
	border-color: #7fb33f !important;
}

.buttons-container a:hover, table a:hover {
	box-shadow: 0 6px 30px rgba(149, 201, 81, 0.4) !important;
	transform: translateY(-2px) !important;
}

a.header-btn:hover span {
	background: #031022 !important;
}

a.header-btn:hover span:before {
	filter: invert(1) brightness(100) !important;
}

.bg-light {
	background-color: #f9f9f9;
}

.horizontal-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 72px 0;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
}

.heading {
	color: #031122;
	font-size: 55px;
	font-weight: 500;
	text-align: center;
	max-width: 31%;
	line-height: 100%;
	letter-spacing: -0.5px;
}

.brands-container {
	display: flex;
	flex-direction: row;
	gap: 32px;
	align-items: center;
	max-width: 70%;
	overflow: hidden;
	width: 100%;
	justify-content: space-around;
}

.brand-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-logo-1 {
	width: 117px;
	height: 117px;
}

.block-section-3 .image-box {
	width: 45%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	background-color: #333;
	position: relative;
}

.block-section-3 .image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.block-section-3 .content {
	width: 45%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.list {
	margin-left: 0px !important;
	list-style: none;
}

.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.block-section-3 .title {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.block-section-3 .sub-heading {
	display: flex;
	align-items: center;
	gap: 14px;
	border-radius: 20px;
}

.block-section-3 .sub-heading .icon {
	width: 20px;
	height: 20px;
	color: #95C951;
}

.block-section-3 .sub-heading-text {
    font-size: 16px;
    color: #95C951;
    line-height: 100%;
}

.block-section-3 .heading {
	max-width: unset;
	font-weight: 500;
	text-align: left;
	font-size: 64px;
	color: #0D3319;
	line-height: 1.2;
	letter-spacing: -0.4px;
}

.block-section-3 .description {
	font-size: 18px;
	line-height: 1.5;
	color: #0D3319;
}

.block-section-3 .mission-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.block-section-3 .mission-item {
	padding: 21px 24px;
	border-radius: 8px;
	border: 1px solid #EBEBEB;
	background-color: #EBEBEB;
}

.block-section-3 .mission-item-text {
	font-size: 16px;
	line-height: 1.4;
	color: #303030;
}

.block-section-3 .mission-item.active {
	background-color: #95C951;
}

.block-section-3 .mission-item.active .mission-item-text {
	color: #fff;
}

.block-section-3 .mission-item:hover {
	background-color: #95C951;
	cursor: pointer;
}

.block-section-3 .mission-item:hover .mission-item-text {
	color: #fff;
}
/* Hero Section */

.hero {
	position: relative;
	height: 421px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 82px 0;
	background-color: #333;
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.hero-title {
	font-size: 55px;
	font-weight: 600;
	letter-spacing: -0.4px;
	max-width: 879px;
}

.stats-container {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	width: 100% !important;
	justify-content: space-between;
}
.stat-item {
    display: flex;
    flex-direction: column;
    width: 200px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.stat-number {
	font-size: 55px;
	font-weight: 500;
	line-height: 1.2;
}

.stat-label {
	font-size: 16px;
	font-weight: 400;
}

.vertical-divider {
	width: 1px;
	height: 96px;
	background-color: #d9ddef;
}

.cta-button {
	display: flex;
	align-items: center;
	background-color: #95c951;
	color: #fff;
	border-radius: 100px;
	padding: 16px 26px;
	font-weight: 700;
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin-top: 24px;
	text-decoration: none;
}

.cta-button .circle {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.cta-button .arrow {
	width: 7px;
	height: 7px;
	border-right: 1.125px solid #031122;
	border-bottom: 1.125px solid #031122;
	transform: rotate(-45deg);
}
/* Testimonials Section */

.testimonials {
	padding: 80px 0;
}

.testimonials-title {
	font-size: 55px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.4px;
	margin-bottom: 80px;
	color: #031122;
}

.rating-card-wrap {
	width: 25% !important;
	min-width: 288px;
}

.rating-card-slider-wrap {
	width: 75%;
}

.testimonials-container {
	display: flex;
	max-width: 1260px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100% !important;
}

.rating-card {
	border-radius: 16px;
	padding: 30px 30px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	width: 100% !important;
}

.rating-title {
	font-size: 30px;
	font-weight: 600;
	color: #4f4f4f;
	text-align: center;
}

.stars {
	display: flex;
	gap: 4px;
}

.rating-card .star {
	width: 32px;
	height: 32px;
	background-color: #95c951;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.review-card {
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding-right: 0px !important;
	padding-left: 9.2rem;
}

.review-stars {
	display: flex;
	gap: 4px;
	justify-content: center;
	margin-bottom: 14px;
}

.review-star {
	width: 24px;
	height: 24px;
	background-color: #95c951;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.review-title {
	font-size: 20px;
	font-weight: 700;
	color: #4f4f4f;
	text-align: center;
	margin-bottom: 16px;
}

.review-text {
	font-size: 12px;
	text-align: center;
	margin-bottom: 16px;
}

.reviewer-name {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	color: #4f4f4f;
}

.pagination {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 80px;
	align-items: center;
	width: 100%;
}
/* Screen reader only class for accessible label */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.pagination-dot {
	width: 16px !important;
	height: 16px !important;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}

.pagination-dot.active {
	background-color: #031122;
}

.pagination-dot: not(.active) {
	background-color: #fff;
	border: 1px solid #4f4f4f;
}
/* Blog Section */

.blog-section {
	background-color: #f5f8ff;
	padding: 150px 0;
}

.blog-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.medium, .medium * {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.blog-title {
	letter-spacing: -0.4px;
	max-width: 740px;
}

.blog-link {
	display: flex;
	align-items: center;
	border: 1px solid #95c951;
	border-radius: 100px;
	padding: 16px 26px;
	text-decoration: none;
	color: #031122;
	font-weight: 500;
}

.blog-link .circle {
	width: 36px;
	height: 36px;
	background-color: #95c951;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.blog-link .arrow {
	width: 7px;
	height: 7px;
	border-right: 1.125px solid #fff;
	border-bottom: 1.125px solid #fff;
	transform: rotate(-45deg);
}

.blog-grid {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.blog-row {
	display: flex;
	gap: 26px;
}

.blog-card {
	border: 2px solid #dfdfdf;
	border-radius: 12px;
	position: relative;
	width: 50%;
}

.blog-card-content {
	padding: 36px 30px;
	display: flex;
	justify-content: space-between;
}

.blog-card-content * {
	z-index: 9;
}

.blog-card-content:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: #7fb33f!important;
	z-index: 1;
	border-radius: 10px;
	transition: .3s ease all;
}

.blog-card-content:hover:before {
	width: 100%;
}

.blog-card-content:hover * {
	color: white;
}

.blog-card-content img {
	filter: grayscale(100%);
	transition: 3s ease all !important;
}

.blog-card-content img {
	transition: transform 0.5s ease 1s, filter 1s ease 1s;
	/* 1s delay */
}

.blog-card-content:hover img {
	transform: translate(30px, 0px);
	filter: invert(1) brightness(100) grayscale(100) !important;
}

.blog-card-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #031122;
	width: 40%;
}

.blog-card-description {
	font-size: 16px;
	color: #6d7189;
	padding-left: 100px;
	width: 60%;
}

.blog-card-arrow {
	margin-top: 40px;
}

.blog-card-image {
	flex: 1;
	background-color: #333;
	background-size: cover;
	background-position: center;
	min-height: 230px;
	max-height: max-content;
	position: relative;
	border-radius: 10px !important;
	overflow: hidden;
}

.blog-card-image img, .absolute-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta-container {
	display: flex;
	position: relative;
	gap: 5rem;
	justify-content: space-between;
}

.cta-right {
	padding-top: 30px;
}

.cta-content {
	max-width: 875px;
}

.cta-label {
	font-size: 16px;
	margin-bottom: 10px;
}

.cta-title {
	font-size: 80px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.4px;
}

.cta-description {
	font-size: 16px;
	font-weight: 500;
	max-width: 369px;
}

.cta-form {
	display: flex;
	position: relative;
	width: 340px;
}

.cta-input {
	width: 253px;
	height: 48px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 100px;
	padding: 16px 24px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #031122;
}

.cta-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 48px;
	background-color: #95c951;
	border: none;
	border-radius: 100px;
	display: flex;
	align-items: center;
	padding: 6px 6px 6px 20px;
	cursor: pointer;
}

.cta-button-text {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #f5f5f5;
}

.cta-button .circle {
	width: 36px;
	height: 36px;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
}

a.header-btn.border {
	border: 2px solid #95C951;
	background: unset;
	color: #031022;
	font-weight: 500;
}

a.header-btn.border span {
	background: #95C951;
}

a.header-btn.border span:before {
	filter: invert(1) brightness(100) !important;
}

.darker .zip-comparison-form .form-inner-wrap {
	background: #F4F4F4 !important;
}

.darker  input.zip-input-custom {
	width: 157px;
}

.loading input.zip-input-custom {
	width: 0px;
}

.txt-dark, .txt-dark * {
	color: #031022 !important;
}

.absolute {
	position: absolute;
}

.image-background {
	height: 100%;
	width: 100%;
}

.stats-container .vertical-divider: last-child {
	display: none;
}

.image-background img {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	object-fit: cover;
}

.header-btn:hover {
	box-shadow: 0 6px 30px rgba(149, 201, 81, 0.4) !important;
	transform: translateY(-2px) !important;
}

.compare-btn-custom:hover .btn-icon {
	background: #031022 !important;
}

.compare-btn-custom:hover .btn-icon:before {
	filter: invert(1) brightness(100) !important;
}

html .zip-comparison-form .zip-input-custom {
	border: 0px !important;
	min-width: 165px;
}

.slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}

html .slick-dots li {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

html .slick-dots li button {
	width: 15px;
	height: 15px;
	padding: 0;
	border: 1px solid #333 !important;
	border-radius: 50%;
	background: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li.slick-active button {
	background: #333;
}

ul.pagination li {
	list-style: none;
	margin: 0px !important;
}

.v2.inner-banner .main-slider-wrap-single {
	display: flex;
}

.v2.inner-banner .main-slider-wrap-single {
	display: flex;
	gap: 50px;
	align-items: center;
	height: 300px;
}

.bg-blue {
	background: #061C3B;
}

.v2.inner-banner  .overlay {
	background: linear-gradient(270deg, rgba(6, 28, 59, 0) 64.23%, #061C3B 100%);
	position: absolute;
	width: 70%;
	height: 100%;
	right: 0;
}

.v2.inner-banner img.background-image.cover.w-100 {
	width: 70% !important;
	left: unset;
	right: 0;
	object-fit: cover !important;
}

.border-bottom {
	padding-bottom: 5px;
	padding-top: 15px !important;
	border-bottom: 5px solid #95C951;
}

.s-50, .s-50 * {
	font-size: 45px !important;
}

.cta-section.v3 {
	padding: 0px;
}

.cta-section.v3  .hero-background.absolute.image-background.op-7 {
	opacity: 60%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cta-section.v3 .cta-content {
	max-width: calc(100% - 380px);
}

.zip-form-wrapper {
	position: relative;
	width: 375px;
	margin-top: 30px;
	max-width: 100% !important;
}

.cta-section.v3  .cta-form {
	display: flex;
	position: relative;
	width: 380px;
}

.cta-section.v3  .cta-container {
	gap: 2rem;
}

.cta-section.v3   .cta-right {
	padding: 0px;
}

.cta-section.v3  .cta-container {
	align-items: center;
}

html .zip-comparison-form.loading .zip-input-custom {
	min-width: unset;
}

.vc_col-sm-12 {
	width: 100% !important;
}

.s-64, .s-64 * {
	font-size: 50px;
}

.plans-row {
	display: flex;
	flex-wrap: wrap;
}

.accent-heading>* {
	display: inline-block;
	padding: 0px 10px;
	background: white;
	position: relative;
	z-index: 9;
}

.h.accent-heading:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #95C951;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	top: 33px;
	z-index: 1;
}

.accent-heading.txt-white>* {
	background: #091c3b;
}

.h.accent-heading.txt-white:before {
	border-color: white;
}

.plans-row .plan-card {
	width: 50% !important;
	padding: 1rem;
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
	display: flex;
}

.icon-container img {
    /* aspect-ratio: 1 / 1 !important; */
    object-fit: contain;
    object-position: top !important;
    width: 150px;
    height: 150px;
    position: absolute;
}

.icon-container-wrap {
    border: 2px solid #95c951 !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    position: relative;
    width: 200px;
}
.icon-container {
	width: 300px;
	padding-right: 1rem;
}

.divider {
	width: 50px;
	margin: 1rem 0;
	border-top: 5px solid #95c951;
}

.image-box-for-provider-wrap {
	width: 50%;
}

.image-box-for-provider {
	display: flex;
	flex-wrap: wrap;
}

.image-box-for-provider .provider-image {
	width: 33.3% !important;
	padding: 10px;
	height: unset;
	aspect-ratio: unset;
}

.image-box-for-provider .provider-image img {
	border-radius: 5px;
	border: 1px solid #f1f0f0;
	aspect-ratio: 2 / 1;
	padding: 10px;
	object-fit: contain;
	display: block;
}

.block-section-3.iterate .image-box {
	width: 50% !important;
}

.block-section-3 .content.odd {
	padding-right: 0px;
	padding-left: 5%;
}

.testimonials-container.v2 {
	max-width: 100% !important;
}

.testimonials-container.v2 .review-card {
	padding: 30px 40px !important;
	padding-right: 40px !important;
	padding-left: 0px;
	background: unset;
	border: 0px;
}

.testimonials-container.v2 .rating-card-slider-wrap {
	width: 100% !important;
}

ul.pagination {
	margin-left: 0px !important;
}

.bg-light {
	background: #F5F8FF;
}

.map-container {
	position: relative;
}

.map-container  svg {
	max-width: 100%;
	height: auto;
	display: block;
}

.map-container .region {
	stroke: #ffffff;
	stroke-width: 0.5;
	transition: all 0.3s ease;
}
/* Updated colors using only the provided six colors (looped) */

.map-container  .region:hover {
	opacity: 0.7;
	stroke: #333;
	outline: unset !important;
	stroke-width: 1.5;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
}

.map-container  .region.selected {
	stroke: #000;
	stroke-width: 2.5;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
	outline: unset !important;
}

.map-container  .tooltip {
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1000;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.map-container  .tooltip::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.9);
}

.map-container   .tooltip.show {
	opacity: 1;
}

.map-container    .info-panel {
	margin-top: 20px;
	padding: 15px;
	background: #ecf0f1;
	border-radius: 6px;
	text-align: center;
	min-height: 60px;
}

.map-description ul li {
	padding-right: 10px;
}

.map-description ul {
	display: flex;
	flex-wrap:wrap;
	list-style: none;
	margin: 0px !important;
}

.map-description ul li:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: black;
	position: absolute;
	border-radius: 50%;
	top: 8px;
	left: 0px;
}

.map-description ul li:nth-child(6n + 1):before {
	background: #BD51C9;
}

.map-description ul li:nth-child(6n + 2):before {
	background: #C95173;
}

.map-description ul li:nth-child(6n + 3):before {
	background: #5167C9;
}

.map-description ul li:nth-child(6n + 4):before {
	background: #51B1C9;
}

.map-description ul li:nth-child(6n + 5):before {
	background: #C96551;
}

.map-description ul li:nth-child(6n + 6):before {
	background: #C99B51;
}

.map-description ul li {
	padding-right: 17px;
	position: relative;
	white-space: nowrap;
	padding-left: 18px;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.utility-card, .provider-card {
	width: 33.3% !important;
	padding: 1rem;
}

.utility-wrapper, .provider-wrapper {
	padding: 2rem;
	background: #F5F8FF;
	    height: 100%;
}

.utility-image img, .provider-image img {
    height: 110px;
    background: none;
    width: 100%;
 
    margin-bottom: 1rem;
    object-fit: contain;
}
.d-flex.wrap {
	margin: 0 -1rem;
}

.invert .container-fluid {
	flex-direction: row-reverse;
}

.v2.inner-banner.smaller .main-slider-wrap-single {
	display: flex;
	gap: 50px;
	align-items: center;
	height: 120px;
}

.blue-inner .container-full ul {
	margin-left: 1.2rem;
}

.blue-inner .container-full {
	background: #051328;
	color: white;
	padding: 2.5rem;
}

.blue-inner .container-full * {
	color: white;
}

.blue-inner.light .container-full {
	background: #F5F8FF;
	color: #0D341A;
}

.blue-inner .container-full li {
	padding-bottom: 0.5rem;
}

.list-check ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px !important;
}

.list-check li {
	width: 33.3%;
	position: relative;
	list-style: none;
	margin-bottom: 1.5rem;
	padding-left: 23px;
}

.list-check li:before {
	content: "";
	background: url(/wp-content/themes/raze-media/images/circle-check.svg) no-repeat;
	width: 15px;
	background-size: contain;
	height: 15px;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
}
/* Rating Grid Container */

.rating-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-around;
	width: 100% !important;
	padding-top: 2rem;
}
/* Individual Rating Column */

.rating-column {
	text-align: center;
}

.rating-label {
	font-size: 24px;
	color: #0D341A;
	margin-bottom: 12px;
	display: block;
	text-align: center;
	font-weight: 500;
}
/* Star Rating Container */

.star-rating {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
}


.star {
	position: relative !important;
	width: 22px !important;
	height: 22px !important;
}

.star svg {
	width: 100%;
	height: 100%;
	display: block;
}
/* Empty star (background) */

.star-empty {
	position: absolute !important;
	top: 0;
	left: 0;
}

.star-empty svg {
	fill: #E5E5E5 !important;
}
/* Filled star (foreground with clip) */

.star-filled {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
}

.star-filled svg {
	fill: #F7B11A !important;
	min-width: 22px !important;
}
/* Score display */

.score-display {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #031022 !important;
	margin-left: 8px; !important;
}

.location-card {
	width: 25%;
	text-align: center;
	padding: 0.5rem;
}

a.location-link {
	width: 100%;
	height: 100%;
	display: block;
	padding: 30px;
	background: #F6F6F6;
	color: black;
	font-weight: 600;
	font-size: 20px;
}

a.location-link:hover {
	background: #95c951;
	color: white !important;
}

.semi, .semi * {
	font-weight: 600;
}

.image-box-for-provider-wrap.list {
	width: 100% !important;
	margin-top: 1.5rem;
}

.image-box-for-provider-wrap.list .provider-image {
	width: 16.6% !important;
}

.image-box-for-provider-wrap.list .provider-image a {
	display: flex;
}

.image-box-for-provider-wrap.list img {
	margin: 0px;
}



.block-section-3.full-text .title {
	gap: 10px !important;
}

.similar-card {
	width: 33.3%;
	padding: 1rem;
}

.similar-image img {
	aspect-ratio: 2 / 1;
	object-fit: cover;
}

.blue-inner.light .container-full * {
	color: #0D341A;
}

.rating-card-row .review-card {
	width: 33.3%;
}

.providers-section.v5 .provider-wrapper {
	background: no-repeat;
	padding: 0px !important;
}

.vc_col-sm-6 {
	width: 50%;
}

.valign_top {
	align-items: flex-start;
}

.contact-info-wrap-single {
	padding-bottom: 1rem;
}

.contact-info-wrap-single .s-32 {
	padding-bottom: 0.5rem;
}

.label-social-links a {
	color: black;
	margin-top: 5px;
}

.label-social-links a:hover {
	color: #95C951;
}

.label-social-links {
	gap: 10px;
	color: black;
}

html input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 100% !important;
	display: block !important;
	background: #95C951;
	border-radius: 4px;
	padding: 10px !important;
}

.map-wrap .w-map {
	height: 300px;
	margin-bottom: 2rem;
}

.featured-blogs-wrapper {
	display: grid;
	column-gap: 24px;
	row-gap: 50px;
	grid-template-columns: repeat(2, 1fr);
}

.featured-card-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.featured-card-item .card-item-image {
	width: 100%;
	height: 100%;
	max-height: 200px;
}

.featured-card-item .card-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-card-item .card-item-title {
	margin-bottom: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 52px;
	color: #0D341A;
}

.featured-card-item .card-item-date {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #A1A1A1;
}

.featured-card-item .card-item-content {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #0D341A;
}

.date-single * {
	color: #A1A1A1 !important;
}

.label-social-links.d-flex.ml-3>div>div {
	gap: 0 10px !important;
	display: flex;
	margin-top: -5px;
}

.bottom-banner-social {
	margin-top: 1rem;
}

.featured-image-post img {
	aspect-ratio: 2 / 1;
	width: 100% !important;
	object-fit: cover;
}

.the-content li {
	margin: 0px !important;
	padding-bottom: 5px !important;
}

article.card.slider {
	max-width: unset;
}

.rate-slider-wrap {
	padding: 0.5rem;
}

.rate-slider-wrap  .logo-placeholder img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}

.rate-slider-wrap  .card-content .card-title.match-height.txt {
	padding: 0px !important;
	margin: 0px !important;
}

.rate-slider-wrap .buttons-container * {
	font-size: 0.9rem;
}

.energy-plans-container .slick-next:before, .energy-plans-container .slick-prev:before {
	display: none;
}

.energy-plans-container .slick-next *, .energy-plans-container .slick-prev * {
	color: black;
}

.comparison-table-wrapper {
	overflow: hidden;
	border-radius: 16px;
	width: 100%;
	background: #fff;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
}

.comparison-table thead tr {
	background: #95C951;
}

.comparison-table thead th {
	padding: 12px 24px;
	text-align: left;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.comparison-table thead th.sortable {
	cursor: pointer;
	user-select: none;
	transition: background 0.2s ease;
}

.comparison-table thead th.sortable:hover {
	background: #7db340;
}

.comparison-table thead th .th-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

.comparison-table thead th .sort-icon {
	display: flex;
	flex-direction: column;
	opacity: 0.5;
}

.comparison-table thead th .sort-icon svg {
	display: block;
	margin: -2px 0;
}

.comparison-table thead th.sort-asc .sort-icon .sort-asc, .comparison-table thead th.sort-desc .sort-icon .sort-desc {
	opacity: 1;
}

.comparison-table thead th.sort-asc .sort-icon .sort-desc, .comparison-table thead th.sort-desc .sort-icon .sort-asc {
	opacity: 0.3;
}

.comparison-table thead th.sort-asc .sort-icon, .comparison-table thead th.sort-desc .sort-icon {
	opacity: 1;
}

.comparison-table tbody tr {
	border-bottom: 1px solid #E5E5E5;
	transition: background 0.2s ease;
	background: #F9F9F9;
}

.comparison-table tbody tr: last-child {
	border-bottom: none;
}

.comparison-table tbody td {
	padding: 12px 24px;
	color: #0D341A;
	font-size: 15px;
	vertical-align: middle;
}

.comparison-table tbody tr:nth-child(even) {
	background: rgb(239 239 239 / 90%);
}

.comparison-table .btn-see-details {
	display: inline-block;
	padding: 10px 24px;
	background: #95C951;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.3s ease;
	border: none;
	cursor: pointer;
}

.comparison-table .btn-see-details:hover {
	background: #7db340;
}

.comparison-table .cell-content {
	min-height: 1em;
}

.comparison-table .rating-stars {
	display: flex;
	align-items: center;
	gap: 8px;
}

.comparison-table .stars-wrapper {
	display: flex;
	align-items: center;
	gap: 2px;
}

.comparison-table .rating-value {
	font-weight: 500;
	color: #0D341A;
}

.star-rating {
	font-style: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	white-space: inherit;
	line-height: inherit;
	height: inherit;
	width: unset !important;
	position: inherit;
}

.star-rating span:before, .star-rating:before {
	display: none!important;
}

.card-content .star: not(.filled) {
	background: #e3e3e3;
}

section {
	width: 100% !important;
}

.d-inline {
	display: inline-block !important;
}

.cta-section .cta-form {
	width: 380px;
}

.s-12, .s-12 * {
	font-size: 12px;
}

.card-header-wrap {
	min-height: 50px;
}

a.blog-card {
	border: 2px solid #dfdfdf !important;
}

.table-footer.txt-center {
	padding-left: 0rem;
	padding-right: 0rem;
}

strong.txt-red.txt {
	color: red;
}

.notice.notice-info {
	text-align: center;
}

.provider-image a {
	position: relative;
}

.provider-image a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #95c951;
	mix-blend-mode: hue;
	pointer-events: none;
	transition: opacity 0.3s;
	ease;
	border-radius: 20px;
}

.provider-image a:hover::after {
	background: unset;
	mix-blend-mode: unset;
}
/* Responsive Styles */
/* Responsive styles */
/* Mobile Responsive */
/* Responsive Design */

.email-form-custom {
	display: flex !important;
	align-items: center !important;
	background: white !important;
	border: 2px solid #95c951 !important;
	border-radius: 100px !important;
	padding: 3px !important;
	max-width: 200px !important;
	position: relative !important;
	margin: 1rem 0 !important;
	box-shadow: 0 0 20px rgba(149, 201, 81, 0.3) !important;
}

.email-form-custom .email-input-custom {
	flex: 1 !important;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	padding: 8px 16px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: black !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	min-height: auto !important;
	line-height: normal !important;
	box-shadow: none !important;
	text-transform: none !important;
	height: auto !important;
}
/* Remove any focus styles and autofill background */

.email-form-custom .email-input-custom: focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.email-form-custom .email-input-custom: -webkit-autofill, .email-form-custom .email-input-custom: -webkit-autofill:hover, .email-form-custom .email-input-custom: -webkit-autofill: focus, .email-form-custom .email-input-custom: -webkit-autofill: active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}

.email-form-custom .submit-btn-custom {
	background: #95c951 !important;
	border: none !important;
	border-radius: 50% !important;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	margin: 0 !important;
	margin-right: 3px !important;
	padding: 0 !important;
	outline: none !important;
}

.email-form-custom .submit-btn-custom:hover {
	transform: scale(1.1) !important;
	background: #7fb33f !important;
}

.email-form-custom .submit-btn-custom: active {
	transform: scale(0.95) !important;
}

.email-form-custom .submit-btn-custom span {
	width: 30px !important;
	height: 30px !important;
	display: block !important;
	position: relative !important;
}

.email-form-custom .submit-btn-custom span:before {
	content: "" !important;
	background: url(/wp-content/themes/raze-media/images/arrow-ber.svg) !important;
	position: absolute !important;
	width: 30px !important;
	height: 30px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 14px !important;
	filter: brightness(0) invert(1) !important;
	top: 0 !important;
	left: 0 !important;
}
/* Loading state when form is submitted */

.email-form-custom.loading .submit-btn-custom {
	pointer-events: none !important;
	opacity: 0.8 !important;
}

.email-form-custom.loading .submit-btn-custom span:before {
	background: url(/wp-content/themes/raze-media/images/tube-spinner.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 18px !important;
	animation: spin 1s linear infinite !important;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.energy-plans-section .h.accent-heading {
    padding-bottom: 1rem;
}
.buttons-container.center {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
/* Mobile responsive */
/* Screen reader only - visually hidden but accessible to SEO and screen readers */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* V3-specific enhancements */
.block-v3 .card-provider {
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 10px !important;
}

.block-v3 .logo-text {
    font-size: 32px !important;
    font-weight: bold !important;
    color: #0073aa !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.block-v3 .plans-footer {
    padding: 20px !important;
    background: #f9f9f9 !important;
    border-radius: 8px !important;
}

/* Slick Slider Controls */
.slick-prev,
.slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.slick-prev { 
    left: -50px !important; 
}

.slick-next { 
    right: -50px !important; 
}

html section .pagination {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 20px !important;
}

html section .pagination-dot {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    cursor: pointer !important;
}

html section .pagination-dot.active {
    background: #007bff !important;
    color: #fff !important;
    border-color: #007bff !important;
}
/* Ensure only slick-active pagination dots show as active */
.testimonials-section .pagination {
   display: flex !important;
   visibility: visible !important;
   opacity: 1 !important;
}

.testimonials-section .pagination li:not(.slick-active) .pagination-dot {
   background: transparent !important;
}

.testimonials-section .pagination li.slick-active .pagination-dot {
   background: #000 !important;
}
.v5 .provider-image img {
    padding: 10px;
}
.utility-image img {
    padding: 10px;
}
.v2.inner-banner .main-slider-wrap-single {
    height: unset !important;
    min-height: 300px;
}
.v2.inner-banner .overlay {
	top:0px !important;
}
.link-cards-v2-wrapper a {
    width: 100% !important;
}
.l-canvas.type_wide:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: -500px;
    left: 0;
    height: 750px;
    background: #061022;
}
.footer a:hover {
	color:#95C951 !important;
}
html .block-section-3.full-text .content {
	WIDTH: 100% ! IMPORTANT;
	max-width:unset !important;
	padding: 0px !important;
}
.container-fluid.even {
   flex-direction: row-reverse;
}

.image-box-for-provider.full .provider-image a:after {
	display:none !important;
}
 .provider-image:hover {
    transform: scale(1.1);
}
.animate, .animate * {
	transition: 1s all ease;
}
	.blog-card-content>div {
    z-index: 999 !important;
    position: relative;
    transition: .3s;
}

.single-provider .block-section-3 .image-box {
    background-color: #ffffff;
}
.single-provider .block-section-3 .image-box img {
    object-fit: contain;
}

.single-utilities .block-section-3 .image-box {
    background-color: #ffffff;
}
.single-utilities .block-section-3 .image-box img {
    object-fit: contain;
}
.l-header.pos_fixed {
    z-index: 9999 !important;
}
.provider-image a:after {
display:none !important;
}

.comparison-chart-section .comparison-chart.fixed-first-column span.icon-x::before {
    width: 25px !important;
    height: 25px ! IMPORTANT;
}
.providers-logo-section .provider-image img {
    background: white;
}
.blue-inner.less .container-full li {
    padding-bottom: 0px;
}
section.less {
    padding-top: 0rem !important;
}

.rating-card-row.d-flex.wrap.v2.txt-center {
    align-items: center;
    justify-content: center;
}
section.no-margin {
    margin: 0px !important;
	padding: 0px !important;
}
.locations-container {
    align-items: center;
    justify-content: center;
}
.description.list-check li {
    padding-right: 1.5rem;
}
html .ush_menu_1 .w-nav-icon {
--icon-size: 20px !important;
}

a.plan-link.txt-black, a.plan-link.txt-black * {
    line-height: normal !important;
}
.comparison-table.fixed-first-column tbody tr:nth-child(odd) {
    background: #eeeeee;
}
a.plan-link.txt-black:hover {
    color: #95C951 !important;
    transform: unset !important;
}
.block-section-3 .heading {
    font-weight: 600;
}
/*
section.contact-section {
    padding: 3rem 0;
}*/

.plan-comparison-table-section .sort-icon {
    display: none !important;
}
.v3 .cta-title * {
    line-height: 120%;
    margin-bottom: 1rem !important;
}
.plan-comparison-table-section .comparison-table.fixed-first-column tbody * {
    transition: unset !important;
}
.plans-row {
    justify-content: center;
}
.s-64.txt>* {

    padding: 0px !important;
    margin: 0px !important;
}

.container-full strong {
    font-weight: bold;
}
.container-full .description h1 *, .container-full .description h2 *, .container-full .description h3 *, .description  h1 ,.description  h2  ,.description  h3 {
    font-weight: 600 !important;
    display: block !important;
	font-size:120%;
}
html body .content a:not(.btn-primary) *, html body .content a:not(.btn-primary){
    color: var(--color-content-link-hover) !important;
}
html body .content .description a:hover *, html body .content .description a:hover {
  text-decoration:underline !important;
}
.providers-slider-container .card:hover .card-content a.btn-primary {
    background: black;
}
.table-scroll-container {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

/* Table with fixed first column */
.comparison-table.fixed-first-column {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 600px; /* Minimum width before scrolling kicks in */
}

/* Fixed column styles */
.comparison-table.fixed-first-column .fixed-column {
    position: sticky;
    left: 0;
    z-index: 10;

    min-width: 230px;
    max-width: 230px;
}

	a.plan-link.txt-black {
    background: unset !important;
		color:inherit!important;
		box-shadow:unset !important;
}
		a.plan-link.txt-black:hover {
		color:#95C951 !important;

}
.comparison-table.fixed-first-column thead .fixed-column {
    z-index: 11;

}

/* Alternating row colors - ensure fixed column matches */
.comparison-table.fixed-first-column tbody tr:nth-child(even) .fixed-column {
    background: #F9F9F9;
}

.comparison-table.fixed-first-column tbody tr:hover .fixed-column {
    background: #f0f7ff;
}

/* Regular table cells */
.comparison-table.fixed-first-column td,
.comparison-table.fixed-first-column th {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    white-space: nowrap;
}

.comparison-table.fixed-first-column td.fixed-column {
    white-space: normal;
}

.comparison-table.fixed-first-column thead th {

    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 5;
}

/* Sortable header styles */
.comparison-table.fixed-first-column th.sortable {
    cursor: pointer;
    user-select: none;
}



.comparison-table.fixed-first-column .th-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.comparison-table.fixed-first-column .sort-icon {
    display: flex;
    flex-direction: column;
    opacity: 0.3;
}

.comparison-table.fixed-first-column th.sortable.sort-asc .sort-icon,
.comparison-table.fixed-first-column th.sortable.sort-desc .sort-icon {
    opacity: 1;
}

.comparison-table.fixed-first-column th.sortable.sort-asc .sort-desc,
.comparison-table.fixed-first-column th.sortable.sort-desc .sort-asc {
    opacity: 0.3;
}

/* Plan link hover styles */
.plan-link {
    display: block;
    padding: 4px 0;
    transition: opacity 0.2s ease;
}

.plan-link:hover {
    opacity: 0.8;
}

/* Mobile label (hidden on desktop) */
.mobile-label {
    display: none;
    font-weight: 600;
    margin-bottom: 5px;
    color: #666;
}
.stats-container .vertical-divider:last-child {
    display: none;
}
span.content-height {
    display: block;
}
.provider-description * {
    padding-bottom: 0px !important;
    margin-bottom: 11px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
  
	font-size:inherit;
}
.provider-description ul li {
    margin-bottom: 1px !important;
}

.provider-description ul {
    margin-left: 1.5rem;
}
.page-id-1492 .map-container .region {
    fill: black;
}
.page-id-1492 .map-container:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;

}

html h2.heading {
    font-weight: 600 !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    .comparison-table.fixed-first-column {
        min-width: 500px; /* Smaller minimum width on mobile */
    }

    .comparison-table.fixed-first-column .fixed-column {
        min-width: 200px;
        max-width: 200px;
    }

    .comparison-table.fixed-first-column td,
    .comparison-table.fixed-first-column th {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
	
	/* Fixed column styles */
.comparison-table.fixed-first-column .fixed-column {


    box-shadow: 2px 0 5px rgba(0,0,0,0.1);

}
    .comparison-table.fixed-first-column {
        min-width: 400px;
    }

    .comparison-table.fixed-first-column .fixed-column {
        min-width: 160px;
        max-width: 160px;
    }

    .comparison-table.fixed-first-column td,
    .comparison-table.fixed-first-column th {
        padding: 8px;
        font-size: 13px;
    }
}

/* Zebra striping */
.comparison-table.fixed-first-column tbody tr:nth-child(even) {
    background: #F9F9F9;
}

.comparison-table.fixed-first-column tbody tr:hover {
    background: #f0f7ff;
}
@media (max-width: 1400px) {
.cta-title {
		font-size: 70px;
	}
	.block-section-3 .content {
		width: 100%;
		max-width: unset !important;
	}
	.review-card {
		padding-left: unset;
		padding: 2rem !important;
	}
	.rating-card-slider-wrap {
		width: 90%;
	}
	.cta-right {
		position: relative;
		right: 0;
		top: 0px;
	}
	.blog-grid.w-100 {
		padding: 1rem;
	}
	.blog-header.txt.s-60.medium.w-100 {
		padding: 1rem;
	}
	a.header-btn.border {
		min-width: 150px;
	}
	.block-section-3 .container {
		justify-content: center;
		gap: 40px;
	}
	.block-section-3 .content {
		width: 100%;
		max-width: 560px;
	}
	.block-section-3 .image-box {
		width: 100%;
		max-width: 507px;
	}
	
}

@media (max-width: 1300px) {
	.slick-prev {
    left: -25px !important;
}
	.slick-next {
    right: -25px !important;
}
	
.container {
		padding: 40px 20px;
	}
	
		.card-content .buttons-container>* {
    text-align: center;
    width: 100% !important;
}

.card-content .buttons-container {
    flex-wrap: wrap;
}
}

@media (max-width: 1200px) and (min-width: 600px)  {
	html h2, .hero-title *, .testimonials-title *, .blog-title * {
    font-size: 45px !important;
}

	.main-banner-title h1 {
    font-size: 55px !important;
}
	.l-section h3 {
    font-size: 30px !important;
}
}

@media (max-width: 1200px) {
div#main-content-sections section:first-child {
    padding-top: 80px !important;
}
	h1, h2,h3 {
    line-height: 100% !important;
}
.block-section-3 .image-box {
		width: 100% !important;
		position: relative;
		max-width: unset;
		height: 500px;
		margin-bottom: 3rem;
		max-width: unset !important;
	}
	.testimonials-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.cta-section {
		padding: 100px 100px;
	}
	.cta-title {
		font-size: 60px;
	}
	.horizontal-container {
		flex-direction: column;
		padding: 60px 20px;
		gap: 40px;
	}
	.heading {
		font-size: 42px;
		max-width: 100%;
	}
	.brands-container {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 100%;
	}
	.footer-columns {
		gap: 40px;
	}
	.footer-bottom-columns {
		gap: 40px;
	}
	.zip-comparison-form .compare-btn-custom:hover {
		transform: unset !important;
	}


}

@media screen and (max-width: 1200px) {
	.ush_menu_1 .w-nav-icon {
--icon-size: 20px;
}

    .block-section-3.iterate .alternate-row .image-box {
        width: 100% !important;
        margin-top: 2rem !important;
    }
.container-fluid.even {
    flex-direction: column-reverse !important;
}
.featured-card-item {
		gap: 12px;
	}
	.featured-card-item .card-item-title {
		font-size: 30px;
	}
	.featured-card-item .card-item-content {
		margin-bottom: 12px;
	}
		.container-fluid.odd {
		flex-direction: row;
	}
	    .container-fluid.even {
        flex-direction: column !important;
    }
	.container-fluid.py-5 {
    padding-top: 1rem !important;
}
	ul.w-nav-list.level_1.hover_simple {
    padding: 0px !important;
}
	 .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
		 top: 0;
    right: 0;
    background: #95c951;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .ush_menu_1 a:not(.w-btn) {
    color: white !important;
}
	a.w-nav-anchor.level_1 {
    border-bottom: 1px solid #3d3d3d;
}
	div#main-content-sections section:first-child {
    margin-top: 0px !important;
}
	.main-drop ul.w-nav-list.level_2 {
    padding: 0px !important;
}
	.plans-grid.px-3 {
    padding: 0px !important;
}
	section .plan-card .icon-container {
    
        padding-left: 0px !important;
    }
}
@media (min-width: 900px) and (max-width: 1300px) {
    .table-footer.txt-center {
        margin-top: 0px !important;
    }
}

@media (min-width: 1200px) {
	h2.s-64 {
    font-size: 50px;
}
	.main-banner-title.s-50 *, .main-banner-title h1 {
    font-size: 60px !important;
}
	.map-section .content {
    width: 50% !important;
    max-width: unset !important;
}
	.content-block-heading{
	    font-size: 63px !important;
}
	.comparison-table.fixed-first-column tbody tr:hover {
    background: #f0f7ff !important;
}

	.link-cards-wrapper .link-item {
    gap: 100px !important;
}

	.plan-comparison-table thead tr th {
    width: 25% !important;
}
	.block-section-3.iterate .image-box {
    min-height: 300px;
}
	.image-box-for-provider.full {
    align-items: center;
    justify-content: center;
}
	.image-box-for-provider.full .provider-image {
    width: 16.66% !important;
}
	.block-section-3.iterate .image-box {
    width: 50% !important;
}
    .block-section-3 .content {
        width: 50% !important;
        max-width: 560px;
		
        justify-content: center;
    }
	section.inner-banner.v3 .main-slider-wrap-single {
    display: flex;
    align-items: center;
    gap: 30px;
}
	.partners-section article.provider-card.match-height {
    width: 25% !important;
}
	.energy-plans-container.slick-initialized.slick-slider {
    margin: 0 -0.5rem !important;
}
  ul.w-nav-list.level_1.hover_simple {
		position: relative;
	}
 	.w-nav.type_desktop .main-drop .w-nav-list.level_2 {
		text-align: left;
		position: absolute;
	
		z-index: 120;
		min-width: 12rem;
		width: 51vw;
	}

}

@media only screen and (max-width: 1100px) {
	.main-drop ul.w-nav-list.level_2>li:nth-child(1):before {
		display:none !important;
	}
	.main-drop ul.w-nav-list.level_2 {
    border: 0px !important;
}
	section.energy-plans-table-section.l-section .container, .rating-grid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
	.h.accent-heading:before{
		display:none !important;
	}
	.w-nav-icon.style_hamburger_3 {
    clip-path: unset;
}
html #main-content-sections section: first-child {
		padding-top: 120px !important;
		margin: 0px !important;
	}
	.banner-main .wpb_column.vc_column_container {
		width: 100% !important;
		padding-bottom: 2rem !important;
	}
	.g-cols.margin {
		margin-top: 0px;
	}
	.energy-plans-table-section .table-footer {
    margin: 0px !important;
}
	.similar-title.h.s-36.semi.txt.pt-4 {
    font-size: 18px !important;
    line-height: 100% !important;
}
	.similar-description {
    line-height: normal;
    font-size: 16px !important;
}
		.icon-container-wrap {
    width: 90px;
}
	    .plan-card .icon-container img {
        width: 70px !important;
        height: 70px !important;
    }
.icon-container {
    width: 120px;
    padding-right: 1rem;
}
}

@media (min-width: 1025px) {
	
ul.w-nav-list.level_3 li {
		width: 50% !important;
	}
	ul.w-nav-list.level_3 {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 992px) {
	.blog-card-content:before {
    transition: 0.2s !important;
}
	.plan-comparison-table-section .comparison-table.fixed-first-column .cell-content ul {
    text-wrap: initial;
}
	
	.comparison-table.fixed-first-column thead .fixed-column {
    z-index: 11;
    background: #95c951;
}
	.invert .container-fluid {
    flex-direction: column-reverse;
}
	.testimonials-title.txt {
    line-height: normal;
    margin: 0px;
}
	.invert .container-fluid  .image-box {
    margin-bottom: 0px;
    margin-top: 3rem !important;
}
	section.l-section.contact-section.txt-section {
    padding-top: 0rem !important;
}
	.link-cards-v2-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
}
	.block-section-3.iterate .image-box {
    width: 100% !important;
    margin-top: 2rem;
}
	    .zip-comparison-form .form-inner-wrap {
        width: 100% !important;
    }
.map-wrapper {
		padding-top: 3rem;
	}
	.utility-card, .provider-card {
		width: 50% !important;
	}
	.utilities-container.d-flex.wrap {
		margin: 0px;
	}
	.blog-card {
		max-width: 100% !important;
		width: 100% !important;
	}
	.hero-title {
		font-size: 45px;
	}
	.stats-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.blog-row {
		flex-direction: column;
	}
	.cta-container {
		flex-direction: column;
	}
	.cta-right {
		position: static;
		margin-top: 40px;
	}
	.cta-title {
		font-size: 50px;
	}
	.footer-columns {
		flex-wrap: wrap;
		gap: 40px;
	}
	.footer-column {
		flex: 1 1 45%;
	}
	.footer-column: last-child {
		flex: 1 1 100%;
	}
	.footer-bottom-columns {
		flex-wrap: wrap;
		gap: 30px;
	}
	.footer-info {
		flex: 1 1 45%;
	}
	
	
.blue-inner .container-full li {
    padding-right: 1.5rem !important;
}

.list-check ul {
    justify-content: center;
}
	
}

@media screen and (max-width: 992px) {
	.table-footer {
    padding: 0 1rem !important;
}
	.utility-wrapper .utility-title, .utility-wrapper .utility-title * {
    line-height: 80% !important;
}
	.description.list-check li {
    padding-right: 0px;
}
	.s-64.medium.mb-4.txt {
    line-height: 120%;
	}
	
	    .s-64.medium.mb-4.txt,   .s-64.medium.mb-4.txt * {
        line-height: 120%;
    }
	.container-full h1 *, .container-full h2 *, .container-full h3 * {

		    line-height: 120% !important;
}
	.blue-inner .container-full {
    padding: 1.2rem;
}
	.single-provider .block-section-3 .image-box img , .single-provider .block-section-3 .image-box{
    position: relative;
    height: auto;
}
	
.table-footer.txt-center {
		margin-top: -2rem;
	}
	html .energy-plans-container {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.table-footer.txt-center * {
		font-size: 10px;
	}
	.providers-container.d-flex.wrap {
		margin: 0px !important;
	}
	html #main-content-sections section.l-section.section-2.v2.smaller {
		padding-top: 50px !important;
	}
	.v2.inner-banner.smaller .main-slider-wrap-single {
		height: unset;
		gap: 0px;
	}
	.v2.inner-banner .main-slider-wrap-single>div {
		display: block !important;
	}
	.energy-plans-container button.slick-prev.slick-arrow {
		left: 5px !important;
		transform: scale(.7) !important;
	}
	.energy-plans-container button.slick-next.slick-arrow {
		right: 5px !important;
		transform: scale(.7) !important;
	}
	.comparison-table tbody td: last-child {
		padding-top: 16px;
		margin-top: 8px;
		border-top: 1px solid #E5E5E5;
	}
	.comparison-table .btn-see-details {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 992px) and (min-width: 500px) {
.form-inner-wrap {
		width: 350px;
	}
}

@media (max-width: 821px) {
	.l-subheader-cell.at_right {
    justify-content: flex-end !important;
}
.v2.inner-banner .overlay {
		background: linear-gradient(270deg, rgb(6 28 59 / 41%) 64.23%, #061C3B 100%);
		width: 100%;
		height: 100%;
		right: unset;
		left: 0px;
		top: 0px;
	}
	.v2.inner-banner img.background-image.cover.w-100 {
		width: 100% !important;
	}
	.v2.inner-banner .main-slider-wrap-single {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 0px;
		height: 200px;
	}
	html #main-content-sections section: first-child {
		padding-top: 80px !important;
	}
	.v2.inner-banner .main-slider-wrap-single>div {
		text-align: center;
	}
	.v2.inner-banner .push-left {
		width: 100%;
	}
	.v2.inner-banner .main-slider-wrap-single {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 0px;
	}
	.energy-plans-container {
		padding: 1rem !important;
		width: 600px;
		max-width: 100% !important;
		margin: 1rem auto !important;
	}
	.card {
		max-width: 100% !important;
	}
	.pagination {
		display: flex;
		justify-content: center;
		gap: 8px;
		padding: 0;
		list-style: none;
		margin-top: 0px !important;
		margin-left: 0px !important;
	}
	.pagination li {
		list-style: none;
		margin: 0px !important;
	}
	.pagination-dot {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: none;
		background-color: #ccc;
		cursor: pointer;
		transition: background-color 0.3s ease;
		padding: 0;
	}
	.pagination-dot:hover {
		background-color: #999;
	}
	.pagination-dot.active, .pagination-dot[aria-current="true"] {
		background-color: #333;
	}
	.pagination-dot: focus {
		outline: 2px solid #333;
		outline-offset: 2px;
	}
	ul.w-nav-list.level_2 {
		background: rgb(3 16 34 / 85%) !important;
		border-top: unset;
		backdrop-filter: blur(23px);
	}
	.email-form-custom {
		max-width: 100% !important;
	}
	.email-form-custom .email-input-custom {
		font-size: 14px !important;
		padding: 6px 12px !important;
	}
	.email-form-custom .submit-btn-custom {
		width: 26px !important;
		height: 26px !important;
		min-width: 26px !important;
	}
	.email-form-custom .submit-btn-custom span, .email-form-custom .submit-btn-custom span:before {
		width: 26px !important;
		height: 26px !important;
		background-size: 12px !important;
	}
}

@media only screen and (max-width: 821px) {
.d-flex.wrap {
		margin: 0px !important;
	}
	.location-card, .image-box-for-provider-wrap.list .provider-image {
		width: 33.3% !important;
	}
	   .v2.inner-banner  .form-inner-wrap {
        width: 100% !important;
    }
	 .v2.inner-banner  .zip-form-wrapper {
    margin: 30px auto;
}
	html  .v2.inner-banner .main-slider-wrap-single>div {
		display: block !important;
	}
	.image-box-for-provider-wrap {
		width: 100% !important;
		margin-top: 3rem;
	}
	.plans-row .plan-card {
		width: 100% !important;
		padding: 1rem 0 !important;
		margin-bottom: 2rem !important;
	}
	.block-section-3.iterate .image-box {
		width: 100% !important;
		height: 300px !important;
		margin-top: 2rem !important;
	}
	.block-section-3 .content.odd {
		padding: 0px !important;
	}
	.plans-row {
		padding-top: 3rem !important;
	}
	.plan-card .icon-container img {
		width: 100% !important;
		height: 100% !important;
	}
	.plan-card .icon-container {
		width: 200px;
		padding: 10px !important;
	}

	.iterate .container-fluid {
		padding-bottom: 0px !important;
	}
	.plan-content.w-100 .mw-400 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.cta-container {
		display: block;
	}
	.cta-right {
		position: relative;
		margin-top: 0px;
		top: unset;
	}
	.footer-info.last {
		justify-content: flex-start;
	}
	.cta-section {
		padding: 0px 50px !important;
	}
	.cta-description {
		max-width: 100% !important;
	}
	.vc_col-sm-6 {
		width: 100% !important;
	}
	.vw-50.img-col-text-wrap {
		WIDTH: 100% ! IMPORTANT;
	}
	a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft {
		margin-right: 0px !important;
	}
	.ush_btn_1 {
		font-size: 16px !important;
	}
	.s-60 {
		font-size: 32px;
	}
	.s-30 {
		font-size: 16px;
		line-height: normal;
	}
	.pr-5 {
		padding-right: 1rem !important;
	}
	.w-image.ush_image_1 {
		margin-left: 0px !important;
	}
	.mw-2000 {
		padding: 0px !important;
	}
	.txt.d-block.desire.txt-dark.lh-120 * {
		line-height: 120% !important;
	}
	.raze-wrap {
		display: flex !important;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.g-cols>div: not([class*="vc_col-xs-"]) {
		margin: 0px !important;
	}
	.reverse .vc_col-sm-6.for-image {
		padding: 0px !important;
	}
	.main-banner-title.s-30 {
		font-size: 20px !important;
	}
	.single-process .vc_column-inner {
		padding: 0px 1rem !important;
	}
	.process-wrap {
		margin-bottom: 2rem !important;
	}
	.txt-section-v3 .image-col {
		margin-top: 1.5rem !important;
	}
	header  a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft {
		padding-right: 0px !important;
	}
	html body.home #main-content-sections section: first-child {
		padding-top: 70px !important;
		margin: 0px !important;
	}
	.for-content .vc_column-inner {
		padding-left: 0px !important;
	}
	.cta-section.big .s-48 {
		font-size: 30px !important;
	}
	.cta-section .main-slider-wrap-1.z-9.relative {
		padding-left: 2rem;
	}
	.slider-testimonial-single-wrap {
		width: 100%;
		padding: 0.5rem;
	}
	.main-news-wrap-cat {
		margin-top: 2rem;
	}
	.for-blog-banner-title .main-banner-title {
		font-size: 20px !important;
	}
	.for-blog-banner-title {
		padding-top: 190px;
	}
	.cta-section.for-banner .main-slider-wrap-1.z-9.relative {
		padding-left: 0px;
	}
	.for-content .vc_column-inner.bg-grey {
		padding-left: 2rem !important;
	}
	.icons-row.d-flex.gap {
		padding: 0px;
	}
	.my-form .col {
		width: 100% !important;
	}
	.txt-section-v3 .mw-2000.bg-grey {
		padding: 1.5rem !important;
	}
	.job-title.txt.txt-black.bold {
		font-size: 16px !important;
		line-height: normal;
		padding-bottom: 1rem !important;
		margin-bottom: 0px;
	}
	.details {
		padding-left: 2rem !important;
	}
	.ush_btn_1 {
		font-size: 1.5rem;
		24px
		!important;
	}
	.for-blog-banner-title span.title {
		font-size: 31px;
	}
	.row-single-icon {
		width: 33.3% !important;
	}
	img.row-single-icon-img {
		width: 50px;
		height: 50px;
	}
	.row-single-icon * {
		font-size: 14px !important;
		font-weight: bold;
	}
	.icons-row.d-flex.gap {
		margin-top: 1rem !important;
		margin-bottom: 3rem;
	}
	span.wpcf7-form-control.wpcf7-radio {
		display: block;
	}
	.col.d-flex>*, .col.d-flex>*>* {
		display: block;
	}
	.col.w-100.d-flex small {
		position: relative;
		display: inline-block;
		top: 0px;
	}
	.cta-section .vc_column-inner.bg-blue:before, .for-banner.cta-section .mw-2000:before {
		left: 59%;
		width: 40%;
	}
	.cta-section img.background-image.cover.w-100 {
		width: 40% !important;
	}
	.cta-section {
	}
	.cta-2.cta-section .banner-title-wrap * {
		font-size: 30px !important;
	}
	.pdf-title img {
		width: 50px;
	}
	.vc_col-sm-12.wpb_column.vc_column_container.z-9.relative.mt-2.pr-5.border-pdf-bottomr {
		margin-bottom: 2rem !important;
	}
	.inner-banner.v2 .g-cols {
		justify-content: center;
	}
	.v2.inner-banner .main-slider-wrap-single>div {
		text-align: center;
		align-items: center;
		justify-content: center;
		display: flex;
	}
	.contact-section .pl-md-5 {
		padding: 0px !important;
	}
	    .plan-card .icon-container img {
        width: 70px !important;
        height: 70px !important;
    }
	
}

@media only screen and (min-width: 821px) {
div#main-content-sections section#section-1.contact {
		margin: 0px !important;
	}
	div#main-content-sections section#section-1.contact .main-slider-wrap-single {
		padding-bottom: 14rem;
	}
	.for-content-border .wpb_column {
		padding: 0 2rem !important;
	}
	.for-content-border {
		margin: 0 -2rem;
		border-bottom: 1px solid hsl(0deg 0% 100% / 45%);
		margin-bottom: 3rem;
		padding-bottom: 3rem !important;
	}
	.for-content-border: last-child {
		border: 0px;
	}
	.single-process:after {
		content: "\f054";
		font-family: 'fontawesome';
		position: absolute;
		right: -5px;
		top: 50%;
		color: #95C951;
	}
	.single-process: last-child:after {
		display: none;
	}
	.vw-50 .image-col {
		width: 50vw !important;
		height: 100%;
	}
	.reverse .g-cols {
		flex-direction: row-reverse;
	}
	.vw-50.img-col-text-wrap {
		position: absolute;
		left: 50%;
		height: 100%;
	}
	.reverse .vw-50.img-col-text-wrap {
		position: absolute;
		left: unset;
		right: calc(50% + 2.5rem);
	}
	.g-cols.vc_row.valign_middle.type_default.stacking_default {
		position: relative;
	}
	
}

@media (max-width: 768px) {
.block-section-3 .content {
		padding-right: 0px !important;
	}
	.container {
		padding: 2rem !important;
	}
	.blog-card {
		width: 100% !important;
		max-width: 100%;
	}
	.footer-bottom-columns>div {
		width: 100% !important;
		flex: unset;
		text-align: center !important;
		align-items: center;
		justify-content: center !important;
	}
	.footer-column {
		flex: 1 1 20% !important;
		text-align: center;
	}
	.footer-column: last-child {
		flex: 1 1 100% !important;
	}
	.hero {
		height: auto;
		padding: 60px 20px;
	}
	.hero-title {
		font-size: 36px;
	}
	.stat-number {
		font-size: 40px;
	}
	.testimonials-title {
		font-size: 36px;
	}
	.blog-title {
		font-size: 36px;
	}
	.cta-section {
		padding: 60px 20px;
	}
	.cta-title {
		font-size: 40px;
	}
	.block-section-3 .heading {
		font-size: 48px;
	}
	.block-section-3 .description {
		font-size: 16px;
	}
	.horizontal-container {
		padding: 50px 15px;
		gap: 30px;
	}
	.heading {
		font-size: 36px;
	}
	.brands-container {
		gap: 20px;
	}
	.brand-logo-1 {
		width: 100px;
		height: 100px;
	}
	.card {
		max-width: 100%;
	}
	.card-content {
		padding: 30px 20px;
	}
	.phone-number {
		display: none;
	}
	.phone-icon {
		display: block;
	}
	.phone-link {
		padding: 16px;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		justify-content: center;
		align-items: center;
	}
	.phone-icon {
		font-size: 24px;
	}
	ul.w-nav-list.level_2>li:nth-child(1):before {
		display: none;
	}
	ul.w-nav-list.level_3 {
		display: none;
		flex-wrap: wrap;
	}
	ul.w-nav-list.level_2 {
		padding: 0px !important;
	}
	.zip-form-wrapper {
		max-width: 100%;
	}
	.zip-comparison-form .form-inner-wrap {
		flex-direction: row !important;
		padding: 0px !important;
	}
	.zip-comparison-form .zip-input-custom {
		border-bottom: 1px solid #b5b5b5 !important;
		padding: 8px 15px !important;
		font-size: 16px !important;
	}
	.zip-comparison-form .compare-btn-custom {
		padding: 8px 15px 8px 18px !important;
	}
	.compare-btn-custom .btn-text {
		font-size: 12px !important;
	}
	.loading-message {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
.featured-blogs-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.featured-card-item .card-item-content {
		font-size: 16px;
	}
	
	
}

@media only screen and (max-width: 621px) {
	
		html h2, .hero-title *, .testimonials-title *, .blog-title * {
    font-size: 35px !important;
			line-height:100% !important;
}
	

	    .container {
        padding: 0rem !important;
    }

	.main-banner-title h1 {
    font-size: 40px !important;
}
	.l-section h3 {
    font-size: 25px !important;
}
	
header a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft span.w-btn-label {
		display: none;
	}
	section.l-section.cta-2.cta-section.relative.z-2.oh.pb-4 img {
		display: none;
	}
	.home .vc_col-sm-6.block-row.wpb_column.vc_column_container.z-9.relative .block-col {
		min-height: calc(50vh - 30px);
		aspect-ratio: unset !important;
		max-width: 100%;
		width: 100% !important;
		position: relative;
	}
	a.w-btn.us-btn-style_2.ush_btn_2 {
		font-size: 10px;
	}
	a.quick-apply {
		transform: scale(0.75);
		bottom: 0;
		right: 0;
	}
	.single-expert .vc_column-inner {
		padding-right: 0px !important;
	}
	label.d-none.label-text {
		display: block;
		font-size: 12px !important;
	}
	.vc_col-sm-3.for-content.wpb_column.vc_column_container.z-9.relative.single-expert {
		width: 50% !important;
		font-size: 12px !important;
		line-height: 129%;
		justify-content: center;
		align-items: center;
	}
	.d-flex.jobs-wrap {
		display: block;
	}
	.d-flex.jobs-wrap>div {
		width: 100% !important;
	}
	.job-section {
		padding: 0 1rem !important;
	}
	.page-id-1040 iframe#jobIframe {
		overflow: auto !important;
		width: 600px !important;
		min-width: 720px;
		scale: 0.55;
		margin-left: -159px;
		transform-origin: top center !important;
	}
	.page-id-1040 .shortcode-wrap.container {
		overflow: auto;
		max-width: 100%;
		height: 900px;
		overflow: hidden;
	}
	.footer .w-socials-list {
		justify-content: center;
	}
	.footer .w-socials-list>div {
		display: inline-block !important;
		width: auto !important;
		padding: 5px !important;
	}
	.footer a.w-socials-item-link {
		height: auto !important;
		margin: 0px !important;
		padding: 0px !important;
		margin-bottom: -10px !important;
	}
	.brands-container {
		gap: 10px;
	}
	.brand-logo {
		width: 30% !important;
	}
	.btn-wrapper {
		min-width: 140px;
	}
	.blog-title.txt * {
		line-height: 100%;
	}
	.blog-title.txt {
		margin: 0px;
	}
	.cta-section.v3 .cta-content {
		max-width: 100% !important;
		text-align: center;
	}
	.cta-section.v3 .cta-form {
		width: 100% !important;
	}
	.plan-card .icon-container {
		width: 100px;
		padding: 0 10px !important;
	}
	.plan-card .icon-container img {
		width: 100px;
		height: 100px;
	}
	.block-section-3 .heading, .block-section-3 .heading *, .title .s-64, .title .s-64 *, .h.s-64, .h.s-64 * {
		font-size: 36px !important;
	}
	.utility-card, .provider-card {
		width: 100% !important;
	}
	.s-48, .s-48  * {
		font-size: 25px;
	}
	.h.accent-heading:before {
		max-width: calc(100% - 4rem);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	html  .comparison-table tbody td:nth-child(2) {
		max-width: 120px !important;
	}
	.footer-main {
		padding: 0px;
	}
	.footer-copyright {
		padding: 0px;
	}
	.similar-card {
		width: 100%;
		padding: 1rem;
	}
	.similar-card {
		width: 100%;
		padding: 1rem 0;
	}
	.cta-title * {
		line-height: 100%;
	}
	.list-check li {
		width: 100% !important;
	}
	.rating-grid .rating-column .star-rating {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rating-grid .rating-column {
		width: 100% !important;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.rating-card-row .review-card {
		width: 100%;
	}
	.accordion-section .container-fluid.py-5 {
		padding-top: 1rem !important;
	}
}

@media (max-width: 576px) {
	.block-section-3 .h.accent-heading {
    padding-bottom: 2rem;
}
.hero-title {
		font-size: 30px;
	}
	.stats-container {
		flex-direction: column;
		align-items: center;
	}
	.vertical-divider {
		width: 80%;
		height: 1px;
	}
	.cta-form {
		width: 100%;
	}
	.cta-input {
		width: 70%;
	}
	.cta-button {
		width: 60%;
	}
	.footer {
		padding: 0;
	}
	.footer-main {
		padding: 40px 0;
	}
	.footer .container {
		padding: 0 20px;
	}
	.footer-columns {
		flex-direction: column;
		gap: 35px;
	}
	.footer-column {
		flex: 1 1 100%;
	}
	.newsletter-form .input-group {
		max-width: 100%;
	}
	.footer-bottom-columns {
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
	}
	.footer-info {
		flex: 1 1 100%;
	}
	.footer-copyright {
		text-align: center;
	}
}

@media screen and (max-width: 576px) {
.comparison-table-wrapper {
		border-radius: 8px;
	}
	.comparison-table tbody tr {
		padding: 16px;
	}
    .comparison-table.fixed-first-column tbody tr:nth-child(odd):hover .fixed-column {
        background: #f1f7ff !important;
    }
	.comparison-table.fixed-first-column tbody tr:nth-child(odd) td.fixed-column {
    background: #ffffff;
}
	.comparison-table.fixed-first-column tbody tr:nth-child(odd) {
    background: #ffffff;
}
	.comparison-table.fixed-first-column tbody tr .fixed-column {
    box-shadow: 1px 0px 12px 0px #ececec;
}
.comparison-table tbody td:last-child {
    border-top: unset;
}
	    .providers-logo-section {
        gap: 0px !important;
    }
	.blog-header, .blog-grid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	    .energy-plans-table-section .table-footer {
        padding: 0px !important;
    }
}

@media (max-width: 480px) {
.block-section-3 .heading {
		font-size: 36px;
	}
	.block-section-3 .container {
		padding: 40px 16px;
	}
	.horizontal-container {
		padding: 40px 10px;
		gap: 25px;
	}
	.heading {
		font-size: 28px;
	}
	.brands-container {
		gap: 15px;
	}
	.main-banner-title.s-60 {
		font-size: 32px !important;
	}
	.main-banner-title.s-30 {
		font-size: 20px !important;
	}
	.zip-comparison-form .form-inner-wrap {
		flex-direction: column !important;
		border-radius: 20px !important;
		padding: 0px !important;
	}
	.zip-comparison-form .zip-input-custom {
		width: 100% !important;
		text-align: center !important;
		padding: 12px 16px !important;
	}
	.zip-comparison-form .compare-btn-custom {
		width: calc(100% - 16px) !important;
		margin: 8px !important;
		justify-content: center !important;
		border-radius: 30px !important;
	}
	.zip-comparison-form .compare-btn-custom {
		margin: 0px !important;
		border-radius: 18px !important;
		width: 100% !important;
		border-top-right-radius: 0px !important;
		border-top-left-radius: 0px !important;
	}
	.zip-comparison-form.loading .zip-input-custom {
		padding: 12px 16px !important;
	}
	.main-banner-title.s-60.bold.d-block {
		text-align: center;
	}
	.vc_col-sm-12.wpb_column.vc_column_container.z-9.relative.mt-2.pr-5 {
		padding: 0px !important;
	}
	.buttons-container>* {
		width: 100% !important;
		text-align: center;
	}
	.buttons-container.animate {
		justify-content: center !important;
		align-items: center !important;
		flex-wrap: wrap;
	}
	.brand-logo {
		width: 50% !important;
		aspect-ratio: 2 / 1;
		padding: 10px;
	}
	.brands-container {
		gap: 0px !important;
	}
	.blog-header.txt.s-60.medium.w-100 {
		display: block;
	}
	.btn-wrapper {
		display: inline-block;
	}
	.blog-card-description {
		padding-left: 2rem !important;
	}
	.zip-form-wrapper {
		max-width: 100%;
		width: 100% !important;
	}
	.cta-section .cta-form {
    width: 100% !important;
}
	html .v2.inner-banner .main-slider-wrap-single>div {
    display: block !important;
}
	.v2.inner-banner .main-slider-wrap-single {
    height: unset;
}
	    .footer-main {
        padding-bottom: 0px !important;
    }
	.footer .container {
    padding-bottom: 0px !important;
}
	.footer-copyright {
    padding-bottom: 2rem;
}
	.location-card {
    width: 50% !important;
}

.comparison-table.fixed-first-column td.fixed-column {
    white-space: normal;
    background: #f8f8f8;
}
	.comparison-table.fixed-first-column thead .fixed-column {
    z-index: 11;
    background: #95c951;
}
	a.plan-link.txt-black {
    line-height: normal;
}
	    .table-footer.txt-center {
        margin-top: 0px;
    }
	.blog-card-content {

    display: block;
}
	.buttons-container.center {
 
    display: block;
}
	.blog-card-content>div {
    width: 100% !important;
    padding: 0px !important;
}
	.energy-plans-container.slick-slider {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.map-description ul {
    flex-wrap: wrap;
}
	.container-fluid.odd.py-5 {
    padding-top: 0px !important;
}

	.providers-slider-container {
    max-width: 100% !important;
    margin: 0 auto;
    width: 350px !important;
}
}

/***********Top menu*****************/
@media (max-width: 1319px) {
 .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
		 top: 0;
    right: 0;
    background: #95c951;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}	
a.w-nav-anchor.level_1 {
        border-bottom: 1px solid #3d3d3d;
}	
header nav.w-nav ul.w-nav-list{
	padding-left:0px!important;
	padding-right:0px!important;
}
header nav.w-nav ul.w-nav-list li.opened .w-nav-list.level_3{
	visibility:visible;
	display:none;
}
	
}	

.cover img {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
	object-position: center !important;
}

.multiply {
	mix-blend-mode: multiply;
} 
 
::-webkit-input-placeholder {
	/* Edge */
	opacity: 1;
} 
 
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 1;
}
 
.ls-2, .ls-2 * {
	letter-spacing: 5px;
}

html *::placeholder {
	color: black !important;
	opacity: 1 !important;
}

.bg-main {
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	left: 0;
	top: 0;
}

a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft {
	margin-right: 1rem;
}

.bg-blue {
	background: #01133F;
}

.full-screen {
	min-height: 90vh;
	display: flex;
	align-items: center;
	padding-bottom: 122px !important;
	padding-top: 100px;
}

.mw-2000 {
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 2rem !important;
	padding-right: 2rem !important;
	width: 100%;
	height: 100%;
}

.border-right {
	border-left: 5px solid #57C410;
	padding-left: 25px;
	line-height: 100%;
}

.txt-green {
	color: #0D341A;
}

.txt * {
	color: #0D341A;
}

.g-cols {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.for-content .vc_column-inner {
	padding: 2rem;
}

.border-top {
	border-top: 16px solid #57C410;
}

.separator {
	border-top: 8px solid #57C410;
	width: 88px;
	margin-top: 1.2rem;
	margin-bottom: -0.5rem;
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title, .w-color-swatch, .select2-selection, select, textarea, input:not([type=submit]) {
	font-weight: 400;
	letter-spacing: 0em;
	background: white;
	border-color: var(--color-content-border);
	color: black;
	box-shadow: unset !important;
	border-radius: 0px !important;
	margin-bottom: 1rem;
}

.wpcf7-file::-webkit-file-upload-button {
	visibility: hidden;
}

.wpcf7-file::before {
	content: 'Upload file';
	display: block;
	background: #57C410 !important;
	text-align: center;
	padding: 2px 10px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 10pt;
	color: #FFF;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	text-align: center;
	border-radius: 0px;
	display: block;
	width: 100% !important;
	background: #95C951;
}

span#button {
	margin-top: -1rem;
	cursor: pointer;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 0px;
	display: block;
	width: 100% !important;
	color: white;
	background: #95C951;
	padding: 5px;
}
.featured-blogs-wrapper-full .search-result-item {
    padding-bottom: 2rem;
}
div.wpcf7 {
	background: rgba(255, 255, 255, 0.08);
	padding: 40px;
	padding-bottom: 0px;
}

.wpcf7-file:hover::before {
	border-color: black;
}

.wpcf7-file: active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.vc_col-sm-6.for-content.wpb_column.vc_column_container.z-9.relative {
	padding: 0.5rem;
}

.g-cols.margin {
	margin: -0.5rem;
}

.negative {
	margin-top: -112px;
}

.banner-text-wrap ul {
	margin-left: 1.4rem !important;
}

.w-btn.icon_atleft i {
	color: #95C951;
}.h.s-48.medium.txt *, .heading {
    font-weight: inherit !important;
}

.txt * {
	color: inherit;
	font-size: inherit;

	line-height: inherit;
}

.footer {
	background: #01133F;
}

.footer a:hover {
	color: white !important;
}

.grecaptcha-badge {
	z-index: 9999;
}

.raze-wrap {
	padding-top: 0px !important;
	margin: 0 auto !important;
	text-align: center;
	align-items: center;
}

nav.w-nav.ush_menu_1.height_full {
	margin: 0px;
}

.block-col .background-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.block-col {
	position: relative;
	justify-content: center;
	display: flex;
	align-items: center;
}

.block-slider-wrap-single {
	z-index: 9;
	position: relative;
}

.block-col .background-wrap img {
	height: 100%;
	object-fit: cover;
	object-position: center !important;
}

.block-col .background-wrap:after {
	content: " ";
	background: rgb(1 19 63 / 8%);
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	background-blend-mode: lighten;
}

.block-col {
	position: relative;
	aspect-ratio: 1.6 / 1;
}

.s-32 {
	font-size: 27px;
}

a.btn.green {
	background: var(--color-content-link);
	line-height: normal !important;
	padding: 15px 20px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	display: block;
}

a.btn.green span {
	z-index: 10;
	position: relative;
}
/*

a.btn.green:after {
	content: "";
	background: #01133f;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	width: 0%;
	height: 100%;
	transition: all .5s ease-out;
	border-radius: 4px;
}
*/

a.btn.green:hover {
	background: #01133F;
}

a.btn.green:hover:after {
	width: 100%;
}

.animate, .animate * {
	transition: all .3s ease-out !important;
}

.border-right strong, .title  strong {
	color: #95C951;
}

.process-count {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	background: #95C951;
	font-size: 23px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
}

.process-wrap-1 {
	margin: 0px -1rem !important;
}

img.background-image.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.single-expert {
	border-bottom: 1px solid #57C410;
}

.single-expert .vc_column-inner {
	padding-bottom: 0px;
}

div#main-content-sections section:first-child {
	margin-top: 80px !important;
}

.txt-white a:hover {
	color: var(--color-content-link);
}

.social-wrap {
	gap: 10px !important;
	display: flex;
}

.border-top-1 {
	border-top: 1px solid white !important;
	padding-top: 3.9rem !important;
	margin-top: 3.9rem !important;
	align-items: flex-start !important;
}

.bg-dark {
	background: #A1A1A1;
}

a.btn-pdf.ml-0 {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	width: 100%;
	color: #01133f;
	margin-bottom: 20px;
}

.pdf-title {
	display: flex;
	align-items: center;
	gap: 15px;
}

.border-pdf-bottomr {
	padding-bottom: 2rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid green;
}

a.btn-pdf:hover {
	text-decoration: underline;
	filter: brightness(0);
}

.cta-section img.background-image.cover.w-100 {
	width: 60% !important;
	left: unset;
	right: 0px;
	z-index: 1;
}

.relative {
	position: relative;
}

.bg-blue a.btn.green:after {
	background: black !important;
}

.cta-section .vc_column-inner.bg-blue:before, .for-banner.cta-section .mw-2000:before {
	content: " ";
	display: block;
	position: absolute;
	background: linear-gradient(90deg, #01133F 0%, rgba(1, 19, 63, 0) 100%);
	left: 40%;
	width: 40%;
	height: 100%;
	z-index: 2;
	top: 0;
}

.reverse .vc_col-sm-6 {
	padding-right: 0 !important;
}

.reverse .vc_col-sm-6.for-image {
	padding-right: 3rem !important;
}

.cta-section.big .s-48 {
	font-size: 50px !important;
	line-height: normal;
	margin-top: 2rem !important;
}

.gap {
	gap: 10px;
}

.cta-2.for-banner .mw-2000 {
	padding-top: 100px;
	padding-bottom: 60px;
}

.icons-row.d-flex.gap {
	justify-content: space-between;
	padding: 0 5rem;
	align-items: center;
	text-align: center;
	width: 100%;
}

img.row-single-icon-img {
	height: 100px;
	width: 100px;
	object-fit: contain;
	margin-bottom: 10px;
}

.vc_column-inner.center {
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100%;
}

.cta-section.full-wdith-banner img.background-image.cover.w-100 {
	width: 100% !important;
}

.for-banner.cta-section.full-wdith-banner .mw-2000:before {
	left: 0px;
	opacity: 0;
}

.for-banner.cta-section.full-wdith-banner .mw-2000:after {
	content: " ";
	display: block;
	position: absolute;
	background: linear-gradient(90deg, #01133F 0%, rgba(1, 19, 63, 0) 100%);
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
}

.v6 .cover-img.img-col-text-wrap * {
	width: 100%;
	height: 100% !important;
}

.v6 .cover-img.img-col-text-wrap {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.for-content-border::marker {
	color: #95C951;
}

.main-news-wrap.for-related {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -0.5rem;
}

.slider-testimonial-single-wrap {
	width: 33.3%;
	padding: 0.5rem;
}

.d-none {
	display: none;
}

.blog-banner .main-banner-title {
	position: absolute;
	bottom: 0;
}

.for-blog-banner-title {
	padding-top: 390px;
}

.blog-banner.for-banner {
	border-bottom: 7px solid #95C951;
}

.for-blog-banner-title .main-banner-title {
	background: #95C951 !important;
	padding: 20px 30px;
}

.g-cols.vc_row.top {
	align-items: flex-start;
}

.main-news-wrap-cat a {
	display: block;
	color: black;
	border-left: 5px solid #95C951;
	margin-bottom: 1.2rem;
	padding-left: 10px;
}

.col.d-flex *, .col.d-flex>*>* {
	display: flex;
	gap: 10px;
	align-items: center;
}

input[type="radio"] {
	border-radius: 50% !important;
	margin: 0px;
	border: 1px solid #ececec;
}

input[type=radio]:before {
	border-radius: 50%;
	color: green;
}

.col.d-flex *, label {
	padding: 0px !important;
}

.col.d-flex {
	margin-bottom: 1rem;
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title, .w-color-swatch, .select2-selection, select, textarea, input[type=tel], input[type=text], input[type=date], input[type=email], input[type=search], input[type=number], input[type=password], textarea {
	border: 1px solid #B2B2B2;
	border-radius: 5px !important;
	text-transform: capitalize;
}

.my-form .col {
	padding: 0 10px;
}

.my-form {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

div.wpcf7 {
	padding: 0px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	display: inline-block !important;
	width: auto !important;
}

span.wpcf7-list-item-label {
	gap: 0px !important;
}

span.wpcf7-form-control.wpcf7-radio {
	gap: 20px !important;
}

html .col.d-flex input[name=OtherLanguage] {
	width: 290px;
	padding-left: 15px !important;
}

.w-btn i {
	font-family: "FontAwesome";
}

.main-home.full-screen div.wpcf7 {
	padding: 2rem;
	padding-bottom: 0px;
}

.main-home.full-screen input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 100% !important;
	display: block !important;
}

.my-form .col span.uppercase {
	margin-top: 0.9rem !important;
	display: block;
	margin-bottom: 1rem !important;
}

.col.w-100.d-flex {
	margin-top: 10px;
}

.current_page_item>span.w-nav-title {
	color: #95C951;
}

.close a {
	font-weight: bold;
}

.close a:before {
	content: "\58";
	padding-right: 10px;
}

.blog .main-news-wrap-cat {
	display: flex;
	gap: 20px;
	border: 0px !important;
}

.blog  .main-news-wrap-cat a {
	border: 0px !important;
	padding: 0px;
	font-weight: bold;
}

.blog  .main-news-wrap-cat a.active {
	color: #57C410;
}

a.btn.green:hover {
	background: black !important;
}

.col.w-100.d-flex span {
	position: relative;
}

.col.w-100.d-flex small {
	display: block;
	position: absolute;
	font-size: 10px;
	top: 16px;
}

a.div-link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.block-v1 .vc_col-sm-6:before {
	content: "";
	transition: all .3s ease-out !important;
}

.block-v1 .vc_col-sm-6:hover:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(1 19 63 / 35%);
	z-index: 9;
	transition: all .3s ease-out !important;
}

.details-wrap-job strong {
	display: block;
	font-weight: bold;
}

.job-detail .txt.txt-black.s-16 * {
	font-family: inherit !important;
	line-height: 150% !important;
}

header a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft:hover {
	color: #58c410 !important;
}

header a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft {
	margin: 0px;
}

header a.w-btn.us-btn-style_2.ush_btn_2 {
	margin: 0px;
	margin-right: 10px !important;
}

.wpcf7-not-valid-tip {
	color: #dc3232 !important;
}

.wpcf7-not-valid-tip {
	color: #dc3232 !important;
	margin-top: -10px;
	margin-bottom: 10px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
	color: white !important;
}

h3.uppercase {
	font-weight: bold;
	font-size: 20px !important;
}

a.quick-apply {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999999;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #95C951;
	border-radius: 50%;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}

a.quick-apply:hover {
	color: white;
	background: #01133F;
}

.grecaptcha-badge {
	display: none !important;
}

a.quick-apply {
	transform: scale(0.75);
	bottom: 0;
	right: 0;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #9f9f9f;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 22px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
	margin: 0px;
	border: 0px !important;
}

.select2.select2-container {
	border-color: red;
	width: 100% !important;
	padding: 0px !important;
	line-height: 100% !important;
	margin: 0px ! IMPORTANT;
}

.codedropz-upload-inner {
	font-weight: bold;
}

.footer .w-socials-list {
	color: white;
	flex-wrap: wrap !important;
	display: flex !important;
	justify-content: end;
	margin-right: -10px;
}

.footer.txt-white {
	z-index:9;
	position: relative;
}

  .blue-inner h3,  .blue-inner  h3 *,  .blue-inner h4,  .blue-inner  h4 * {
	line-height: 100% !important;
	margin-bottom: 1rem !important;
	text-transform: none !important;
	font-size: 2rem !important;
}

.single .blue-inner h3, .single .blue-inner h3 * {

	font-size: 2rem !important;
	margin-bottom: 1rem !important;
}

small.small {
	display: block;
	font-size: 90%;
	line-height: normal;
	text-transform: none !important;
	margin-top: 5px;
}

.main-drop ul.w-nav-list.level_2 {
	background: rgb(3 16 34 / 85%) !important;
	border-top: 4px solid #95C951;
	backdrop-filter: blur(23px);
}
ul.w-nav-list.level_2 a{
	color:white;
}
.main-drop  ul.w-nav-list.level_2>li:nth-child(1):before {
	content: " " !important;
	display: block !important;
	width: 1px;
	height: 90%;
	border-left: 1px solid #092E60;
	position: absolute !important;
	right: 2rem;
	top: 10%;
}

.main-drop  ul.w-nav-list.level_3 a.w-nav-anchor.level_3 {
	padding-bottom: 0px;
}

.main-drop  ul.w-nav-list.level_2 {
	padding: 1rem 1rem 2rem 1rem;
}

a.header-btn {
	display: flex;
	align-items: center;
	background: #95c951;
	gap: 12px;
	opacity: 1;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-radius: 100px;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}

a.header-btn:hover {
	color: #95c951;
	background: black;
}

a.header-btn span:before {
	content: "" !important;
	background: url(/wp-content/themes/raze-media/images/arrow-ber.svg);
	position: absolute;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	top: 0;
}

a.header-btn span {
	width: 30px;
	height: 30px;
	min-width: 30px !important;
	display: block;
	background: white;
	border-radius: 50%;
	position: relative;
}
/* Footer Styles */

.footer {
	background-color: #031022;
	color: #ffffff;
	padding: 0;
}

.footer .container-wrap {
	max-width: 100%;
	flex-wrap: wrap;
}

.footer .container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2.5rem;
}
/* Footer Main Section */

.footer-main {
	padding: 60px 0 50px;
}

.footer-columns {
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.footer-column {
	flex: 1;
}

.footer-column: last-child {
	flex: 1.5;
}

.footer-column h3 {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 15px;
	color: #ffffff;
}

.footer-info.mid {
	display: flex;
	justify-content: center;
}

.footer-info.last {
	display: flex;
	justify-content: end;
}

.footer-info h4 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #ffffff;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column ul li {
	margin-bottom: 9px;
}

.footer-column ul li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 300;
	transition: opacity 0.3s ease;
	margin-bottom: 7px;
}

.footer-column ul li a:hover {
	color: #95C951 !important;
}

.footer-column p {
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0;
}
/* Footer Bottom Section */

.footer-bottom {
	padding: 30px 0;
}

.footer-bottom-columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
}

.footer-info {
	flex: 1;
}

.footer-copyright>div {
	border-top: 1px solid rgb(255 255 255 / 16%);
	padding-top: 1.5rem !important;
	margin-top: 1rem !important;
}

.footer-info a, .footer-info p {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	transition: opacity 0.3s ease;
	display: block;
}

.footer-info a:hover {
}
/* Footer Copyright */

.footer-copyright {
	padding: 0 0 30px 0;
	text-align: center;
}

.footer-copyright .container {
	font-size: 14px;
}
/* Electricity Comparison Specific Styles */

.electricity-comparison-wrap {
	position: relative;
	z-index: 10;
}

.banner-main {
	background: linear-gradient(135deg, #0a1628 0%, #1e3a5f 50%, #0a1628 100%);
	position: relative;
	min-height: 500px;
	padding-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
}
/* Form Wrapper */

.zip-form-wrapper {
	position: relative;
	max-width: 375px;
	margin-top: 30px;
}
/* Form Styles */

.zip-comparison-form .form-inner-wrap {
	display: flex !important;
	align-items: center !important;
	background: white !important;
	overflow: hidden;
	border-radius: 100px !important;
	padding: 0px !important;
	position: relative !important;
	transition: all 0.3s ease !important;
}

.zip-comparison-form .form-inner-wrap:hover {
	box-shadow: 0 6px 30px rgba(149, 201, 81, 0.4) !important;
	transform: translateY(-2px);
}
/* Input Styles - Override existing styles */

.zip-comparison-form .zip-input-custom {
	flex: 1 !important;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	padding: 8px 20px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: black !important;
	margin-bottom: 0 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	min-height: auto !important;
	line-height: normal !important;
	box-shadow: none !important;
	text-transform: none !important;
	height: auto !important;
}

.zip-comparison-form.loading .zip-input-custom {
	padding: 0px !important;
}

.zip-comparison-form.loading .compare-btn-custom {
	width: 100% !important;
}

.zip-comparison-form .zip-input-custom: focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
}
/* Remove autofill background */

.zip-comparison-form .zip-input-custom: -webkit-autofill, .zip-comparison-form .zip-input-custom: -webkit-autofill:hover, .zip-comparison-form .zip-input-custom: -webkit-autofill: focus, .zip-comparison-form .zip-input-custom: -webkit-autofill: active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}
/* Button Styles */

.zip-comparison-form .compare-btn-custom {
	background: #95c951 !important;
	border: none !important;
	border-radius: 100px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all 0.3s;
	ease !important;
	margin: 0 !important;
	padding: 3px 7px 3px 24px !important;
	gap: 8px !important;
	white-space: nowrap !important;
	min-height: 42px !important;
	outline: none !important;
}

.zip-comparison-form .compare-btn-custom:hover {
	background: #7fb33f !important;
	transform: translateX(2px) !important;
}

.zip-comparison-form .compare-btn-custom: active {
	transform: scale(0.98) !important;
}

.compare-btn-custom .btn-text {
	color: white !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	line-height: 100% !important;
}

.compare-btn-custom .btn-icon {
	width: 30px !important;
	min-width: 30px;
	height: 30px !important;
	display: inline-block !important;
	position: relative !important;
	background: white;
	border-radius: 50%;
}

.compare-btn-custom .btn-icon:before {
	content: "" !important;
	background: url(/wp-content/themes/raze-media/images/arrow-ber.svg) !important;
	position: absolute !important;
	width: 30px !important;
	height: 30px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 12px !important;
	filter: brightness(0);
	top: 0 !important;
	left: 0 !important;
	transition: none !important;
}
/* Loading State */

.zip-comparison-form.loading .form-inner-wrap {
	opacity: 1 !important;
	pointer-events: none !important;
}

.zip-comparison-form.loading .compare-btn-custom {
	background: #7fb33f !important;
}

.zip-comparison-form.loading .btn-text {
	opacity: 0.8 !important;
}

.zip-comparison-form.loading .btn-icon:before {
	background: url(/wp-content/themes/raze-media/images/tube-spinner.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 18px !important;
	animation: spin 1s linear infinite !important;
	filter: unset;
}
/* Loading Message */

.loading-message {
	margin-top: 20px;
	text-align: left;
	animation: fadeIn 0.3s ease;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes pulse {
	0%, 100% {
		opacity: 1;
	}
	50% {
		opacity: 0.8;
	}
}

.main-home .overlay.relative {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
}

.phone-container {
	text-align: center;
}

.phone-icon {
	display: none;
	font-size: 20px;
}

.phone-number {
	display: inline;
}

section .container {
	max-width: 1326px;
	margin: 0 auto;
	padding: 3rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.card {
	width: 100%;
	max-width: 426px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.card-header {
	width: 100%;
	height: 48px;
	background-color: #101010;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px 32px;
}

.card-header * {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
}

.card-content {
	padding: 40px 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.card-title {
	font-size: 24px;
	font-weight: 700;
	color: #031122;
	text-align: center;
	width: 100%;
}

.price-container {
	display: flex;
	align-items: baseline;
}

.price {
	font-size: 32px;
	font-weight: 600;
	color: #031122;
}

.price-unit {
	font-size: 16px;
	font-weight: 500;
	color: #6d7189;
}

.bill-info {
	font-size: 16px;
	font-weight: 500;
	color: #031122;
	text-align: center;
	line-height: 1.5;
}

.rating-container {
	width: 100%;
	height: 64px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}

.logo-placeholder {
	width: 88px;
	height: 32px;
	padding: 3px;
	border: 1px solid #d7d7d7;
}

.card-content .rating {
	display: flex;
	align-items: center;
	gap: 6px;
}

.card-content .stars {
	display: flex;
	gap: 4px;
}

.card-content  .star {
	width: 24px;
	height: 24px;
	background-color: #95c951;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.rating-value {
	font-size: 16px;
	font-weight: 600;
	color: #031122;
}

.buttons-container {
	display: flex;
	gap: 8px;
	margin-top: 24px;
}

.btn-primary {
	padding: 6px 16px;
	background-color: #95c951;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	border: none;
	border-radius: 100px;
	cursor: pointer;
}

.btn-secondary {
	padding: 6px 14px;
	background-color: transparent;
	color: #323232;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #000;
	border-radius: 100px;
	cursor: pointer;
}

.buttons-container a:hover, a.header-btn:hover, table a:hover {
	background: #7fb33f !important;
	color: white !important;
	border-color: #7fb33f !important;
}

.buttons-container a:hover, table a:hover {
	box-shadow: 0 6px 30px rgba(149, 201, 81, 0.4) !important;
	transform: translateY(-2px) !important;
}

a.header-btn:hover span {
	background: #031022 !important;
}

a.header-btn:hover span:before {
	filter: invert(1) brightness(100) !important;
}

.bg-light {
	background-color: #f9f9f9;
}

.horizontal-container {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 72px 0;
	justify-content: space-between;
	align-items: center;
	gap: 48px;
}

.heading {
	color: #031122;
	font-size: 55px;
	font-weight: 500;
	text-align: center;
	max-width: 31%;
	line-height: 100%;
	letter-spacing: -0.5px;
}

.brands-container {
	display: flex;
	flex-direction: row;
	gap: 32px;
	align-items: center;
	max-width: 70%;
	overflow: hidden;
	width: 100%;
	justify-content: space-around;
}

.brand-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-logo-1 {
	width: 117px;
	height: 117px;
}

.block-section-3 .image-box {
	width: 45%;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	background-color: #333;
	position: relative;
}

.block-section-3 .image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
}

.block-section-3 .content {
	width: 45%;
	padding-right: 5%;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.list {
	margin-left: 0px !important;
	list-style: none;
}

.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}

.block-section-3 .title {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.block-section-3 .sub-heading {
	display: flex;
	align-items: center;
	gap: 14px;
	border-radius: 20px;
}

.block-section-3 .sub-heading .icon {
	width: 20px;
	height: 20px;
	color: #95C951;
}

.block-section-3 .sub-heading-text {
    font-size: 16px;
    color: #95C951;
    line-height: 100%;
}

.block-section-3 .heading {
	max-width: unset;
	font-weight: 500;
	text-align: left;
	font-size: 64px;
	color: #0D3319;
	line-height: 1.2;
	letter-spacing: -0.4px;
}

.block-section-3 .description {
	font-size: 18px;
	line-height: 1.5;
	color: #0D3319;
}

.block-section-3 .mission-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.block-section-3 .mission-item {
	padding: 21px 24px;
	border-radius: 8px;
	border: 1px solid #EBEBEB;
	background-color: #EBEBEB;
}

.block-section-3 .mission-item-text {
	font-size: 16px;
	line-height: 1.4;
	color: #303030;
}

.block-section-3 .mission-item.active {
	background-color: #95C951;
}

.block-section-3 .mission-item.active .mission-item-text {
	color: #fff;
}

.block-section-3 .mission-item:hover {
	background-color: #95C951;
	cursor: pointer;
}

.block-section-3 .mission-item:hover .mission-item-text {
	color: #fff;
}
/* Hero Section */

.hero {
	position: relative;
	height: 421px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 82px 0;
	background-color: #333;
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.hero-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.hero-title {
	font-size: 55px;
	font-weight: 600;
	letter-spacing: -0.4px;
	max-width: 879px;
}

.stats-container {
	display: flex;
	gap: 24px;
	margin-top: 24px;
	width: 100% !important;
	justify-content: space-between;
}
.stat-item {
    display: flex;
    flex-direction: column;
    width: 200px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.stat-number {
	font-size: 55px;
	font-weight: 500;
	line-height: 1.2;
}

.stat-label {
	font-size: 16px;
	font-weight: 400;
}

.vertical-divider {
	width: 1px;
	height: 96px;
	background-color: #d9ddef;
}

.cta-button {
	display: flex;
	align-items: center;
	background-color: #95c951;
	color: #fff;
	border-radius: 100px;
	padding: 16px 26px;
	font-weight: 700;
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin-top: 24px;
	text-decoration: none;
}

.cta-button .circle {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.cta-button .arrow {
	width: 7px;
	height: 7px;
	border-right: 1.125px solid #031122;
	border-bottom: 1.125px solid #031122;
	transform: rotate(-45deg);
}
/* Testimonials Section */

.testimonials {
	padding: 80px 0;
}

.testimonials-title {
	font-size: 55px;
	font-weight: 600;
	text-align: center;
	letter-spacing: -0.4px;
	margin-bottom: 80px;
	color: #031122;
}

.rating-card-wrap {
	width: 25% !important;
	min-width: 288px;
}

.rating-card-slider-wrap {
	width: 75%;
}

.testimonials-container {
	display: flex;
	max-width: 1260px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100% !important;
}

.rating-card {
	border-radius: 16px;
	padding: 30px 30px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	width: 100% !important;
}

.rating-title {
	font-size: 30px;
	font-weight: 600;
	color: #4f4f4f;
	text-align: center;
}

.stars {
	display: flex;
	gap: 4px;
}

.rating-card .star {
	width: 32px;
	height: 32px;
	background-color: #95c951;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.review-card {
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding-right: 0px !important;
	padding-left: 9.2rem;
}

.review-stars {
	display: flex;
	gap: 4px;
	justify-content: center;
	margin-bottom: 14px;
}

.review-star {
	width: 24px;
	height: 24px;
	background-color: #95c951;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.review-title {
	font-size: 20px;
	font-weight: 700;
	color: #4f4f4f;
	text-align: center;
	margin-bottom: 16px;
}

.review-text {
	font-size: 12px;
	text-align: center;
	margin-bottom: 16px;
}

.reviewer-name {
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	color: #4f4f4f;
}

.pagination {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 80px;
	align-items: center;
	width: 100%;
}
/* Screen reader only class for accessible label */

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.pagination-dot {
	width: 16px !important;
	height: 16px !important;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}

.pagination-dot.active {
	background-color: #031122;
}

.pagination-dot: not(.active) {
	background-color: #fff;
	border: 1px solid #4f4f4f;
}
/* Blog Section */

.blog-section {
	background-color: #f5f8ff;
	padding: 150px 0;
}

.blog-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.medium, .medium * {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.blog-title {
	letter-spacing: -0.4px;
	max-width: 740px;
}

.blog-link {
	display: flex;
	align-items: center;
	border: 1px solid #95c951;
	border-radius: 100px;
	padding: 16px 26px;
	text-decoration: none;
	color: #031122;
	font-weight: 500;
}

.blog-link .circle {
	width: 36px;
	height: 36px;
	background-color: #95c951;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

.blog-link .arrow {
	width: 7px;
	height: 7px;
	border-right: 1.125px solid #fff;
	border-bottom: 1.125px solid #fff;
	transform: rotate(-45deg);
}

.blog-grid {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.blog-row {
	display: flex;
	gap: 26px;
}

.blog-card {
	border: 2px solid #dfdfdf;
	border-radius: 12px;
	position: relative;
	width: 50%;
}

.blog-card-content {
	padding: 36px 30px;
	display: flex;
	justify-content: space-between;
}

.blog-card-content * {
	z-index: 9;
}

.blog-card-content:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background: #7fb33f!important;
	z-index: 1;
	border-radius: 10px;
	transition: .3s ease all;
}

.blog-card-content:hover:before {
	width: 100%;
}

.blog-card-content:hover * {
	color: white;
}

.blog-card-content img {
	filter: grayscale(100%);
	transition: 3s ease all !important;
}

.blog-card-content img {
	transition: transform 0.5s ease 1s, filter 1s ease 1s;
	/* 1s delay */
}

.blog-card-content:hover img {
	transform: translate(30px, 0px);
	filter: invert(1) brightness(100) grayscale(100) !important;
}

.blog-card-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 14px;
	color: #031122;
	width: 40%;
}

.blog-card-description {
	font-size: 16px;
	color: #6d7189;
	padding-left: 100px;
	width: 60%;
}

.blog-card-arrow {
	margin-top: 40px;
}

.blog-card-image {
	flex: 1;
	background-color: #333;
	background-size: cover;
	background-position: center;
	min-height: 230px;
	max-height: max-content;
	position: relative;
	border-radius: 10px !important;
	overflow: hidden;
}

.blog-card-image img, .absolute-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cta-container {
	display: flex;
	position: relative;
	gap: 5rem;
	justify-content: space-between;
}

.cta-right {
	padding-top: 30px;
}

.cta-content {
	max-width: 875px;
}

.cta-label {
	font-size: 16px;
	margin-bottom: 10px;
}

.cta-title {
	font-size: 80px;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.4px;
}

.cta-description {
	font-size: 16px;
	font-weight: 500;
	max-width: 369px;
}

.cta-form {
	display: flex;
	position: relative;
	width: 340px;
}

.cta-input {
	width: 253px;
	height: 48px;
	background-color: #f5f5f5;
	border: none;
	border-radius: 100px;
	padding: 16px 24px;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #031122;
}

.cta-button {
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 48px;
	background-color: #95c951;
	border: none;
	border-radius: 100px;
	display: flex;
	align-items: center;
	padding: 6px 6px 6px 20px;
	cursor: pointer;
}

.cta-button-text {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #f5f5f5;
}

.cta-button .circle {
	width: 36px;
	height: 36px;
	background-color: #f5f5f5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
}

a.header-btn.border {
	border: 2px solid #95C951;
	background: unset;
	color: #031022;
	font-weight: 500;
}

a.header-btn.border span {
	background: #95C951;
}

a.header-btn.border span:before {
	filter: invert(1) brightness(100) !important;
}

.darker .zip-comparison-form .form-inner-wrap {
	background: #F4F4F4 !important;
}

.darker  input.zip-input-custom {
	width: 157px;
}

.loading input.zip-input-custom {
	width: 0px;
}

.txt-dark, .txt-dark * {
	color: #031022 !important;
}

.absolute {
	position: absolute;
}

.image-background {
	height: 100%;
	width: 100%;
}

.stats-container .vertical-divider: last-child {
	display: none;
}

.image-background img {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	object-fit: cover;
}

.header-btn:hover {
	box-shadow: 0 6px 30px rgba(149, 201, 81, 0.4) !important;
	transform: translateY(-2px) !important;
}

.compare-btn-custom:hover .btn-icon {
	background: #031022 !important;
}

.compare-btn-custom:hover .btn-icon:before {
	filter: invert(1) brightness(100) !important;
}

html .zip-comparison-form .zip-input-custom {
	border: 0px !important;
	min-width: 165px;
}

.slick-dots {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
	padding: 0;
	list-style: none;
}

html .slick-dots li {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}

html .slick-dots li button {
	width: 15px;
	height: 15px;
	padding: 0;
	border: 1px solid #333 !important;
	border-radius: 50%;
	background: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.slick-dots li button:before {
	display: none;
}

.slick-dots li.slick-active button {
	background: #333;
}

ul.pagination li {
	list-style: none;
	margin: 0px !important;
}

.v2.inner-banner .main-slider-wrap-single {
	display: flex;
}

.v2.inner-banner .main-slider-wrap-single {
	display: flex;
	gap: 50px;
	align-items: center;
	height: 300px;
}

.bg-blue {
	background: #061C3B;
}

.v2.inner-banner  .overlay {
	background: linear-gradient(270deg, rgba(6, 28, 59, 0) 64.23%, #061C3B 100%);
	position: absolute;
	width: 70%;
	height: 100%;
	right: 0;
}

.v2.inner-banner img.background-image.cover.w-100 {
	width: 70% !important;
	left: unset;
	right: 0;
	object-fit: cover !important;
}

.border-bottom {
	padding-bottom: 5px;
	padding-top: 15px !important;
	border-bottom: 5px solid #95C951;
}

.s-50, .s-50 * {
	font-size: 45px !important;
}

.cta-section.v3 {
	padding: 0px;
}

.cta-section.v3  .hero-background.absolute.image-background.op-7 {
	opacity: 60%;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cta-section.v3 .cta-content {
	max-width: calc(100% - 380px);
}

.zip-form-wrapper {
	position: relative;
	width: 375px;
	margin-top: 30px;
	max-width: 100% !important;
}

.cta-section.v3  .cta-form {
	display: flex;
	position: relative;
	width: 380px;
}

.cta-section.v3  .cta-container {
	gap: 2rem;
}

.cta-section.v3   .cta-right {
	padding: 0px;
}

.cta-section.v3  .cta-container {
	align-items: center;
}

html .zip-comparison-form.loading .zip-input-custom {
	min-width: unset;
}

.vc_col-sm-12 {
	width: 100% !important;
}

.s-64, .s-64 * {
	font-size: 50px;
}

.plans-row {
	display: flex;
	flex-wrap: wrap;
}

.accent-heading>* {
	display: inline-block;
	padding: 0px 10px;
	background: white;
	position: relative;
	z-index: 9;
}

.h.accent-heading:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 30px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #95C951;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	top: 33px;
	z-index: 1;
}

.accent-heading.txt-white>* {
	background: #091c3b;
}

.h.accent-heading.txt-white:before {
	border-color: white;
}

.plans-row .plan-card {
	width: 50% !important;
	padding: 1rem;
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
	display: flex;
}

.icon-container img {
    /* aspect-ratio: 1 / 1 !important; */
    object-fit: contain;
    object-position: top !important;
    width: 150px;
    height: 150px;
    position: absolute;
}

.icon-container-wrap {
    border: 2px solid #95c951 !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    position: relative;
    width: 200px;
}
.icon-container {
	width: 300px;
	padding-right: 1rem;
}

.divider {
	width: 50px;
	margin: 1rem 0;
	border-top: 5px solid #95c951;
}

.image-box-for-provider-wrap {
	width: 50%;
}

.image-box-for-provider {
	display: flex;
	flex-wrap: wrap;
}

.image-box-for-provider .provider-image {
	width: 33.3% !important;
	padding: 10px;
	height: unset;
	aspect-ratio: unset;
}

.image-box-for-provider .provider-image img {
	border-radius: 5px;
	border: 1px solid #f1f0f0;
	aspect-ratio: 2 / 1;
	padding: 10px;
	object-fit: contain;
	display: block;
}

.block-section-3.iterate .image-box {
	width: 50% !important;
}

.block-section-3 .content.odd {
	padding-right: 0px;
	padding-left: 5%;
}

.testimonials-container.v2 {
	max-width: 100% !important;
}

.testimonials-container.v2 .review-card {
	padding: 30px 40px !important;
	padding-right: 40px !important;
	padding-left: 0px;
	background: unset;
	border: 0px;
}

.testimonials-container.v2 .rating-card-slider-wrap {
	width: 100% !important;
}

ul.pagination {
	margin-left: 0px !important;
}

.bg-light {
	background: #F5F8FF;
}

.map-container {
	position: relative;
}

.map-container  svg {
	max-width: 100%;
	height: auto;
	display: block;
}

.map-container .region {
	stroke: #ffffff;
	stroke-width: 0.5;
	transition: all 0.3s ease;
}
/* Updated colors using only the provided six colors (looped) */

.map-container  .region:hover {
	opacity: 0.7;
	stroke: #333;
	outline: unset !important;
	stroke-width: 1.5;
	filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.4));
}

.map-container  .region.selected {
	stroke: #000;
	stroke-width: 2.5;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
	outline: unset !important;
}

.map-container  .tooltip {
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	color: white;
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1000;
	white-space: nowrap;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.map-container  .tooltip::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.9);
}

.map-container   .tooltip.show {
	opacity: 1;
}

.map-container    .info-panel {
	margin-top: 20px;
	padding: 15px;
	background: #ecf0f1;
	border-radius: 6px;
	text-align: center;
	min-height: 60px;
}

.map-description ul li {
	padding-right: 10px;
}

.map-description ul {
	display: flex;
	flex-wrap:wrap;
	list-style: none;
	margin: 0px !important;
}

.map-description ul li:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: black;
	position: absolute;
	border-radius: 50%;
	top: 8px;
	left: 0px;
}

.map-description ul li:nth-child(6n + 1):before {
	background: #BD51C9;
}

.map-description ul li:nth-child(6n + 2):before {
	background: #C95173;
}

.map-description ul li:nth-child(6n + 3):before {
	background: #5167C9;
}

.map-description ul li:nth-child(6n + 4):before {
	background: #51B1C9;
}

.map-description ul li:nth-child(6n + 5):before {
	background: #C96551;
}

.map-description ul li:nth-child(6n + 6):before {
	background: #C99B51;
}

.map-description ul li {
	padding-right: 17px;
	position: relative;
	white-space: nowrap;
	padding-left: 18px;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.utility-card, .provider-card {
	width: 33.3% !important;
	padding: 1rem;
}

.utility-wrapper, .provider-wrapper {
	padding: 2rem;
	background: #F5F8FF;
	    height: 100%;
}

.utility-image img, .provider-image img {
    height: 110px;
    background: none;
    width: 100%;
 
    margin-bottom: 1rem;
    object-fit: contain;
}
.d-flex.wrap {
	margin: 0 -1rem;
}

.invert .container-fluid {
	flex-direction: row-reverse;
}

.v2.inner-banner.smaller .main-slider-wrap-single {
	display: flex;
	gap: 50px;
	align-items: center;
	height: 120px;
}

.blue-inner .container-full ul {
	margin-left: 1.2rem;
}

.blue-inner .container-full {
	background: #051328;
	color: white;
	padding: 2.5rem;
}

.blue-inner .container-full * {
	color: white;
}

.blue-inner.light .container-full {
	background: #F5F8FF;
	color: #0D341A;
}

.blue-inner .container-full li {
	padding-bottom: 0.5rem;
}

.list-check ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0px !important;
}

.list-check li {
	width: 33.3%;
	position: relative;
	list-style: none;
	margin-bottom: 1.5rem;
	padding-left: 23px;
}

.list-check li:before {
	content: "";
	background: url(/wp-content/themes/raze-media/images/circle-check.svg) no-repeat;
	width: 15px;
	background-size: contain;
	height: 15px;
	display: block;
	position: absolute;
	left: 0px;
	top: 7px;
}
/* Rating Grid Container */

.rating-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 100%;
	margin: 0 auto;
	justify-content: space-around;
	width: 100% !important;
	padding-top: 2rem;
}
/* Individual Rating Column */

.rating-column {
	text-align: center;
}

.rating-label {
	font-size: 24px;
	color: #0D341A;
	margin-bottom: 12px;
	display: block;
	text-align: center;
	font-weight: 500;
}
/* Star Rating Container */

.star-rating {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
}


.star {
	position: relative !important;
	width: 22px !important;
	height: 22px !important;
}

.star svg {
	width: 100%;
	height: 100%;
	display: block;
}
/* Empty star (background) */

.star-empty {
	position: absolute !important;
	top: 0;
	left: 0;
}

.star-empty svg {
	fill: #E5E5E5 !important;
}
/* Filled star (foreground with clip) */

.star-filled {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	overflow: hidden !important;
}

.star-filled svg {
	fill: #F7B11A !important;
	min-width: 22px !important;
}
/* Score display */

.score-display {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #031022 !important;
	margin-left: 8px; !important;
}

.location-card {
	width: 25%;
	text-align: center;
	padding: 0.5rem;
}

a.location-link {
	width: 100%;
	height: 100%;
	display: block;
	padding: 30px;
	background: #F6F6F6;
	color: black;
	font-weight: 600;
	font-size: 20px;
}

a.location-link:hover {
	background: #95c951;
	color: white !important;
}

.semi, .semi * {
	font-weight: 600;
}

.image-box-for-provider-wrap.list {
	width: 100% !important;
	margin-top: 1.5rem;
}

.image-box-for-provider-wrap.list .provider-image {
	width: 16.6% !important;
}

.image-box-for-provider-wrap.list .provider-image a {
	display: flex;
}

.image-box-for-provider-wrap.list img {
	margin: 0px;
}



.block-section-3.full-text .title {
	gap: 10px !important;
}

.similar-card {
	width: 33.3%;
	padding: 1rem;
}

.similar-image img {
	aspect-ratio: 2 / 1;
	object-fit: cover;
}

.blue-inner.light .container-full * {
	color: #0D341A;
}

.rating-card-row .review-card {
	width: 33.3%;
}

.providers-section.v5 .provider-wrapper {
	background: no-repeat;
	padding: 0px !important;
}

.vc_col-sm-6 {
	width: 50%;
}

.valign_top {
	align-items: flex-start;
}

.contact-info-wrap-single {
	padding-bottom: 1rem;
}

.contact-info-wrap-single .s-32 {
	padding-bottom: 0.5rem;
}

.label-social-links a {
	color: black;
	margin-top: 5px;
}

.label-social-links a:hover {
	color: #95C951;
}

.label-social-links {
	gap: 10px;
	color: black;
}

html input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 100% !important;
	display: block !important;
	background: #95C951;
	border-radius: 4px;
	padding: 10px !important;
}

.map-wrap .w-map {
	height: 300px;
	margin-bottom: 2rem;
}

.featured-blogs-wrapper {
	display: grid;
	column-gap: 24px;
	row-gap: 50px;
	grid-template-columns: repeat(2, 1fr);
}

.featured-card-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
}

.featured-card-item .card-item-image {
	width: 100%;
	height: 100%;
	max-height: 200px;
}

.featured-card-item .card-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.featured-card-item .card-item-title {
	margin-bottom: 8px;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 52px;
	color: #0D341A;
}

.featured-card-item .card-item-date {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #A1A1A1;
}

.featured-card-item .card-item-content {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	color: #0D341A;
}

.date-single * {
	color: #A1A1A1 !important;
}

.label-social-links.d-flex.ml-3>div>div {
	gap: 0 10px !important;
	display: flex;
	margin-top: -5px;
}

.bottom-banner-social {
	margin-top: 1rem;
}

.featured-image-post img {
	aspect-ratio: 2 / 1;
	width: 100% !important;
	object-fit: cover;
}

.the-content li {
	margin: 0px !important;
	padding-bottom: 5px !important;
}

article.card.slider {
	max-width: unset;
}

.rate-slider-wrap {
	padding: 0.5rem;
}

.rate-slider-wrap  .logo-placeholder img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}

.rate-slider-wrap  .card-content .card-title.match-height.txt {
	padding: 0px !important;
	margin: 0px !important;
}

.rate-slider-wrap .buttons-container * {
	font-size: 0.9rem;
}

.energy-plans-container .slick-next:before, .energy-plans-container .slick-prev:before {
	display: none;
}

.energy-plans-container .slick-next *, .energy-plans-container .slick-prev * {
	color: black;
}

.comparison-table-wrapper {
	overflow: hidden;
	border-radius: 16px;
	width: 100%;
	background: #fff;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
}

.comparison-table thead tr {
	background: #95C951;
}

.comparison-table thead th {
	padding: 12px 24px;
	text-align: left;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.comparison-table thead th.sortable {
	cursor: pointer;
	user-select: none;
	transition: background 0.2s ease;
}

.comparison-table thead th.sortable:hover {
	background: #7db340;
}

.comparison-table thead th .th-content {
	display: flex;
	align-items: center;
	gap: 8px;
}

.comparison-table thead th .sort-icon {
	display: flex;
	flex-direction: column;
	opacity: 0.5;
}

.comparison-table thead th .sort-icon svg {
	display: block;
	margin: -2px 0;
}

.comparison-table thead th.sort-asc .sort-icon .sort-asc, .comparison-table thead th.sort-desc .sort-icon .sort-desc {
	opacity: 1;
}

.comparison-table thead th.sort-asc .sort-icon .sort-desc, .comparison-table thead th.sort-desc .sort-icon .sort-asc {
	opacity: 0.3;
}

.comparison-table thead th.sort-asc .sort-icon, .comparison-table thead th.sort-desc .sort-icon {
	opacity: 1;
}

.comparison-table tbody tr {
	border-bottom: 1px solid #E5E5E5;
	transition: background 0.2s ease;
	background: #F9F9F9;
}

.comparison-table tbody tr: last-child {
	border-bottom: none;
}

.comparison-table tbody td {
	padding: 12px 24px;
	color: #0D341A;
	font-size: 15px;
	vertical-align: middle;
}

.comparison-table tbody tr:nth-child(even) {
	background: rgb(239 239 239 / 90%);
}

.comparison-table .btn-see-details {
	display: inline-block;
	padding: 10px 24px;
	background: #95C951;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.3s ease;
	border: none;
	cursor: pointer;
}

.comparison-table .btn-see-details:hover {
	background: #7db340;
}

.comparison-table .cell-content {
	min-height: 1em;
}

.comparison-table .rating-stars {
	display: flex;
	align-items: center;
	gap: 8px;
}

.comparison-table .stars-wrapper {
	display: flex;
	align-items: center;
	gap: 2px;
}

.comparison-table .rating-value {
	font-weight: 500;
	color: #0D341A;
}

.star-rating {
	font-style: inherit;
	text-align: inherit;
	letter-spacing: inherit;
	white-space: inherit;
	line-height: inherit;
	height: inherit;
	width: unset !important;
	position: inherit;
}

.star-rating span:before, .star-rating:before {
	display: none!important;
}

.card-content .star: not(.filled) {
	background: #e3e3e3;
}

section {
	width: 100% !important;
}

.d-inline {
	display: inline-block !important;
}

.cta-section .cta-form {
	width: 380px;
}

.s-12, .s-12 * {
	font-size: 12px;
}

.card-header-wrap {
	min-height: 50px;
}

a.blog-card {
	border: 2px solid #dfdfdf !important;
}

.table-footer.txt-center {
	padding-left: 0rem;
	padding-right: 0rem;
}

strong.txt-red.txt {
	color: red;
}

.notice.notice-info {
	text-align: center;
}

.provider-image a {
	position: relative;
}

.provider-image a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #95c951;
	mix-blend-mode: hue;
	pointer-events: none;
	transition: opacity 0.3s;
	ease;
	border-radius: 20px;
}

.provider-image a:hover::after {
	background: unset;
	mix-blend-mode: unset;
}
/* Responsive Styles */
/* Responsive styles */
/* Mobile Responsive */
/* Responsive Design */

.email-form-custom {
	display: flex !important;
	align-items: center !important;
	background: white !important;
	border: 2px solid #95c951 !important;
	border-radius: 100px !important;
	padding: 3px !important;
	max-width: 200px !important;
	position: relative !important;
	margin: 1rem 0 !important;
	box-shadow: 0 0 20px rgba(149, 201, 81, 0.3) !important;
}

.email-form-custom .email-input-custom {
	flex: 1 !important;
	border: none !important;
	outline: none !important;
	background: transparent !important;
	padding: 8px 16px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: black !important;
	margin-bottom: 0 !important;
	border-radius: 0 !important;
	min-height: auto !important;
	line-height: normal !important;
	box-shadow: none !important;
	text-transform: none !important;
	height: auto !important;
}
/* Remove any focus styles and autofill background */

.email-form-custom .email-input-custom: focus {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.email-form-custom .email-input-custom: -webkit-autofill, .email-form-custom .email-input-custom: -webkit-autofill:hover, .email-form-custom .email-input-custom: -webkit-autofill: focus, .email-form-custom .email-input-custom: -webkit-autofill: active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}

.email-form-custom .submit-btn-custom {
	background: #95c951 !important;
	border: none !important;
	border-radius: 50% !important;
	width: 30px !important;
	height: 30px !important;
	min-width: 30px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	margin: 0 !important;
	margin-right: 3px !important;
	padding: 0 !important;
	outline: none !important;
}

.email-form-custom .submit-btn-custom:hover {
	transform: scale(1.1) !important;
	background: #7fb33f !important;
}

.email-form-custom .submit-btn-custom: active {
	transform: scale(0.95) !important;
}

.email-form-custom .submit-btn-custom span {
	width: 30px !important;
	height: 30px !important;
	display: block !important;
	position: relative !important;
}

.email-form-custom .submit-btn-custom span:before {
	content: "" !important;
	background: url(/wp-content/themes/raze-media/images/arrow-ber.svg) !important;
	position: absolute !important;
	width: 30px !important;
	height: 30px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 14px !important;
	filter: brightness(0) invert(1) !important;
	top: 0 !important;
	left: 0 !important;
}
/* Loading state when form is submitted */

.email-form-custom.loading .submit-btn-custom {
	pointer-events: none !important;
	opacity: 0.8 !important;
}

.email-form-custom.loading .submit-btn-custom span:before {
	background: url(/wp-content/themes/raze-media/images/tube-spinner.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 18px !important;
	animation: spin 1s linear infinite !important;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.energy-plans-section .h.accent-heading {
    padding-bottom: 1rem;
}
.buttons-container.center {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
/* Mobile responsive */
/* Screen reader only - visually hidden but accessible to SEO and screen readers */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* V3-specific enhancements */
.block-v3 .card-provider {
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 10px !important;
}

.block-v3 .logo-text {
    font-size: 32px !important;
    font-weight: bold !important;
    color: #0073aa !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.block-v3 .plans-footer {
    padding: 20px !important;
    background: #f9f9f9 !important;
    border-radius: 8px !important;
}

/* Slick Slider Controls */
.slick-prev,
.slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.slick-prev { 
    left: -50px !important; 
}

.slick-next { 
    right: -50px !important; 
}

html section .pagination {
    display: flex !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 20px !important;
}

html section .pagination-dot {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    cursor: pointer !important;
}

html section .pagination-dot.active {
    background: #007bff !important;
    color: #fff !important;
    border-color: #007bff !important;
}
/* Ensure only slick-active pagination dots show as active */
.testimonials-section .pagination {
   display: flex !important;
   visibility: visible !important;
   opacity: 1 !important;
}

.testimonials-section .pagination li:not(.slick-active) .pagination-dot {
   background: transparent !important;
}

.testimonials-section .pagination li.slick-active .pagination-dot {
   background: #000 !important;
}
.v5 .provider-image img {
    padding: 10px;
}
.utility-image img {
    padding: 10px;
}
.v2.inner-banner .main-slider-wrap-single {
    height: unset !important;
    min-height: 300px;
}
.v2.inner-banner .overlay {
	top:0px !important;
}
.link-cards-v2-wrapper a {
    width: 100% !important;
}
.l-canvas.type_wide:before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: -500px;
    left: 0;
    height: 750px;
    background: #061022;
}
.footer a:hover {
	color:#95C951 !important;
}
html .block-section-3.full-text .content {
	WIDTH: 100% ! IMPORTANT;
	max-width:unset !important;
	padding: 0px !important;
}
.container-fluid.even {
   flex-direction: row-reverse;
}

.image-box-for-provider.full .provider-image a:after {
	display:none !important;
}
 .provider-image:hover {
    transform: scale(1.1);
}
.animate, .animate * {
	transition: 1s all ease;
}
	.blog-card-content>div {
    z-index: 999 !important;
    position: relative;
    transition: .3s;
}

.single-provider .block-section-3 .image-box {
    background-color: #ffffff;
}
.single-provider .block-section-3 .image-box img {
    object-fit: contain;
}

.single-utilities .block-section-3 .image-box {
    background-color: #ffffff;
}
.single-utilities .block-section-3 .image-box img {
    object-fit: contain;
}
.l-header.pos_fixed {
    z-index: 9999 !important;
}
.provider-image a:after {
display:none !important;
}

.comparison-chart-section .comparison-chart.fixed-first-column span.icon-x::before {
    width: 25px !important;
    height: 25px ! IMPORTANT;
}
.providers-logo-section .provider-image img {
    background: white;
}
.blue-inner.less .container-full li {
    padding-bottom: 0px;
}
section.less {
    padding-top: 0rem !important;
}

.rating-card-row.d-flex.wrap.v2.txt-center {
    align-items: center;
    justify-content: center;
}
section.no-margin {
    margin: 0px !important;
	padding: 0px !important;
}
.locations-container {
    align-items: center;
    justify-content: center;
}
.description.list-check li {
    padding-right: 1.5rem;
}
html .ush_menu_1 .w-nav-icon {
--icon-size: 20px !important;
}

a.plan-link.txt-black, a.plan-link.txt-black * {
    line-height: normal !important;
}
.comparison-table.fixed-first-column tbody tr:nth-child(odd) {
    background: #eeeeee;
}
a.plan-link.txt-black:hover {
    color: #95C951 !important;
    transform: unset !important;
}
.block-section-3 .heading {
    font-weight: 600;
}
/*
section.contact-section {
    padding: 3rem 0;
}*/

.plan-comparison-table-section .sort-icon {
    display: none !important;
}
.v3 .cta-title * {
    line-height: 120%;
    margin-bottom: 1rem !important;
}
.plan-comparison-table-section .comparison-table.fixed-first-column tbody * {
    transition: unset !important;
}
.plans-row {
    justify-content: center;
}
.s-64.txt>* {

    padding: 0px !important;
    margin: 0px !important;
}

.container-full strong {
    font-weight: bold;
}
.container-full .description h1 *, .container-full .description h2 *, .container-full .description h3 *, .description  h1 ,.description  h2  ,.description  h3 {
    font-weight: 600 !important;
    display: block !important;
	font-size:120%;
}
html body .content a:not(.btn-primary) *, html body .content a:not(.btn-primary){
    color: var(--color-content-link-hover) !important;
}
html body .content .description a:hover *, html body .content .description a:hover {
  text-decoration:underline !important;
}
.providers-slider-container .card:hover .card-content a.btn-primary {
    background: black;
}
.table-scroll-container {
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

/* Table with fixed first column */
.comparison-table.fixed-first-column {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 600px; /* Minimum width before scrolling kicks in */
}

/* Fixed column styles */
.comparison-table.fixed-first-column .fixed-column {
    position: sticky;
    left: 0;
    z-index: 10;

    min-width: 230px;
    max-width: 230px;
}

	a.plan-link.txt-black {
    background: unset !important;
		color:inherit!important;
		box-shadow:unset !important;
}
		a.plan-link.txt-black:hover {
		color:#95C951 !important;

}
.comparison-table.fixed-first-column thead .fixed-column {
    z-index: 11;

}

/* Alternating row colors - ensure fixed column matches */
.comparison-table.fixed-first-column tbody tr:nth-child(even) .fixed-column {
    background: #F9F9F9;
}

.comparison-table.fixed-first-column tbody tr:hover .fixed-column {
    background: #f0f7ff;
}

/* Regular table cells */
.comparison-table.fixed-first-column td,
.comparison-table.fixed-first-column th {
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    white-space: nowrap;
}

.comparison-table.fixed-first-column td.fixed-column {
    white-space: normal;
}

.comparison-table.fixed-first-column thead th {

    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 5;
}

/* Sortable header styles */
.comparison-table.fixed-first-column th.sortable {
    cursor: pointer;
    user-select: none;
}



.comparison-table.fixed-first-column .th-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.comparison-table.fixed-first-column .sort-icon {
    display: flex;
    flex-direction: column;
    opacity: 0.3;
}

.comparison-table.fixed-first-column th.sortable.sort-asc .sort-icon,
.comparison-table.fixed-first-column th.sortable.sort-desc .sort-icon {
    opacity: 1;
}

.comparison-table.fixed-first-column th.sortable.sort-asc .sort-desc,
.comparison-table.fixed-first-column th.sortable.sort-desc .sort-asc {
    opacity: 0.3;
}

/* Plan link hover styles */
.plan-link {
    display: block;
    padding: 4px 0;
    transition: opacity 0.2s ease;
}

.plan-link:hover {
    opacity: 0.8;
}

/* Mobile label (hidden on desktop) */
.mobile-label {
    display: none;
    font-weight: 600;
    margin-bottom: 5px;
    color: #666;
}
.stats-container .vertical-divider:last-child {
    display: none;
}
span.content-height {
    display: block;
}
.provider-description * {
    padding-bottom: 0px !important;
    margin-bottom: 11px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
  
	font-size:inherit;
}
.provider-description ul li {
    margin-bottom: 1px !important;
}

.provider-description ul {
    margin-left: 1.5rem;
}
.page-id-1492 .map-container .region {
    fill: black;
}
.page-id-1492 .map-container:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;

}

html h2.heading {
    font-weight: 600 !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    .comparison-table.fixed-first-column {
        min-width: 500px; /* Smaller minimum width on mobile */
    }

    .comparison-table.fixed-first-column .fixed-column {
        min-width: 200px;
        max-width: 200px;
    }

    .comparison-table.fixed-first-column td,
    .comparison-table.fixed-first-column th {
        padding: 10px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
	
	/* Fixed column styles */
.comparison-table.fixed-first-column .fixed-column {


    box-shadow: 2px 0 5px rgba(0,0,0,0.1);

}
    .comparison-table.fixed-first-column {
        min-width: 400px;
    }

    .comparison-table.fixed-first-column .fixed-column {
        min-width: 160px;
        max-width: 160px;
    }

    .comparison-table.fixed-first-column td,
    .comparison-table.fixed-first-column th {
        padding: 8px;
        font-size: 13px;
    }
}

/* Zebra striping */
.comparison-table.fixed-first-column tbody tr:nth-child(even) {
    background: #F9F9F9;
}

.comparison-table.fixed-first-column tbody tr:hover {
    background: #f0f7ff;
}
@media (max-width: 1400px) {
.cta-title {
		font-size: 70px;
	}
	.block-section-3 .content {
		width: 100%;
		max-width: unset !important;
	}
	.review-card {
		padding-left: unset;
		padding: 2rem !important;
	}
	.rating-card-slider-wrap {
		width: 90%;
	}
	.cta-right {
		position: relative;
		right: 0;
		top: 0px;
	}
	.blog-grid.w-100 {
		padding: 1rem;
	}
	.blog-header.txt.s-60.medium.w-100 {
		padding: 1rem;
	}
	a.header-btn.border {
		min-width: 150px;
	}
	.block-section-3 .container {
		justify-content: center;
		gap: 40px;
	}
	.block-section-3 .content {
		width: 100%;
		max-width: 560px;
	}
	.block-section-3 .image-box {
		width: 100%;
		max-width: 507px;
	}
	
}

@media (max-width: 1300px) {
	.slick-prev {
    left: -25px !important;
}
	.slick-next {
    right: -25px !important;
}
	
.container {
		padding: 40px 20px;
	}
	
		.card-content .buttons-container>* {
    text-align: center;
    width: 100% !important;
}

.card-content .buttons-container {
    flex-wrap: wrap;
}
}

@media (max-width: 1200px) and (min-width: 600px)  {
	html h2, .hero-title *, .testimonials-title *, .blog-title * {
    font-size: 45px !important;
}

	.main-banner-title h1 {
    font-size: 55px !important;
}
	.l-section h3 {
    font-size: 30px !important;
}
}

@media (max-width: 1200px) {
div#main-content-sections section:first-child {
    padding-top: 80px !important;
}
	h1, h2,h3 {
    line-height: 100% !important;
}
.block-section-3 .image-box {
		width: 100% !important;
		position: relative;
		max-width: unset;
		height: 500px;
		margin-bottom: 3rem;
		max-width: unset !important;
	}
	.testimonials-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.cta-section {
		padding: 100px 100px;
	}
	.cta-title {
		font-size: 60px;
	}
	.horizontal-container {
		flex-direction: column;
		padding: 60px 20px;
		gap: 40px;
	}
	.heading {
		font-size: 42px;
		max-width: 100%;
	}
	.brands-container {
		flex-wrap: wrap;
		justify-content: center;
		max-width: 100%;
	}
	.footer-columns {
		gap: 40px;
	}
	.footer-bottom-columns {
		gap: 40px;
	}
	.zip-comparison-form .compare-btn-custom:hover {
		transform: unset !important;
	}


}

@media screen and (max-width: 1200px) {
	.ush_menu_1 .w-nav-icon {
--icon-size: 20px;
}

    .block-section-3.iterate .alternate-row .image-box {
        width: 100% !important;
        margin-top: 2rem !important;
    }
.container-fluid.even {
    flex-direction: column-reverse !important;
}
.featured-card-item {
		gap: 12px;
	}
	.featured-card-item .card-item-title {
		font-size: 30px;
	}
	.featured-card-item .card-item-content {
		margin-bottom: 12px;
	}
		.container-fluid.odd {
		flex-direction: row;
	}
	    .container-fluid.even {
        flex-direction: column !important;
    }
	.container-fluid.py-5 {
    padding-top: 1rem !important;
}
	ul.w-nav-list.level_1.hover_simple {
    padding: 0px !important;
}
	 .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
		 top: 0;
    right: 0;
    background: #95c951;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .ush_menu_1 a:not(.w-btn) {
    color: white !important;
}
	a.w-nav-anchor.level_1 {
    border-bottom: 1px solid #3d3d3d;
}
	div#main-content-sections section:first-child {
    margin-top: 0px !important;
}
	.main-drop ul.w-nav-list.level_2 {
    padding: 0px !important;
}
	.plans-grid.px-3 {
    padding: 0px !important;
}
	section .plan-card .icon-container {
    
        padding-left: 0px !important;
    }
}
@media (min-width: 900px) and (max-width: 1300px) {
    .table-footer.txt-center {
        margin-top: 0px !important;
    }
}

@media (min-width: 1200px) {
	h2.s-64 {
    font-size: 50px;
}
	.main-banner-title.s-50 *, .main-banner-title h1 {
    font-size: 60px !important;
}
	.map-section .content {
    width: 50% !important;
    max-width: unset !important;
}
	.content-block-heading{
	    font-size: 63px !important;
}
	.comparison-table.fixed-first-column tbody tr:hover {
    background: #f0f7ff !important;
}

	.link-cards-wrapper .link-item {
    gap: 100px !important;
}

	.plan-comparison-table thead tr th {
    width: 25% !important;
}
	.block-section-3.iterate .image-box {
    min-height: 300px;
}
	.image-box-for-provider.full {
    align-items: center;
    justify-content: center;
}
	.image-box-for-provider.full .provider-image {
    width: 16.66% !important;
}
	.block-section-3.iterate .image-box {
    width: 50% !important;
}
    .block-section-3 .content {
        width: 50% !important;
        max-width: 560px;
		
        justify-content: center;
    }
	section.inner-banner.v3 .main-slider-wrap-single {
    display: flex;
    align-items: center;
    gap: 30px;
}
	.partners-section article.provider-card.match-height {
    width: 25% !important;
}
	.energy-plans-container.slick-initialized.slick-slider {
    margin: 0 -0.5rem !important;
}
  ul.w-nav-list.level_1.hover_simple {
		position: relative;
	}
 	.w-nav.type_desktop .main-drop .w-nav-list.level_2 {
		text-align: left;
		position: absolute;
	
		z-index: 120;
		min-width: 12rem;
		width: 51vw;
	}

}

@media only screen and (max-width: 1100px) {
	.main-drop ul.w-nav-list.level_2>li:nth-child(1):before {
		display:none !important;
	}
	.main-drop ul.w-nav-list.level_2 {
    border: 0px !important;
}
	section.energy-plans-table-section.l-section .container, .rating-grid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
	.h.accent-heading:before{
		display:none !important;
	}
	.w-nav-icon.style_hamburger_3 {
    clip-path: unset;
}
html #main-content-sections section: first-child {
		padding-top: 120px !important;
		margin: 0px !important;
	}
	.banner-main .wpb_column.vc_column_container {
		width: 100% !important;
		padding-bottom: 2rem !important;
	}
	.g-cols.margin {
		margin-top: 0px;
	}
	.energy-plans-table-section .table-footer {
    margin: 0px !important;
}
	.similar-title.h.s-36.semi.txt.pt-4 {
    font-size: 18px !important;
    line-height: 100% !important;
}
	.similar-description {
    line-height: normal;
    font-size: 16px !important;
}
		.icon-container-wrap {
    width: 90px;
}
	    .plan-card .icon-container img {
        width: 70px !important;
        height: 70px !important;
    }
.icon-container {
    width: 120px;
    padding-right: 1rem;
}
}

@media (min-width: 1025px) {
	
ul.w-nav-list.level_3 li {
		width: 50% !important;
	}
	ul.w-nav-list.level_3 {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 992px) {
	.blog-card-content:before {
    transition: 0.2s !important;
}
	.plan-comparison-table-section .comparison-table.fixed-first-column .cell-content ul {
    text-wrap: initial;
}
	
	.comparison-table.fixed-first-column thead .fixed-column {
    z-index: 11;
    background: #95c951;
}
	.invert .container-fluid {
    flex-direction: column-reverse;
}
	.testimonials-title.txt {
    line-height: normal;
    margin: 0px;
}
	.invert .container-fluid  .image-box {
    margin-bottom: 0px;
    margin-top: 3rem !important;
}
	section.l-section.contact-section.txt-section {
    padding-top: 0rem !important;
}
	.link-cards-v2-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
}
	.block-section-3.iterate .image-box {
    width: 100% !important;
    margin-top: 2rem;
}
	    .zip-comparison-form .form-inner-wrap {
        width: 100% !important;
    }
.map-wrapper {
		padding-top: 3rem;
	}
	.utility-card, .provider-card {
		width: 50% !important;
	}
	.utilities-container.d-flex.wrap {
		margin: 0px;
	}
	.blog-card {
		max-width: 100% !important;
		width: 100% !important;
	}
	.hero-title {
		font-size: 45px;
	}
	.stats-container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.blog-row {
		flex-direction: column;
	}
	.cta-container {
		flex-direction: column;
	}
	.cta-right {
		position: static;
		margin-top: 40px;
	}
	.cta-title {
		font-size: 50px;
	}
	.footer-columns {
		flex-wrap: wrap;
		gap: 40px;
	}
	.footer-column {
		flex: 1 1 45%;
	}
	.footer-column: last-child {
		flex: 1 1 100%;
	}
	.footer-bottom-columns {
		flex-wrap: wrap;
		gap: 30px;
	}
	.footer-info {
		flex: 1 1 45%;
	}
	
	
.blue-inner .container-full li {
    padding-right: 1.5rem !important;
}

.list-check ul {
    justify-content: center;
}
	
}

@media screen and (max-width: 992px) {
	.table-footer {
    padding: 0 1rem !important;
}
	.utility-wrapper .utility-title, .utility-wrapper .utility-title * {
    line-height: 80% !important;
}
	.description.list-check li {
    padding-right: 0px;
}
	.s-64.medium.mb-4.txt {
    line-height: 120%;
	}
	
	    .s-64.medium.mb-4.txt,   .s-64.medium.mb-4.txt * {
        line-height: 120%;
    }
	.container-full h1 *, .container-full h2 *, .container-full h3 * {

		    line-height: 120% !important;
}
	.blue-inner .container-full {
    padding: 1.2rem;
}
	.single-provider .block-section-3 .image-box img , .single-provider .block-section-3 .image-box{
    position: relative;
    height: auto;
}
	
.table-footer.txt-center {
		margin-top: -2rem;
	}
	html .energy-plans-container {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}
	.table-footer.txt-center * {
		font-size: 10px;
	}
	.providers-container.d-flex.wrap {
		margin: 0px !important;
	}
	html #main-content-sections section.l-section.section-2.v2.smaller {
		padding-top: 50px !important;
	}
	.v2.inner-banner.smaller .main-slider-wrap-single {
		height: unset;
		gap: 0px;
	}
	.v2.inner-banner .main-slider-wrap-single>div {
		display: block !important;
	}
	.energy-plans-container button.slick-prev.slick-arrow {
		left: 5px !important;
		transform: scale(.7) !important;
	}
	.energy-plans-container button.slick-next.slick-arrow {
		right: 5px !important;
		transform: scale(.7) !important;
	}
	.comparison-table tbody td: last-child {
		padding-top: 16px;
		margin-top: 8px;
		border-top: 1px solid #E5E5E5;
	}
	.comparison-table .btn-see-details {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 992px) and (min-width: 500px) {
.form-inner-wrap {
		width: 350px;
	}
}

@media (max-width: 821px) {
	.l-subheader-cell.at_right {
    justify-content: flex-end !important;
}
.v2.inner-banner .overlay {
		background: linear-gradient(270deg, rgb(6 28 59 / 41%) 64.23%, #061C3B 100%);
		width: 100%;
		height: 100%;
		right: unset;
		left: 0px;
		top: 0px;
	}
	.v2.inner-banner img.background-image.cover.w-100 {
		width: 100% !important;
	}
	.v2.inner-banner .main-slider-wrap-single {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 0px;
		height: 200px;
	}
	html #main-content-sections section: first-child {
		padding-top: 80px !important;
	}
	.v2.inner-banner .main-slider-wrap-single>div {
		text-align: center;
	}
	.v2.inner-banner .push-left {
		width: 100%;
	}
	.v2.inner-banner .main-slider-wrap-single {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 0px;
	}
	.energy-plans-container {
		padding: 1rem !important;
		width: 600px;
		max-width: 100% !important;
		margin: 1rem auto !important;
	}
	.card {
		max-width: 100% !important;
	}
	.pagination {
		display: flex;
		justify-content: center;
		gap: 8px;
		padding: 0;
		list-style: none;
		margin-top: 0px !important;
		margin-left: 0px !important;
	}
	.pagination li {
		list-style: none;
		margin: 0px !important;
	}
	.pagination-dot {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		border: none;
		background-color: #ccc;
		cursor: pointer;
		transition: background-color 0.3s ease;
		padding: 0;
	}
	.pagination-dot:hover {
		background-color: #999;
	}
	.pagination-dot.active, .pagination-dot[aria-current="true"] {
		background-color: #333;
	}
	.pagination-dot: focus {
		outline: 2px solid #333;
		outline-offset: 2px;
	}
	ul.w-nav-list.level_2 {
		background: rgb(3 16 34 / 85%) !important;
		border-top: unset;
		backdrop-filter: blur(23px);
	}
	.email-form-custom {
		max-width: 100% !important;
	}
	.email-form-custom .email-input-custom {
		font-size: 14px !important;
		padding: 6px 12px !important;
	}
	.email-form-custom .submit-btn-custom {
		width: 26px !important;
		height: 26px !important;
		min-width: 26px !important;
	}
	.email-form-custom .submit-btn-custom span, .email-form-custom .submit-btn-custom span:before {
		width: 26px !important;
		height: 26px !important;
		background-size: 12px !important;
	}
}

@media only screen and (max-width: 821px) {
.d-flex.wrap {
		margin: 0px !important;
	}
	.location-card, .image-box-for-provider-wrap.list .provider-image {
		width: 33.3% !important;
	}
	   .v2.inner-banner  .form-inner-wrap {
        width: 100% !important;
    }
	 .v2.inner-banner  .zip-form-wrapper {
    margin: 30px auto;
}
	html  .v2.inner-banner .main-slider-wrap-single>div {
		display: block !important;
	}
	.image-box-for-provider-wrap {
		width: 100% !important;
		margin-top: 3rem;
	}
	.plans-row .plan-card {
		width: 100% !important;
		padding: 1rem 0 !important;
		margin-bottom: 2rem !important;
	}
	.block-section-3.iterate .image-box {
		width: 100% !important;
		height: 300px !important;
		margin-top: 2rem !important;
	}
	.block-section-3 .content.odd {
		padding: 0px !important;
	}
	.plans-row {
		padding-top: 3rem !important;
	}
	.plan-card .icon-container img {
		width: 100% !important;
		height: 100% !important;
	}
	.plan-card .icon-container {
		width: 200px;
		padding: 10px !important;
	}

	.iterate .container-fluid {
		padding-bottom: 0px !important;
	}
	.plan-content.w-100 .mw-400 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.cta-container {
		display: block;
	}
	.cta-right {
		position: relative;
		margin-top: 0px;
		top: unset;
	}
	.footer-info.last {
		justify-content: flex-start;
	}
	.cta-section {
		padding: 0px 50px !important;
	}
	.cta-description {
		max-width: 100% !important;
	}
	.vc_col-sm-6 {
		width: 100% !important;
	}
	.vw-50.img-col-text-wrap {
		WIDTH: 100% ! IMPORTANT;
	}
	a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft {
		margin-right: 0px !important;
	}
	.ush_btn_1 {
		font-size: 16px !important;
	}
	.s-60 {
		font-size: 32px;
	}
	.s-30 {
		font-size: 16px;
		line-height: normal;
	}
	.pr-5 {
		padding-right: 1rem !important;
	}
	.w-image.ush_image_1 {
		margin-left: 0px !important;
	}
	.mw-2000 {
		padding: 0px !important;
	}
	.txt.d-block.desire.txt-dark.lh-120 * {
		line-height: 120% !important;
	}
	.raze-wrap {
		display: flex !important;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.g-cols>div: not([class*="vc_col-xs-"]) {
		margin: 0px !important;
	}
	.reverse .vc_col-sm-6.for-image {
		padding: 0px !important;
	}
	.main-banner-title.s-30 {
		font-size: 20px !important;
	}
	.single-process .vc_column-inner {
		padding: 0px 1rem !important;
	}
	.process-wrap {
		margin-bottom: 2rem !important;
	}
	.txt-section-v3 .image-col {
		margin-top: 1.5rem !important;
	}
	header  a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft {
		padding-right: 0px !important;
	}
	html body.home #main-content-sections section: first-child {
		padding-top: 70px !important;
		margin: 0px !important;
	}
	.for-content .vc_column-inner {
		padding-left: 0px !important;
	}
	.cta-section.big .s-48 {
		font-size: 30px !important;
	}
	.cta-section .main-slider-wrap-1.z-9.relative {
		padding-left: 2rem;
	}
	.slider-testimonial-single-wrap {
		width: 100%;
		padding: 0.5rem;
	}
	.main-news-wrap-cat {
		margin-top: 2rem;
	}
	.for-blog-banner-title .main-banner-title {
		font-size: 20px !important;
	}
	.for-blog-banner-title {
		padding-top: 190px;
	}
	.cta-section.for-banner .main-slider-wrap-1.z-9.relative {
		padding-left: 0px;
	}
	.for-content .vc_column-inner.bg-grey {
		padding-left: 2rem !important;
	}
	.icons-row.d-flex.gap {
		padding: 0px;
	}
	.my-form .col {
		width: 100% !important;
	}
	.txt-section-v3 .mw-2000.bg-grey {
		padding: 1.5rem !important;
	}
	.job-title.txt.txt-black.bold {
		font-size: 16px !important;
		line-height: normal;
		padding-bottom: 1rem !important;
		margin-bottom: 0px;
	}
	.details {
		padding-left: 2rem !important;
	}
	.ush_btn_1 {
		font-size: 1.5rem;
		24px
		!important;
	}
	.for-blog-banner-title span.title {
		font-size: 31px;
	}
	.row-single-icon {
		width: 33.3% !important;
	}
	img.row-single-icon-img {
		width: 50px;
		height: 50px;
	}
	.row-single-icon * {
		font-size: 14px !important;
		font-weight: bold;
	}
	.icons-row.d-flex.gap {
		margin-top: 1rem !important;
		margin-bottom: 3rem;
	}
	span.wpcf7-form-control.wpcf7-radio {
		display: block;
	}
	.col.d-flex>*, .col.d-flex>*>* {
		display: block;
	}
	.col.w-100.d-flex small {
		position: relative;
		display: inline-block;
		top: 0px;
	}
	.cta-section .vc_column-inner.bg-blue:before, .for-banner.cta-section .mw-2000:before {
		left: 59%;
		width: 40%;
	}
	.cta-section img.background-image.cover.w-100 {
		width: 40% !important;
	}
	.cta-section {
	}
	.cta-2.cta-section .banner-title-wrap * {
		font-size: 30px !important;
	}
	.pdf-title img {
		width: 50px;
	}
	.vc_col-sm-12.wpb_column.vc_column_container.z-9.relative.mt-2.pr-5.border-pdf-bottomr {
		margin-bottom: 2rem !important;
	}
	.inner-banner.v2 .g-cols {
		justify-content: center;
	}
	.v2.inner-banner .main-slider-wrap-single>div {
		text-align: center;
		align-items: center;
		justify-content: center;
		display: flex;
	}
	.contact-section .pl-md-5 {
		padding: 0px !important;
	}
	    .plan-card .icon-container img {
        width: 70px !important;
        height: 70px !important;
    }
	
}

@media only screen and (min-width: 821px) {
div#main-content-sections section#section-1.contact {
		margin: 0px !important;
	}
	div#main-content-sections section#section-1.contact .main-slider-wrap-single {
		padding-bottom: 14rem;
	}
	.for-content-border .wpb_column {
		padding: 0 2rem !important;
	}
	.for-content-border {
		margin: 0 -2rem;
		border-bottom: 1px solid hsl(0deg 0% 100% / 45%);
		margin-bottom: 3rem;
		padding-bottom: 3rem !important;
	}
	.for-content-border: last-child {
		border: 0px;
	}
	.single-process:after {
		content: "\f054";
		font-family: 'fontawesome';
		position: absolute;
		right: -5px;
		top: 50%;
		color: #95C951;
	}
	.single-process: last-child:after {
		display: none;
	}
	.vw-50 .image-col {
		width: 50vw !important;
		height: 100%;
	}
	.reverse .g-cols {
		flex-direction: row-reverse;
	}
	.vw-50.img-col-text-wrap {
		position: absolute;
		left: 50%;
		height: 100%;
	}
	.reverse .vw-50.img-col-text-wrap {
		position: absolute;
		left: unset;
		right: calc(50% + 2.5rem);
	}
	.g-cols.vc_row.valign_middle.type_default.stacking_default {
		position: relative;
	}
	
}

@media (max-width: 768px) {
.block-section-3 .content {
		padding-right: 0px !important;
	}
	.container {
		padding: 2rem !important;
	}
	.blog-card {
		width: 100% !important;
		max-width: 100%;
	}
	.footer-bottom-columns>div {
		width: 100% !important;
		flex: unset;
		text-align: center !important;
		align-items: center;
		justify-content: center !important;
	}
	.footer-column {
		flex: 1 1 20% !important;
		text-align: center;
	}
	.footer-column: last-child {
		flex: 1 1 100% !important;
	}
	.hero {
		height: auto;
		padding: 60px 20px;
	}
	.hero-title {
		font-size: 36px;
	}
	.stat-number {
		font-size: 40px;
	}
	.testimonials-title {
		font-size: 36px;
	}
	.blog-title {
		font-size: 36px;
	}
	.cta-section {
		padding: 60px 20px;
	}
	.cta-title {
		font-size: 40px;
	}
	.block-section-3 .heading {
		font-size: 48px;
	}
	.block-section-3 .description {
		font-size: 16px;
	}
	.horizontal-container {
		padding: 50px 15px;
		gap: 30px;
	}
	.heading {
		font-size: 36px;
	}
	.brands-container {
		gap: 20px;
	}
	.brand-logo-1 {
		width: 100px;
		height: 100px;
	}
	.card {
		max-width: 100%;
	}
	.card-content {
		padding: 30px 20px;
	}
	.phone-number {
		display: none;
	}
	.phone-icon {
		display: block;
	}
	.phone-link {
		padding: 16px;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		justify-content: center;
		align-items: center;
	}
	.phone-icon {
		font-size: 24px;
	}
	ul.w-nav-list.level_2>li:nth-child(1):before {
		display: none;
	}
	ul.w-nav-list.level_3 {
		display: none;
		flex-wrap: wrap;
	}
	ul.w-nav-list.level_2 {
		padding: 0px !important;
	}
	.zip-form-wrapper {
		max-width: 100%;
	}
	.zip-comparison-form .form-inner-wrap {
		flex-direction: row !important;
		padding: 0px !important;
	}
	.zip-comparison-form .zip-input-custom {
		border-bottom: 1px solid #b5b5b5 !important;
		padding: 8px 15px !important;
		font-size: 16px !important;
	}
	.zip-comparison-form .compare-btn-custom {
		padding: 8px 15px 8px 18px !important;
	}
	.compare-btn-custom .btn-text {
		font-size: 12px !important;
	}
	.loading-message {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
.featured-blogs-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.featured-card-item .card-item-content {
		font-size: 16px;
	}
	
	
}

@media only screen and (max-width: 621px) {
	
		html h2, .hero-title *, .testimonials-title *, .blog-title * {
    font-size: 35px !important;
			line-height:100% !important;
}
	

	    .container {
        padding: 0rem !important;
    }

	.main-banner-title h1 {
    font-size: 40px !important;
}
	.l-section h3 {
    font-size: 25px !important;
}
	
header a.w-btn.us-btn-style_1.ush_btn_1.icon_atleft span.w-btn-label {
		display: none;
	}
	section.l-section.cta-2.cta-section.relative.z-2.oh.pb-4 img {
		display: none;
	}
	.home .vc_col-sm-6.block-row.wpb_column.vc_column_container.z-9.relative .block-col {
		min-height: calc(50vh - 30px);
		aspect-ratio: unset !important;
		max-width: 100%;
		width: 100% !important;
		position: relative;
	}
	a.w-btn.us-btn-style_2.ush_btn_2 {
		font-size: 10px;
	}
	a.quick-apply {
		transform: scale(0.75);
		bottom: 0;
		right: 0;
	}
	.single-expert .vc_column-inner {
		padding-right: 0px !important;
	}
	label.d-none.label-text {
		display: block;
		font-size: 12px !important;
	}
	.vc_col-sm-3.for-content.wpb_column.vc_column_container.z-9.relative.single-expert {
		width: 50% !important;
		font-size: 12px !important;
		line-height: 129%;
		justify-content: center;
		align-items: center;
	}
	.d-flex.jobs-wrap {
		display: block;
	}
	.d-flex.jobs-wrap>div {
		width: 100% !important;
	}
	.job-section {
		padding: 0 1rem !important;
	}
	.page-id-1040 iframe#jobIframe {
		overflow: auto !important;
		width: 600px !important;
		min-width: 720px;
		scale: 0.55;
		margin-left: -159px;
		transform-origin: top center !important;
	}
	.page-id-1040 .shortcode-wrap.container {
		overflow: auto;
		max-width: 100%;
		height: 900px;
		overflow: hidden;
	}
	.footer .w-socials-list {
		justify-content: center;
	}
	.footer .w-socials-list>div {
		display: inline-block !important;
		width: auto !important;
		padding: 5px !important;
	}
	.footer a.w-socials-item-link {
		height: auto !important;
		margin: 0px !important;
		padding: 0px !important;
		margin-bottom: -10px !important;
	}
	.brands-container {
		gap: 10px;
	}
	.brand-logo {
		width: 30% !important;
	}
	.btn-wrapper {
		min-width: 140px;
	}
	.blog-title.txt * {
		line-height: 100%;
	}
	.blog-title.txt {
		margin: 0px;
	}
	.cta-section.v3 .cta-content {
		max-width: 100% !important;
		text-align: center;
	}
	.cta-section.v3 .cta-form {
		width: 100% !important;
	}
	.plan-card .icon-container {
		width: 100px;
		padding: 0 10px !important;
	}
	.plan-card .icon-container img {
		width: 100px;
		height: 100px;
	}
	.block-section-3 .heading, .block-section-3 .heading *, .title .s-64, .title .s-64 *, .h.s-64, .h.s-64 * {
		font-size: 36px !important;
	}
	.utility-card, .provider-card {
		width: 100% !important;
	}
	.s-48, .s-48  * {
		font-size: 25px;
	}
	.h.accent-heading:before {
		max-width: calc(100% - 4rem);
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	html  .comparison-table tbody td:nth-child(2) {
		max-width: 120px !important;
	}
	.footer-main {
		padding: 0px;
	}
	.footer-copyright {
		padding: 0px;
	}
	.similar-card {
		width: 100%;
		padding: 1rem;
	}
	.similar-card {
		width: 100%;
		padding: 1rem 0;
	}
	.cta-title * {
		line-height: 100%;
	}
	.list-check li {
		width: 100% !important;
	}
	.rating-grid .rating-column .star-rating {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rating-grid .rating-column {
		width: 100% !important;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.rating-card-row .review-card {
		width: 100%;
	}
	.accordion-section .container-fluid.py-5 {
		padding-top: 1rem !important;
	}
}

@media (max-width: 576px) {
	.block-section-3 .h.accent-heading {
    padding-bottom: 2rem;
}
.hero-title {
		font-size: 30px;
	}
	.stats-container {
		flex-direction: column;
		align-items: center;
	}
	.vertical-divider {
		width: 80%;
		height: 1px;
	}
	.cta-form {
		width: 100%;
	}
	.cta-input {
		width: 70%;
	}
	.cta-button {
		width: 60%;
	}
	.footer {
		padding: 0;
	}
	.footer-main {
		padding: 40px 0;
	}
	.footer .container {
		padding: 0 20px;
	}
	.footer-columns {
		flex-direction: column;
		gap: 35px;
	}
	.footer-column {
		flex: 1 1 100%;
	}
	.newsletter-form .input-group {
		max-width: 100%;
	}
	.footer-bottom-columns {
		flex-direction: column;
		gap: 25px;
		align-items: flex-start;
	}
	.footer-info {
		flex: 1 1 100%;
	}
	.footer-copyright {
		text-align: center;
	}
}

@media screen and (max-width: 576px) {
.comparison-table-wrapper {
		border-radius: 8px;
	}
	.comparison-table tbody tr {
		padding: 16px;
	}
    .comparison-table.fixed-first-column tbody tr:nth-child(odd):hover .fixed-column {
        background: #f1f7ff !important;
    }
	.comparison-table.fixed-first-column tbody tr:nth-child(odd) td.fixed-column {
    background: #ffffff;
}
	.comparison-table.fixed-first-column tbody tr:nth-child(odd) {
    background: #ffffff;
}
	.comparison-table.fixed-first-column tbody tr .fixed-column {
    box-shadow: 1px 0px 12px 0px #ececec;
}
.comparison-table tbody td:last-child {
    border-top: unset;
}
	    .providers-logo-section {
        gap: 0px !important;
    }
	.blog-header, .blog-grid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	    .energy-plans-table-section .table-footer {
        padding: 0px !important;
    }
}

@media (max-width: 480px) {
.block-section-3 .heading {
		font-size: 36px;
	}
	.block-section-3 .container {
		padding: 40px 16px;
	}
	.horizontal-container {
		padding: 40px 10px;
		gap: 25px;
	}
	.heading {
		font-size: 28px;
	}
	.brands-container {
		gap: 15px;
	}
	.main-banner-title.s-60 {
		font-size: 32px !important;
	}
	.main-banner-title.s-30 {
		font-size: 20px !important;
	}
	.zip-comparison-form .form-inner-wrap {
		flex-direction: column !important;
		border-radius: 20px !important;
		padding: 0px !important;
	}
	.zip-comparison-form .zip-input-custom {
		width: 100% !important;
		text-align: center !important;
		padding: 12px 16px !important;
	}
	.zip-comparison-form .compare-btn-custom {
		width: calc(100% - 16px) !important;
		margin: 8px !important;
		justify-content: center !important;
		border-radius: 30px !important;
	}
	.zip-comparison-form .compare-btn-custom {
		margin: 0px !important;
		border-radius: 18px !important;
		width: 100% !important;
		border-top-right-radius: 0px !important;
		border-top-left-radius: 0px !important;
	}
	.zip-comparison-form.loading .zip-input-custom {
		padding: 12px 16px !important;
	}
	.main-banner-title.s-60.bold.d-block {
		text-align: center;
	}
	.vc_col-sm-12.wpb_column.vc_column_container.z-9.relative.mt-2.pr-5 {
		padding: 0px !important;
	}
	.buttons-container>* {
		width: 100% !important;
		text-align: center;
	}
	.buttons-container.animate {
		justify-content: center !important;
		align-items: center !important;
		flex-wrap: wrap;
	}
	.brand-logo {
		width: 50% !important;
		aspect-ratio: 2 / 1;
		padding: 10px;
	}
	.brands-container {
		gap: 0px !important;
	}
	.blog-header.txt.s-60.medium.w-100 {
		display: block;
	}
	.btn-wrapper {
		display: inline-block;
	}
	.blog-card-description {
		padding-left: 2rem !important;
	}
	.zip-form-wrapper {
		max-width: 100%;
		width: 100% !important;
	}
	.cta-section .cta-form {
    width: 100% !important;
}
	html .v2.inner-banner .main-slider-wrap-single>div {
    display: block !important;
}
	.v2.inner-banner .main-slider-wrap-single {
    height: unset;
}
	    .footer-main {
        padding-bottom: 0px !important;
    }
	.footer .container {
    padding-bottom: 0px !important;
}
	.footer-copyright {
    padding-bottom: 2rem;
}
	.location-card {
    width: 50% !important;
}

.comparison-table.fixed-first-column td.fixed-column {
    white-space: normal;
    background: #f8f8f8;
}
	.comparison-table.fixed-first-column thead .fixed-column {
    z-index: 11;
    background: #95c951;
}
	a.plan-link.txt-black {
    line-height: normal;
}
	    .table-footer.txt-center {
        margin-top: 0px;
    }
	.blog-card-content {

    display: block;
}
	.buttons-container.center {
 
    display: block;
}
	.blog-card-content>div {
    width: 100% !important;
    padding: 0px !important;
}
	.energy-plans-container.slick-slider {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.map-description ul {
    flex-wrap: wrap;
}
	.container-fluid.odd.py-5 {
    padding-top: 0px !important;
}

	.providers-slider-container {
    max-width: 100% !important;
    margin: 0 auto;
    width: 350px !important;
}
}

/***********Top menu*****************/
@media (max-width: 1319px) {
 .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
		 top: 0;
    right: 0;
    background: #95c951;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}	
a.w-nav-anchor.level_1 {
        border-bottom: 1px solid #3d3d3d;
}	
header nav.w-nav ul.w-nav-list{
	padding-left:0px!important;
	padding-right:0px!important;
}
header nav.w-nav ul.w-nav-list li.opened .w-nav-list.level_3{
	visibility:visible;
	display:none;
}
header nav.w-nav ul.w-nav-list ul.w-nav-list.level_2{width:100%!important; padding-top:0px!important; padding-bottom:0px!important;border-top: 0px; }
.main-drop ul.w-nav-list.level_2>li:nth-child(1):before{border-left:0px;}
header nav.w-nav ul.w-nav-list .w-nav-arrow:before{color:#fff;}
}