/*
Theme Name: Divi Child Theme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.29.3
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Child Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
template: Divi
*/
.newsletter {
	display: none;
}
body {
	color: #333;
	font-family: "Open Sans",sans-serif !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
}
a {
	color: #e30613;
	text-decoration: none;
}
.align_center {
	text-align: center;
}
.align_justify p {
	text-align: justify;
}
h1, h2, h3, h4, h5 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;	
	color: #222;
}
h2 {
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 45px;
}
h3 {
	font-size: 29px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 40px;
}
.et_pb_row {
	padding: 10px 0px  !important;
}
.et_pb_widget a{color:#fff !important; font-weight:bold !important;}
/**************  Header  *****************/

#top-header .container {
	padding-top: 0px;
}
#et-info {
	padding: 8px 0px;
}
#top-menu li {
    display: inline-block;
	padding-right: 0px;
}
#et-info {
    float: right;
}
#et-secondary-menu {
	float: left;
	padding: 10px 0px 0px;
}
#et-info-phone::before {
	top: 0px;
	font-size: 15px;
}
p.tag-line {
    font-size: 16px;
}
span#et-info-email {
    display: none;
}
#et-info-phone {
    margin-right: 13px;
    font-size: 19px;
    font-weight: 800;
}
#mobile_menu {
	display: block !important;
	min-height: 100vh;
	top: 0;
	border-top: none;
	padding-top: 80px;
	z-index: 9998;
}
.mobile_nav.closed #mobile_menu {
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transform-origin: right;
	-webkit-transform-origin: right;
	background: #fff;
	transition: .8s ease-in-out !important;
}
.mobile_nav.opened #mobile_menu {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform-origin: right;
	-webkit-transform-origin: right;
	background: #f1f1f1;
	transition: .8s ease-in-out;
}
.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
	color: #303030;
}
.et_mobile_menu li a {
	color: #303030;
}
#mobile_menu {
	display: block !important;
	min-height: 100vh;
	top: 0;
	border-top: none;
	padding-top: 80px;
	z-index: 9998;
}
.mobile_nav.closed #mobile_menu {
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	transform-origin: right;
	-webkit-transform-origin: right;
 	background: #fff;
	transition: .8s ease-in-out !important;
}
.mobile_nav.opened #mobile_menu {
 	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
 	transform-origin: right;
	-webkit-transform-origin: right;
 	background: #f1f1f1;
	transition: .8s ease-in-out;
}
.mobile_nav.opened .mobile_menu_bar:before {
 	content: "\4d";
	color: #303030;
}
.et_mobile_menu li a {
	color: #303030;
}
.et_header_style_left .logo_container {
	width: auto;
}
#logo {
	max-height: 75%;
	  /*  padding-bottom: 15px; */
}
#et-top-navigation {
	padding-top: 0px !important;
	padding-left: 0px !important;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding: 34px 9px !important;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #222;
}
#top-menu li.current-menu-item > a {
	color: #e30613;
}
#top-menu-nav > ul > li > a:hover {
	opacity: 1;
	color: #e30713 !important;
}
.home_page {
	display: none !important;
}
.et_header_style_left #et-top-navigation nav > ul > li.apply-btn > a {
	padding: 6px 14px !important;
	border-radius: 5px;
	border: 2px solid #f07f00;
	color: #f07f00;
	line-height: 20px;
	font-size: 15px;
}
.et_header_style_left #et-top-navigation nav > ul > li.apply-btn > a:hover {
	background-color: #e30713;
	border: 2px solid #e30713;
	color: #fff !important;
}

/************  End Header  ***************/

/**************  Home Page  *****************/

