/* ======================================Bookings======================================= */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

p, li{
	font-size: 16px;
}

.boiler-order-answer{
	border-radius: 20px;
}
.payment-tab-section .kandaFinBtn {
	border-radius: 8px !important;
	background: #535258 !important;
	align-items: center;
}
.rate{
	background: white;
	border-radius: 20px;
}

.highlight-color{
	font-weight: 500 !important;
    color: #f8a43f;
}

.booking-all-option{
	min-height: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 70px;
}

.frmMainWrapper { background: #fff; border-radius: 15px; max-width: 1600px; margin: 0 auto; }

.page-template-AC-Quote h1, 
.page-template-AC-Quote h4,
.page-template-AC-Quote h4 span {
	/* margin: 50px 0 30px 0; */
	color: #4a4a4a !important;
	/*font-family: Transducer !important;*/
	/*text-transform: uppercase;*/
}

.page-template-AC-Quote h1 {
	font-size: 2rem !important;
	line-height: 1.3 !important;
}

.maxWidth500 { max-width: 50%; margin: 0 auto; }
.maxWidth700 { max-width: 70%; margin: 0 auto; }

.page-template-AC-Quote h4 span.hightlight_frmtxt { color: #4a4a4a !important; }

#how-many-unit p {
	color: #e69725;
}
#how-many-unit p.col_cng {
	color: #282828;
}
.col_cng {
	color: #282828 !important;
}
.bookings-back{
    position: absolute !important;
    bottom: 50% !important;
    left: 1% !important;
    border: solid 1px;
    padding: 0px 30px !important;
    background: white;
    border-radius: 10px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-option{
	min-height: auto !important;
}

select:focus{
	color: black !important;
}

.bg-color{
    background-color: #ebeced;
}
.pro_bar{
    width: 300px !important;
    margin: 0 auto;
    height: 10px !important;
    background-color: #8196a2;
	border: solid 1px;
}

#final-quote-msg{background:#fff;}
#Whats-included .modal-card{border-radius:20px;}
#free-home-survey .modal-card {
	position: fixed;
	top: 0;
	right: 0;
	background: #f9f9f9;
}
.mtxt {
  font-size: 1.5rem !important;
}

.top-radio {
	display: flex;
	justify-content: center;
	width: 100%;
	background: white;
	max-width: 650px;
	border-radius: 23px;
	border: solid 4px #ffffff;
	gap: 5px;
}
#header-section-2 .head-after {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px !important;
}
.tp-fst.active-radio {
	border-radius: 20px 0 0 20px !important;
}
.tp-snd.active-radio {
	border-radius: 0 !important;
}
.tp-trd.active-radio {
	border-radius: 0 20px 20px 0 !important;
}
  .active-radio {
      background: #38af00;
      color: white;
  }

  
  .top-radio label {
      padding: 8px 10px;
      cursor: pointer;
      width: 100%;
      text-align: center;
      border-radius: 20px;
      transition: 0.2s;
  }
  
.strikethrough {
	font-size: 21px !important;
	line-height: 1.5;
	margin-bottom: 0 !important;
}  
  .top-radio label input {
      display: none;
      border-radius: 80px;
  }
  
  .top-radio label:hover {
      background: #ebeced;
  }
  
  .top-radio .active-radio:hover {
      background: #38af00;
  }

#which_floor .mob_box img, #wall-type .mob_box img, #outdoor-unit .mob_box img, #outdoor-indoor-unit-distance .mob_box img{
	filter: none !important;
}
.ctn_width h4 {
	margin-top: -10px !important;
}


/* #save-quote-modal .modal-card, #request-callback-modal .modal-content, #Whats-included .modal-card, #Whats-included .modal-card-body {
background:#535258; border-radius:20px;
} */
#request-callback-modal .modal-content {border-radius: 20px;background-color: #fff;width: 680px !important;padding: 0 !important;}
#save-quote-modal .checkbox:hover{color:#000;}
.button.is-success{background:#de9d3b;}

#save-quote-modal #btn-sent-quote-single, #save-quote-modal #btn-sent-quote-all {background-color: #38af00 !important;color: #fff !important;border-radius:50px;}
#save-quote-modal #btn-sent-quote-single:hover, #save-quote-modal #btn-sent-quote-all:hover {background-color: #fff !important;border-color: #10682a;color: #10682a !important;}
#save-quote-modal .button.is-success:last-child {background-color: #fff;border-color: #10682a;color: #10682a;border-radius:50px;}
#save-quote-modal .button.is-success:last-child:hover {background-color: #38af00;border-color: #38af00;color: #fff;}
#save-quote-modal .modal-card, #save-quote-modal  .modal-content {padding: 100px 20px !important;}
/* .page-template-AC-Quote h1 {text-transform: none;} */

@media only screen and (max-width: 580px) {
    
	.seprator{
		    border-right: none !important;
    		margin-bottom: 20px;
	}
	
	.bookings-back{
		    position: fixed !important;
    bottom: 1% !important;
    left: 2% !important;

	}
}

/********Header section closed here**********/

.width_400{
    max-width: 400px !important;
    margin: auto !important;
}
.width_800{
    max-width: 800px !important;
    margin: auto !important;
}
.all-option{
    text-align: left;
    background-color: #f7f7f7 !important;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
}

/**********Our Callout Rates start here***********/
.booking-rate-round {
    padding: 50px;
    border: 1px #de9d3b solid;
    border-radius: 200px;
    background-color: #de9d3b;
    max-height: 140px;
    max-width: 140px;
    margin: 50px auto 30px !important;
}
.booking-rate-price {
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin: auto;
    margin-top: auto;
    display: flex;
    justify-content: center;
    margin-top: -4px;
}
.seprator{
    border-right: 2px solid #de9d3b;
}
.rate-side-two{
    padding: 0 40px;
}
.rate-side-two li{
    margin-bottom: 30px;
}
.booking-next-btn {
    max-width: 300px;
    padding: 10px 100px;
    border-radius: 30px;
    margin-top: 20px;
    background-color: #de9d3b;
    border: 2px solid #de9d3b;
    color: white;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
.booking-next-btn:hover {
    transition: 0.2s;
    background-color: rgb(255, 255, 255);
    color: #de9d3b;
}

.your-pcode{
    max-width: 500px !important;
    margin: 0 auto !important;
}

.your-pcode .button{
    width: 150px !important;
}




/* =============Popup============== */

.customHTML_html_r10y2v1nnrp0-hl-custom-code{
	display: none !important;
}
#request-callback-modal .req-call{
   padding: 0 !important;
}
.req-call{
    border-radius: 20px;
   padding: 20px;
}
.brand-bgcol{
    background-color: rgb(222, 157, 59) !important;
}
.brand-col{
    color: rgb(222, 157, 59) !important;
}
.form-wrap {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.form-wrap .field{
    width: 100%;
  }
  
.brand-text-col{
    color: #000 !important;
}
#save-quote-modal .req-call{color:#000;background-color: #fff;}
#save-quote-modal .req-call a{color:#38af00;}
#save-quote-modal .req-call a:hover{color:#10682a;}
#save-quote-modal .req-call .label{color:#000;}
#save-quote-modal .model-top img{
   width: 150px;
margin-top: -110px;
}

.model-top{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}


/*-----------Media--Screen----------*/

@media only screen and (min-width: 768px) {
    
    .all-option:hover{
        background-color: #fff !important;
        scale: 1.06;
        box-shadow: 2px 2px 10px #8080801c;
    }



}


@media only screen and (max-width: 1280px) {
 

} 



@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 992px) {


}

