/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('fonts/NeueHaasDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('fonts/NeueHaasDisplay-Thin.woff2') format('woff2'),
        url('fonts/NeueHaasDisplay-Thin.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('fonts/NeueHaasDisplay-XThin.woff2') format('woff2'),
        url('fonts/NeueHaasDisplay-XThin.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #45515B;
	letter-spacing: .7px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: 61px;
}
.hero-heading h1 {
    font-size: 127px;
}
h2 {
    font-size: 31px;
}
h2 span {
    font-weight: 700;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
a.elementor-button {
	font-size: 16.36px;
	font-weight: 700;
	line-height: 19.59px;
	text-align: center;
	color: #00190E;
	border: 3px solid #C5FA7E;
	background: #C5FA7E;
	border-radius: 40px;
	display: inline-block;
	padding: 12px 25px;
}
a.elementor-button:hover {
    background: transparent;
    opacity: .85s;
    color: #00190E;
}
a.elementor-button:visited {
    color: #00190E;
}
.wider_btn a.elementor-button {
    padding: 12px 50px;
}
ul.hero-facts {
	list-style: none;
	max-width: 556px;
	padding-left: 0;
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
ul.hero-facts li {
	display: block;
	position: relative;
}
ul.hero-facts li strong {
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
ul.hero-facts li::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #000;
	display: block;
	position: absolute;
	right: -9px;
	top: 0;
}
ul.hero-facts li:last-child::after {
    display: none;
}
.site-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-block-start: 1.8rem;
	padding-block-end: 1rem;
	position: fixed;
	z-index: 1;
	width: 100%;
	transition: background-color 0.3s ease;
}
.pageScrolled .site-header {
	background-color: #fff;
}
.site-header .header-inner {
	justify-content: start;
    position: relative;
}
.site-navigation {
	margin-left: 20px;
	align-items: end;
}
.site-navigation ul.menu li {
	margin: 0 15px;
}
.site-navigation ul.menu li a {
	font-size: 16px;
	color: #000;
	padding: 0px 13px;
}
.site-navigation ul.menu li a:hover {
	color: #000;
    text-decoration: underline;
}
.site-navigation ul.menu li.saving_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 0;
}
.site-navigation ul.menu li.saving_btn a {
	font-size: 16.36px;
	font-weight: 400;
	text-align: center;
	color: #00190E;
	border: 3px solid #45515B;
	border-radius: 40px;
	display: inline-block;
	padding: 12px 45px;
}
.site-navigation ul.menu li.saving_btn a:hover {
    border: 3px solid #C5FA7E;
    background: #C5FA7E;
    opacity: .85s;
    color: #00190E;
    text-decoration: none;
}
.green_list ul,
.blue_tick ul {
    list-style: none;
    padding-left: 0;
}
.green_list ul li {
	display: block;
	background-image: url(images/tick.png);
	margin-bottom: 4px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 17px;
}
.blue_tick ul li {
	display: block;
	background-image: url(images/tick.png);
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 25%;
	padding-left: 25px;
}
.blue_tick_only ul li {
	background-image: url(images/blue_tick.png);
}
.site-footer {
	padding: 0;
}
.tech_specs ul {
    list-style: none;
    padding-left: 0;
} 
.tech_specs ul li {
	border-bottom: 1px solid #45515B42;
	padding: 8px 0;
    color: #000;
}
.tech_specs ul li:first-child {
    padding-top: 0;
}
.tech_specs ul li:last-child {
    border-bottom: 0;
}
.tech_specs_tbl li {
    display: flex;
    justify-content: space-between;
}
.best_way_list ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 8px;
}
.best_way_list li {
	display: flex;
	line-height: 1.2;
	align-items: center;
}
.best_way_list li div {
	font-size: 25px;
	display: inline-block;
	margin-right: 20px;
}
.process_list ul {
	list-style: none;
	padding-left: 40px;
	margin-bottom: 20px;
	position: relative;
}
.process_list ul::before {
	content: "";
	width: 12.5px;
	height: 12.5px;
	display: block;
	border: 3px solid #C5FA7E;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.process_list ul::after {
	content: "";
	width: 3px;
	height: 95%;
	display: block;
	position: absolute;
	left: 4.8px;
	background: #C5FA7E;
	top: 26px;
}
.process_list ul:last-child:after {
    display: none;
}
.process_list ul li {
	display: flex;
	line-height: 1.2;
	align-items: start;
}
.process_list ul li strong {
	display: block;
}
.process_list ul li div:first-child {
	font-size: 31px;
	display: inline-block;
	margin-right: 20px;
}
.frm_row label {
	font-weight: 700;
	margin-bottom: 5px;
}
.wpcf7-form input[type="date"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="number"], 
.wpcf7-form input[type="password"], 
.wpcf7-form input[type="search"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form input[type="text"], 
.wpcf7-form input[type="url"], 
.wpcf7-form select, 
.wpcf7-form textarea {
	width: 100%;
	border: 2px solid #45515B7A;
	border-radius: 8px;
	padding: 3px 10px;
	transition: all .3s;
	height: 36px;
    outline: none;
}
.wpcf7-form input[type="email"]:focus, 
.wpcf7-form input[type="text"]:focus, 
.wpcf7-form textarea:focus,
.wpcf7-form input[type="email"]:focus-visible, 
.wpcf7-form input[type="text"]:focus-visible, 
.wpcf7-form textarea:focus-visible {
    border-color: #45515B7A;
    outline: none;
    box-shadow: none;
}
.wpcf7-form [type="submit"] {
	font-size: 16.36px;
	font-weight: 400;
	line-height: 19.59px;
	text-align: center;
	color: #00190E;
	border: 3px solid #C5FA7E;
	background: #C5FA7E;
	border-radius: 40px;
	display: inline-block;
	padding: 12px 40px;
	transition: all .3s;
}
.wpcf7-form [type="submit"]:hover {
    background: transparent;
}
.subscribe_chkbox input {
	margin-right: 10px;
	margin-top: 2px;
}
.wpcf7-list-item-label {
    font-weight: 400;
}
.wpcf7-list-item label {
    display: flex;
  align-items: start;
  line-height: 1.2;
  font-weight: 400;
}
.wpcf7-form .wpcf7-list-item {
	margin-left: 0;
}
.frm_row {
	margin-bottom: 20px;
}
.chkbox_wraper .wpcf7-list-item-label {
    display: none;
}
.chkbox_wraper p {
	display: flex;
}
.chkbox_label a {
	color: #45515B;
	text-decoration: underline;
}
.faq_list ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
.faq_list ul li {
	line-height: 1.2;
	align-items: start;
	border: 3px solid #45515B30;
	border-radius: 15px;
	padding: 18px;
	background: #f6f6f7;
}
.faq_list ul li p:first-child {
	margin-bottom: 15px;
}
.faq_list ul li p:last-child {
	margin-bottom: 0px;
}
.faq_search {
	display: block;
	text-align: right;
}
.faq_search input {
	border-radius: 60px;
	border: 3px solid #45515B;
	background-image: url('images/search.png');
	max-width: 440px;
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: 97%;
}
.faq_search input:focus,
.faq_search input:focus-visible {
    outline: none;
    box-shadow: none;
    border: 3px solid #45515B;
}
.certificates_imgs .elementor-widget-container img{
    padding: 6px;
    border-radius: 15px 15px 15px 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.cky-notice-des *, .cky-preference-content-wrapper *, .cky-accordion-header-des *, .cky-gpc-wrapper .cky-gpc-desc * {
	font-size: 17px !important;
}
.cky-btn {
	font-size: 16px !important;
	font-weight: 700 !important;
}
.site-header .site-branding {
	gap: 0;
}
.site-header .header-inner .site-branding .site-description{
	font-size: 14px;
	text-align: center;
}
.elementor-widget-text-editor ol {
	padding-left: 15px;
	margin-top: 20px;
}
ol li ul {
	margin-top: 10px;
	padding-left: 15px;
}
.elementor-widget-text-editor li ol {
	padding-left: 15px;
	margin-top: 0px;
}
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li  {
	padding-top: 7px;
}
.elementor-widget-text-editor table {
	margin-top: 20px;
}
ol + p {
	padding-top: 15px;
}
.hsc_wrapper {
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 70px;
	padding-bottom: 20px;
}
.hsc_form_wrapper {
	text-align: left;
}
.hsc_form_wrapper h2 {
	text-align: left;
}
.hsc_milage_type {
	display: flex;
	align-items: center;
	justify-content: normal;
	gap: 15px;
	border-bottom: 1px solid #45515B40;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.hsc_mt_sl_group {
	text-align: left;
}
.hsc_mt_sl_group input{
	display: none;
}
.hsc_mt_sl_group label {
	padding: 15px 15px;
	color: #45515B6E;
	border-radius: 8px;
	cursor: pointer;
}
.hsc_mt_sl_group label::before {
	text-align: left;
}
.hsc_mt_sl_group label::after {
	text-align: left;
}
.hsc_mt_sl_group input[type="radio"]:checked + label{
	background: #c5fa7e;
	color: #45515B;
}
.hsc_input_boxes {
	text-align: left;
}
.hsc_input_box {
	margin-bottom: 20px;
	border: 2px solid #fff;
	border-radius: 8px;
	transition: border-color 0.3s ease;
}
.activeAccord {
	border-color: #c5fa7e;
}
.hsc_ib_header {
	border: 2px solid #45515B;
	border-radius: 8px;
	padding: 12px;
	transition: border-color 0.3s ease;
}
.activeAccord .hsc_ib_header {
	border-color: #ffff;
}
.hsc_ib_header input {
	display: none;
}
.hsc_ib_header label {
	display: flex;
	align-items: center;
	gap: 15px;
}
.hsc_ib_header label span{
	border: 2px solid #45515B;
  width: 19.5px;
  height: 19.5px;
  display: block;
  border-radius: 5px;
  position: relative;
}
.hsc_ib_header input[type="checkbox"]:checked + label span{
	background-color: #c5fa7e;
	border-color: #c5fa7e;
}
.hsc_ib_header input[type="checkbox"]:checked + label span::before {
	text-align: left;
	content: "";
	background-image: url('images/black_tick.png');
	width: 12px;
	height: 10px;
	display: block;
	position: absolute;
	top: 4px;
	left: 2px;
}
.hsc_ib_header label span::after{
	text-align: left;
}
.hsc_ib_header label h3{
	margin: 0;
	color: #45515B;
}
.hsc_ib_body {
	padding-left: 50px;
	display: none;
}
.hsc_ib_group {
	margin-bottom: 18px;
	max-width: 375px;
}
.hsc_ib_group label {
	text-align: left;
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.hsc_ib_group label .use_def_values {
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
}
.hsc_ib_group input {
	text-align: left;
	border: 2px solid #45515B;
	border-radius: 8px;
	height: 35px;
	padding: 5px 13px;
	outline: none;
}
.hsc_ib_group input.error-border {
	border-color: #f83d3d;
}
.hsc_input_box_open {
	border: 2px solid #45515B;
	border-radius: 8px;
}
.hsc_input_box_open .hsc_ib_header {
	border-color: #fff;
}
.hsc_input_users_info .hsc_ib_group {
	margin-bottom: 0;
	max-width: 100%;
	width: 100%;
}
.hsc_input_box_diesel_price {
	border-top: 1px solid #45515B40;
	padding-top: 25px;
	border-bottom: 1px solid #45515B40;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.hsc_ib_coinfo {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.hsc_ib_newsletter {
	margin-top: 20px;
}
.hsc_ib_newsletter input {
	display: none;
}
.hsc_ib_newsletter label {
	display: flex;
	align-items: start;
	gap: 15px;
	line-height: 1.2em;
}
.hsc_ib_newsletter label span{
	border: 2px solid #45515B;
	width: 19.5px;
	height: 19.5px;
	display: block;
	border-radius: 5px;
	position: relative;
	top: 2px;
}
.hsc_ib_newsletter input[type="checkbox"]:checked + label span{
	background-color: #c5fa7e;
	border-color: #c5fa7e;
}
.hsc_ib_newsletter input[type="checkbox"]:checked + label span::before {
	text-align: left;
	content: "";
	background-image: url('images/black_tick.png');
	width: 12px;
	height: 10px;
	display: block;
	position: absolute;
	top: 4px;
	left: 2px;
}
.hsc_ib_newsletter p {
	width: 100%;
}
.hsc_ib_newsletter p a {
	color: #45515B;
	text-decoration: underline;
}
.hsc_action_btn {
	margin-top: 40px;
	margin-bottom: 20px;
}
#saving_sbt_btn {
	font-size: 16.36px;
	font-weight: 400;
	text-align: center;
	color: #00190E;
	border: 3px solid #c5fa7e;
	background: #c5fa7e;
	border-radius: 40px;
	display: inline-block;
	padding: 12px 45px;
}
#saving_sbt_btn:hover {
	background: #fff;
}
.hsc_output_wrapper {
	display: none;
}
.hsc_output_row {
	display: grid;
	grid-template-columns: 7fr 4fr;
	column-gap: 15px;
}
.hsc_output_box {
	text-align: center;
	padding: 1px 10px;
	border-radius: 8px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.hsc_output_row h1 {
	margin-bottom: 10px;
	font-size: 51px;
}
.hsc_output_row_1 h1 {
	color: #d2fb9a;
}
.hsc_output_box h2{
	margin-bottom: 5px;
}
.hsc_output_box h3 {
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 1px;
}
.hsc_output_row_1 .hsc_output_box {
	background: #45515b;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.hsc_output_box_2{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.hsc_output_row_2 {
	margin-top: 15px;
	margin-bottom: 40px;
	grid-template-columns: 1fr;
}
.hsc_output_row_2 .hsc_output_box{
	background: #d2fb9a;
  	color: #45515b;
}
.hsc_output_box_1, .hsc_output_box_5 {
	min-height: 186px;
}
.hsc_output_box_7{
	display: block;
}
.hsc_output_bvt_wrapper {
	display: block;
}
.hsc_output_bvt {
	display: flex;
	border: 2px solid #c5fa7e;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
	justify-content: space-between;
	align-items: center;
}
.bvt_col {
	display: flex;
}
.bvt_col.bvt_col_1 {
	width: 110px;
}
.bvt_col_values::after {
	content: "";
	background: #00000029;
	height: 38px;
	width: 1px;
	display: block;
	position: absolute;
	right: -14px;
	top: 0;
}
.bvt_col_values:last-child::after {
	display: none;
}
.bvt_col_values {
	position: relative;
	margin-right: 25px;
}
.bvt_col_values:last-child {
	margin-right: 0px;
}
.cta_button {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cta_button_a {
	font-size: 16.36px;
	font-weight: 400;
	line-height: 19.59px;
	text-align: center;
	color: #00190E;
	border: 3px solid #C5FA7E;
	background: #C5FA7E;
	border-radius: 40px;
	display: inline-block;
	padding: 12px 45px;
}
.cta_button_a:hover {
    background: transparent;
    opacity: .85s;
    color: #00190E;
}
#hsc_output_bvt_hdv, #hsc_output_bvt_mdv, #hsc_output_bvt_ldv {
	display: none;
}
.fuel_cons_label {
	display: flex;
}
.hsc_output_inner {
	position: relative;
}
.reset_form {
	display: inline-block;
	background-image: url('images/reset.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
}
.mtbe {
	margin-bottom: 15px;
}
.mtbe:last-child {
	margin-bottom: 0px;
}
.mtbe_pf {
	font-size: 14px;
}
.mtbe_h2 {
	font-weight: 700;
}
.mtbe_pl {
	font-size: 14px;
}

@media (max-width: 1200px) {
	.page-header .entry-title, 
	.site-footer .footer-inner, 
	.site-footer:not(.dynamic-footer), 
	.site-header .header-inner, 
	.site-header:not(.dynamic-header), 
	body:not([class*="elementor-page-"]) .site-main {
		padding-left: 15px;
		padding-right: 15px;
	}
	.site-navigation ul.menu li.saving_btn {
		right: 15px;
	}
	.site-navigation ul.menu li.saving_btn a {
		padding: 12px 25px;
	}
}

@media (max-width: 580px) {
    .hero-heading h1 {
        font-size: 48px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 16px;
    }
    ul.hero-facts {
        padding-left: 0;
        display: block;
        margin-top: 25px;
    }
    ul.hero-facts li {
        text-align: center;
        margin-bottom: 25px;
    }
    ul.hero-facts li::after {
        display: none;
    }
    ul.hero-facts li strong {
        margin-bottom: 6px;
    }
    .site-header .header-inner {
        justify-content: space-between;
    }
    .faq_list ul {
        grid-template-columns: 1fr;
    }
	.site-header {
		position: absolute;
	}
	.hsc_wrapper {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 50px;
	}
	.hsc_output_row {
		display: block;
	}
	.hsc_output_box_2 {
		margin-top: 15px;
	}
	.hsc_output_box_6 {
		margin-top: 15px;
	}
	.hsc_output_bvt {
		display: block;
	}
	.bvt_col_1 {
		margin-bottom: 15px;
	}
	.bvt_col.bvt_col_1 {
		width: 100%;
		text-align: center;
  		justify-content: center;
	}
	.bvt_col_values::after {
		height: 55px;
		right: -10px;
		top: 0;
	}
}