:root {
	--border-color: #ccc;
	--border-hover-color: #236097;
	--border-radius: 5px;
}

.bp > div > div > div> div:not(.order-quote) * {
	color: var(--color);
}

.bp h1,
.bp h2,
.bp h3,
.bp h4,
.bp h5,
.bp h6,
.bp .h1,
.bp .h2,
.bp .h3,
.bp .h4,
.bp .h5,
.bp .h6,
.text-bp,
.bp .field>label,
.bp .form-group label,
.bp .form-group span {
	color: var(--color-alt);
}

.bp .bp-color {
	color: var(--color);
}

.bp .bp-color-alt,
.bp .bp-color-alt *{
	color: var(--color-alt) !important;
}

/* [disabled] {
display: none !important;
}

[disabled] * {
pointer-events: none;
cursor: not-allowed !important;
} */

@media (min-width: 767px) {
	.right-sidebar .sticky{
		position: sticky;
		top: 130px;
		margin: 0;
	}

	.sticky {
		position: sticky;
		top: 0;
		margin: auto -3px
	}

	.sticky[data-package] {
		top: 47.25px;
		margin: 0;
	}
	.decrement-btn, .increment-btn {
		padding: 6px 6.5px;
	}
}

.sticky[data-package]:before {
	content: '';
	background: inherit;
	position: absolute;
	width: calc(100% + 3rem);
	height: calc(47.25px + 1.5rem + 40px);
	z-index: -1;
	bottom: 0;
	transform: translatex(-1.5rem);
}
/* 
.bp-left {
position: sticky;
top: 0;
} */
.right-sidebar-inner .order-summary {
	padding: 24px;
	border-radius: 16px;
	border: 0;
	background: #F8FBFF;
	box-shadow: 0 1px 50px 0 rgba(17, 18, 26, 0.10);
}
.right-sidebar-inner .order-summary .pos-type {
	color: var(--secondary);
}
.bp-border {
	border-style: solid;
	border-width: 1px;
	border-color: var(--border-color)
}

.bp-radius {
	border-radius: var(--border-radius)
}

hr {
	border-bottom: 1px solid var(--border-color);
	width: 100%;
}

.sr-gap {
	gap: 1rem;
}

.upgrades-list hr:last-child {
	display: none;
}

[data-package] {
	display: none;
}
[data-package-type="custom"] .order-summary[data-package="custom"] {
	display: block;
}
[data-package-type="pre-built"] .bp-right.col-lg-8 {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
[data-package-type="pre-built"] .right-sidebar {
	display: none;
}
[data-package-type="custom"] [data-package="custom"]:not([data-status="summary"]),
[data-package-type="pre-built"] [data-package="pre-built"] {
	display: block;
}

/* [data-status],
[data-current-status="summary"] ~ [data-status="customize"]:not([data-status="summary"]) {
display: none;
} */
[data-package-type="pre-built"] [data-current-status="customize"]~[data-status="customize"]:not([data-package="custom"]),
[data-package-type="pre-built"] [data-current-status="summary"]~[data-status="summary"]:not([data-package="custom"]),
[data-package-type="custom"] [data-current-status="customize"]~[data-status="customize"]:not([data-package="pre-built"]),
[data-package-type="custom"] [data-current-status="summary"]~[data-status="summary"]:not([data-package="pre-built"]) {
	display: block;
}
.package-buttons_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 18px 0 40px;
	justify-content: space-between;
}
.package-buttons {
	border-radius: 82px;
	display: flex;
	padding: 16px;
	border: 1px solid #1E1F3B;
	box-shadow: box-shadow: 0px 2px 12px 0px rgba(40, 42, 63, 0.10) inset;
}
.package-btn {
	border: none;
	background-color: transparent;
	color: var(--color);
	background-color: var(--border-color);
	padding: 21px 24px;
	border-radius: 100px;
	font-family: Onest;
	font-size: 14px;
	font-weight: 600;
	line-height: 160%;
}




@media screen and (max-width: 500px) {
	#num_of_stations {
		gap: 12px !important;
	}
}

[data-current-status="customize"] [data-step="customize"],
[data-current-status="summary"] [data-step="summary"] {
	color: var(--color-alt);
}

