
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap" rel="stylesheet');

:root {
	--theme-color: #EB0C17;
	--hover-color: #2d536e;
	--theme-body-color: #150202;
	--theme-body-font-family: "DM Sans", serif;
}

/*var(--theme-color);*/

html {
	font-family: var(--theme-body-font-family);
	height: 100%;
}

body {
	font-family: var(--theme-body-font-family);
	color: var(--theme-body-color);
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.3;
}

.wrapper {
	min-height: 100%;
	position: relative;
}

.header {
	padding: 1rem 0;
	background-color: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.main {
	padding: 60px 0 90px 0;
}

.footer {
	background-color: #90051B;
	padding: 0.5rem;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.fw-semi-bold {
	font-weight: 600;
}

.table-price {
	font-size: 3rem;
}

	.table-price span {
		font-size: 1.5rem;
		font-weight: normal;
	}

.text-theme {
	color: var(--theme-color);
}

.text-maroon {
	color: #90051B;
}

.btn-theme-sm {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
	padding: 0.3rem 1.5rem;
	white-space: nowrap;
	font-weight: normal;
	border-radius: .3rem;
}

	.btn-theme-sm:hover {
		background-color: #333;
		border-color: #333;
		color: #fff;
	}

.btn-theme {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
	padding: 0.75rem 1rem;
	white-space: nowrap;
	font-weight: 700;
	border-radius: 1rem;
}

	.btn-theme:hover {
		background-color: #fff;
		border-color: var(--theme-color);
		color: var(--theme-color);
	}

.btn-theme-reverse {
	background-color: #fff;
	border: 2px solid #E0E0E0;
	color: var(--theme-color);
	padding: 0.75rem 2rem;
	white-space: nowrap;
	font-weight: 700;
	border-radius: 1rem;
}

	.btn-theme-reverse:hover {
		background-color: var(--theme-color);
		border: 2px solid var(--theme-color);
		color: #fff;
	}

.btn-theme .icon-btn {
	display: flex;
	margin-left: 10px;
	font-size: 16px;
	width: 22px;
	height: 22px;
	color: var(--theme-color);
	background-color: #fff;
	padding: 1px 0 0 1px;
	float: right;
}

.btn-theme:hover .icon-btn {
	color: #fff;
	background-color: var(--theme-color);
}

.icon-btn {
	position: relative;
	overflow: hidden;
	display: inline-grid;
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background-color: var(--theme-color);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	text-decoration: none;
	border: 0;
	padding: 0;
}

	.icon-btn:hover {
		background-color: #333;
	}

	.icon-btn i {
		display: flex;
		justify-content: end;
		align-items: center;
		transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
	}

		.icon-btn i:hover {
			/*    transform: translateX(8px);*/
		}

.card-theme {
	border: 1px solid #DEDDC39D;
	border-radius: 1.5rem 0px;
	box-shadow: 0px .5rem 1rem #1D010124;
}

.card-box {
	border: 1px solid #DEDDC39D;
	border-radius: 1rem;
	box-shadow: 0px .5rem 1rem #1D010124;
	transition: all .4s ease-in-out;
}

.card-box-bottom {
	border: none;
	padding: 20xp 0;
	background-color: #F4F2E265;
	color: var(--theme-body-color);
}

	.card-box-bottom a {
		text-decoration: underline;
		color: var(--theme-body-color);
	}

		.card-box-bottom a:hover {
			text-decoration: none;
			color: var(--theme-body-color);
		}


/*.card-box:hover{
	transform: translateY(-5px);
}*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
}

.fs-medium {
	font-size: 1.25rem !important; /* 20px */
}

.btn-header {
	border: 2px solid #E0E0E0;
	border-radius: 12px;
	font-weight: 600;
	color: var(--theme-color);
	background-color: #fff;
	white-space: nowrap;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

	.btn-header:hover {
		border: 2px solid var(--theme-color);
		font-weight: 600;
		color: #fff;
		background-color: var(--theme-color);
	}

.page-title {
	background-color: #90051B;
	color: #fff;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

/*@media (max-width: 576px) {
	.page-title {
		padding: 50px 1.5rem;
	}
}*/


.progress-bar {
	background-color: var(--theme-color);
}

.step-container {
	position: relative;
	text-align: center;
	transform: translateY(-50%);
}

.step-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid var(--theme-color);
	line-height: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer; /* Added cursor pointer */
}

.step-line {
	position: absolute;
	top: 16px;
	left: 50px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: var(--theme-color);
	z-index: -1;
}

#multi-step-form {
	overflow-x: hidden;
}







.search-bar {
	position: relative;
}

.search-bar-text {
	position: absolute;
	left: 20px;
	top: 20px;
	border-right: 2px solid #CECECE;
	padding-right: 10px;
	font-weight: 600;
}

.search-bar-btn {
	position: absolute;
	right: 10px;
	top: 10px;
}

.search-bar-input {
	width: 100%;
	border-radius: 38px;
	border: 1px solid #CECECE;
	padding: 12px 0;
	font-size: 1.4rem;
	box-shadow: 0px 3px 36px #00000029;
	text-indent: 140px;
}
@media (max-width: 375px) {
	.search-bar-input {
		font-size: 1.1rem;
		padding: 16px 0;
	}
}

.accordion-button {
	padding: .5rem;
	border-bottom: 1px solid #ccc;
	font-weight: 600;
	font-size: .875em;
}

	.accordion-button:not(.collapsed) {
		background-color: transparent;
	}

		.accordion-button::after,
		.accordion-button:not(.collapsed)::after {
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff0000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
			width: 0.8rem;
			height: 0.8rem;
			background-size: 0.8rem;
		}

.accordion-body {
}

.form-control-lg,
.form-select-lg {
	padding: 1rem 1.5rem;
	font-weight: 600;
}

.small-x {
	font-size: 0.625rem; /* 10px */
}

.form-check-input:checked {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.circle {
	width: 65vmin;
	height: 65vmin;
	border-radius: 50%;
	background-color: #F4F2E265;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 3rem;
}

@media (max-height: 912px) {



	.circle h1 {
		font-size: 1.8rem !important;
	}

	.circle .fs-medium {
		font-size: 1rem !important;
	}

	.circle .btn-theme {
		padding: .5rem 1rem;
		font-size: .875em;
	}
}

@media (max-width: 740px) {

	.circle {
		width: 95vmin;
		height: 95vmin;
	}

		.circle h1 {
			font-size: 1.8rem !important;
		}

		.circle .fs-medium {
			font-size: 1rem !important;
		}
}

.full-center {
	height: 86vh;
}


:root {
	--prm-color: #EB0C17;
	--prm-gray: #e0e0e0;
}

/* CSS */
.steps {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 2rem;
	position: relative;
}

.step-button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #acacac;
	background-color: #fff;
	transition: .4s;
}

	.step-button i {
		color: #acacac;
		font-size: 1.5rem;
	}

	.step-button[aria-expanded="true"] i {
		color: var(--prm-color);
	}

	.step-button[aria-expanded="false"].step-button.done i {
		color: #fff;
	}

	.step-button[aria-expanded="true"] {
		border: 2px solid var(--prm-color);
		background-color: #fff;
		color: var(--prm-color);
	}

.done {
	background-color: var(--prm-color);
	color: #fff;
	border: 2px solid #fff;
}

.step-item {
	z-index: 10;
	text-align: center;
}

#progress {
	-webkit-appearance: none;
	position: absolute;
	width: 95%;
	z-index: 5;
	height: 3px;
	margin-left: 18px;
	margin-bottom: 18px;
}

	/* to customize progress bar */
	#progress::-webkit-progress-value {
		background-color: var(--prm-color);
		transition: .5s ease;
	}

	#progress::-webkit-progress-bar {
		background-color: var(--prm-gray);
	}


