    /*
    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: 'Chakra Petch';
    }
    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 {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
        background-color: var(--white);
        max-width: 100%;
        width: 100%;
        transition: all 0.4s;
        padding: 0;
    }
    header#site-header .custom-logo-link {
        display: block;
        max-width: 234px;
    }
    header#site-header .container {
        padding: 20px;
    }
    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 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-right: 55px;
        margin-bottom: 2px;
    }
    .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 {
        padding-top: 60px;
    }
    .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: 180px 0 100px;
    }
    section.inner_banner_section.faq_inner-banner{
        padding: 180px 0 150px;
    }
    section.inner_banner_section .title h1 {
        font-size: 55px;
    }
    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;
        display: flex;
        align-items: flex-end;
        gap: 30px;
    }
    section.about_us_section .sticky_about_img img {
        max-width: 56%;
    }
    section.about_us_section .sticky_about_img .stat-box_wrp h3 {
        font-size: 26px;
    }
    .sticky_about_img .stat-box_wrp .stat-box + .stat-box {
        margin-top: 20px;
    }
    section.about_us_section .sticky_about_img .stat-box_wrp {
        position: relative;
        background: var(--light);
        padding: 70px 33px;
        border-radius: 123px;
    }
    .clear_vision_box img {
        border-radius: 20px;
    }
    .clear_vision_box  .text h3 {
        font-size: 35px;
        max-width: 569px;
    }
    .clear_vision_box  .list-items {
        margin-top: 30px;
        padding-left: 50px;
    }
    .clear_vision_box .text {
        max-width: 767px;
        padding-left: 50px;
    }
    .clear_vision_box {
        padding: 40px;
        background: var(--light);
        border-radius: 30px;
    }
    .clear_vision_box .list-items ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .clear_vision_box .list-items ul li {
        padding: 12px 20px;
        background: #fff;
        border-radius: 50px;
        display: flex;
        font-weight: 500;
        gap: 15px;
    }
    .clear_vision_box .list-items ul li:before {
        width: 20px;
        height: 20px;
        content: '';
        display: block;
        border-radius: 100%;
        border: 5px solid;
        transform: translateY(2px);
    }

    .clear_vision_box .list-items ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    section.about_us_section .left_content h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    section.about_us_section .left_content {
        padding-right: 50px;
    }
    section.about_us_section .stat-box {
        border: 0;
        padding: 0;
    }
    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: var(--light);
        border: 1px solid #b1b1b1;
        box-shadow: 0 17px 30px rgba(16,51,47,.05);
        border-radius: 16px;
        margin-bottom: 15px;
        cursor: pointer;
        width: 100%;
        transition: all .4s;
        overflow: hidden;
    } 
    .accordian .faq-card:last-child{
        margin-bottom: 0;
    }
    .accordian .faq-card .card-header {
        border-bottom: 0;
        padding: 0;
    }
    section.frequently-asked-questions .accordian .card-body {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0;
        padding: 25px 25px 25px;
    }
    .accordian .faq-card .card-header button {
        font-size: 20px;
        color: #0c2824;
        line-height: 130%;
        transition: all .4s;
        padding: 0 0;
        font-family: poppins;
        padding: 24px;
        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;
        font-weight: 600;
        letter-spacing: 0;
    }
    .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:before, .accordian .faq-card .card-header button[aria-expanded="true"] .icon:after {
        background-color: #00baac;
        transform: rotate(
            45deg);
        }
    .accordian .faq-card .card-header button[aria-expanded="true"]  .icon:after {
        transform: rotate(-45deg);
    }
    .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 {
        background: #eaf7f6;
        border-radius: 0;
        border-bottom: 1px solid #c8cccb;
    }
    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 {
        margin-top: -130px;
        padding: 70px 0;
    }
    .guide-video {
        border-radius: 20px;
        overflow: hidden;
        margin-top: -240px;
        border: 4px solid #fff;
        margin-bottom: 80px;
    }
    .guide-content .items {
        display: flex;
        gap: 120px;
    }
    .guide-content .items >* {
        width: 50%;
    }
    .guide-content .items:nth-child(even) >*:first-child {
        order: 1;
    }

    section.inner_banner_section.guide_inr_bnr {
        padding: 160px 0 200px;
    }
    .guide_inr_bnr .title{
        color: var(--white);
        font-size: 15px;
        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; */
        /* margin: 0; */
        /* list-style: none; */
        margin-top: 10px;
        padding-left: 20px;
    }
    .guide-content .items ul li {
        font-size: 15px;
        line-height: 155%;
        text-transform: capitalize;
        position: relative;
        margin-bottom: 10px;
    }
    .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{
        counter-reset: item;
        position: relative;
    }
    .guide-content .items:first-child{
        padding-top: 0;
    }
    .guide-content:after {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        left: 50%;
        background: #e3e3e3;
        top: 0;
    }
    .guide-content .items h3:before {
        content: '0' counter(item);
        counter-increment: item;
        display: block;
        font-size: 60px;
        margin-bottom: -1px;
        color: #40b7a954;
        font-family: 'Chakra Petch';
        font-weight: 900;
        font-family: poppins;
        opacity: 0.5;
    }
    .guide-content .items .contact:after {
        content: '';
        width: 20px;
        height: 20px;
        background: var(--primary);
        position: absolute;
        left: -67px;
        top: 28px;
        border-radius: 100%;
        z-index: 1;
        box-shadow: 0 0 0 5px #40b7a929;
    }
    .guide-content .items .contact > *:last-child {
        margin-bottom: 0;
    }
    .guide-content .items .contact {
        background: #fff;
        padding: 20px;
        box-shadow: 0 1px 4px 0 #00000030;
        border-radius: 14px;
        font-size: 15px;
        position: relative;
    }
    .guide-content .items:nth-child(even) .contact:after {
        left: auto;
        right: -70px;
    }
    .guide-content .items:nth-child(even) .contact {
        text-align: right;
    }
    .guide-content .items:nth-child(odd) h3 {
        text-align: right;
    }
    .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;
    }
    .guide-content .items h3 {
        font-size: 24px;
        font-family: 'Chakra Petch';
        font-weight: 700;
    }
    .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: 15px;
    }
    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;
    }

    .form_field em{
        color: red;
    }
    .get-in-touch .submit_btn p {
        position: relative;
    }
    .get-in-touch .submit_btn{
        text-align: center;
    }
    .get-in-touch .wrp {
        display: flex;
        gap: 15px;
    }
    .get-in-touch {
        padding: 0;
        border: 0;
        box-shadow: unset;
    }
    .contact_form .text h3 {
        font-size: 60px;
        max-width: 413px;
        position: relative;
    }
    .contact_form .text {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .contact_form .text h3 + div {
        max-width: 486px;
        position: relative;
    }
    .contact_form .text h3 + div:before {
        width: 50px;
        height: 2px;
        background: var(--dark);
        content: '';
        position: absolute;
        top: -28px;
        left: 0;
    }
    .contact_form .wpcf7-turnstile.cf-turnstile {
        margin-top: -2px;
        margin-bottom: 20px;
    }
    .contact_form  iframe{
        width: 100% !important;
    }
    .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;
        width: 100%;
        font-size: 17px;
        text-transform: uppercase;
        border-radius: 10px;
        cursor: pointer;
        transition: all .4s;
        background-color: var(--primary);
    }
    .get-in-touch .submit_btn .wpcf7-submit:hover {
        background-color: var(--dark);
    }
    section.contact_form .container {
        max-width: 1140px;
        width: 100%;
    }
    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: 0px 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;
    }
    .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;
    }
    html .header-btn-wrap .btn {
        background: var(--primary);
        border-color: var(--primary);
    }
    .ratio-16x9 {
        --bs-aspect-ratio: 50%;
    }
    body.error404 main#content .wrp {
        display: flex;
        align-items: center;
        gap: 100px;
        height: 100%;
    }
    body.error404 main#content {
        text-align: left;
        padding: 100px 0 50px;
        min-height: 60vh;
        display: flex;
        align-items: center;
    }
    body.error404 main#content img{
        max-width: 400px;
    }
    .btn_wrp a.btn {
        text-decoration: none;
    }
    p.error-content {
        max-width: 604px;
        margin: 0 0 20px;
    }
    body.error404 main#content .page-content h1 {
        font-size: 50px;
    }
        .page-id-180 main#content,
        .page-id-182 main#content {
            max-width: 100%;
            width: 100%;
            padding: 0 0px;
        }

    .policy_page  h2, .policy_page  h3 {
        font-size: 24px;
        margin-top: 30px;
    }
    .policy_page {
        max-width: 1320px;
        margin: 0 auto;
        padding: 50px 30px;
    }
    
    @media(max-width: 1199px){
        section.about_us_section .left_content h3 {
            font-size: 30px;
            margin-bottom: 16px;
        }
        section.about_us_section .left_content p {
        font-size: 14px;
    }
    section.about_us_section .left_content {
        padding-right: 17px;
    }
    .clear_vision_box  .list-items {
        padding-left: 4px;
    }
    .clear_vision_box  .text h3 {
        font-size: 28px;
    }
    .clear_vision_box .text {
        max-width: 767px;
        padding-left: 4px;
        font-size: 14px;
    }
    .clear_vision_box .list-items ul li {
        padding: 10px 15px;
        font-weight: 500;
        gap: 8px;
        font-size: 13px;
    }
    .clear_vision_box .list-items ul li:before {
        width: 16px;
        height: 16px;
        border: 4px solid;
        min-width: 16px;
    }
    }
    @media(max-width:1024px){
    section.about_us_section .sticky_about_img .stat-box_wrp {
        position: relative;
        background: var(--light);
        padding: 51px 25px;
        border-radius: 123px;
        width: 100%;
        margin-left: -55px;
    }
    section.about_us_section .sticky_about_img .stat-box_wrp h3 {
        font-size: 20px;
    }
    section.about_us_section .sticky_about_img .stat-box p {
        font-size: 12px;
    }
    .clear_vision_box  .list-items {
        padding-left: 4px;
        margin-top: 14px;
    }
    .clear_vision_box {
        padding: 20px;
    }
    section.about_us_section .left_content p:last-child {
        display: none;
    }
    body.error404 main#content .page-content h1 {
        font-size: 38px;
    }
    }

    @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: wrap;
            gap: 0;
        }
        .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: 120px 0  50px;
    }
        section.about_us_section {
            padding: 50px 0;
            font-size: 14px;
        }
        section.about_us_section .sticky_about_img {
            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;
            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;
        }
        .accordian  .icon:before, .accordian  .icon:after {
            height: 16px;
        }
        section.frequently-asked-questions .position-sticky {
            top: 70px;
        }
        section.inner_banner_section .title h1 {
        font-size: 43px;
    }
    section.inner_banner_section.faq_inner-banner {
        padding: 130px 0 100px;
    }
    .guide-video {
        border-radius: 14px;
        margin-top: -150px;
    }
    section.inner_banner_section.guide_inr_bnr {
        padding: 136px 0 160px;
    }
        .guide_inr_bnr .title p {
            font-size: 14px;
        }
        .guide-content .items ul {
            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-right: 18px;
        margin-bottom: 0;
    }
    .get-in-touch .wrp {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
        .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%;
        }
        .contact_form .text h3 {
            font-size: 40px;
        }
        body.error404 main#content img {
        max-width: 293px;
    }
    body.error404 main#content .wrp {
        gap: 34px;
    }
    }


    @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;
        }
        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;
        }
        .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: 36px;
    }
        .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;
        }
        .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;
        }
        .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;
        }
        .clear_vision_box .list-items ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .clear_vision_box .text {
        font-size: 14px;
                padding-left: 0px;
        text-align: center;
        margin-top: 30px;
    }
    .clear_vision_box  .text h3 {
        font-size: 23px;
    }
    section.about_us_section .left_content {
        padding-right: 17px;
        text-align: center;
    }
    section.about_us_section .left_content p:last-child {
        display: block;
    }
    section.about_us_section .left_content h3 {
        font-size: 24px;
    }
    header#site-header {
        padding: 0 10px;
        top: 9px;
    }
    section.inner_banner_section.faq_inner-banner {
        padding: 100px 0 100px;
    }
    .accordian .faq-card .card-header button {
        padding: 15px;
    }
    section.frequently-asked-questions .accordian .card-body {
        padding: 15px;
    }
    section.inner_banner_section.guide_inr_bnr {
        padding: 84px 0 128px;
    }
    .guide-content .items {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }
    .guide-content .items >* {
        width: 100%;
    }
    .guide-content .items:nth-child(even) >*:first-child {
        order: -1;
    }
    .guide-content .items h3 {
        font-size: 22px;
        margin-bottom: 8px;
        text-align: center !important;
    }
    .guide-content .items .contact p {
        font-size: 13px;
    }
    .guide-content .items .contact p {
        text-align: left !important;
        font-size: 13px;
    }
    .guide-content:after {
        width: 0px;
    }
    .guide-content .items .contact:after {
        display: none;
    }
    .get-in-touch {
        border-radius: 8px;
        padding: 0;
        margin-bottom: 0;
        margin-top: 40px;
    }
    .contact_form .text h3 {
        font-size: 35px;
        max-width: 413px;
        position: relative;
    }
    .contact_form .text {
        text-align: center;
    }
    .contact_form .text h3 + div:before{
        display: none;
    }
    body.error404 main#content {
        text-align: center;
        padding: 50px 20px 50px;
    }
    body.error404 main#content .wrp{
        text-align: center;
        flex-direction: column;
    }
    body.error404 main#content .page-content h1 {
        font-size: 36px;
    }
    }