.upgrades-list>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.upgrades-list>div p {
	flex: 1;
}
.btn-link {
	background-color: transparent;
	padding: 0;
	border: none;
}

.steps {
	display: flex;
	gap: 30px;
	font-size: 20px;
}

.step__btn.active {
	color: var(--color-alt);
}

.bp-form {
	min-height: 44px;
}

form ::placeholder {
	color: var(--color-alt);
	opacity: 1;
	font-size: 14px;
}

.bp form .input input,
.bp form .input textarea,
.bp form .input select {
	border-color: var(--border-color) !important;
	min-height: 40px !important;
	padding: 8px 12px !important;
	width: 100%;
	color: var(--white) !important;
}


.bp form .hs-error-msgs {
	order: 2;
	margin-top: 8px;
}

.bp form .input select * {
	color: var(--secondary) !important;
}
.buttons-wrap {  
	display: flex;
	align-items: flex-end;
	justify-content: end;
}
.button-group:not(.check) {
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 0;
	justify-content: center;
	text-align: center;

	border-radius: 37px !important;
	background: #006AC6 !important;
	padding: 0 16px !important;
	box-shadow: 0px 2px 7px 0px rgba(17, 18, 26, 0.06) inset;
}

.decrement-btn,
.increment-btn {
	height: 100%;
	padding: 12px 16px;
	font-size: 16px;
}
.upgrade-item {
	background-color: transparent !important;
	border: none !important;
	color: var(--color) !important;
	padding: 0 !important;
	text-align: center !important;
	width: 30px !important;
	height: 30px !important;
	min-height: auto !important;
	font-size: 16px;
	font-weight: 600;
}

.upgrade-item:valid {
	color: var(--color-alt) !important;
}
.button-group:not(.check) * {
	color: var(--white) !important;
}
.button-group label {
	margin: 0;
}

/* For webkit-based browsers (Chrome, Safari) */
.upgrade-item::-webkit-inner-spin-button,
.upgrade-item::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

/* For Firefox */
.upgrade-item {
	-webkit-appearance: none !important;
	-moz-appearance: textfield!important;
	appearance: textfield!important;
}

/* For IE 10 and 11 */
.upgrade-item::-ms-clear {
	display: none;
}

/* For Microsoft Edge */
.upgrade-item::-webkit-outer-spin-button,
.upgrade-item::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.pricing-table .row {
	row-gap: 2rem;
}

.pricing-col .bp-border {
	padding: 50px 30px 40px;
	border: 1px solid #6D6D6D;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.pricing-col:hover .bp-border {
	border-color: var(--border-hover-color);
}
.pricing-col .hidden-btn,
.pricing-col .hidden-btn:hover {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent;
	color: transparent;
	font-size: 0;
	border: 0;
	border-radius: 0;
	opacity: 0;
	z-index: 1;
}
.pricing-col__features ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 2rem;
}
.pricing-col__features ul li {
	margin: 0;
	padding: 0;
	position: relative;
	padding-left: 32px;
	min-height: 22px;
	color: var(--color-alt);
	font-size: 1rem;
}

.pricing-col__features ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20xmlns%3D'http://www.w3.org/2000/svg'%3E%3Cg%20id%3D'SVGRepo_iconCarrier'%3E%3Cpath%20d%3D'M4%2012.6111L8.92308%2017.5L20%206.5'%20stroke='%23ffffff'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
}

.pricing-col__price {
	font-size: 3rem;
	display: inline-block;
	margin-bottom: 1rem;
}
.pricing_col_month__price {
	font-size: 18px;
}
.col-name {
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 12px;
}

.strikeout {
	text-decoration: line-through;
}

.build-and-price .btn {
	background-color: transparent;
	border-color: var(--border-color);
	color: var(--color-alt);
	border-radius: var(--border-radius);
	min-width: 0 !important;
	font-size: 14px !important;
	line-height: 160% !important;
	padding: 12px 24px !important;
	margin-top: 24px;
}

.build-and-price .btn:hover {
	border-color: var(--border-hover-color);
	background-color: transparent;
	color: var(--color-alt);
}

.btn-block,
.hs_submit {
	width: 100%;
	justify-content: center
}

div#progress-form {
	position: relative;
	/*     z-index: 1; */
}


.bp-form .hs-form-field {
	margin: 0;
	position: relative;
}

