.quote_sec_egi {
    background: transparent;
    padding: 100px 80px;
    position: relative;
    height: 100%;
    min-height: 650px;
	display: flex;
    align-items: center;
}
.sm_hea_btn {
    background: #858994;
    padding: 8px;
    color: #fff;
    cursor: pointer;
}
div#quote_final {
    padding: 60px 0;
}
.quote_main_sec {
    display: none;
    text-align: center;
}

.f_quote_main_sec h2 {
    text-align: center;
}

.quote_main_sec {
    display: none;
    text-align: center;
}

.quote_radio_btn {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.quote_one {flex: 0 0 20%;background: #fff;margin: 15px;padding: 15px;}

.hide_input {
    display: none;
}

a.back_btn {
    position: absolute;
    left: 4%;
    background: #858994;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    bottom: 3%;
}

.radio_img {
    width: 100%;
}

.quote_one:hover {
    background: #E9EEF7;
}
.quote_one label {
    width: 100%;
    height: 100%;
	background: transparent;
}

.quote_col {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    background-color: #fff;
    padding: 27px;
}

.quote_input_btn {
    display: flex;
    align-items: center;
}

.quote_input_btn label {
    flex: 0 0 30%;
	width:100%;
    text-align: left;
}

.quote_input_btn label, .input_show {
    margin: 12px 0;
}
.quote_col .input_show {
    height: 47px;
}
.input_show_submit {
    background: #858994;
    width: 100%;
    max-width: 180px;
    padding: 10px;
    color: #fff;
    border: none;
    text-transform: uppercase;
	border-radius: 3px;
}
.quote_input_btn_submit {
    margin: 20px;
}

.quote_results_sec {
    background: #f5f5f5;
    padding: 60px;
    margin-bottom: 40px !important;
}

.quote_results_sec {
    background: #f5f5f5;
    padding: 80px;
    margin-bottom: 60px;
}

.div_class_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
	
}

.quote_result_col {
    flex: 0 0 33.3%;
    width: 100%;
}

span.included_btn {
    background: #b2ebf2;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: blue;
}

.quote_result_bundle ul {
    margin-top: 20px;
    padding: 0;
}

.quote_result_bundle ul li {
    list-style: none;
    position: relative;
    line-height: 30px;
    padding-left: 34px;
}

.quote_result_bundle ul li:before {
    content: '';
    background: url(https://www.smartheatinghub.com/wp-content/uploads/2022/10/tick.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
}

.fixed_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
} 

.fixed_price_box {
    border: 2px solid #FFC218;
    padding: 10px;
    background: #fff;
    margin-bottom: 25px;
    display: flex;
    align-items: inherit;
    justify-content: space-between;
    border-radius: 5px;
}
.fixed_price_box_new {
   	padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.quote_restart_sec {
    padding: 10px 20px;
    width: 100%;
    margin: auto;
	max-width: 1320px;
	display: flex;
    justify-content: space-between;
	vertical-align: middle;
}
.quote_restart_sec1
{

}
@media only screen and (min-width:200px) and (max-width:768px)
{
	.quote_restart_sec {
    justify-content: space-between;
    flex-direction: column;
	align-items:center;
	width:100%;
}
}
	

span.card_box h4 {
    margin-bottom: 0;
}

h4.card_box_new1 {
    margin-bottom: 0;
	font-size: 18px;
	text-align: left;
}
h4.card_box_new2 {
    margin-bottom: 0;
	font-size: 16px;
	text-align: left;
}


@media only screen and (max-width: 767px) {
	.quote_sec_egi {
		background: #F3F4F6;
		padding: 20px 10px;
		min-height: 100%;
	}
	.quote_radio_btn {
		flex-direction: column;
	}
	.radio_img {
		width: 100%;
		max-width: 90px;
	}
	.quote_one label {
		display: flex;
		align-items: center;
	}
	a.back_btn {
		position: inherit;
	}
	.quote_main_sec h2 {
		font-size: 26px;
	}
	.quote_input_btn {
		flex-direction: column;
	}
	.quote_col .input_show {
		height: 47px;
		margin: 0;
	}
	.quote_results_sec {
		padding: 15px;
	}
	.fixed_price_box, .div_class_row{
		flex-direction: column;
	}
	.quote_result_col h3 {
		margin-top: 10px;
	}
	span.card_box {
		text-align: center;
	}
	span.card_box_new {
		text-align: center;
	}