.banner_sec .et_pb_slide {
	padding: 0px !important;
}
.banner_sec .et_pb_bg_layout_dark .et_pb_slide_description {
	width: 50%;
	margin-left: 0px;
	padding-top: 17%;
	padding-bottom: 15%;
}
.banner_sec .et_pb_slide_title {
	font-size: 40px;
	color: #222 !important;
	text-shadow: none;
	font-weight: 600;
	line-height: 50px;
	text-transform: capitalize;
	padding-bottom: 12px;
	margin-bottom: 0px;
}
.banner_sec .et_pb_slide_content {
	color: #111;
	text-shadow: none;
	font-size: 25px;
	line-height: 35px;
}
.banner_sec .et_pb_slide_content .site_btn {
	margin-top: 20px;
}
.banner_sec .et_pb_button_wrapper .et_pb_button {
	background-color: #e30613;
	border: none !important;
	font-size: 17px !important;
	letter-spacing: 0.5px !important;
	padding: 7px 18px !important;
	transition: all 0.5s;
}
.banner_sec .et_pb_button_wrapper .et_pb_button:hover {
	background-color: #222;
	color: #fff !important;
}
.banner_sec .postcode-search {
	margin-top: 25px;
}
.get_benefit_row img {
	border-radius: 5px;
}
.eco_list {
	padding: 0px 10px !important;
	list-style: none !important;
}
.eco_list li {
	font-size: 17px;
	line-height: 32px;
	margin-bottom: 0px;
	position: relative;
	padding-left: 30px !important;
	border-bottom: 1px dashed rgb(169, 169, 169);
	padding: 5px;
}
.eco_list li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.eco_list li::before {
	content: "\f058";
	color: #e30613;
	font-family: fontAwesome;
	margin-right: 10px;
	left: 5px;
	position: absolute;
	top: 5px;
}
.box_area {
	border: 3px solid rgba(0,0,0,0.8);
	padding: 20px;
	background-color: rgba(255,255,255,0.7);
	font-size: 17px;
	font-weight: 600;
}
.step_img img {
	width: 80%;
	margin: 0 auto;
}
.site_btn {
	background-color: #fb711f;
	border: 2px solid #fb711f !important;
	font-size: 17px !important;
	letter-spacing: 0.5px !important;
	padding: 12px 28px !important;
	transition: all 0.5s;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
	cursor:pointer;
}
.site_btn:hover {
	background-color: transparent;
	/* color: #fb711f !important; */
}
.site_btn::after {
	content: "\f138";
	font-family: fontAwesome;
	margin-left: .6rem;
	font-size: 1.3rem;
	position: relative;
	top: .15rem;
}
.testi_slide {
	margin-bottom: 0px;
}
.testi_slide .as_slide_content_wrapper {
	margin: 0 auto !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0px 10px 20px;
	border-radius: 10px;
}
.testi_slide .owl-nav .owl-prev {
	top: 30% !important;
	left: -25px !important;
}
.testi_slide .owl-nav .owl-next {
	top: 30% !important;
	right: -25px !important;
}
.testi_slide .et_pb_button {
	border: none;
	padding: 0px !important;
	color: #888;
	font-size: 45px !important;
	line-height: 55px !important;
}
.testi_slide .et_pb_button:hover {
	border: none !important;
	padding: 0px !important;
}
.testi_slide .testimonial-quote {
	font-weight: 600;
	line-height: 24px;
}
.testi_slide .testi_name {
	margin-bottom: 10px;
	font-size: 15px;
	margin-top: 10px;
	color: #e30613;
	font-weight: 600;
}
.testi_slide i {
	font-size: 21px;
	display: inline-block;
	color: #007f4e;
}
.red_text {
	color: #e30613;
	font-weight: 600;
	font-size: 17px;
	line-height: 27px;
}
ul.criteria li {
	counter-increment: currentItem;
	margin-bottom: 10px;
	display: block;
	clear: both;
	position: relative;
	text-align: left;
	line-height: 1.5;
	padding-left: 40px;
}
ul.criteria li::before {
	content: counter(currentItem);
	width: 30px;
	height: 30px;
	margin: 0;
	z-index: 1;
	font-style: normal;
	position: absolute;
	border-radius: 50%;
	background: #e30713;
	top: 0;
	left: 0px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 1.7;
}
.panel_sec .et_pb_column {
	width: 32%;
	margin-right: 2%;
}
.panel_box {
	background-image: linear-gradient(#ef0714,#ac050e);
	padding: 20px 30px;
	min-height: 320px;
	text-align: center;
	border-radius: 20px;
}
.panel_box h4 {
	font-size: 28px;
	color: #fff;
	line-height: 35px;
	font-weight: 700;
}
.panel_box p {
	color: #fff;
	font-size: 17px;
	line-height: 27px;
}
.panel_box .button_link {
	color: #fff;
	font-weight: 600;
}
.newsletters_subscribe h5 {
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
}
.newsletters_subscribe .form-group {
	width: 76% !important;
	margin-right: 4%;
}
.newsletters .row {
	width: 24%;
}
.newsletters_subscribe .form-control {
	color: #111;
	border-radius: 8px;
	padding: 22px 15px;
	border-color: #222;
	width: 100% !important;
}
.newsletters_subscribe .form-control:focus {
	color: #111;
	background-color: #fff;
	border-color: #222;
	outline: 0;
	box-shadow: none;
}
.newsletters_subscribe .newsletters-button {
	padding: 10px 24px !important;
	display: inline-block;
	border-radius: 8px !important;
}
.newsletters_subscribe .btn-primary {
	background-color: #f07f00;
	border-color: #f07f00;
}
.newsletters_subscribe .newsletters-button:focus {
	box-shadow: none !important;
}
.grants_box .et_pb_main_blurb_image {
	width: 50%;
}
.grants_box .et_pb_module_header {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}
.grants_box p {
	font-size: 13px;
	line-height: 22px;
}
.grants_box .grants_btn {
	color: #e30713;
	font-weight: 600;
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
}
.grants_box .et_pb_blurb_container {
	padding-left: 28px;
}
.postcode_area h3 {
	color: #fff;
	font-size: 23px;
	margin-bottom: 0px !important;
}
.postcode-search {
border-radius: 10px;
	margin: 0;
	color: #FFF;
	overflow: hidden;
}
.postcode-search form {
	border: none;
	border-radius: 5px;
	float: left;
	width: 100%;
}
.postcode-search input {
	margin-bottom: 0;
	border-radius: 0 !important;
	border: none;
	box-shadow: none;
	height: 60px;
	font-size: 15px;
	line-height: 1.2rem;
	width: 100%;
	padding: 10px 15px;
}
.small-10 {
	width: 74%;
	float: left;
	height: 60px;
}
.small-2 {
	width: 26%;
	float: right;
	height: 60px;
}
.postcode-search .button {
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	height: 60px;
	position: relative;
	border: none;
	width: 100%;
	background-color: #f07f00;
	color: #fff;
}
.postcode-search .button .fa {
	line-height: 60px;
	font-size: 20px;
	position: absolute;
	left: 43%;
	top: 0;
}
.articles_area .post-content {
	display: none;
}
.articles_area .entry-title {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0px;
}
.articles_area .entry-featured-image-url {
	margin: 0px;
}
.articles_area .et_pb_image_container {
	margin: 0px 0px 10px;
}
.articles_area article {
	padding: 0px !important;
	border: none !important;
}
.postcode-search.bottom-search {
    width: 100%;
}
.et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    color: #d40611;
}
.rpwd-recent-post__title {
    margin: 0px 0 5px 0 !important;
    color: #000;
    font-size: 16px;
    line-height: 21px;
}
.et_pb_widget a {
	color: #232323;}

/************  End Home Page  ***************/

/****************  Footer  *****************/
.footer-widget h4 {
	margin-bottom: 10px;
}
#main-footer {
	background-color: #e30713;
	padding: 0;
}
.widget_nav_menu {
	margin-bottom: 5px !important;
}
#menu-footer-menu li::before {
	display: none;
}
#menu-footer-menu {
	text-align: center;
	display: inline-block;
	width: 100%;
}
#menu-footer-menu li {
	padding: 0px !important;
	margin: 5px 17px;
	font-size: 13px;
	display: inline-block;
}
.footer_text {
	font-size: 14px;
	line-height: 24px;
}
#footer-widgets {
	padding: 40px 0 30px;
}
.et_pb_gutters3 .footer-widget {
	margin-bottom: 0;
}
#footer-info {
	float: left;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	width: 100%;
}
#footer-bottom {
	padding: 6px 0px 6px;
	background-color: transparent;
	border-top: 1px solid #fff;
}
#main-footer{
	background-image: linear-gradient(#ef0714,#ac050e);
}
.footer-widget h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}
.footer-widget li:before{
	border-color: inherit;
}
p.post-meta {
    display: none;
}
#footer-widgets .footer-widget li:before {
    position: inherit;;
    top: inherit;;
    left:inherit;;
    border-width: inherit;;
    border-style: inherit;;
    -webkit-border-radius: inherit;;
    -moz-border-radius: inherit;;
    border-radius: inherit;;
    content: "";
}
#footer-widgets .footer-widget li{
	padding-left: 0px;
}
#commentform input[type="email"], #commentform input[type="text"], #commentform input[type="url"], #commentform textarea {
	border: 1px solid #b9b7b7;
	color: #999;
	background-color: #eee0;
	width:100%;
}
.form-submit {
	text-align:left;
}
.form-submit .et_pb_button{
	color: #ef7701;
}
.comment-form-url {
	display: none;
}
.comment-form-cookies-consent{
	display: none;
}
#main-content .container:before{
	background-color: #ffffff;
}
.et_pb_toggle:nth-child(odd) {
    background: #f9f8f6;
}
.et_pb_toggle_close {
    padding: 20px;
    background-color: #ffffff;
}
.et_pb_toggle_title:before{color: #e30713;}
/**************  End Footer  ***************/

.all_blogs .et_pb_post .entry-featured-image-url {
	width: 34%;
	float: left;
	height: 224px;
	margin-right: 30px;
	margin-bottom: 0;
	overflow: hidden;
	border: 2px solid rgba(0,0,0,0.1);
}
.all_blogs .et_pb_post .entry-featured-image-url img {
	height: auto;
}
.all_blogs .et_pb_post .entry-title {
	float: left;
	width: 63%;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 5px;
}
.all_blogs .et_pb_post .post-meta {
	float: left;
	width: 63%;
}
.all_blogs .et_pb_post .post-content p {
	color: #222;
	font-size: 15px;
	line-height: 25px;
}
.all_blogs .et_pb_post .post-content {
	width: 60%;
	float: left;
}
.all_blogs .et_pb_post .more-link {
	background-color: #f07f00;
	display: inline-block !important;
	padding: 7px 25px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 15px;
	transition: all 0.5s;
	border-radius: 6px;
}
.all_blogs .et_pb_post .more-link:hover {
	background-color: #e30713;
	color: #fff !important;
}
.request_form1 {
	width: 100%;
	padding: 6px 10px !important;
	margin-bottom: 5px !important;
	color: #222 !important;
	border: 1px solid #222 !important;
}
.request_form2 {
	width: 100%;
	padding: 6px 10px !important;
	margin-bottom: 5px !important;
	color: #222 !important;
	border: 1px solid #222 !important;
	height: 100px;
}
.request_form3 {
	padding: 7px 23px;
	background-color: #f07f00;
	border: none !important;
	font-size: 15px !important;
	letter-spacing: 0.5px !important;
	transition: all 0.5s;
	color: #fff;
	border-radius: 10px;
	display: inline-block;
}
.request_form3:hover {
	background-color: #222;
	color: #fff !important;
}
.et_pb_widget ul li {
	font-size: 14px;
	line-height: 23px;
}
.et_pb_widget li a:hover {
	color: #e30713;
}
.widgettitle {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #f07f00;
    border-color: #f07f00;
	 font-size: 18px;
}
.pt-cv-wrapper .btn-success.active, .pt-cv-wrapper .btn-success:active, .pt-cv-wrapper .btn-success:hover, .pt-cv-wrapper .open>.dropdown-toggle.btn-success {
    color: #f07f00;
    background-color: #449d4400;
    border-color: #f07f00;
    font-size: 18px;
}
h4.et_pb_toggle_title {
    margin-bottom: 0px;
	    font-weight: 600;
}
.et_pb_toggle {
    border-left: 2px solid #e30713;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 0.55% !important;
}
.process .et_pb_main_blurb_image img {
       width: 100px;
    border-radius: 50%;
    background: #fff;
    display: inline;
    padding: 7px;
    text-align: center;
}
.dPurp {
	padding: 10px 20px;
	border-radius: 20px;
	background-image: linear-gradient(#ef0714,#c90610);
}
.applyButSmall {
	font-size: 16px;
	color: #FFF;
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
	border-radius: 8px;
	float: right;
	margin-top: -2px;
	letter-spacing: .5px;
	padding: 4px 16px;
}
.dPurp ul {
	list-style: none;
	padding: 0px;
}
.dPurp li {
	margin: 0;
	color: #fff;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.dPurp li:last-child {
	border-bottom: none;
}
.applyButSmall a {
    color: #222;
}
.get_benefit_row .et_pb_button_module_wrapper.et_pb_button_0_wrapper.et_pb_button_alignment_center.et_pb_module {
	padding: 10px 10px !important;
}
.side_bar .et_pb_module.et_pb_text.et_pb_text_3.et_pb_bg_layout_light.et_pb_text_align_left {
	margin: 0;
}
.get_benefit_row .et_pb_module.et_pb_image.et_pb_image_1 {
	margin-bottom: 12px !important;
}
.apply_online {
    width: 100%;
}
.apply_online {
	color: #ffffff !important;
	font-size: 18px;
	background-color: #f07f00;
	border: 2px solid #0000;
}
.eco_list1 li {
	line-height: 32px;
	margin-bottom: 2px;
	position: relative;
	padding-left: 24px;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	padding-bottom: 4px;
	font-size: 14px;
	color: #fff;
}
.eco_list1 li::before {
	content: "\f058";
	color: #fff;
	margin-left: -1.3rem;
	font-family: fontAwesome;
	margin-right: 10px;
	left: 21px;
	position: absolute;
	top: 0px;
}
.eco_list1 {
    padding: 0px !important;
    list-style: none !important;
}
.three_box .et_pb_column {
    background-image: linear-gradient(#ef0714,#c90610);
	height: 300px;
	padding: 20px 20px;
	border-radius: 15px;
}
.three_box {
	margin-top: 30px;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding-top: 40px !important;
}
.three_box h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border-bottom: 1px dashed #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.three_box p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

/*******postcode*************/
.boiler_grant_span span {
	border-bottom: 2px solid #e09900;
	padding-bottom: 2px;
}
.boiler_grant_span p {
	float: right;
}
.enter_postal_code_row {
	padding: 0px 25px !important;
	}
.enter_postal_code_row h3 {
	font-size: 23px !important;
	margin: 0px;
	padding: 9px 0px;
	color:#fff;
}
.enter_code_row {
	background-color: #f3f2f0;
	padding: 45px 20px !important;
}
.enter_postal_code_section {
	padding-top: 0px !important;
	background-color: transparent;
	margin-top: -58px;
}
.gba_row {
	padding-bottom: 40px !important;
	padding-right: 9px !important;
	padding-top: 0px !important;
}
.enter_code_row p {
	padding-bottom: 14px !important;
}
/*******End postcode*************/

/******* formpart1 Css*************/
#border_two_color {
    margin-top: 0px;
}
 
#yellow {
    background-color: #802961;
    display: inline-table;
    height: 10px;
    width: 51%;
    left: 0px;
    background-repeat: repeat-x;
    position: absolute;
}
 
#orange {
    background-color: #1A0512;
    display: inline-table;
    width: 50%;
    right: 0px;
    height: 10px;
    background-repeat: repeat-x;
    position: absolute;
}