.bp-form .hs-error-msgs {
	position: absolute;
	bottom: 0;
	transform: translateY(calc(100% + 10px));
}
.bp-form .hs-error-msgs label {

	font-size: .75rem;
}
.bp-form .hs-error-msgs:nth-of-type(2) {
	transform: translateY(calc(100% + 25px));
}



.bp-form .hs_submit.hs-submit {
	display: none;
}


.hide {
	display: none;
}

.show {
	display: flex;
}

.upgrade-card img {
	max-width: 97px;
	height: auto;
}

.upgrades-list,
.discount-list {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-top: 8px;
}
.summary-wrapper hr {
	margin-bottom: 24px;
	border-color: #A3D5FF;
}

.edit-btn {
	font-size: 12px;
	margin-left: 18px;
}
.bp-color-alt.upgrade-amount {
	font-size: 20px;
	font-weight: bold;
}
.upgrades-list .upgrade-type,
.discount-list {
	font-size: 1rem;
}

.upgrade-card {
	align-content: center;
	align-items: center;
}

.upgrade-card fieldset {
	width: auto;
	min-width: 30px;
}
.upgrades-grid {
	margin-top: 40px;
}
.upgrades-grid[disabled] {
	opacity: .5;
	pointer-events: none;
}
.upgrades-grid[disabled] .summary-quote {
	display: none;
}
.build-and-price .details-group {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.build-and-price .details_tabs {
	display: none;
}
.build-and-price .details {
	align-items: normal;
	border-radius: 16px;
	position: relative;
	padding: 40px 32px;
	transition: height .3s ease-in-out, border-color .1s ease-in-out;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	transition: height .3sease-in-out, border-color .1sease-in-out;
	flex-direction: column;
	box-shadow: 0 1px 50px 0 rgba(17, 18, 26, 0.10);
}
.bldnprc_top_card_circle {
	content: '';
	width: 22px;
	height: 22px;
	border: 1px solid #474747;
	border-radius: 50%;
	margin: 0;
	background: transparent;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: 10px;
}

.bldnprc_top_card_circle {
	top: 50%;
	transform: translateY(-50%);
	left: 1rem;
}
.bp-radio [type=radio]:checked + span .bldnprc_top_card_circle:after {
	content: '';
	width: 12px;
	height: 12px;
	background: var(--secondary);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.build-and-price .details_btn:hover,
.build-and-price .details_btn.active {
	/*     background: var(--secondary);
	color: #FFF !important; */

	background-color: var(--primary);
}
.build-and-price .details_btn * {
	color: inherit !important;
}
.build-and-price .details__summary .title_wrp {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	width: 100%;
	padding-right: 110px;
}
.build-and-price .details__summary {
	gap: 1rem;
	list-style: none;
	outline: 0;
	position: relative;
	transition: color .3s ease-in-out;
	cursor: pointer;
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.bnp_item {
	padding: 0.5rem 0rem;    
}
.build-and-price .details__summary_img {
	margin: auto 0;   
}
.build-and-price .details__content {
	position: relative;
	width: 100%;
	margin-top: 16px;
}
.build-and-price .details__content, .build-and-price .details__content * {
	/*     color: var(--secondary) ! IMPORTANT; */
}
.build-and-price .details__summary::-webkit-details-marker {
	display: none;
}

.build-and-price .details__summary::-webkit-details-marker {
	display: none;
}

.build-and-price .details__summary h3 {
	font-weight: 600;
	line-height: 1.43;
	font-size: 1rem;
}

.bp-radio input[type="radio"] {
	left: -9999px;
	position: absolute;
}

.bp-radio span {
	align-content: center;
	align-items: center;
	color: inherit;
	cursor: pointer;
	display: flex !important;
	flex-wrap: wrap;
	font-size: 1rem;
	height: 100%;
	justify-content: center;
	padding: 8px 16px 8px 3rem;
	position: relative;
	width: 100%;
	z-index: 2;
	color: #F8FBFF;
	font-family: Onest;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
}
.indstry_icons {
	width: 30px;
	height: auto;
	margin-right: 5px;
}
.bp-radio [type="radio"]+span::before {
	border-style: solid;
	border-width: 0px;
	border-color: var(--secondary);
	background: #FFF;
	border-radius: 100px;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
	height: 100%;
	z-index: -1;

	border-radius: 100px;
	background: #F8FBFF;
	box-shadow: 0px 2px 9px 0px rgba(17, 18, 26, 0.06) inset;
}

.bp-radio label:hover [type="radio"]+span::before,
.bp-radio [type="radio"]:checked+span::before {
	border-color: var(--secondary);
	border-radius: 100px;
	background: var(--System-White, #F8FBFF);
	box-shadow: 0px 2px 9px 0px rgba(17, 18, 26, 0.06) inset;

}

.bp-radio label {
	margin-bottom: 0;
	/*     border-radius: 97.317px;
	border: 1px solid #1E1E1E;
	background: #FFF; */
	color: var(--secondary) !important;
	line-height: normal;
	/*     overflow: hidden; */
}

#industry {
	/* 	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(195px, 1fr)); */
	gap: 25px 20px;
	display: flex;
	flex-wrap: wrap;
}

/* #industry span {
align-content: start;
justify-content: start;
} */

.num-of-stations {
	/*     margin-top: 60px;
	padding-top: 35px;
	border-top: 1px solid #353535; */
}
#num_of_stations {
	gap: 16px;
	flex-direction: row;
	flex-wrap: wrap;
}
#num_of_stations label span {

	padding: 12px 32px;
	font-weight: 600;
}
.pricing-tables {
	margin-top: 60px;
}

.order-quote {
	position: fixed;
	background: rgba(0,0,0, .75);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 6rem 1rem;
}

.order-form {
	margin: 0;
	max-width: 620px;
}

.order-form ::placeholder {
	color: inherit;
	opacity: 1;
	font-size: 14px;
}
.step__btn.btn.btn-primary,
.get-quote.btn.btn-primary {
	background: var(--primary);
	border-color: var(--primary);
	color: #F8FBFF;
	font-weight: 600;
	outline: none;
	border-radius: 9999px;
	box-shadow: 0px 1px 50px 0px rgba(17, 18, 26, 0.10);
	min-height: 48px;
}
[data-current-step=summary] [data-status=summary]:not([data-package=pre-built]) {
	display: block;
}
[data-current-step=summary] .order-summary * {
	color: var(--secondary) !important;
}
[data-package-type="custom"] .order-quote .order-summary {
	display: block;
	width: 40%;
	max-width: 620px;
}
.product_count {
	align-items: center;
	background: #FFF;
	color: var(--secondary) !important;
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
	padding: 12px 27px;
	border-radius: 100px;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 600;
	width: auto;
	height: auto;
}
.total_product {
	background: #A3D5FF;
	border-radius: 50%;
	color: var(--secondary) !important;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	top: 8px;
	right: 12px;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	display: none;
}
.total_products {
	align-items: center;
	/*     background: #FFF;
	border: 4px solid var(--primary); */
	border-radius: 82px;
	display: flex;
	/*     height: 96px; */
	justify-content: center;
	position: relative;
	/*     width: 96px; */
	cursor: pointer;
}
.total_products_innr {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--secondary);
	border-radius: 82px;
	width: 64px;
	height: 64px;
}
.total_products .total_product {
	display: flex;
	top: -4px;
	right: -11px;
	width: 30px;
	height: 30px;
	font-weight: 600;
}
.order-quote > .bp-radius {
	border-radius: 1rem;
}
.order-quote .btn-primary-wrapper input.hs-button.primary {
	font-weight: 600;
}
.order-quote .btn-primary-wrapper input.hs-button.primary:not(:hover) {
	color: var(--white) !important;
}
.order-quote .sr-form [type=checkbox]:checked + span:after {
	filter: invert(1);
}
.summary-quote {
	border-radius: 9999px;
	box-shadow: 0px 2px 12px 0px rgba(40, 42, 63, 0.10) inset;
	padding: 16px;
	align-items: center;
	gap: 16px;
	display: inline-flex;
	width: auto;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 99;
}
.total_products .order-summary {
	position: absolute;
	bottom: calc(100% + 50px);
	right: 0;
	width: 500px;
	background-color: var(--secondary);
	border-radius: 1rem;
	padding: 2rem;
	border: 1px solid #2b2d40;
	box-shadow: 0px 1px 50px 0px rgba(17, 18, 26, 0.10);
}
.total_products:hover > .order-summary {
	display: block;
}
.order-summary:before {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	height: 50px;
}
.num-of-stations .heading {
	font-weight: 700;
}
@media (min-width: 992px) {
	.summary-quote.for-mobile-only {
		display: none !important;
	}
}
@media (min-width: 768px) {
	.summary-quote.for-mobile-only{
		display: none !important;
	}
}

