/** Energy block starts **/
.vhp-container {
	margin: 0px;
	padding: 0px;
	max-width: none;
}
#generic-hero-banner-energy {
    height: auto;
    background-repeat: no-repeat;
    max-width: none !important;
    background-size: cover;
}
.banner-container {
	padding: 0px;
}
.align-items-center {
	text-align: center;
}
.cta-block-bg{
	border-radius: 0;
	margin: 0 auto;
	padding: 24px 16px;
}
.white-bg {
	background: rgba(255,255,255,.9);
}
.white-text {
	color: #ffffff !important;
}
.banner-heading-energy {
	margin:0px;
	text-align:center;
	font-weight: 590;
	color: #464646;
}
.energy-baner-description {
	color: #464646;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 22px;
	text-align: center;
	margin:0px;
	padding: 16px 0px 0px 0px;
  }

.select-input {
	text-align: center;
	padding: 24px 0px 0px 0px;
}
.cta-button-primary, .cta-button-secondary {
    padding: 16px;
	min-width: 216px;
	margin:0 12px;
	width: auto;
}

.energy-imput {
    box-sizing: border-box;
    width: 350px;
    border-radius: 3px;
    background-color: #FFFFFF;
    padding: 12px 10px;
    transition: 0.25s;
    outline: none;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #464646;
	border: 1px solid #b6b6b6;
}
#energyButton{
	border:none;
	height: 50px;
}
/* .energy-imput:focus{
	 border: 1px solid var(--main-theme-color) !important; 
} */

.prefer-call {
	text-align: center;
	padding: 24px 0px 0px 0px;
}
.prefer-call-text {
	padding:0px;
	margin:0px;
	color: #464646;
	font-size: 18px;
	letter-spacing: 0.23px;
	line-height: 22px;
	text-align: center;
}

.hero-preposition {
	padding: 24px 0 0 0;
}
.preposition-list {
	list-style-type: none;
	display: inline-block;
	padding:0px;
	margin: 0px 0 0 0;
}
.preposition-list-item {
	color: #464646;
	text-align: left;
	margin: 0px !important;
	line-height: 22px;
}
.preposition-list-icon {
	height: 13px;
	padding: 0 6px 0 0;
}
.logo-separator{
	background-color: #00000080;
	width: 1px;
	height: 30px;
	padding: 0px;
	vertical-align: middle;
	margin: 0px 20px;
}
.call-number-energy {
	text-decoration: underline;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.23px;
	line-height: 22px;
	text-align: center;  
}
.call-number-energy:hover {
	text-decoration: none;
}

.cta-margin-field input{
	width: 120px;
}

.input-container-enrgy{
	width: 350px;
}
.energy-form{
	display: inline-flex;
}

/* POSTCODE */
#suggestBoxElement{
	display:none; 
	background:#fff; 
	color:#424a53; 
	z-index:999; 
	position:absolute; 
	width:106.1%; 
	padding:10px; 
	max-height:250px;
	overflow: auto;
	border: 1px solid #b6b6b6;
	border-top: none;
	margin-top: -1px;
	z-index: 999;
}
.suggestions{
	padding:5px 0 5px 5px;
	text-align: left;
	text-transform:capitalize;
}
.suggestionMouseOver{
	padding:5px 0 5px 5px; 
	cursor:pointer; 
	background:#eee; 
	color: var(--main-theme-color);
	text-align: left;
	text-transform:capitalize;
}
#clearbox_btn:hover{color:#ff9006;}


.input-postcode-energy {
	position: relative;
	margin-right: 20px;
}
#clearbox_btn {
	position: absolute;
	right: 8px;
	top: 12px;
	font-size: 16px;
	cursor: pointer;
	z-index:98;
}

.grey-text {
	color: #464646;
}

.start-select-link:disabled {
    opacity: .6;
    cursor: no-drop;
}
.cnh_error .energy-imput
{
	border:2px solid #D93900;
}
.energy_address_error
{
	color: #D93900;
	text-align:center;
}
/* Mobile styles here */
@media (max-width: 767px) {
	.banner-container {
		padding: 48px 16px;
	}
	.cta-block-bg {
		padding: 0px;
	}
	.white-bg {
		background-color: #F1F1F1;
		padding: 0px 16px;
	}
	.hero-logo-item {
		height: 54px;
	}
	.energy-imput{
		width: 100%;
	}
	.select-input {
		margin-right: 20px;
		margin-left: 20px;
	}
	#suggestBoxElement{
		width: 100%;
	}
	.prefer-call{
		padding: 24px 0px 0px 0px;
	}
	.select-input .start-select-link {
		width: 100%;
		margin: 0 0 8px 0;
		border: none !important;
		box-shadow: none !important;
	}
	.hero-preposition {
		padding: 24px 0px 0px 0px;
	}
	.preposition-list {
		margin: 0px;
	}
	.logo-separator {
		margin: 0 15px;
	}
	.hero-logos {
		width: 100%;
		display: flex;
		justify-content: center;
		row-gap: 16px;
		align-items: center;
	}
	.logo-link {
		max-width: 85px;
	}
	.hero-logo-item {
		width: 100%;
	}
	.select-input{
		margin-left: 0px;
		margin-right: 0px;
	}
	.select-input .start-select-link{
		margin-top: 24px;
		margin-bottom: 0px;
		width: 216px;
	}
	.preposition-list-item{
		color: #464646;
	}
	.energy-form {
		display: inherit;
	}

	.input-container-enrgy {
		width: auto;
	}
	.input-postcode-energy {
		margin-right: 0px;
	}
	
}

/* Tablet styles here */
@media (min-width: 768px) and (max-width: 1024px) {
	.cta-button-primary, .cta-button-secondary{
		padding: 16px !important;
		min-width: 174px !important;
		line-height: normal !important;
		margin: 0px 4px !important;
	}
	.select-input .start-select-link{
		margin-top: 24px;
		margin-bottom: 0px;
	}
	.energy-imput{
		width: 100%;
	}
	#suggestBoxElement{
		width: 100%;
	}
	.banner-container {
		padding: 48px 16px;
	}
}