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

@import  url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    box-sizing: border-box;
}

:root{
    --primary:#40B7A9;
    --light:#EAF7F6;
    --dark:#0C2824;
    --white:#FFF;
    --black:#000;
    --font1: "Poppins", serif;
    --font2: 'Josefin Sans';
}
body {
    font-family: "Poppins", serif;
    padding-top: 85px;
    color: var(--dark);
}
a {
    color: var(--primary);
    text-decoration: none;
    transition: all 0.4s;
}
a:hover {
    color: var(--dark);
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0;
}
p:empty{
    display: none;
}
::selection {
    color: var(--light);
    background: var(--primary);
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 700;
    margin-top: 0;
    font-family: 'exo';
}
html b, html strong {
    font-weight: 600;
}
html .btn {
    background: var(--dark);
    box-shadow: none;
    border-radius: 10px;
    padding: 0 28px;
    line-height: 48px;
    border: 1px solid var(--dark);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
}
html .btn .icon {
    height: 26px;
    width: 26px;
    background-color: var(--primary);
    padding: 6px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
}
html .btn:hover {
    background-color: var(--primary);
    color: var(--white);
}
html .btn:hover .icon{
    background-color: var(--dark);
}
html .container {
    width: 1370px;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}
header#site-header {
    padding: 20px 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: var(--white);
    max-width: 100%;
    width: 100%;
    transition: all 0.4s;
}
html.sticky header#site-header {
    padding: 12px;
    box-shadow: 0 10px 20px 0 #00000009;
}
header#site-header .custom-logo-link {
    display: block;
    max-width: 234px;
}
html.sticky header#site-header .custom-logo-link {
    max-width: 210px;
}
header#site-header .site-navigation ul.menu li {
    position: relative;
    display: flex;
    padding: 0;
    line-height: normal;
    background-color: transparent;
    border: 0;
    margin: 0 8px;
}
header#site-header .site-navigation ul.menu li:last-child{
    margin: 0;
}
header#site-header .site-navigation ul.menu li a {
    display: block;
    padding: 10px 20px;
    color: var(--dark);
    font-weight: 500;
    font-size: 16px;
}
header#site-header .site-navigation ul.menu li a:hover{
    color: var(--primary);
}
html header#site-header .site-navigation ul.menu li.btn a {
    color: var(--white);
    background: var(--primary);
    padding: 10px 28px;
    border-radius: 8px;
    transition: all .5s;
}
html header#site-header .site-navigation ul.menu li.btn a:hover {
    background: var(--dark);
}
.hero_banner {
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    margin: 0 20px;
    padding: 150px 0;
    border-radius: 16px;
}
.hero_banner h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 8px;
}
.hero_banner h1 strong{
    color: var(--primary);
    font-weight: 700;
}
header#site-header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero_banner p {
    font-size: 16px;
    color: var(--white);
    max-width: 714px;
    margin: 0 auto;
}
.form_box form .find_wiper_blades {
    display: flex;
    max-width: 1080px;
    padding: 22px 22px 47px;
    border-radius: 14px;
    gap: 18px;
    position: relative;
    border: 1px solid #FFFFFF14;
    align-items: flex-end;
    background: #FFFFFF1F;
    backdrop-filter: blur(14px);
    margin: 0 auto;
}
.form_box h3 {
    font-size: 34px;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 38px;
}
section.find-your-carwiper .main_title {
    display: flex;
}
html .find-wiper-btn {
    background-color: #F95700;
    border-color: #F95700;
    width: 100%;
}
.main_title h2{
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom: 8px;
}
.main_title p {
    font-family: 'Exo';
    font-weight: 600;
    font-size: 24px;
}
.title h2{
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 0;
    position: relative;
}
section.find-your-carwiper .main_title h2 {
    min-width: 467px;
    width: 100%;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 400;
    letter-spacing: normal;
    color: var(--primary);
    text-transform: uppercase;
}
.find-your-carwiper .title h2 {
    max-width: 500px;
}
.find-your-carwiper .image_text {
    margin: 0 auto;
    padding-left: 0;
}
.main_title {
    margin-bottom: 30px;
}
.wiper_install_sec .ratio {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.vision-stats {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 0px;
    justify-content: space-between;
}
.stat-box {
    text-align: center;
    flex: 1 1 22%;
    min-width: 120px;
    position: relative;
}
.stat-box + .stat-box:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #40B7A933;
    position: absolute;
    top: 0;
    left: 0px;
}
.stat-box h3 {
    font-size: 38px;
    color: var(--dark);
    font-weight: 700;
    margin-bottom: 4px;
}
.stat-box h3 span {
    color: #3dbba5;
}