/*******End CSS formpart1 Css*************/


.gradient_class {
	background-image: linear-gradient(#ef0714,#c90610) !important;
}
.gradient_class .et_pb_row {
	padding: 2% 0px !important;
}
.gradient_class .et_pb_main_blurb_image {
	margin-bottom: 0px;
	}
.over_six {
	background-image: linear-gradient(#ef0714,#c90610);
}
/**********Blog Page************/
	.et_right_sidebar #sidebar {
	padding: 20px;
	background-color: #c8c6c62e;
}
#left-area {
	width: 71%;
	padding-bottom: 23px;
}
#sidebar {
	float: left;
	width: 29%;
}

.et_right_sidebar #left-area {
	padding-right: 3%;
}

.entry-title {
	padding-bottom: 20px;
	color: #222;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 45px;
}

.post_h_content h3 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 25px;
}
#main-content .container:before{width: 0px;}
/***********end Blog Page****************/

.postcode_area {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.postcode_area::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	top: 0;
}

/*******************  Form Css  *****************/
.page_banner {
	background-color: #f07f00;
	padding-bottom: 50px;
}
.page_banner h1 {
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 30px;
	line-height: 40px;
	margin: 0px !important;
}
.heading_area {
	margin-top: -54px;
	padding: 0px !important;
}
.page_banner .et_pb_row {
	padding: 0px !important;
}
.col_1 {
	float: left;
	display: inline-block;
	width: 66.6666% !important;
	padding: 0px 30px;
	margin-right: 0px !important;
}
.col_2 {
	float: left;
	width: 33.33333333% !important;
	display: inline-block;
	padding: 0px 30px;
}
.formBG {
	background-color: #ecebe7;
	/* z-index: -500; */
	overflow: auto;
	border-bottom-style: solid;
	border-bottom-color: #C0BFBB;
	border-bottom-width: 1px;
	padding: 0px !important;
}
.head_box1 {
	background-color: rgb(217, 115, 0);
}
.head_box2 {
	background-color: rgba(203,107,0);
}
.heading_area h3 {
	color: #fff;
	font-size: 22px;
	display: inline-block;
	line-height: 34px;
	padding: 10px 0px;
	margin: 0px !important;
}
.form_box {
	padding: 0px;
	/* background-color: #f3f2f0; */
	/* padding: 30px 20px; */
}
.formPanel {
	padding: 20px 30px;
	overflow: visible;
	z-index: 1;
	background-color: #f3f2f0;
}
.formInfo {
	padding: 20px 30px;
	display: block;
}
.sidebar_box {
	background-color: #ecebe7;
	padding: 30px 20px;
}
.form_head {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 27px;
	color: #222 !important;
}
#regForm .four_box label {
	width: 48%;
}
#regForm label {
	width: 100%;
	display: inline-block;
	border-radius: 7px !important;
	font-weight: 600;
	font-size: 16px;
	background: transparent !important;
}
.post_code label {
	border: none !important;
	margin: 0px !important;
	padding: 0 !important;
}
.post_code label:hover {
	border: none !important;
}
#postcode_lookup { margin-left: 15px; }
.postalcodede { margin-left: 15px; }
#regForm input {
	margin-right: 20px !important;
}

