/* ======================================Bookings======================================= */
/* best seller */

/*  */
.main-q-box {
    background: white;
    padding: 5%;
    border-radius: 20px;
}
.single-price-total{
    display: flex;
    justify-content: center !important;
    margin-bottom: 20px !important;
}
.postcode-popup {
	padding: 50px !important;
}
.mdl-cls-bnt {
	position: absolute !important;
	background: #000 !important;
	top: 2px !important;
	right: 2px !important;
}
.postcode-popup {
    background: white;
    padding: 30px;
    border-radius: 10px;
    /* position: relative; */
    max-width: 600px;
}
.card-btn{
	color: white;
}

.kanda-btn{
		padding: 20px;
        font-size: 30px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
		background: white;
		color: #0d007a;
}

    .kanda-btn img{
        width: 100px;
    }

    .kanda-btn img:last-child{
        display: none;
    }

.kanda-btn:hover, .kanda-btn:active, .kanda-btn:focus{
	background: #e16c34;
	color: white !important;
}


    .kanda-btn:is(:hover, :focus, :active) img:last-child{
        display: block;
    }


    .kanda-btn:is(:hover, :focus, :active) img:first-child{
        display: none;
    }



#card-element{
    background: #80808014;
    padding: 20px;
    border-radius: 10px;
}


.kandaFinBtn{
    border-radius: 5px;
    background: #0d007a;
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}



.kandaFinBtn img{
	width: 100px;
}

.kanda-sec img{
	height: 60px;
}

.card-img-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.card-sec{
    padding: 14px;
    border: dashed 1px gainsboro;
}

.kanda-sec{
    display: flex;
    justify-content: space-between;
    padding: 14px;
    border: dashed 1px gainsboro;
}

/*  */

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.kandaFinBtn{
	    display: flex;
    gap: 20px;
    min-height: 50px;
    align-items: center;
    background: #35a4a2;
    width: 100%;
    justify-content: center;
    font-size: 20px;
    flex-wrap: wrap;
}
.kandaFinBtn:hover, .kandaFinBtn:focus, .kandaFinBtn:active{
    background: #e16c34;
}
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: white;
    color: #4a4a4a;
    text-align: center;
    border-radius: 6px;
    padding: 12px 10px;
    position: absolute;
    z-index: 1;
    top: 106%;
    left: 63px;
    margin-left: -60px;
}

.tooltiptext img{
	    height: 20px;
    width: 20px;
    margin-bottom: 10px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.best-seller .boiler_list_content{
	    border: solid 2px #35a4a2;
}

.best-seller .boiler_list_content:after{
    content: 'Best Seller';
    background: #35a4a2;
    padding: 2px 25px;
    border-radius: 20px;
    position: absolute;
    left: 34px;
    top: -16px;
    color: white;
    font-size: 19px;
}

/* help button css  */
.spk-exp {padding: 0 !important;text-decoration: none !important;}
.spk-exp-num {font-size: 20px;color: #35a4a2;}
.spk-exp-num:hover {color: #e16c34 ;}
.cht-wus {cursor: pointer;}
.cht-wus .chat-with-us {text-decoration: none !important;}
.rqt-call {cursor: pointer;}
.rqt-call a {text-decoration: none !important;}

#date-refresh-btn {
	background: #35a4a2 !important;
}
#date-refresh-btn:hover {
	background: #e16c34 !important;
}
.quote-form__checkbox-content p a:focus, .quote-form__checkbox-content p a:active {
	color: #363636;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.boiler-order-answer{
	border-radius: 20px;
}

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

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


@media only screen and (max-width: 580px) {
	
	.kanda-btn{
	    font-size: 15px !important;
    padding: 10px;
    width: 100% !important;
	}
    
	.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;
}
.formnextbutton {
  width: 100%;
}
/**********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: #35a4a2;
    color: white;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
.booking-next-btn:hover {
    transition: 0.2s;
    background-color: #e16c34 ;
}

.your-pcode{
    max-width: 500px !important;
    margin: 0 auto !important;
}

.your-pcode .button{
    width: 150px !important;
}



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



}


/* =============Popup============== */
.bg_clr .box.req-call {
	background: #e16c34 ;
}
.customHTML_html_r10y2v1nnrp0-hl-custom-code{
	display: none !important;
}

.req-call{
    border-radius: 20px;
    padding: 30px;
}
.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%;
  }
  /* .modal-background::after{
    content: url(Mask-Group-2.png);
    position: absolute;
    width: 50%;
    height: 50%;
    left: 50%;
    z-index: 200;
  } */
  
