/*
Theme Name: i-boiler Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.icon-menu:before {
    content: url(/wp-content/uploads/2025/06/menu-icon-.png);
}
/*************** ADD CUSTOM CSS HERE.   ***************/

input.wpcf7-form-control.wpcf7-quiz {
	color: #333 !important;
}
.wpcf7-form .wpcf7-response-output {
	color: #fff;
}
.wpcf7-form input.wpcf7-submit {
	background-color: #CC744C !important;
}
.process-step-row .col-inner {
    border: dashed 2px #dadada;
}
.star-rating {
	width: 6em;
}
@media screen and (min-width: 1024px) {
	.section.r-ts {
		max-height: 84vh;
	}
	.section.ab-page-abt-section {
		margin-top: -80px;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media screen and (max-width: 767px) {
	.footer-wrapper .footer-logo .image- {
		padding: 15px !important;
		text-align: center;
		margin: 0 auto;
	}
}
@media screen and (max-width: 849px) {
	.header-main .mobile-nav.nav-right .html_top_right_text {
  display: block;
	}
}