.post_code label input {
	width: 47%;
	margin-right:20px !important;
	display: inline-block;
	border-radius: 7px !important;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 16px;
	background: #fff !important;
	margin-bottom: 14px;
	float: left;
}


.terms_box {
	border: none !important;
}
.terms_box:hover {
	border: none !important;
}
/*.contact_info label {
    width: 48.1% !important;
}*/

#regForm select {
	width: 100%;
	padding: 10px 15px;
	border: none;
	font-size: 15px;
}
#regForm .six_box label {
	width:14%;
}
#regForm #nextBtn {
	margin-top: 8px;
	margin-bottom:8px;
	padding: 12px 35px !important;
}
#regForm .three_box_field label {
	width:31%;
}
#regForm .full_width_label {
	width: 100% !important;
}
.contact_info .field_title {
	padding-bottom: 5px;
}
.contact_info input {
	width: 100%;
	border-radius: 5px;
}
.crossBG {
	background-color: #fbe3e0;
	border-radius: 10px;
	margin-bottom: 0;
	padding-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0;
	display: inline-block;
}
.qualify_area {
	display: inline-block;
	width: 100%;
}
.left_bar {
	width: 25%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	text-align: center;
}
.right_bar {
	width: 75%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.left_bar i {
	font-size: 60px;
	margin-bottom: 10px;
	margin-top: 18px;
	color: #F03929;
	text-align: center;
}
.boiler_plans_area h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px;
}
.cLeft {
	padding: 10px 0px 10px !important;
	    font-size: 17px;
    line-height: 25px;
}
.centAlign {
	text-align: right;
}
.boiler_plans_area ul {
	list-style: none;
	padding: 0px;
}
.boiler_plans_area ul li {
	padding-left: 0px;
	margin-bottom: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
.boiler_plans_area ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #f07f00;
	display: inline-block;
	margin-right: 12px;
}
.boiler_plans_area ul li:last-child {
	border-bottom: none;
}
.qualify_area h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 8px;
}
.qualify_area ul {
	list-style: none;
	padding: 0px;
	margin-top: 20px;
}
.qualify_area ul li {
	padding-left: 0px;
	margin-bottom: 6px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
.qualify_area ul li:last-child {
	border-bottom: none;
}
.qualify_area ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #f07f00;
	display: inline-block;
	margin-right: 12px;
}
.qualify_area i {
	font-size: 60px;
	margin-bottom: 10px;
	margin-top: 18px;
	color: #f07f00;
	text-align: center;
}
.successText {
	color: #66717E;
	border: 2px solid #FFBF27;
	clear: left;
	border-radius: 10px;
	font-size: 15px;
	padding: 17px 20px;
	background-color: #F9F7F2;
	margin-top: 15px;
	display: inline-block;
}
.successText i {
	color: #F0BF1E;
}
.successText a {
	color: #f07f00;
}
.banner_left {
	float: left;
	width: 50%;
}
.banner_right {
	float: right;
	width: 50%;
	text-align: right;
}
.formBut {
	background-color: transparent;
	color: #fff;
	border: none;
	font-size: 17px;
	font-weight: 600;
	margin-top: 60px;
	margin-left: 15px;
	display: inline-block;
}
.popup_area .modal-dialog {
	top: 22%;
}
.popup_area .modal-content {
	text-align: left;
}
.popup_area .modal-title {
	font-size: 22px;
	font-weight: 700;
}
.popup_area .btn-default {
	color: #333;
	background-color: #fff;
	border: 2px solid #f07f00;
	padding: 5px 15px;
	font-weight: 600;
	color: #f07f00;
}
.popup_area .btn-default:hover {
	background-color: #e30713;
	border: 2px solid #e30713;
	color: #fff !important;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: hidden;
}


/*****************  End Form Css  ***************/

.banner_area {
	background-color: rgba(240,127,0,0.2);
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.banner_area h2 {
	font-size: 40px;
	line-height: 50px;
}
.banner_area p {
	font-size: 23px;
	line-height: 33px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.secure_text {
	position: relative;
	padding-left: 24px;
	font-size: 18px;
	line-height: 35px;
	margin-top: 12px;
}
.secure_text::before {
	content: "\f023";
	color: #f07f00;
	font-family: fontAwesome;
	margin-right: 10px;
	left: 4px;
	position: absolute;
	top: 2px;
}
.popup_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.popup_overlay:target {
	visibility: visible;
	opacity: 1;
	z-index: 9999999;
}

.header_popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
	text-align: left;
}
.header_popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.header_popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.header_popup .close:hover {
  color: #06D85F;
}
.header_popup .content {
  max-height: 30%;
  overflow: auto;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], textarea{padding:14px}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}

.et-pb-active-slide .et_pb_slide_description {
    -webkit-animation-name: inherit;
    -moz-animation-name:inherit;
    -ms-animation-name:inherit;
    -o-animation-name: inherit;
    animation-name:inherit;
    -webkit-animation-duration:inherit;
    -moz-animation-duration:inherit;
    -ms-animation-duration: inherit;
    -o-animation-duration: inherit;
    animation-duration: inherit;
    -webkit-animation-timing-function: inherit;
    -moz-animation-timing-function:inherit;
    -ms-animation-timing-function: inherit;
    -o-animation-timing-function: inherit;
    animation-timing-function: inherit;
    -webkit-animation-delay: inherit;
    -moz-animation-delay:inherit;
    -ms-animation-delay: inherit;
    -o-animation-delay: inherit;
    animation-delay: inherit;
    -webkit-animation-fill-mode:inherit;
    -moz-animation-fill-mode: inherit;
    -ms-animation-fill-mode:inherit;
    -o-animation-fill-mode: inherit;
    animation-fill-mode: inherit;
}