.brand-text-col{
    color: #535258 !important;
}


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

@media only screen and (max-width: 1280px) {
    .modal-background::after{
        right: 320px;
        top: 85px;
    }

} */

.model-top{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}

.model-top img{
    width: 150px;
    margin-top: -110px;
}

@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;
      }
    .req-call{
        padding: 30px;
    }
    .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;
    }

}

.modal-card, .modal-content {
    padding: 20px;
    max-height: 100%;

}


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

.modal-card, .modal-content {
    margin: 0 auto;
    width: 780px;
    z-index: 100;
    padding: 100px 20px;
}

}


@media only screen and (max-width: 767px) {
#request-callback-modal .modal-content {
	width: 100% !important;
}
#request-callback-modal .req-call {
	padding: 0 !important;
}	
#Whats-included .modal-card {
	width: auto !important;
}

    
.model-top img{
    width: 68px;
    margin-top: -101px;

}

}


/* ============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===*/

.btn-fill:hover {
	background: #35a4a2;
}
#header-section-2 {
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 10px;
}
.head-after {
	width: 20%;
}
.head-after1 {
	width: 80%;
}
.hd-btn {
	float: right;
}
.hd-back a {
	background: #e16c34 ;
	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: #e16c34 ;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50px;
	padding: 14px 16px;
}
.btn-fill {background: #e16c34 ;
	font-size: 1rem;
	margin: 10px 5px;
	padding: 6px 20px;
}

/*=====Popup--Form==*/
.modal-card-body {
	background: #f9f9f9 !important;
}
#save-quote-modal, #request-callback-modal {
	
/*	max-width: 800px;
	margin: 0 auto;
	background: #f2f2f2;
	padding: 40px;
	text-align: center;*/
}
#save-quote-modal #btn-sent-quote-single, #save-quote-modal #btn-sent-quote-all {
	background: #e16c34 !important;
	color: #fff !important;
	border-radius: 50px;
}
#save-quote-modal #btn-sent-quote-single:hover, #save-quote-modal #btn-sent-quote-all:hover {
	background: #35a4a2 !important;
	border: none;
	color: #fff !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;
}
#save-quote-modal .button.modal-close-button {
	background-color: #35a4a2;
	border: none ;
	color: #fff ;
	border-radius:50px;
}
#save-quote-modal .button.modal-close-button:hover {
	background: #e16c34;
	border: none;
	color: #fff;
}
#send-quote-done-message a {
	border: 1px solid #e16c34;
	padding: 5px 10px;
	border-radius: 50px;
	background: #e16c34;
	color: #fff !important;
}
/*=====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;
}

.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: #35a4a20a;
	border-radius: 0 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;
	z-index: 0;
}


.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: #35a4a2;
    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: 1.2rem;
	line-height: 2rem;
}

.checklist li::before {
    position: absolute;
    left: -7%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #35a4a2;
	
}

/* hidden box */


.right-pbox p{
/* 	display: none; */
}

/* #paymonthly{
	display: none;
} */

/*=====Price==style 2=========*/
#boilers_list .boiler_list_content .boiler_price_details {
	background: #35a4a20a !important;
	padding: 4% 3% !important;
}



.right-pbox {
	text-align: right;
}
.bg-white {
	display: flex;
	margin: 2rem 0px;
}
.price-box-new {
	display: flex;
	margin: 2rem 0px;
	flex-direction: column;
	justify-content: center;
}
#product1_price300 {
	margin-bottom: 0 !important;
}
.left-pbox, .right-pbox {
/* 	width: 50%; */
	
}
.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: 5px 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;
}