@media (max-width: 991px) {
	.order-quote {
		padding: 4rem 1rem;
	}
	[data-package-type="custom"] .order-quote .order-summary {
		width: 100%;
		border-bottom-right-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
		border-bottom: 0 !important;
	}
	[data-package-type="custom"] .order-quote .order-form {
		width: 100%;
		border-top-right-radius: 0 !important;
		border-top-left-radius: 0 !important;        
	}

}

@media (max-width: 767px) {
	.pricing-tables {
		margin-bottom: 24px;
	}
	.summary-quote.for-mobile-only .get-quote {
		width: auto;   
		margin: 0;
		min-height: auto;
		padding: 12px 26px !important;
	}
	.upgrade-card img {
		MAX-WIDTH: 60PX;
	}
	.package-buttons_wrap {
		gap: 1rem;
		margin-bottom: 24px;
	}

	.decrement-btn, .increment-btn {
		font-size: 12px;
	}
	.decrement-btn, .increment-btn {
		padding: 6px 6.5px;
	}
	.button-group:not(.check) {
		width: 100px !important;
	}

	.upgrade-item {
		font-size: 12px;
	}
	.build-and-price .details-group {
		gap: 24px;
	}
	.order-summary hr {
		border-color: #A3D5FF;
	}
	.order-summary p.upgrade-type {
		font-weight: 600;
		margin: 0 !important;
	} 
	.summary-pos-type .heading {
		margin-bottom: 16px;
	}
	.build-and-price .details {
		padding: 24px;
	}
	.product_count {
		padding: 12px 24px;
		font-size: 12px;
	}
	/*     .total_products {
	height: 56px;
	width: 56px;
}
	.total_products_innr {
	height: 39px;
	width: 39px;
}
	.total_products .total_product {
	font-weight: 500;
	height: 26px;
	right: -5px;
	top: -5px;
	width: 26px;
}
	.total_products svg {
	width: 22px;
	height: 22px;
} */
	#num_of_stations {
		gap: 8px;
	}
	#num_of_stations label span {
		padding: 7px 22px;
	}

	.package-btn {
		font-size: 0.75rem; 
		padding: 8px 12px;
	}
	.summary-quote.for-mobile-only {
		width: 100%;
		left: 0;
		border-radius: 0px;
		bottom: 0;
		padding: 24px;
		justify-content: space-between;
		align-items: center;
	}
	.summary-quote.for-mobile-only .pos-type {
		margin: 0;
		font-size: 16px;
	}
}