.testimonials_slider .as_slide_content_wrapper {
	width: 100% !important;
	max-width: 100% !important;
}
.review .review_star {
	margin-bottom: 2px;
}
/* .review .review_star .fa-star {
	background-color: #90bf3d;
	color: #fff;
	padding: 4px;
	width: 25px;
	height: 25px;
	line-height: 19px;
	text-align: center;
	margin: 1px;
} */
.review .review_star .fa-star {
	background-color: #76d114;
	color: #fff;
	padding: 4px;
	width: 25px;
	height: 25px;
	line-height: 19px;
	text-align: center;
	margin: 1px;
}
.review .review_header {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
}
.review .review_text {
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding-bottom: 6px;
}
.review .review_name {
	font-size: 11px;
	font-weight: 600;
	margin-top: 3px;
	line-height: 20px;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], textarea {
    padding: 2px;
    border: none;
    color: #4e4e4e;
    background-color: #ffffff08;
}
@media (min-width: 768px){

.modal-dialog {
	width: 500px !important;}}
.modal-content {
    position: relative;
	background-color: #ECEBE7 !important;}
.bottom-tab {
    overflow: auto;
    background: #f2f2f2;
    margin-top: 10px;
    border-bottom-style: solid;
    border-bottom-color: #C0BFBB;
    border-bottom-width: 1px;
	    padding: 0px 10px;
}

/************  Boiler installation  *************/
/* .question-heading h1 {
    font-size: 32px;
    text-align: center;
    font-weight: 600;
	    line-height: 55px;
}
span.text-primary {
    color: #e30713;
}

p.sub-head {
    font-size: 20px;
    text-align: center;
    line-height: 53px;
	    font-weight: 600;
    color: #e30713;
}
.sub-head img {
    width: 3%;
	vertical-align: middle;
  padding-right: 6px;
} */
/* .box1 {
    width: 28%;
    margin: 20px;
    height: 300px;
}
.center-box {
    justify-content: center;
    display: flex;
}
.card {
    border: 0;
    box-shadow: 0 29px 14px 0 rgba(0,0,0,.04);
    outline: 3px solid transparent;
    height: 340px;
    margin: 0 0 15px;
    padding: 5px 0 0;
    text-align: center;}
.card {
    background: #fff;
    border: 1px solid #e1e1dd;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    cursor: pointer;
    height: auto;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: outline .3s ease;
}
.card--info:focus:not(.is-selected) .card-icon, .card--info:hover:not(.is-selected) .card-icon {
    color: #fb6058;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    height: 75px;
    transition-delay: .1s;
} */
/* .card-icon {
    color: #fb6058;
    display: block;
     position: relative;
    height: 60px;
    width: 60px;
    margin: 5px;
    transition: padding .3s ease,height .3s ease,margin .3s ease;
    flex: 0 1 60px;
}
.card-icon, .card-icon .icon, .is-selected .card-icon {
    width:100% !important;
 
}
.card-icon .icon {
    width: 100%;
    height: 100%;
    transition: width .3s ease,height .3s ease;
}
.card--info:focus:not(.is-selected) .card-title, .card--info:hover:not(.is-selected) .card-title {
    color: #fb6058;
}
.card-title {
    display: block;
    line-height: 1.25;
    padding: 0 10px;
    line-height: 30px;
} */
/* .card-title {
    display: flex;
    font-size: 1.27778rem;
    font-weight: 400;
    letter-spacing: -.61px;
    line-height: 25px;
    margin: 0;
    padding-left: 5px;
    flex: 1 1;
}
.card--info:focus:not(.is-selected) .card-info, .card--info:hover:not(.is-selected) .card-info {
    font-weight: 300;
    opacity: 1;
    transition-duration: .3s;
    transition-delay: .1s;
}
.card-info {
    display: block;
    padding: 5px 20px;
}
.card-info {
    display: block;
    letter-spacing: -.54px;
    margin: 0;
    opacity: 0;
    padding: 12.5px 18px;
    transition: opacity .1s ease;
    flex: 1 0 auto;
}
.text-info {
    font-size: .88889rem;
} */
/* .card-info-icon {
    border-left: 0;
    height: auto;
    left: 50%;
    bottom: 16px;
    position: absolute;
    right: auto;
    top: auto;
    transform: translateX(-50%);
    width: auto;
    padding: 0;
}
.card-info-icon {
    border-left: 1px solid #e1e1dd;
    color: #e1e1dd;
    display: block;
    right: 0;
    top: 0;
    height: 70px;
    flex: 0 1 50px;
    display: flex;
    align-items: center;
}
.card-info-icon .icon {
    display: block;
    height: 26px;
    width: 26px;
    margin: 0 auto;
} */
/* .card--info:focus:not(.is-selected) .card-select, .card--info:hover:not(.is-selected) .card-select {
    opacity: 1;
}

.card:focus .card-select, .card:hover .card-select {
    opacity: 1;
    background: #fb6058;
    color: #fff;
}
.card--info .card-select {
    opacity: 0;
}

.card-select {
    display: block;
}
.card-select {
    color: #fb6058;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 50px;
    transition: background-color .3s ease;
} */

/************ New Boiler installation  ***********/

.installation_area {
	padding: 50px 0 75px;
	min-height: 78vh;
	background-color: #f6f5f3;
}
.installation_title {
	margin: 0;
	text-align: center;
	letter-spacing: -.01em;
}
.installation_title_headline {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 35px;
	font-weight: 700;
}
.installation_title_headline .text_primary {
	color: #e30713 !important;
}
.screening_help {
	text-align: center;
}
.screening_help_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.screening_help_btn {
	transition: none;
	font-weight: 600;
	background: none;
	border: 0;
	text-decoration: underline;
	color: #e30713;
	margin: 12px auto 0;
}
.screening_help_icon_wrapper {
	border: 2px solid #e30713;
	border-radius: 50%;
	padding: 0 5px;
	height: 24px;
	margin-right: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
}
.screening_answers {
	margin-top: 50px;
}
.question_fields {
	justify-content: center;
}
.question_fields {
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: row;
}
.question_fields .question_col:first-child {
	margin-left: 0;
}
.question_fields .question_mid {
	margin-left: 0;
	padding: 0px 8px;
}
.installation_area .question_col {
	margin-bottom: 10px;
}
.question_fields .question_mid {
	flex-basis: 25.244%;
}
.question_mid {
	flex-grow: 0;
	max-width: 25% !important;
}
#loading_img {
	margin: 0 auto;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 999999;
}
.installation_card {
	border: 0;
	box-shadow: 0 29px 14px 0 rgba(0,0,0,.04);
	outline: 3px solid transparent;
	height: 340px;
	margin: 0 0 15px;
	padding: 5px 0 0;
	text-align: center;
	background: #fff;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: outline .3s ease;
}
.installation_card:focus, .installation_card:hover {
	outline: 3px solid #e30713;
}
.installation_card .card-icon {
	width: 170px;
	height: 170px;
	float: none;
	margin: 30px auto 20px;
	padding: 0;
	display: block;
	position: relative;
	transition: padding .3s ease,height .3s ease,margin .3s ease;
	flex: 0 1 60px;
}
.installation_card:hover:not(.is-selected) .card-icon {
	color: #e30713;
	padding: 0;
	margin-bottom: 10px;
	height: 55px;
	transition-delay: .1s;
	width: auto;
}
.installation_card .card-icon .icon {
	width: auto;
	height: 140px;
	transition: width .3s ease,height .3s ease;
}
.installation_card:hover:not(.is-selected) .card-icon .icon {
	height: 45px;
	width: auto;
}
.installation_card .card-title {
	display: block;
	padding: 0 10px;
	line-height: 30px;
	font-size: 1.27778rem;
	font-weight: 400;
	letter-spacing: -.61px;
	margin: 0;
	flex: 1 1;
}
.installation_card :focus:not(.is-selected) .card-title, .installation_card:hover:not(.is-selected) .card-title {
	color: #e30713;
}
.installation_card .card-info {
	display: block;
	padding: 5px 20px;
	letter-spacing: -.54px;
	margin: 0;
	opacity: 0;
	transition: opacity .1s ease;
	flex: 1 0 auto;
	font-size: 15px;
	line-height: 25px;
}
.installation_card:focus:not(.is-selected) .card-info, .installation_card:hover:not(.is-selected) .card-info {
	font-weight: 300;
	opacity: 1;
	transition-duration: .3s;
	transition-delay: .1s;
}
.installation_card .card-info-icon {
	border-left: 0;
	height: auto;
	left: 50%;
	bottom: 16px;
	position: absolute;
	right: auto;
	top: auto;
	transform: translateX(-50%);
	width: auto;
	padding: 0;
	color: #e1e1dd;
	flex: 0 1 50px;
    display: flex;
    align-items: center;
	color: #e1e1dd;
	flex: 0 1 50px;
	display: flex;
	align-items: center;
}
.installation_card .card-info-icon .icon {
	display: block;
	height: 26px;
	width: 26px;
	margin: 0 auto;
}
.installation_card .card-select {
	opacity: 0;
}
.installation_card .card-select {
	display: block;
	color: #e30713;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 50px;
	transition: background-color .3s ease;
}
.installation_card:focus:not(.is-selected) .card-select, .installation_card:hover:not(.is-selected) .card-select {
	opacity: 1;
}
.installation_card:focus .card-select, .installation_card:hover .card-select {
	opacity: 1;
	background: #e30713;
	color: #fff;
}
.question-nav {
	position: absolute;
	top: 400px;
	left: 10px;
}
.question-nav-back-text a {
	background-color: #fff;
	padding: 20px 40px;
	border: 3px solid #e30613;
	transition:0.4s;
}
.question-nav-back-text a:hover {
	background-color: #e30613;
	color: #fff;
}
.question_five .question_mid {
	flex-basis: 20% !important;
	margin-left: 0px;
	padding: 0px 8px;
	max-width: 20% !important;
}
.number_box .installation_card {
	height: auto;
	padding-top: 0px;
}
.number_box .question_mid {
	flex-basis: 40.244% !important;
	margin: 0px;
	padding: 0px 8px;
	max-width: 33.3% !important;
}
.number_box .card-title {
	font-size: 80px;
	display: inline-block;
	line-height: 90px;
	font-weight: 800;
	color: #ed0714;
	padding: 50px 0px;
}
.number_4box .installation_card {
	height: auto;
	padding-top: 0px;
}
.number_4box .question_mid {
	flex-basis: 25% !important;
	margin: 0px;
	padding: 0px 8px;
	max-width: 33.3% !important;
}
.number_4box .card-title {
	font-size: 80px;
	display: inline-block;
	line-height: 90px;
	font-weight: 800;
	color: #ed0714;
	padding: 50px 0px;
}
.boiler_form_area {
	width: 100%;
}
.boiler_form_area .col-md-6 {
	width: 50%;
	float: left;
	padding: 0px 8px;
}
.boiler_form_area .form_field {
	background-color: #fff;
	width: 100%;
	padding: 12px 15px;
	margin-bottom: 10px;
}
.question-title-subtitle {
	font-size: 16px;
}