/* CHECK BOX */


.theme-check-box input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}

.theme-check-box label {
	position: relative;
	cursor: pointer;
}

	.theme-check-box label:before {
		content: '';
		background-color: transparent;
		border: 2px solid red;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
		padding: 10px;
		display: inline-block;
		position: relative;
		vertical-align: middle;
		cursor: pointer;
		margin-right: 5px;
		border-radius: 50%;
	}

.theme-check-box input:checked + label:before {
	background: red;
}

.theme-check-box input:checked + label:after {
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	left: 9px;
	width: 6px;
	height: 14px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}


/* Toggle  */

.Theme-btn-group {
	background-color: #eeeeee; /* Light grey background */
	border-radius: 999px; /* Fully rounded edges */
	padding: 2px;
}

	.Theme-btn-group .btn {
		border: none;
		background: transparent;
		color: black;
		border-radius: 999px;
		padding: 5px 20px;
		transition: all 0.3s ease;
	}

	.Theme-btn-group .btn-check:checked + .btn {
		background-color: var(--theme-color); /* Red */
		color: white;
	}

	.Theme-btn-group.btn-group > .btn:nth-child(n+3) {
		border-top-left-radius: inherit;
		border-bottom-left-radius: inherit;
	}

	.Theme-btn-group.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
		border-top-right-radius: 999px;
		border-bottom-right-radius: 999px;
	}