@media (max-width: 599px) {
	.total_products .order-summary {
		bottom: calc(100% + 30px);
		width: 300px;
	}
	.summary-quote {
		bottom: 20px;
		right: 20px;
	}
	.get-quote.btn.btn-primary {
		min-height: 50px;
	}
	.total_products_innr {
		height: 50px;
		width: 50px;
	}
	.total_products .total_product {
		right: -11px;
		top: -4px;
		font-size: 11px;
		width: 26px;
		height: 26px;
	}
	.product_count {
		padding: 6px 16px;
		font-size: 14px;
	}

}

@media (max-width: 399px) {
	.button-group:not(.check) {
		width: 100% !important;
	}
}


@media (min-width: 992px) {
	[data-package-type="custom"] .order-quote .order-summary {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		border-right: 0 !important;
	}
	[data-package-type="custom"] .order-quote .order-form {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;        
	}
}

@media (max-width: 767px) {
	.tabber_item .button-group:not(.check):not(.clicked) {
		width: 60px !important;
	}
	#notification {
		display: none;
	}
}
.tabber_item .button-group:not(.check):not(.clicked) > label,
.tabber_item .button-group:not(.check):not(.clicked) > .decrement-btn.btn-link {
	display: none;
}

.num-of-stations>.heading {
	color: var(--white) !important;
}