/* ======================================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;
}
.hd-back {
	position: fixed;
	z-index: 11;
	bottom: 2%;
	left: 2%;
}
.highlight-color{
	font-weight: 500 !important;
    color: #f8a43f;
}
#noOfUnit {
	background: #9499fe;
	color: white;
	display: flex;
	width: 40px;
	justify-content: center;
	height: 40px;
	align-items: center;
	border-radius: 100%;
	position: absolute;
	top: 12%;
	right: 11%;
	text-transform: math-auto;
}

.booking-all-option{
	min-height: auto !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
	height: 70px;
}

.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: 25px !important;
	line-height: 1.5;
	margin-bottom: 5px !important;
}  
  .top-radio label input {
      display: none;
      border-radius: 80px;
  }
  
  .top-radio label:hover {
      background: #ebeced;
  }
  
  .top-radio .active-radio:hover {
      background: #38af00;
  }





/* #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: #21c1fe !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: #21c1fe;color: #21c1fe !important;}
#save-quote-modal .button.is-success:last-child {background-color: #fff;border-color: #21c1fe;color: #21c1fe;border-radius:50px;}
#save-quote-modal .button.is-success:last-child:hover {background-color: #21c1fe;border-color: #21c1fe;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:#21c1fe;}
#save-quote-modal .req-call a:hover{color:#9499fe;}
#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;}
	
}

.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;
}	
.yfip_txt {
    border-radius: 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;}	

	
.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;font-size: 21px !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;}
.btn_container,
.calc-btn,
.price_container_inner {
    padding: 0px 20px !important;
}
#vat-exc,
#vat-inc {
    position: absolute;
    right: 0;
    font-size: 13px !important;
    top: 0;
}
.left-pbox {
    position: relative;
}
.left-pbox div {
    display: flex;
    justify-content: start;
    width: 100%;
    max-width: 50% !important;
    flex-direction: column;
    text-align: left;
}

}


/* ============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-back a {
	background: #de9d3b;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50px;
}
.hd-btn ul, .hd-btn ul li {
	margin: 0;
	display: flex;
}
.btn-fill {
	font-size: 1rem;
	margin: 10px 5px;
}
.hd-back a {
	background: #9499fe;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50px;
	padding: 10px 15px;
}
.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;
}



#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;
}
.bq-col-30 {
	width: 30%;
	padding: 2rem 1rem;
	z-index: 2;
	position: relative;
}

.bq-col-50 {
    width: 50%;
    padding: 2rem 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: 250px;
	height: 250px;
	background: #21c1fe33;
	border-radius: 15px 0 175px 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
/*=======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;
	font-size: 16px;
	line-height: 2rem;
}

.checklist li::before {
	

    position: absolute;
    left: -7%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #38af00;
	
}

/* hidden box */


.right-pbox p{
	display: none;
}

#paymonthly{
	display: none;
}

/*=====Price==style 2=========*/
#boilers_list .boiler_list_content .boiler_price_details {
    background: #21c1fe33 !important;
    padding: 0 0 2% !important;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.btn_container, .calc-btn, .price_container_inner {
	padding: 0px 30px;
	margin: 30px 0 0;
}

.right-pbox {
	text-align: left;
}
.bg-white {
    display: flex;
    margin: 2rem 0px;
    flex-direction: column;
}
.left-pbox, .right-pbox {
	/* width: 50%; */
	
}
.left-pbox {
    width: 100%;
    display: flex;
    gap: 10px;
    background: rgb(246, 246, 246);
    align-items: center;
    padding: 5px 5px 0px;
    margin-bottom: 30px;
    border-left: 3px solid #9499fe;
}
.left-pbox p {
    font-size: 15px !important;
    margin: 0px !important;
}
.left-pbox div {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 60%;
}
.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;
}

.right-pbox h3 {
    margin-bottom: 0 !important;
}
.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;
}
.yfip_txt {
    margin-bottom: 23px;
    text-transform: none;
    background: #9499fe;
    color: white;
    padding: 5px 26px;
    border-radius: 0px 0px 20px 20px;
    line-height: 1.5;
}


#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: 100px;
	position: absolute;
	top: -14px;
	left: 0;
}
.boiler-price-divider {
    font-size: 12px;
    padding-top: 25px;
    position: relative;
    display: none;
}
/*=====Price==style 2====END======*/
.btn_container .btn-fill {
	font-size: 1.2rem;
	padding: 15px;
}
.btn_container .btn-fill:hover {
	padding: 15px;
}


.btn_container button {
	width: 100%;
	margin: 10px 0;
	border-radius: 50px;
	border: 0;
}
/*=======Boiler-Heading and para=Style==END===*/