@media only screen and (max-width: 768px) {
    .modal-background::after{
        display: none;
      }
	#request-callback-modal .modal-content {
  width: 100% !important;
}
    .req-call{
        padding: 20px;
    }
    .brand-bgcol{
        background-color: rgb(222, 157, 59) !important;
    }
    .brand-col{
        color: rgb(222, 157, 59) !important;
    }
    .form-wrap {
        flex-direction: column;
        gap: 0px;
      }
    .mob-size{
        text-align: center;
    }
    .mob-size h2{
        margin-bottom: 20px !important;
    }
    .mob-size p{
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }
    .req-call .button{
        width: 100%;
        border-radius: 20px;
    }
	#save-quote-modal .button.is-success:last-child {margin-top:15px;}
	#save-quote-modal .model-top img {width: 110px;}
	
   .planfeaturesInclude {
       margin-top: 10px;
       margin-bottom: 10px;
   }


   .planfeaturesInclude li {
       color: #313232;
   }
   .panel {
       display: none;
    
       opacity: 0;
       max-height: 0;
   
       overflow: hidden;
    
       transition: all 0.3s ease;
    
       background-color: #f9f9f9;
   
       padding: 10px;
     
       border: 1px solid #ddd;
      
       margin-top: 10px;
     
   }

   .panel.open {
       display: block;
       /* Make it visible */
       opacity: 1;
       max-height: 300px;
       /* Adjust to fit content or allow expansion */
   }

}

.modal-card, .modal-content {
    padding: 20px;
    max-height: 100%;

}


@media only screen and (min-width: 769px) {

.modal-card, .modal-content {
    margin: 0 auto;
    width: 700px;
    z-index: 100;
}

}


@media only screen and (max-width: 767px) {   
.model-top img{
    width: 68px;
    margin-top: -101px;
}
.boiler_thumbnail .bcard_img {
	display: flex;
}	
.bg-white {
	margin: 1rem 0px !important;
}	
/* .boiler-price-divider {
	padding-top: 10px !important;
}	 */
.productp h3 {
	margin-bottom: 0 !important;
}	
.btn_container button {
	margin: 5px 0 !important;
}	
	

}

@media only screen and (max-width: 480px) {
#save-quote-modal .req-call .label {display: none;}	
#save-quote-modal .model-top img {width: 80px;}
.price-box-new {flex-direction: column;}	
.left-pbox, .right-pbox {width: 100% !important;}	
.right-pbox {text-align: center !important;}	
/* .boiler-price-divider:before {display:none !important;}	
.boiler-price-divider {padding-top: 15px;}	 */
.left-pbox {display: flex;line-height: 1;align-items: baseline;gap: 10px;justify-content: center;}
.left-pbox h3 {margin: 0 !important;}	
.payment-tab-section {flex-wrap: wrap;width: 100% !important;}	
.payment-tab input, .payment-option-active input {width: 100% !important;}	
#paycard {width: 100% !important;}	
.payment-tab-section .kandaFinBtn {width: 100%;justify-content: center;}	
.datetimepicker {padding: 10px !important;}	
.datetimepicker .datepicker-body .datepicker-dates .datepicker-days .datepicker-date {flex: 11% !important;}	

}


/* ============loader========== */




    .checkmark__circle {
        stroke-dasharray: 166;
        stroke-dashoffset: 166;
        stroke-width: 3;
        stroke-miterlimit: 10;
        stroke: #7ac142;
        fill: none;
        animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
    }

    .checkmark {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: block;
        stroke-width: 4;
        stroke: #fff;
        stroke-miterlimit: 10;
        box-shadow: inset 0px 0px 0px #7ac142;
        animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
    }

    #loader p{
        margin: 0;
		font-size: 16px;
    }

    .checkmark__check {
        transform-origin: 50% 50%;
        stroke-dasharray: 48;
        stroke-dashoffset: 48;
        animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
    }

    @keyframes stroke {
        100% {
            stroke-dashoffset: 0
        }
    }

    @keyframes scale {

        0%,
        100% {
            transform: none
        }

        50% {
            transform: scale3d(1.1, 1.1, 1)
        }
    }

    @keyframes fill {
        100% {
            box-shadow: inset 0px 0px 0px 30px #7ac142
        }
    }

    .first-box{
    display: flex;
    gap: 20px;
    background: white;
    width: 332px;
    border-radius: 210px;
    padding: 8px 10px;
    margin-bottom: 10px;
    align-items: center;
    }

    #loader{
        margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #ebeced;
    }


/* ======transition======= */



.boiler-order-step {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.boiler-order-step.active {
    visibility: visible;
    opacity: 1;
}


/*=====Header===*/

.help-info a{
	padding: 0!important
}

.product-help-us .kt-inside-inner-col{
	display: flex;
	justify-content: end;
}

#header-section {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
}
.sec-left {
	width: 75% !important;
}
.sec-right {
	width: 25%;
	display: block;
	float: right;
}
.hd-brand img {
	width: 90px;
}
#header-col {
	width: 50%;
}
.hd-brand img {
	margin: 0 auto;
	text-align: ;
}
.hd-menu {
	text-align: center;
}
.hd-menu a {
	background: #443939;
	color: #fff;
	text-underline-position: unset;
	padding: 6px 30px;
	border-radius: 25px;
	text-decoration: none;
}
.hd-menu a:hover {
	background: #de9d3b;
}
.hd-logo {
	margin: 10px 0;
}
.hd-brand {
	display: none;
}
.hd-menu {
	line-height: 80px;
	margin: 20px 0;
	text-align: right;
}

.wrap{
    background-color: #ebeced;
}
/*=====Drop-Menu====*/

.mn_list ul {
	margin: 0;
	max-width: 250px;
	padding: 20px;
	background: #f1f1f1;
}

.mn_list ul li {
	display: block;
	margin-bottom: 20px;
}
.mn_list ul li .hd_styl {
	display: block;
	margin: 0;
	text-align: left;
}



/*---Header--Section -2===*/


#header-section-2 {
/* 	display: flex; */
	max-width: 1440px;
	margin: 0 auto;
}
.head-after {
	width: 100%;
}
.hd-btn {
	float: right;
}

.hd-btn ul, .hd-btn ul li {
	margin: 0;
	display: flex;
}
.btn-fill {
	font-size: 1rem;
	margin: 10px 5px;
}
.hd-back a {
	background: #e69725;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50px;
	padding: 10px;
    line-height: 2;
    text-align: center;
}
.btn-fill {
	font-size: 1rem;
	margin: 10px 5px;
	padding: 6px 20px;
}

/*=====Popup--Form==*/
.modal-card-body {
	/*background: #f9f9f9 !important;*/
}

#header-quote {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
.tbl_bx .left_tb:nth-child(4) .sb {
	font-size: 1.3rem !important;
	text-align: right;
	display: block;
	line-height: 1rem;
}
/*=====Header End 1==========*/


/*=====Section 1==========*/

.tp_list {
	display: none;
}
.order-button-label:hover {
	color: #443939;
}

.acBrandLogo {
    max-width: 150px;
}