/************  End Boiler installation  **************/

.boiler_form_area label .form_field {
	width: 100%;
	display: inline-block;
	margin: 0.8%;
	border: 4px solid #E7E6E1;
	border-radius: 7px !important;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 16px;
	background-color: #fff !important;
	margin-bottom: 10px;
}
.boiler_form_area label .form_field:hover {
	border: 4px solid #f07f00 !important;
}
.boiler_form_area #getaddress_input {
	width: 100%;
	display: inline-block;
	margin: 0.8% 0;
	border: 1px solid #fff;
	border-radius: 7px !important;
	padding: 10px 15px;
	font-weight: 600;
	font-size: 16px;
	background-color: #fff !important;
	margin-bottom: 10px;
}
.boiler_form_area #getaddress_input:focus{
	border:1px solid #fb711f !important;
}
.boiler_form_area label {
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
}
.boiler_form_area .col-md-8 {
	padding: 0px 8px;
}
.boiler_form_area label .form_field:hover {
    border: 1px solid #fff !important;
}
.boiler_form_area #getaddress_button {
    font-size: 19px !important;
    color: #FFF !important;
    padding: 9px 18px !important;
    display: block !important;
    border-radius: 5px !important;
    width: 100%;
    border: 2px solid #FB711F;
    background: #FB711F;
    transition: 0.5s;
	cursor:pointer;
}
.boiler_form_area #getaddress_button:hover {
	    background: transparent;
    color: #FB711F !important;
}
.question_fields strong {
	width: 100%;
}
span.requiredLabel {
    color: #e30713;
    margin-left: 2px;
}
form#regForm .post_code {
    padding: 0 !important;
}
.page-id-35174 form#regForm label:hover {
    border: none !important;
}
form#regForm .form_field {
    background: #fff !important;
    padding: 10px 6px !important;
	border: 1px solid #fff;
}
form#regForm .form_field:focus {
    border: 1px solid #fb711f !important;
}
#regForm select{
	border: 1px solid #fff;
	border-radius:7px;
	background-image: url(https://www.grantboiler.co.uk/wp-content/uploads/2019/09/dropdown.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    background-color: white;
     -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#regForm select:focus{
 border: 1px solid #fb711f;	
}
.from_filed .cLeft {
    color: #36485d!important;
    font-size: 16px;
    font-weight: 600;
}
#getaddress_button{
	margin:20px !important;
}
.post_code label input{
	border:1px solid #fff;
}
.post_code label input:focus{
	border:1px solid #fb711f;
}
#getaddress_button {
  font-size: 19px !important;
  color: #FFF !important;
  padding: 9px 18px !important;
  display: block !important;
  border-radius: 5px !important;
  width: 100%;
  border: 2px solid #FB711F;
	background:#FB711F;
	transition:0.5s;
}
#getaddress_button:hover{
	background:transparent;
	color:#FB711F !important;
}
select::-ms-expand {
    display: none;
}
button#getaddress_button{
	    font-size: 19px !important;
    color: #FFF !important;
    padding: 9px 18px !important;
    display: block !important;
    border-radius: 5px !important;
    width: 48%;
    border: 2px solid #FB711F;
    background: #FB711F;
    transition: 0.5s;
}
button#getaddress_button:hover{
	background: transparent;
    color: #FB711F !important;
}
.contact_field1, .contact_field2 {
    border: 1px solid #dbdbdb !important;
    padding: 10px 10px !important;
    margin-bottom: 10px !important;
    font-size: 15px;
}
textarea.contact_field2 {
    height: 130px;
	margin-bottom:0px !important;
}
.cntct_frm form.wpcf7-form {
    margin-top: 15px;
}
.crossBG .left_bar img {
    width: 120px !important;
    padding: 15px;
}
.qualify_area .left_bar {
    padding-right: 0;
    padding-left: 0;
}
.qualify_area .left_bar img {
    width: 100%;
}