.left_tb {
    background: #f1f1f1;
    width: 160px;
    display: inline-block;
    padding: 0px 10px;
    margin: 3px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
}
.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;
}
#boilers_list h6 {

	display: none;
}
/*=====Section 2====END======*/



/*======Checkout Page Css====*/
.addon-products .buttons .button.is-primary {background-color: #21c1fe;border-color: transparent;color: #fff;}
.addon-products .buttons .button.is-primary:hover {background-color: #9499fe;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: #535258;
	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: #21c1fe;
    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: #9499fe;
}


.payment-tab-section{
	display: flex;
	justify-content: start;
	gap: 5px;
}

#installation-details P{
	margin-bottom: 10px;
}


.checkout-fields{
	width: 100%;
}


.form-wrap{
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 20px;
}

.chek-btn{
    background: #21c1fe !important;
    color: #fff !important;
}
.chek-btn:hover {background: #21c1fe !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;
}

.four-box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
    margin-top: 17px;
}

.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 {
	padding: 15px 0;
	display: flex;
	border-bottom: .5px dashed;
}
.shopping-basket-product-name {
	font-size: 17px;
	line-height: 1.18em;
	color: #2d3d4d;
	margin-right: 15px;
	flex: 1 1 auto;
	text-align: left;
}
.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;
}

 .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;
}
.book-installation .field .label {
	font-weight: 500;
}

.book-installation .buttons.are-medium {
    margin-top: 40px;
    padding-top: 0 !important;
}
.book-installation .buttons.are-medium .is-success {
	background: #443939;
}
.book-installation .buttons.are-medium .is-success:hover {
	background: #21c1fe;
}
.book-installation .datepicker-nav {
	background: #21c1fe  !important;
}


.review-and-pay .sub-title.is-4 {
	font-size: 24px;
}


.button:hover, .button:active, .button:focus{
	color: white !important;
}
.datetimepicker-wrapper .datepicker-nav .datepicker-nav-next:active, .datetimepicker-wrapper .datepicker-nav .datepicker-nav-next:focus {background-color: #9499fe !important;color: #fff !important;}
.datetimepicker-wrapper .datepicker-nav .datepicker-nav-previous:active, .datetimepicker-wrapper .datepicker-nav .datepicker-nav-previous:focus {background-color: #9499fe !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 1rem 0;
}
.bq-col-50 {
	width: 100%;
	padding: 2rem 1rem;
	display: block;
}
#boilers_list .boiler_list_content {
	display: block;margin: 3rem 0;}
.bq-col-50 {
	width: 100%;
	padding: 1rem 1rem;
	display: block;
	position: relative;
	z-index: 2;
	text-align: center;
}
.brand-logo img {
	width: 60%;
	text-align: center;
	margin: 0px auto 20px;
}
.checklist li {
	    padding-left: 10px;
    margin-left: 16px;
	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: 1.2rem;
}

.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 {
	/* background: #38af0036 !important; */
	/* padding: 5% !important; */
}
	
	
	
	
	
	
/*=====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%;
}
	

}

.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;
}


/*************************************************************************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{
    background-color: #f7f7f7;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
}


/* .width_800 .box:active{
    background-color: #ff872a !important;
} */
.width_800 h1{
    margin: 50px 0 30px 0;
}
.width_800 p{
    font-weight: 600;
}
/********width 800 closed here**********/

.ctn_width .box{
    background-color: #f7f7f7;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
}
/* .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: 4rem;
    height: 120px;
    color: #4a4a4a !important;
    font-weight: 600 !important;
}

.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; */
    padding: 3rem 1.5rem;
}
.get_touch .checkbox input[type="checkbox"] {
    display: none;
}


.get_touch .checkbox .terms-conditions {
    position: relative;
    padding-left: 30px;
}

.get_touch .checkbox .terms-conditions::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #9499fe;
    position: absolute;
    left: 4px;
    top: 2px;
    border-radius: 2px;
    cursor: pointer;
}

.get_touch .checkbox input[type="checkbox"]:checked~label::before {
    background: #9499fe;
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff;
    text-align: center;
    line-height: 1;
}

.terms-conditions {
    margin-bottom: 20px;
}