#primary {display: block;}
.tp_list {max-width: 1440px;margin: 0 auto;}
/* .hd_styl {margin: 3rem auto;text-align: center;} */
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.bx_nav {margin: 30px 0px 0px;}
.bx_nav ul {margin: 0;text-align: center;}
.bx_nav ul li {display: inline-block;text-align: center;width: 24%;margin: 0 0.25%;}
.bx_nav ul li a {background: #fff;width: 100%;float: left;height: 65px;display: block;line-height: 65px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);}
.bx_nav a {color: #444;font-weight: 600;text-decoration: none;}
.bx_nav ul li:nth-child(1) a span img {
	width: 22px;
	margin-right: 10px;
	display: inline-block;
	transform: translateY(0.55em);
	filter: invert(13%) sepia(34%) saturate(3456%) hue-rotate(193deg) brightness(100%) contrast(106%);
	height: 33px;
}
.bx_nav ul li:nth-child(2) a span img {
	width: 47px;
	height: 33px;
	margin-right: 10px;
	display: inline-block;
	transform: translateY(0.45em);
	filter: brightness(0) saturate(100%) invert(33%) sepia(10%) saturate(1948%) hue-rotate(157deg) brightness(92%) contrast(89%);
}
.bx_nav ul li:nth-child(3) a span img {
	width: 41px;
	height: 33px;
	margin-right: 10px;
	display: inline-block;
	transform: translateY(0.45em);
	filter: brightness(0) saturate(100%) invert(33%) sepia(10%) saturate(1948%) hue-rotate(157deg) brightness(92%) contrast(89%);
}
.bx_nav ul li:nth-child(4) a span img {
	width: 31px;
	height: 33px;
	margin-right: 10px;
	display: inline-block;
	transform: translateY(0.45em);
	filter: invert(13%) sepia(34%) saturate(3456%) hue-rotate(193deg) brightness(100%) contrast(106%);
}
/*=====Section 1====END======*/

/*=====Section 2======*/
.brand-logo {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.brand-logo img {
	max-width: 110px;
	padding: 10px;
}
/*=======Boiler-Box======*/
#boilers_list {
	max-width: 1440px;
	margin: 0 auto !important;
	display: block;
}
.box_shadow {
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
}
#boilers_list .boiler_list_content {
	/*display: flex;
	flex-direction: column;*/
	background: #fff;
	padding: 0px;
	border-radius: 0.75rem;
	margin: 2rem 0;
}
.leftVal p {
	font-size: 18px !important;
}
/* .boiler_list_content .productName span, .boiler_list_content .boilerInfoTop h4 { font-family: Transducer; } */

/* .boiler_list_content .boilerInfoTop h4  { color: #3bb14a; font-style: italic; } */

.boiler_list_content .boilerInfoTop h4 {
	/* color: #3bb14a; */
	/* font-style: italic; */
	font-weight: 600;
	text-transform: capitalize;
}

.boiler_thumbnail, .boiler_price_details, .boiler-info { position: relative; z-index: 1;text-transform: capitalize; }

.productName span { color: #282828; border-bottom: 2px dotted #282828;text-transform: capitalize; }

.bq-col-30 {
	width: 30%;
	padding: 2rem 1rem;
	z-index: 2;
}

.bq-col-50 {
    width: 50%;
    padding: 0 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.bq-col-40 {
	width: 40%;
	padding: 0 1rem;
	margin-top: 0rem;
}
.mobil-view {
	display: none;
}
.boiler_list_content {
	position: relative;
}

.boiler_list_content::before {
/* 	content: ""; */
	display: block;
	width: 400px;
	height: 400px;
	background: url(/wp-content/uploads/2024/12/Group-174.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: calc(50% - 400px);
	top: 0;
	z-index: 1;
    opacity: 0.05;
}
/*=======Boiler-Box==END====*/

/*=======Boiler-image======*/

.boiler-img img {
	width: 75%;
}

.desk-view .left_tb-2 {
	background: #f2f2f2;
	padding: 10px 20px;
	font-size: 0.90rem;
	text-align: right;
	border-radius: 10px;
}

/*===Boiler-image==END==*/

/*=======Boiler-Heading and para=Style=====*/


.boiler-info h2 {
	font-size: 2.5rem !important;
	line-height: 3.5rem !important;
	margin-bottom: 20px;
}
.boiler_list_content {
	position: relative;
}


.warranty.align-center {
	background: #f2f2f2;
	max-width: 38%;
	display: flex;
	margin: 2%;
}
.gas-safety.align-center {
	max-width: 58%;
	display: flex;
	background: #f2f2f2;
	margin: 1%;
}
.warranty-badge {
	background: #de9d3b;
	width: 36%;
	padding: 17% 5px;
	text-align: center;
}
.gas-safety-image {
	background: #de9d3b;
    width: 38%;
    text-align: center;
    display: flex;
    align-items: center;
}
.gas-safety-text {
    padding: 20px 10px;
    display: block;
    display: flex;
    align-items: center;
}
.gas-safety-text .c-brand {
	line-height: 1.5rem !important;
}
.gas-safety-image img {
	text-align: ;
	margin: 0 auto;
}
.c-brand {
	line-height: 26px !important;
}

.warranty-installation.d-flex.justify-space {
	display: flex;
	margin-top: 40px;
}
.checklist li {
	display: block;
	position: relative;
    padding-left: 30px;
	font-size: 16px;
	line-height: 1.5;
}

.checklist li::before {
	position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #3bb14a;	
}

/* hidden box */


.right-pbox p{
	display: none;
}

#paymonthly{
	display: none;
}

.productNameDeskView { display: block; }

.productNameMobView { display: none; }

/*=====Price==style 2=========*/



#boilers_list .boiler_list_content .boiler_price_details {
	background: #f0f3f6 !important;
	padding: 2rem ;
    border-radius: 15px;
/*     color: #fff; */
}

#boilers_list .boiler_list_content .boiler_price_details h3 { 
/* 	color: #fff;  */
}


.left-pbox, .right-pbox {
	width: 100%;
    text-align: center;
	
}
.price_container {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}
#whats-included-popup {
	display: none;
	background: #de9d3b;
	color: #000;
	padding: 2px 13px;
	position: absolute;
	font-size: 16px;
	top: -16px;
	border-radius: 25px;
	right: 0;
	z-index: 2;
	box-shadow: 0px 1px 4px 0 #0000005e;
}
.left-pbox p {font-size: 15px !important;
	margin: 0;
}
.right-pbox p {
	margin: 3px 0;
	font-size: 13px !important;
	line-height: 20px !important;
}
.right-pbox p:last-child {
	color: #4ccb5b;
}
.price_container_inner.d-flex {
	margin: 10px auto;
}



#boilers_list h6 {
	text-align: center;
	width: 220px;
	margin: 0 auto;
	padding: 14px;
	border-radius: 50px;
	color: #fff;
}
.boiler-price-divider span {
	background: #fff5e6;
	padding: 5px;
	z-index: 1;
	position: relative;
}
.left-pbox h3 {
	text-decoration: line-through;
}
/* .boiler-price-divider::before {
	content: "";
	display: block;
	width: 1px;
	border: 1px dashed;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
} */
.boiler-price-divider {
	width: 100%;
    height: 2px;
    background: #c6ccd2;
}
/*=====Price==style 2====END======*/
.btn_container .btn-fill {
    font-size: 1.25rem;
    padding: 15px;
    font-weight: 500;
    font-family: 'Poppins';
}
.btn_container .btn-fill:hover {
	padding: 15px;
}


.btn_container button {
	width: 100%;
	margin: 10px 0;
	border-radius: 5px;
    border-width: 2px;
    border-style: solid;
}

.btn_container button i { margin-right: 10px; }

.btn_container .btnWhite {
    background: #ffffff;
    border-color: #fff;
}

.btn_container .btnGreen {
    background: #e69725;
    border-color: #e69725;
    color: #fff;
}

.btn_container .btnBlue {
    background: #282828;
    border-color: #282828;
    color: #fff;
}

.btn_container .btnWhite:hover {
	background: #282828;
	border: 0px;
}
/* .btn_container .btnWhite:hover { background: transparent; } */
.btn_container .btnGreen:hover { background: #282828; border-color: #282828; }
.btn_container .btnBlue:hover { background: #e69725; border-color: #e69725; }


/*=======Boiler-Heading and para=Style==END===*/

/* .left_tb {
    width: 100%;
    display: flex;
    align-items: center;    
} */

.rigt {
	font-size: 2.5rem;
	line-height: 3rem;
}
.rigt {
	font-size: 2.5rem;
	line-height: 4rem;
	width: 35%;
	float: left;
}
.sb {
	font-size: 1.5rem;
	display: block;
	line-height: 1rem;
	padding-top: 20px;
}
.lft {
	font-size: 0.8rem;
}
.rigt-sb {
	font-size: 1.2rem;
	display: block;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}

.is-fullhd #submit {
    margin: 20px auto;
    text-align: center;
    float: none;
    width: 100%;
    padding: 15px;
    font-size: 20px;
	border-radius: 5px;
}
.chek-btn {
	border-radius: 5px !important;
	margin: 0 !important;
}
.date-selected {
	background: #ebeced;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: -20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.book-installation .container {
/* 	box-shadow: 0 1px 8px 0 #808080;
	border-radius: 8px;
	margin-top: 15px; */
}
.book-installation .buttons {
/* 	padding: 24px 0 !important;
	margin: 4px 0 !important; */
}
.book-installation .container {
	padding: 15px 24px !important;
}

#boilers_list h6 {
	display: none;
}
/*=====Section 2====END======*/