.custom-save-but {
	background: #443939;
}
.custom-save-but:hover {
	background: #de9d3b;
}
#boilers_list h6 {
	text-align: center;
	background: #443939;
	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;
}
.left-pbox {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom:10px;
  /* margin-left: 50px; */
  width: 100% !important;
  align-items: baseline;	
}
.mn-kanda-price{
	display: flex;
}
.right-pbox {
	width: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boiler-price-divider::before {
	content: "";
	display: block;
	width: 1px;
	border: 1px dashed;
	height: 100px;
	position: absolute;
	top: -14px;
	left: 12px;
}
.boiler-price-divider {
	font-size: 12px;
	padding-top: 25px;
	position: relative;
}
/*=====Price==style 2====END======*/
.btn_container .btn-fill {
	background: #35a4a2;
	font-size: 1.4rem;
	padding: 15px;
	border-radius: 50px;
}
.btn_container .btn-fill:hover {
	background: #e16c34 ;
	padding: 15px;
}
.btn_container .btn-fill:last-child {
	background: #e16c34  !important;
	border-radius: 50px;
}

.btn_container button {
	width: 100%;
	margin: 10px 0;
	
}
.btn_container button.fst-bnt:hover {
	background: #e16c34 !important;
/* 	border: 1px solid #d33f2a !important; */
}
/*=======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;
	background: #35a4a2 !important;
}
.is-fullhd #submit:hover {
	background: #e16c34 !important;
}
#boilers_list h6 {

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



/*======Checkout Page Css====*/

.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: #35a4a2;
	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-tab input:hover, .payment-tab input:focus, .payment-tab input:active {
	background: #e16c34 !important;
}
.payment-option-active input{
    background: #e16c34;
    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: #e16c34;
}


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

#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: #35a4a2 !important;
	color: white !important;
    border: none;
}
.chek-btn:hover {
	background: #e16c34  !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;
	height: 54px !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: center;
}

.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;
}
.book-installation .buttons.are-medium .is-success {
	background: #443939;
}
.book-installation .buttons.are-medium .is-success:hover {
	background: #de9d3b;
}
.book-installation .datepicker-nav {
	background: #14224e !important;
}
.review-and-pay .sub-title.is-4 {
	font-size: 24px;
}


.button:hover, .button:active, .button:focus{
	color: white !important;
}

/*======Checkout Page Css==End==*/



/*===Responsive==Mobile=====*/
@media screen and (max-width: 992px) {
.left-pbox {margin-left: 14px;}
	
}

@media screen and (max-width: 767px) {
.left-pbox {justify-content: center;}
	
	

 .mobil-view {
	display: block;
	z-index: 2;
	position: relative;
}
.desk-view {
	display: none;
}
.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: 2rem 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 {
    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: 20px;
	margin: 0 auto;
}
#boilers_list .boiler_list_content .boiler_price_details {
	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;
}
.head-after1 {
	width: 100%;
}
#header-section-2 {
	display: block;
	
}
.btn-fill {
	font-size: 13px;
	margin: 10px 5px;
	padding: 6px 10px;
}
.hd-btn {
	float: none;
	margin: 0 auto 0 5px;
}
	
#header-quote {
	
	margin-bottom: 0px;
}	
	
	
}


.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: 100px; */
	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: 27px;
    line-height: 42px;
    padding-right: 10px;
}
.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;
/*     border: 1px solid #25a09c; */
}
/* .width_800 .box:active{
    background-color: #ff872a !important;
} */
.width_800 h1{
    margin: 50px 0 30px 0;
}
.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;
/*     border: 1px solid #259f9b; */
}
/* .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;
}
.mob_box img {
  /*  filter: invert(16%) sepia(97%) saturate(1125%) hue-rotate(219deg) brightness(111%) contrast(107%); */
}
.width_600 .box{
    background-color: #fbfbfb;
    cursor: pointer;
    box-shadow: none;
    border-radius: 10px;
    transition: 0.2s;
/*     border: 1px solid #249f9b; */
}
/* .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**********/ 
.form_postcode_search input[type="button"], .formnextbutton {
	background: #35a4a2 !important;
}
.form_postcode_search input[type="button"]:hover, .formnextbutton:hover {
	background: #e16c34 !important;
}
.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 .terms-conditions p{
    text-align: left;
}
.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: 1rem !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;
}



