/*
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=Josefin+Sans:ital,wght@0,100..700;1,100..700&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: 'Josefin Sans';
}
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: 70vw;
    background-position: right;
    background-repeat: no-repeat;
}
.hero_banner h1{
    font-size: 54px;
    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: 18px;
    color: var(--white);
}
.form_box {
    background: #fff;
    padding: 70px 40px;
    max-width: 420px;
    box-shadow: 0 14px 23px 0 rgb(0 0 0 / 10%);
}
.form_box h3 {
    font-size: 34px;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 38px;
}
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-size: 15px;
}
.title h2{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 0;
    position: relative;
}
.find-your-carwiper .title h2:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #00baac;
    position: absolute;
    top: -15px;
}
.find-your-carwiper .image_text {
    max-width: 456px;
    margin: 0 auto;
}
.main_title{
    margin-bottom: 50px;
}
.wiper_install_sec .ratio {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}





footer .footer-content-widget{
    font-size: 14px;
    max-width: 257px;
    margin-bottom: 16px;
}
#footer {
    background-color: #ffffff;
}
footer ul.list-group li {
    font-size: 15px;
    margin-bottom: 6px;
    padding-left: 15px;
    position: relative;
    transition: all .4s;
}
footer ul.list-group li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 20px;
    display: inline-block;
    background-color: #40b7a9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
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;
}
.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: 54px;
    border-radius: 8px !important;
    padding-left: 55px;
    margin-bottom: 2px;
}
.input-group.newsletter:before {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('data:image/svg+xml,<svg width="28" height="22" viewBox="0 0 28 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.3885 21.0603H7.46284C3.58513 21.0603 1 19.285 1 15.1427V6.85804C1 2.71571 3.58513 0.94043 7.46284 0.94043H20.3885C24.2662 0.94043 26.8513 2.71571 26.8513 6.85804V15.1427C26.8513 19.285 24.2662 21.0603 20.3885 21.0603Z" stroke="%2310332F" stroke-opacity="0.5" stroke-width="1.82377" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.5038 7.82715L16.4581 10.9575C15.1267 11.9842 12.9423 11.9842 11.6109 10.9575L7.57812 7.82715" stroke="%2310332F" stroke-opacity="0.5" stroke-width="1.82377" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 13px;
    content: '';
    background-size: 100%;
    z-index: 99;
}
.newsletter input.subscribe-btn {
    width: fit-content;
    padding: 11px 26px;
    border-radius: 8px;
    background: #10332F;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
}
.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: 26px;
}
footer ul.sm li a {
    height: 20px;
    width: 20px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ul.sm li a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: all 0.4s;
}
footer ul.sm li a:hover img {
    opacity: 0.6;
}
.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: #3db7a508;
    padding-top: 50px;
    border-top: 1px solid #10332f0f;
}
.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(--dark);
}
footer ul.list-group li a:hover{
    color: var(--primary);
}
footer#footer h5 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -1px;
}
.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;
}
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: 90px 0;
}
section.inner_banner_section .title h1 {
    font-size: 46px;
}
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;
    margin-top: -150px;
    top: 80px;
    width: 100%;
    height: auto;
}
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 #0c2824;
    box-shadow: 0 17px 30px rgba(16,51,47,.05);
    border-radius: 16px;
    padding: 30px 25px;
    margin-bottom: 15px;
    cursor: pointer;
    width: 100%;
    transition: all .4s;
}
.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: 25px;
    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;
    letter-spacing: -1px;
    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: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    transition: all .3s;
}
.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 .accordian {
    margin-top: -130px;
}
section.frequently-asked-questions {
    margin-top: -130px;
    padding: 70px 0;
}
.guide-video {
    margin-bottom: -100px;
    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: 542px;
    max-width: 100%;
}
.guide-content .items h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font1);
}
.guide-content .items p {
    margin-bottom: 0;
}
.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;
}
.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;
}
.guide-content .items:first-child{
    padding-top: 0;
}
.get-in-touch {
    background: #fff;
    border: 1px solid #0c2824;
    box-shadow: 0 17px 30px rgba(16,51,47,.05);
    border-radius: 15px;
    padding: 40px 38px;
    margin-bottom: 60px;
    margin-top: -240px;
}
.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;
}
html .form_field {
    margin-bottom: 24px;
}
html .form-control {
    width: 100%;
    padding: 0 15px;
    height: 50px;
    border: 1px solid #dfdfdf;
    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: 24px;
}
.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: 44px;
    padding: 0 20px;
    min-width: 150px;
    color: #ffff;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 50px;
    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 .page-content,
.page-id-182 .page-content {
    padding: 40px 0 80px;
}
.page-id-180 main#content,
.page-id-182 main#content {
    max-width: 100%;
    width: 1370px;
    padding: 0 25px;
}

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: 16px;
}
section.hero_banner .find_wiper_blades  label {
    display: none;
}
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 .submit input.sub_wiper {
    background-color: var(--primary);
    border: 0;
    padding: 0 17px;
    line-height: 50px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    transition: all .4s;
    width: 100%;
    margin-top: 16px;
    font-family: 'Poppins';
}
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(--dark);
    text-decoration: underline;
}
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;
}


@media (max-width:991px){
    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: 32px 20px;
    }
    .form_box h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .hero_banner {
        background-size: cover;
        padding-bottom: 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 {
        padding-top: 0;
    }
    .footer_top {
        padding: 40px 0 16px;
    }
    footer#footer h5 {
        font-size: 22px;
        margin-bottom: 6px;
    }
    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;
    }
    footer ul.sm li a {
        height: 18px;
        width: 18px;
    }
    footer ul.sm li {
        margin-right: 20px;
    }
    .newsletter p{
        width: 100%;
    }
    html .newsletter {
        flex-wrap: nowrap;
        gap: 20px;
    }
    .newsletter input.form-control {
        height: 48px;
    }
    .newsletter input.subscribe-btn {
        padding: 12px 26px;
    }
    .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 {
        margin-top: -90px;
        top: 70px;
    }
    section.frequently-asked-questions .faq-image img {
        border-radius: 12px;
    }
    section.frequently-asked-questions {
        margin-top: -100px;
    }
    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;
    }
    .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;
        margin-top: -150px;
    }
    .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;
    }
}


@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: 15px;
    }
    .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;
    }
    .title h2 {
        font-size: 22px;
    }
    footer#footer h5 {
        font-size: 19px;
        margin-bottom: 5px;
    }
    footer#footer .newsletter-widget p {
        font-size: 13px;
    }
    .newsletter_col {
        margin-top: 20px;
    }
    .newsletter input.subscribe-btn {
        padding: 9px 12px;
        border-radius: 4px;
        font-size: 11px;
    }
    .newsletter input.form-control {
        height: 36px;
        font-size: 14px;
        border-radius: 5px !important;
        padding-left: 38px;
        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;
    }
    footer ul.sm li a {
        height: 16px;
        width: 16px;
    }
    footer .social-icons-widget {
        margin-bottom: 30px;
    }
    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 {
        margin-top: -90px;
        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;
        margin-bottom: -40px;
    }
    section.inner_banner_section .title h1 {
        font-size: 24px;
    }
    section.inner_banner_section.guide_inr_bnr {
        padding: 50px 0 0;
    }
    .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;
        margin-top: -90px;
    }
    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;
    }
    .page-id-180 main#content,
    .page-id-182 main#content {
        padding: 0 20px;
    }
    .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;
    }
    .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;
    }
}