/*======Checkout Page Css====*/
.addon-products .buttons .button.is-primary {background-color: #e69726;border-color: transparent;color: #fff;}
.addon-products .buttons .button.is-primary:hover {background-color: #282828;border-color: transparent;color: #fff;}
.addon-products .navbar {z-index: 0;}
#topbarmenu .navbar-item:hover {color: #38af00 !important;}




.input {
	color: #000000de !important;
}

.tms_radio-btn{

	margin: 12px;
	width: 100%;
	
}

.tms_radio-btn input{
	background: #14224d;
    padding: 20px;
    border-radius: 5px;
}

.monthly-options{
	display: flex;
	gap: 10px;
	margin-top: 20px 0px;
}

.pay-sec-mid .is-underlined{
	display: none;
}

.callander-box{
	    border-bottom: solid 1px #8080804f;
    margin-bottom: 25px;
}

.payment-type img{
	    width: 250px;
    margin-bottom: 29px;
}

.payment-tab i{
	color: white;
    display: flex;
    bottom: 10px;
    position: absolute;
}

.payment-tab input{
	background: #e69726;
	color: white !important;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 19px !important;
    width: 250px;
    height: 60px;
    justify-content: center;
}

.payment-option-active input{
    background: #e69726;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    font-size: 19px !important;
    width: 250px;
    height: 60px;
    justify-content: center;
}

.payment-option-active input:active{
	    background: #e69726;
}


.payment-tab-section{
	display: flex;
	justify-content: start;
	gap: 5px;
}


#installation-details P {
	font-weight: bold;
	margin-bottom: 10px;
	display: flex;
	max-width: 400px;
	justify-content: space-between;
	background: #f3f8fb;
	padding: 10px;
	border-radius: 5px;
}
#installation-details span {
	font-weight: normal;
	text-align: right;
}
#card-element {
	background: #80808014;
	padding: 20px;
	border-radius: 10px;
}
.checkout-fields{
	width: 100%;
}


.form-wrap{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 20px;
}