/********************Fifth Page***************************/

/********Checkout Page*********/
.addon-products .buttons .button.is-primary {background-color: #35a4a2;border-color: transparent;color: #fff;}
.addon-products .buttons .button.is-primary:hover {background-color: #e16c34 ;border-color: transparent;color: #fff;}
#topbarmenu .navbar-item:hover {color: #35a4a2;}
.product-price-box a, .shopping-basket-item-firstchid a{color: #35a4a2;}
.product-price-box a:hover, .shopping-basket-item-firstchid a:hover{color: #e16c34 ;}


/********Product Page Calender css*********/
.datetimepicker-wrapper .datepicker-nav {background: #35a4a2 !important;}
.datetimepicker.is-primary .datetimepicker-header .datetimepicker-selection-day {color: #35a4a2 !important;}
.datetimepicker-wrapper .is-today {background: #35a4a2 !important;}
.datetimepicker-wrapper .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item:hover {border-color: #35a4a2;}
.datetimepicker-wrapper .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-today {color: #fff;}
.datetimepicker-wrapper .datetimepicker.is-primary .datepicker-body .datepicker-dates .datepicker-days .datepicker-date .date-item.is-active {background: #e16c34 ;}
.datetimepicker-wrapper .datetimepicker-footer-clear.has-text-danger.button.is-small.is-text {background-color: #35a4a2;color: #fff !important;}
.datetimepicker-wrapper .datetimepicker-footer-clear.has-text-danger.button.is-small.is-text:hover {background-color: #e16c34 ;}
.datetimepicker-wrapper .datepicker-nav .datepicker-nav-next:active, .datetimepicker-wrapper .datepicker-nav .datepicker-nav-next:focus {background-color: #e16c34 !important;color: #fff !important;}
.datetimepicker-wrapper .datepicker-nav .datepicker-nav-previous:active, .datetimepicker-wrapper .datepicker-nav .datepicker-nav-previous:focus {background-color: #e16c34 !important;color: #fff !important;}


/********Request A Call Button css*********/
#request-callback-modal .req-call {background: #2e2e2e;padding:0 !important;border-radius: 0px;border: 3px solid #209f99}
#request-callback-modal .modal-content {width: 780px;padding:0 !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%;
    margin-bottom: 40px !important;
}
.bcard_img p{
    padding-top: 3px;
}
.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;
}



/*-----------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) {
	
	
.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;
}
.addon-products .navbar {
	display: none !important;
}	

}

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


}

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


}

@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) {
#save-quote-modal #btn-sent-quote-single, #save-quote-modal #btn-sent-quote-all {
	margin-bottom: 10px !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: -30px;
	left: 40%;
    font-size: 21px;
    border-right: 1px solid;
    padding-right: 15px;
		z-index: 0;
	}
	.tooltiptext {
 	display: flex;
	}
	.tooltiptext img {
  	max-height: 30px !important;
  	margin-right: 10px;
  	width: 30px !important;
	}
	
    .width_800 img{
        height: 70px !important;
    }
    .ctn_width img{
        height: 70px !important;
    }
    .width_600 img{
        height: 70px !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;
    }
    .ctn_width .box{
        background-color: #f7f7f7;
    }
    .width_600 .box{
        background-color: #f7f7f7;
    }
    .boiler-order-answer{
    max-width: 100%;
    margin: 20px;
    padding: 20px !important;
	}
}

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

.mob_box img {
  margin: 0 auto;
	}

}


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


}

@media only screen and (max-width: 480px) {
.postcode-popup {
	padding: 30px !important;
}	
	
.btn_container .btn-fill {
	font-size: 1rem !important;
}	
.addons-basket #bookinstall-btn {
	font-size: 1rem !important;
}	
#save-quote-modal .req-call .label {
	display: none;
}	
	.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;
}


/********Book Free Home Survey popup********/
#free-home-survey .modal-card {padding: 20px;position: fixed;right: 0;top: 0;background: #fff;width: 40%;}
#time-error, #survey-type-error, #survey-appname-error, #postcode-error, #date-error  {color: red;}
#free-home-survey .detail-radio2 .radio {padding: 8px 10px !important;}
#free-home-survey .detail-radio .radio {margin: 10px !important;font-size: 16px !important;padding: 8px 10px !important;}
#free-home-survey .timeSloat1 .radio {width: 200px;}
#free-home-survey .timeSloat1 {flex-wrap:wrap;}

/********Help me choose popup*********/
#request-callback-modal .modal-content {padding: 0 !important;}

/********Whats Included popup*********/
#Whats-included .modal-card {padding: 0;width: 700px;position: fixed;right: 0;top: 0;}
#Whats-included .modal-card-body {background: #2e2e2e  !important;color: #fff;}
#Whats-included .kt-adv-heading_7ad591-a5, #Whats-included .kt-adv-heading_f2704b-eb {color: #35a4a2;font-weight: bold;}
#Whats-included .kt-adv-heading_c156df-c5 strong {color: #fff !important;}
#Whats-included .wp-block-kadence-iconlist.kt-svg-icon-list-items_527284-ab .kb-svg-icon-wrap {color: #35a4a2;}
#Whats-included .modal-close-button.close-button {font-size: 20px;line-height: 1;float: right;z-index: 2; position: relative;background: #35a4a2;}
#Whats-included .close-button:hover {background: #e16c34;color: #fff !important;}
#request-callback-modal .modal-close-button.close-button {float: right;z-index: 2;position: relative;}
#Whats-included ul li {border-bottom: 1px solid #807f7f5c;padding-bottom: 10px !important;}
#Whats-included ul li:last-child {border: none;padding-bottom: 0 !important;}

/*************Payment Page start here*************/
.pay-sec img{
	height: auto !important;
	margin: auto;
}

.detail-radio{
	display: flex;
	flex-wrap: wrap;
}

.detail-radio button{
	width: 200px;
	border: none;
	height: 40px !important;
	text-align: left;
}

.detail-radio button:hover{
	background: #35a4a2 !important;
	color: #fff !important;
}

.detail-radio label{
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    border: solid 1px #8080801a;
}
#date-error h3, #time-error h3 {
  color: red;
}

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

}

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

}

@media only screen and (max-width: 384px) {
.book-installation input {
	font-size: 1.04em !important;
	padding-left: 2em !important;
}	
.book-installation span {
	font-size: 1.04em !important;
	height: 2.5em !important;
    width: 2em !important;
}	
.left_tb .title {
	font-size: 28px;
}
.left_tb {
	width: 127px;
}	

}

/* new otp css start */

.question-detail-sec {
    display: none;
}

.questions-input-sec {
    width: 100%;
}

.main-q-box {
    background: white;
    padding: 4%;
    border-radius: 10px;
    max-width: 550px;
    margin: auto;
}
.heade-sec h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.heade-sec p {
    margin-bottom: 20px;
    text-align: center;
}

.next-button {
    background: #35a4a2;
    color: white;
    padding: 12px;
    width: 100%;
    text-align: center;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    margin-top: -30px;
}


.input-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.input-box{
    margin-bottom: 20px;
}

.name-box{
    display: flex;
    gap: 50px;
}

.input-boxes {
    margin-bottom: 20px;
}



@media only screen and (max-width: 800px) {
	
.main-q-box {
        padding: 8%;
        margin: 10px;
    }

#e-survey .modal-card {
    width: 95%;
    padding: 20px;
    height: 98%;
}

.p-upload-sec {
    margin-top: 10px;
}

.upload-sec {
    gap: 0;
    flex-wrap: wrap;
}

}

/* new otp css end */


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


}

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


}

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


}