/**************  Responsive  ***************/
@media only screen and (max-width:1280px){
	.question-nav {
    top: 450px;
}
}

@media (max-width: 1200px) {
.secure_text::before {
	left: 55px;
}
}
@media (max-width: 1180px) {
.container {
	width: 100%;
	max-width: 980px;
	padding: 0px 20px !important;
}
	
.et_pb_row {
	width: 100%;
	max-width: 95% !important;
}
.et_pb_slider .et_pb_container {
	width: 100%;
	max-width: 62.5rem;
	padding: 10px 20px !important;
}
.step_img img {
	width: 90%;
}
.testi_slide {
	width: 96% !important;
	margin: 0 auto 30px;
}
.panel_box h4 {
	font-size: 24px;
	line-height: 30px;
}
.panel_box p {
	font-size: 15px;
	line-height: 22px;
}
.panel_box {
	min-height: 280px;
}
.grants_box .et_pb_module_header {
	font-size: 16px;
	margin-bottom: 5px;
}
.grants_box p {
	font-size: 12px;
	line-height: 21px;
}
.postcode_area h3 {
	font-size: 20px;
	line-height: 30px;
}
	.question-nav {
    top: 220px;
}
}
@media (max-width: 1100px) {
.banner_sec .et_pb_bg_layout_dark .et_pb_slide_description {
	width: 60%;
	padding-top: 12%;
	padding-bottom: 12%;
}	
.et_pb_row {
	max-width: 95% !important;
}
}
@media(max-width: 991px) {
.container {
	width: 100% !important;
	max-width: 850px;
}
#logo {
	max-height: 80%;
    padding-top: 10px;
}
.et_header_style_left #et-top-navigation nav > ul > li > a {
	padding: 34px 4px !important;
	font-size: 12px;
}
p.tag-line {
	font-size: 12px;
}
.formBut {
	font-size: 15px;
}
h1.appHead {
	font-size: 21px !important;
	padding-top: 42px !important;
}
.heading_area h3 {
	line-height: 28px !important;
	font-size: 18px !important;
}
.bottom-tab .col-md-8 {
	width: 66%;
}
.bottom-tab .col-md-4 {
	width: 34%;
}
.secure_text::before {
	left: 38px;
}
}
@media(max-width: 980px) {
.secure_text::before {
	left: 35px;
}
.col_1 {
	margin-bottom: 0px !important;
}
#regForm .four_box label {
	width: 100% !important;
}
#regForm .six_box label {
	width: 32.8%;
}
#regForm .three_box_field label {
	width: 100%;
}
	.boiler_grant_span p {
    float: inherit;
    text-align: left;
}
	h3.head-text {
    text-align: left;
}
.home_page {
	display: block !important;
	padding-top:11px;
}
.et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {
	z-index: 9999;
}
#main-header .container.clearfix.et_menu_container {
	width: 100%;
}
.logo_container {
	padding-left: 30px;
}
#et-top-navigation {
	padding-right: 30px;
}
#logo {
	max-height: 100%;
}
.logo_container {
	padding-left: 0;
}
#et-info {
	text-align: center;
	width: 100%;
}
.postcode-search{
	width:75%;
}
.mobile_menu_bar {
	padding-top:20px;
	padding-bottom: 20px !important;
}
.mobile_menu_bar::before {
	color: #e30713;
}
#main-header .et_mobile_menu {
	background-color: #fff !important;
	padding: 0px;
	border-color: #e30613;
}
.et_mobile_menu li.current-menu-item a {
	color: #e30613;
}
.banner_sec .et_pb_slide_title {
	font-size: 32px !important;
	line-height: 42px;
}
.banner_sec .et_pb_bg_layout_dark .et_pb_slide_description {
	padding-bottom: 8%;
}
.banner_sec p {
	font-size: 20px;
	line-height: 30px;
}
.banner_sec .postcode-search {
	margin-top: 16px;
}
.et_pb_column {
	margin-bottom: 10px;
}
.step_img img {
	width: 95%;
}
h3 {
	font-size: 25px;
	line-height: 32px;
}
.newsletters_subscribe .form-group {
	margin-right: 3%;
}
.grants_box_row .et_pb_column {
	width: 48%;
	margin-right: 4%;
}
.footer-widget:nth-child(n) {
	width: 100% !important;
	margin: 0px;
}
.panel_box h4 {
	font-size: 22px;
	line-height: 27px;
}
.panel_box p {
	font-size: 13px;
	line-height: 20px;
}
.panel_box {
	min-height: 260px;
}
}

@media(max-width: 904px) {
#regForm .six_box label {
	width: 32.7%;
}
}

@media (max-width: 800px) {
.post_code label input { width:100%; }
button#getaddress_button{width:90%; }
.banner_sec .et_pb_slide_title {
	font-size: 26px !important;
	line-height: 36px;
}
.banner_sec p {
	font-size: 18px;
	line-height: 28px;
}
.postcode-search input {
	height: 50px;
	font-size: 16px;
}
.postcode-search .button {
	height: 50px;
}
.postcode-search .button .fa {
	line-height: 50px;
	font-size: 20px;
	position: relative;
	left: 0%;
}
.panel_box {
	padding: 20px 20px;
}
.small-10 {
	height: auto;
}
.small-2 {
	height: auto;
}	
}

@media (max-width:768px){

.installation_area {
	padding: 50px 0 35px;
	min-height: auto !important;
}
.postcode-search .button {
	height: 60px;
}
.postcode-search input {
		height:60px;
}
.postcode-search{
	width:75%;
}
.head_box2 {
	display: none;
}
.formInfo {
	display: none;
}
.head_box1 {
	width: 100% !important;
}
.formPanel {
	width: 100% !important;
}
.right_area {
	display: none !important;
}
.bottom-tab .col-md-8 {
	width: 100%;
}
.bottom-tab .col-md-4 {
	width: 100%;
}
.secure_text::before {
	left: 33% !important;
}
h1.appHead {
	padding-bottom: 48px;
}
#regForm #nextBtn {
	float: none;
	margin: 10px auto !important;
	padding: 13px 30px !important;
}
.question_mid {
	flex-basis: 100% !important;
	max-width: 100% !important;
}
.installation_card .card-icon {
	width: 130px;
	height: 50px;
	float: left;
	margin: 10px 0px;
}
.installation_card:hover:not(.is-selected) .card-icon {
	margin-bottom: 10px;
	height: 50px;
	width: 130px;
}
.installation_card:hover:not(.is-selected) .card-icon .icon {
	height: 50px;
	width: auto;
}
.installation_card .card-icon .icon {
	width: auto;
	height: 50px;
	transition: width .3s ease,height .3s ease;
}
.installation_card {
	padding: 0px;
	height: auto;
}
.installation_card .card-info {
	display: none;
}
.installation_card .card-title {
	float: left;
	margin-left: 0px;
	margin-top: 19px;
}
.installation_card .card-select {
	display: none;
}
.installation_card .card-info-icon {
	position: initial;
	top: 0px;
	right: 0px;
	float: right;
	width: 80px;
	height: 70px;
	left: 0;
	transform: translateX(0%);
	line-height: 50px;
	border-left: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}