.chek-btn{
    background: #e69726 !important;
    color: #fff !important;
}
.chek-btn:hover {background: #282828 !important;}


.btn_styl_radio.btn-color-1 {
	width: 100%;
}
.btn_styl_radio.btn-color-2 {
	width: 49%;
}
.choose-upgrades .sub-title {
	font-size: 24px !important;
	font-weight: 500 !important;
}
.choose-upgrades .card-footer-item {
	color: #363636;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: none;
}
.choose-upgrades .card-footer-item:hover {
	color: #282828 !important;
    text-decoration: underline;
}

.choose-upgrades .content p {
	font-size: 18px !important;
	color: #282828 !important;
	
}

.container.is-fullhd.all-controls {
	max-width: 1440px ;
	
}
.navbar {
  margin: 0 auto; border-bottom:1px solid #f2f2f2;
}
.addon-products{ background:#fff; border-radius: 6px;}

.demo p span{
    float: right;
}
.demo p{
    border-bottom: 1px solid #80808030;
}

.Your-answers{
    max-width: 1413px;
    margin: auto !important;
    border-radius: 10px;
    margin-top: 40px;
}

.boilerInfoTop, .four-box{
    border: 2px solid #e6972529;
    border-radius: 15px;
}

.boiler-img img{
	margin: auto;
    filter: drop-shadow(15px 15px 5px rgba(140, 139, 139, 0.59));
}

.bcard_img img{
	width: 20px;
	margin-right: 20px;
}

.product-card {
    flex-basis: 233px;
    background: #f9f9f9;
    border-radius: 20px;
    position: relative;
    transition: 0.2s;
    border: solid 1px #03030314;
    box-shadow: 1px 1px 5px #8080801c;
}


.product-card:hover {
    background-color: #fff;
    scale: 1.03;
    box-shadow: 2px 2px 100px #8080801c;
}


.product-card-label {
	position: absolute;
	padding: 2px 0;
	left: 50%;
	min-width: 150px;
	transform: translateX(-50%);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #2d3d4d;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.28;
	font-weight: 700;
}
.card-image .image img {
	max-width: 60%;
	margin: 0 auto;
}
.product-price-box {	margin: 10px 0 20px 0;}

.single-price-total {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 5px;
	color: #2d3d4d;
}
.single-price-subtext {	margin-bottom: 5px;}
.smalltext {	font-size: 12px;	line-height: 1.083;	margin-bottom: 0;}
.shopping-basket-item-firstchid {
/* 	border-bottom: .5px dashed; */
/* 	padding-bottom: 15px; */
}
.shopping-basket-item-inner {
	display: flex;
	gap: 20px;
/* 	border-bottom: .5px dashed; */
	background: #f5f6f9;
	padding: 15px;
	border-radius: 12px;
	margin-top: 14px;
	margin-bottom: 20px;
	text-align: center;
	align-items: center;
}
.shopping-basket-product-name {
	font-size: 17px;
	line-height: 1.18em;
	color: #2d3d4d;
/* 	margin-right: 15px; */
	flex: 1 1 auto;
	text-align: left;
}
.pdr_rgt {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.shopping-basket-product-price {
	font-size: 20px;
	line-height: 1em;
	letter-spacing: .4px;
	color: #2d3d4d;
	text-transform: uppercase;
	white-space: nowrap;
}
.change-boiler-back {
	display: flex;
	justify-content: space-between;
}
.shopping-basket-item-firstchid .shopping-basket-item-inner {
	border: 0px;
}
.shopping-basket-product-image {
	background: white;
	border-radius: 5px;
	padding: 5px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#product-image-on-cart {
	max-width: 55px;
	aspect-ratio: 1/1;
	object-fit: contain;
}
 .increment {
	text-align: center;
	padding-top: 10px;
	font-size: 18px;
	margin: 0 auto;
}

 .increment .increment-button {
	border: 1px solid #b8c3cc;
	border-radius: 50%;
	font-size: 20px;
	padding: 3px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.increment .increment-button.minus:hover {
	border: 1px solid #d83a3a;
	background-color: #f5cece;
	cursor: pointer;
}
.increment .increment-button.plus:hover {
	border: 1px solid #d83a3a;
	background-color: #f5cece;
	cursor: pointer;
}
 .increment div {
	width: 40px;
	height: 40px;
	padding: 6px;
	display: inline-block;
}

.why-buy{text-align:left !important; }
 .why-buy ul li {
	margin-top: 10px;
}

.book-installation .is-active {
	max-width: 100%;
}
.book-installation .sub-title.is-4 {
	font-size: 24px;
	border-bottom: 1px solid #808080;
	padding-bottom: 10px !important;
}
.book-installation .sub-title.is-4.cy-in, .book-installation .sub-title.is-4.ia-txt {
	margin-bottom: 24px !important;
}
.book-installation .field .label {
	font-weight: 500;
}

.book-installation .buttons.are-medium {
	margin-top: 40px;
}
.book-installation .buttons.are-medium .is-success {
	background: #443939;
}
.book-installation .buttons.are-medium .is-success:hover {
	background: #de9d3b;
}


.review-and-pay .sub-title.is-4 {
	font-size: 24px;
}


.button:hover, .button:active, .button:focus{
	color: white !important;
}

.datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {border-color: #e69725 !important;background: #e69725 !important;}
.datetimepicker.is-primary .datetimepicker-header .datetimepicker-selection-day {color: #282828 !important;}
.datetimepicker.is-primary .datepicker-nav {background: #282828 !important;color: #fff;}
.datetimepicker-wrapper .datepicker-nav .datepicker-nav-next:active, .datetimepicker-wrapper .datepicker-nav .datepicker-nav-next:focus {background-color: #e69725 !important;color: #fff !important;}
.datetimepicker-wrapper .datepicker-nav .datepicker-nav-previous:active, .datetimepicker-wrapper .datepicker-nav .datepicker-nav-previous:focus {background-color: #e69725 !important;color: #fff !important;}
.kandaFinBtn {display: flex;gap: 10px;flex-wrap: wrap;justify-content: center;}

/*======Checkout Page Css==End==*/



/*===Responsive==Mobile=====*/

@media screen and (max-width: 767px) {

	
	

 .mobil-view {
	display: block;
	z-index: 2;
	position: relative;
}
.bq-col-30 {
  width: 60%;
  z-index: 5;
  position: relative;
  margin: 0 auto;
  padding: 1rem;
}
#boilers_list .boiler_list_content {
	display: block;margin: 1.25rem !important;
    }

.boiler-info .subtitle.is-5 {
    font-size: 1rem !important;
}

.boiler-info .subtitle.is-4 {
    font-size: 1.3rem !important;
}

.bq-col-50 {
	width: 100%;
	padding: 0;
	display: block;
	position: relative;
	z-index: 2;
    margin-bottom: 1.5rem;
}
.brand-logo img {
	width: 60%;
	text-align: center;
	margin: 0px auto 20px;
}
.checklist li {
	text-align: left;
}
.warranty-installation.d-flex.justify-space {
	display: block;
}
.warranty.align-center {
	background: #f2f2f2;
	max-width: 100%;
	display: flex;
	margin: 4%;
}
.gas-safety-image {
    background: #de9d3b;
    width: 38%;
    text-align: center;
    display: flex;
    align-items: center;
}
.warranty-badge {
	background: #de9d3b;
	width: 29%;
	padding: 5% 5px;
	text-align: center;
}
.gas-safety.align-center {
	max-width: 100%;
	display: flex;
	background: #f2f2f2;
	margin: 3% 1%;
	height: 65px;
}

.btn_container button {
	font-size: 1rem !important;
}

.bq-col-40 {
	width: 100%;
	padding: 0 1rem;
	margin-top: 0rem;
	display: block;
}

	
/*=====Price===*/
	.boiler-img img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	max-width: 200px;
		margin: auto;
}
.brand-logo img {
	width: 100%;
	text-align: center;
	margin: 0px auto 0px;
}
.checklist {
	padding-top: 10px !important;
	margin: 0 auto;
}
#boilers_list .boiler_list_content .boiler_price_details {
	padding: 2rem;
}
	
	
	
	
	
	
/*=====Header====Mobile-view--*/
	.sec-left {
	width: 50% !important;
}
.sec-right {
	width: 50%;
	display: flex;
}

.hd-brand {
	display: none;
}
#header-section {
	margin: 0px 20px;
}
.hd-menu {
	margin: 10px 0 0 auto;
	vertical-align: middle;
	display: table-cell;
	line-height: 80px;
}
.head-after {
	width: 100%;
	display: block;
}
#header-section-2 {
	display: block;
	
}
.btn-fill {
	font-size: 0.55rem;
	margin: 10px 5px;
	padding: 6px 20px;
}
.hd-btn {
	float: none;
	margin: 0 auto 0 5px;
}
	
#header-quote {
	
	margin-bottom: 0px;
}	
	
	
}
@media screen and (max-width: 480px) {
.bq-col-30 {
  width: 100%;
}
#boilers_list .boiler_list_content {
	padding: 15px !important;
}	
.productName {
	font-size: 1.3rem !important;
}
.ac-thumbnail img {
	width: 100%;
}	
.btn_container button {
	font-size: 15px !important;
}
.page-template-AC-Checkout .section.less-pad-mob {
	padding: 40px 20px !important;
}	
	

}

.dropbtn { font-size: 16px;
	background: #443939;cursor: pointer;
	color: #fff;
	text-underline-position: unset;
	padding: 6px 30px;
	border-radius: 25px;
	text-decoration: none;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.mn_list li a {
	padding: 0px;
	background: transparent;
	text-align: left;
	line-height: 1.5rem;
	font-size: 1.2rem;
}
.dropdown-content {
	display: none;
	position: absolute;
	right: -25px;
	background-color: #f9f9f9;
	min-width: 280px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 3;
/* 	padding: 1.2rem !important; */
}
.dropdown-content a {
  color: black;
/*   padding: 12px 16px; */
  text-decoration: none;
  display: block;
}
.dropdown-content a {
	font-size: 1.1rem !important;
	font-family: Roboto;
/* 	text-decoration-line: underline; */
/* 	text-decoration-color: #de9d3b; */
/* 	color: #de9d3b; */
}
.mn_list .hd_styl {
	margin: 5px 0px !important;
	display: block;
	text-align: left;
	line-height: 1.5rem;
	font-size: 0.85rem !important;
	font-weight: 600;
}

.mn_list .im_styl {
	float: left;
	position: absolute;
	left: 11px;
	top: 0;
}


.im_styl i{
/* 	    font-size: 24px; */
/*     line-height: 42px; */
/*     padding-right: 20px; */
}
.hd-menu p {
	font-size: 11px !important;
	text-align: left;
}
.mn_list li {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.mn_list {
	margin-left: 20px;
}
.mn_list .im_styl {
	float: left;
	position: absolute;
	left: -35px;
	top: -28px;
}
.dropdown-content a:hover {background-color: transparent; color:#282828;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #de9d3b;}




/*************************************************************************Boiler Repair********************************************************************/
#lft_styl .BadgeContainer__Inner-sc-pa6z2-0.LIyhl {
	margin-left: 0;
}
#primary {
/* 	margin-top: 1rem !important; */
}
.hd-back {
	position: fixed;
	z-index: 11;
	bottom: 2%;
	left: 2%;
}

/*************************************************************************Quote form Css********************************************************************/


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

h1{
	font-family: 'Roboto', sans-serif !important;
}
.backg-clor{
    background-color: #ebeced;
}
.heat-header{
    padding: 20px 0;
}
.heat-header img{
    width: 150px;
}
.heat-header button{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border-radius: 50px;
    border: none;
    background-color: #b5babf;
}
.heat-header progress{
    height: 5px;
}
.which-trade img{
    width: 60px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 15%;
}
/********Header Section closed here**********/

.width_800 .box, .section_wrapper .box {
    background-color: #f7f7f7;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
    outline: rgb(58 177 74 / 20%) solid 2px;
    min-height: 305px;
}



.infoHoverTxt { display: none; }
.moreInfoTxt { display: none; font-size: 14px; }
.infoFaIcon, .infoHoverTxt { position: absolute; width: 100%; bottom: 0; left: 0; }
.infoFaIcon { color: #282828; }




/* .width_800 .box:active{
    background-color: #ff872a !important;
} */
.width_800 h1{
    margin: 50px 0 30px 0;
	
}

h1{font-size: 2.4rem !important;}

.width_800 p{
    font-weight: 500;
}
/********width 800 closed here**********/

.ctn_width .box{
    background-color: #f7f7f7;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
	outline: rgb(230 151 38 / 20%) solid 2px;
}
/* .ctn_width .box:active{
    background-color: #ff872a !important;
} */
#que2_icon{
    margin-bottom: 40px;
}
#que2_icon h1{
    margin: 50px 0 20px 0;
}
#que2_icon a span{
    border-bottom: 1px dashed rgba(0,0,0,0.5);
    text-decoration: none;
    font-size: 20px;
    color: #000;
}
#que2_icon i{
    font-size: 20px;
    color: #000;   
}
.ctn_width p{
    font-weight: 600;
}
/********Container width closed here**********/ 