footer .footer-content-widget {
    font-size: 15px;
    max-width: 411px;
    margin-top: 20px;
}
.form_field.newsletter_quiz {
    order: 1;
    margin: 0;
}
.form_field.newsletter_quiz  div {
    display: flex;
}
#footer {
    background-color: #ffffff;
}
.newsletter-widget.widget_text {
    max-width: 597px;
    margin-left: auto;
}
.newsletter-widget.widget_text p {
    max-width: 474px;
    font-size: 15px;
}
footer ul.list-group li {
    font-size: 16px;
    margin-bottom: 0px;
    position: relative;
    transition: all .4s;
}
footer ul.list-group {
    flex-direction: row;
    gap: 50px;
}
footer ul.list-group li a.link-dark {
    transition: all .4s;
    color: #10332F;
}
footer ul.list-group li a.link-dark:hover {
color: #41b4a9;
}
.newsletter {
    display: flex;
    gap: 0 20px;
}
.newsletter input.form-control {
    width: 100%;
    box-shadow: 0 8px 12px 0 rgb(0 0 0 / 3%);
    border-color: rgb(0 0 0 / 12%);
    height: 50px;
    border-radius: 8px !important;
    background: #FFFFFF14;
    color: #fff;
    margin: 0;
    padding: 0 40px 0 20px;
}
.newsletter input.form-control::placeholder{
    color: #fff;
}
.input-group.newsletter p span:before {
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('data:image/svg+xml,<svg width="24" height="19" viewBox="0 0 24 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 17.9222H6.30005C3.00005 17.9222 0.800049 16.4114 0.800049 12.8862V5.83581C0.800049 2.31061 3.00005 0.799805 6.30005 0.799805H17.3C20.6 0.799805 22.8 2.31061 22.8 5.83581V12.8862C22.8 16.4114 20.6 17.9222 17.3 17.9222Z" stroke="white" stroke-width="1.6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.3999 6.66064L13.9569 9.32462C12.8239 10.1984 10.9649 10.1984 9.8319 9.32462L6.3999 6.66064" stroke="%2340B7A9" stroke-width="1.6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 14px;
    bottom: 0;
    right: 13px;
    content: '';
    background-size: 100%;
    z-index: 99;
}
.input-group.newsletter p span {
    position: relative;
}
.newsletter input.subscribe-btn {
    width: fit-content;
    padding: 0px 26px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    line-height: 50px;
}
.newsletter input.subscribe-btn:hover{
    background: #40B7A9;
    border-color:#40B7A9
}
footer ul.sm {
    display: flex;
    align-items: center;
    padding: 0;
}
footer ul.sm li {
    font-size: 0;
    margin-right: 6px;
}
footer ul.sm li a {
    height: 44px;
    width: 44px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF0F;
    border-radius: 100%;
}
footer ul.sm li a img {
    height: 18px;
    width: 18px;
    object-fit: contain;
    transition: all 0.4s;
        filter: invert(1) brightness(2);
}
section.footer-main {
    padding: 50px 0;
}
footer#footer .newsletter-widget.widget_text h5.title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 12px;
}
.social_col {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
footer ul.sm li a:hover {
    background: var(--primary);
}
.footer-top {
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding-bottom: 30px;
    margin-bottom: 46px;
}
.footer-top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.footer-top ul li {
    font-size: 22px;
    padding-left: 50px;
    position: relative;
    font-weight: 500;
}
.footer-top ul li h4 {
    font-size: 17px;
    margin-bottom: 0px;
    text-transform: uppercase;
    opacity: .7;
}
.footer-top ul li a {
    color: #091d1b;
    text-decoration: none;
}
.footer-top ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../img/sprite-img.webp);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    background-position: -258px -16px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer-top ul li.mail::before {
    background-position: -312px -16px;
}
.footer-top ul li.address::before {
    background-position: -372px -16px;
}
.footer-top ul {
    padding-left: 0;
}
nav.navbar a.navbar-brand {
color: #00BAAC;
}
.copy_right {
    background: #10332f;
    text-align: center;
    color: #fff;
    padding: 16px;
}
#footer {
    background-color: var(--dark);
    padding-top: 60px;
    border-top: 1px solid #10332f0f;
    color: #fff;
}
.copy_right a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
}
.copy_right a:hover{
    color:#00baac;
}
footer ul.list-group {
    list-style: none;
}
footer ul.list-group li a {
    color: var(--white);
}
section.newsletter-section {
    padding-bottom: 60px;
    border-bottom: 1px solid #FFFFFF1A;
}
footer ul.list-group li a:hover{
    color: var(--primary);
}
footer#footer h5 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -1px;
    color: var(--primary);
    margin: 0;
}
.footer-brand a.custom-logo-link {
    max-width: 268px;
    width: 100%;
    display: block;
}
.footer-brand a.custom-logo-link img {
    width: 100%;
}
.footer-bottom a:hover {
    color: #fff;
}
.footer-bottom {
    background: #40B7A933;
    padding: 14px;
}
.footer_top {
    padding: 24px 16px 40px;
}
.newsletter .submit-btn p {
    display: inline-block;
    position: relative;
}
.newsletter .submit-btn p span.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    color: red;
}
.form_field.newsletter_quiz {
    order: 1;
}
html .wpcf7  form .wpcf7-response-output {
    font-size: 14px;
    padding: 4px 10px;
    margin: 15px 0 0;
    border-width: 1px;
    border-left: 4px solid;
    text-align: left;
    border-radius: 4px;
}
html .wpcf7 form.invalid .wpcf7-response-output,
html .wpcf7 form.failed .wpcf7-response-output {
    border-color: red;
    color: red;
}
html .wpcf7 form.sent .wpcf7-response-output,
html .wpcf7 form.valid .wpcf7-response-output {
    border-color: #00a000;
    color: #00a000;
}
.main_title p:empty {
    display: none;
}
.navbar-toggle {
    display: none;
}
section.inner_banner_section {
    background-color: var(--dark);
    color: var(--white);
    padding: 100px 10px 100px 10px;
    margin: 0 20px;
    border-radius: 20px;
    background-image: url(/wp-content/uploads/2025/12/inner-bg-1.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
.page-breadcrumbs .breadcrumb{
	margin-top:10px;
	margin-bottom:0
}
.page-breadcrumbs .breadcrumb a {
    margin-right: 20px;
    color: #fff;
}
section.inner_banner_section .breadcrumb span:before {
    position: absolute;
    top: 12px;
    left: -12px;
    content: "";
    background-color: #fff;
    width: 6px;
    height: 1px;
    border-radius: 100px;
}
section.inner_banner_section .breadcrumb span {
    position: relative;
}
section.inner_banner_section .title h1 {
    font-size: 50px;
}
section.inner_banner_section .r_txt h2{
    right: 0px;
    position: absolute;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    -webkit-text-fill-color: transparent;
    opacity: 0.15;
    top: 23px;
    font-size: 80px;
    text-transform: uppercase;
    font-style: italic;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 0;
}
section.inner_banner_section .r_txt h3 {
    content: 'wiper blades';
    right: 18px;
    position: absolute;
    bottom: 25px;
    font-size: 88px;
    color: #10332F;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -8px;
    margin-bottom: 0;
}
section.about_us_section {
    padding: 70px 0;
}
section.about_us_section .sticky_about_img {
    position: sticky;
    top: 80px;
    width: 100%;
    height: auto;
}
section.about_us_section .about_text {
    padding-left: 80px;
}
section.about_us_section .about_text h3 {
    font-size: 40px;
    margin-bottom: 30px;
}
section.about_us_section +  section.guide_sec {
    padding-top: 50px;
    padding-bottom: 100px;
}
section.about_us_section +  section.guide_sec:after{
   height:40%
}
.faq-heading h3 {
    font-size: 48px;
    padding-right: 50px;
}
.faq_sec .accordian .faq-card .card-header button {
    font-size: 18px;
    font-weight: 500;
	font-family:"poppins";
	letter-spacing:0
}
.faq_sec .accordian .faq-card  .card-body {
    padding-left: 0;
    font-size: 14px;
    padding-bottom: 0;
}
.faq_sec  .accordian .faq-card .card-header button[aria-expanded="true"] {
    color: var(--dark);
    background: transparent;
}
.accordian .faq-card .card-header{
	background:transparent !important
}
.faq_sec .accordian .faq-card:has(.collapse.show) {
    background: #ecfaf8;
}
.faq_sec  .accordian .faq-card {
    padding: 20px 18px;
    border-radius: 15px;
    border-color: #0c282436;
}
section.frequently-asked-questions .faq-image img {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}
section.frequently-asked-questions .position-sticky {
    top: 80px;
}
.accordian .faq-card {
    background: #fff;
    border: 1px solid;
    box-shadow: 0 17px 30px rgba(16,51,47,.05);
    margin-bottom: 15px;
    cursor: pointer;
    width: 100%;
    transition: all .4s;
    padding: 25px 28px;
    border-radius: 15px;
    border-color: #0c282436;
}
.accordian .faq-card:last-child{
    margin-bottom: 0;
}
.accordian .faq-card .card-header {
    background: #fff;
    border-bottom: 0;
    padding: 0;
}
section.frequently-asked-questions .accordian .card-body {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 14px 0 0;
}
.accordian .faq-card .card-header button {
    font-size: 22px;
    color: #0c2824;
    line-height: 130%;
    transition: all .4s;
    padding: 0 0;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    align-items: center;
    gap: 20px;
    background: transparent;
    border: 0;
    white-space: normal;
}
.accordian .faq-card .card-header button[aria-expanded="true"] {
    color: #00baac;
}
.accordian  .icon:before, .accordian  .icon:after {
    background-color: #000;
    content: "";
    height: 20px;
    width: 3px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    transition: all .3s;
    border-radius: 50px;
}
.accordian .faq-card .card-header button .icon:before {
    transform: rotate(90deg);
}
.accordian .faq-card .card-header button[aria-expanded="true"]  .icon:after {
    transform: rotate(90deg);
}
.accordian .faq-card .card-header button[aria-expanded="true"] .icon:before, .accordian .faq-card .card-header button[aria-expanded="true"] .icon:after {
    background-color: #00baac;
}
.accordian .card-header .icon {
    height: 22px;
    min-width: 22px;
    position: relative;
    display: block;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: 22px;
}
.accordian .faq-card .card-header button:hover .icon{
    background: transparent;
}
.accordian .faq-card:has(.show) .icon::after {
    transform: rotate(90deg);
}
.accordian .faq-card:has(.show) .icon::before,
.accordian .faq-card:has(.show) .icon::after{
    background-color: var(--primary);
}
.accordian .faq-card:has(.show) button {
    color: var(--primary);
}
section.frequently-asked-questions .accordian .card-body ol {
    padding-left: 12px;
}
section.frequently-asked-questions .accordian .card-body ol li{
    margin-bottom: 16px;
}
section.frequently-asked-questions .accordian .card-body ol li:last-child{
    margin-bottom: 0;
}
section.frequently-asked-questions {
    padding: 70px 0;
}
.guide-video {
    border-radius: 20px;
    overflow: hidden;
}
section.inner_banner_section.guide_inr_bnr {
    padding: 60px 0;
}
.guide_inr_bnr .title {
    color: var(--white);
    font-size: 15px;
    width: 622px;
    max-width: 100%;
}
.guide-content .items h3 {
    font-size: 24px;
    font-family: 'Exo';
}
.guide-content .items p {
    margin-bottom: 0;
}
.guide_inr_bnr .title h1 {
    max-width: 485px;
}
.guide-content .items ul {
    border-radius: 20px;
    border: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    padding: 25px 30px;
    margin: 0;
    list-style: none;
    margin-top: 10px;
}
html .guide-content .ratio-16x9 {
    --bs-aspect-ratio: 35.25%;
}
.guide-content .items ul li {
    font-size: 15px;
    line-height: 155%;
    text-transform: capitalize;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(12,40,36,.06);
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
}
.guide-content .items ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.guide-content ul li:before {
    content: '';
    height: 10px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 10px;
    background-color: #40b7a9;
    transform: rotate(89deg);
}
.guide-content .items {
    padding-top: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
.guide-content .items:first-child{
    padding-top: 0;
}
.get-in-touch {
    background: #fff;
}
.get-in-touch h3 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.form_field label {
    font-size: 16px;
    color: #0a1b16;
    margin-bottom: 5px;
    display: block;
}
section.contact_us_page h3 {
    font-size: 48px;
}
html .form_field {
    margin-bottom: 24px;
}
html .form-control {
    width: 100%;
    padding: 0 15px;
    height: 50px;
    border: 1px solid #dfdfdf82;
    border-radius: 8px;
    transition: all .4s;
    font-size: 15px;
    box-shadow: none !important;
}
html textarea.form-control {
    padding: 15px;
    height: 120px;
    resize: none;
}
.get-in-touch .wpcf7 {
    margin-top: 0;
}
.get-in-touch .wpcf7 .wrp {
    display: flex;
    gap: 20px;
}
.get-in-touch .wpcf7 .wrp .form_field {
    width: 100%;
}
.form_field em{
    color: red;
}
.get-in-touch .submit_btn p {
    display: inline-block;
    position: relative;
}
.get-in-touch .submit_btn{
    text-align: center;
}
.get-in-touch .submit_btn p span.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
html .form_field span.wpcf7-quiz-label {
    line-height: 130%;
    margin-bottom: 4px;
    display: block;
}
.get-in-touch .submit_btn .wpcf7-submit {
    border: 0;
    line-height: 50px;
    padding: 0 20px;
    min-width: 180px;
    color: #ffff;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s;
    background-color: var(--primary);
}
.get-in-touch .submit_btn .wpcf7-submit:hover {
    background-color: var(--dark);
}
html .form-control:focus {
    border-color: var(--dark);
}
.page-id-180 .page-header,
.page-id-182 .page-header {
    display: none;
}

.page-id-180 main#content,
.page-id-182 main#content {
    max-width: 100%;
}
.breadcrumb a {
    text-decoration: none;
    margin-right: 20px;
    color: #fff;
}
.policy_page  ul {
    border-radius: 20px;
    border: 1px dashed rgba(0,0,0,.2);
    background: #fff;
    padding: 25px 30px;
    margin: 0 0 20px;
    list-style: none;
    margin-top: 10px;
}
.policy_page  ul li {
    font-size: 15px;
    line-height: 155%;
    text-transform: capitalize;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(12,40,36,.06);
    position: relative;
    padding-left: 20px;
    margin: 0 0 15px;
}
.policy_page  ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.policy_page  h2,.policy_page  h3 {
    font-size: 24px;
    margin-top: 30px;
}
.policy_page  ul li:before {
    content: '';
    height: 10px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 10px;
    background-color: #40b7a9;
    transform: rotate(89deg);
}
.policy_page {
    max-width: 1320px;
    margin: 0 auto;
    padding: 50px 30px;
}
/* 404page */
body.error404 main#content {
    text-align: center;
    padding: 50px 0 100px;
}
body.error404 main#content .page-header:before {
    content: '';
    width: 100%;
    display: block;
    height: 300px;
    background-image: url(/wp-content/uploads/2025/12/wiper-404-error.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}
p.error-content {
    max-width: 604px;
    margin: 0 auto 20px;
}
.btn_wrp a {
    text-decoration: none;
    background: var(--primary);
    border-color: var(--primary);
}
.btn_wrp a:hover {
    background: var(--dark);
    border-color: var(--dark);
}
/* home-page */
section.hero_banner  .find_wiper_blades .disabled select {
    pointer-events: none;
    color: #10332f;
    font-weight: 400;
    font-size: 15px;
}
section.hero_banner  .find_wiper_blades select {
    width: 100%;
    padding: 0 14px;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path opacity="0.4" d="M1 1.5L6 6.5L11 1.5" stroke="%230A1B16" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: 96% 20px;
    line-height: 46px;
    border-radius: 8px;
    font-size: 15px;
    border: 1px solid #bac5c3;
    background-color: #fff;
    font-family: 'Poppins';
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
    border-radius: 8px;
    border: 1px solid #bac5c3;
    background: #fff;
    height: 50px;
    margin-top: 0 !important;
    padding-left: 15px;
    font-size: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #10332F;
    font-size: 15px;
}
.select2.select2-container {
    width: 100% !important;
    margin-bottom: 0px;
}

.select2-container--default
.select2-selection--single
.select2-selection__placeholder {
    padding-left: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #10332F;
}
.select2-selection__rendered {
    margin-top: 4px !important;
}
body .select2-container--default .select2-results__option {
    padding: 8px 10px;
}
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #00baac!important;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    right: 11px !important;
    top: 5px !important;
}
.select2-search--dropdown {
    padding: 10px!important;
}
.select2-search--dropdown input.select2-search__field {
    padding: 11px!important;
    background-color: #00baac12;
    border: 0!important;
    border-radius: 8px;
    line-height: 18px;
}
.select2-container .select2-selection--single {
    height: 50px;
    background: transparent;
    border: 0;
}
.select2-search--dropdown input.select2-search__field:focus {
    outline: 0;
}
.select2-container--open .select2-dropdown--above {
    border-color: var(--primary);
}
body .select2-container--default .select2-results__option {
    padding: 8px 10px;
}
#select-vehicle-box .layer h2 {
    font-size: 54px;
    font-family: 'Josefin Sans';
    letter-spacing: 0px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 500px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"><path opacity="0.4" d="M1 1.5L6 6.5L11 1.5" stroke="%2310332F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    border: 0;
    margin: 0;
    left: auto;
    right: 0px;
    top: -5px;
    height: 50px;
    width: 20px;
}
section.hero_banner  .find_wiper_blades select:focus{
    outline: 0;
}
section.hero_banner .frm-dis, section.hero_banner  .car-find {
    max-width: 440px;
    width: 100%;
    padding: 40px 30px;
    color: #fff;
    background: var(--secondary);
    border-radius: 30px;
    position: relative;
    margin-left: auto;
}
section.hero_banner  .car-find{
    position: relative;
    padding: 0;
}
section.hero_banner .car-find > *{
    position: relative;
    z-index: 2;
}
section.hero_banner .car-find:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    z-index: 0;
    border-radius: 30px;
    transform: rotate(7deg);
    /* animation: rotate 5s infinite; */
}
section.hero_banner .find_wiper_blades>* {
    width: 100%;
    margin-bottom: 0;
}
section.hero_banner .find_wiper_blades label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Exo';
    margin-bottom: 6px;
    color: var(--white);
}
section.hero_banner .find_wiper_blades .help {
    font-size: 13px;
    position: absolute;
    text-align: right;
    bottom: 19px;
    right: 26px;
    width: auto;
}
section.hero_banner .frm-hd h3 {
    font-size: 35px;
    line-height: normal;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
section.hero_banner .car-find form.loading:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 30px;
    background: #0000005e;
}
section.hero_banner .car-find form.loading .find_wiper_blades:after {
    width: 35px;
    height: 35px;
    content: '';
    position: absolute;
    border: 3px solid #fff;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    border-radius: 50%;
    z-index: 2;
    border-left-color: var(--primary);
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
section.hero_banner .find_wiper_blades select.error {
    outline: 2px solid red;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
section.hero_banner .year_wiper.disabled~.submit {
    pointer-events: none;
    opacity: .6;
}
section.hero_banner .find_wiper_blades>*.submit {
    width: auto;
}
section.hero_banner .submit input.sub_wiper {
    margin: 0;
    font-family: 'Exo';
    text-transform: capitalize;
    padding: 11px 20px;
    line-height: normal;
    width: fit-content;
    border-radius: 8px;
    font-size: 16px;
    height: 48px;
    background: var(--primary);
    color: #fff;
    border: 0;
    font-weight: 500;
}
section.hero_banner .submit input.sub_wiper:hover {
    background: var(--dark);
}
section.hero_banner .find_wiper_blades .help {
    text-align: center;
}
section.hero_banner .find_wiper_blades .help a {
    color: var(--white);
    text-decoration: underline;
}
.hero_banner .text {
    max-width: 989px;
    text-align: center;
    margin: 0 auto 40px;
}
section.hero_banner .find_wiper_blades .help a:hover {
    color: var(--primary);
}
body:before {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><rect fill="%23FFFFFF" stroke="%23FFFFFF" stroke-width="15" width="30" height="30" x="25" y="85"><animate attributeName="opacity" calcMode="spline" dur="3" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.4"></animate></rect><rect fill="%23FFFFFF" stroke="%23FFFFFF" stroke-width="15" width="30" height="30" x="85" y="85"><animate attributeName="opacity" calcMode="spline" dur="3" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.2"></animate></rect><rect fill="%23FFFFFF" stroke="%23FFFFFF" stroke-width="15" width="30" height="30" x="145" y="85"><animate attributeName="opacity" calcMode="spline" dur="3" values="1;0;1;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="0"></animate></rect></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
body:after {
    content: "";
    background: var(--dark);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    visibility: hidden;
    transition: all 0.4s;
}
body.loadingdata:before,
body.loadingdata::after{
    opacity: 1;
    visibility: visible;
}
form.loading {
    opacity: 0.4;
}
.form_box form {
    transition: all 0.4s;
}
body.loadingdata {
    overflow: hidden;
}
.form_field.newsletter_quiz input.wpcf7-form-control {
    padding: 0 25px !important;
    height: 48px;
}
.form_field.newsletter_quiz  span.wpcf7-quiz-label {
    font-size: 14px;
}
section.install-sec {
    background: var(--dark);
    color: #fff;
    z-index: 9;
}
.install_content {
    padding: 80px 100px;
}
.install-features .feature {
    padding: 15px 0 15px 40px;
    border-bottom: 1px solid #0C28241A;
    position: relative;
}
.install-features .feature:after {
    content: '';
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.6541 23.6658H23.6659H23.6541ZM23.6541 23.6658C22.8832 24.4302 21.4861 24.2398 20.5064 24.2398C19.3038 24.2398 18.7247 24.4751 17.8664 25.3334C17.1356 26.0643 16.1559 27.3797 15 27.3797C13.8441 27.3797 12.8643 26.0643 12.1335 25.3334C11.2752 24.4751 10.6961 24.2398 9.49352 24.2398C8.51381 24.2398 7.11675 24.4302 6.34587 23.6658C5.56881 22.8953 5.76004 21.4924 5.76004 20.5063C5.76004 19.2603 5.48754 18.6874 4.60018 17.8C3.2802 16.4801 2.6202 15.82 2.62018 14.9999C2.62019 14.1798 3.28017 13.5198 4.60014 12.1998C5.39226 11.4077 5.76004 10.6228 5.76004 9.49346C5.76004 8.51371 5.56966 7.11664 6.33412 6.34575C7.10468 5.56872 8.50752 5.75996 9.49355 5.75996C10.6228 5.75996 11.4078 5.3922 12.1999 4.60011C13.5199 3.28011 14.1798 2.62012 15 2.62012C15.8201 2.62012 16.4801 3.28011 17.8001 4.60011C18.592 5.39204 19.3769 5.75996 20.5064 5.75996C21.4861 5.75996 22.8833 5.56957 23.6542 6.33406C24.4312 7.10462 24.2399 8.50745 24.2399 9.49346C24.2399 10.7395 24.5125 11.3124 25.3998 12.1998C26.7198 13.5198 27.3798 14.1798 27.3798 14.9999C27.3798 15.82 26.7198 16.4801 25.3998 17.8C24.5124 18.6874 24.2399 19.2603 24.2399 20.5063C24.2399 21.4924 24.4312 22.8953 23.6541 23.6658Z" fill="%2340B7A9"/><path d="M23.6541 23.6658H23.6659M23.6541 23.6658C22.8832 24.4302 21.4861 24.2398 20.5064 24.2398C19.3038 24.2398 18.7247 24.4751 17.8664 25.3334C17.1356 26.0643 16.1559 27.3797 15 27.3797C13.8441 27.3797 12.8643 26.0643 12.1335 25.3334C11.2752 24.4751 10.6961 24.2398 9.49352 24.2398C8.51381 24.2398 7.11675 24.4302 6.34587 23.6658C5.56881 22.8953 5.76004 21.4924 5.76004 20.5063C5.76004 19.2603 5.48754 18.6874 4.60018 17.8C3.2802 16.4801 2.6202 15.82 2.62018 14.9999C2.62019 14.1798 3.28017 13.5198 4.60014 12.1998C5.39226 11.4077 5.76004 10.6228 5.76004 9.49346C5.76004 8.51371 5.56966 7.11664 6.33412 6.34575C7.10468 5.56872 8.50752 5.75996 9.49355 5.75996C10.6228 5.75996 11.4078 5.3922 12.1999 4.60011C13.5199 3.28011 14.1798 2.62012 15 2.62012C15.8201 2.62012 16.4801 3.28011 17.8001 4.60011C18.592 5.39204 19.3769 5.75996 20.5064 5.75996C21.4861 5.75996 22.8833 5.56957 23.6542 6.33406C24.4312 7.10462 24.2399 8.50745 24.2399 9.49346C24.2399 10.7395 24.5125 11.3124 25.3998 12.1998C26.7198 13.5198 27.3798 14.1798 27.3798 14.9999C27.3798 15.82 26.7198 16.4801 25.3998 17.8C24.5124 18.6874 24.2399 19.2603 24.2399 20.5063C24.2399 21.4924 24.4312 22.8953 23.6541 23.6658Z" stroke="%2340B7A9" stroke-width="1.85697"/><path d="M11 16.5001C11 16.5001 12.686 17.4374 13.529 18.8111C13.529 18.8111 16.058 13.4186 19.43 11.6211" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    left: 0;
    top: 15px;
}
.install-features {
    padding-top: 35px;
}
.install-features .feature h4 {
    color: var(--primary);
    margin-bottom: 6px;
    font-weight: 600;
}
.install_video_popup {
    position: relative;
    cursor: pointer;
}
.install_video_popup span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
}
.install_content .title h2 {
    line-height: 150%;
    margin-bottom: 18px;
}
.install-sec .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    transition: all 0.5s;
    padding: 20px;
}
.install-sec  .popup.active {
    display: flex;
}
.install-sec  .close-btn {
    position: absolute;
    top: 40px;
    right: 48px;
    color: #fff;
    font-size: 52px;
    cursor: pointer;
    font-weight: 100;
}
.install-sec  .popup-content {
    position: relative;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    max-width: 900px;
    width: 100%;
    display: flex;
}
.install-sec .popup-content iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    max-width: 900px;
}