.card-info-icon .svg-inline--fa {
	margin: 0 auto;
	font-size: 25px;
}
.question_five .question_mid {
	flex-basis: 100% !important;
	max-width: 100% !important;
}
.number_box .card-title {
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	padding: 20px 0;
	margin-top: 0px;
}
.number_4box .question_mid {
	flex-basis: 50% !important;
	max-width: 50% !important;
}
.number_4box .card-title {
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	padding: 20px 0;
	margin-top: 0px;
}
.installation_title_headline {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 30px;
	line-height: 40px;
}
}

@media (max-width: 767px) {

.installation_area {
	padding: 50px 0 35px;
	min-height: auto !important;
}
.banner_sec .et_pb_bg_layout_dark .et_pb_slide_description {
	padding-bottom: 8%;
	width: 100%;
	text-align: center !important;
	padding-right: 0px;
	padding-top: 20%;
}
.banner_sec .et_pb_slide::before {
	content: "";
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0px;
	width: 100%;
	height: 100%;
}
.banner_sec .et_pb_slide_title {
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.banner_sec p {
	text-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.panel_sec .et_pb_column {
	width: 100%;
	margin-right: 0px;
}
.panel_box {
	padding: 50px 20px;
	min-height: auto;
}
.grants_box_row .et_pb_column {
	width: 100%;
	margin-right: 0;
}
.et_pb_blog_grid .column {
	width: 100%;
}
#footer-widgets .footer-widget .fwidget {
	margin-bottom: 1% !important;
}
.eco_list li {
	font-size: 16px;
	line-height: 26px;
}
.postcode-search {
	width: 100% !important;
}
h1.appHead {
	padding-bottom: 0 !important;
	width: 100%;
	text-align: center !important;
}
.popup_area {
	text-align: center;
}
.formBut {
	margin-top: 10px !important;
	margin-bottom: 40px;
}
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

@media (max-width: 600px) {
.newsletters_subscribe .form-group {
	width: 100% !important;
	margin-right: 0% !important;
	margin-bottom: 10px !important;
}
.grants_box .et_pb_main_blurb_image {
	width: 100%;
	display: inline-block;
	margin-bottom: 13px;
}
.grants_box .et_pb_blurb_container {
	padding-left: 0px;
}
.postcode-search .button {
    height: 61px;
}
.postcode-search input {
	height:61px;
}
.postcode-search{
	width: 100%;
}
#logo {
	max-height: 100%;
}
.banner_sec .et_pb_bg_layout_dark .et_pb_slide_description {
	padding-bottom: 8%;
	padding-top: 10%;
}
.banner_sec .et_pb_slide_title {
	font-size: 22px !important;
	line-height: 32px;
	padding-bottom: 5px;
}
.banner_sec p {
	font-size: 15px;
	line-height: 25px;
}
.postcode-search input {
	height: 52px;
}
.postcode-search .button {
	height: 52px;
}
.boiler_form_area .col-md-6 {
	width: 100%;
}
}
@media only screen and (max-width:680px){
	.question-nav {
    top: 190px;
    left: 0;
    right: 0;
    text-align: center;
}
	.installation_area {
		padding: 70px 0 35px;
	}
}

@media (max-width:550px){
.slider-top.et_pb_slides.et_pb_slider{
	background-size: contain;
	background-color: #f3f2f1;
}
.banner_sec .et_pb_slide_title {
	font-size: 20px !important;
	line-height: 30px;
	padding-bottom: 3px;
}
.secure_text::before {
	left: 28% !important;
}
}
@media (max-width: 534px) {
#regForm .six_box label {
	width: 32.6%;
}
}
@media (max-width: 479px) {
.installation_card .card-icon {
	width: 80px;
}
.installation_card:hover:not(.is-selected) .card-icon {
	width: 80px;
}
.installation_title_headline {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 25px;
	line-height: 35px;
}
.number_box .card-title {
	font-size: 30px;
	line-height: 40px;
}
.number_4box .card-title {
	font-size: 30px;
	line-height: 40px;
}
#footer-widgets .footer-widget:nth-child(n) {
	margin-bottom: 10px;
}
.slider-top.et_pb_slides.et_pb_slider{
	background-size: contain;
	background-color: #f3f2f1;
}
.postcode-search{
	width: 100%;
}
#logo {
    max-height: 100%;
}
h1.appHead {
	font-size: 18px !important;
	padding-top: 28px !important;
}
.formBut {
	font-size: 14px;
}
.secure_text::before {
	left: 22% !important;
}
}
@media (max-width: 534px) {
#regForm .six_box label {
	width: 32.5%;
}
}
@media (max-width: 430px) {
#regForm .six_box label {
	width: 49.3%;
}
}
@media (max-width: 400px) {
.postcode-search input {
	height: 46px;
	font-size: 14px;
	line-height: 24px;
}
.postcode-search .button {
	height: 46px;
}
.postcode-search .button .fa {
	line-height: 35px;
	font-size: 14px;
}
.banner_sec .et_pb_bg_layout_dark .et_pb_slide_description {
	padding-bottom: 3%;
	padding-top: 3%;
}
.banner_sec .et_pb_slide_title {
	font-size: 19px !important;
	line-height: 29px;
}
.banner_sec p {
	font-size: 13px;
	line-height: 21px;
}
.secure_text::before {
	left: 16% !important;
}
}
@media (max-width: 395px) {
#regForm .six_box label {
	width: 49.2%;
}
}

@media (max-width: 360px) {
.grants_box_row .et_pb_column {
	margin-bottom: 40px;
}
#logo {
    max-height: 100%;
}
.banner_sec .et_pb_slide_title {
	font-size: 18px !important;
	line-height: 28px;
}
h1.appHead {
	font-size: 16px !important;
	padding-top: 26px !important;
}
.formBut {
	margin-top: 10px !important;
	margin-bottom: 35px;
	font-size: 13px !important;
}
.installation_card .card-title {
	font-size: 16px;
}
.installation_card .card-icon {
	width: 70px;
}
.installation_card:hover:not(.is-selected) .card-icon {
	width: 70px;
}
}

@media(min-width: 341px) {
#mobile_menu {
	width: 340px;
	margin-left: calc(100% - 340px);
}
}

@media(max-width: 340px) {
#mobile_menu {
	width: 100%;
	margin-left: 0;
}
}


/***********  End Responsive  *************/