.get_touch .quote-form__checkbox-wrapper.checkbox.mt-4 {
    width: 100%;
    text-align: left;
}
.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{
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}
.our_promise h3 {
	margin-bottom: 0rem !important;
	text-transform: inherit;
}
.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: #9499fe;}
.datetimepicker-wrapper .datetimepicker-footer-clear.has-text-danger.button.is-small.is-text {background-color: #21c1fe !important;color: #fff !important;}
.datetimepicker-wrapper .datetimepicker-footer-clear.has-text-danger.button.is-small.is-text:hover {background-color: #21c1fe !important;}
.datetimepicker-selection-day{
	    color: #21c1fe !important;
}

.is-today{
	background: #38af00  !important;
}

.datepicker-nav{
	background: #21c1fe  !important;
}

.datetimepicker{
	max-width: inherit !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{
    position: absolute;
    bottom: 12px;
    left: 3%;
    font-size: 21px;
    border-right: 1px solid;
    padding-right: 15px;
	color: #000000c4;
	z-index: 100;
}


.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%;
}



/* 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;
}

/*-----------Media--Screen----------*/

@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) {

.ac-thumbnail img {
    width: 90%;
    margin: auto;
    max-width: 250px;
}

}

@media only screen and (min-width: 768px) {
	
	.all-option img{
		margin: auto !important;
	}
	
	.checklist{
		margin-left: 35px;
	}
	
		
	.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: #fff;
        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;
    }

}


@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;
  		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{
	position: relative;
	bottom: -14px;
	left: 40%;
    font-size: 21px;
    border-right: 1px solid;
    padding-right: 15px;
	}
.last-back {
	bottom: 0 !important;
}
	
    .width_800 img{
        height: 50px !important;
    }
    .ctn_width img{
        height: 50px !important;
    }
    .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;
    }
    .width_600 .column{
        padding: 0.25rem !important;
    }
    .width_800 .box{
        background-color: #f7f7f7;
		gap: 20px;
    }
    .ctn_width .box{
        background-color: #f7f7f7;
		gap: 20px;
    }
    .width_600 .box{
        background-color: #f7f7f7;
		gap: 20px;
    }
}

@media only screen and (min-width: 767px) {

.mob_box img {
      margin: 0 auto;
    width: 130px;
	}

}


@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) {
.left_tb {
	width: 130px;
	padding: 0;
	margin: 0;
	height: 50px;
}
.left_tb .is-flex {
	align-items: center;
}	
.left_tb .is-flex .subtitle.is-6 {
	line-height: 1 !important;
}
.boiler-info.text-left.bq-col-50 h3 {
	margin-bottom: 1rem;
}	
.price-box-new {
	margin: 0 !important;
}
.boiler-price-divider {
	padding-top: 10px;
}	
.right-pbox h3 {
	margin-bottom: 1rem !important;
}	
.btn_container button {
	margin: 5px 0;
}	
	
    .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;
    }

}

.btn_container button:first-child {
	font-size: 1.2rem;
}	
	.ac-thumbnail{
		    height: 86%;
    display: flex;
    align-items: center;
	}

.ac-thumbnail img{
	width: 90%;
}

@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) {


}

/* more than one */
.ctn_width .box {
    background-color: #f7f7f7;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
}
.card {
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 .5em 1em -.125em rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .02);
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
}
.more-then-one.heading-sec p {
    font-size: 15px !important;
}

.ctn_width p {
    font-weight: 600;
}
#more-then-one .modal-content .columns {
    margin-top: 15px;
}

@media screen and (min-width: 769px),
print {
    .columns:not(.is-desktop) {
        display: flex;
    }
}

.columns:not(:last-child) {
    margin-bottom: calc(1.5rem - .75rem);
}

.columns {
    margin-left: -.75rem;
    margin-right: -.75rem;
    margin-top: -.75rem;
}

#more-then-one .mob_box img {
    margin: 0 auto 15px;
}

@media only screen and (min-width: 767px) {
    .mob_box img {
        margin: 0 auto;
        width: 130px;
    }
}

img {
    height: auto;
    max-width: 100%;
}

img,
video {
    height: auto;
    max-width: 100%;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

img {
    border-style: none;
}
#more-then-one .column p {
    text-align: center;
}

.mob_box p {
    font-size: 15px;
}

.ctn_width p {
    font-weight: 600;
}






#showUnit {
    background: #9499fe;
    color: white;
    display: flex;
    width: 40px;
    justify-content: center;
    height: 40px;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    top: 40px;
    right: 40px;
    text-transform: math-auto;
}

.color-switcher  .color-btn:nth-child(4) {
    color: #0f0e0e;
    background: #afaca1;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(175, 172, 161, 1) 50%);
}

.color-switcher  .color-btn:nth-child(3) {
    color: #0f0e0e;
    background: #f1f1f1;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
}

.color-switcher  .color-btn:nth-child(2) {
    color: #000;
    background: #fff;
    /* border: 2px solid #8080806c; */

}
.color-switcher .color-btn.active {
    outline: 2px solid #21c1fe;
}
.color-btn {
    padding: 0;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.color-switcher {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media only screen and (max-width: 767px) {

    #how-many-unit p {
        font-size: 30px !important;
    }

    #showUnit {
        top: 10px;
        right: 30px;
    }




}

@media only screen and (max-width: 480px) {






}
.chck0\%vat {
    margin-top: 15px;
}