.mob_box p {
    font-size: 15px;
}
.all-option4 h3 {
	font-size: 5rem !important;
	height: 120px;
	color: #e69725;
	line-height: 1 !important;
	font-weight: 600;
}

.width_600 .box{
    background-color: #fbfbfb;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
}
/* .width_600 .box:active{
    background-color: #ff0000 !important;
} */
.width_600 h1{
    margin: 50px 0 30px 0;
}
.width_600 p{
    font-weight: 600;
}

/********width 600 closed here**********/ 

.pin_que h1{
    margin-top: 50px;
}
.pin_que p{
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #717272;
}
/* .pin_que input{
    font-size: 21px;
    font-weight: 400;
    padding: 10px 20px;
    max-width: 400px;
    text-align: center;
    width: 34%;
    display: block;
    margin: 0 auto;
}
.pin_que button{
    background-color: #0033e5;
    color: #fff;
    font-size: 1.25em;
    border-radius: 50px;
    padding: 10px 50px;
    margin: 20px 0;
} */
/********Pincode Question closed here**********/ 

.get_touch{
    margin-top: 50px;
}
.get_touch h1{
    font-weight: bolder;
}
.get_touch p{
    font-size: 18px;
}
.get_touch form input{
    font-size: 20px;
    font-weight: 400;
    padding: 10px 20px;
    max-width: 500px;
    width: 100%;
    border: 1px solid #ebeced;
    margin-bottom: 20px;
	border-radius: 10px;
}
.get_touch form input:last-child{
    margin: 0;
}
.sepator{
    height: 3px;
    background-color: #c6cbcf;
    width: 50%;
    margin: 0 auto;
    margin-top: 20px;
}
.our_promise{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}
.our_promise h3{
    margin-bottom: 0 !important;
}
.our_promise ul li{
    font-size: 20px;
}
.get_touch button{
    background-color: #0033e5;
    color: #fff;
    padding: 10px 50px !important;
}
/********Get in touch closed here**********/

.fixed_price h1{
    color: #27754e;
}
.fixed_price ul li{
    font-size: 19px;
    color: #27754e;
}
.fixed_price ul li a{
    border-bottom: 1px dashed;
    color: #27754e;
}
.fixed_price button{
    background-color: #de9d3b;
    color: #fff;
    font-size: 1.25em;
    border-radius: 50px;
    padding: 10px 50px;
    margin: 20px 0;
}
/********Fixed Price closed here**********/ 

footer h3{
    color: #9c9ea0 !important;
}
footer{
    border-top: 1px solid #80808033;
/* 	position: absolute;
	width: 100vw;
	bottom: 0;
	z-index: 10; */
}
/********Footer closed here**********/ 


/******************Second Page***********************/

.rdy-quot p{
    color: #9c9ea0;
}
.rdy-quot ul li i{
    color: #27754e;
}
.rdy-quot ul li{
    font-size: 19px;
}
.sepator2{
    height: 2px;
    background-color: #c6cbcf;
    margin: 20px 0;
}
.rdy-quot .button{
    background-color: #0033e5;
    color: #fff;
    font-size: 1.25em;
    border-radius: 50px;
    margin: 20px 0;
    width: 100%;
}
/* button:hover{
    color: #fb6b6b !important;
} */
.rdy-quot p a{
    color: #9c9ea0 !important;
    text-decoration: underline;
}

/********************Third Page***************************/

.page3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page3 button{
    display: block;
    width: 300px;
    text-align: left;
}
.page3 i{
    color: #27754e;
}

/********************Forth Page***************************/

/********header Start Here********/
.back-icon i{
    background-color: #000;
    color: #fff;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
}
.btn-bg-clr{
    background-color: #b5babf !important;
}

/********Cards Start Here********/

.first_card p{
    font-size: 14px;
}
.first_card p span{
    color: #717272;
}
.first_card button{
    color: #fff;
    background-color: #000;
}
.first_card button i{
    color: #ff0000;
}
.first_card .icon-24 {
    font-size: 24px;
}
.color-grey{
    color: #9c9ea0 !important;
}
.color-red {
    color: #bf2c25 !important;
}
.color-amber{
    color: #e09339 !important;
}
.color-lgra{
    background: linear-gradient(90deg, #ff2d5d, #ff34a6);
}
.fst_crd_lbtn{
    background-color: #0033e5 !important;
    color: #fff;
    padding: 0.6rem 2rem;
    font-size: 1.1rem;
}
.fst_crd_offer{
    background-color: #bf2c25;
    border-radius: 0 0 6px 6px;
}
.snd_crd_offer {
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px;
    text-align: center !important;
}

.thrd_card img{
    max-width: 350px;
    position: absolute;
    top: 286px;
}

#free-home-survey .post_add #PostcodeNum {
  color: #000;
}

/********************Fifth Page***************************/
/* .datetimepicker-wrapper .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {background: #e69726;} */
.datetimepicker-wrapper .datetimepicker-footer-clear.has-text-danger.button.is-small.is-text {background-color: #e69726 !important;color: #fff !important;border-radius: 4px;}
.datetimepicker-wrapper .datetimepicker-footer-clear.has-text-danger.button.is-small.is-text:hover {background-color: #282828 !important;}
/* .datetimepicker-selection-day{color: #282828 !important;} */
/* .is-today{background: #e69726  !important;} */
/* .datepicker-nav{background: #e69726  !important;} */
/* .datetimepicker{max-width: inherit !important;} */
.datetimepicker .datetimepicker-footer {background: transparent !important;}

.helper-video{
	display: none;
}

#IAgrryCheck{
	    width: 22px;
    margin-top: -5px;
}

.boiler-order-answer{
	max-width: 550px;
    margin: auto;
    padding: 50px !important;
}


.terms-conditions{
	display: flex;
	gap: 20px;
	align-content: baseline;
}

.boiler-quote-form-fields{
	max-width: 500px;
	margin: auto;
}


/* .fa-circle-check{
	color: #27754e;
} */



.form_postcode_search{
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 400px;
	margin: auto;
	margin-top: 2rem;
}

.form_address_selection select{
	width: 100%;
    padding: 12px;
    border-radius: 5px;
}

.last-back{
/* 	position: relative !important; */
/*     padding-left: 60px !important; */
/*     padding-right: 10px !important; */
}

.boiler-order-answer{
	box-shadow: none !important;
}

.back_step_button {
	top: 50%;
	bottom: auto;
	left: 0rem;
	transform: translate(0, -50%);
	position: fixed;
	border: solid 3px;
	padding: 5px 20px;
	transition: 0.3s;
	cursor: pointer;
	color: #e69726;
    border-color: #e69726;
}


.fieldset{
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;
    border: 1px solid #ccc
}
.fieldset  > legend{
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    background-color: #00b969;
    border-radius: 20px;
    padding: 0 20px;
    width: max-content;
    border: 0 none
}
.cimg{
    position: absolute;
    left: 13%;
    top: 25%;
}
.bcard_img {
    border: 1px solid;
    background-color: #f2f2f5;
    width: 100%;
}
.bcard_img p{
    padding-top: 3px;
	font-size: 14px;
}
.fin-avab{
    position: absolute;
    top: 15px;
    left: 10px;
}
.description_text button{
    display: block;
}
.boiler_specs{
    margin-top: 28px !important;
    width: 400px;
}
.boiler_specs1 {
    background-color: #f2f2f5;
    width: 105px !important;
}
.boiler_specs2 {
    background-color: #f2f2f5;
    width: 100px !important;
}
.boiler_specs3{
    background-color: #f2f2f5;
}
.noti{
    background-color: #c6e7dc !important;
}
.noti_text {
    display: flex;
    justify-content: space-between;
}
.noti_text p a{
    text-decoration: none !important;
    border-bottom: 2px dotted;
}

.form_required_error{
	display: none;
    color: #f14668;
    text-align: left;
    padding: 5px;
}
.boiler-quote-form-button .formnextbutton {
  width: 100%;
}
.boiler-quote-form-button {
	width: 100%;
}


/* modal box more then one  */


#more-then-one .modal-box.bg-white{
    
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;

}
#more-then-one .modal-content {
    width: 90%;
    max-width: 100%;
}
#more-then-one .modal-content .columns {
    margin-top: 15px;
}
#more-then-one.modal-box.heading-sec {
display: flex;
flex-direction: column;
}
.more-then-one.heading-sec h3{
	font-size: 21px !important;
}
.more-then-one.heading-sec p{
	font-size: 15px !important;
}
#more-then-one .heading-sec p:nth-child(2){
	font-size: 18px !important;
}
.more-then-one.mob_box p {
    font-size: 12px;
	font-weight: 300;
}
.ctn_width #more-then-one .box:hover {
	background-color: #f7f7f7;
	scale: none;
	box-shadow: none;
}
.more-then-one .columns .column {
    text-align: center !important;
}
.more-then-one.heading-sec {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.more-then-one.more-then-one.box.card.mob_box p {
    font-size: 12px!important;
    font-weight: 300;
}
#more-then-one .column p {
	text-align: center;
}
#more-then-one .mob_box img {
	margin: 0 auto 15px;
}

