    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    
    body {
        line-height: 1;
    }
    
    ol,
    ul {
        list-style: none;
    }
    
    blockquote,
    q {
        quotes: none;
    }
    
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }
    
    a {
        text-decoration: none;
        color: currentColor;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Montserrat", sans-serif;
    }
    
     :root {
        --white: #ffffff;
        --orange: #fa8c16;
        --blue: #2f54eb;
        --black: #000000;
    }
    
    body {
        font-family: "Montserrat", sans-serif;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    
    .container {
        max-width: 1232px;
        padding: 0 15px;
        margin: 0px auto;
    }
    
    .pt60 {
        padding-top: 70px;
    }
    
    .pb110 {
        padding-bottom: 110px;
    }
    
    .ptb48 {
        padding: 48px 0;
    }
    
    header {
        color: var(--white);
    }
    
    .two-coloum {
        position: relative;
    }
    
    .two-coloum::after {
        content: '';
        position: absolute;
        height: 422px;
        right: 20px;
        width: 198px;
        background: url('../img/img1.svg') no-repeat right bottom/contain;
    }
    
    header .header-left-section svg {
        width: 202px;
        height: 40px;
        max-width: 202px;
        max-height: 40px;
    }
    
    header .header-title {
        max-width: 700px;
    }
    
    header h1 {
        text-align: center;
        font-size: 35px;
        line-height: 1.37;
        max-width: 532px;
        text-align: center;
        margin: 0px auto 32px;
        font-weight: 600;
    }
    
    header h2 {
        font-size: 23px;
        line-height: 1.39;
        font-weight: 500;
        margin-bottom: 16px;
        text-align: center;
    }
    
    .header-right-section a {
        font-size: 14px;
        line-height: normal;
    }
    
    .form-control {
        border: none;
        font-family: Montserrat, serif;
        font-size: 14px;
        font-weight: 500;
        height: 100%;
        letter-spacing: .3px;
        outline: none;
        width: 100%;
        padding: 20px 44px;
    }
    
    form {
        position: relative;
    }
    
    form img {
        position: absolute;
        top: 23px;
        left: 21%;
        transform: translate(0%, -20%);
        -webkit-transform: translate(0%, -20%);
        -moz-transform: translate(0%, -20%);
        -ms-transform: translate(0%, -20%);
        -o-transform: translate(0%, -20%);
    }
    
    .header-section form {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header-section p {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.42;
        color: #c1ccf9;
        margin: 0.5em 0 0 9em;
    }
    
    form button {
        background-color: var(--orange);
        margin-left: 16px;
        font-size: 16px;
        line-height: 1.5;
        padding: 17px 16px;
        border: none;
        box-shadow: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        color: var(--white);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        white-space: nowrap;
    }
    
    form button:hover {
        background-color: #f16e00;
    }
    
    form a {
        background-color: var(--orange);
        margin-left: 16px;
        font-size: 16px;
        line-height: 1.5;
        padding: 17px 16px;
        border: none;
        box-shadow: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        color: var(--white);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        white-space: nowrap;
    }
    
    form a:hover {
        background-color: #f16e00;
    }
    
    .shower-conversion h3 {
        font-size: 25px;
        font-weight: 700;
        line-height: 36px;
        color: var(--black);
    }
    
    .shower-left-link ul li {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: var(--black);
        position: relative;
        padding: 0 0 20px 40px;
    }
    
    .shower-left-link ul li::before {
        content: '';
        position: absolute;
        width: 32px;
        height: 32px;
        background: url('../img/trickmark.svg') no-repeat left center/contain;
        left: 0;
    }
    
    .shower-right-section .shower-img img {
        width: 100%;
        height: 100%;
    }
    
    .walk-section {
        background-color: #f5f6fe;
    }
    
    .walk-section h2 {
        color: var(--black);
        font-size: 25px;
        font-weight: 700;
        line-height: 36px;
    }
    
    .walk-section .walk-inner-box h4 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: var(--black);
        margin-bottom: 8px;
    }
    
    .walk-section .walk-inner-box p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: var(--black);
    }
    
    .walk-section .walk-inner-box sup {
        font-size: 9px;
        line-height: 0;
        margin-left: 2px;
        vertical-align: super;
        color: var(--orange);
    }
    
    .walk-section .walk-inner-row {
        gap: 24px 0px;
    }
    
    .features-section h2 {
        font-size: 23px;
        font-weight: 700;
        line-height: 36px;
        color: var(--black);
    }
    
    .features-section p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: var(--black);
    }
    
    .features-section .features-img ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .features-section .features-img ul li:not(:last-child) {
        margin-right: 4px;
    }
    
    .features-section .features-img ul li:first-child img {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    
    .features-section .features-img ul li:last-child img {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }
    
    .features-link ul li {
        width: 32.33%;
        display: inline-block;
    }
    
    .swiper {
        width: 100%;
        height: 100%;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        color: var(--orange);
    }
    
    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 25px;
        font-weight: 900;
    }
    
    .gallery-section .imgSwiper.swiper-backface-hidden .swiper-slide {
        width: 100% !important;
        margin: 0!important;
        max-width: 712px !important;
    }
    
    .imgSwiper {
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        padding: 0 0px 40px;
    }
    
    .imgSwiper .swiper-pagination-bullet {
        color: var(--black);
        width: 6px;
        height: 6px;
        margin: 0 6px;
        opacity: 1;
    }
    
    .imgSwiper .swiper-pagination-bullet-active {
        background-color: var(--orange);
        outline: 1px solid var(--black);
        outline-offset: 3px;
    }
    
    .swiper-container-wrapper {
        position: relative;
    }
    
    .imgSwiper {
        position: relative;
    }
    
    .custom-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
        transition: background-color 0.3s ease;
    }
    
    .swiper-button-prev {
        left: -50px;
    }
    
    .swiper-button-next {
        right: -50px;
    }
    
    .walk-in-section img {
        width: 100%;
        height: auto;
    }
    
    .safer-section img {
        width: 100%;
        height: 100%;
    }
    
    .safer-section .safer-left-section,
    .safer-section .safer-right-section {
        padding: 0 46px;
        display: inline-grid;
    }
    
    .safer-section h4 {
        font-size: 23px;
        font-weight: 500;
        line-height: 32px;
        color: var(--black);
        margin-top: 20px;
    }
    
    .safer-section p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        margin-top: 8px !important;
        color: var(--black);
    }
    
    .zip-code-section h2 {
        color: var(--white);
        font-size: 23px;
        line-height: 1.39;
        font-weight: 500;
        margin-bottom: 16px;
        text-align: center;
    }
    
    .zip-code-section .two-coloum::after {
        display: none;
    }
    
    .zip-code-section form img {
        left: 34%;
    }
    
    .zip-code-section p {
        margin: 0.5em 0 0 28em;
    }
    
    .how-it-section {
        counter-reset: section;
    }
    
    .how-middle-section h4,
    .how-it-section h4,
    .how-right-section h4 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        color: var(--black);
        margin-bottom: 16px;
        position: relative;
    }
    
    .how-it-section h4::before {
        background-color: #fa8c16;
        border-radius: 100%;
        color: #fff;
        counter-increment: section;
        content: counter(section);
        font-weight: 600;
        height: 24px;
        left: -14%;
        position: absolute;
        top: 0;
        width: 24px;
    }
    
    .how-middle-section h4::before {
        left: -10%;
    }
    
    .how-right-section h4::before {
        left: -20%;
    }
    
    .how-it-section p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: var(--black);
    }
    
    .how-left-section {
        position: relative;
    }
    
    .how-left-section:not(:last-child):after {
        content: '';
        position: absolute;
        background-image: url('../img/right-arrow.svg');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        content: "";
        height: 18px;
        width: 67px;
        bottom: auto;
        left: auto;
        right: -20px;
        top: 50%;
        transform: translateX(0) translateY(-50%) rotate(-90deg);
        -webkit-transform: translateX(0) translateY(-50%) rotate(-90deg);
        -moz-transform: translateX(0) translateY(-50%) rotate(-90deg);
        -ms-transform: translateX(0) translateY(-50%) rotate(-90deg);
        -o-transform: translateX(0) translateY(-50%) rotate(-90deg);
    }
    
    .trust-section h3 {
        font-size: 48px;
        line-height: 1.33;
        font-weight: 600;
        color: var(--black);
    }
    
    .trust-section img {
        margin-right: 8px;
    }
    
    .trust-section p {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 500;
        color: var(--black);
    }
    
    .review-section .review {
        background: var(--white);
        padding: 32px 40px;
        border-radius: 16px;
        box-shadow: 0 4px 15px rgba(47, 84, 235, .15);
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }
    
    .review-section h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        color: var(--black);
        margin: 16px 0;
    }
    
    .review-section p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: var(--black);
        margin: 16px 0;
    }
    
    .review-section a {
        font-size: 12px;
        color: #2f54eb;
        font-weight: 500;
    }
    
    .zip-code-last-section h2 {
        color: var(--black);
    }
    
    .zip-code-last-section .form-control {
        background-color: #f5f6fe;
    }
    
    .zip-code-last-section p {
        color: #646464;
    }
    
    .accordin-section p {
        color: #646464;
        font-size: 12px;
        line-height: 16px;
    }
    
    .accordin-section a {
        color: var(--blue);
    }
    
    footer {
        background-color: var(--blue);
        padding: 24px 0 16px;
    }
    
    .footer-logo {
        margin-bottom: 20px;
    }
    
    .footer-logo svg {
        width: 202px;
        height: 40px;
    }
    
    .footerlink {
        margin-bottom: 28px;
    }
    
    .footerlink ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    
    .footerlink ul li:not(:last-child) {
        margin-right: 32px;
    }
    
    .footerlink ul li a {
        font-size: 12px;
        line-height: 16px;
        color: var(--white);
    }
    
    .footercopyright {
        text-align: left;
        color: var(--white);
    }
    
    .footercopyright span {
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
    
    .footer-right-section {
        position: relative;
    }
    
    .footer-right-section::before {
        content: '';
        position: absolute;
        width: 116px;
        height: 244px;
        background: url(../img/footer_hero.svg) no-repeat top left / contain;
        left: 40%;
        top: -120px;
    }
    
    .footer-right-section .follow-link {
        margin-left: 25.8em;
    }
    
    .footer-right-section .follow-link p {
        font-size: 25px;
        font-weight: 700;
        line-height: 36px;
        color: var(--white);
    }
    
    .follow-social-link ul {
        display: flex;
        align-items: center;
    }
    
    .follow-social-link ul li:not(:last-child) a {
        margin-right: 16px;
    }
    
    .zipfix {
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        display: none;
    }
    
    .zipfix h4 {
        margin-top: 5px;
        padding-right: 16px;
        font-size: 16px;
        line-height: 24px;
    }
    
    body.scrolled .zipfix {
        background: rgba(47, 84, 235, .95);
        color: var(--white);
        position: fixed;
        width: 100%;
        padding: 16px;
        left: 0;
        top: 0;
        z-index: 999;
        display: block;
    }
    
    .zipfix .form-control {
        padding: 10px 44px;
    }
    
    .zipfix form button {
        padding: 9px 16px;
    }
    
    .zipfix form img {
        top: 15px;
        left: 4%;
    }
    /*--- media-query ---*/
    
    @media only screen and (max-width:1399px) {
        header h1 {
            font-size: 23px;
            line-height: 1.3;
        }
        header h2 {
            font-size: 16px;
            line-height: 1.39;
        }
        .two-coloum::after {
            background-size: 180px;
            top: -20px;
        }
    }
    
    @media only screen and (max-width:1299px) {
        .container {
            max-width: 1200px;
        }
        .swiper-button-next {
            right: -40px;
        }
        .swiper-button-prev {
            left: -40px;
        }
        .review-section .swiper-button-prev,
        .review-section .swiper-button-next,
        .gallery-section .swiper-button-prev,
        .gallery-section .swiper-button-next {
            display: none;
        }
    }
    
    @media only screen and (max-width:1199px) {
        .container {
            max-width: 990px;
        }
        .features-section .features-img ul li img {
            width: 230px;
            height: 230px;
        }
        .features-link ul li {
            width: 49%;
        }
        .safer-section h4 {
            font-size: 16px;
            line-height: 24px;
        }
        .safer-section p {
            font-size: 15px;
            margin-top: 5px !important;
        }
        .number-section {
            flex-wrap: wrap;
        }
        .how-it-section h4::before {
            top: -34px;
            left: 0;
            right: 0;
            margin: 0px auto;
        }
        .how-left-section img {
            margin-bottom: 30px !important;
        }
        .howItWorks__item:not(:last-child):after {
            right: -65px;
        }
        .walk-section h2 {
            font-size: 23px;
            line-height: 32px;
        }
        .zip-code-section p {
            margin: 0.5em 0 0 19.5em;
        }
        .zip-code-section form img {
            left: 29%;
        }
        .footer-right-section .follow-link {
            margin-left: 20em;
        }
    }
    
    @media only screen and (max-width:1024px) {
        .footer-right-section::before {
            left: 30%;
        }
        .footer-right-section .follow-link {
            margin-left: 18em;
        }
    }
    
    @media only screen and (max-width:991px) {
        .container {
            max-width: 750px;
        }
        .pb110 {
            padding-bottom: 80px;
        }
        .pt60 {
            padding-top: 50px;
        }
        header h1 {
            max-width: 376px;
        }
        .two-coloum::after {
            background-size: 160px;
            top: -50px;
        }
        .ptb48 {
            padding: 44px 0;
        }
        .shower-conversion .shower-left-section,
        .shower-conversion .shower-right-section {
            width: 100%;
            flex: 0 0 100%;
        }
        .shower-left-link ul li {
            width: 49%;
            display: inline-block;
        }
        .features-section .features-img ul {
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        .features-section .features-img ul li {
            width: 48%;
            display: inline-block;
        }
        .features-section .features-img ul li img {
            width: 100%;
            height: 100%;
        }
        .features-section .features-img ul li:first-child img {
            border-top-left-radius: 16px;
            border-bottom-left-radius: 0px;
        }
        .features-section .features-img ul li:nth-child(2) img {
            border-top-right-radius: 16px;
            border-bottom-right-radius: 0px;
        }
        .features-section .features-img ul li:nth-child(3) img {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 16px;
        }
        .features-section .features-img ul li:last-child img {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 16px;
        }
        .gallery-section .imgSwiper.swiper-backface-hidden .swiper-slide {
            width: 100% !important;
            margin: 0 !important;
            max-width: 100% !important;
        }
        .imgSwiper {
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            padding: 0 0px 35px;
        }
        .imgSwiper img {
            border-radius: 16px;
            -webkit-border-radius: 16px;
            -moz-border-radius: 16px;
            -ms-border-radius: 16px;
            -o-border-radius: 16px;
        }
        .safer-section .safer-left-section,
        .safer-section .safer-right-section {
            padding: 0 16px;
        }
        .zip-code-section form img {
            left: 23%;
        }
        .zip-code-section p {
            margin: 0.5em 0 0 11em;
        }
        .footer-right-section::before {
            left: inherit;
            right: 0;
        }
        .footerlink ul li:not(:last-child) {
            margin: 0 0 16px 0;
            display: block;
            width: 100%;
        }
        .footerlink ul {
            flex-wrap: wrap;
        }
        .footer-right-section::before {
            top: -15em;
        }
        .zipfix h4 {
            display: none;
        }
    }
    
    @media only screen and (max-width:767px) {
        .container {
            max-width: 540px;
        }
        header .header-left-section,
        header .header-right-section {
            width: 50%;
            flex: 0 0 50%;
        }
        header h1 {
            max-width: 100%;
            margin: 0px auto 12em;
        }
        .pt60 {
            padding-top: 30px;
        }
        .two-coloum::after {
            background-size: 120px;
            top: -70px;
            left: 0;
            right: 0;
            margin: 0px auto;
        }
        form img {
            left: 11%;
        }
        .pb110 {
            padding-bottom: 0;
        }
        .header-section p {
            margin: 0.5em 0 0 3.2em;
        }
        .shower-left-link ul li {
            width: 100%;
        }
        .walk-inner-box {
            text-align: center;
        }
        .zip-code-section form img {
            left: 12%;
        }
        .how-left-section:not(:last-child) {
            margin-bottom: 80px;
        }
        .how-left-section:not(:last-child):after {
            left: 0;
            right: 0;
            margin: 0px auto;
            top: inherit;
            transform: translateX(0) translateY(-50%) rotate(360deg);
            -webkit-transform: translateX(0) translateY(-50%) rotate(360deg);
            -moz-transform: translateX(0) translateY(-50%) rotate(360deg);
            -ms-transform: translateX(0) translateY(-50%) rotate(360deg);
            -o-transform: translateX(0) translateY(-50%) rotate(360deg);
            bottom: -60px;
        }
        .trust-section h3 {
            font-size: 35px;
            line-height: 1.33;
        }
        .trust-inner-box:not(:last-child) {
            margin-bottom: 30px;
        }
        .footer-right-section .follow-link {
            display: block;
            margin: 0px auto;
            width: 100%;
            text-align: center;
        }
        .follow-social-link ul {
            justify-content: center;
        }
        .walk-section .walk-inner-box p {
            text-align: left;
        }
    }
    
    @media only screen and (max-width:575px) {
        .container {
            max-width: 100%;
        }
        .two-coloum::after {
            background-size: 110px;
            top: -60px;
        }
        form img,
        .zip-code-section form img {
            left: 7%;
        }
        .header-section p {
            margin: 0.5em 0 0 1.5em;
        }
        .shower-conversion h3 {
            font-size: 23px;
        }
        .safer-section .safer-left-section,
        .safer-section .safer-right-section {
            width: 50%;
            flex: 0 0 50%;
        }
    }
    
    @media only screen and (max-width:375px) {
        .form-control {
            padding: 20px 30px;
        }
        form img,
        .zip-code-section form img {
            left: 2%;
        }
        .header-section p {
            margin: 0.5em 0 0 0em;
        }
        .zipfix .form-control {
            padding: 10px 22px;
        }
        .zipfix form img {
            left: 1%;
        }
    }