.link-dark {
	color: #333;
	text-decoration: underline;
}

	.link-dark:hover {
		color: #333;
		text-decoration: none;
	}
.link-theme {
	color: var(--theme-color);
	text-decoration: underline;
}

	.link-theme:hover {
		color: var(--theme-color);
		text-decoration: none;
	}

.uploader {
	text-align: center;
	padding: 15px;
	height: 200px;
	background-color: #fafafa;
}

div#ShowLoader {
	background: rgba(0, 0, 0, .6);
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999999;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	border: 5px solid #ECF1FE;
	/* Light grey */
	border-top: 5px solid #EB0C17;
	/* Dark Green */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spinloader 2s linear infinite;
	z-index: 1111;
}

#loader-main {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ring {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 16px solid #ECF1FE;
	border-top: 16px solid #EB0C17;
	border-radius: 50%;
	animation: spinloader 2s linear infinite;
}

#loader-main img {
	position: relative;
	width: 50px;
	height: 50px;
	animation: none;
}

@keyframes spinloader {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.AdddressLoader div#loader {
	opacity: 1;
}

.ESIIDLoader div#loader {
	opacity: 1;
}

.AdddressLoader {
	position: relative;
	display: none;
}

	.AdddressLoader div#loader {
		opacity: 1;
		width: 30px;
		height: 30px;
	}

	.AdddressLoader #loader:before {
		border-top-color: #18156e;
	}

.ESIIDLoader {
	position: relative;
	display: none;
}

	.ESIIDLoader div#loader {
		opacity: 1;
		width: 30px;
		height: 30px;
	}

	.ESIIDLoader #loader:before {
		border-top-color: #18156e;
	}

.esiid-search-btn {
	width: 100% !important;
}

.input-validation-error {
	border-color: red;
}


div#EcrodAddressAutoFill, div#EcrodAddressAutoFill_esiid, div#PlanEcrodAddressAutoFill {
	background: #fff;
	overflow-x: hidden;
	margin-top: 0px;
	z-index: 111;
	width: 100%;
	box-shadow: 0px 2px 12px #E0D6F5;
	border: 1px solid #0061BB65 !important;
	border-radius: 5px;
	position: relative;
	margin-top: -28px;
}

div#EcrodAddressAutoFill_esiid {
	margin-top: 0px;
}

#ErcorAddressSearchList .addresssearchmaindiv:nth-child(2n) {
	background: #efecec;
}

.addresssearchmaindiv, .Planaddresssearchmaindiv {
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	cursor: pointer !important
}

.SelectAddress {
	align-self: center;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}


.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
	padding: 6px 10px !important;
	border: 5px solid white !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	background-color: #eee !important;
	cursor: not-allowed !important;
	color: #cdcdcd !important;
}

.datepicker table tr td.active.active {
	background: #EB0C17 !important;
	background-image: none !important;
	border: none !important;
}

.datepicker table tr td.day:hover {
	background: #EB0C17 !important;
	color: #fff !important;
}

.input-group-date {
	border: 1px solid #011A2C;
	border-radius: 10px;
}


	.input-group-date.input-group > .form-control {
		border: none;
		border-radius: 10px 0px 0px 10px !important;
	}

.input-group.date .input-group-text {
	background-color: transparent;
	border-radius: 10px;
	border: 1px solid #0A0514;
}

.input-group-addon {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 10px;
	float: right;
	position: relative;
	top: -45px;
}