/*.mob_box img {*/
/*	filter: invert(55%) sepia(12%) saturate(2454%) hue-rotate(77deg) brightness(102%) contrast(87%);*/
/*}*/

.get_touch .get_in {
	box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02) !important;
}



.mob_scr {
	display: none;
}



/*-----------Media--Screen----------*/
@media only screen and (max-width: 1440px) {
h1{font-size: 2rem !important;}	
}







@media only screen and (max-width: 1280px) {


}
@media screen and (min-width:1216px) {
	

    .width_800 .columns{
        width: 800px;
        margin: auto;
    }

    .width_600 .columns{
        width: 600px;
        margin: auto;
    }
    
    .get_touch .get_in{
        width: 600px;
        margin: 0 auto;
        margin-top: 30px !important;
    }

    .fixed_price{
        width: 600px;
        margin: 0 auto;
        margin-top: 80px !important;
    }
/********Second Page***********/
.rdy-quot{
    width: 500px !important;
}

}


@media only screen and (max-width: 1024px) {
	
	
	
.boiler-order-answer{
    margin: 20px auto;
    padding: 20px !important;
}
	
.heat-header{
    padding-left: 2% !important;
    padding-right: 2% !important;
}
.width_800{
    padding: 10% 5% !important;
}
.which-trade{
    display: none !important;
}
.ctn_width{
    padding: 10% 5% !important;
}
.width_600{
    padding: 10% 5% !important;
}

}

@media only screen and (max-width: 992px) {


}

@media only screen and (max-width: 768px) {
.frmMainWrapper.p-6 {
	padding: 1rem !important;
}
.quote-form__checkbox-content p {
	text-align: left;
}
.our_promise ul li {
	font-size: 17px;
}
.maxWidth700 {
	max-width: 100%;
	margin: 0 auto;
}
.maxWidth500 {
	max-width: 100%;
	margin: 0 auto;
}
.desk_scr {
	display: none;
}
.mob_scr {
	display: block;
}	
.hde_mb {
	display: none;
}
.width_800 .box, .section_wrapper .box {
	min-height: auto;
	padding: 10px !important;
}
.infoFaIcon {
	position: absolute;
	width: 50px;
	bottom: auto;
	left: auto;
	right: 5px;
	top: 0;
	cursor: pointer;
}
.moreInfoTxt {
	background: #f7f7f7;
	padding: 12px 8px 8px !important;
	margin-top: -5px;
	border-radius: 0 0 10px 10px;
}	
#quote-start.section_wrapper.ctn_width .columns {
	width: 100%;
	margin: 0 auto;
}	
.ac-thumbnail img {
    /* width: 90%; */
    margin: auto;
    max-width: 300px;
}

.acInfoSection {
    flex-direction: column;
}

.productNameDeskView { display: none; }

.productNameMobView { display: block; }


}

@media only screen and (min-width: 768px) {
.section_wrapper .box:hover { border: 1px solid #e69725; }
.section_wrapper .box:hover .moreInfoTxt { display: block; }
.section_wrapper .box:hover .infoHoverTxt {
    display: block;
    background: #e69725;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
	
	.all-option img{
		margin: auto !important;
	}
			
	.main-sec{
		margin-top: 3rem;
	}
    
    .width_800 .box:hover{
        background-color: #fff;
        scale: 1.1;
        box-shadow: 4px 4px 10px #8080801c;
    }
    .ctn_width .box:hover{
/*         background-color: #ebeced; */
        scale: 1.1;
        box-shadow: 4px 4px 10px #8080801c;
    }
    .width_600 .box:hover{
        background-color: #fff;
        scale: 1.1;
        box-shadow: 4px 4px 10px #8080801c;
    }
	
	#quote-start.ctn_width .box:hover, #room-size.ctn_width .box:hover, #wall-type.ctn_width .box:hover, #outdoor-unit.ctn_width .box:hover{
        scale: 1;
    }
	
.back_step_button:hover {
	color: white;
	background: #e69726;
	border-color: #e69726;
}	
	
	
	
	

}


@media only screen and (max-width: 767px) {
#more-then-one .mob_box img {
	margin: 0;
	width: auto;
}
#more-then-one .mob_box {
	gap: 10px !important;
}	
	
	#how-many-unit .columns {
  display: flex;
  flex-wrap: wrap;
}
	.all-option4 h3 {
  		font-size: 3rem !important;
  		height: auto;
  		margin: 0 10px;
	}
	.fn-st {
		font-size: 2rem !important;
		margin: 0 0 0 5px !important;
	}
	.form-wrap{
		flex-direction: column;
		gap: 0px;
		margin-top: 10px;
	}
	
	.book-installation .p-5{
		padding: 0!important;
	}
	
		.book-installation .buttons{
		margin-top: 20px!important;
	}
	

	
		.book-installation h4{
		margin-top: 20px!important;
	}
		
.back_step_button {
	cursor: pointer;
	position: relative;
	left: 0%;
	transform: translate(-50%,0);
	color: #e69726;
	bottom: -8px;
	top: initial;
}
	
.ctn_width .box h4{
    text-align: left;font-size: 18px !important;
}	
.ctn_width {
	padding: 5% 0 !important;
}	
    .width_800 img{
        height: 50px !important;
    }
    .ctn_width img{
        height: 50px !important;aspect-ratio: 1;
    }
    .width_600 img{
        height: 50px !important;
    }
    .mob_box{
        display: flex !important;
        align-items: center;
        padding: 10px !important;
    }
    .width_800 .column{
        padding: 0.25rem !important;
    }
    .ctn_width .column{
        padding: 0.25rem !important;
		position: relative;
		margin-bottom: 5px;
    }
    .width_600 .column{
        padding: 0.25rem !important;
    }
    .width_800 .box{
        background-color: #f7f7f7;
		gap: 20px;
    }
    .ctn_width .box{
        background-color: #f7f7f7;
		gap: 10px;
		margin-bottom: 0 !important;
    }
    .width_600 .box{
        background-color: #f7f7f7;
		gap: 20px;
    }
}

@media only screen and (min-width: 767px) {

    .mob_box img {
        margin: 0 auto;
        width: 130px;
        transition: width 0.25s;
        }

        .section_wrapper .box:hover img {
            width: 100px;
        }

}


@media only screen and (max-width: 736px) {
#primary {
	margin-top: 1rem !important;
}

}