.guide_sec {
    padding: 100px 0 0;
}

.guide_sec .title {
    text-align: center;
    margin-bottom: 30px;
}

.guide_sec .title h2 {
    font-size: 50px;
    font-weight: bold;
}

.guide_sec .title p {
    line-height: 1.6;
    max-width: 652px;
    margin: 10px auto 0;
}

.guide_sec .text-box-wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    counter-reset: section;
}
.guide_sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    background: #ECFAF8;
    bottom: 0;
    z-index: -1;
}
.guide_sec .text-box {
    background-color: #ffffff;
    border: 1px solid #40B7A9;
    padding: 24px;
    border-radius: 8px;
    flex: 1;
    min-width: 200px;
}
.guide_sec .text-box {
    background-color: #ffffff;
    border: 1px solid #40B7A9;
    padding: 24px;
    border-radius: 8px;
    flex: 1;
    min-width: 200px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Exo';
    color: var(--dark);
}
.guide_sec .text-box:before {
    content: "0" counter(section) ". ";
    display: block;
    margin-bottom: 10px;
    font-family: 'Poppins';
    color: var(--primary);
    font-weight: 400;
    font-size: 22px;
    counter-increment: section;
}
section.easy-Guide .image {
    max-width: 690px;
    margin-bottom: -100px;
}
section.easy-Guide {
    padding-bottom: 0;
    background: #ECFAF8;
    padding-top: 50px;
}
section.easy-Guide .right_text {
    max-width: 660px;
}
section.easy-Guide .right_text h2 {
    font-size: 50px;
}
.drive_safely .left_content {
    padding-right: 60px;
    margin-right: 60px;
    border-right: 1px solid #0C28241F;
    height: 100%;
}
.drive_safely .left_content h2 {
    font-size: 50px;
    max-width: 400px;
    margin-bottom: 18px;
}
section.drive_safely .right_content img {
    border-radius: 10px;
    border: 1px solid #0C28240F;
    margin-bottom: 20px;
}
.install_content .title h2 {
    line-height: 150%;
    margin-bottom: 8px;
    font-size: 40px;
}
section.find-your-carwiper {
    padding-bottom: 60px;
}
section:has(.vision-stats) {
    padding-bottom: 60px;
}
.social_media {
    margin-top: auto;
}
.social_media .icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 6px;
}
.social_media .icons ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light);
    border-radius: 100%;
}
.get-in-touch {
    background: var(--light);
    padding: 50px;
    border-radius: 15px;
}
.social_media .icons ul li a:hover {
    background: var(--primary);
    color: #fff;
}
section.contact_us_page .text.text-center {
    max-width: 900px;
    margin: 0 auto 40px;
}
.highlight-box {
            background: #eaf8f6;
            border-left: 4px solid #18b09b;
            padding: 16px 20px;
            margin: 20px 0;
            border-radius: 4px;
        }
        
        .highlight-box p {
            margin-bottom: 0;
            font-weight: 500;
            color: #0b3b37;
        }
         .contact-cta {
            background: #fff;
            border: 1px solid #18b09b;
            padding: 20px;
            margin-top: 40px;
            border-radius: 8px;
            text-align: center;
        }
        
        .contact-cta p {
            margin-bottom: 0;
        }
        
        .contact-cta a {
            color: #18b09b;
            font-weight: 600;
            text-decoration: none;
        }
        
        .contact-cta a:hover {
            text-decoration: underline;
        }