.calendar-icon {
	background-image: url('../images/calendar.svg');
	width: 15px;
	height: 16px;
	background-repeat: no-repeat;
	background-size: auto;
}

.date .form-control {
	border-right: none;
}


.form-control:disabled, .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}


.datepicker {
	padding: 1rem 1.5rem !important;
	font-weight: 600;
}

.ccicon {
	position: relative;
	right: 10px;
	width: 51px;
	height: 40px !important;
	float: right;
	top: -53px;
}


.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
	color: #fff;
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}

.FirstLetterCapital {
	text-transform: capitalize;
}

.banner-promo {
	background-color: #90051B;
	z-index: 11111;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
}
.divTable {
	display: table;
	width: 100%;
}
.divTableBody {
	display: table-row-group;
}
.divTableRow {
	display: table-row;
}
.kwh-header-txt {
	background: var(--theme-color);
	color: #FFF;
	text-align: center;
}
.kwh-cell-txt {
	background: rgba(235, 12, 23, 0.3);
	text-align: center;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 6px 10px;
	vertical-align: middle;
}
@media only screen and (min-width: 999px) and (max-width: 1200px) {
	.banner-promo {
		font-size: 12px;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
	.banner-promo {
		font-size: 13px;
	}
}

@media only screen and (min-width: 1px) and (max-width: 999px) {

	.banner-promo {
		font-size: 10px;
		padding: 5px 0;
	}

	.promo-learn-btn {
		float: unset !important;
		display: inline-block;
		font-size: 10px;
		padding: 4px 13px;
	}

	.promo-endyear-txt {
		float: unset;
		display: none;
	}
}
.promo-txt {
 padding-top:10px;
 padding-bottom: 10px
}

.subheaderPlanPage {
	margin-bottom: 4px !important;
	font-weight: 600;
	max-width: 520px;
	margin: 0 auto;
}

.solar-icon {
	background: url('../images/solar.jpg') no-repeat left top / cover !important;
}

.battery-icon {
	background: url('../images/battery.jpg') no-repeat left top / cover !important;
}

.generator-icon {
	background: url('../images/Generatorjpg.jpg') no-repeat left top / cover !important;
}


.solar-battery-gen-card {
	min-height: 110px;
	background: linear-gradient(0deg,#F4F2E2 0%,#FFFFFF 100%)no-repeat padding-box;
	border-radius: 16px 0 16px 0;
	box-shadow: 0 3px 20px #1C010133;
	border: 1px solid #fff;
	padding: 5px 10px !important;
	justify-content: flex-end;
}

.w-btn-wrapper {
	margin: 0.3rem 0;
}

.us-btn-style_6 {
	font-family: var(--h1-font-family);
	font-size: 16px;
	line-height: 1.2 !important;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	letter-spacing: -0.0275em;
	border-radius: 12px;
	padding: 0.8em 2.0em;
	background: #90051B;
	border-color: #90051B;
	color: #fff !important;
}

.us_custom_5939bfc6 {
	font-size: 18px !important;
	margin-left: auto !important;
	border-radius: 50% !important;
	padding: 3px !important;
	text-decoration: none;
	text-align: center;
	display: flex;
	justify-content: end;
	align-items: center;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.us_custom_f2cbf69e {
	font-size: 17px;
	font-weight: 700 !important;
	margin-bottom: 0 !important;
	margin-right: auto !important;
	padding-bottom: 0.3rem !important;
	text-align: left;
}

.w-hwrapper {
	display: flex;
	align-items: flex-end;
}

.vc_column-overlay ~ .vc_column-inner, .vc_column-overlay ~ .wpb_wrapper {
	position: relative;
}

.vc_column-link {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: inherit !important;
}

.solar-battery-gen-card .vc_column-overlay {
	height: 60%;
	top: initial;
	background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#F4F2E2 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
}

@media (max-width: 1400px) {
	.us_custom_f2cbf69e {
		font-size: 14px;
	}

	.solar-battery-gen-card {
		min-height: 90px;
	}
}

.wide-tooltip .tooltip-inner {
	max-width: 300px; /* or any width you need */
	white-space: normal; /* allow wrapping */
}


@media (min-width: 1920px) {
	.container {
		max-width: 1600px;
	}
}