@media only screen and (max-width: 480px) {
	#primary {
	margin-top: 1rem !important;
}
	.monthly-options{
		flex-direction: column;
		width: 90%;
	}

	.payment-tab input, .payment-option-active input{
		width: 38vw;
		font-size: 14px !important;
		padding: 15px;
	}
	
	.payment-tab i{
    font-size: 16px !important;
    margin-left: 15px;
    top: 21px;
	}
	
	
}


/* ================================================== boiler rapair ===================================================== */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.brand-color{
        color: #363636  !important;
    font-family: 'Quicksand';
	
}
.brand-color2{
    color: #363636 !important;
}
.bg-color{
    background-color: #eaf1ff;
}
.bdy-bg-clor{
    background-color: #ebeced;
}
.bgcol-lblue{
    background: #3998e514;
}
.bgcol-brand{
    background: #fcb900;
}
.width_800{
    width: 800px !important;
    margin: auto !important;
}
.width_500{
    width: 500px !important;
    margin: auto !important;
}

.all-option{
    cursor: pointer;
    min-height: 255px;
    background-color: #f7f7f7 !important;
    transition: 0.2s;
    box-shadow: none !important;
}
.all-option p{
    font-size: 20px;
	text-align: center;
}
.all-option2{
    cursor: pointer;
    min-height: 250px;
    background-color: #f7f7f7 !important;
    transition: 0.2s;
    box-shadow: none !important;
}
.all-option2 p{
    font-size: 20px;
}
.all-option2 img{
    margin: 50px 0;
}
.all-option3{
    cursor: pointer;
    min-height: 250px;
    background-color: #f7f7f7 !important;
    transition: 0.2s;
    box-shadow: none !important;
}
.all-option3 p{
    font-size: 20px;
}
.num-img{
    margin-bottom: 30px;
}
.num-img2{
    font-size: 25px;
    line-height: 1.25rem;
}
.num-img3{
    font-size: 80px;
}
.your-msg{
    width: 700px !important;
    margin: auto !important;
}
.your-pcode{
    width: 500px !important;
    margin: 0 auto !important;
}
.your-pcode .input{
    width: 400px !important;
}
.your-pcode .button{
    width: 150px !important;
}

/*************Boiler Option section start here*************/
.boiler-option .input{
    border-color: rgba(0, 0, 0, 0.5) !important;
}
.boiler-option .input:hover{
    border-color: rgba(0, 0, 0, 0.5) !important;
}
.fnl-svy p a:hover{
    text-decoration: underline;
}

/*************Payment Page start here*************/

.pay-sec img{
	height: auto !important;
	margin: auto;
}

.detail-radio{
	display: flex;
	flex-wrap:wrap;
}

.detail-radio button:hover {background: #38af00;color: white;}
.detail-radio .radio {margin: 10px !important;font-size: 16px !important;padding: 8px 10px !important;}
.detail-radio button {width: 200px;border: none;height: 40px;text-align: left;}
#time-error, #survey-type-error, #survey-appname-error, #postcode-error, #date-error  {color: red;}
.timeSloat1 .radio {width: 200px;}

.detail-radio label{
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    border: solid 1px #8080801a;
}


.pay-sec{
    border-radius: 10px !important;
    border: 1px !important;
}
.pay-sec-mid{
    border-right: 1px solid lightgray;
}

.repair-btn{
	background: #de9d3b !important;
	color: white !important;
	border: none;
}

.repair-btn:hover{
	background: #535258 !important;
}







/*-----------Media--Screen----------*/

@media only screen and (min-width: 1280px) {

}

@media only screen and (max-width: 1280px) {


}


@media only screen and (max-width: 1024px) {
    .all-option p{
        font-size: 18px !important;
    }
    .all-option2 p{
        font-size: 18px !important;
    }
    .all-option3 p{
        font-size: 18px !important;
    }
    .all-option3{
        min-height: 210px;
    }
	.addon-products .navbar{display:none;}

}

@media only screen and (max-width: 992px) {
    .width_800{
        width: 700px !important;
    }

}
@media only screen and (min-width: 768px) {
    
    .all-option:hover{
        background-color: #fff !important;
        scale: 1.05 !important;
        box-shadow: 2px 2px 10px #8080801c;
    }
    .all-option2:hover{
        background-color: #fff !important;
        scale: 1.05;
        box-shadow: 2px 2px 10px #8080801c;
    }
    .all-option3:hover{
        background-color: #fff !important;
        scale: 1.05;
        box-shadow: 2px 2px 10px #8080801c;
    }



}
@media only screen and (max-width: 768px) {
   
 /*-----------Main Page CSS----------*/
 .all-option{
    display: flex !important;
    align-items: center;
    flex-direction: row;
    min-width: 400px;
    padding: 1rem !important;
    min-height: auto !important;
}
.all-option img{
    width: 70px !important;
}
.all-option p{
    padding: 0 !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 100;
}
.all-option2{
    display: flex !important;
    align-items: center;
    min-width: 200px;
    padding: 0.5rem !important;
    min-height: auto !important;
}
.all-option2 img{
    width: 80px !important;
    margin: 0 20px 0 10px !important;
}
.all-option2 p{
    padding: 0 !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 100;
}
.all-option3{
    display: flex !important;
    align-items: center;
    min-width: 200px;
    padding: 0.5rem !important;
    min-height: auto !important;
}
.all-option3 img{
    width: 70px !important;
}
.all-option3 p{
    padding: 0 !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 100;
}
.width_500{
    width: 100% !important;
    margin: auto !important;
}
.width_800{
    width: 100% !important;
    margin: auto !important;
}
.num-img{
    padding: 0.5rem !important;
    margin: 0 20px 0 10px !important;
}
.num-img2{
    font-size: 10px;
    line-height: 0.5rem;
}
.num-img3{
    font-size: 20px;
} 
.your-msg{
    width: auto !important;
}
.your-pcode{
    width: 100% !important;
    margin: 0 auto !important;
}
.our_promise1{
    padding: 10px 0;
}
.our_promise1 .icon-text{
    font-size: 15px;
}

/*************Payment Page start here*************/

.pay-sec{
    border: 1px !important;
    text-align: center;
    max-width: 400px;
    padding: 10px !important;
}
.pay-sec-mid{
    border-right: none;
    border-bottom: 1px solid lightgray;
    text-align: center !important;
}






}


@media only screen and (max-width: 767px) {


}

@media only screen and (max-width: 736px) {


}

@media only screen and (max-width: 480px) {
    .all-option{
        min-width: 200px;
    }
    .visit-sec .radio{
        font-size: 18px !important;
        margin: 0;
        margin-bottom: 10px;
    }
    .visit-sec h3{
        font-size: 18px !important;
    }
    .addr-sec h3{
        font-size: 18px !important;
    }

}
	
	.ac-thumbnail{
    display: flex;
    align-items: center;
	}

/* .ac-thumbnail img{
	width: 90%;
} */

.data-sheet {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    margin-top: 20px;
    color: #10682a;
    background: white;
    padding: 6px;
    border-radius: 50px;
    text-decoration: underline;
}

@media only screen and (max-width: 384px) {
#more-then-one .mob_box {
	gap: 10px !important;
}

}

@media only screen and (max-width: 375px) {


}

@media only screen and (max-width: 360px) {


}

@media only screen and (max-width: 320px) {


}

.productp h3 {
    font-size: 29px !important;
}
#date-refresh-btn {
    background-color: #e69726;
}
#date-refresh-btn:hover{
background-color: #282828;
}
#submit {
    background-color: #e69726;
}
#submit:hover {
    background-color: #282828;
}
.book-installation .control input {
	background: #f3f4f6;
	border-radius: 8px !important;
}

#noOfUnit {
    background: #282828;
    color: white;
    display: flex;
    width: 40px;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: math-auto;
}