@media(max-width:1360px){
    .find-your-carwiper .image_text {
    padding-left: 20px;
}
.install_video_popup {
    height: 100%;
}
.install_video_popup img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.install-sec .row.align-items-center {
    align-items: unset !important;
}
.install_content {
    padding: 50px 30px;
}
.install-features .feature h4 {
    font-size: 20px;
}
.install-features .feature:after {
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
}
.install-features .feature {
    padding: 15px 0 15px 34px;
}
.install-features {
    padding-top: 14px;
}
footer ul.list-group {
    gap: 40px;
}
}
@media(max-width:1199px){
    .hero_banner {
    padding: 90px 0;
}
.hero_banner h1 {
    font-size: 36px;
    max-width: 700px;
    margin: 0 auto 8px;
}
.main_title p {
    font-size: 18px;
}
.title h2 {
    font-size: 36px;
}
p {
    font-size: 14px;
}
section.easy-Guide .right_text h2 {
    font-size: 36px;
}
.drive_safely .left_content h2 {
    font-size: 36px;
}
section.easy-Guide .image {
    max-width: 690px;
    margin-bottom: -42px;
}
footer ul.list-group li {
    font-size: 14px;
}
footer ul.list-group {
    gap: 26px;
}
footer#footer h5 {
    font-size: 18px;
}
footer ul.sm li a {
    height: 36px;
    width: 36px;
}
footer ul.sm li a img {
    height: 14px;
    width: 14px;
}
.guide_sec .title h2 {
    font-size: 36px;
}
 html .guide-content .ratio-16x9 {
        --bs-aspect-ratio: 56.25%;
    }
}
@media (max-width:1024px){
    body {
        padding-top: 65px;
    }
    header#site-header {
        padding: 14px 0px;
    }
    header#site-header .custom-logo-link {
        max-width: 170px;
    }
    header#site-header .site-navigation ul.menu li a {
        padding:8px 10px;
        font-size: 14px;
    }
    html header#site-header .site-navigation ul.menu li.btn a {
        padding: 8px 18px;
        border-radius: 6px;
    }
    .form_box {
        padding: 0;
    }
    .form_box h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .hero_banner {
        background-size: cover;
        padding: 50px 0;
    }
    .hero_banner h1 {
        font-size: 32px;
    }
    .form_box .form-select {
        font-size: 14px;
        line-height: 40px;
        padding: 0 12px;
        border-radius: 4px;
    }
    html .find-wiper-btn {
        line-height: 44px;
        font-size: 15px;
    }
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main_title h2 {
        font-size: 32px;
        margin-bottom: 6px;
    }
    .main_title p {
        font-size: 14px;
    }
    .title h2{
        font-size: 24px;
    }
    section.find-your-carwiper p {
        font-size: 14px;
    }
    .find-your-carwiper .image_text {
        max-width: 100%;
        padding: 10px 20px;
    }
    .wiper_install_sec .ratio {
        border-radius: 10px;
    }
    .footer_top {
        padding: 40px 0 16px;
    }
    footer ul.list-group li {
        font-size: 14px;
        padding-left: 13px;
    }
    .newsletter_col {
        margin-top: 30px;
    }
    footer .footer-content-widget {
        font-size: 13px;
        max-width: 100%;
        margin-bottom: 14px;
    }
    .social_col {
    justify-content: center;
    margin-top: 20px;
}
footer ul.list-group {
    justify-content: center;
}
section.footer-main {
    padding: 30px 0;
}
    .newsletter p{
        width: 100%;
    }
    html .newsletter {
        flex-wrap: wrap;
        gap: 0;
    }
    .newsletter input.form-control {
        height: 48px;
    }
    .input-group.newsletter:before {
        height: 30px;
        width: 30px;
        top: 9px;
    }
    footer#footer .newsletter-widget p {
        font-size: 14px;
    }
    .copy_right {
        background: #10332f;
        text-align: center;
        color: #fff;
        padding: 14px;
        font-size: 15px;
    }
    html.sticky header#site-header .custom-logo-link {
        max-width: 160px;
    }
    html.sticky header#site-header {
        padding: 10px 0;
    }
    .main_title {
        margin-bottom: 30px;
    }
    .hero_banner p {
        font-size: 16px;
    }
    section.inner_banner_section .r_txt h3 {
        bottom: 24px;
        font-size: 42px;
        right: 12px;
    }
    section.inner_banner_section .r_txt h2 {
        top: 22px;
        font-size: 36px;
    }
    section.inner_banner_section .title h1 {
        font-size: 34px;
    }
    section.inner_banner_section {
        padding: 50px 0;
    }
    section.about_us_section {
        padding: 50px 0;
        font-size: 14px;
    }
    section.about_us_section .sticky_about_img {
        top: 70px;
    }
    section.about_us_section .about_text h3 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    section.frequently-asked-questions .faq-image img {
        border-radius: 12px;
    }
    section.frequently-asked-questions .accordian {
        margin-top: 0;
    }
    .accordian .faq-card {
        border-radius: 10px;
        padding: 16px 14px;
        margin-bottom: 14px;
    }
    .accordian .faq-card .card-header button {
        font-size: 20px;
    }
    .accordian .card-header .icon {
        height: 18px;
        min-width: 18px;
        width: 18px;
    }
    section.frequently-asked-questions .accordian .card-body {
        font-size: 14px;
        padding: 12px 0 0;
    }
    .accordian  .icon:before, .accordian  .icon:after {
        height: 16px;
    }
    section.frequently-asked-questions .position-sticky {
        top: 70px;
    }
    section.inner_banner_section .title h1 {
        font-size: 28px;
    }
    .guide-video {
        margin-bottom: 0;
        border-radius: 14px;
    }
    .guide_inr_bnr .title p {
        font-size: 14px;
    }
   section.inner_banner_section.guide_inr_bnr {
    padding: 50px 0;
    background-size: 65%;
}
    .guide-content .items ul {
        border-radius: 10px;
        padding: 18px;
        margin-top: 10px;
    }
    .guide-content .items ul li {
        font-size: 14px;
        padding-bottom: 10px;
        margin: 0 0 10px;
    }
    .guide-content .items {
        padding-top: 30px;
    }
    .guide-content .items h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .guide-content .items p {
        margin-bottom: 0;
        font-size: 14px;
    }
    .get-in-touch {
        border-radius: 8px;
        padding: 18px;
        margin-bottom: 0;
    }
    .get-in-touch h3 {
        font-size: 26px;
    }
    html .get-in-touch > p {
        font-size: 14px;
    }
    .form_field label {
        font-size: 14px;
        margin-bottom: 4px;
    }
    html .form-control {
        padding: 0 12px;
        height: 44px;
        border-radius: 8px;
        font-size: 14px;
    }
    html .form_field {
        margin-bottom: 16px;
    }
    .get-in-touch .submit_btn .wpcf7-submit {
        line-height: 38px;
        padding: 0 20px;
        min-width: 110px;
        font-size: 15px;
    }
    .page-id-180 .page-content,
    .page-id-182 .page-content {
        font-size: 15px;
    }
    .submit-btn {
        width: 100%;
    }
    .form_field.newsletter_quiz {
        width: 100%;
    }
    section.find-your-carwiper .main_title h2 {
    min-width: 170px;
}
section.find-your-carwiper .main_title p {
    font-size: 16px;
}
p {
    font-size: 13px;
}
.find-your-carwiper .title h2 {
    font-size: 20px;
}
.stat-box h3 {
    font-size: 26px;
}
.install_content {
    padding: 40px 19px;
}
.install_content .title h2 {
    font-size: 28px;
}
.install-features .feature {
    padding: 10px 0 10px 34px;
}
.install-features .feature h4 {
    font-size: 18px;
}
.install-features .feature:after {
    top: 10px;
}
.guide_sec .text-box {
    padding: 14px;
}
.guide_sec .text-box:before {
    font-size: 15px;
}
.guide_sec .text-box-wrp {
    gap: 14px;
}
.guide_sec .text-box {
    min-width: 155px;
}
section.easy-Guide .right_text h2 {
    font-size: 26px;
}
section.easy-Guide{
    padding-bottom: 50px;
}
.drive_safely .left_content {
    padding-right: 26px;
    margin-right: 26px;
}
.drive_safely .left_content h2 {
    font-size: 26px;
}
.guide_sec {
    padding: 60px 0 0;
}
footer#footer .newsletter-widget.widget_text h5.title {
    font-size: 22px;
}
.footer-brand a.custom-logo-link {
    max-width: 215px;
}
section.about_us_section .about_text {
    padding-left: 0px;
}
.faq-heading h3 {
    font-size: 37px;
    padding-right: 18px;
}
section.inner_banner_section {
    background-size: 50%;
}
}


@media (max-width:767px){
    html .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    body {
        padding-top: 54px;
    }
    .navbar-toggle {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background-color: var(--primary);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition:all 0.3s;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 18px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 18px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 28px;
        transform:rotate(45deg);
        background-color: var(--dark);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 28px;
        transform:rotate(-45deg);
        background-color: var(--dark);
    }
    header#site-header nav.site-navigation {
        position: fixed;
        display: block;
        top: 0;
        bottom: 0;
        right: 0;
        left: auto;
        background-color: var(--white);
        width: 300px;
        z-index: 9999;
        padding: 20px 20px 20px;
        transform: translatex(100%);
        transition: all 0.4s;
    }
    .site-navigation ul.menu {
        display: block;
        margin-top: 20px;
    }
    header#site-header {
        padding: 12px 0px;
    }
    html.menu-show header#site-header nav.site-navigation {
        transform: translateX(0px);
    }
    header#site-header nav.site-navigation .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
    }
    header#site-header .site-navigation ul.menu li {
        margin:0 0 20px;
    }
    header#site-header .site-navigation ul.menu li a {
        padding: 0;
        font-size: 16px;
    }
    html header#site-header .site-navigation ul.menu li.btn a {
        width: 100%;
        background-color: transparent !important;
        padding: 0;
        color: var(--dark);
        text-align: left;
    }
    header#site-header .overlay {
        background-color: var(--black);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
    }
    html.menu-show header#site-header .overlay {
        visibility: visible;
        opacity: 0.6;
    }
    .hero_banner {
        padding-top: 40px !important;
    }
    .hero_banner .text {
        text-align: center;
    }
    .hero_banner h1 {
        font-size: 28px;
        margin-bottom: 4px;
    }
    .hero_banner p {
        font-size: 14px;
    }
    .main_title h2 {
        font-size: 26px;
        margin-bottom: 6px;
    }
    .find-your-carwiper .image_text {
        max-width: 100%;
        padding: 36px 0px 25px;
    }
   section.find-your-carwiper {
    padding-bottom: 30px;
    padding-top: 40px;
}
    .title h2 {
        font-size: 22px;
    }
    footer#footer h5 {
        font-size: 19px;
    }
    footer#footer .newsletter-widget p {
        font-size: 13px;
    }
    .newsletter_col {
        margin-top: 20px;
    }
    .newsletter input.subscribe-btn {
        border-radius: 4px;
        font-size: 14px;
    }
    .newsletter input.form-control {
        font-size: 14px;
        border-radius: 5px !important;
        margin-bottom: 0;
    }
    html .newsletter {
        gap: 10px;
    }
    .input-group.newsletter:before {
        height: 20px;
        width: 20px;
        top: 7px;
        left: 10px;
    }
    .copy_right {
        padding: 12px 0;
        font-size: 13px;
    }
    html .newsletter p {
        margin-bottom: 0;
    }
    .footer_top {
        padding: 40px 0 30px;
    }
    header#site-header .custom-logo-link {
        max-width: 160px;
    }
    html.sticky header#site-header .custom-logo-link {
        max-width: 154px;
    }
    .wpcf7-not-valid-tip {
        font-size: 12px;
        color: red;
    }
    html .wpcf7  form .wpcf7-response-output {
        font-size: 12px;
        padding: 3px 8px;
        border-radius: 3px;
    }
    section.inner_banner_section .r_txt{
        display: none;
    }
    section.inner_banner_section {
        text-align: center;
        padding: 50px 0;
    }
    section.inner_banner_section .title h1 {
        font-size: 30px;
    }
    section.about_us_section {
        font-size: 13px;
    }
    section.about_us_section .sticky_about_img {
        top: 0;
        position: relative;
    }
    section.frequently-asked-questions .position-sticky {
        top: 0;
        position: relative !important;
    }
    section.inner_banner_section .title h1 {
        font-size: 24px;
    }
    .accordian .faq-card .card-header button {
        font-size: 17px;
        gap: 10px;
    }
    .accordian .faq-card {
        border-radius: 8px;
        padding: 14px 12px;
    }
    .accordian .card-header .icon {
        height: 16px;
        min-width: 16px;
        width: 16px;
    }
    .accordian  .icon:before, .accordian  .icon:after {
        height: 14px;
    }
    section.frequently-asked-questions .accordian .card-body {
        font-size: 13px;
    }
    .guide-video {
        border-radius: 8px;
    }
    section.inner_banner_section .title h1 {
        font-size: 24px;
    }
    section.inner_banner_section.guide_inr_bnr {
        padding: 50px 0 50px;
    }
    .guide-content .items ul {
        border-radius: 8px;
        padding: 16px;
    }
    .guide-content .items h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .get-in-touch {
        margin-bottom: 40px;
    }
    html .get-in-touch > p {
        font-size: 13px;
    }
    .get-in-touch h3 {
        font-size: 24px;
    }
    .page-id-180 .page-content,
    .page-id-182 .page-content {
        padding: 20px 0 50px;
        font-size: 14px;
    }
    .form_box h3 {
        font-size: 22px;
        margin-bottom: 18px;
    }
    section.hero_banner .find_wiper_blades .help a {
        font-size: 15px;
    }
    section.hero_banner .submit input.sub_wiper {
        margin-top: 0;
    }
    section.hero_banner  .find_wiper_blades select {
        line-height: 44px;
        font-size: 14px;
    }
    .select2-container .select2-selection--single {
        height: 46px;
    }
    .policy_page {
        max-width: 1320px;
        margin: 0 auto;
        padding: 30px 10px 50px;
    }
    .policy_page  ul li {
        font-size: 13px;
        padding-bottom: 7px;
        padding-left: 17px;
        margin: 0 0 8px;
    }
    .policy_page  ul {
        padding: 22px 18px;
        border-radius: 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 46px;
        height: 46px;
        font-size: 14px;
    }
    section.hero_banner .submit input.sub_wiper {
        padding: 0 15px;
        line-height: 44px;
        border-radius: 6px;
        font-size: 16px;
    }
    body.loadingdata:before {
        background-size: 100px;
    }
    html header#site-header .site-navigation ul.menu li.btn a:hover{
        background:transparent;
    }
    .form_field.newsletter_quiz input.wpcf7-form-control {
        padding: 0 15px !important;
        height: 38px;
    }
    .form_field.newsletter_quiz  span.wpcf7-quiz-label {
        font-size: 12px;
    }
    .form_field.newsletter_quiz {
        margin-bottom: 0;
    }
    .form_box form .find_wiper_blades {
    padding: 22px 22px 22px;
            gap: 10px;
        width: 100%;
        flex-direction: column;
}
section.hero_banner .find_wiper_blades>*.submit {
    width: 100%;
    text-align: center;
}
section.hero_banner .find_wiper_blades .help {
    position: static;
    text-align: center;
    width: 100%;
}
section.hero_banner .submit input.sub_wiper {
    width: 100%;
}
footer ul.list-group {
    flex-wrap: wrap;
}
footer ul.list-group {
    gap: 17px;
}
section.find-your-carwiper .main_title {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 0;
}
section.find-your-carwiper .main_title p {
    font-size: 18px;
}
.find-your-carwiper .title h2 {
    font-size: 25px;
}
.find-your-carwiper .image_text {
    padding: 36px 0px 25px;
    text-align: center;
}
.stat-box {
    min-width: 50%;
}
.stat-box + .stat-box:nth-child(3):after{
    display: none;
}
.vision-stats {
    gap: 20px 0;
}
.guide_sec .title h2 {
    font-size: 26px;
}
section.easy-Guide .col-md-6:has(.image) {
    order: 1;
}
section.easy-Guide .image {
    margin-bottom: -93px;
}
.drive_safely .left_content {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
    border: 0;
}
.drive_safely .right_content {
    text-align: center;
}
.submit-btn {
    width: fit-content;
}footer#footer .newsletter-widget .input-group.newsletter p {
    max-width: 230px;
}
.newsletter input.subscribe-btn {
    font-size: 12px;
    padding: 0 14px;
    line-height: 47px;
}
section.newsletter-section {
    text-align: center;
    padding-bottom: 40px;
}
.footer-brand a {
    margin: 0 auto;
}
html .newsletter {
    gap: 10px;
    justify-content: center;
}
.form_field.newsletter_quiz  div {
    display: flex;
    justify-content: center;
}
#footer {
    padding-top: 40px;
}
section.hero_banner {
    margin: 0 8px;
}
section.inner_banner_section {
    background-position: left;
    background-size: cover;
}
section.inner_banner_section .title h1 {
    font-size: 30px;
    text-align: left;
}
section.inner_banner_section {
    text-align: center;
    padding: 70px 0;
    margin: 0 10px;
}
section.about_us_section .about_text h3 {
    font-size: 26px;
}
section.about_us_section .about_text {
    padding-left: 0px;
    text-align: center;
    padding-bottom: 30px;
}
section.about_us_section +  section.guide_sec {
    padding-top: 0px;
    padding-bottom: 50px;
}
.faq-heading h3 {
    font-size: 26px;
    padding-right: 0;
    text-align: center;
}
.faq_sec .accordian .faq-card .card-header button {
    font-size: 16px;
    gap: 10px;
}
.get-in-touch .wpcf7 .wrp {
    gap: 0;
    flex-direction: column;
}
section.contact_us_page h3 {
    font-size: 28px;
}
.guide_inr_bnr .title p {
    text-align: left;
}
}