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

@import url('https://www.raynewater.com/wp-content/themes/rayne-2023/library/css/font.css');
@import url('https://www.raynewater.com/wp-content/themes/rayne-2023/library/css/font-awesome.css');
@import url('https://www.raynewater.com/wp-content/themes/rayne-2023/library/css/menu.css');

/*==*/
@font-face {
    font-family: 'LIBRARY 3 AM';
    src: url('../fonts/LIBRARY3AM.woff2') format('woff2'),
        url('../fonts/LIBRARY3AM.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Heavy';
    src: url('../fonts/FuturaPT-Heavy.woff') format('woff'),
        url('../fonts/FuturaPT-Heavy.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Medium';
    src: url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Demi';
    src: url('../fonts/FuturaPT-Demi.woff') format('woff'),
        url('../fonts/FuturaPT-Demi.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Regular';
    src: url('../fonts/Merriweather-Regular.woff2') format('woff2'),
        url('../fonts/Merriweather-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Merriweather Bold';
    src: url('../fonts/Merriweather-Bold.woff2') format('woff2'),
        url('../fonts/Merriweather-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Roman';
    src: url('../fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('../fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    margin: 0;
    padding: 0;
}

a {
    word-break: break-all;
}

a:hover {
    text-decoration: none !important;
}

.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-section {
    margin: 0;
    padding: 95px 0;
    background: #00ac69;
}

.header-section.new-header {
    padding: 45px 0 150px;
}

.header-section .container {
    position: relative;
    z-index: 1;
}

.logo {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1111;
}

.header-right {
    margin: 0;
    padding: 20px 0 26px 0;
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
}

.free-trial-button {
    margin: 0px 0 0 0;
    padding: 0 0 10px;
    float: none;
    position: relative;
    z-index: 1111;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /* order: -1; */
}

.free-trial-button a {
    margin: 0;
    padding: 0;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    width: auto;
    text-align: center;
    padding: 12px 30px;
    border-radius: 58px;
    line-height: 1.2;
}

.getStarted-form h3 span {
    display: inline-block;
    font-size: 60px;
    color: rgb(255, 220, 7);
    padding: 0;
    line-height: 1;
}

.free-trial-button a:hover {
    background: #1c509b;
    color: #fff;
}

.free-trial-button a img {
    vertical-align: sub;
    margin-right: 5px;
}

.home-hero {
    margin: 0;
    padding: 0 0 0;
    background: #00ac69;
    position: relative;
}

/*.home-hero::before { content: ""; background: url(../images/header-background-opcity.png) no-repeat left top; background-size: 100%; position: absolute; top: -50%; width: 100%; bottom: 0; }*/
.hero-heading-colm {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 11;
}

.hero-heading-colm h1 {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    font-size: 55px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.hero-heading-colm h1 span {
    color: #1c509b;
}

.hero-heading-colm p {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0;
    padding: 0;
    line-height: normal;
}

.hero-heading-colm .hero-button {
    background: rgb(15, 117, 158);
    background: -moz-linear-gradient(top, rgba(15, 117, 158, 1) 1%, rgba(7, 96, 155, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(15, 117, 158, 1) 1%, rgba(7, 96, 155, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(15, 117, 158, 1) 1%, rgba(7, 96, 155, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f759e', endColorstr='#07609b', GradientType=0);
    /* IE6-9 */
    border: 1px #0f6ea3 solid;
    font-size: 26px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    width: 300px;
    display: block;
    text-align: center;
    padding: 8px 0;
    border-radius: 56px;
    margin-top: 27px;
}

.hero-heading-colm .hero-button:hover {
    background: #00ac69;
}

.featured-products-hero {
    margin: 0;
    padding: 0;
    width: 250px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.featured-products-hero span {
    margin: 0 0 10px;
    padding: 0;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    display: block;
}

.featured-products-hero ul {
    margin: 0;
    padding: 0 0 0 0px;
}

.featured-products-hero ul li {
    margin: 0 0 10px;
    padding: 0 0 0 18px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    background: url(../images/arrow-list.png) no-repeat left top 6px;
    display: block;
    line-height: normal;
}

.featured-products-hero ul li a {
    color: #fff;
}

.featured-products-hero ul li a:hover {
    color: #1c509b;
}

.closest--water-section {
    background: url(../images/closest-bg-water.png) no-repeat top center;
    background-size: 100% 100%;
    margin: 0px 0 0;
    /* 	margin:-36px 0 0; */
    padding: 137px 0;
    position: relative;
    height: 814px;
}

.closest--water-section::before {
    content: "";
    background: #00ac69;
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.localrayne-text {
    margin: 0;
    padding: 0;
    text-align: center;
}

.localrayne-text span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: block;
}

.localrayne-text p {
    margin: 0 0 25px;
    padding: 0 0 25px;
    font-size: 36px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 2px rgba(255, 255, 255, 0.75) solid;
    display: inline-block;
}

.localrayne-text p strong {
    font-weight: 600;
}

.localrayne-text p a {
    font-size: 12px;
    color: #fff;
}

.button-loaction {
    margin: 0;
    padding: 0;
    display: block;
}

.button-loaction a {
    margin: 0 13px;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border: 2px rgba(255, 255, 255, 0.75) solid;
    display: inline-block;
    padding: 14px 0;
    width: 218px;
    background-color: transparent;
    border-radius: 100px;
}

.button-loaction a:hover {
    background-color: #00ac69;
    color: #fff;
}

.solving-water-tb {
    position: absolute;
    top: 100px;
}



.watersoftener-section {
    margin: 0;
    padding: 79px 0;
    background: url(../images/roundwatar-background.png) no-repeat center left;
}

.drinking-system-left {
    margin: 0;
    padding: 0 50px 0 0;
}

.drinking-system-left h2 {
    margin: 0 0 20px;
    padding: 0;
    color: #2f6193;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.drinking-system-left p {
    margin: 0;
    padding: 0 33px 0 0;
    color: #414042;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 39px;
}

.video-img-right {
    margin: 25px 0 0;
    padding: 0;
    position: relative;
}

.video-img-right>img {
    margin: 0;
    padding: 0;
}

.stop-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.promas-saystm-section {
    margin: 0;
    padding: 0;
    position: relative;
}

.promas-saystm-section::before {
    content: "";
    background: url(../images/shapafter-images.png) repeat-x;
    width: 100%;
    height: 123px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
}

.promos-deals-clum {
    margin: 0;
    padding: 0;
    position: relative;
}

.promos-deals-clum>img {
    width: 100%;
}

.promos-deals-clum::after {
    content: "";
    background: rgba(0, 74, 152, 0.40);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.promos-deals-clum:hover::after {
    background: rgba(0, 74, 152, 0.70);
}

.content-rayne-tb {
    margin: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}

.content-rayne-tb h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}

.content-rayne-tb h3 a {
    color: #fff;
}

.content-rayne-tb p {
    color: #fff;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 37px;
}

.content-rayne-tb a {
    margin: 0 13px;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border: 2px rgba(255, 255, 255, 0.75) solid;
    display: inline-block;
    padding: 8px 0;
    width: 218px;
    background-color: transparent;
    border-radius: 100px;
    transform: scale(0);
    transition: 1s;
}

.content-rayne-tb a:hover {
    background-color: #00ac69;
    color: #fff;
}

.promos-deals-clum:hover .content-rayne-tb a {
    transform: scale(1);
}

.testimonial-home-setion {
    margin: -162px 0 0;
    padding: 255px 0 240px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* .testimonial-home-setion::before{content: "";background: url('../images/bg-opacity-atr.png') repeat-y center top;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-size: cover;} */
.testimonial-home-setion::after {
    content: "";
    background: url('../images/round-shaptwo-img.png') repeat-x left bottom;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 167px;
}

.testmonial-full-colm .carousel-inner {
    max-width: 800px;
}

.testi-container {
    margin: 0;
    padding: 0;
    position: relative;
}

.testi-container::after {
    content: "";
    position: absolute;
    background: url('../images/comma-arrow.png') no-repeat;
    width: 117px;
    height: 91px;
    top: 0px;
    left: 0;
}

.testi-container h4 {
    margin: 0;
    padding: 0 0 50px 150px;
    color: #fff;
    font-size: 72px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.testi-container p {
    font-size: 27px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 50px;
    padding: 0;
    line-height: 1.4;
}

.testi-container span {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.carousel-next-prev .carousel-control-next,
.carousel-next-prev .carousel-control-prev {
    top: 50%;
    bottom: auto;
    opacity: 1;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
}

.carousel-next-prev .carousel-control-next:hover,
.carousel-next-prev .carousel-control-prev:hover {
    background: rgba(0, 74, 152, 0.70);
}

.carousel-next-prev .carousel-control-next {
    margin-top: -100px;
}

.carousel-next-prev .carousel-control-prev::after,
.carousel-next-prev .carousel-control-next::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 50px;
    color: #3fa2c9;
}

.carousel-next-prev .carousel-control-prev::after {
    content: "\f104";
}

.blog-home-section {
    margin: 0;
    padding: 80px 0 80px;
}

.blog-top-heading {
    margin: 0 0 95px;
    padding: 0;
}

.blog-top-heading h5 {
    margin: 0 0 50px;
    padding: 0;
    font-size: 32px;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.blog-top-heading h5 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.blog-top-heading ul {
    margin: 0 -15px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-top-heading ul li {
    margin: 0;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: inline-block;
}

.blog-control {
    margin: 0;
    padding: 0;
    position: relative;
}

.blog-control::after {
    content: "";
    background: rgba(0, 74, 152, 0.40);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.blog-control:hover::after {
    background: rgba(0, 74, 152, 0.70);
}

.blog-control figure {
    margin: 0;
    padding: 0;
}

.blog-control img {
    width: 100%;
}

.blog-absolute-top {
    margin: 0;
    padding: 0 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}

.blog-absolute-top h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.blog-absolute-top a {
    margin: 0px 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    border: 2px rgba(255, 255, 255, 0.75) solid;
    display: inline-block;
    padding: 8px 0;
    width: 218px;
    background-color: transparent;
    border-radius: 100px;
    transform: scale(0);
    transition: 1s;
}

.blog-absolute-top a:hover {
    background-color: #00ac69;
    color: #fff;
}

.blog-control:hover .blog-absolute-top a {
    transform: scale(1);
    margin-top: 30px;
}

.client-logo {
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
}

.client-logo a {
    display: inline-block;
    margin: 0 5px;
}

.findlocal-section {
    margin: 0;
    padding: 0;
}

.findlocal-section h4 {
    margin: 0 0 46px;
    padding: 0;
    color: #2f6193;
    font-size: 34px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    letter-spacing: 1px;
}

.caliform-list-menu {
    margin: 0;
    padding: 8px 20px;
    text-align: right;
    position: relative;
    top: 0;
    transform: translateY(-0%);
}

.caliform-list-menu::after {
    content: "";
    background: #58595b;
    width: 2px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: -15px;
}

.caliform-list-menu h5 {
    margin: 0 0 20px;
    padding: 0;
    color: #58595b;
    font-size: 32px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.findlocatin-list {
    margin: 0 0 15px;
    padding: 0;
}

.findlocatin-list ul {
    margin: 0;
    padding: 0;
}

.findlocatin-list ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #58595b;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.findlocatin-list ul li:last-child::after {
    display: none;
}

.findlocatin-list ul li:after {
    content: "|";
    color: #58595b;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 2px;
}

.findlocatin-list ul li a {
    color: #58595b;
}

.findlocatin-list ul li a:hover {
    color: #00ac69;
}

.arizona-list {
    text-align: left !important;
}

.arizona-list::after {
    display: none;
}

.footerpage {
    background: url('../images/footer-shap-section.png') no-repeat center top;
    background-size: cover;
}

.footerpageInn {
    background: url('../images/footer-shapInn-section.png') no-repeat center top;
    background-size: cover;
}

.closest--water-section-tab {
    margin: 0;
    padding: 140px 0 137px;
    position: relative;
    height: 460px;
}


.closest--water-section-tab .button-loaction a:hover {
    background-color: #2f6193;
    color: #fff;
}

.footer-section {
    margin: 0;
    padding: 100px 0 20px;
    position: relative;
}

.footer-menu {
    margin: 0 0 40px;
    padding: 0;
}

.footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer-menu ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 34%;
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #004a98;
}

.copyright-left {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.footer-social {
    margin: 0 0 30px;
    padding: 0
}

.footer-social ul {
    margin: 0;
    padding: 0
}

.footer-social ul li {
    margin: 0 0 0 30px;
    padding: 0;
    display: inline-block;
}

.footer-social ul li a img:hover {
    opacity: 0.5;
}

.footer-right {
    text-align: right;
}

/*===================Location=================*/

.location-sanDiego {
    padding: 0px 0px 20px;
    background: #00ac69;
    text-align: center;
    height: 450px;
}

.titleAddress {
    font-size: 55px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-weight: bold;
}

.editRuffner {
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.editRuffner a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.editRuffner a:hover {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.editRuffner span {
    font-size: 16px;
    text-transform: uppercase;
}

.currentCustomers {
    max-width: 480px;
    margin: 0 auto;
}

.customersNo {
    color: #ffffff;
    font-size: 33px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

.customersNo a {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.customersNo a:hover {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.customersNo p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
}

.colOr {
    color: #ffffff;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 0 10px;
}

.closestWater-section {
    background: url(../images/closest-bg-water3.png) no-repeat top center;
    background-size: 100% 100%;
    margin: 0;
    padding: 120px 0;
    position: relative;
    height: 460px;
}

.getStarted {
    text-align: center;
    padding: 0px 0 0;
}

.getStarted h1 {
    margin: 0px;
    padding: 0px 0 16px;
    text-align: center;
    color: #ffffff;
    font-size: 53px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.getStarted h2,
.getStarted h4 {
    margin: 0;
    padding: 0 0 16px;
    text-align: center;
    color: #fff;
    font-size: 2.55em !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
}

.freeMonth {
    color: #fff;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    padding: 12px 48px;
    text-decoration: none;
    background: #ffdc07;
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
    display: inline-block;
    border-radius: 50px;
}

.freeMonth:hover {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    background: #1c509b;
}


.RayneSanDiego-section {
    margin: 0;
    padding: 50px 0;
}

.videoPlay {
    max-width: 628px;
    margin: 0 auto;
}

.drinkingSystem {
    text-align: center;
    padding: 0 0 60px;
}

.drinkingSystem h2 {
    margin: 0 0 15px;
    padding: 0;
    color: #58595b;
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.drinkingSystem span {
    margin: 0 0 20px;
    padding: 0;
    color: #58595b;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
}

.drinkingSystem p {
    margin: 0;
    padding: 0 0px 0 0;
    color: #58595b;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.RayneSanDiego-sectionTop {
    padding: 100px 0px 60px;
}

.contantRayne {}

.contantRayne h3 {
    margin: 0px 0 40px;
    padding: 0px 0 38px;
    color: #58595b;
    font-size: 51px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #cfd0d1;
    font-weight: bold;
    line-height: 1.5;
}

.contantRayne p {
    margin: 0;
    padding: 0 33px 0 0;
    color: #58595b;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.formContact {}

.getStarted-form {}

.getStarted-form p {
    margin: 0px;
    padding: 0px 0 0px;
    color: #58595b;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.getStarted-form span {
    padding: 0 0 20px;
    display: block;
    color: #58595b;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.getFree {
    display: inline-block;
    background: #195ca2;
    padding: 14px 46px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-radius: 50px;
    font-size: 18px;
}

.getFree:hover {
    background: #00ac69;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.fieldForm {}

.rowField .mediam {
    border: 2px solid #cfd0d1;
    width: 100%;
    padding: 5px 20px;
    font-size: 16px;
    color: #414042;
    font-family: 'Montserrat', sans-serif;
    background: none;
    outline: none;
    border-radius: 20px;
    min-height: 41px;
}

.rowField {
    padding: 40px 0 0;
}

.rowField li {
    margin-bottom: 20px;
    list-style: none;
}

li.leftField {
    width: 48%;
    float: left;
}

li.rightField {
    float: right;
    width: 48%;
}

li.promos-chechbox-heading {
    clear: both;
}

.contantShare {
    padding-right: 50px;
}

.submitBt {
    background: #195ca2;
    padding: 12px 46px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-radius: 50px;
    font-size: 20px;
    border: none;
    outline: none;
    min-width: 200px;
    cursor: pointer;
    min-height: 57px;
}

.submitBt:hover {
    background: #00ac69;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

li.leftField.textarea {
    width: 60%;
}

li.rightField.Submit {
    width: 36%;
}

.citiesServed {
    padding: 0 0 70px;
    overflow: hidden;
}

.citiesServed h4 {
    margin: 0px -100px 60px;
    padding: 0px 0 36px;
    text-align: center;
    color: #58595b;
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-bottom: 2px solid #abacad;
}

.citiesList {}

.citiesList ul {
    margin: 0px;
    padding: 0px;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.citiesList ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    color: #58595b;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.citiesList ul li a {
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.citiesList ul li a:hover {
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.blog-home-sectionInn {
    margin: 0;
    padding: 80px 0 10px;
}

.header-section.innerHeader {
    padding-bottom: 0px;
}

footer.footerpageInn.findLocation-footer {
    background: url(../images/findLocation-footer.png) no-repeat top center;
    background-size: cover;
    padding-top: 160px;
}

.findLocation {
    padding: 170px 0px 300px;
    background-size: cover;
    background-position: top center;
    margin-bottom: -260px;
}

.locationCode {
    max-width: 770px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.findLocation h1 {
    margin: 0px;
    padding: 0px 0 20px;
    text-align: center;
    color: #ffffff;
    font-size: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.zipCodeInput {
    border: 2px solid rgba(255, 255, 255, 0.31);
    padding: 20px 30px;
    background: none;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    outline: none;
    min-height: 65px;
}

.zipCodeInput::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.zipCodeInput::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.zipCodeInput:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.zipCodeInput:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}


.selectField {
    position: relative;
}

.selectField:after {
    content: "";
    position: absolute;
    top: 29px;
    right: 24px;
    background: url(../images/down-arrow.png) no-repeat top center;
    width: 25px;
    height: 15px;
}

.selectField select {
    border: 2px solid rgba(255, 255, 255, .31);
    background: url('../images/arrow-down.png');
    padding: 20px 56px 20px 40px;
    width: 100%;
    border-radius: 50px;
    color: #fff;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    height: auto;
    overflow: hidden;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: 93% 32px;
    z-index: 1;
    position: relative;
}

.findLocation .services-text {
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
    font-weight: 500;
}

.colLeft {
    width: 45%;
    float: left;
}

.colmiddle {
    width: 10%;
    float: left;
    color: #ffffff;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 13px;
}

.colRight {
    width: 45%;
    float: left;
}

.fieldLocation {
    padding: 50px 15px;
    border: 2px solid #b1cfe2;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.fieldLocation h3 {
    margin: 0px;
    padding: 0px 0 15px;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.fieldLocation h3 a {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.fieldLocation h3 a:hover {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-decoration: none;
}

.fieldLocation p {
    margin: 0px;
    padding: 0px 0 18px;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

p.fieldLocation-contact-number a:hover {
    color: #ffa814;
}

.moreInfo {
    margin: 0;
    padding: 0;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    display: block;
    width: 183px;
    text-align: center;
    padding: 5px 0;
    border-radius: 58px;
    margin: 0 auto;
}

.moreInfo:hover {
    background: #1c509b;
    color: #fff;
}

.allLocation {
    padding: 60px 50px 0px;
}

.allLocation .col-12.col-sm-6.col-md-4.col-lg-4 {
    margin-bottom: 25px;
}

.mainHome {
    position: relative;
    overflow: hidden;
}

.testmonial-full-colm {
    overflow: hidden;
    position: relative;
}

/*==================*/
.carousel-inner {
    overflow: inherit !important;
}

.bubbles {
    /* position: relative;
  overflow: hidden; */
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


.bubble-container {
    position: absolute;
    bottom: 0;
    will-change: transform;
    -webkit-animation: bubblerise 4s infinite ease-in;
    -moz-animation: bubblerise 4s infinite ease-in;
    -ms-animation: bubblerise 4s infinite ease-in;
    animation: bubblerise 4s infinite ease-in;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.bubble {
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.25);
    will-change: transform;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: bubblewobble 0.4s infinite linear;
    -moz-animation: bubblewobble 0.4s infinite linear;
    -ms-animation: bubblewobble 0.4s infinite linear;
    animation: bubblewobble 0.4s infinite linear;
}

@-webkit-keyframes bubblerise {
    0% {
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    5% {
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    99% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        bottom: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-moz-keyframes bubblerise {
    0% {
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    5% {
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    99% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        bottom: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-ms-keyframes bubblerise {
    0% {
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    5% {
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    99% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        bottom: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@keyframes bubblerise {
    0% {
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }

    5% {
        bottom: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    99% {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    100% {
        bottom: 100%;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
}

@-webkit-keyframes bubblewobble {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 2px;
    }
}

@-moz-keyframes bubblewobble {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 2px;
    }
}

@-ms-keyframes bubblewobble {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 2px;
    }
}

@keyframes bubblewobble {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: 2px;
    }
}


/*=====================*/
.productsPic {
    width: 133px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.testmonial-full-colm .carousel-inner {
    max-width: 800px;
    min-height: 351px;
}

.colMore {
    width: -webkit-calc(97% - 140px);
    width: -moz-calc(97% - 140px);
    width: calc(97% - 140px);
    float: left;
    padding: 40px 0 0px;
}

.maltipalmanu ul {
    width: 100% !important;
    left: 0;
    right: 0;
    top: 205px !important;
    /*     background: url(../images/bg-nav.png) no-repeat bottom center!important; */
    background: #00ac69f0 !important;
    background-size: 100% 100% !important;
    border: none;
    padding: 60px 0 108px !important;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    display: none;
    max-height: 780px;
    overflow-y: auto;
}

.maltipalmanu ul::-webkit-scrollbar {
    display: none;
}

.maltipalmanu ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.maltipalmanu ul li {
    max-width: 1470px;
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
    background: none;
    border-bottom: none;
    padding: 0 20px 0px;
    overflow: hidden;
}

.header-section .container,
.header-section .col-9 {
    position: static;
    z-index: 9;
}

li.menu-item-has-children.maltipalmanu {
    position: static !important;
}

.header-section .col-9 .navbar {
    position: static;
}

.colMore h3 {
    padding: 0px;
    margin: 0px 0 13px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.colMore p {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 0 6px 10px;
    margin: 0px;
}

.menu-item-has-children ul .colMore ul {
    margin: 0px !important;
    padding: 0px 0 0 20px !important;
    position: static !important;
    background: none;
    visibility: visible !important;
    display: block !important;
    opacity: 1 !important;
    transform: inherit !important;
    -webkit-transform: inherit !important;
    -moz-transform: inherit !important;
    -ms-transform: inherit !important;
    -o-transform: inherit !important;
}

.menu-item-has-children ul .colMore ul li {
    padding: 0px 0 0 15px;
    padding: 0px 0 6px 20px !important;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: #ffffff;
    background: url(../images/arrow-left.png) no-repeat top 10px left;
    border: none;
}

.colMore ul li a {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-decoration: none;
}

.menu-item-has-children ul .seeMore {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 13px 40px !important;
    display: inline-block !important;
    margin: 0;
    border: 2px solid rgba(255, 255, 255, 0.30);
    border-radius: 50px;
    width: 176px !important;
    text-transform: uppercase;
    text-align: center !important;
    font-size: 16px !important;
}

.menu-item-has-children ul .seeMore:hover {
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    background: #ffb411;
}

.ResidentialList {
    width: 33.33%;
    float: left;
    border-right: 2px solid rgba(255, 255, 255, 0.30);
    padding: 0 20px;
    margin-bottom: 67px;
    min-height: 281px;
}

.ResidentialList:last-child {
    border-right: none;
}

.ResidentialList:nth-child(3n) {
    border-right: none;
}

.month-trial {
    clear: both;
    text-align: center;
}


/*.navbar-collapse.collapse ul li .freeMonth {
    color: #ffffff!important;
    font-size: 22px!important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 28px 8px!important;
    text-decoration: none;
    background: rgb(255,220,7);
    background: -moz-linear-gradient(top, rgba(255,220,7,1) 0%, rgba(255,154,23,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,220,7,1) 0%,rgba(255,154,23,1) 100%);
    background: linear-gradient(to bottom, rgba(255,220,7,1) 0%,rgba(255,154,23,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdc07', endColorstr='#ff9a17',GradientType=0 );
    display: inline-block;
    border-radius: 50px;
	max-width:390px;
	margin:0 auto!important;
	    text-align: center;
}*/
.navbar-collapse.collapse ul li .freeMonth {
    color: #ffffff !important;
    font-size: 17px !important;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 28px 8px !important;
    text-decoration: none;
    background: #004a98;
    display: inline-block;
    border-radius: 50px;
    max-width: 450px;
    margin: 0 auto !important;
    text-align: center;
}

.navbar-collapse.collapse ul li .freeMonth:hover {
    background: #004a98;
}

.home-hero .solving-water-tb {}

.home-hero .solving-water-tb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.home-hero .solving-water-tb img:nth-child(1) {
    width: 69%;
}

.home-hero .solving-water-tb img:nth-child(2) {
    position: absolute;
    top: 81px;
    left: 170px;
}

.osmosis_img.hover {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;

}

.water_softener_img.hover {
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;

}


/* contact-us page css */

.section-heading h2 {
    font-size: 50px;
    line-height: 53px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.section-heading.promos-heading h1 {
    font-size: 50px;
    line-height: 53px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}


.contact-header .header-right {
    margin: 0;
    padding: 0px 0 26px;
    float: right;
    /* position: relative; */
    z-index: 999;
}

.page-template-rayne_water_softener_sandiego-referrals .contact-header .header-right {
    padding-top: 26px;
}

.contact-us-heading {
    padding: 0px 0px 20px;
    background-image: url(../images/contact-us-bg.png);
    text-align: center;
    height: 575px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.contact-header .header-section {
    background: transparent;
}

.section-heading {
    margin-top: 17%;
    margin-left: 6%;
}

.contact-top {
    margin-top: 0px !important;
}

.contact-top .contantRayne h3 {
    font-size: 33px;
    border-bottom: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 45px;
    margin: 0px;
    padding: 0px 0 25px;
}

.contact-top .getStarted-form p {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.contact-top .contantRayne strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 26px;
    position: relative;
    color: #58595b;
}

.contact-top .contantRayne strong::after {
    content: '';
    position: absolute;
    bottom: -25px;
    border: 2px solid #c4c5c7;
    border-radius: 2px;
    width: 44px;
    left: 2px;
}

.contact-top .contantRayne ul {
    padding-top: 40px;
}

.contact-top .contantRayne ul li {
    list-style: none;
}

.contact-top .contantRayne ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #58595b;
}

.contact-top .contantRayne ul li a {
    color: #58595b;
    font-size: 22px;
}

.contact-top .contantRayne .contact-moreInfo {
    color: #fff;
    /* max-width: 127px; */
    min-height: 41px;
    width: 163px;
}

.fieldLocation-contact-number a {
    color: #fff;
}

.contact-top .contantRayne {
    max-width: 89%;
}

.contactfooter {
    background: url(../images/contact-us-footer-bg.png) no-repeat center top;
    background-size: cover;
    z-index: 9999;
    position: absolute;
    width: 100%;
}

/**** FAQ ****/
.faq_sec {
    float: left;
    width: 100%;
    padding: 40px 0px 80px;
}

.faq_sec h3 {
    background: #3a3a3a;
    color: #fff;
    padding: 15px;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
}

.faq_sec ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.faq_sec ul li {
    float: left;
    width: 100%;
    position: relative;
}

.faq li.q {
    display: flex;
    align-items: center;
    height: 152px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 36px;
    padding: 20px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    background-image: -ms-linear-gradient(top, #16AA72 0%, #11a089 100%);
    background-image: -moz-linear-gradient(top, #16AA72 0%, #11a089 100%);
    background-image: -o-linear-gradient(top, #16AA72 0%, #11a089 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #16AA72), color-stop(100, #11a089));
    background-image: -webkit-linear-gradient(top, #16AA72 0%, #11a089 100%);
    background-image: linear-gradient(to bottom, #16AA72 0%, #11a089 100%);
    margin-bottom: 25px;
    border-radius: 18px
}

.faq li.a {
    display: none;
    color: #58595b;
    float: left;
    border-radius: 0 0 20px 20px;
    padding: 60px 40px 60px;
    font-size: 22px;
    margin-top: -40px;
    margin-bottom: 40px;
    line-height: 30px;
    border: 1px solid #d3d3d4;
    text-align: center;
    margin-left: auto;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-top: 0;
}

.section-heading.Benefits-heading h2 {
    border-bottom: 2px solid #5b97bf;
    padding-bottom: 20px;
    margin: auto;
    display: inline-block;
}

.faq li img {
    display: inline-block;
    margin: 0px 10px 0 0;
    width: 50px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq li span {
    margin-left: 50px;
    float: left;
    max-width: 64%;
}

.faqnav-section {
    max-width: 80%;
    margin: auto;
}

.faq_sec .col-md-6.col-sm-6.col-xs-12 {
    padding-right: 20px;
}

.checkout_hadding_b h1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.main-header {
    position: relative;
    height: 560px;
}

section.faq-nav {
    display: flex;
    justify-content: center;
    background-image: url("../images/background-design1.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 18%;
}

.section-heading.Benefits-heading {
    margin-left: 0;
}

/* .faq:nth-child(even) {background: #f20}
.faq:nth-child(odd) {background: #000} */


/* compare-us page heading */
.compare-section-heading h2 {
    color: #58595b;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    padding-bottom: 30px;
    margin-bottom: 0;
    line-height: 28px;
}

.compare-section-heading {
    text-align: center;
    margin-top: 17%;
}

.compare-section-heading p {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #58595b;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.compare-content {
    width: 86%;
    margin: auto;
}

.compare-us {
    background-image: url('../images/compare-us-bg-2.png');
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 20%;
}

.compare-us-boxes .images-section {
    margin: 0 auto;
    text-align: center;
}

.images-section img {
    width: 100%;
}

.image-part .col-md-4 {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
}

.compare-us-boxes .image-part {
    width: 85%;
    margin: 0 auto;
    padding: 20px 0;

}

.compare-us-boxes .image-part .images-section h3 {
    position: absolute;
    top: 36%;
    right: 18%;
    left: 18%;
    z-index: 1;
    color: #fff;
    word-break: break-word;
}

.compare-us-boxes .image-part .images-section {
    position: relative;
}

.compare-us-boxes .image-part a:hover .images-section::after,
.compare-us-boxes .image-part a.active .images-section::after {
    background-color: #2270aade;
}

.compare-us-boxes .image-part .images-section::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #2270aa8c;
}

.faq-nav.compare-faq {
    background-image: url('../images/background-design2.png');
    background-position: top;
    margin-top: 0;
}

.faq li:nth-child(4n+1) {
    background-image: -ms-linear-gradient(top, #109E8C 0%, #088FB0 100%);
    background-image: -moz-linear-gradient(top, #109E8C 0%, #088FB0 100%);
    background-image: -o-linear-gradient(top, #109E8C 0%, #088FB0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #109E8C), color-stop(100, #088FB0));
    background-image: -webkit-linear-gradient(top, #109E8C 0%, #088FB0 100%);
    background-image: linear-gradient(to bottom, #109E8C 0%, #088FB0 100%);
}

.faq-nav.compare-faq .faqnav-section .faq .a ul li {
    background: none;
    text-align: left;
    padding: 10px 0 10px 0;
    list-style-type: initial;
    color: #58595b;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.faq-nav.compare-faq .faqnav-section .faq .a p {
    text-align: left;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #58595b;
}

.faq-nav.compare-faq .faqnav-section .faq .a ul {
    padding-left: 40px;
}

.section-heading.Benefits-heading.about-us h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
}

.testimonial-home-setion.about-us-slider {
    bottom: -209px;
}

.right-section {
    width: 90%;
    margin-left: 70px;
}

.left-section {
    width: 30%;
    margin-top: 125px;
}

.aboutuswrapper {
    max-width: 73%;
    display: flex;
    margin: auto;
}

/* .left-section-images img{
	margin-bottom: 100px;
} */
.right-section h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #58595b;
    position: relative;
    padding-bottom: 30px;
}

.right-section h2::after {
    content: '';
    position: absolute;
    top: 65px;
    border: 1px solid #cfd0d1;
    border-radius: 1px;
    width: 218px;
    left: 0;
}

.right-section p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #58595b;
    line-height: 1.5;
}

.right-section-content p {
    margin-bottom: 30px;
}

.right-section-part {
    float: left;
    padding-top: 40px;
    display: block;
}

.right-section-part img {
    display: inline-block;
    float: right;
    margin-left: 40px;
    margin-right: 80px;
}

.right-section-part1 img {
    display: inline-block;
    float: right;
    margin-left: 25px;
}

.right-section-part1 {
    float: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 20px;
}

.Innovation-section h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #58595b;
    position: relative;
    padding-bottom: 30px;
}

.Innovation-section {
    position: relative;
    display: block;
    float: left;
}

.right-section-part.Innovation-right img {
    margin-right: 0;
    margin-bottom: 82px;
    margin-left: 46px;
}

.right-section-part.Innovation-right {
    padding-top: 10px;
}

.faq-nav .faqnav-section .faq .a ul li {
    background: none;
    text-align: left;
    padding: 10px 0 10px 0;
    list-style-type: initial;
    color: #58595b;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.faq-nav .faqnav-section .faq .a ul {
    padding-left: 60px;
}

.faq-nav .faqnav-section .faq .a strong {
    display: flex;
    width: 100%;
    padding-left: 7px;
    padding-bottom: 10px;
}

.faq-nav .faqnav-section .faq .a label {
    display: block !important;
    text-align: left;
    padding-left: 38px;
    line-height: 35px;
    padding-bottom: 10px;
}

.left-section-images img {
    margin-bottom: 150px;
}

.corporate-section {
    max-width: 73%;
    display: flex;
    margin: auto;
}

.corporate-contact-info ul li {
    list-style: none;
    font-size: 20px;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.corporate-contact-info ul {
    padding-top: 25px;
}

.corporate-contact-info h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #58595b;
    position: relative;
    padding-bottom: 30px;
}

.corporate-contact-info h2::before {
    content: '';
    position: absolute;
    top: 75px;
    border: 1px solid #cfd0d1;
    border-radius: 1px;
    width: 218px;
    left: 0;
}

.corporate-contact-info ul li a {
    color: #58595b;
}

.corporate-contact-info {
    margin-top: 10px;
}

.company-info {
    margin-top: 10px !important;
}

.watersofteners {
    margin-top: 0px;
    margin-bottom: 0%;
    background-image: url(../images/softener-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
    padding-bottom: 90px;
}

.watersofteners-content {
    background-color: #ffffff6b;
    padding: 30px 25px 20px;
    border: 2px solid #d3d3d4;
    border-radius: 8px;
    display: flex;
    position: relative;
    min-height: 312px;
}

.watersofteners-overlay p {
    color: #fff;
}

.watersoftener-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

.watersofteners .col-md-4 {
    padding-bottom: 40px;
}

.watersoftener-btn a {
    background: #00ac69;
    padding: 8px 30px;
    border-radius: 21px;
    color: #fff;
    font-size: 17px;
}

.watersoftener-btn a:hover {
    color: #00ac69;
    background: #fff;
}

.watersofteners-content:hover .watersofteners-overlay {
    display: block;
}

.watersofteners-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 172, 105, 0.85);
    display: none;
    padding: 10px 15px 20px;
    border-radius: 8px;
}

.watersofteners-overlay p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 22px;
}

.watersofteners-content:hover .watersoftener-btn a {
    background: #fff;
    color: #00ac69;
}

.watersofteners-heading h2 {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #58595b;
}

.watersofteners-heading p {
    color: #58595b;
    font-size: 25px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}

.watersofteners-part {
    padding-left: 20px;
}

.watersofteners-img img {
    max-width: 100%;
    mix-blend-mode: darken;
    height: auto;
    width: auto;
}

.section-heading.Benefits-heading.about-us.watersoftener h2 {
    border-bottom: 3px solid #5b97bf;
    display: block;
    width: 50%;
}

.rayneguardian-wrapper {
    margin-top: 0 !important;
    margin-bottom: 6%;
}

.residential-banner {
    height: 762px;
}

.inner-nav {
    max-width: 78%;
    margin: 40px auto;
}

.inner-nav li {
    display: inline-block;
    margin: 0px 13px 40px;
}

.inner-nav li a {
    border: 2px solid #fff;
    border-radius: 55px;
    padding: 10px 40px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.inner-nav li.active a {
    background: #00ac69;
    border: 2px solid #00ac69;
}

.inner-nav li a:hover,
.inner-nav li a:focus {
    background: #00ac69;
    border: 2px solid #00ac69;
}

/* products-details */
.rayneguardian-content {
    display: flex;
}

.rayneguardian-bottom-content {
    display: flex;
}

.rayneguardian-heading h1 {
    font-size: 58px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #58595b;
    position: relative;
    margin-bottom: 40px;
}

.rayneguardian-heading h2 {
    font-size: 58px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #58595b;
    position: relative;
    margin-bottom: 40px;
}

.rayneguardian-heading p {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #58595b;
}

.rayneguardian-content h3 {
    color: #00ac69;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin-bottom: 30px;
    position: relative;
}

.rayneguardian-content ul li {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #58595b;
    line-height: 30px;
    padding-bottom: 20px;
}

.rayneguardian-content ul {
    padding-left: 40px;
}

.advantage-content {
    width: 40%;
    margin-left: 50px;
    margin-bottom: 20px;
}

.rayneguardian-bottom-content h3 {
    color: #00ac69;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    position: relative;
    margin-bottom: 30px;
}

.rayneguardian-bottom-content ul {
    padding-left: 40px;
}

.rayneguardian-bottom-content ul li {
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #58595b;
    line-height: 30px;
    padding-bottom: 20px;
    padding-right: 10px;
}

.warranty-content {
    width: 56%;
    border-right: 2px solid #d0d1d2;
}

.free-quote a {
    margin: 0 13px;
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 0;
    text-align: center;
    width: 300px;
    background-color: #004a98;
    border-radius: 100px;
}

.selection a {
    margin: 0 13px;
    font-size: 16px;
    color: #58595a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    border: 2px #d3d4d5 solid;
    display: inline-block;
    padding: 16px 0;
    width: 300px;
    border-radius: 100px;
}

.free-quote {
    margin-bottom: 25px;
}

.rayneguardian-btn {
    margin-left: 50px;
}

.free-quote a:hover {
    color: #fff;
    background-color: #00ac69;
}

.selection a:hover {
    color: #fff;
    background-color: #00ac69;
}

.rayneguardian-heading h1::after {
    content: '';
    position: absolute;
    bottom: -23px;
    border: 1px solid #cfd0d1;
    border-radius: 1px;
    width: 247px;
    left: 0;
}

.rayneguardian-heading h2::after {
    content: '';
    position: absolute;
    bottom: -23px;
    border: 1px solid #cfd0d1;
    border-radius: 1px;
    width: 247px;
    left: 0;
}

.rayneguardian-content h3::after {
    content: '';
    position: absolute;
    bottom: -17px;
    border: 1px solid #cfd0d1;
    border-radius: 1px;
    width: 57px;
    left: 0;
}

.rayneguardian-bottom-content h3::after {
    content: '';
    position: absolute;
    bottom: -17px;
    border: 1px solid #cfd0d1;
    border-radius: 1px;
    width: 57px;
    left: 0;
}

.rayneguardian-img {
    margin-top: 130px;
    margin-right: 40px;
}












/**** HEADER DROPDOWN ****/
.commercial_menu li {
    width: 64% !important;
}

.commercial_menu li .ResidentialList {
    width: 50%;
    float: left;
    border-right: 2px solid rgba(255, 255, 255, 0.30);
    padding: 0px 30px 0px 80px;
}

.commercial_menu li .ResidentialList:nth-child(3n) {
    border-right: none;
}

.commercial_menu li .ResidentialList:nth-child(1n) {
    border-right: 2px solid rgba(255, 255, 255, 0.30);
}

.commercial_menu li .ResidentialList:nth-child(2n) {
    border-right: none;
}

.why_rayne_menu li .ResidentialList {
    width: auto;
    border: 0;
    min-height: 60px;
    padding: 0;
    margin-bottom: 0;
}

.why_rayne_menu li .ResidentialList .colMore {
    width: auto !important;
}

.why_rayne_menu li .ResidentialList .seeMore {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
    width: auto !important;
    font-size: 20px !important;
    max-width: unset;
    display: block !important;
    text-transform: capitalize;
}

.why_rayne_menu li .ResidentialList:nth-child(1n) {
    padding-left: 45px;
}

/** REVIEW PAGE **/
.section-heading.Benefits-heading.review_heading h2 {
    text-transform: capitalize;
}

.section-heading.Benefits-heading.review_heading h3 {}

.section-heading.Benefits-heading.about-us.review_heading {
    /* margin-top: 14%; */
}

.review_wraper {
    padding: 174px 0 200px;
    background-size: cover;
    background-position: top center;
    margin-top: -100px;
    z-index: 0;
    margin-bottom: -130px;
    position: relative;
}

.page-template-reviews .footerpage {
    position: relative;
}

.review_img {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.review_img img {
    display: inline-block;
    float: none;
    width: 30%;
    margin-right: 20px;
}

.review_img img:nth-child(2n) {
    margin-right: 0;
}

.review_block {
    padding: 50px 15px;
    margin-bottom: 30px;
    height: auto;
}

.review_wraper .row {
    margin: auto;
}

.review_block h3 {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.review-banner {
    background-image: url(../images/review-header-bg.png);
    background-size: 100%;
    background-size: cover;
    background-position: top center;
    height: 570px;
    z-index: 1;
    position: relative;
}

.contact-header .navbar-collapse.collapse ul li a:hover,
.contact-header .menu-item-has-children>a:hover:after {
    color: #00ac69 !important;
}

.contact-header .free-trial-button a:hover {
    background: #00ac69;
    color: #fff;
}

section.contact-us-heading.promo-banner {
    background-image: url(../images/promo-header-bg.png);
}

.rowField li p {
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.rowField li p span {
    /*     display: block; */
}

section.contact-us-heading.promo-banner .section-heading h2 {
    font-size: 35px;
}

.section-heading.promos-heading h1 {
    font-size: 35px;
}

section.contact-us-heading.promo-banner .section-heading h3 {
    line-height: 40px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 42px;
}


section.contact-us-heading.promo-banner .section-heading {
    margin-top: 250px;
}

section.blog-home-section.promo-section {
    padding: 0px 60px 0px 0px;
}

section.blog-home-section.promo-section .blog-top-heading ul li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
    padding-right: 30px;
}

section.blog-home-section.promo-section .blog-top-heading {
    margin: 8px 0 95px;
    padding: 0;
}

section.blog-home-section.promo-section .blog-top-heading .blog-control:hover::after {
    /* background: rgba(0,74,152,0.70); */
}

section.blog-home-section.promo-section figure .blog-absolute-top span {
    font-size: 22px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

section.blog-home-section.promo-section ul li figure {
    position: relative;
    cursor: pointer;
}

section.blog-home-section.promo-section ul li figure::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 73, 152, 1);
    background: -moz-linear-gradient(bottom, rgba(0, 73, 152, 1) 0%, rgba(0, 73, 152, 0.75) 100%);
    -: ;
    stop(100%, rgba(0, 73, 152, 0.75))): ;
    background: -webkit-linear-gradient(bottom, rgba(0, 73, 152, 1) 0%, rgba(0, 73, 152, 0.75) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 73, 152, 1) 0%, rgba(0, 73, 152, 0.75) 100%);
    background: linear-gradient(to top, hsla(211, 100%, 30%, 0.92) 0%, rgba(0, 172, 105, 0.46) 100%);
    background: linear-gradient(to top, hsla(211, 100%, 30%, 0.92) 0%, rgba(0, 172, 105, 0.46) 100%);
}

section.blog-home-section.promo-section ul li figure figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 40px 20px 15px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    display: table;
}

section.blog-home-section.promo-section ul li figure:hover .blog-absolute-top {
    opacity: 0;
}

section.blog-home-section.promo-section ul li figure:hover figcaption {
    visibility: visible;
    opacity: 1;
    transition: .5s;
}

section.blog-home-section.promo-section figure figcaption .blog-absolute-content ul li {
    padding-right: 0;
    margin-bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 15px;
    padding-bottom: 5px;
}

section.blog-home-section.promo-section figure ul {
    display: block;
    float: left;
    text-align: left;
    padding-top: 20px;
}

section.blog-home-section.promo-section figure figcaption .blog-absolute-content h2 {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

section.blog-home-section.promo-section figure figcaption .blog-absolute-content span {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-align: center;
    display: block;
}

.promo-section .blog-control figure {
    position: relative;
}

.promo-section .blog-control:hover .blog-absolute-top {
    display: block;
}

section.blog-home-section.promo-section figure figcaption .blog-absolute-content ul li a {
    color: #00ac69;
}

section.blog-home-section.promo-section figure figcaption .blog-absolute-content ul label {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding-left: 30px;
    margin-bottom: 18px;
}

section.blog-home-section.promo-section figure figcaption .blog-absolute-content.inner-content ul li {
    padding-bottom: 0px;
}

footer.footerpage.contactfooter.promofooter {
    background: url(../images/promo-footer-bg.png);
    z-index: 9999;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 548px; */
    padding-top: 202px;
    margin-top: -80px;
}

span.wpcf7-list-item {
    margin: 0 !important;
}

.header-section.innerHeader.contact-header {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.single-rayne_locations .header-section.innerHeader.contact-header {
    background: #00ac69;
}

a.moreInfo {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.button-more-info {
    text-align: center;
}

.single-rayne_locations .contact-header .navbar-collapse.collapse ul li a:hover,
.single-rayne_locations .contact-header .menu-item-has-children>a:hover:after {
    color: #004a98 !important;
}

.single-rayne_locations .contact-header .free-trial-button a:hover {
    background: #004a98;
    color: #fff;
}


body.bodyscroll {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.mobile-list {
    display: none;
}


/* home page form css */

.home .formContact .getStarted-form h3 {
    font-size: 46px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 86px;
}

.home .formContact .getStarted-form p {
    font-size: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-bottom: none;
    line-height: 33px;
}

.home .formContact .rowField {
    padding: 10px 0 0;
    width: 50%;
    margin: auto;
}

.home .formContact .rowField li {
    margin-bottom: 15px;
}

.home .localrayne-text {
    text-align: center;
    padding: 60px 0;
}

.home .formContact li.rightField.Submit {
    margin-top: 10px;
    margin-right: 12px;
}

.home .formContact li.rightField.Submit .submitBt {
    background: #00ac69;
    padding: 8px 46px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-radius: 50px;
    font-size: 22px;
    border: none;
    outline: none;
    min-width: 100% !important;
    cursor: pointer;
}

.home .formContact li.rightField.Submit .submitBt:hover {
    background: #fff;
    color: #024a97;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.home .formContact .textarea .wpcf7-textarea {
    width: 95%;
    margin-right: 20px;
}

.home .formContact .rowField .mediam::placeholder {
    color: #fff !important;
}

.home .formContact .rowField .mediam {
    color: #fff !important;
}



/* blog page css */



.featured-post .feature-blog {
    display: flex;
}

.featured-heading h2 {
    text-align: center;
    margin-bottom: 60px;
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #58595b;
}

.featured-section .featured-content {
    width: 78%;
    margin: auto;
    padding-bottom: 10px;
}

.featured-section .featured-content p {
    font-size: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #58595b;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.full-post-btn a {
    background: #1b4a92;
    padding: 8px 40px;
    border-radius: 21px;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.full-post-btn a:hover {
    background: #00ac69;
    color: #fff;
}

.featured-section {
    box-shadow: 0px 0 8px 1px #00000070;
    padding: 30px 10px;
}

.full-post-btn {
    text-align: center;
}

.older-post-section {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0 8px 1px #00000070;
    padding: 30px 30px;
    min-height: 215px;
    margin-bottom: 30px;
}

.about-post {
    width: 80%;
    margin: auto;
    min-height: 65px;
}

.about-post p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 28px;
    color: #58595b;
    margin-bottom: 22px;
}

.older-post .col-md-6 {
    flex: 0 0 48%;
    max-width: 48%;
}

.older-post-img img {
    max-width: 320px;
}

.older-post {
    margin: 90px 0 90px 60px;
}

.blog-older-post {
    margin: 0 50px;
}

.older-post-content .full-post-btn {
    text-align: left;
    margin-left: 38px;
}

.blog-older-post {
    margin-top: 30px;
}

.featured-heading h2 {
    background-image: url("../images/blog-bg.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.older-heading h2 {
    text-align: center;
    margin-bottom: 80px;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    color: #58595b;
}

.older-heading h2::after {
    position: absolute;
    content: '';
    top: 70px;
    border: 2px solid #cfd0d1;
    border-radius: 1px;
    width: 273px;
    left: 5px;
    right: 0;
    margin: auto;
}

.about-content {
    min-height: 147px;
}

.featured-post {
    margin-top: 20px;
}

.section-heading.blog-heading h2 {
    font-size: 74px;
}

.section-heading.blog-heading {
    margin-left: 0;
}

section.contact-us-heading.blog-page {
    padding: 0px 0px 20px;
    background-image: url("../images/blog-page-bg.png");
    text-align: center;
    height: 548px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}



.backbtn {
    text-align: center;
    margin-bottom: 50px;
}

.backbtn a {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border: 2px solid #d1d2d4;
    border-radius: 25px;
    color: #414042;
    padding: 6px 35px;
}

.backbtn a:hover {
    background-color: #00ac69;
    color: #fff;
}

.water-softner-content {
    width: 60%;
    margin: auto;
}

.blog-water-softner {
    background-image: url('../images/blog-bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.softner-heading h2 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #58595b;
    padding-bottom: 60px;
}

.softner-heading h2 span {
    color: #004a98;
}

.water-softner-content h4 {
    font-size: 26px;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.water-softner-content p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding-top: 8px;
    color: #58595b;
}

.water-softner-content ul li,
.water-softner-content ol li {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
    color: #58595b;
    padding-left: 18px;
}

.softner-content h4 {
    padding-bottom: 6px;
}

.softner-content p {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.water-softner-content ul {
    padding-left: 50px;
    width: 76%;
}

.blog-water-softner .water-softner-content ul {
    width: 100%;
}

.water-treatment-content h2 {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #58595b;
    text-align: center;
}

.water-treatment-content p {
    text-align: center;
    margin-bottom: 50px;
}

.Previousbtn {
    margin-right: 40px;
}

.nextbtn {
    margin-left: 40px;
}

.Previousbtn a {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border: 2px solid #d1d2d4;
    border-radius: 25px;
    color: #414042;
    padding: 6px 35px;
    width: 100%;
    max-width: 100%;
    display: inline-block;

}

.nextbtn a {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border: 2px solid #d1d2d4;
    border-radius: 25px;
    color: #414042;
    padding: 6px 46px;
    width: 100%;
    max-width: 100%;
    display: inline-block;

}

.nextbtn a:hover {
    background-color: #00ac69;
    color: #fff;
}

.Previousbtn a:hover {
    background-color: #00ac69;
    color: #fff;
}

.btn-section {
    border-top: 2px solid #c7c8ca;
    width: 70%;
    margin: auto;
}

.btnpart {
    display: flex;
    justify-content: center;
    margin: 66px 0;
}

.softner-failure ul li {
    list-style-type: decimal;
}

i.fa.fa-angle-left {
    padding-right: 12px;
}

i.fa.fa-angle-right {
    padding-left: 12px;
}

.news-more .view-more {
    background: rgb(15, 117, 158);
    background: -moz-linear-gradient(top, rgba(15, 117, 158, 1) 1%, rgba(7, 96, 155, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(15, 117, 158, 1) 1%, rgba(7, 96, 155, 1) 100%);
    background: linear-gradient(to bottom, rgba(15, 117, 158, 1) 1%, rgba(7, 96, 155, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f759e', endColorstr='#07609b', GradientType=0);
    border: 1px #0f6ea3 solid;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    width: max-content;
    display: block;
    text-align: center;
    padding: 8px 50px;
    border-radius: 56px;
    margin: 27px auto;
}

.news-more .view-more:hover {
    background: transparent;
    color: #0f6ea3;
}

.Features-content {
    width: 60%;
}

.residential_products-template-default .rayneguardian-wrapper {
    margin-top: 540px;
}

.vip-program {
    margin-top: 70px !important;
}

/** 404 ***/

.error-header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

.error-header .header-section {
    background: transparent;
}

.error-banner {
    width: 100%;
    height: 860px;
    background-size: cover;
    padding-top: 285px;
}

.error-banner h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 94px;
    color: #004a98;
    margin-bottom: 20px;
}

.error-banner p {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.error-banner a {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 0;
    background: #004a98;
    text-align: center;
    border-radius: 60px;
    height: 55px;
    width: 213px;
    display: inline-block;
    line-height: 52px;
    margin-top: 48px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.error-banner a:hover,
.error-banner a:focus {
    background: #fff;
    color: #004a98;
}

.error-banner-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 94px;
    color: #004a98;
    text-align: center;
    margin: 50px 0px;
}

body.error404 {
    width: 100%;
}

.error-header .contact-header .navbar-collapse.collapse ul li a:hover,
.error-header .contact-header .menu-item-has-children>a:hover:after {
    color: #1c509b !important;
}

.error404 ul.sub_menu {
    top: 0px !important;
    padding-top: 265px !important;
    z-index: -1;
}

.error404 .logo {
    z-index: 999999;
}

.error-banner-left {
    padding-left: 95px;
}

.page-template-sacramento-clearwater .landing-page-banner {
    padding: 305px 0 20px;
}

.page-template-sacramento-clearwater .sub-video-rayne {
    bottom: -130px;
}

.location-sanDiego .section-heading {
    margin-top: 220px;
    margin-left: 0;
}

.end-of-summer-special-home.blackfirday-home-nov2024 .independence-day-home-banner-right-content h3 {
    margin: 0 0 10px !important;
}

.product-who-its-tab-right-col.product-who-its-tab-full-width {
    width: 100%;
    text-align: left;
}

.product-who-its-tab-full-width .product-who-its-tab-right-info img.left-align {
    float: left;
    width: 42%;
    margin-right: 30px;
    margin-bottom: 20px;
}

.product-who-its-tab-full-width .product-who-its-tab-right-info img.right-align {
    float: right;
    width: 42%;
    margin-left: 30px;
    margin-bottom: 20px;
}

@media (max-width:1880px) {
    .error-banner {
        background-position: 100% 100%;
    }
}

@media (max-width:1750px) {
    .error-banner {
        background-position: 40% 100%;
    }

    .error-banner-heading {
        font-size: 75px;
    }
}

@media (max-width:1599px) {
    .error404 ul.sub_menu {
        top: 0 !important;
        padding-top: 210px !important;
        z-index: -1;
    }
}

@media (max-width:1550px) {
    .error-banner {
        background-position: 60% 100%;
    }

    .error-banner-heading {
        font-size: 65px;
    }
}

@media (max-width:1380px) {
    .error-banner h2 {
        font-size: 75px;
    }

    .error-banner p {
        font-size: 27px;
        line-height: 35px;
    }

    .error-banner a {
        font-size: 21px;
        height: 50px;
        width: 200px;
        line-height: 48px;
        margin-top: 38px;
    }

    .error-banner {
        height: 730px;
        padding-top: 235px;
    }

    .error-banner-heading {
        font-size: 55px;
    }
}

@media (max-width:1199px) {
    .error-banner-left {
        padding-left: 0;
    }

    .error-banner-left {
        padding-left: 65px;
    }

    .error404 ul.sub_menu {
        padding-top: 16px !important;
    }
}

@media (max-width:1024px) {
    .error-banner h2 {
        font-size: 60px;
        margin-bottom: 15px;
    }

    .error-banner p {
        font-size: 23px;
        line-height: 32px;
    }

    .error-banner a {
        margin-top: 28px;
    }

    .error-banner {
        padding-top: 215px;
    }

    .error-banner-heading {
        font-size: 45px;
        margin: 40px 0px;
    }

}

@media (max-width: 1199px) {
    .contact-top .contantRayne ul li {
        font-size: 18px;
    }

}

@media (max-width: 992px) {
    .error-banner-left {
        padding-left: 45px;
    }

}

@media (max-width:767px) {
    .error-banner h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .error-banner p {
        font-size: 19px;
        line-height: 25px;
    }

    .error-banner a {
        margin-top: 18px;
        font-size: 17px;
        height: 45px;
        width: 170px;
        line-height: 44px;
    }

    .error-banner {
        padding-top: 125px;
        height: 450px;
    }

    .error-banner-heading {
        font-size: 35px;
        margin: 30px 0px 20px;
    }

    .error404 .logo {
        z-index: 1;
    }

    .error-banner-left {
        padding-left: 0px;
    }

    .heading1 {
        font-size: 2em !important;
    }

    .page-template-contact .section-heading {
        margin-top: 315px !important;
    }

    .page-template-contact .contact-top {
        margin-top: 320px !important;
    }

    .contact-top .contantRayne {
        max-width: 100%;
    }

    .contact-top .contantRayne ul li {
        line-height: 25px;
        font-size: 14px !important;
    }

    .video-library-wrapper .contact-video-section {
        padding-top: 0 !important;
    }

    .video-library-heading {
        padding-top: 0 !important;
    }
}

@media (max-width:580px) {
    .error-banner-heading {
        font-size: 19px;
        margin: 20px 0 5px;
        padding: 0 15px;
    }

    .heading1 {
        font-size: 1.5em !important;
    }
}


/*** cancel page css start ****/
section.contact-us-heading.cancle_banner {
    height: 560px;
}

.cancel_form {
    padding-top: 70px;
}

.cancel_heading {}

.cancel_form .col-sm-6 {
    padding: 0px 40px;
}

.cancel_heading p {
    padding: 10px 40px 0px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-transform: unset;
    font-family: 'Montserrat', sans-serif;
    max-width: 42%;
}

.cancel_form_heading {}

.cancel_form_heading h2 {
    font-size: 40px;
    border-bottom: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 53px;
    margin: 0px;
    padding: 0px 0 5px;
    color: #58595b;
}

.cancel_form_heading p {
    padding: 0px 0px 10px;
    display: inline-block;
    font-size: 23px;
    color: #58595b;
    text-transform: unset;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.radio_btn_sec {
    display: flex;
    flex-wrap: wrap;
}

.right_form_field .radio_btn_sec .label_check {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding-bottom: 0 !important;
    margin-bottom: 33px;
}

.right_form_field .radio_btn_sec .label_check {
    flex: 0 0 33.33%;
}

.right_form_field .radio_btn_sec .label_check:last-child {
    flex: 0 0 100%;
    margin-bottom: 20px;
}

.right_form_field textarea {
    border: 2px solid #cfd0d1;
    width: 100%;
    padding: 5px 20px;
    font-size: 18px;
    color: #414042;
    font-family: 'Montserrat', sans-serif;
    background: none;
    outline: none;
    border-radius: 20px;
    resize: none;
    min-height: 155px;
}

.right_form_field .label_check:nth-child(2) {
    flex: 0 0 24.33%;
}

.right_form_field .radio_btn_sec .label_check:nth-child(5) {
    flex: 0 0 24.33%;
}

.right_form_field .radio_btn_sec .label_check {
    background: url(../images/radio-off.png) no-repeat !important;
    background-size: 20px !important;
}

.right_form_field .radio_btn_sec label.c_on {
    background: url(../images/radio-on.png) no-repeat !important;
    background-size: 20px !important;
}


.shapafter_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.rowField .shapafter_box .mediam {
    margin-bottom: 20px;
}

.rowField .shapafter_box textarea {
    resize: none;
    min-height: 145px;
    margin-bottom: 10px !important;
}

.left_form_field.rowField {
    padding: 10px 0 0;
}

.rowField .shapafter_box .mediam {
    margin-bottom: 20px;
    height: 35px;

}

.cancel_form .mediam::placeholder {
    color: #414042;
}

.cancel_reason_sec {
    text-align: center;
    margin-top: 90px;
}

.cancel_reason_sec .cancel_form_heading {
    margin-bottom: 20px;
}

.cancel_reason_sec .radio_btn_sec .label_radio {
    flex: 0 0 25%;
    text-align: left;
    margin-bottom: 35px;
}

.cancel_reason_sec .radio_btn_sec {
    max-width: 62%;
    margin: auto;
    justify-content: center;
}

.cancel_reason_sec .radio_btn_sec .label_radio:nth-child(1) {
    flex: 0 0 14%;
}

.cancel_reason_sec .radio_btn_sec .label_radio:nth-child(2) {
    flex: 0 0 18%;
}

.cancel_reason_sec .radio_btn_sec .label_radio:nth-child(3) {
    flex: 0 0 17%;
}

.cancel_reason_sec .radio_btn_sec .label_radio:nth-child(5) {
    flex: 0 0 28%;
}

.cancel_reason_sec .radio_btn_sec .label_radio:nth-child(6) {
    flex: 0 0 20%;
}

.cancel_reason_sec .radio_btn_sec .label_radio:nth-child(8) {
    flex: 0 0 27%;
    max-width: 35%;
}

.cancel_reason_sec .radio_btn_sec .label_radio:nth-child(9) {
    flex: 0 0 109%;
    max-width: 35%;
    margin: 0px auto 20px;
}

.cancel_reason_sec .radio_btn_sec .label_radio {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding-bottom: 0 !important;
}

.cancel_reason_sec textarea {
    border: 2px solid #cfd0d1;
    width: 70%;
    padding: 5px 20px;
    font-size: 18px;
    color: #414042;
    font-family: 'Montserrat', sans-serif;
    background: none;
    outline: none;
    border-radius: 20px;
    resize: none;
    min-height: 155px;
}

.cancel_reason_sec .label_check {
    background: url(../images/radio-off.png) no-repeat !important;
    background-size: 20px !important;
}

.cancel_reason_sec label.c_on {
    background: url(../images/radio-on.png) no-repeat !important;
    background-size: 20px !important;
}

.cancel_reason_sec .label_check,
.cancel_reason_sec .label_radio {
    padding-left: 45px !important;
    padding-right: 25px !important;
}

.cancel_submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 50px 0px 30px;
}

.cancel_submit_btn .submitBt {
    padding: 0;
    min-width: 225px;
    height: 55px;
}

.cancel_reason_sec .radio_btn_sec .label_radio.redcolor.r_on {
    /* background-color: #f8b8c8 !important; */
    background-image: url(../images/radio-on-red.png) !important;
    color: #915062;
}

.cancel_reason_sec .radio_btn_sec .label_radio.greencolor.r_on {
    /* background-color: #a3dfc0 !important; */
    background-image: url(../images/radio-on-green.png) !important;
    color: #488365;
}

.cancel_reason_sec .radio_btn_sec .label_radio.bluecolor.r_on {
    /* background-color: #a3e2f9 !important; */
    background-image: url(../images/radio-on-blue.png) !important;
    color: #48869e;
}

.cancel_reason_sec .radio_btn_sec .label_radio.pinkcolor.r_on {
    /* background-color: #f9b2e7 !important; */
    background-image: url(../images/radio-on-pink.png) !important;
    color: #9d568c;
}

.cancel_reason_sec .radio_btn_sec .label_radio {
    min-height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.cancel_reason_sec .radio_btn_sec .label_radio {
    background-position: 20px 10px !important;
}

.cancel_reason_sec .radio_btn_sec .label_radio.r_on {
    background-position: 20px 10px !important;
}

.box {
    display: none;
}

.unsubscribe-reasons-outter {
    padding: 50px 0px 0;
    max-width: 67%;
    margin: auto;
    text-align: center;
}

.unsubscribe-reasons-outter h2 {
    font-size: 26px;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    line-height: 35px;
    margin-bottom: 30px;
}

.moving-box-radio-btn {
    max-width: 300px;
    margin: 0px auto 13px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.moving-box-radio-btn label {
    width: 100%;
    text-align: left;
    color: #717171;
    font-size: 18px;
}

.moving-box-radio-btn label:last-child {
    margin: 0;
}

.form-input-outter {
    max-width: 300px;
    margin: auto;
    text-align: left;
}

.unsubscribe-reasons-form-sec .mediam {
    border: 2px solid #cfd0d1;
    width: 100%;
    padding: 5px 20px;
    font-size: 18px;
    color: #414042;
    font-family: 'Montserrat', sans-serif;
    background: none;
    outline: none;
    border-radius: 20px;
    margin-bottom: 10px;
}

.unsubscribe-reasons-form-sec {
    max-width: 70%;
    margin: auto;
    position: relative;
}

.unsubscribe-reasons-form-sec .mediam.zip_code {
    margin-top: 30px;
}

.unsubscribe-reasons-form-sec hr {
    border-top: 2px solid #cfd0d1;
    width: 100%;
    margin: 20px auto 0px;
}

.condition-box {
    display: none;
}

.condition-box p {
    font-size: 26px;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    line-height: 35px;
    margin-bottom: 30px;
    margin: 30px auto 0px;
    max-width: 70%;
}

#contant-yes p {
    max-width: 85% !important;
}

.unsubscribe-reasons-section {
    margin: auto;
    width: 100%;
}

.afford .moving-box-radio-btn {
    display: flex;
    justify-content: center;
}

.afford .moving-box-radio-btn label {
    width: auto;
}

.afford .condition-box p {
    max-width: 100%;
}

.afford .unsubscribe-reasons-form-sec {
    max-width: 75%;
}

.dissatisfied .moving-box-radio-btn {
    display: flex;
    justify-content: center;
}

.dissatisfied .moving-box-radio-btn label {
    width: auto;
}

.dissatisfied .condition-box p {
    max-width: 100%;
}

.dissatisfied .unsubscribe-reasons-form-sec {
    max-width: 75%;
}

.expensive .moving-box-radio-btn {
    display: flex;
    justify-content: center;
}

.expensive .moving-box-radio-btn label {
    width: auto;
}

.expensive .condition-box p {
    max-width: 100%;
}

.expensive .unsubscribe-reasons-form-sec {
    max-width: 75%;
}

.deceased .moving-box-radio-btn {
    display: flex;
    justify-content: center;
}

.deceased .moving-box-radio-btn label {
    width: auto;
}

.deceased .condition-box p {
    max-width: 90%;
}

.deceased .unsubscribe-reasons-form-sec {
    max-width: 75%;
}

.dontuse .unsubscribe-reasons-outter {
    max-width: 45%;
}

.competitor .unsubscribe-reasons-outter {
    max-width: 45%;
}

.stop-service .unsubscribe-reasons-outter {
    max-width: 45%;
}

.expensive div#expensive-contant-yes p {
    max-width: 90%;
}

.dissatisfied div#dissatisfied-contant-yes p {
    max-width: 90%;
}

.afford div#afford-contant-yes p {
    max-width: 90%;
}

.unsubscribe-reasons-form-sec label.r_on {
    background: url(../images/unsubscribe-radio-on.png) no-repeat !important;
}

.unsubscribe-reasons-form-sec .label_radio {
    background: url(../images/unsubscribe-radio-off.png) no-repeat !important;
}

.space {
    height: 5000px;
    background: #f20;
}

/*** cancel page css end ****/

/*** Thank You page css Start ****/
.thankyou_content {
    padding: 150px 0px;
    text-align: center;
}

.thankyou_content h2 {
    border-bottom: 2px solid #bdbdbd;
    padding-bottom: 20px;
    margin: auto;
    display: inline-block;
    font-size: 40px;
    line-height: 53px;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.32px;
    margin-bottom: 30px;
}

.thankyou_content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 26px;
    color: #58595b;
}

.thankyou_content a {
    max-width: 224px;
    min-width: 224px;
    height: 55px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.thankyou_content_inner {
    max-width: 63%;
    margin: auto;
}

.shapafter_box .phone-error-msg {
    width: 100%;
    text-align: center;
    color: red;
}

.cancel_service-error-msg {
    width: 100%;
    text-align: center;
    color: red;
}

/*** Thank You page css end ****/
p.city-avilable {
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
    font-size: 15px;
    max-width: 100%;
    float: left;
    padding: 0px 70px;
}

.page-template-home p.city-avilable {
    max-width: 100%;
    float: left;
    padding: 0px 0px 20px;
}

/*** LANDING PAGE CSS START ***/
.landing-page-header {
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
}

.landing-page-header .navbar-collapse.collapse ul li a {
    font-size: 41px;
    color: #FEB62B;
    position: relative;
    top: -20px;
    z-index: 1;
}

.landing-page-header .free-trial-button a {
    background: transparent;
    border: 2px solid #5388b3;
}

.landing-page-banner {
    padding: 305px 0px 20px;
    background-image: url(../images/landing-page-banner.png);
    /*height: 817px;*/
    height: 890px;
    background-repeat: no-repeat;
    position: unset;
    top: 0;
    right: 0;
    left: 0;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.landing-page-banner h2 {
    font-size: 79px;
    line-height: 83px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.landing-page-banner p {
    padding: 0;
    display: block;
    font-size: 27px;
    color: #fff;
    text-transform: unset;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    max-width: 93%;
    line-height: 35px;
    margin: 0;
}

.landing-page-heading span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #12dd85;
    font-size: 24px;
    line-height: 28px;
    padding-top: 7px;
    display: block;
}

.request-form {
    background: #fff;
    border-top: 10px solid #00ac69;
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: rgba(144, 144, 144, 0.52) 10px 30px 20px;
    margin-top: -110px;
}

.request-form h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #58595b;
    font-size: 36px;
    text-align: center;
    margin: 15px 0px;
}

.request-form-inner {
    padding: 0px 50px;
}

.d-flex {
    justify-content: center;
}

.request-form .d-flex .form-group {
    width: 50%;
    padding: 0px 5px;
}

.request-form .form-group {
    margin-bottom: 1rem;
    padding: 0px 5px;
}

.request-form input.mediam {
    border: 2px solid #cfd0d1;
    width: 100%;
    padding: 5px 20px;
    font-size: 16px;
    color: #414042;
    font-family: 'Montserrat', sans-serif;
    background: none;
    outline: none;
    border-radius: 20px;
}

.request-form-inner .label_radio {
    font-size: 29px;
    color: #6d6e71;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px !important;
    margin-top: 10px;
    background-position: 0px 5px !important;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.request-form-inner .label_check {
    font-size: 18px;
    color: #6d6e71;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px !important;
    margin-top: 10px;
    background-position: 0px 5px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.form-group.request-btn-block {
    margin-top: 30px;
}

.request-btn-block {
    margin-top: 0px;
}

.request-btn-block .submitBt {
    display: block;
    max-width: 100%;
    width: auto;
    font-size: 24px;
    margin: 0px auto 15px;
}

.request-btn-block .specialistbtn {
    background: #e9e9e9;
    padding: 12px 46px;
    color: #6d6e71;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-radius: 50px;
    font-size: 24px;
    border: none;
    outline: none;
    min-width: auto;
    cursor: pointer;
    width: auto;
    display: block;
    text-align: center;
    max-width: max-content;
    margin: auto;
}

.request-btn-block .specialistbtn:hover,
.request-btn-block .specialistbtn:focus {
    background: #00ac69;
    color: #fff;
}

.cm-heading {
    margin: 40px 0px 60px;
    text-align: center;
}

.cm-heading h2,
.cm-heading h1 {
    font-size: 60px;
    line-height: 65px;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
}

.cm-heading p {
    font-size: 28px;
    color: #6d6e71;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

.landing-page-testimonial {
    padding-top: 260px;
}

.page-template-sacramento-clearwater .landing-page-testimonial {
    padding-top: 110px;
}

.landing-page-testimonial .cm-heading {
    text-align: left;
    padding-left: 20px;
}

.testimonials-contant {}

.testimonials-contant ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.testimonials-contant ul li {
    width: 24px;
    height: 25px;
    background: #00ac69;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-right: 4px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials-contant ul li i {}

.testimonials-contant p {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    color: #6d6e71;
    margin: 10px 0px;
}

.testimonials-contant h3 {
    font-size: 17px;
    line-height: normal;
    color: #00ac69;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 15px;
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
    width: 29px;
    height: 54px;
}

.testimonials-slider .slick-prev {
    background: url(../images/arrow-left-b.png) no-repeat !important;
}

.testimonials-slider .slick-next {
    background: url(../images/arrow-right-b.png) no-repeat !important;
}

.border-center {
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
}

.testimonials-contant {
    padding: 0px 50px;
    position: relative;
}

.testimonials-contant::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ccc;
    width: 2px;
    height: 90%;
}

.slick-slide.slick-current.slick-active .testimonials-contant::before {
    display: none;
}

.service-plan-list {
    margin: 0px;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.service-plan-list li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.service-plan-info {
    text-align: center;
}

.service-plan-info img {
    margin-bottom: 40px;
}

.service-plan-info h3 {
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    font-size: 37px;
}

.service-plan-info p {
    font-size: 26px;
    color: #6d6e71;
    font-family: 'Montserrat', sans-serif;
    margin-top: 20px;
}

.service-plan-selection .submitBt {
    display: block;
    max-width: 262px;
    margin: 60px auto;
    text-align: center;
    padding: 12px 31px;
}

.video-selection {
    padding: 100px 0px 30px;
}

.video-selection ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    flex-wrap: wrap;
}

.video-selection ul li {
    padding: 0px 15px;
    margin: 0;
    height: auto;
    flex: 0 0 100%;
    max-width: 100%;
}

.video-selection-contant {
    text-align: center;
    padding: 40px 0px 80px;
    max-width: 60%;
    margin: auto;
}

.video-selection-contant h2 {
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    line-height: 45px;
    padding: 0 110px;
}

.video-selection-contant p {
    font-size: 20px;
    color: #6d6e71;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
    margin-bottom: 45px;
}

.video-selection-contant .submitBt {}

.video-selection ul li video {
    width: 100%;
    height: 100%;
}

.video-selection .slick-prev,
.video-selection .slick-next {
    width: 29px;
    height: 54px;
}

.video-selection .slick-prev {
    left: 0;
}

.video-selection .slick-next {
    right: 0;
}

.video-selection .slick-list {
    max-width: 90%;
    margin: auto;
}

.video-selection .slick-prev {
    background: url(../images/arrow-left-b.png) no-repeat !important;
}

.video-selection .slick-next {
    background: url(../images/arrow-right-b.png) no-repeat !important;
}

.video-selection .slick-next:before,
.video-selection .slick-prev:before {
    display: none;
}

.navbar-collapse.collapse ul li.mail-header a {
    color: #12dd85;
}

.request-form .form-group span.ajax-loader {
    display: none;
}

.service-plan-info span {
    background: #195ca2;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0px auto 40px;
    border-radius: 100%;
}

.rayne-service-landing-page {
    padding-top: 0 !important;
}

.service-landing-page-outter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-left-section {
    width: 35%;
    text-align: right;
}

.service-img-section {
    width: 30%;
    text-align: center;
}

.service-right-section {
    width: 35%;
}

.service-landing-page-outter ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 40px;
}

.service-left-section .service-inner-content {
    margin-right: 20px;
}

.service-right-section .service-inner-content {
    margin-left: 20px;
}

.service-inner-content h3 {
    font-size: 20px;
    color: #58595b;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: normal;
}

.service-inner-content p {
    font-size: 17px;
    color: #6d6e71;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin: 0;
    line-height: 23px;
}

@media only screen and (max-width: 1639px) {
    .container {
        max-width: 90% !important;
    }

    .landing-page-banner h2 {
        font-size: 69px;
        line-height: 73px;
    }

    .landing-page-banner p {
        font-size: 26px;
    }

    .landing-page-heading span {
        font-size: 22px;
    }

    .request-form h3 {
        font-size: 34px;
    }

    .testimonials-slider .slick-list {
        max-width: 90%;
        margin: auto;
    }

    .testimonials-slider .slick-next {
        right: 20px;
    }

    .testimonials-slider .slick-prev {
        left: 20px;
    }

    .testimonials-contant {
        padding: 0px 30px;
    }

    .testimonials-contant p {
        font-size: 21px;
    }

    .testimonials-contant h3 {
        font-size: 15px;
        margin-top: 10px;
    }

    .cm-heading h2,
    .cm-heading h1 {
        font-size: 55px;
    }

    .cm-heading p {
        font-size: 26px;
        margin-top: 10px;
    }

    .service-plan-info h3 {
        font-size: 34px;
    }

    .service-plan-info p {
        font-size: 24px;
        margin-top: 15px;
    }

    .service-plan-selection .submitBt {
        margin: 50px auto;
    }

    .video-selection-contant h2 {
        font-size: 25px;
        line-height: 42px;
    }

    .video-selection-contant p {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 60px;
    }

    .service-plan-info img {
        margin-bottom: 30px;
    }

    .request-form-inner {
        padding: 0 11px;
    }

    .request-form-inner .label_check {
        font-size: 25px;
    }

    .request-btn-block .submitBt {
        font-size: 22px;
        margin-bottom: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .request-btn-block .specialistbtn {
        font-size: 22px;
    }

}

@media only screen and (max-width: 1439px) {
    .landing-page-banner h2 {
        font-size: 59px;
        line-height: 63px;
    }

    .landing-page-banner p {
        font-size: 35px;
        max-width: 93%;
        line-height: 29px;
        margin: 0;
        font-size: 20px;
    }

    .page-template-sacramento-clearwater .service-plan-selection {
        margin-top: 260px;
    }

    .service-plan-info h3 {
        font-size: 29px;
    }

    .testimonials-slider .slick-list {
        max-width: 100%;
        margin: auto;
    }

    .landing-page-heading span {
        font-size: 17px;
        line-height: 20px;
    }

    .request-form-inner {
        padding: 0 5px;
    }

    .request-form-inner .label_check {
        font-size: 17px;
    }

    .landing-page-heading span {
        font-size: 19px;
    }

    .request-form {
        padding: 35px 35px;
        margin-top: 0;
    }

    .request-form h3 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .request-btn-block .submitBt {
        font-size: 20px;
    }

    .request-btn-block .specialistbtn {
        font-size: 20px;
    }

    .landing-page-banner {
        height: 700px;
        padding: 95px 0 20px;
    }

    .cm-heading h2,
    .cm-heading h1 {
        font-size: 48px;
    }

    .testimonials-contant p {
        font-size: 20px;
    }

    .testimonials-contant ul li {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .cm-heading p {
        font-size: 23px;
        margin-top: 0px;
    }

    .cm-heading p {
        font-size: 23px;
        margin-top: 0px;
    }

    .service-plan-info p {
        font-size: 20px;
        margin-top: 15px;
    }

    .service-plan-selection .submitBt {
        margin: 40px auto;
        min-width: 312px;
        font-size: 20px;
        text-align: center;
    }

    .video-selection-contant h2 {
        font-size: 22px;
        line-height: 35px;
        width: 74%;
        margin: auto;
    }

    .video-selection-contant {
        padding: 30px 60px 80px;
        max-width: 90%;
        margin: auto;
    }

    .video-selection ul li {
        height: auto;
    }

    .video-selection-contant .submitBt {
        font-size: 20px;
        text-align: center;
    }

    .rayne-service-landing-page {
        padding-top: 60px;
    }

    .service-inner-content h3 {
        font-size: 18px;
    }

    .service-inner-content p {
        font-size: 16px;
    }

    .service-img-section {
        width: 40%;
    }

    .service-right-section {
        width: 30%;
    }

    .service-left-section {
        width: 30%;
    }

    .request-btn-block .submitBt {
        font-size: 20px;
        min-width: 200px;
    }

    .landing-page-testimonial .cm-heading {
        padding-left: 10px;
    }

}

@media only screen and (max-width: 1279px) {
    .landing-page-banner h2 {
        font-size: 49px;
        line-height: 50px;
    }

    .landing-page-banner p {
        font-size: 30px;
        max-width: 100%;
    }

    .landing-page-heading span {
        font-size: 18px;
    }

    .landing-page-banner {
        height: 560px;
        padding: 120px 0 20px;
    }

    .request-form-inner {
        padding: 0 0px;
    }

    .request-form-inner .label_check {
        font-size: 15px;
        line-height: 24px !important;
    }

    .request-form {
        padding: 15px 15px;
    }

    .landing-page-header .navbar-collapse.collapse ul li a {
        font-size: 31px;
    }

    .request-btn-block .submitBt {
        font-size: 18px;
        padding: 10px 0;
        min-width: 160px;
    }

    .request-btn-block .specialistbtn {
        font-size: 18px;
        padding: 10px 46px;
    }

    .request-form h3 {
        margin-bottom: 15px;
    }

    .cm-heading h2,
    .cm-heading h1 {
        font-size: 38px;
    }

    .testimonials-contant p {
        font-size: 17px;
    }

    .testimonials-contant {
        padding: 0px 15px;
    }

    .cm-heading {
        margin: 30px 0px 40px;
    }

    .testimonials-slider .slick-next {
        right: 10px;
    }

    .testimonials-slider .slick-prev {
        left: -10px;
    }

    .video-selection ul li {
        height: auto;
    }

    .cm-heading p {
        font-size: 20px;
    }

    .cm-heading h2,
    .cm-heading h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .service-plan-info h3 {
        font-size: 24px;
    }

    .service-plan-info p {
        font-size: 18px;
        margin-top: 10px;
    }

    .video-selection-contant {
        padding: 60px 40px;
        max-width: 100%;
        margin: auto;
    }

    .video-selection-contant h2 {
        font-size: 20px;
        line-height: 35px;
    }

    .video-selection-contant p {
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 40px;
    }

    .service-img-section {
        width: 30%;
        padding: 0px 15px;
    }

    .service-left-section {
        width: 40%;
    }

    .service-right-section {
        width: 40%;
    }

    .landing-page-testimonial {
        padding-top: 180px;
    }
}

@media only screen and (max-width: 1199px) {
    .landing-page-header .navbar-collapse {
        margin-top: 0px;
        display: block !important;
    }

    .landing-page-header .navbar-collapse.collapse ul li a {
        font-size: 31px !important;
        top: 10px;
    }

    .landing-page-header .navbar-collapse.collapse ul li {
        margin-right: 0;
    }

    .landing-page-header .navbar-collapse.collapse ul li a {
        font-size: 31px !important;
        top: -20px;
        padding-right: 0 !important;
    }

    .contact-header.landing-page-header .header-right {
        padding: 0 0px 0 0 !important;
    }

}

@media only screen and (max-width: 1023px) {
    .landing-page-banner {
        padding: 140px 0 20px;
    }

    .landing-page-banner h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .landing-page-banner .col-sm-1 {
        display: none;
    }

    .landing-page-banner .col-sm-4 {
        -ms-flex: 0 0 41.333333%;
        flex: 0 0 41.333333%;
        max-width: 41.333333%;
    }

    .landing-page-banner p {
        font-size: 26px;
        max-width: 100%;
        line-height: 30px;
    }

    .request-btn-block {
        margin-top: 0px;
    }

    .request-btn-block .submitBt {
        margin-bottom: 10px;
    }

    .request-btn-block .specialistbtn {
        padding: 10px 26px;
    }

    .request-form-inner .label_check {
        font-size: 13px;
        line-height: 17px !important;
    }

    .request-form input.mediam {
        font-size: 13px;
    }

    .request-form .d-flex .form-group {
        margin-bottom: 10px;
    }

    .border-center {
        border-right: 0px solid #ccc;
    }

    .landing-page-testimonial {
        padding-top: 50px;
    }

    .cm-heading h2,
    .cm-heading h1 {
        font-size: 31px;
        line-height: 28px;
    }

    .cm-heading p {
        font-size: 18px;
    }

    .service-plan-info h3 {
        font-size: 22px;
    }

    .service-plan-list li {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .service-plan-list {
        flex-wrap: wrap;
    }

    .video-selection ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .video-selection ul li {}

    .video-selection ul li:last-child {
        margin-bottom: 0px;
    }

    .rayne-service-landing-page {
        padding-top: 50px;
    }

    .service-landing-page-outter {
        flex-wrap: wrap;
    }

    .service-left-section {
        width: 100%;
    }

    .service-right-section {
        width: 100%;
    }

    .service-img-section {
        width: 100%;
        padding: 0;
        margin: 0px 0px 60px;
    }

    .landing-page-heading span br {
        display: none;
    }

    .landing-page-header .navbar-collapse.collapse ul li a {
        font-size: 23px !important;
        top: 0;
    }
}

@media only screen and (max-width:767px) {
    .border-center {
        border: 0px solid #ccc !important;
    }

    .testimonials-contant {
        border-left: 0px solid #ccc;
    }

    .landing-page-banner .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .landing-page-banner {
        height: 100%;
        padding: 90px 0 20px;
    }

    .landing-page-header .navbar-collapse.collapse ul li a {
        top: 0;
        padding: 0 !important;
    }

    .request-form {
        padding: 30px 15px;
        margin-top: 20px;
    }

    .landing-page-banner h2 {
        font-size: 28px;
        line-height: 30px;
    }

    .landing-page-banner p {
        font-size: 16px;
        max-width: 90%;
        line-height: 20px;
        margin: 10px 0px;
    }

    .request-form h3 {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .request-form .d-flex .form-group {
        width: 100%;
    }

    .landing-page-testimonial {
        padding-top: 0;
    }

    .video-selection .slick-prev,
    .video-selection .slick-next {
        display: none !important;
    }

    .landing-page-banner .col-sm-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .landing-page-banner .col-sm-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .request-form-inner .label_check {
        font-size: 16px;
        line-height: 31px !important;
    }

    .video-selection-contant {
        padding: 0px 40px 60px;
    }
}

@media only screen and (max-width:560px) {

    .testimonials-slider .slick-prev,
    .testimonials-slider .slick-next {
        display: none !important;
    }

    .service-plan-list li {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .service-plan-list li:last-child {
        margin-bottom: 0px;
    }

    .video-selection ul li {}

    .video-selection-contant {
        padding: 0px 0 40px;
        max-width: 100%;
        margin: auto;
    }

    .video-selection-contant h2 {
        font-size: 18px;
        line-height: 28px;
    }

    .video-selection-contant p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .service-plan-selection .submitBt {
        min-width: 100%;
    }
}

/*** LANDING PAGE CSS END ***/


/*** Contact page new design css start ****/
.contact-top .contant-Rayne-bottom {
    max-width: 100%;
    text-align: center;
}

.contact-top .contant-Rayne-bottom ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #010101;
    margin-bottom: 10px;
}

.contact-top .contant-Rayne-bottom ul li:nth-child(2) a {
    color: #010101;
    border-bottom: 2px solid #010101;
}

.contact-top .contant-Rayne-bottom ul li span {
    color: #195ca2;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

p.note-list {
    text-align: center;
    font-size: 18px;
    color: #4e4e4e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: -0.4px;
}

p.note-list span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.page-template-pagescontact-demo-php .contact-top .getStarted-form p {
    color: #195ca2;
}

.contact-top .contact-heading-n {
    text-align: center;
    max-width: 76%;
    margin: 0 auto 20px;
}

.contact-video-section {
    height: auto;
    width: 100%;
}

.page-template-pagescontact-demo-php .rowField {
    padding: 20px 0 0;
}

/*** Contact page new design css end ****/

/*** video library page  css start ****/
.video-library-heading {
    margin: 0;
    padding-top: 30px;
}

.video-library-heading h3 {
    color: #2f6193;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    line-height: 39px;
    margin-bottom: 20px;
    font-weight: bold;
}

.video-library-heading p {
    font-size: 18px;
    color: #131313;
    font-family: 'Montserrat', sans-serif;
}

.video-library-wrapper .video-library-heading a.moreInfo.contact-moreInfo {
    width: 243px;
    min-height: 40px;
    line-height: 40px;
}

.video-library-wrapper .contact-video-section {
    height: 580px;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.cost-comparison-section h2 {
    text-align: center;
    margin: 70px 0px 40px;
    color: #2f6193;
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.cost-comparison-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.cost-comparison-section ul li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    padding: 0px 20px;
    margin-bottom: 50px;
    height: 260px;
    overflow: hidden;
}

/*** video library page  css end ****/
.media-menu ul.sub_menu li {
    display: flex !important;
    justify-content: center !important;
}

div#tpbr_box {
    font-family: 'Montserrat', sans-serif !important;
    color: #000 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: inherit !important;
    padding: 18.5px 10px !important;
}

div#tpbr_box a {
    color: #000 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    padding-left: 10px;
}

div#tpbr_box a:hover {
    color: #fff !important;
}

/* div#tpbr_box {
    font-family: 'Montserrat', sans-serif !important;
    color: #212529 !important;
    font-size: 17px !important;
    line-height: inherit !important;
}
div#tpbr_box a {
    color: #000 !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
} */
div#tpbr_box .all-pages-top img {
    padding: 0 11px;
}

img.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}



.promos-chechbox-heading label {
    position: relative;
    padding-left: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
}

.promos-chechbox-heading label:last-child {
    width: 100%;
}

.promos-chechbox-heading label input {
    margin: 0;
    padding: 20px 20px;
    background: #e2e6e900;
    width: 100%;
    height: auto;
    outline: none;
    border: none;
    border-radius: 0;
    color: #287bbf;
    font-size: 23px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    resize: none;
    z-index: 2;
    left: 0;
    top: 50%;
    opacity: 0;
    margin: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkbox-inner {
    display: flex;
    flex-wrap: wrap;
    width: 182%;
}

.promos-chechbox-heading .check {
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    background: transparent;
    border: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #ccc;
    border-radius: 4px;
}

.promos-chechbox-heading input:checked~.check .fa {
    opacity: 1;
    visibility: visible;
}

.promos-chechbox-heading .check .fa {
    top: 8px;
    font-size: 12px;
    left: 8px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    color: #195ca2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#tpbr_topbar {
    z-index: 9 !important;
}

.home .localrayne-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*.formContact {
    width: 60%;
}*/

.formContact-video {
    width: 40%;
}

.getStarted-form h3 span {
    font-size: 48px;
}

.home .formContact .getStarted-form h3 {
    font-size: 36px;
    line-height: 38px;
}

.page-template-home p.message-contact {
    padding-bottom: 4px;
}

.page-template-sacramento-clearwater p.message-contact {
    color: #195ca2;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.formContact .rowField {
    width: 80% !important;
}

.covid-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}

.covid-top0left-img {
    width: 50%;
}

.covid-19-video-right {
    width: 50%;
}

.softner-heading {
    text-align: center;
}

.sub-video-rayne {
    width: 35%;
    position: absolute;
    bottom: -190px;
    left: 13%;
}

.localrayne-text .formContact {
    width: 60%;
}

.sdfair_landing_page.landing-page-banner {
    padding: 205px 0 20px;
    background-position: 100% 70%;
}

.sdfair_landing_page.landing-page-banner .landing-page-heading {
    text-align: center;
}

.sdfair_landing_page.landing-page-banner .landing-page-heading h1 {
    font-size: 72px;
    color: #ffbe1d;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    line-height: 65px;
    font-weight: 900;
}

.sdfair_landing_page.landing-page-banner .landing-page-heading h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #fff;
}

.sdfair_landing_page.landing-page-banner .landing-page-heading h3 {
    font-size: 107px;
    color: #ffbe1d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    letter-spacing: -2px;
    padding-left: 80px;
    line-height: 110px;
}

.sdfair_landing_page.landing-page-banner .landing-page-heading h3 sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 50px;
    position: relative;
    right: 20px;
}

.sdfair_landing_page.landing-page-banner .landing-page-heading h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 0px;
}

.sdfair_landing_page.landing-page-banner .landing-page-heading span {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 29px;
}

.sdfair_landing_page.landing-page-banner .landing-page-heading p {
    font-size: 22px;
    max-width: 80%;
    line-height: 31px;
    margin: 5px auto;
    color: #fff;
}

.sdfair_landing_page.landing-page-banner .request-form-inner h2 {
    text-align: center;
    color: #58595b;
    font-size: 34px;
    line-height: 40px;
}

.sdfair_landing_page.landing-page-banner .request-form-inner p {
    color: #6d6e71;
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
    text-align: left;
}

.sdfair_landing_page.landing-page-banner .request-form {
    padding: 25px 0px;
    max-width: 90%;
    float: right;
}

img.heading_fair__icon {
    top: -185px;
    position: absolute;
    right: 0;
    max-width: 310px;
    z-index: 11;
}

.page-template-sacramento-clearwater .service-plan-selection {
    margin-top: 380px;
}

.page-template-sacramento-clearwater .logo a {
    width: 275px;
    display: inline-block;
}

.page-template-sacramento-clearwater .logo a+a {
    width: 155px;
    margin-left: 25px;
}


@media only screen and (max-width: 1599px) {
    .sdfair_landing_page.landing-page-banner .request-form {
        padding: 25px 25px;
        max-width: 100%;
    }

    .sdfair_landing_page.landing-page-banner .request-form .request-form-inner {
        padding: 0 0px;
    }

    .sdfair_landing_page.landing-page-banner .request-form-inner h2 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: -5px;
        padding: 0px 20px;
    }

    .sdfair_landing_page.landing-page-banner .request-form h3 {
        font-size: 27px;
    }

    .sdfair_landing_page.landing-page-banner {
        padding: 175px 0 20px;
        background-position: center bottom;
        min-height: 800px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h1 {
        font-size: 54px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h2 {
        font-size: 50px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h3 {
        font-size: 97px;
        line-height: 100px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h4 {
        font-size: 35px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading span {
        font-size: 26px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading p {
        font-size: 18px;
        max-width: 90%;
        line-height: 25px;
    }

    img.heading_fair__icon {
        max-width: 250px;
        top: -164px;
        right: 80px;
    }

    .landing-page-testimonial.sdfair_landing_testimonial {
        padding-top: 60px;
    }

    .page-template-sdfair .header-section {
        padding: 30px 0;
    }

    .landing-page-banner p {
        font-size: 23px;
    }

    .landing-page-heading span {
        font-size: 20px;
    }

    .request-form-inner .label_check {
        font-size: 15px;
    }

    .landing-page-header .navbar-collapse.collapse ul li a {
        font-size: 32px;
    }

    .sub-video-rayne {
        width: 42%;
        bottom: -125px;
        left: 6%;
    }

    .page-template-sacramento-clearwater .service-plan-selection {
        margin-top: 270px;
    }

    .cm-heading h2,
    .cm-heading h1 {
        font-size: 45px;
    }

    .landing-page-testimonial {
        padding-top: 190px;
    }

    .landing-page-testimonial .cm-heading {
        padding-left: 40px;
    }

    .video-selection-contant h2 {
        padding: 0;
    }

    .video-selection-contant p {
        font-size: 19px;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .page-template-sacramento-clearwater .request-form {
        margin-top: -30px;
    }

    .page-template-sacramento-clearwater .landing-page-banner {
        padding: 205px 0 20px;
    }

    .page-template-sacramento-clearwater .sub-video-rayne {
        bottom: -30px;
    }
}

@media only screen and (max-width: 1439px) {
    img.heading_fair__icon {
        max-width: 220px;
        top: -134px;
        right: 40px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h1 {
        font-size: 48px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h2 {
        font-size: 42px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h3 {
        font-size: 87px;
        line-height: 90px;
        padding-left: 60px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h4 {
        font-size: 30px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading span {
        font-size: 22px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading p {
        font-size: 16px;
        max-width: 90%;
        line-height: 25px;
    }

    .sdfair_landing_page.landing-page-banner .request-form-inner h2 {
        font-size: 21px;
        line-height: 26px;
        padding: 0 0px;
    }

    .sdfair_landing_page.landing-page-banner .request-form h3 {
        font-size: 24px;
    }

    .sdfair_landing_page.landing-page-banner .request-form-inner .label_check {
        font-size: 17px;
        line-height: 34px !important;
        padding-left: 25px !important;
        padding-right: 15px !important;
        margin: 0px;
    }

    .landing-page-testimonial.sdfair_landing_testimonial {
        padding-top: 0px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading {
        padding-top: 30px;
    }

    .video-selection-contant h2 {
        font-size: 22px;
        line-height: 35px;
        width: 74%;
        margin: auto;
    }

    .page-template-sacramento-clearwater .service-plan-selection {
        margin-top: 260px;
    }

    .landing-page-banner p {
        font-size: 20px;
    }

    .page-template-sacramento-clearwater .service-plan-selection {
        margin-top: 350px;
    }

    .page-template-sacramento-clearwater .request-form {
        margin-top: 60px;
    }

    .page-template-sacramento-clearwater .landing-page-banner {
        padding: 125px 0 20px;
    }

    .landing-page-banner {
        padding: 145px 0 20px;
    }

    .sub-video-rayne {
        bottom: -110px;
    }
}

@media (max-width: 1279px) {
    .page-template-sacramento-clearwater .logo a {
        width: 235px;
    }

    .page-template-sacramento-clearwater .logo a+a {
        width: 130px;
        margin-left: 25px;
    }

    .landing-page-banner p {
        font-size: 17px;
    }

    .landing-page-heading span {
        font-size: 17px;
    }

    .request-form-inner .label_check {
        font-size: 16px;
    }

    .request-form .form-group {
        margin-bottom: 10px;
    }

    .cm-heading h2,
    .cm-heading h1 {
        font-size: 35px;
    }

    .landing-page-testimonial .cm-heading {
        padding-left: 5px;
    }

    .landing-page-testimonial {
        padding-top: 250px;
    }

    .video-selection-contant h2 {
        width: 87%;
    }

    .video-selection-contant {
        padding: 30px 40px 50px;
    }

    .landing-page-header .navbar-collapse.collapse ul li a {
        top: -30px;
    }

    .page-template-sacramento-clearwater .landing-page-banner {
        padding: 95px 0 20px;
    }

    .page-template-sacramento-clearwater .landing-page-testimonial {
        padding-top: 0;
    }

    .sub-video-rayne {
        bottom: -121px;
    }

    .landing-page-heading {
        padding-top: 46px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .sdfair_landing_page.landing-page-banner .col-sm-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sdfair_landing_page.landing-page-banner .col-sm-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sdfair_landing_page.landing-page-banner {
        padding: 65px 0 20px;
        background-position: center bottom;
        min-height: 1100px;
    }

    .sdfair_landing_page.landing-page-banner .row {
        max-width: 90%;
        margin: auto;
    }

    .landing-page-testimonial.sdfair_landing_testimonial {
        padding-top: 50px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading {
        text-align: center;
        margin-bottom: 20px;
        padding-top: 80px;
    }

    img.heading_fair__icon {
        max-width: 220px;
        top: -55px;
        left: 0;
        margin: auto;
    }

    .landing-page-banner p {
        font-size: 12px;
        line-height: 20px;
    }

    .landing-page-heading span {
        font-size: 13px;
    }

    .header-section {
        padding: 128px 0 25px;
    }

    .page-template-sacramento-clearwater .logo a {
        width: 175px;
    }

    .page-template-sacramento-clearwater .logo a+a {
        width: 100px;
        margin-left: 15px;
    }

    .page-template-sacramento-clearwate .cm-heading h2,
    .page-template-sacramento-clearwate .cm-heading h1 {
        font-size: 28px;
    }

    .testimonials-slider .slick-prev {
        left: -40px;
    }

    .testimonials-slider .slick-next {
        right: -40px;
    }

    .page-template-sacramento-clearwate .landing-page-banner {
        padding: 70px 0 20px;
    }

    .sub-video-rayne {
        bottom: -121px;
    }
}

@media (max-width: 992px) {
    .page-template-sacramento-clearwater .landing-page-header .navbar-collapse.collapse ul li a {
        top: 0;
    }

    .page-template-sacramento-clearwater .cm-heading h2,
    .page-template-sacramento-clearwater .cm-heading h1 {
        font-size: 27px;
    }

    .page-template-sacramento-clearwater .service-plan-selection {
        margin-top: 270px;
    }

    .page-template-sacramento-clearwater .contact-header.landing-page-header .header-right {
        padding: 15px 10px 0 0 !important;
    }

    .page-template-sacramento-clearwater .testimonials-slider .slick-next {
        right: 0;
    }

    .page-template-sacramento-clearwater .testimonials-slider .slick-prev {
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    img.heading_fair__icon {
        max-width: 160px;
        position: unset;
    }

    .page-template-sdfair .header-section {
        padding: 28px 0 12px;
    }

    .sdfair_landing_page.landing-page-banner {
        padding: 45px 0 20px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading {
        padding-top: 50px !important;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h1 {
        margin: 15px 0px 0px;
        font-size: 26px;
        line-height: 30px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h2 {
        font-size: 22px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h3 {
        font-size: 55px;
        line-height: 50px;
        padding-left: 0;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading h3 sub {
        font-size: 40px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading span {
        font-size: 14px;
    }

    .sdfair_landing_page.landing-page-banner .landing-page-heading p {
        font-size: 14px;
        max-width: 100%;
        line-height: 22px;
    }

    .sdfair_landing_page.landing-page-banner .request-form-inner h2 {
        font-size: 15px;
        line-height: 20px;
    }

    .sdfair_landing_page.landing-page-banner .request-form h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .sdfair_landing_page.landing-page-banner .request-form-inner .label_check {
        font-size: 16px;
        line-height: 30px !important;
        padding-left: 25px !important;
        padding-right: 0px !important;
    }

    .page-template-sacramento-clearwater .logo a {
        width: 165px;
    }

    .page-template-sacramento-clearwater .logo a+a {
        width: 90px;
        margin-left: 10px;
    }

    .page-template-sacramento-clearwater .service-plan-selection {
        margin-top: 0;
    }

    .testimonials-slider .slick-next {
        right: -30px;
    }

    .testimonials-slider .slick-prev {
        left: -30px;
    }

    .video-selection-contant h2 {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
    }

    .video-selection {
        padding: 20px 0 30px;
    }

    .landing-page-testimonial {
        padding-top: 0;
    }

    .landing-page-header .navbar-collapse.collapse ul li a {
        top: 0;
    }

    .page-template-sacramento-clearwater .testimonials-slider .slick-next {
        right: 0;
    }

    .page-template-sacramento-clearwater .testimonials-slider .slick-prev {
        left: 0;
    }
}

@media (max-width: 580px) {
    .page-template-sacramento-clearwater .header-section .col-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .page-template-sacramento-clearwater .landing-page-banner {
        padding: 110px 0 20px;
    }

    .page-template-sacramento-clearwater .header-section .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page-template-sacramento-clearwater .landing-page-banner p {
        font-size: 12px;
        width: 100%;
    }

    .page-template-sacramento-clearwater .landing-page-heading span {
        font-size: 13px;
    }

    .request-form-inner .label_check {
        font-size: 13px;
        line-height: 25px !important;
    }

    p.message-contact {
        font-size: 14px;
    }

    .page-template-sacramento-clearwater .cm-heading h2,
    .page-template-sacramento-clearwater .cm-heading h1 {
        font-size: 21px;
    }

    .page-template-sacramento-clearwater .landing-page-banner {
        padding: 0px 0 20px;
    }

    .page-template-sacramento-clearwater .contact-header.landing-page-header .header-right {
        padding: 0 !important;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .page-template-sacramento-clearwater .contact-header.landing-page-header .header-right .navbar.navbar-default {
        width: 100%;
    }

    .page-template-sacramento-clearwater .landing-page-header .navbar-collapse.collapse ul li a {
        text-align: center;
    }

    .page-template-sacramento-clearwater .request-form {
        margin-bottom: 35px;
    }
}


.water-softener {
    padding-bottom: 25px;
}

.water-softener img {
    width: 100%;
}

.watersofteners-overlay p {
    max-height: 155px;
    overflow-y: auto;
}

/* Scrollbar Styling */
.watersofteners-overlay p::-webkit-scrollbar {
    width: 10px;
}

.watersofteners-overlay p::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.watersofteners-overlay p::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: transparent;
}

.wpcf7 .ajax-loader {
    display: none !important;
}

.water-softner-content ol {
    padding-left: 28px;
}

/*** ***/

.contantRayne ul {
    padding-left: 24px;
    margin: 15px 0
}

.contantRayne ul li {
    margin: 0;
    padding: 0;
    color: #58595b;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.page-template-sacramento-clearwater .all-pages-top {
    display: none;
}

.page-template-sacramento-clearwater .sacramento-clearwater-top {
    display: block !important;
}

li.rightField.two-column {
    display: flex;
    justify-content: space-between;
}

li.rightField.two-column span.wpcf7-form-control-wrap.City {
    width: 48%;
}

li.rightField.two-column span.wpcf7-form-control-wrap.ZipCode {
    width: 48%;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;800&display=swap');

.free-trial-button a.callus-btnright {
    width: auto;
    justify-content: center;
    margin-top: 0px !important;
    background: rgb(25, 117, 155);
    background-image: linear-gradient(to bottom, #19759b, #187198, #166d94, #156a91, #14668d);
    /* font-size: 16px; */
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    /* font-weight: 800; */
    height: auto;
    min-width: 240px;
    padding: 12px 30px;
    margin: 0 13px;
}

.free-trial-button a.callus-btnright:hover {
    background: #1c509b;
}



/*==*/
.free-trial-button .compareus-btn {
    background-image: linear-gradient(to bottom, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01);
    min-width: 240px;
    text-transform: uppercase;
    justify-content: center;
}

.free-trial-button .compareus-btn:hover {
    background-image: linear-gradient(to top, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01) !important;
}

h1.heading1 {
    color: #fff;
}

.review_heading p {
    margin-top: 9px !important;
    margin-bottom: 1rem !important;
    color: white !important;
}

.compare-rayne-service-landing-page .service-landing-page-outter ul li {
    display: block;
}

.compare-rayne-service-icon {
    margin-bottom: 30px;
}

.rayne-service-landing-page.compare-rayne-service-landing-page {
    padding-top: 120px !important;
}

.rayne-service-landing-page.compare-rayne-service-landing-page .container {
    max-width: 1670px;
}

.compare-rayne-service-landing-page .cm-heading h2,
.compare-rayne-service-landing-page .cm-heading h1 {
    font-weight: bold;
}

.compare-rayne-service-landing-page .service-left-section {
    width: 458px;
}

.compare-rayne-service-landing-page .service-right-section {
    width: 444px;
}

.compare-rayne-service-landing-page .service-compare-middle-section {
    width: 580px;
    padding-right: 5px;
}


.compare-rayne-service-landing-page .service-left-section .service-inner-content {
    margin-right: 5px;
}

.compare-rayne-service-landing-page .service-right-section .service-inner-content {
    margin-left: 0;
}

.compare-rayne-service-landing-page .service-landing-page-outter {
    align-items: flex-start;
    padding-top: 10px;
}

.service-compare-middle-inner-info .service-compare-content-info ul li {
    font-size: 21px;
    line-height: 40px;
    color: #f20;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    padding: 0px 0px 0px 25px !important;
}

.service-compare-middle-inner-info .service-compare-content-info ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 13px;
    height: 13px;
    width: 13px;
    background: #f20;
    border-radius: 100%;
}

.service-compare-middle-inner-info .service-compare-content-info ul li a {
    color: #58595b;
    text-decoration: underline !important;
}

.service-compare-middle-inner-info .service-compare-content-info ul li a:hover {
    color: #004A98;
}

.service-compare-middle-inner-form {
    background: #fff;
    border-radius: 6px;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 20px;
    margin-top: 35px;
    width: 98%;
}

.service-compare-middle-inner-form h3 {
    margin: 0;
    text-align: center;
    background-image: linear-gradient(to left, #024f96, #00619a, #006f92, #007b85, #298578);
    border-radius: 6px;
    padding: 14px 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 28px;
}

.service-compare-middle-inner-form form {
    width: 450px;
    margin: auto;
    padding: 45px 0px 15px;
}

.service-compare-middle-inner-form form input.mediam {
    border: 2px solid #cfd0d1;
    width: 100%;
    padding: 5px 20px;
    font-size: 14px;
    color: #414042;
    font-family: 'Montserrat', sans-serif;
    background: none;
    outline: none;
    border-radius: 40px;
    height: 45px;
}

.service-compare-middle-inner-form form input.mediam::placeholder {
    color: #414042;
}

.service-compare-middle-inner-form form .d-flex .form-group {
    width: 208px;
    padding: 0;
}

.service-compare-middle-inner-form form .d-flex {
    justify-content: space-between;
}

.service-compare-middle-inner-form form .label_check {
    background: url(../images/check-off.png) no-repeat !important;
    background-size: 25px !important;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 0 !important;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px !important;
    padding-left: 40px !important;
    margin-left: 7px;
}

.service-compare-middle-inner-form form label.c_on {
    background: url(../images/check-on.png) no-repeat !important;
    background-size: 25px !important;
}

.service-compare-middle-inner-form form .form-group.request-btn-block {
    margin-top: 25px;
    position: relative;
}

.service-compare-middle-inner-form form .form-group.request-btn-block .wpcf7-spinner {
    position: absolute;
    right: 120px;
    top: 12px;
}

.service-compare-middle-inner-form form .request-btn-block .submitBt {
    font-size: 19px;
    padding: 6px 46px;
    min-width: 218px;
    min-height: 50px;
}

.service-compare-middle-inner-form form .request-btn-block .specialistbtn {
    padding: 12px 46px;
    font-size: 18px;
    min-width: 279px;
    min-height: 51px;
}

.compare-rayne-service-plan-selection.service-plan-selection .submitBt {
    margin-bottom: 0;
}

.landing-page-header .navbar-collapse.collapse ul li.compare-rayne-btn a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    border-radius: 50px;
    margin-top: 8px;
    transition: 0.7s;
    background-image: linear-gradient(to bottom, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01);
    min-width: 240px;
    text-transform: uppercase;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.landing-page-header .navbar-collapse.collapse ul li.compare-rayne-btn a:hover {
    background-image: linear-gradient(to top, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01) !important;
    color: #fff !important;
}

.service-compare-middle-inner-info .service-compare-content-info ul li span {
    text-decoration: underline;
}

/** **/
/*==*/
.closestWater-section.raynecovina-section {
    height: auto;
    background: url(../images/rayne-covina-customers-bg.png) no-repeat top center;
    background-size: 100% 100%;
}

.closestWater-section.raynecovina-section .container {
    max-width: 1647px;
}

.raynecovina-customers {
    background: #1e5ea0;
    padding: 40px 54px;
    border-radius: 20px;
    margin-bottom: 40px;
}

.raynecovina-customers h2 {
    margin: 0px;
    padding: 0px;
    color: #fea230;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.raynecovina-customers h4 {
    margin: 0px;
    padding: 0px 0 30px;
    color: #ffffff;
    font-size: 28px;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center;
}

.raynecovina-customers p {
    margin: 0px;
    padding: 0px 0 0px;
    color: #ffffff;
    font-size: 25px;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: center;
}

.raynecovina-customers p:last-child {
    padding-bottom: 0px;
}

.raynecovina-customers h3 {
    margin: 0px;
    padding: 0px;
    color: #fea230;
    font-size: 28px;
    line-height: 45px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
}

.raynecovina-customers h3 a {
    color: #fea230;
}

.raynecovina-customers h3 a:hover {
    color: #fff;
}


/*=WHOLEHOUSEWATER-PROMOSBANNER CSS START=*/
.wholeHousewater-promosbanner {
    background: url(https://raynedemo.wpengine.com/wp-content/uploads/2022/12/promospagebg.png);
    padding: 13px 26px 13px 34px;
    margin-right: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    margin-bottom: 34px;
}

.wholeHousewater-promosbanner.valentine-day-promo-banner {
    background: url(../images/valentine-day-promo-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.wholeHousewater-promosbanner::after {
    content: "";
    /*     background: url(../images/blackdeals-icon-1.png); */
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: -12px;
    left: 35px;
    bottom: 0;
    width: 270px;
    height: 271px;
}

.wholeHousewater-promosbanner::before {
    content: "";
    /*     background: url(../images/blackdeals-icon-2.png); */
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: -36px;
    right: 85px;
    bottom: 0;
    width: 148px;
    height: 148px;
}

.wholeHousewater-uptoff {
    width: 390px;
    position: relative;
    z-index: 1;
}

.wholeHousewater-uptoff h4 {
    color: #000;
    font-size: 29px;
    font-family: 'Futura PT Book';
    margin-bottom: 0px;
}

.wholeHousewater-uptoff h3 {
    color: #000;
    font-size: 57px;
    font-family: 'Futura PT';
    font-weight: 900;
    margin-bottom: 0px;
}

.wholeHousewater-uptoff p {
    color: #000;
    font-size: 23px;
    font-family: 'Futura PT Book';
    margin-bottom: 0px;
}

.btn-blackfridaydeal {
    color: #000;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    border-radius: 50px;
    transition: 0.7s;
    background-image: linear-gradient(to bottom, #519c5c, #469150, #3a8644, #2e7c39, #21712d);
    min-width: 240px;
    font-family: 'Futura PT Demi';
}

.btn-blackfridaydeal:hover {
    background-image: linear-gradient(to top, #519c5c, #469150, #3a8644, #2e7c39, #21712d);
    color: #fff !important;
}

.wholeHousewater-blackdeals {
    text-align: center;
    width: 311px;
    position: relative;
}

.wholeHousewater-blackdeals h5 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Futura PT';
    font-weight: 900;
    margin-bottom: 5px;
}

.wholeHousewater-blackdeals p {
    color: #000;
    font-size: 17px;
    line-height: 20px;
    font-family: 'Futura PT Book';
    margin-bottom: 23px;
}

.valentine-day-promo-banner .wholeHousewater-uptoff h4 img {
    filter: invert(1);
}

.valentine-day-promo-banner .wholeHousewater-blackdeals p,
.valentine-day-promo-banner .wholeHousewater-blackdeals h5,
.valentine-day-promo-banner .wholeHousewater-uptoff p,
.valentine-day-promo-banner .wholeHousewater-uptoff h3,
.valentine-day-promo-banner .wholeHousewater-uptoff h4 {
    color: #fff;
}

.valentine-day-promo-banner .btn-blackfridaydeal {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    color: #fff;
}

.valentine-day-promo-banner .btn-blackfridaydeal:hover {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    color: #fff;
}

/*=WHOLEHOUSEWATER-PROMOSBANNER CSS END=*/

/*=HOME PAGE SLIDER BLACK FRIDAY DEAL CSS START=*/
.blackfridaydeal-homebanner {
    width: 376px;
    height: 288px;
    position: absolute;
    top: -137px;
    right: -18px;
    background: url(https://www.raynewater.com/wp-content/uploads/2023/01/blackfridaydeal-homebanner-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 33px 25px 0 42px;
    z-index: 1;
}

.valentine-day-offer-banner {
    width: 519px;
    height: auto;
    background: rgb(144, 16, 0);
    background: linear-gradient(90deg, rgba(144, 16, 0, 1) 0%, rgba(204, 44, 47, 1) 100%);
    padding: 23px 38px 27px 176px;
    right: -127px;
    z-index: 1;
    top: -117px;
}

.valentine-day-offer-banner::before {
    content: "";
    background: #CC2C2F;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3520px;
    width: 3520px;
    z-index: -1;
}

.valentine-day-offer-banner::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    right: -600%;
    border-top: 1px #fff dashed;
    border-bottom: 1px #fff dashed;
    bottom: 11px;
    z-index: -1;
}

.valentine-day-water-solutions {
    margin: 0;
    padding: 0;
}

.vlt-filled-heart {
    margin: 0;
    padding: 0;
    width: 289px;
    height: 266px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -144px;
    top: -26px;
}

.vlt-filled-heart h3 {
    font-size: 29px;
    line-height: 35px;
    font-family: 'Futura PT';
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 0 25px;
    text-align: center;
}

.valentine-day-offer-banner .available-blackdeals h5 {
    margin-bottom: 3px;
}

.valentine-day-offer-banner .fridaydeal-upto {
    text-align: center;
    padding-bottom: 3px;
}

.valentine-day-offer-banner .fridaydeal-upto h4 {
    margin-right: 6px;
    text-transform: uppercase;
}

/* .valentine-day-water-solutions:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    border-top: 1px #fff dashed;
}
.valentine-day-water-solutions:after {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    border-top: 1px #fff dashed;
} */
.valentine-day-offer-banner .fridaydeal-upto h4 img {
    filter: invert(1);
}

.valentine-day-offer-banner .available-blackdeals p,
.valentine-day-offer-banner .available-blackdeals h5,
.valentine-day-offer-banner .fridaydeal-upto p,
.valentine-day-offer-banner .fridaydeal-upto h3,
.valentine-day-offer-banner .fridaydeal-upto h4 {
    color: #fff;
}

.valentine-day-offer-banner .btn-fridaydeal {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    right: 85px;
    padding: 0 20px;
    position: static;
}

.valentine-day-offer-banner .btn-fridaydeal:hover {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
}

.fridaydeal-upto {
    text-align: center;
    padding-bottom: 5px;
}

.valentine-day-offer-banner .available-blackdeals p {
    padding: 0 18px 15px;
}

.valentine-day-offer-top-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fridaydeal-upto h4 {
    color: #000;
    font-size: 25px;
    font-family: 'Futura PT Book';
    margin-bottom: 0px;
}

.fridaydeal-upto h4 img {
    max-height: 22px;
}

.fridaydeal-upto h3 {
    color: #000;
    font-size: 42px;
    font-family: 'Futura PT';
    font-weight: 900;
    margin-bottom: 0px;
    line-height: 43px;
}

.fridaydeal-upto p {
    color: #000;
    font-size: 20px;
    font-family: 'Futura PT Book';
    margin-bottom: 0px;
    font-weight: normal;
    letter-spacing: 0.2px;
}

.btn-fridaydeal {
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    border-radius: 50px;
    transition: 0.7s;
    background-image: linear-gradient(to bottom, #466fd6, #3a5ebb, #2e4da0, #213c87, #142d6e);
    min-width: max-content;
    font-family: 'Futura PT Demi';
    position: absolute;
    left: auto;
    right: 45px;
    bottom: -7px;
    padding: 0 10px;
}

.btn-fridaydeal:hover {
    background-image: linear-gradient(to top, #466fd6, #3a5ebb, #2e4da0, #213c87, #142d6e);
    color: #fff !important;
}

.available-blackdeals {
    text-align: center;
}

.available-blackdeals h5 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Futura PT';
    font-weight: 900;
    margin-bottom: 11px;
}

.available-blackdeals p {
    color: #000;
    font-size: 15px;
    line-height: 16px;
    font-family: 'Futura PT Book';
    margin-bottom: 0;
    padding: 0 18px;
}

.patrick-special-home-theme {}

.health-wellness-special-banner.health-wellness-special-banner {
    background: #fce6dc;
}

.health-wellness-special-banner.health-wellness-special-banner::before {
    background: #fce6dc;
}

/*=HOME PAGE SLIDER BLACK FRIDAY DEAL CSS END=*/

span#timerdiv {
    color: #fff !important;
    font-weight: bold !important;
}

.rowField div#wpcf7-f37-p11-o1 li p span {
    display: inline;
}

/*==*/
.home .formContact .rowField li>p {
    border-bottom: none;
    display: block;
    margin: 0;
    padding: 0;
}

.home .formContact .rowField li.rightField.two-column>p {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}

.home .formContact .rowField li.rightField.two-column>p span {
    width: 48%;
}

.page-template-home.home .formContact .rowField p.message-contact {
    display: flex;
    width: 70%;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}



/** ================== // MARQUEE SECTION CSS START // ================== **/
.top-marquee-section {
    background: #000;
    font-family: 'Montserrat', sans-serif !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: inherit !important;
    padding: 18.5px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    z-index: 99998;
    width: 100%;
    left: 0px;
    top: 0px;
    right: 0;
    margin: auto;
}

.top-marquee-left {
    width: 60%;
}

.top-marquee-right {
    width: auto;
    text-align: center;
    margin-left: 24px;
}

.text-marquee {
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: hidden;
}

.marquee-inner.d-flex {
    align-items: center;
}

.marquee-inner.d-flex span img {
    filter: invert(1);
}

.text-single {
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    will-change: transform;
}

.marquee-info {
    padding: 0;
    display: inline-block;
    margin-right: 10px;
}

.marquee-info a,
.marquee-info p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-transform: capitalize;
}

.marquee-info a {
    color: #FFE210 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
    padding-left: 0px;
}

.marquee-info a:hover {
    color: #C8292D !important;
}

.marquee-info span {
    margin-left: 0px;
}

#tpbr_topbar {
    display: none !important;
}

/** ================== // MARQUEE SECTION CSS END // ================== **/
.pritchett-element.pritchett-ele-1.Element.om-element div#pritchett-TextElement--wrapper--WzESWQbCtVC1MIdCH6hl {
    margin-bottom: 0 !important;
}

.pritchett-element.pritchett-ele-1.Element.om-element p span {
    color: #000 !important;
    font-size: 48px !important;
    font-family: 'Futura PT Book' !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
    letter-spacing: 0.01em !important;
}

.pritchett-element.pritchett-ele-2.Element.om-element p {
    line-height: 34px !important;
}

.pritchett-element.pritchett-ele-2.Element.om-element .pritchett-te-content.pritchett-TextElement--content p span strong {
    font-size: 85px !important;
    font-family: 'Futura PT' !important;
    font-weight: 900 !important;
    margin-bottom: 0px !important;
    letter-spacing: 0.01em !important;
}

.pritchett-element.pritchett-ele-2.Element.om-element {
    margin-top: 50px !important;
    margin-bottom: 20px !important;
}

.pritchett-element.pritchett-ele-3.Element.om-element p span,
.pritchett-element.pritchett-ele-4.Element.om-element p span,
.pritchett-element.pritchett-ele-5.Element.om-element p span strong {
    color: #000 !important;
    font-size: 22px !important;
    font-family: 'Futura PT Book' !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
    letter-spacing: 0.01em !important;
}

.pritchett-element.pritchett-ele-3.Element.om-element {
    margin-bottom: 20px !important;
}

.number-string {
    color: #555 !important;
    font-size: 35px !important;
    font-family: 'Futura PT' !important;
    font-weight: 900 !important;
    letter-spacing: 0.01em !important;
    padding: 0 !important;
    margin: 0px 0px 5px !important;
    display: inline-block;
}

.pritchett-days,
.pritchett-hours,
.pritchett-minutes,
.pritchett-seconds {
    padding: 0 !important;
}

.pritchett-days .unit-days,
.pritchett-hours .unit-hours,
.pritchett-minutes .unit-minutes,
.pritchett-seconds .unit-seconds {
    color: #000 !important;
    font-size: 13px !important;
    font-family: 'Futura PT Book' !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
    letter-spacing: 0.01em !important;
    text-transform: uppercase !important;
}

input.mediam.emailpopup {
    border: 1px solid rgb(112 112 112 / 33%) !important;
    height: 48px !important;
    border-radius: 60px !important;
    color: #8E8E8E !important;
    font-size: 18px !important;
    font-family: 'Futura PT Book' !important;
    margin-bottom: 0px !important;
    font-weight: normal !important;
}

.btnpopupsubmit {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    right: 85px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    min-height: 44px;
    border-radius: 50px;
    transition: 0.7s;
    min-width: max-content;
    font-family: 'Futura PT Demi';
    padding: 0 10px;
    width: 258px;
    border: 0 !important;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}

.btnpopupsubmit:hover {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
}

ul.rowField li {
    margin-bottom: 15px !important;
}

ul.rowField li:last-child {
    margin-bottom: 0px !important;
}

ul.rowField {
    margin-top: 35px !important;
}

.pritchett-element.pritchett-ele-2.Element.om-element p strong,
.pritchett-element.pritchett-ele-2.Element.om-element p strong span {
    line-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

.pritchett-element.pritchett-ele-4.Element.om-element p span strong {
    font-weight: normal !important;
}

.pritchett-element.pritchett-ele-4.Element.om-element {
    margin-top: 30px !important;
}

.pritchett-column.pritchett-col-2.Column.om-column,
.pritchett-column.pritchett-col-1.Column.om-column {
    width: 456px !important;
}

div#om-sug2pgwdxrewqbtq3ryz-yesno {
    max-width: 912px !important;
}


.pritchett-column.pritchett-col-2.Column.om-column .pritchett-col-inner {
    margin: auto !important;
}

.pritchett-column.pritchett-col-2.Column.om-column {
    padding: 0px 15px !important;
}

.pritchett-column.pritchett-col-2.Column.om-column .pritchett-col-content.Column__content .pritchett-col-inner {
    padding: 15px 15px !important;
}

button.CloseButton__ButtonElement-sc-79mh24-0.gQbLKa.pritchett-CloseButton.pritchett-close.pritchett-ClosePosition--top-right svg path {
    fill: #000 !important;
}

button.CloseButton__ButtonElement-sc-79mh24-0.gQbLKa.pritchett-CloseButton.pritchett-close.pritchett-ClosePosition--top-right {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    right: 25px !important;
    top: 25px !important;
}

.pritchett-element.pritchett-ele-4.Element.om-element {
    height: 0 !important;
}

div#pritchett-HtmlElement--wrapper--Wz1ANu3P8aOn61cDnibo .wpcf7-response-output {
    position: relative !important;
    top: 10px !important;
    font-size: 14px !important;
    color: #e71d26 !important;
}


/*=HOME PAGE TOP RIGHT BANENR CSS START=*/
.health-wellness-special-banner {
    background: #FFF9EB;
}

.health-wellness-special-banner::before {
    background: #e0d7c6;
}

.health-wellness-special-banner::after {
    display: none;
}

.health-wellness-special-banner .fridaydeal-upto h4,
.health-wellness-special-banner .fridaydeal-upto h3 {
    color: #233a5a;
}

.health-wellness-special-banner .fridaydeal-upto p,
.health-wellness-special-banner .available-blackdeals h5,
.health-wellness-special-banner .available-blackdeals p {
    color: #233a5a;
}

.health-wellness-special-banner .btn-fridaydeal {
    background: rgb(53 90 157);
    background: -moz-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: -webkit-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: linear-gradient(to bottom, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
}

.health-wellness-special-banner .btn-fridaydeal:hover {
    background: rgb(53 90 157);
    background: -moz-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: -webkit-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: linear-gradient(to bottom, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    color: #fff !important;
}

.health-wellness-special-banner .fridaydeal-upto h4 img {
    filter: inherit;
}

.health-wellness-special-banner .vlt-filled-heart {
    width: 362px;
    height: 302px;
    left: -180px;
    top: -32px;
}

.health-wellness-special-banner .vlt-filled-heart h3 {
    font-size: 56px;
    line-height: 63px;
    padding: 0 25px 49px 25px;
    font-family: 'Plantagenet Cherokee';
    font-weight: 500;
    color: #EE725A;
}

.health-wellness-special-banner .vlt-filled-heart h3 strong {
    font-family: 'Plantagenet Cherokee';
    font-weight: normal;
    color: #233A5A;
    font-size: 84px;
    display: block;
}

.patrick-special-home-theme .vlt-filled-heart {
    background-size: auto 100%;
    width: 285px;
    height: 315px;
    left: -118px;
}

/*=HOME PAGE TOP RIGHT BANENR CSS END=*/
/*=PROMOS AND SPECIALS CSS START=*/
.dark-green-theme-promo-banner {
    background: url(../images/dark-green-theme-promo-banner-bg.jpg);
}

.dark-green-theme-promo-banner .wholeHousewater-uptoff h4 img {
    width: 42px;
}

.dark-green-theme-promo-banner .wholeHousewater-uptoff h3 {
    color: #244436;
}

.dark-green-theme-promo-banner .btn-blackfridaydeal {
    color: #fff;
    min-width: 174px;
}

.patrick-special-theme-promo-banner {
    background: url('https://www.raynewater.com/wp-content/uploads/2023/04/springsale-theme-promo-banner-bg.png');
    background-size: cover;
}

.patrick-special-theme-promo-banner .wholeHousewater-blackdeals h5 {
    color: #1b3e65;
}

.patrick-special-theme-promo-banner .wholeHousewater-blackdeals p {
    color: #1b3e65;
}

.patrick-special-theme-promo-banner .wholeHousewater-uptoff p {
    color: #1b3e65;
}

.patrick-special-theme-promo-banner .wholeHousewater-uptoff h2 {
    color: #223a59;
    font-size: 54px;
    font-family: 'Plantagenet Cherokee';
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.patrick-special-theme-promo-banner .wholeHousewater-uptoff h2 strong {
    font-family: 'Plantagenet Cherokee';
    font-weight: normal;
    color: #ed745a;
}

.patrick-special-theme-promo-banner .wholeHousewater-uptoff h3 {
    color: #ff735f;
    line-height: 57px;
}

.patrick-special-theme-promo-banner .wholeHousewater-uptoff h4 {
    color: #223a59;
    text-transform: uppercase;
}

.patrick-special-commercial {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.patrick-special-commercial h4 {
    padding-right: 18px;
}

.patrick-special-theme-promo-banner .btn-blackfridaydeal {
    color: #fff;
    background: rgb(53 90 157);
    background: -moz-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: -webkit-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: linear-gradient(to bottom, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    min-width: 174px;
}

.patrick-special-theme-promo-banner .btn-blackfridaydeal:hover {
    background: rgb(53 90 157);
    background: -moz-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: -webkit-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: linear-gradient(to bottom, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
}

@font-face {
    font-family: 'FuturaPT-Medium';
    src: url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*=PROMOS AND SPECIALS CSS END=*/



/*=Wellness Pop up CSS START=*/
.wolftrap-c-canvas,
.berkey-c-canvas {
    max-width: 912px !important;
}

.wolftrap-row-inner,
.berkey-row-inner {
    align-items: flex-start !important;
}

.wolftrap-column.wolftrap-col-1.Column.om-column,
.berkey-column.berkey-col-1.Column.om-column {
    height: 100%;
    width: 50% !important;
}

.wolftrap-element.wolftrap-ele-1.Element.om-element,
.berkey-element.berkey-ele-1.Element.om-element {
    height: 100%;
}

.wolftrap-ele-content.Element__content,
.berkey-ele-content.Element__content {
    height: 100%;
}

.wolftrap-imge-wrapper.wolftrap-ImageElement--wrapper,
.berkey-imge-wrapper.berkey-ImageElement--wrapper {
    height: 100%;
}

.wolftrap-imge-content.wolftrap-ImageElement--content,
.berkey-imge-content.berkey-ImageElement--content {
    height: 100%;
}

.wolftrap-imge-content.wolftrap-ImageElement--content img,
.berkey-imge-content.berkey-ImageElement--content img {
    height: 100% !important;
    object-fit: cover;
}

.wolftrap-col-inner,
.berkey-col-inner {
    border: none !important;
}

.wolftrap-column.wolftrap-col-2.Column.om-column,
.berkey-column.berkey-col-2.Column.om-column {
    width: 50% !important;
    padding: 53px 32px 48px 32px !important;
}

div#wolftrap-TextElement--wrapper--tu4TA1iefz9woaN8T26P,
div#berkey-TextElement--wrapper--tu4TA1iefz9woaN8T26P {
    margin-bottom: 0px !important;
}

div#wolftrap-CountdownElement--wrapper--husSaOCs2b7TjesPKOJn,
div#berkey-CountdownElement--wrapper--husSaOCs2b7TjesPKOJn {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

ul.rowField {
    margin-top: 25px !important;
}

.wolftrap-ele-1 .wolftrap-te-content p span,
.berkey-ele-1 .berkey-te-content p span {
    color: #000000 !important;
    font-size: 48px !important;
    font-family: 'Futura PT Book' !important;
    font-weight: 400 !important;
    line-height: 48px !important;
}

.wolftrap-ele-2 .wolftrap-te-content p span,
.berkey-ele-2 .berkey-te-content p span {
    color: #244436 !important;
    font-size: 85px !important;
    margin-bottom: 0px !important;
    font-family: 'Futura PT Demi' !important;
    font-weight: 600 !important;
    display: block !important;
    line-height: normal !important;
}

.wolftrap-ele-3 .wolftrap-te-content p span,
.berkey-ele-3 .berkey-te-content p span {
    color: #000000 !important;
    font-size: 22px !important;
    margin-bottom: 0px !important;
    font-family: 'Futura PT Book' !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.wolftrap-ele-5 .wolftrap-te-content p span,
.berkey-ele-5 .berkey-te-content p span {
    color: #000000 !important;
    font-size: 22px !important;
    margin-bottom: 0px !important;
    font-family: 'Futura PT Book' !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.wolftrap-ele-5 .wolftrap-te-content p span strong,
.berkey-ele-5 .berkey-te-content p span strong {
    font-weight: 400 !important;
}

.wolftrap-col-inner,
.berkey-col-inner {
    margin: 0px !important;
}

.wolftrap-c-wrapper .gQbLKa,
.berkey-c-wrapper .gQbLKa {
    background-color: transparent !important;
    border: none !important;
}

.wolftrap-c-wrapper .gQbLKa:hover,
.berkey-c-wrapper .gQbLKa:hover {
    background-color: transparent !important;
}

.wolftrap-c-wrapper .gQbLKa path,
.berkey-c-wrapper .gQbLKa path {
    fill: #000;
}

.burton-CloseButton.qNPQU {
    background: none !important;
    color: #000 !important;
    border: none !important;
    outline: none !important;
}

.burton-CloseButton.qNPQU:hover,
.burton-CloseButton.qNPQU.is-editing-hover {
    border: none !important;
    background-color: inherit !important;
    color: #000 !important;
    outline: none !important;
}

.btnpopupsubmit {
    width: 175px;
    /* background: #355A9D;
    background: -moz-linear-gradient(top, #355A9D 0%, #0D3570 100%);
    background: -webkit-linear-gradient(top, #355A9D 0%, #0D3570 100%);
    background: linear-gradient(to bottom, #355A9D 0%, #0D3570 100%); */
}

.btnpopupsubmit:hover {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    color: #fff !important;
}

button.gQbLKa:focus {
    outline: none !important;
}

.unit-hours {
    color: #000000 !important;
    font-size: 13px !important;
    font-family: 'Futura PT Book' !important;
    font-weight: 400 !important;
}

.wolftrap-he-content .wpcf7-response-output,
.berkey-he-content .wpcf7-response-output {
    padding-top: 8px !important;
    color: #000 !important;
    font-size: 15px !important;
    font-family: 'Futura PT Book' !important;
    font-weight: 400 !important;
}

.wolftrap-he-content .invalid .wpcf7-response-output,
.berkey-he-content .invalid .wpcf7-response-output {
    color: #ff0000 !important;
}

.wolftrap-he-content .sent .wpcf7-response-output,
.berkey-he-content .sent .wpcf7-response-output {
    color: #519c5c !important;
}

.wolftrap-he-content .invalid .rowField .mediam,
.berkey-he-content .invalid .rowField .mediam {
    border-color: #ff0000 !important;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
    html div#om-nexslznzl9q9cqr7i92r .berkey-ClosePosition--top-right {
        right: 0 !important;
        top: 0px !important;
    }
}

/*=Wellness Pop up CSS END=*/


.section-heading.Benefits-heading.about-us.watersoftener.single-commercial-heading h2 {
    border-bottom: 2px solid #5b97bf;
    display: inline-block;
    width: auto;
}

.section-heading.Benefits-heading.about-us.watersoftener.single-residential-heading h2 {
    border-bottom: 2px solid #5b97bf;
    display: inline-block;
    width: auto;
}

.contact-us-heading h1.heading1,
.contact-us-heading h2.heading1 {
    font-size: 3em !important;
}

.contact-us-heading h2.heading1 {
    margin-bottom: 0rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

.patrick-special-slide_new .valentine-day-offer-top-text h3 {
    text-transform: uppercase;
}

.patrick-special-slide_new .available-blackdeals h5 {
    color: #ee725a;
    font-size: 1.40rem;
}

.patrick-special-slide_new .available-blackdeals {
    margin-top: 0.5rem;
}

.patrick-special-slide_new .available-blackdeals h5 {
    color: #ee725a;
    font-size: 1.40rem;
    margin-bottom: 0.5rem;
}

.patrick-special-slider-item-inner.patrick-special-slide_new {
    margin-top: 1.3rem;
}

.health-wellness-special-banner .patrick-special-slider-item-inner .fridaydeal-upto h4 img {
    display: inline;
}

.patrick-special-slider-item.patrick-special-first-slide .patrick-special-commercial h4 img {
    display: inline;
}

.patrick-special-slider-item.patrick-special-first-slide .patrick-special-commercial {
    left: -100%;
    transition: 1s;
    position: relative;
}

.slick-active .patrick-special-slider-item.patrick-special-first-slide .patrick-special-commercial {
    left: 0%;
}

.patrick-special-slider-item.patrick-special-second-slide .patrick-special-commercial {
    right: -100%;
    transition: 1s;
    position: relative;
}

.slick-active .patrick-special-slider-item.patrick-special-second-slide .patrick-special-commercial {
    right: 0%;
}

.slick-active .patrick-special-slider-item.patrick-special-second-slide .patrick-special-commercial h3 {
    text-transform: uppercase;
    color: #ee725a;
}

.patrick-special-slider-item.patrick-special-second-slide .patrick-special-slider-item-inner p {
    color: #233a5a;
}



.wholeHousewater-blackdeals-slider-item.wholeHousewater-blackdeals-slider-first-slide .wholeHousewater-blackdeals-slider-item-info {
    position: relative;
    top: 20px;
    transition: 1s;
}

.slick-active .wholeHousewater-blackdeals-slider-item.wholeHousewater-blackdeals-slider-first-slide .wholeHousewater-blackdeals-slider-item-info {
    top: 0px;
}

.wholeHousewater-blackdeals-slider-item.wholeHousewater-blackdeals-slider-second-slide .wholeHousewater-blackdeals-slider-item-info {
    position: relative;
    top: 20px;
    transition: 1s;
}

/* .slick-active .wholeHousewater-blackdeals-slider-item.wholeHousewater-blackdeals-slider-second-slide .wholeHousewater-blackdeals-slider-item-info {
    top: 10px;
} */
.slick-active .wholeHousewater-blackdeals-slider-item.wholeHousewater-blackdeals-slider-second-slide .wholeHousewater-blackdeals-slider-item-info {
    top: 0px;
}

.cmn-height {
    height: 40px;
    color: #ffffff;
    font-size: 11px;
}

.wholeHousewater-blackdeals-slider-section {
    width: 311px;
}

.wholeHousewater-blackdeals-slider-item.wholeHousewater-blackdeals-slider-second-slide .wholeHousewater-blackdeals-slider-item-info h5 {
    position: relative;
    top: 20px;
}


/*=SALEPOPUP-CONTENT ON LOAD POPUP CSS START=*/
/* .salepopup-content{
	background: url(../images/popupbg-img.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 958px;
	min-height: 578px;
	padding: 49px 50px 106px;
} */
.pdm-lightbox.raynewaterpromo-salepopup .pdm-popup-container {
    background: url(../images/popupbg-img.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 958px;
    min-height: 578px;
    padding: 47px 50px 106px;
}

.pdm-lightbox.raynewaterpromo-salepopup .pdm-popup-container .card {
    position: relative;
    background: none;
    border-radius: 0;
    overflow: inherit;
    border: none;
}

.pdm-lightbox.raynewaterpromo-salepopup .pdm-popup-container a.close {
    top: -22px;
    right: -27px;
    height: 15px;
    width: 15px;
    opacity: 1;
}

.pdm-lightbox.raynewaterpromo-salepopup a.close:after,
.pdm-lightbox.raynewaterpromo-salepopup a.close:before {
    height: 1px !important;
    background-color: #000 !important;
}

.raynewater-salepopup-top {
    text-align: center;
}

.raynewater-salepopup-top p {
    margin-bottom: 5px;
    color: #233A5A;
    font-size: 24px;
    font-family: 'Futura PT Book';
    font-weight: normal;
    letter-spacing: 0.2px;
}

.raynewater-salepopup-top h3 {
    font-size: 79px;
    line-height: 79px;
    font-family: 'Plantagenet Cherokee';
    font-weight: 500;
    color: #EE725A;
    margin-bottom: 0px;
}

.raynewater-salepopup-top h3 strong {
    font-family: 'Plantagenet Cherokee';
    font-weight: normal;
    color: #233A5A;
}

.salepopup-uptooff {
    text-align: center;
    padding-top: 100px;
}

.salepopup-uptooff h2 {
    font-size: 41px;
    line-height: 41px;
    font-family: 'Futura PT Book';
    font-weight: 500;
    color: #233A5A;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.salepopup-uptooff h4 {
    font-size: 68px;
    line-height: 62px;
    font-family: 'FuturaPT-Heavy';
    font-weight: normal;
    color: #EE725A;
}

.salepopup-uptooff h4 strong {
    color: #233A5A;
}

.salepopup-uptooff p {
    margin-bottom: 0px;
    color: #233A5A;
    font-size: 18px;
    font-family: 'Futura PT Book';
    margin-bottom: 0px;
    font-weight: normal;
    letter-spacing: 0.2px;
}

.salepopup-uptooff .btn-fridaydeal {
    background: rgb(53 90 157);
    background: -moz-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: -webkit-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: linear-gradient(to bottom, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    position: static;
    min-width: 175px;
    margin-top: 22px;
}

.salepopup-uptooff .btn-fridaydeal:hover {
    background: rgb(53 90 157);
    background: -moz-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: -webkit-linear-gradient(top, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    background: linear-gradient(to bottom, rgb(53 90 157) 0%, rgba(13 53 112) 100%);
    color: #fff !important;
}

/*=SALEPOPUP-CONTENT ON LOAD POPUP CSS END=*/

/*=====CELEBRATING ANNIVERSARY ON PROMOS PAGE CSS START======*/
.rentaloffer-celebrating-anniversary {
    background: url(../images/anniversary-theme-promo-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 25px 42px 25px 38px;
    margin-right: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 34px;
}

.anniversary-rentaloffer-left {
    width: 188px;
    text-align: center;
}

.anniversary-rentaloffer-left h3 {
    color: #FFFFFF;
    font-size: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.anniversary-rentaloffer-left h2 {
    color: #fff;
    font-family: 'Abril Display';
    font-size: 42px;
    margin: 0;
}

.anniversary-rentaloffer-left p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    margin-bottom: 0px;
    font-family: 'Futura PT Book';
}

.celebrating-anniversary-logo {
    width: 179px;
}

.anniversary-getpromo-right {
    width: 295px;
    text-align: center;
}

.anniversary-getpromo-right h5 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Futura PT';
    font-weight: 900;
    margin-bottom: 5px;
}

.anniversary-getpromo-right .btn-blackfridaydeal {
    min-width: 174px;
    background-image: linear-gradient(to bottom, #ffd876, #feca62, #fdbb4e, #fdac3b, #fd9c29);
    color: #fff;
    color: #fff;
}

.anniversary-getpromo-right .btn-blackfridaydeal:hover {
    background-image: linear-gradient(to top, #ffd876, #feca62, #fdbb4e, #fdac3b, #fd9c29);
}

.anniversary-getpromo-right .cmn-height {
    height: auto;
    font-size: 17px;
    font-family: 'Futura PT Book';
    line-height: normal;
    margin-bottom: 10px;
}

.anniversary-v3-section .whatget-hero-list-left .clearwater-what-get-info ul li {
    color: #fff;
}

.anniversary-v3-section .whatget-hero-list-left .clearwater-what-get-info h2 {
    color: #fff;
}

.anniversary-v3-section .whatget-hero-list-left .clearwater-what-get-info {
    left: 0;
}

.anniversary-v3-section .celebrating-anniversary-banner .nostress-blackfridaydeals {
    padding-top: 128px;
    z-index: 1;
    width: 32.441%;
}

/*=====CELEBRATING ANNIVERSARY ON PROMOS PAGE CSS END======*/
/*=====CELEBRATING ANNIVERSARY ON HOME PAGE CSS START======*/
@font-face {
    font-family: 'Abril Display';
    src: url('../fonts/AbrilDisplay-Bold.woff2') format('woff2'),
        url('../fonts/AbrilDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.celebrating-anniversary-home .slick-track {
    width: 100% !important;
}

.celebrating-anniversary-home .slick-slide {
    width: 100% !important;
}

.celebrating-anniversary-home.health-wellness-special-banner {
    background: #0f68c1;
    background: -moz-radial-gradient(center, ellipse cover, #0f68c1 0%, #132080 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #0f68c1 0%, #132080 100%);
    background: radial-gradient(ellipse at center, #0f68c1 0%, #132080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f68c1', endColorstr='#132080', GradientType=1);
}

.celebrating-anniversary-home.health-wellness-special-banner::before {
    background: #0f68c1;
    background: -moz-radial-gradient(center, ellipse cover, #0f68c1 0%, #132080 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #0f68c1 0%, #132080 100%);
    background: radial-gradient(ellipse at center, #0f68c1 0%, #132080 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f68c1', endColorstr='#132080', GradientType=1);
}

.celebrating-anniversary-home.health-wellness-special-banner .fridaydeal-upto h4,
.celebrating-anniversary-home.health-wellness-special-banner .fridaydeal-upto h3 {
    color: #fff;
}

.celebrating-anniversary-home.health-wellness-special-banner .fridaydeal-upto p,
.celebrating-anniversary-home.health-wellness-special-banner .available-blackdeals h5,
.celebrating-anniversary-home.health-wellness-special-banner .available-blackdeals p {
    color: #fff;
}

.celebrating-anniversary-home.health-wellness-special-banner .btn-fridaydeal {
    background-image: linear-gradient(to bottom, #ffd876, #feca62, #fdbb4e, #fdac3b, #fd9c29);
}

.celebrating-anniversary-home.health-wellness-special-banner .btn-fridaydeal:hover {
    background-image: linear-gradient(to top, #ffd876, #feca62, #fdbb4e, #fdac3b, #fd9c29);
}

.celebrating-anniversary-home.health-wellness-special-banner .fridaydeal-upto h3 {
    font-family: 'Abril Display';
}

/*=====CELEBRATING ANNIVERSARY ON HOME PAGE CSS END======*/

/*=CELEBRATING ANNIVERSARY POPUP ON LOAD POPUP CSS START=*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

.pdm-lightbox.celebrating-anniversary-popup .pdm-popup-container {
    background: url(../images/anniversary-theme-popup-bg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 958px;
    min-height: 578px;
    padding: 53px 50px 66px;
}

.pdm-lightbox.celebrating-anniversary-popup .pdm-popup-container .card {
    position: relative;
    background: none;
    border-radius: 0;
    overflow: inherit;
    border: none;
}

.pdm-lightbox.celebrating-anniversary-popup .pdm-popup-container a.close {
    top: -28px;
    right: -27px;
    height: 15px;
    width: 15px;
    opacity: 1;
}

.pdm-lightbox.celebrating-anniversary-popup a.close:after,
.pdm-lightbox.celebrating-anniversary-popup a.close:before {
    height: 1px !important;
    background-color: #fff !important;
}

.anniversary-content-popup {
    text-align: center;
}

.anniversary-since-popup {
    margin-bottom: 24px;
}

.anniversary-since-popup p {
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'Futura PT Book';
}

.anniversary-logo-popup {
    margin-bottom: 31px;
}

.anniversary-upto {}

.anniversary-upto h4 {
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: normal;
}

.anniversary-upto h4 strong {
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 46px;
    font-family: 'Abril Display';
    font-weight: 300;
    text-transform: uppercase;
    line-height: 46px;
    margin-left: 15px;
}

.anniversary-upto p {
    margin-bottom: 10px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 34px;
    font-family: 'Futura PT Book';
}

.anniversary-upto .btn-fridaydeal {
    min-width: 174px;
    background-image: linear-gradient(to bottom, #ffd876, #feca62, #fdbb4e, #fdac3b, #fd9c29);
    color: #fff;
    position: static;
}

.anniversary-upto .btn-fridaydeal:hover {
    background-image: linear-gradient(to top, #ffd876, #feca62, #fdbb4e, #fdac3b, #fd9c29);
}

.anniversary-logo-popup img {
    width: auto !important;
}

/*=CELEBRATING ANNIVERSARY POPUP ON LOAD POPUP CSS END=*/

/*=LIMITED TIME OFFER POPUP ON LOAD POPUP CSS START=*/
.montreal-campaign.Campaign.CampaignType--popup .montreal-c-canvas {
    max-width: 912px !important;
}

.montreal-row-inner .montreal-column.montreal-col-1.Column.om-column {
    width: 457px !important;
}

.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column {
    width: 456px !important;
    padding: 18px 41px 0 32px !important;
}

.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-col-inner {
    padding: 0px !important;
    margin: 0px !important;
}

.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-cde-wrapper {
    padding-top: 0px !important;
}

.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-te-content p,
.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-te-content span {
    font-family: 'Futura PT Book' !important;
    font-size: 22px !important;
    color: #555555 !important;
}

.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-cde-content .montreal-days .number-string,
.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-cde-content .montreal-hours .number-string,
.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-cde-content .montreal-minutes .number-string,
.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-cde-content .montreal-seconds .number-string {
    color: #555555 !important;
    font-size: 42px !important;
    font-family: 'FuturaPT-Heavy' !important;
    font-weight: normal !important;
}

.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-cde-content .montreal-days .unit-days,
.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-cde-content .montreal-hours .unit-hours,
.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-cde-content .montreal-minutes .unit-minutes,
.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-cde-content .montreal-seconds .unit-seconds {
    color: #555555 !important;
    font-size: 13px !important;
    font-family: 'Futura PT Book' !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}

.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-he-content .btnpopupsubmit {
    background-image: linear-gradient(to bottom, #355a9d, #2c5092, #234786, #193e7b, #0d3570);
    margin-top: 35px;
}

.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .montreal-he-content .btnpopupsubmit:hover {
    background-image: linear-gradient(to top, #355a9d, #2c5092, #234786, #193e7b, #0d3570);
}

.montreal-campaign.Campaign.CampaignType--popup .montreal-c-canvas .gQbLKa {
    background-color: inherit !important;
    color: #555555 !important;
    font-weight: normal !important;
}

.montreal-campaign.Campaign.CampaignType--popup .montreal-c-canvas .gQbLKa:hover {
    background-color: inherit !important;
    color: #000 !important;
    font-weight: normal !important;
}

.montreal-row-inner .montreal-column.montreal-col-2.Column.om-column .wpcf7-response-output {
    font-size: 15px !important;
    padding-top: 8px !important;
    color: #ff0000;
    font-family: 'Futura PT Book' !important;
}

/*=LIMITED TIME OFFER POPUP ON LOAD POPUP CSS END=*/

/* HOME PAGE MODAL CSS START */
/* #om-jcfqalpjepbv8ypwowkh #om-jcfqalpjepbv8ypwowkh-yesno {
    max-width: 900px !important;
} */
#om-jcfqalpjepbv8ypwowkh .pelican-row-inner .om-column {
    width: 50% !important;
}

#om-jcfqalpjepbv8ypwowkh .pelican-row-inner .om-column+.om-column {
    padding: 0 20px !important;
}

#om-jcfqalpjepbv8ypwowkh .wpcf7-form input.btnpopupsubmit {
    background: #1c509b;
}

#om-jcfqalpjepbv8ypwowkh button.CloseButton__ButtonElement-sc-79mh24-0.gQbLKa.pelican-CloseButton.pelican-close.pelican-ClosePosition--top-right {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: normal !important;
}

#om-jcfqalpjepbv8ypwowkh .pelican-te-content p strong {
    font-family: Roboto !important;
    font-weight: 400 !important;
}

#om-jcfqalpjepbv8ypwowkh .pelican-cde-wrapper {
    padding-top: 0 !important;
}

#om-jcfqalpjepbv8ypwowkh .wpcf7-response-output {
    margin: 10px 0 0 !important;
    font-size: 14px !important;
}

/* HOME PAGE MODAL CSS END */

.postid-2361 .currentCustomers {
    max-width: max-content;
}

.page-template-promos li.rightField.Submit {
    width: 100% !important;
}

.page-template-promos li.rightField.Submit .submitBt {
    min-width: 100% !important;
}



/* NEW FIND LOACTION CSS START */
.findlocal-new-container {
    padding: 73px 125px 23px;
    max-width: 1873px;
    margin: 0 auto;
}

.findlocal-new-d-flex {
    margin: 0 -17px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.findlocal-new-d-col-12 {
    width: 100%;
    padding: 0 17px 59px;
}

.findlocal-new-loaction-info {
    background: rgba(65, 64, 66, 0.05);
    padding: 76px 81px 60px;
    height: 100%;
}

.findlocal-new-loaction-info h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 14px;
    padding: 0;
}

.find-local-unit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.find-local-unit-list ul {
    display: block;
    list-style: none;
    padding: 15px 0;
    margin: 0 65px 0 0;
    width: 271px;
}

.find-local-unit-list ul:last-child {
    margin-right: 0;
}

.findlocal-new-d-col-12 .find-local-unit-list ul:nth-child(1) {
    width: 353px;
}

.findlocal-new-d-col-12 .find-local-unit-list ul:nth-child(2),
.findlocal-new-d-col-12 .find-local-unit-list ul:nth-child(3) {
    width: 318px;
}

.findlocal-new-d-col-12 .find-local-unit-list ul:nth-child(4n+4) {
    margin-right: 0;
}

.find-local-unit-list ul li {
    color: #414042;
    font-size: 21px;
    line-height: 37px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.find-local-unit-list ul li a {
    color: #414042;
    word-break: keep-all;
}

.find-local-unit-list ul li a:hover {
    color: #00AC69;
}

.findlocal-new-d-col-6 {
    width: 46.892%;
    padding: 0 17px;
}

.findlocal-new-d-col-2 {
    width: 24.925%;
    padding: 0 17px;
}

.findlocal-new-d-col-4 {
    width: 28.184%;
    padding: 0 17px;
}

.findlocal-new-d-col-6 .findlocal-new-loaction-info {
    padding-right: 58px;
}

.findlocal-new-d-col-6 .find-local-unit-list ul {
    width: 252px;
}

.findlocal-new-d-col-6 .find-local-unit-list ul:nth-child(2) {
    width: 283px;
}

.findlocal-new-d-col-2 .findlocal-new-loaction-info {
    padding-left: 76px;
    padding-right: 56px;
}

.findlocal-new-d-col-2 .find-local-unit-list ul {
    width: 247px;
}

.findlocal-new-d-col-4 .findlocal-new-loaction-info {
    padding-left: 52px;
    padding-right: 38px;
}

.findlocal-new-d-col-4 .find-local-unit-list ul {
    width: 318px;
}

/* NEW FIND LOACTION CSS END */

/*LOACTION PAGE CSS START */
.location-page-section {
    margin: 0;
    padding: 280px 0 316px;
    background: rgb(64, 121, 167);
    background: linear-gradient(119deg, rgba(64, 121, 167, 1) 0%, rgba(0, 76, 153, 1) 100%);
    position: relative;
    z-index: 1;
}

.location-page-section::before {
    content: "";
    background: url('../images/location-shape-top.png') no-repeat center bottom;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 881px;
    z-index: -1;
}

.location-page-section .container {
    max-width: 1902px;
    padding: 0 121px 0;
}



.loaction-heading {
    margin: 0;
    padding: 0 0 36px;
    text-align: center;
}

.loaction-heading h1 {
    color: #fff;
    font-size: 55px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0 0 18px;
    padding-bottom: 0 !important
}

.loaction-heading p {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}

.iframe-img-box {
    position: relative;
}

.iframe-img-box iframe {
    width: 100%;
    height: 727px;
    display: flex;
    flex-wrap: wrap;
}

.mapicon-under {
    position: absolute;
    top: 165px;
    left: 575px;
}

.mapicon-under.mapicon-2-lcn {
    top: auto;
    bottom: 74px;
    left: 749px;
}

.mapicon-under.mapicon-3-lcn {
    top: 205px;
    left: auto;
    right: 486px;
}

.location-address-new {
    position: relative;
    padding: 0;
    margin: 0;
}

.location-bg-absolute {
    position: absolute;
    top: 28px;
    bottom: 25px;
    right: 23px;
    width: 398px;
    background: #fff;
    padding: 62px 38px 62px 45px;
}

.location-bg-absolute h2 {
    color: #2F6193;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 16px;
    padding: 0;
}

.location-bg-absolute ul {
    margin: 0;
    padding: 0;
}

.location-bg-absolute ul li {
    margin: 0 0 19px;
    padding: 0 0 16px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #414042;
    border-bottom: 1px #EBEBEB solid;
}

.location-bg-absolute ul li a {
    color: #414042;
    display: block;
    word-break: break-word;
}

.location-bg-absolute ul li a:hover {
    color: #004C99;
}

.location-bg-absolute ul li strong {
    display: block;
    font-weight: 600;
}

.location-bg-absolute ul li i {
    font-size: 16px;
    font-weight: 300;
}

.selectarea-click-open {
    margin: 0;
    padding: 0;
}

.selectarea-comman-list {
    position: absolute;
    top: 116px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 0 10px 0 45px;
    overflow: hidden;
    bottom: 50px;
    display: none;
}

.selectarea-comman-list.active {
    display: block;
}

.selectarea-comman-list ul {
    height: 478px;
    overflow-y: auto;
    padding-right: 38px;
}

.selectarea-comman-list ul::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    border-radius: 5px;
}

.selectarea-comman-list ul::-webkit-scrollbar {
    width: 6px;
    border-radius: 5px;
    background-color: #F2F2F2;
}

.selectarea-comman-list ul::-webkit-scrollbar-thumb {
    background-color: #E0E0E0;
    border-radius: 5px;
}

.back-click-location {
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 500;
    color: #ADADAD;
    text-transform: uppercase;
}

.back-click-location a {
    color: #ADADAD;
}

.back-click-location a i.fa {
    padding-right: 3px;
}

.page-id-2368 footer .closest--water-section-tab {
    display: none;
}

.page-id-2368 .footerpageInn {
    background: url('../images/footer-shapInn-section-new-location.png') no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    margin-top: -190px;
}

/*LOACTION PAGE CSS END */
.watersofteners-two-section ul,
.watersofteners-two-section ol {
    padding-left: 20px;
}

/*=LOCATIONFIND CSS START=*/
.locationfind-info {
    margin-top: 0px;
}

.locationfind-info .map-locations .map-wrapper .map_canvas {
    height: 727px;
}

.locationfind-info .map-locations .map-wrapper {
    width: 100%;
}

.locationfind-info .map-locations .locations-wrapper {
    background-color: #fff;
    max-height: 727px;
    padding: 62px 38px 62px 45px;
    width: 398px;
    position: absolute;
    right: 55px;
    top: 8px;
    bottom: 25px;
    overflow: hidden;
    overflow-x: hidden;
}

.locationfind-info .map-locations .locations-wrapper h2 {
    color: #2F6193;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 16px;
    padding: 0;
}

.locationfind-info .map-locations .locations-wrapper .single-gym-region .region-title {
    color: #414042;
    display: block;
    word-break: break-word;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.locationfind-info .map-locations .locations-wrapper .single-gym-region .location-number {
    color: #414042;
}

.locationfind-info .map-locations .locations-wrapper .single-gym-region:hover .region-title {
    color: #004C99;
}

.locationfind-info .map-locations .locations-wrapper .single-gym-region {
    border-bottom: 1px #EBEBEB solid;
    padding: 14px 0;
    cursor: pointer;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .single-gym-location a {
    color: #414042;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 14px 0;
    display: block;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .single-gym-location:first-child a {
    padding-top: 0;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .single-gym-location a:hover {
    color: #2F6193;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .single-gym-location a span {
    color: #414042;
    font-size: 16px;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations a.chuze-yellow {
    color: #2F6193;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations {
    background-color: #fff;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .single-gym-location {
    border-bottom: 1px #EBEBEB solid;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .filtering .checkboxes {
    align-items: flex-start;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .filtering .checkboxes label {
    font-size: 12px;
    color: #fff;
    position: relative;
    padding-left: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px !important;
    padding-bottom: 4px !important;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .filtering .checkboxes label input {
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .filtering .checkboxes label input:checked {
    background: #2F6193 !important;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .filtering h5 {
    margin-top: 15px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .filtering {
    background-color: #00ac69;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .filtering .checkboxes label.c_on {
    background: none !important;
}

.page-template-locations-new .copyright-left p {
    color: #fff;
}

.page-template-locations-new .marquee-info a,
.page-template-locations-new .marquee-info p {
    color: #fff;
}

.page-template-locations-new .contact-header .navbar-collapse.collapse ul li a:hover,
.contact-header .menu-item-has-children>a:hover:after {
    color: #1c509b !important;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations a.chuze-yellow.back {
    color: #ADADAD;
    text-transform: uppercase;
    cursor: pointer;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations a.chuze-yellow.back:hover {
    color: #2F6193;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .inner {
    overflow: auto;
    position: relative;
    overflow-x: hidden;
    max-height: 100%;
    margin-top: 14px;
}

.locationfind-info .map-locations .locations-wrapper .inner-wrapper {
    position: relative;
    height: 470px;
}

/* Scrollbar Styling */
.locationfind-info .map-locations .locations-wrapper .gym-locations .inner::-webkit-scrollbar {
    width: 6px;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .inner::-webkit-scrollbar-track {
    background-color: #F2F2F2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.locationfind-info .map-locations .locations-wrapper .gym-locations .inner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #E0E0E0;
}

.locationfind-info .gm-style .gm-style-iw-c {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    padding: 28px 20px 26px 26px !important;
    max-width: 229px !important;
    box-shadow: none !important;
    width: 229px;
}

.locationfind-info button.gm-ui-hover-effect {
    top: 3px !important;
    right: 4px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.locationfind-info .gm-style-iw-d {
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden !important;
}

.locationfind-info .gm-style-iw-d h3 {
    color: #414042;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    margin-bottom: 11px;
    max-width: 95%;
}

.locationfind-info .gm-style-iw-d h3 a {
    color: #414042;
    word-break: break-word;
}

.locationfind-info .gm-style-iw-d h3 a:hover {
    color: #0093FF;
}

.locationfind-info .gm-style-iw-d p {
    color: #414042;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 12px;
}

.locationfind-info .gm-style-iw-d p:last-child {
    margin-bottom: 0px !important;
}

.locationfind-info .gm-style-iw-d span.text-muted {
    color: #414042;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    display: none;
}

.locationfind-info .gm-style-iw-d p a {
    color: #0093FF;
}

.locationfind-info .gm-style-iw-d p a:hover {
    color: #414042;
}

.locationfind-info .gm-style-iw-d a.btn.btn-sm.btn.black {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 13px;
    min-height: 38px;
    border-radius: 26px;
    min-width: 122px;
    color: #fff;
    border: none;
    font-style: normal;
    line-height: 25px;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.locationfind-info .gm-style-iw-d a.btn.btn-sm.btn.black:hover {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

/*=LOCATIONFIND CSS END=*/

/*=MAP CSS START=*/
#primary {
    z-index: 10;
    position: relative;
}

.map-locations {
    display: flex;
}

.map-locations .map-wrapper .map_canvas {
    width: 100%;
}

.map-locations .locations-wrapper .gym-locations {
    position: absolute;
    left: calc(100% + 40px);
    top: 0;
    background-color: #7c868d;
    width: 100%;
    height: 100%;
    transition: left .5s ease-in;
}

.map-locations .locations-wrapper .gym-locations.active {
    left: 0;
}

.map-locations .locations-wrapper .gym-locations .single-gym-location a span {
    display: block;
    font-style: italic;
    font-weight: 300;
}

.map-locations .locations-wrapper .gym-locations a.chuze-yellow {
    margin-right: 10px;
}

/*=MAP CSS END=*/


.blackfridaydeal-homebanner.valentine-day-offer-banner.patrick-special-home-theme.health-wellness-special-banner.wow.bounceInRight.celebrating-anniversary-home.rentaloffer-new-popup {
    background: #004c99;
    background: -moz-linear-gradient(to left, #004c99, #0d589e, #1e63a1, #2f6ea4, #4079a7);
    background: -webkit-linear-gradient(to left, #004c99, #0d589e, #1e63a1, #2f6ea4, #4079a7);
    background: linear-gradient(to left, #004c99, #0d589e, #1e63a1, #2f6ea4, #4079a7);
    padding: 32px 38px 26px 176px;
    top: -127px;
    right: -105px;
}

.blackfridaydeal-homebanner.valentine-day-offer-banner.patrick-special-home-theme.health-wellness-special-banner.wow.bounceInRight.celebrating-anniversary-home.rentaloffer-new-popup::before {
    background: #004c99;
    background: -moz-linear-gradient(to right, #004c99, #0d589e, #1e63a1, #2f6ea4, #4079a7);
    background: -webkit-linear-gradient(to right, #004c99, #0d589e, #1e63a1, #2f6ea4, #4079a7);
    background: linear-gradient(to right, #004c99, #0d589e, #1e63a1, #2f6ea4, #4079a7);
}

.rentaloffer-new-popup .valentine-day-water-solutions {
    width: 360px;
    margin-left: 38px;
}

.valentine-day-offer-banner.rentaloffer-new-popup .available-blackdeals h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.valentine-day-offer-banner.rentaloffer-new-popup .available-blackdeals p {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.valentine-day-offer-banner.rentaloffer-new-popup .available-blackdeals p.small {
    font-size: 12px;
    margin: 10px 0px;
}

.rentaloffer-new-popup.patrick-special-home-theme .vlt-filled-heart {
    width: 306px;
    height: 259px;
    left: -103px;
    top: -17px;
}

.rentaloffer-new-popup.celebrating-anniversary-home.health-wellness-special-banner .btn-fridaydeal {
    color: #004C99;
}

.rentaloffer-new-popup.celebrating-anniversary-home.health-wellness-special-banner .btn-fridaydeal:hover {
    color: #fff;
}



.crafton-column.crafton-col-2.Column.om-column .crafton-te-content.crafton-TextElement--content span {
    font-size: 22px !important;
    color: #555555;
    letter-spacing: 0.40px;
    font-family: 'Futura PT' !important;
    font-weight: 300 !important;
}

.crafton-cde-wrapper.crafton-CountdownElement--wrapper {
    margin-top: 0 !important;
    padding: 3px 0 0 !important;
}

.unit-seconds,
.unit-minutes,
.unit-hours,
.unit-days {
    color: #555 !important;
    font-family: 'Futura PT Book' !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.20px !important;
}

.mobile-img-show-banner {
    display: none;
}

.rentaloffer-celebrating-anniversary.rentaloffer-promo-grapics-banner {
    background: url(../images/rentaloffer-img-new-banner.jpg);
    padding: 34px 30px 29px 30px;
    background-size: cover;
    background-position: center;
}

.rentaloffer-promo-grapics-banner .anniversary-getpromo-right h5 {
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.10px;
}

.rentaloffer-promo-grapics-banner .anniversary-getpromo-right .cmn-height {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    line-height: 21px;
}

.rentaloffer-promo-grapics-banner .anniversary-getpromo-right {
    width: 347px;
}

.rentaloffer-promo-grapics-banner .anniversary-getpromo-right .btn-blackfridaydeal {
    color: #004C99;
    background: rgb(255, 216, 119);
    background: linear-gradient(180deg, rgba(255, 216, 119, 1) 0%, rgba(253, 156, 41, 1) 100%);
}


.rentaloffer-promo-grapics-banner .anniversary-rentaloffer-left {
    width: 315px;
    text-align: center;
}

.rentaloffer-promo-grapics-banner .anniversary-rentaloffer-left h3 {
    font-size: 27px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 6px;
}

.rentaloffer-promo-grapics-banner .anniversary-rentaloffer-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 8px;
    letter-spacing: 0.10px;
}

.rentaloffer-promo-grapics-banner .anniversary-rentaloffer-left p {
    font-size: 15px;
    line-height: 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: none;
}

.page-template-generic-location .generic-location-right-info .rowField li p>label {
    width: 100%;
    display: block !important;
    font-size: 1rem;
    font-weight: bold !important;
    margin: 0;
    color: #58595b !important;
}

.page-template-generic-location .generic-location-right-info .rowField li p span {
    text-align: left !important;
}

.generic-location-left-info p strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.generic-location-left-info p a {
    color: #009e54;
}

.generic-location-left-info p a:hover {
    color: #fff;
}

p.map-partner-text {
    color: #9f9b9b !important;
}

.locationfind-info .gm-style-iw-d h3 a:focus-visible {
    outline: none !important;
}

.RayneSanDiego-sectionTop .contantRayne p {
    margin: 0px 0px 10px;
}

.RayneSanDiego-sectionTop .contantRayne p:last-child {
    margin-bottom: 0px;
}

.RayneSanDiego-section p {
    margin-bottom: 15px;
}

.RayneSanDiego-section p:last-child {
    margin-bottom: 0px;
}


/* INDEPENDENCE DAY BANNER CSS START */
.independence-day-home-banner-right {
    padding: 20px 38px 20px 170px;
    top: -127px;
    right: -105px;
    width: 630px;
    z-index: 1;
    position: absolute;
}

.independence-day-home-banner-right::before {
    content: "";
    background: rgb(13, 49, 110);
    background: radial-gradient(circle, rgba(13, 49, 110, 1) 0%, rgba(4, 19, 43, 1) 81%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50vw;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 98%);
}

.independence-day-home-banner-right-left-img {
    position: absolute;
    width: 232px;
    left: -114px;
    top: -4px;
}

.independence-day-home-banner-right-content {
    text-align: center;
    margin-right: -22%;
    display: block;
}

.independence-day-home-banner-right-content * {
    color: #fff;
}

.independence-day-home-banner-right-content h2 {
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.41px;
    font-family: 'Merriweather Bold';
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}

.independence-day-home-banner-right-content h3 {
    text-align: center;
    font-family: 'Futura PT Book';
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0.31px;
    margin: 0 0 5px;
}

.independence-day-home-banner-right-content h4 {
    text-align: center;
    font-family: 'FuturaPT-Heavy';
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.31px;
    margin: 0 0 5px;
}

.independence-day-home-banner-right-content p {
    font-size: 14px;
    line-height: 16px;
    font-family: 'Futura PT Book';
    padding: 0;
    margin: 0 0 7px;
}

.independence-day-home-banner-right-content h2 small {
    display: inline-block;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Futura PT Book';
    text-transform: uppercase;
    padding-top: 0;
    margin: 0 5px 0 0;
}

.independence-day-home-banner-right-content h2 small img {
    margin-right: 0;
    margin-bottom: 0;
    width: 32px;
}

.independence-day-promo-btn {
    display: block;
    text-align: center;
}

.independence-day-promo-btn .btn-fridaydeal {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 188px;
    background: -moz-linear-gradient(top, #FF0000 0%, #950000 100%);
    background: -webkit-linear-gradient(top, #FF0000 0%, #950000 100%);
    background: linear-gradient(to bottom, #FF0000 0%, #950000 100%);
    text-transform: uppercase;
}
.independence-day-promo-btn .btn-fridaydeal:hover {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%)
}

.solving-water-tb.independence-day-promo-bottom-section {
    top: 250px;
}

.independence-day-home-banner-right.promos-and-specials-page-independence-day-section .independence-day-home-banner-right-left-img {
    width: 224px;
    left: -7px;
    top: -7px;
}

.independence-day-home-banner-right.promos-and-specials-page-independence-day-section .independence-day-home-banner-right-content {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.independence-day-home-banner-right.promos-and-specials-page-independence-day-section::before {
    width: 86%;
    right: 0;
    left: auto;
}

.independence-day-home-banner-right.promos-and-specials-page-independence-day-section {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    margin: -132px 75px 55px 0;
    padding: 17px 20px 17px 265px;
}

.independence-day-home-banner-right.promos-and-specials-page-independence-day-section .independence-day-home-banner-right-content h2 {
    line-height: 27px;
}

.independence-day-home-banner-right.promos-and-specials-page-independence-day-section .independence-day-home-banner-right-content p {
    padding: 0;
    margin: 0 0 10px
}

/* INDEPENDENCE DAY BANNER CSS END */
.water-softner-content p a {
    word-break: break-word;
}

.blog-water-softner .softner-heading {
    margin-bottom: 2rem;
}

.contantRayne.contact-heading-n.contact-heading-center-repeat:first-child {
    margin-top: -70px;
}

.contantRayne.contact-heading-n.contact-heading-center-repeat {
    margin-bottom: 97px;
}

.contact-heading-center-btn a.cmn-btn {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    min-width: 331px;
    padding: 0;
    height: 51px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.contant-Rayne-bottom-note {
    padding-top: 40px;
}

.contact-heading-center-btn a.cmn-btn.moreInfo.contact-moreInfo {
    min-height: 57px;
}

/*======end-of-summer-special-home=====*/
.end-of-summer-special-home::before {
    content: "";
    background: url(../images/end-of-summer-special-home-bg2.jpg);
    background-position: top left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50vw;
    z-index: -1;
    clip-path: inherit;
}

.end-of-summer-special-home .independence-day-home-banner-right-content * {
    color: #000;
}

.end-of-summer-special-home .independence-day-promo-btn .btn-fridaydeal {
    color: #fff;
    background: #2c5877;
    background: -moz-linear-gradient(top, #2c5877 0%, #193142 100%);
    background: -webkit-linear-gradient(top, #2c5877 0%, #193142 100%);
    background: linear-gradient(to bottom, #2c5877 0%, #193142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
    text-transform: uppercase;
}

.end-of-summer-special-home .independence-day-promo-btn .btn-fridaydeal:hover {
    color: #fff;
    /* 	background: rgb(255,220,7);
	background: -moz-linear-gradient(bottom, rgba(255,220,7,1) 0%, rgba(255,154,23,1) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,220,7,1) 0%,rgba(255,154,23,1) 100%);
	background: linear-gradient(to top, rgba(255,220,7,1) 0%,rgba(255,154,23,1) 100%); */
    background: #2c5877;
    background: -moz-linear-gradient(top, #2c5877 0%, #193142 100%);
    background: -webkit-linear-gradient(top, #2c5877 0%, #193142 100%);
    background: linear-gradient(to bottom, #2c5877 0%, #193142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

.end-of-summer-special-home .independence-day-home-banner-right-content h2 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.10px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.end-of-summer-special-home .independence-day-home-banner-right-content h3 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.10px;
    margin: 0 0 12px;
}

.end-of-summer-special-home .independence-day-home-banner-right-content h4 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.10px;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.end-of-summer-special-home .independence-day-home-banner-right-left-img {
    width: 435px;
    left: -257px;
    top: -10px;
}

.end-of-summer-special-home .independence-day-home-banner-right-content {
    margin-right: -6%;
}

/*=====promos specials======*/
.independence-day-home-banner-right.promos-and-specials-end-of-summer-special::before {
    background: url(../images/promos-and-specials-end-of-summer-special-bg2.jpg);
    background-position: top right;
    background-size: cover;
    clip-path: inherit !important;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.october-promos-special::before {
    background: url(https://www.raynewater.com/wp-content/uploads/2024/10/october-fall-home-slider-bg.png);
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section {
    margin-bottom: 75px;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
    width: 360px;
    left: -54px;
    top: -53px;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h2 {
    font-size: 28px;
    line-height: 32px !important;
    letter-spacing: 0.10px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 10px;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h3 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.10px;
    color: #000;
    margin: 0 0 12px;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h4 {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.10px;
    color: #000;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.promos-and-specials-end-of-summer-special .independence-day-promo-btn .btn-fridaydeal {
    color: #fff;
    /* 	background: rgb(255,220,7);
	background: -moz-linear-gradient(top, rgba(255,220,7,1) 0%, rgba(255,154,23,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,220,7,1) 0%,rgba(255,154,23,1) 100%);
	background: linear-gradient(to bottom, rgba(255,220,7,1) 0%,rgba(255,154,23,1) 100%); */
    background: #2c5877;
    background: -moz-linear-gradient(top, #2c5877 0%, #193142 100%);
    background: -webkit-linear-gradient(top, #2c5877 0%, #193142 100%);
    background: linear-gradient(to bottom, #2c5877 0%, #193142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
    text-transform: uppercase;
}

.promos-and-specials-end-of-summer-special .independence-day-promo-btn .btn-fridaydeal:hover {
    color: #fff;
    /* 	background: rgb(255,220,7);
	background: -moz-linear-gradient(bottom, rgba(255,220,7,1) 0%, rgba(255,154,23,1) 100%);
	background: -webkit-linear-gradient(bottom, rgba(255,220,7,1) 0%,rgba(255,154,23,1) 100%);
	background: linear-gradient(to top, rgba(255,220,7,1) 0%,rgba(255,154,23,1) 100%); */
    background: #2c5877;
    background: -moz-linear-gradient(top, #2c5877 0%, #193142 100%);
    background: -webkit-linear-gradient(top, #2c5877 0%, #193142 100%);
    background: linear-gradient(to bottom, #2c5877 0%, #193142 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

.offer-home-slider {
    /*     padding-top: 16px; */
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
}

.phoenix-faq-section .drinkingSystem {
    padding-left: 0;
    padding-right: 0;
}

.phoenix-faq-section .compare-section-heading {
    margin: 0 0 15px;
}

.phoenix-faq-section .faq li h3 {
    background: none;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 33px;
    margin: 0;
    margin-left: 42px;
    float: left;
    max-width: 84%;
}

.faq-nav.compare-faq.phoenix-faq-section .faqnav-section .faq li strong {
    width: auto;
    display: inline-block;
    padding: 0;
}

.phoenix-faq-section .faq_sec {
    padding-bottom: 15px;
}

/*==HEADER STICKY CSS START===*/
.header-section.sticky-header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 11;
    padding: 19px 0 19px 0;
    background: none;
}

/* .header-section.innerHeader.contact-header.sticky-header {
    background: #07569d;
} */
.header-section.innerHeader.contact-header:before {
    background: #07569d;
}

/* .page-template-locations-new .header-section.innerHeader.contact-header.sticky-header {
    background: #00ac69;
} */
.page-template-locations-new .header-section.innerHeader.contact-header:before {
    background: #00ac69;
}

/*==HEADER STICKY CSS END===*/
.header-section.new-header .navbar-header.navbar-sticky {
    opacity: 0;
    visibility: hidden;
}

/* .header-section.new-header .navbar-header.navbar-static {
	transition: 1s;
} */
.header-section.new-header.sticky-header .navbar-header.navbar-static {
    opacity: 0;
    visibility: hidden;
}


@media (min-width:270px) {

    /*==HEADER STICKY CSS START===*/
    .header-section .logo {
        transition: 1s;
    }

    .header-section.sticky-header .logo img {
        max-width: 198px;
    }

    .logo img {
        transition: 1s;
    }

    .header-section.sticky-header .free-trial-button {
        margin: 0px;
        width: auto;
        padding: 0 0 0 15px;
    }

    .header-section.sticky-header .header-right {
        padding: 0px;
        align-items: center;
        height: 100%;
    }

    .header-section.sticky-header .free-trial-button a.callus-btnright {
        display: none;
    }

    .header-section.sticky-header .free-trial-button a.compareus-btn {
        display: none;
    }

    .navbar-collapse.collapse {
        transition: 1s;
    }

    .header-section.sticky-header .free-trial-button {
        transition: 1s;
    }

    .header-section.sticky-header .navbar.navbar-default {
        order: -1;
        width: 100%;
    }

    .header-section:before {
        content: "";
        background: #00ac69;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        transition: 1s;
    }

    .header-section.sticky-header:before {
        height: 100%;
    }

    .header-section.new-header .free-trial-rightbtn {
        position: relative;
        width: 100%;
    }

    .header-section.new-header.sticky-header .navbar.navbar-default {
        padding-top: 2px;
    }

    .free-trial-button.new-freetrial-sticky {
        transition: 1s;
        left: 30px;
        position: absolute;
        margin-top: -66px;
        width: auto;
    }

    .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 76%;
        margin-top: -6px;
    }

    a.desktop-none-btn {
        opacity: 0;
        visibility: hidden;
    }

    .sticky-header div#myNavbar {
        /* transform: translateX(-138px); */
        padding-right: 225px;
    }

    .header-section.sticky-header .navbar-collapse.collapse>ul {
        width: auto;
    }

    /*==HEADER STICKY CSS END===*/
    .page-template-rayne_water_softener_sandiego-referrals .free-trial-button.new-freetrial-sticky {
        left: -62px;
    }

    .page-template-rayne_water_softener_sandiego-referrals .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 78.2%;
    }

    .header-section.sticky-header .free-trial-button.sticky-desktop-btn {
        display: none;
    }
}

@media (min-width:1200px) and (max-width:1679px) {
    .free-trial-button.new-freetrial-sticky {
        left: 114px;
    }

    .page-template-rayne_water_softener_sandiego-referrals .free-trial-button.new-freetrial-sticky {
        left: -27px;
    }

    .page-template-rayne_water_softener_sandiego-referrals .header-section.innerHeader {
        padding-top: 10px !important;
    }
}

@media (min-width:1200px) and (max-width:1599px) {
    .free-trial-button.new-freetrial-sticky {
        left: -26px;
        margin-top: -66px;
    }

    .page-template-rayne_water_softener_sandiego-referrals .free-trial-button.new-freetrial-sticky {
        left: -78px;
    }

    .page-template-rayne_water_softener_sandiego-referrals .sticky-header div#myNavbar {
        padding-right: 160px;
    }

    .header-section.new-header.sticky-header .navbar.navbar-default {
        padding-top: 5px;
    }

    .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        margin-top: -10px;
    }
}

@media (min-width:1200px) and (max-width:1379px) {
    .free-trial-button.new-freetrial-sticky {
        left: 22px;
    }

    .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 73.2%;
    }

    .page-template-rayne_water_softener_sandiego-referrals .free-trial-button.new-freetrial-sticky {
        left: -10px;
    }

    .page-template-rayne_water_softener_sandiego-referrals .header-section.innerHeader {
        padding-top: 12px !important;
    }
}

@media (min-width:1200px) and (max-width:1280px) {
    .free-trial-button.new-freetrial-sticky {
        left: 10px;
    }

    .page-template-rayne_water_softener_sandiego-referrals .free-trial-button.new-freetrial-sticky {
        left: -48px;
    }

    .page-template-rayne_water_softener_sandiego-referrals .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 76.2%;
    }
}

@media (min-width:1200px) and (max-width:1240px) {
    .free-trial-button.new-freetrial-sticky {
        left: -12px;
    }

    .page-template-rayne_water_softener_sandiego-referrals .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 74.2%;
    }

    /* .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
	    left: 64.2%;
	} */
}

@media (min-width:1024px) and (max-width:1199px) {
    .header-section.sticky-header .header-right {
        width: 100%;
    }

    .header-section.new-header .header-right {
        width: auto;
    }

    .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 66%;
        margin-top: -31px;
    }

    .free-trial-button.new-freetrial-sticky {
        left: -2px;
        margin-top: -57px;
    }

    .header-section.new-header .col-9 .navbar {
        width: 100%;
    }

    .navbar-header.navbar-sticky {
        opacity: 0;
        visibility: hidden;
        top: auto !important;
        transform: translate(0px, 33px);
    }

    .header-section.new-header.sticky-header .navbar-header.navbar-sticky {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, -10px);
        display: block;
        transition: 1s;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .header-section.sticky-header .header-right {
        width: 100%;
    }

    .header-section.new-header .header-right {
        width: auto;
    }

    .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 60%;
        margin-top: -27px;
    }

    .free-trial-button.new-freetrial-sticky {
        left: -2px;
        margin-top: -57px;
    }

    .header-section.new-header .col-9 .navbar {
        width: 100%;
    }

    .navbar-header.navbar-sticky {
        opacity: 0;
        visibility: hidden;
        top: auto !important;
        transform: translate(0px, 33px);
    }

    .header-section.new-header.sticky-header .navbar-header.navbar-sticky {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, -5px);
        display: block;
        transition: 1s;
    }
}

@media only screen and (device-width : 812px) and (device-height : 375px) and (-webkit-device-pixel-ratio : 3) {
    .header-section.new-header .navbar-header.navbar-static {
        top: 10px;
    }

    .header-section.new-header.sticky-header .navbar-header.navbar-sticky {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, -3px);
        display: block;
        transition: 1s;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .header-section.sticky-header .header-right {
        width: 100%;
    }

    .header-section.new-header .header-right {
        width: auto;
    }

    .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 62%;
        margin-top: -25px;
    }

    .free-trial-button.new-freetrial-sticky {
        left: -2px;
        margin-top: -47px
    }

    .header-section.new-header .col-9 .navbar {
        width: 100%;
    }

    .navbar-header.navbar-sticky {
        opacity: 0;
        visibility: hidden;
        top: auto !important;
        transform: translate(0px, 33px);
    }

    .header-section.new-header.sticky-header .navbar-header.navbar-sticky {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, -6px);
        display: block;
        transition: 1s;
    }
}

@media (min-width:600px) and (max-width:667px) {
    .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 58%;
        margin-top: -23px;
    }

    .header-section.new-header.sticky-header .navbar-header {
        top: 20px;
    }
}

@media (min-width:300px) and (max-width:575px) {
    .header-section.sticky-header .header-right {
        width: 100%;
    }

    .header-section.new-header .header-right {
        width: auto;
    }

    .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 35%;
        margin-top: -23px;
    }

    .free-trial-button.new-freetrial-sticky {
        left: -93px;
        margin-top: -49px;
        display: block !important;
    }

    .header-section.new-header .col-9 .navbar {
        width: 100%;
    }

    .free-trial-button.sticky-desktop-btn {
        display: block;
    }

    .header-section.new-header .header-right {
        width: 100%;
    }

    .header-section.new-header a.mobile-new {
        opacity: 0;
        visibility: hidden;
        width: auto;
    }

    .header-section.sticky-header .logo img {
        max-width: 145px;
    }

    .header-section.new-header.sticky-header .navbar-header {
        top: 8px !important;
    }

    .header-section.new-header.sticky-header {
        padding: 0px !important;
    }

    .navbar-header.navbar-sticky {
        opacity: 0;
        visibility: hidden;
        top: auto !important;
        transform: translate(0px, 33px);
    }

    .header-section.new-header.sticky-header .navbar-header.navbar-sticky {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        display: block;
        transition: 1s;
    }
}

@media (min-width:280px) and (max-width:375px) {
    .free-trial-button.new-freetrial-sticky {
        margin-top: -44px;
    }

    .header-section.sticky-header .free-trial-button.new-freetrial-sticky {
        left: 31%;
        margin-top: -19px;
    }

    .header-section.new-header .free-trial-rightbtn .free-trial-button.new-freetrial-sticky a {
        width: 106px;
        padding: 11px 10px;
    }

    .header-section.new-header.sticky-header .navbar-header {
        top: 10px !important;
    }

    .header-section.new-header a.mobile-new {
        width: 97px;
    }

    .header-section.new-header.sticky-header {
        padding: 0px !important;
    }
}

.header-section.sticky-header .maltipalmanu ul {
    top: 123px !important;
}



/*====september summer =====*/

.september-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special::before {
    background: url(../images/promos-and-specials-september-summer-special-promos-bg.png);
    background-position: top right;
    background-size: cover;
}

.september-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h2 {
    color: #fff;
}

.september-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h3 {
    color: #fff;
}

.september-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h4 {
    color: #fff;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home.september-home-specia-hero::before {
    background: url(../images/september-summer-special-home-bg2.jpg);
    background-size: cover;
    background-position: right center;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.september-home-specia-hero::after {
    display: none;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home.september-home-specia-hero .independence-day-home-banner-right-content * {
    color: #fff;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home.september-home-specia-hero .independence-day-home-banner-right-content h4 span {
    font-weight: normal;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home.september-home-specia-hero .independence-day-home-banner-right-content a.btn-fridaydeal {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home.september-home-specia-hero .independence-day-home-banner-right-content a.btn-fridaydeal:hover {
    color: #fff;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.september-promos-specia-mid-part::before {
    background: url(../images/september-summer-special-home-bg2.jpg);
    background-size: cover;
    background-position: right center;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.september-promos-specia-mid-part h2 {
    color: #fff;
    font-weight: 900;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.september-promos-specia-mid-part h2 span {
    font-weight: normal;
    font-size: 20px;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.september-promos-specia-mid-part h3 {
    color: #fff;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.september-promos-specia-mid-part h4 {
    color: #fff;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.september-promos-specia-mid-part h4 span {
    font-weight: normal;
}

.october-summer-special-home.end-of-summer-special-home.independence-day-home-banner-right.september-home-specia-hero {
    top: -80px;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.september-home-specia-hero .independence-day-home-banner-right-left-img {
    width: 385px;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home.september-home-specia-hero .independence-day-home-banner-right-content h2 span {
    font-weight: normal;
    font-size: 20px;
}

@media (min-width:1480px) {
    .september-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h2 {
        font-size: 27px;
        line-height: 30px !important;
        margin: 0 0 3px;
    }

    .september-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h3 {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 3px;
    }

    .september-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h4 {
        font-size: 20px;
        margin: 0 0 14px;
    }

    .september-summer-special-promos .independence-day-home-banner-right-content h2 small {
        font-size: 20px;
        margin: 0;
    }

    .september-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        width: 392px;
        top: -70px;
    }
}

/*===*/

.september-summer-special-home.end-of-summer-special-home::before {
    content: "";
    background: url(../images/september-summer-special-home-bg2.jpg);
    background-position: top right 251px;
    background-size: cover;
}

.september-summer-special-home.end-of-summer-special-home .independence-day-home-banner-right-content * {
    color: #fff;
}

@media (min-width:1680px) {
    .september-summer-special-home.end-of-summer-special-home .independence-day-home-banner-right-left-img {
        width: 404px;
    }

    .september-summer-special-home.end-of-summer-special-home .independence-day-home-banner-right-content h3 {
        margin-bottom: 4px;
    }

    .september-summer-special-home.end-of-summer-special-home .independence-day-home-banner-right-content h2 small {
        font-size: 20px;
        margin: 0;
    }
}


.waukee-te-content.waukee-TextElement--content p span {
    color: #555555;
    font-size: 22px !important;
    font-family: 'Futura PT Book' !important;
}

.waukee-te-content.waukee-TextElement--content p span strong {
    font-weight: normal !important;
}

.waukee-c-wrapper.Campaign__innerWrapper .qNPQU:hover,
.waukee-c-wrapper.Campaign__innerWrapper .qNPQU.is-editing-hover {
    background-color: inherit !important;
    color: #000 !important;
}

.waukee-c-wrapper.Campaign__innerWrapper button:focus {
    outline: none;
}

.waukee-c-wrapper.Campaign__innerWrapper .qNPQU {
    background-color: inherit !important;
    color: #000 !important;
}

.waukee-campaign.Campaign.CampaignType--popup.Campaign--css {
    background: rgba(0, 0, 0, 0.5) !important;
}



.penryn-te-content.penryn-TextElement--content p span {
    color: #555555;
    font-size: 22px !important;
    font-family: 'Futura PT Book' !important;
}

.penryn-te-content.penryn-TextElement--content p span strong {
    font-weight: normal !important;
}

.penryn-c-wrapper.Campaign__innerWrapper .qNPQU:hover,
.penryn-c-wrapper.Campaign__innerWrapper .qNPQU.is-editing-hover {
    background-color: inherit !important;
    color: #000 !important;
}

.penryn-c-wrapper.Campaign__innerWrapper button:focus {
    outline: none;
}

.penryn-c-wrapper.Campaign__innerWrapper .qNPQU {
    background-color: inherit !important;
    color: #000 !important;
}

.penryn-campaign.Campaign.CampaignType--popup.Campaign--css {
    background: rgba(0, 0, 0, 0.5) !important;
}









/*** TOP SCROLL HEADER ***/
#scroller {
    width: 10000%;
}

#scroller.ready>* {
    display: inline-block;
    float: left;
    overflow: hidden;

    webkit-animation-timing-function: linear;
    animation-timing-function: linear;


    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;

    -webkit-animation-delay: 1s;
    animation-delay: 1s;


    -webkit-animation-duration: 30s;
    animation-duration: 30s;


    -webkit-animation-name: marginator;
    animation-name: marginator;



    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

#scroller:hover>* {


    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes marginator {
    0% {
        -webkit-transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
    }
}

@keyframes marginator {
    0% {

        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);

        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {


        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);


        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

#scroller-wrapper {
    overflow: hidden;
}

#scroller-wrapper .client-logo-inner {
    display: flex !important;
    align-items: center;
}

#scroller-wrapper .client-logo-item {
    margin: 0 0px;
}

body.multinav-active .independence-day-home-banner-right-left-img {
    opacity: 1;
}

/*===*/
.exit-intent-formpopup .exit-popup-field.two-column,
.exit-intent-formpopup .exit-popup-field.two-column p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exit-intent-formpopup .exit-popup-field.two-column span.wpcf7-form-control-wrap {
    width: 48%;
}

.exit-intent-formpopup label.headfield {
    width: 100%;
    color: #555555;
    font-size: 22px !important;
    font-family: 'Futura PT Book' !important;
    padding-bottom: 16px !important;
    padding-top: 7px !important;
    cursor: default !important;
}

.exit-intent-formpopup span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label {
    display: flex !important;
    align-items: center;
    color: #555555;
    font-size: 18px !important;
    font-family: 'Futura PT Book' !important;
    position: relative;
}

.exit-intent-formpopup span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input[type="radio"] {
    margin-right: 5px;
}

.exit-intent-formpopup span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    padding-right: 10px !important;
}


.exit-intent-formpopup span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.exit-intent-formpopup span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item span:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #aeaeae;
    box-shadow: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 20px;
    width: 19px;
    height: 18px;
    margin-top: -1px;
}

.exit-intent-formpopup span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background: #2855b6;
    margin-top: 8px;
}

div#waukee-CountdownElement--XACpJwy6QFYi34Fqeb8l .gmsXlw {
    padding-top: 0 !important;
    margin-top: -5px !important;
    margin-bottom: -10px !important;
}




/*====OCTOBER SUMMER SPECIAL START =====*/

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special::before {
    /*     background: url(https://www.raynewater.com/wp-content/uploads/2024/10/promos-and-specials-october-summer-special-promos-bg.png); */
    background: url('../images/holiday-greentheme-bg.jpg');
    background-position: top right;
    background-size: cover;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h2 {
    /* 	color: #513620; */
    color: #fff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h3 {
    /* 	color: #513620; */
    color: #fff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h4 {
    /*     color: #513620; */
    color: #fff;
}



/* .sky-blue-theme .say-hello-info-item h2, .sky-blue-theme .say-hello-info-item p {
    color: #513620;
}
.september-summer-special .say-hello-bottom-section {
    background: #fff url(../images/october-summer-special-bg-bottom.jpg);
}
*/


@media (min-width:1480px) {
    .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h2 {
        font-size: 29px;
        line-height: 33px !important;
        margin: 0 0 3px;
    }

    .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h3 {
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 11px;
    }

    .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h4 {
        font-size: 22px;
        margin: 0 0 14px;
    }

    .october-summer-special-promos .independence-day-home-banner-right-content h2 small {
        font-size: 20px;
        margin: 0;
    }

    .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        top: -14px;
        width: 474px;
        left: -224px;
    }


}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-page-independence-day-section .independence-day-home-banner-right-content {
    padding-left: 20px;
}

.blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
    top: -14px;
    width: 474px;
    left: -224px;
}

@media (max-width: 1799px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -164px;
        width: 488px;
        top: -15px;
    }
}

@media (max-width: 1640px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -174px;
    }
}

@media (max-width: 1590px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -184px;
        width: 468px;
        top: -12px;
    }
}

@media (max-width: 1480px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -164px;
        width: 448px;
        top: -12px;
    }
}


@media (max-width: 1439px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -154px !important;
        width: 418px;
        top: 4px;
    }
}


@media (max-width: 1279px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -154px !important;
        width: 408px;
        top: -1px;
    }
}

@media (max-width: 1199px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -154px !important;
        width: 368px;
        top: 24px;
    }
}

@media (max-width: 1023px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -84px !important;
        width: 410px;
        top: -12px;
    }
}

@media (max-width: 767px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -124px !important;
        width: 410px;
        top: -10px;
    }
}

@media (max-width:575px) {
    .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section {
        margin-bottom: 25px;
        background: url('../images/holiday-greentheme-bg.jpg');
        /* 		background:#cc0d0d; */
        background-position: top right;
        background-size: cover;
        padding: 30px 8px 30px;
    }

    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -124px !important;
        width: 410px;
        top: -10px;
    }
}

/*==HOME PAGE SPECIAL BANNER START ==*/
.october-summer-special-home.end-of-summer-special-home::before {
    content: "";
    /*     background: url(https://www.raynewater.com/wp-content/uploads/2024/10/home-summer-slider-bg.png); */
    background: url(../images/holiday-green-theme-say-hello-sec-bg.jpg);
    background-position: top left -64px;
    background-size: cover;
}

.october-summer-special-home.end-of-summer-special-home .independence-day-home-banner-right-content * {
    /*     color: #513620; */
    color: #fff;
}

.october-summer-special-home.end-of-summer-special-home .independence-day-promo-btn a.btn-fridaydeal {
    color: #fff;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero::before {
    content: "";
    background: #CC0D0D;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero .independence-day-home-banner-right-left-img {
    width: 437px;
    left: -260px;
    top: -48px;
}

.end-of-summer-special-home.blackfriday-banner-hero .independence-day-home-banner-right-content {
    margin-right: -15%;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero .independence-day-home-banner-right-content * {
    color: #ffffff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.blackfriday-banner-promospage .independence-day-home-banner-right-left-img {
    top: -48px;
    width: 437px;
    left: -72px;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.blackfriday-banner-promospage::before {
    background: #CC0D0D;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.blackfriday-banner-promospage h2 {
    color: #ffffff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.blackfriday-banner-promospage h4 {
    color: #ffffff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.blackfriday-banner-promospage h3 {
    color: #fff;
}

.end-of-summer-special-home.blackfriday-banner-hero .independence-day-promo-btn .btn-fridaydeal {
    background: rgb(32, 66, 92);
    background: linear-gradient(0deg, rgba(32, 66, 92, 1) 0%, rgba(59, 113, 149, 1) 100%);
}

.end-of-summer-special-home.blackfriday-banner-hero .independence-day-promo-btn .btn-fridaydeal:hover {
    background: rgb(32, 66, 92);
    background: linear-gradient(180deg, rgba(32, 66, 92, 1) 0%, rgba(59, 113, 149, 1) 100%);
}

.promos-and-specials-end-of-summer-special.blackfriday-banner-promospage .independence-day-promo-btn .btn-fridaydeal {
    background: rgb(32, 66, 92);
    background: linear-gradient(0deg, rgba(32, 66, 92, 1) 0%, rgba(59, 113, 149, 1) 100%);
}

.promos-and-specials-end-of-summer-special.blackfriday-banner-promospage .independence-day-promo-btn .btn-fridaydeal:hover {
    background: rgb(32, 66, 92);
    background: linear-gradient(180deg, rgba(32, 66, 92, 1) 0%, rgba(59, 113, 149, 1) 100%);
}

.btnpopupsubmit.btnblue {
    background: rgb(32, 66, 92);
    background: linear-gradient(0deg, rgba(32, 66, 92, 1) 0%, rgba(59, 113, 149, 1) 100%);
}

.btnpopupsubmit.btnblue:hover {
    background: rgb(32, 66, 92);
    background: linear-gradient(180deg, rgba(32, 66, 92, 1) 0%, rgba(59, 113, 149, 1) 100%);
}

@media (min-width:1680px) {
    .october-summer-special-home.end-of-summer-special-home.blackfriday-banner-promospage .independence-day-home-banner-right-left-img {
        width: 384px;
        left: -210px;
        top: -67px;
    }

    .october-summer-special-home.end-of-summer-special-home .independence-day-home-banner-right-content h3 {
        margin-bottom: 4px;
    }

    .october-summer-special-home.end-of-summer-special-home .independence-day-home-banner-right-content h2 small {
        font-size: 20px;
        margin: 0;
    }

    .october-summer-special-home.end-of-summer-special-home.independence-day-home-banner-right {
        top: -50px;
    }
}

.single-rayne_locations .header-section.innerHeader.contact-header:before {
    background: #00ac69;
}

/*==HOME PAGE SPECIAL BANNER END ==*/


.oconto-imge-content.oconto-ImageElement--content {
    background: url(../images/rayne-water-popup-banner-green-img.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.oconto-imge-content.oconto-ImageElement--content img {
    opacity: 0 !important;
}



/*==holiday-greentheme==*/
.october-summer-special-home.end-of-summer-special-home.holiday-greentheme::before {
    background: #286254 url(../images/holiday-greentheme-bg.jpg);
    background-repeat: repeat-x;
    background-position: left -108px center;
}

.october-summer-special-home.end-of-summer-special-home.holiday-greentheme .independence-day-home-banner-right-left-img {
    top: -26px;
    left: -217px;
    width: 392px;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos::before {
    background: #286254 url(../images/holiday-greentheme-promos-bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos .independence-day-home-banner-right-left-img {
    top: -27px;
    width: 394px;
    left: -50px;
}

/*==holiday-greentheme==*/


.october-summer-special-home.end-of-summer-special-home.holiday-greentheme.newyear-page-home::before {
    background: #5EB1E9 url(../images/new-year-star-bg.png);
    background-repeat: repeat-x;
    background-position: left 60px center;
}

.october-summer-special-home.end-of-summer-special-home.holiday-greentheme.newyear-page-home .independence-day-home-banner-right-left-img {
    top: -45px;
    left: -139px;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home .independence-day-home-banner-right-content * {
    color: #01427C;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home .independence-day-home-banner-right-content .offer-home-slider h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home .independence-day-home-banner-right-content .patrick-special-slider-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home .independence-day-home-banner-right-content a.btn-fridaydeal {
    color: #fff;
    font-size: 14px;
    font-family: 'Futura PT Demi';
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home::before {
    background: #5EB1E9 url(../images/new-year-star-bg.png);
    background-repeat: repeat-x;
    background-position: left 100px center;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home .independence-day-home-banner-right-left-img {
    top: -43px;
    width: 394px;
    left: 20px;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.blackfriday-banner-promospage.newyear-page-home h2 {
    color: #01427C;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.blackfriday-banner-promospage.newyear-page-home h3 {
    color: #01427C;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.blackfriday-banner-promospage.newyear-page-home h4 {
    color: #01427C;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}



/* =========== //  LOVE YOUR WATER THEME home PAGE START // ============ */
.october-summer-special-home.end-of-summer-special-home.holiday-greentheme.newyear-page-home.lovefirstsip-home-special .independence-day-home-banner-right-left-img {
    top: -60px;
    left: -217px;
    width: 411px;
}

.october-summer-special-home.end-of-summer-special-home.holiday-greentheme.newyear-page-home.lovefirstsip-home-special::before {
    background: #588ace url(../images/lovefirstsip-home-special-bg.png);
    background-repeat: repeat-x;
    background-position: left 60px center;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home.lovefirstsip-home-special .independence-day-home-banner-right-content * {
    color: #fff;
}

.end-of-summer-special-home.blackfriday-banner-hero.lovefirstsip-home-special .independence-day-home-banner-right-content {
    padding-left: 45px;
}

/* =========== //  LOVE YOUR WATER THEME home PAGE END // ============ */

/* =========== //  LOVE YOUR WATER THEME promos PAGE START // ============ */

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos .independence-day-home-banner-right-left-img {
    left: -61px;
    width: 411px;
    top: -69px;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos .patrick-special-slider-item h2 {
    color: #fff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos .patrick-special-slider-item h3 {
    color: #fff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos .patrick-special-slider-item h4 {
    color: #fff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos::before {
    background: #588ace url(../images/lovefirstsip-home-special-bg.png);
    background-repeat: repeat-x;
    background-position: left 60px center;
}

.haigler-te-content.haigler-TextElement--content p span {
    font-family: 'Futura PT Book' !important;
    font-size: 18px !important;
    color: #555555 !important;
    letter-spacing: 0.8px;
}

.haigler-c-wrapper.Campaign__innerWrapper .qNPQU:hover,
.haigler-c-wrapper.Campaign__innerWrapper .qNPQU.is-editing-hover {
    background-color: #67a3f0 !important;
}

.haigler-c-wrapper.Campaign__innerWrapper button:focus {
    outline: none;
}

form.wpcf7-form.invalid .wpcf7-response-output {
    color: #f00;
}

.haigler-he-content.haigler-HtmlElement--content form.wpcf7-form .wpcf7-response-output {
    font-size: 13px !important;
    margin-top: 10px !important;
}

/* =========== //  LOVE YOUR WATER THEME promos PAGE END // ============ */




/* =========== //  HOME TOP FORM PAGE START // ============ */
.common-lead-form form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.common-lead-form form .form-group {
    width: 49%;
}

.common-lead-form form .form-group p {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
}

.common-lead-form form .form-group:nth-child(5),
.common-lead-form form .form-group:nth-child(6) {
    width: 24%;
}

.common-lead-form form .form-group textarea.wpcf7-textarea.mediam {
    height: 94px;
    border: 2px solid #cfd0d1;
    width: 100%;
    padding: 5px 20px;
    font-size: 16px;
    color: #414042;
    font-family: 'Montserrat', sans-serif;
    background: none;
    outline: none;
    border-radius: 20px;
    min-height: 41px;
    resize: none;
    display: block;
}

.common-lead-form form .form-group:nth-child(8) p {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 20px;
}

.common-lead-form form .form-group:nth-child(8) p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
}

.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item-label {
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.common-lead-form form.wpcf7-form.invalid .wpcf7-response-output {
    width: 100% !important;
}

.homepage-lead-form.common-lead-form form.wpcf7-form.invalid .wpcf7-response-output {
    width: auto !important;
}

.common-lead-form .form-group.submit-btn p {
    display: block;
    text-align: left;
}

.common-lead-form .form-group.submit-btn .submitBt {
    background: #00ac69;
    padding: 8px 46px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-radius: 50px;
    font-size: 22px;
    border: none;
    outline: none;
    min-width: 259px;
    cursor: pointer;
}

.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: #fff;
    color: #024a97;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.homepage-lead-form form .wpcf7-response-output {
    position: relative;
    top: -45px;
}

.homepage-lead-form {
    padding-top: 26px;
}

.common-lead-form .form-group.submit-btn {
    position: relative;
}

.common-lead-form .form-group.submit-btn span.wpcf7-spinner {
    position: absolute;
    top: 20px;
    left: 10px;
}

.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item span:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #aeaeae;
    box-shadow: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border-radius: 20px;
    width: 19px;
    height: 18px;
    margin-top: -1px;
}

.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 20px;
    background: #fff;
    margin-top: 7px;
}

.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio .label_check {
    background: none;
    background-size: 0px !important;
    font-size: 0;
    font-family: 'Futura PT Book';
    font-weight: normal;
    padding-bottom: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    position: relative;
}

.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    padding-right: 10px !important;
    position: relative;
}

/* =========== //  HOME TOP FORM PAGE END // ============ */
/* =========== //  CLEANWATER FORM PAGE START // ============ */
.lead-inner-form.common-lead-form .form-group {
    width: 100%;
    margin-bottom: 30px;
}

.lead-inner-form.common-lead-form form .form-group:nth-child(5),
.lead-inner-form.common-lead-form form .form-group:nth-child(6) {
    width: 48%;
}

.lead-inner-form.common-lead-form form .form-group textarea.wpcf7-textarea.mediam {
    border: 1px solid #fff;
    width: 100%;
    padding: 5px 20px;
    font-size: 18px;
    color: #8E8E8E;
    font-family: 'Futura PT Book';
    outline: none;
    background: #FFFFFF;
}

.lead-inner-form.common-lead-form form .form-group textarea.wpcf7-textarea.mediam::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #414042;
}

.lead-inner-form.common-lead-form form .form-group textarea.wpcf7-textarea.mediam::-moz-placeholder {
    /* Firefox 19+ */
    color: #414042;
}

.lead-inner-form.common-lead-form form .form-group textarea.wpcf7-textarea.mediam:-ms-input-placeholder {
    /* IE 10+ */
    color: #414042;
}

.lead-inner-form.common-lead-form form .form-group textarea.wpcf7-textarea.mediam:-moz-placeholder {
    /* Firefox 18- */
    color: #414042;
}

.common-lead-form form .form-group:nth-child(8) p label.headfield {
    color: #ffff;
    margin-bottom: 0px;
}

.lead-inner-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item-label {
    font-size: 16px;
}

.lead-inner-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item span:before {
    margin-top: -4px;
}

.lead-inner-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    margin-top: 6px;
}

.lead-inner-form.common-lead-form .form-group.submit-btn .submitBt {
    font-size: 19px;
    padding: 6px 46px;
    min-width: 218px;
    min-height: 50px;
    color: #fff;
    background-image: linear-gradient(to bottom, #519c5c, #469150, #3a8644, #2e7c39, #21712d);
}

.lead-inner-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background-image: linear-gradient(to top, #519c5c, #469150, #3a8644, #2e7c39, #21712d);
    color: #fff;
}

.lead-inner-form.common-lead-form .form-group.submit-btn {
    margin-bottom: 10px;
}

.lead-inner-form.common-lead-form .form-group.submit-btn span.wpcf7-spinner {
    top: 14px;
    left: -4px;
}

.lead-inner-form.common-lead-form {
    padding-top: 16px;
}

.cleanwater-lead-form.common-lead-form form .form-group:nth-child(5),
.cleanwater-lead-form.common-lead-form form .form-group:nth-child(6) {
    width: 23%;
}

.cleanwater-lead-form.common-lead-form .form-group {
    padding: 0;
    width: 49%;
}

.cleanwater-lead-form.common-lead-form form .form-group:nth-child(7n),
.cleanwater-lead-form.common-lead-form form .form-group:nth-child(8n),
.cleanwater-lead-form.common-lead-form form .form-group:nth-child(9n) {
    width: 100%;
}

.cleanwater-lead-form.common-lead-form form .form-group:nth-child(8) p label.headfield {
    color: #6d6e71;
}

.cleanwater-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    background: #aeaeae;
    margin-top: 12px;
}

.cleanwater-lead-form.common-lead-form .form-group.submit-btn {
    margin-top: 10px;
}

.cleanwater-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    background: #195ca2;
    min-width: 208px;
    color: #fff;
}

.cleanwater-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: #00ac69;
    color: #fff;
}

.cleanwater-lead-form.common-lead-form input.mediam {
    padding: 5px 13px;
}

.cleanwater-lead-form.common-lead-form form .form-group textarea.wpcf7-textarea.mediam {
    padding: 5px 13px;
}

.cleanwater-lead-form.common-lead-form .form-group.submit-btn span.wpcf7-spinner {
    top: 18px;
    left: -11px;
}

/* =========== //  CLEANWATER FORM PAGE END // ============ */

/* =========== //  LOVE YOUR WATER FORM PAGE START // ============ */
.love-water-lead-form.common-lead-form .form-group {
    width: 100%;
    margin-bottom: 16px !important;
}

.love-water-lead-form.common-lead-form form .form-group:nth-child(5),
.love-water-lead-form.common-lead-form form .form-group:nth-child(6) {
    width: 48%;
}

.love-water-lead-form.common-lead-form form .form-group textarea.wpcf7-textarea.mediam {
    border: 2px solid #fff;
    background: #fff;
}

.love-water-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    margin-top: 9px;
}

.love-water-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    font-size: 21px;
    padding: 6px 46px;
    margin: 0;
    font-family: 'FuturaPT-Demi';
    min-height: 55px;
    min-width: 220px;
    color: #fff;
    background: rgb(14, 54, 113);
    background: linear-gradient(0deg, rgba(14, 54, 113, 1) 0%, rgba(49, 86, 154, 1) 100%);
}

.love-water-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background-image: linear-gradient(to bottom, #466fd6, #3a5ebb, #2e4da0, #213c87, #142d6e);
    color: #fff;
}

.love-water-lead-form.common-lead-form .form-group.submit-btn span.wpcf7-spinner {
    top: 15px;
    left: 0;
}

/* =========== //  LOVE YOUR WATER FORM PAGE END // ============ */
/* =========== //  CONTACT FORM PAGE START // ============ */
.contactpage-lead-form.common-lead-form form .form-group:nth-child(8) p label.headfield {
    color: #4e4e4e;
}

.contactpage-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    background: #4e4e4e;
}

.contactpage-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    background: #195ca2;
    min-width: 200px;
}

.contactpage-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: #00ac69;
    color: #ffffff;
}

.contactpage-lead-form.common-lead-form .form-group.submit-btn span.wpcf7-spinner {
    top: 17px;
    left: -3px;
}

.contactpage-lead-form.common-lead-form {
    padding-top: 10px;
}

.contactpage-lead-form.common-lead-form .wpcf7-response-output {
    text-align: center;
    width: 100%;
}

.contactpage-lead-form.common-lead-form form .form-group:nth-child(7),
.contactpage-lead-form.common-lead-form form .form-group:nth-child(8) {
    width: 100%;
}

/* =========== //  CONTACT FORM PAGE END // ============ */
/* =========== //  BAKERSFIELD FORM PAGE START // ============ */

.location-lead-form.common-lead-form form .form-group:nth-child(8) p label.headfield {
    color: #4e4e4e;
}

.location-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    background: #195ca2;
    min-width: 200px;
}

.location-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: #00ac69;
    color: #ffffff;
}

.location-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    background: #aeaeae;
}

.location-lead-form.common-lead-form form .form-group:nth-child(7),
.location-lead-form.common-lead-form form .form-group:nth-child(8) {
    width: 100%;
}

.location-lead-form.common-lead-form .form-group.submit-btn span.wpcf7-spinner {
    top: 18px;
    left: -7px;
}

/* =========== //  BAKERSFIELD FORM PAGE END // ============ */
/* =========== //  PROMOS AND SPECIALS FORM PAGE START // ============ */
.promo-lead-form.common-lead-form form .form-group:nth-child(8) p label.headfield {
    color: #4e4e4e;
}

.promo-lead-form.common-lead-form .form-group.submit-btn {
    width: 100%;
}

.promo-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    background: #195ca2;
    min-width: 100%;
}

.promo-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: #00ac69;
    color: #ffffff;
}

.promo-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    background: #aeaeae;
}

.promo-lead-form.common-lead-form form .form-group:nth-child(7),
.promo-lead-form.common-lead-form form .form-group:nth-child(8) {
    width: 100%;
}

.promo-lead-form.common-lead-form .form-group.submit-btn span.wpcf7-spinner {
    top: 18px;
    left: -7px;
}

.promo-lead-form.common-lead-form .wpcf7-response-output {
    text-align: center;
    width: 100%;
}

.promo-lead-form.common-lead-form form .form-group {
    width: 49%;
}

.promo-lead-form.common-lead-form form .form-group:nth-child(5),
.promo-lead-form.common-lead-form form .form-group:nth-child(6) {
    width: 24%;
}

/* =========== //  PROMOS AND SPECIALS FORM PAGE END // ============ */

/* =========== //  saltfreesandiego FORM PAGE START // ============ */
.saltfree-lead-form.common-lead-form form .form-group .mediam {
    border: 2px solid #cfd0d1;
    width: 100%;
    padding: 5px 20px;
    font-size: 18px;
    color: #414042;
    font-family: 'Futura PT Book';
    outline: none;
    border-radius: 35px;
    height: 48px;
    background: #FFFFFF;
}

.saltfree-lead-form.common-lead-form form .form-group:nth-child(7),
.saltfree-lead-form.common-lead-form form .form-group:nth-child(8) {
    width: 100%;
}

.saltfree-lead-form.common-lead-form form .form-group:nth-child(8) p label.headfield {
    color: #4e4e4e;
}

.saltfree-lead-form.common-lead-form .form-group.submit-btn {
    width: 100%;
}

.saltfree-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    background: #aeaeae;
    margin-top: 15px;
}

.saltfree-lead-form.common-lead-form .wpcf7-not-valid-tip {
    display: none;
}

.saltfree-lead-form.common-lead-form .wpcf7-not-valid {
    border-color: #f00 !important;
}

.saltfree-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    background: #195ca2;
    padding: 8px 46px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-radius: 50px;
    font-size: 22px;
    border: none;
    outline: none;
    min-width: 259px;
    cursor: pointer;
}

.saltfree-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: #00ac69;
    color: #fff;
}

/* =========== //  saltfreesandiego FORM PAGE END // ============ */

/* =========== //  saltfreesandiego FORM PAGE START // ============ */
.softenrs-lead-form.common-lead-form form .form-group .mediam {
    border: 2px solid #cfd0d1;
    width: 100%;
    padding: 5px 20px;
    font-size: 18px;
    color: #414042;
    font-family: 'Futura PT Book';
    outline: none;
    border-radius: 35px;
    height: 48px;
    background: #FFFFFF;
}

.softenrs-lead-form.common-lead-form form .form-group:nth-child(7),
.softenrs-lead-form.common-lead-form form .form-group:nth-child(8) {
    width: 100%;
}

.softenrs-lead-form.common-lead-form form .form-group:nth-child(8) p label.headfield {
    color: #4e4e4e;
}

.softenrs-lead-form.common-lead-form .form-group.submit-btn {
    width: 100%;
}

.softenrs-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    background: #aeaeae;
    margin-top: 7px;
}

.softenrs-lead-form.common-lead-form .wpcf7-not-valid-tip {
    display: none;
}

.softenrs-lead-form.common-lead-form .wpcf7-not-valid {
    border-color: #f00 !important;
}

.softenrs-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    background: #195ca2;
    padding: 8px 46px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    border-radius: 50px;
    font-size: 22px;
    border: none;
    outline: none;
    min-width: 259px;
    cursor: pointer;
}

.softenrs-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: #00ac69;
    color: #fff;
}

/* =========== //  saltfreesandiego FORM PAGE END // ============ */

.homepage-lead-form.common-lead-form .form-group.submit-btn {
    width: 100%;
}

.submit-btn-center .form-group.submit-btn {
    text-align: center;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100%;
}

.submit-btn-center .form-group.submit-btn p {
    width: auto !important;
}

.submit-btn-center .form-group.submit-btn .submitBt {
    margin: 0 8px !important;
    min-width: 180px !important;
}

.submit-btn-right .form-group.submit-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 100%;
}

.submit-btn-left .form-group.submit-btn {
    display: flex;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100%;
}

.love-water-lead-form.common-lead-form form .form-group textarea.wpcf7-textarea.mediam {
    font-size: 18px;
    color: #414042;
    font-family: 'Futura PT Book';
    outline: none;
}


.common-lead-form .wpcf7-response-output {
    font-size: 14px;
}


.page-template-black-friday-deal .love-water-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    margin-top: 10px;
}


@media (max-width:1679px) {
    .softenrs-lead-form.common-lead-form form .form-group:nth-child(4) {
        width: 100%;
    }

    .softenrs-lead-form.common-lead-form form .form-group:nth-child(5),
    .softenrs-lead-form.common-lead-form form .form-group:nth-child(6) {
        width: 49%;
    }

    .saltfree-lead-form.common-lead-form form .form-group:nth-child(4) {
        width: 100%;
    }

    .saltfree-lead-form.common-lead-form form .form-group:nth-child(5),
    .saltfree-lead-form.common-lead-form form .form-group:nth-child(6) {
        width: 49%;
    }
}

@media (max-width:1023px) {
    .softenrs-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
        margin-top: 8px;
    }
}




/* =========== //  TRUE HEROES HOME PAGE START // ============ */
.october-summer-special-home.end-of-summer-special-home.holiday-greentheme.newyear-page-home.lovefirstsip-home-special.true-heroes-home-special .independence-day-home-banner-right-left-img {
    left: -170px;
    width: 356px;
}

.october-summer-special-home.end-of-summer-special-home.holiday-greentheme.newyear-page-home.lovefirstsip-home-special.true-heroes-home-special::before {
    background: #223170 url(../images/true-heroes-home-special-bg.jpg);
    background-repeat: repeat-x;
    background-position: left 60px center;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home.lovefirstsip-home-special.true-heroes-home-special .independence-day-home-banner-right-content h2 {
    color: #F0C069;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home.true-heroes-home-special .independence-day-home-banner-right-content a.btn-fridaydeal {
    color: #fff;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home.true-heroes-home-special .independence-day-home-banner-right-content a.btn-fridaydeal:hover {
    color: #fff;
    ackground: rgb(32, 66, 92);
    background: linear-gradient(0deg, rgba(32, 66, 92, 1) 0%, rgba(59, 113, 149, 1) 100%);
}

/* =========== //  TRUE HEROES HOME PAGE END // ============ */

/* =========== //  promos PAGE START // ============ */
.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos.true-heroes-special-promos::before {
    background: #223170 url(../images/true-heroes-home-special-bg.jpg);
    background-repeat: repeat-x;
    background-position: left 60px center;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos.true-heroes-special-promos .independence-day-home-banner-right-left-img {
    left: -16px;
    width: 358px;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos.true-heroes-special-promos .patrick-special-slider-item h2 {
    color: #F0C069;
}

.promos-and-specials-end-of-summer-special.blackfriday-banner-promospage.true-heroes-special-promos .independence-day-promo-btn .btn-fridaydeal {
    color: #fff;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

.promos-and-specials-end-of-summer-special.blackfriday-banner-promospage.true-heroes-special-promos .independence-day-promo-btn .btn-fridaydeal:hover {
    color: #fff;
    ackground: rgb(32, 66, 92);
    background: linear-gradient(0deg, rgba(32, 66, 92, 1) 0%, rgba(59, 113, 149, 1) 100%);
}

/* =========== //  promos PAGE END // ============ */
.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos.true-heroes-special-promos .patrick-special-slider-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.jerseycity-c-wrapper.Campaign__innerWrapper .qNPQU {
    border: none !important;
    background-color: transparent !important;
    color: #000 !important;
}

.jerseycity-te-content.jerseycity-TextElement--content p span {
    font-family: 'FuturaPT-Demi' !important;
    font-weight: normal !important;
}

.jerseycity-te-content.jerseycity-TextElement--content p span strong {
    font-weight: normal !important;
    font-size: 18px !important;
    color: #555555 !important
}


section.location-sanDiego.location-atf-section {
    height: 510px;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home::before {
    background: #CAEAFF;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home::after {
    content: "";
    background: url(../images/spring-special-home-special-bg.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: inherit;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home .independence-day-home-banner-right-content * {
    color: #1E8ED3;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.spring-special-page-home h4,
.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.spring-special-page-home h2,
.october-summer-special-home.end-of-summer-special-home.spring-special-page-home .independence-day-home-banner-right-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.spring-special-page-home h3,
.october-summer-special-home.end-of-summer-special-home.spring-special-page-home .independence-day-home-banner-right-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}


.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.spring-special-page-home::before {
    background: #CAEAFF;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.spring-special-page-home::after {
    content: "";
    background: url(../images/spring-special-home-special-bg.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60px;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: inherit;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.spring-special-page-home h2,
.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.spring-special-page-home h4,
.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.spring-special-page-home h3 {
    color: #1E8ED3;
}

.end-of-summer-special-home.spring-special-page-home .independence-day-promo-btn .btn-fridaydeal,
.spring-special-page-home.promos-and-specials-end-of-summer-special .independence-day-promo-btn .btn-fridaydeal {
    color: #fff;
    background: #55A260;
    background: -moz-linear-gradient(to bottom, #55A260 0%, #247430 100%);
    background: -webkit-linear-gradient(to bottom, #55A260 0%, #247430 100%);
    background: linear-gradient(to bottom, #55A260 0%, #247430 100%);
}

.end-of-summer-special-home.spring-special-page-home .independence-day-promo-btn .btn-fridaydeal:hover,
.spring-special-page-home.promos-and-specials-end-of-summer-special .independence-day-promo-btn .btn-fridaydeal {
    /*     background: #247430;
    background: -moz-linear-gradient(to bottom, #247430 0%, #55A260 100%);
    background: -webkit-linear-gradient(to bottom, #247430 0%, #55A260 100%);
    background: linear-gradient(to bottom, #247430 0%, #55A260 100%); */
    background: #55A260;
    background: -moz-linear-gradient(to bottom, #55A260 0%, #247430 100%);
    background: -webkit-linear-gradient(to bottom, #55A260 0%, #247430 100%);
    background: linear-gradient(to bottom, #55A260 0%, #247430 100%);
}


.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home::before {
    background: #ea9795 url(../images/home-mothers-day-may-banner-shaph.png);
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home .independence-day-home-banner-right-content *,
.mothers-day-may-24-page-home.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.spring-special-page-home h2,
.mothers-day-may-24-page-home.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.spring-special-page-home h4,
.mothers-day-may-24-page-home.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.spring-special-page-home h3 {
    color: #000000;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home .independence-day-home-banner-right-content h3 {
    font-weight: 500;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home .independence-day-home-banner-right-content a.btn-fridaydeal,
.mothers-day-may-24-page-home.spring-special-page-home.promos-and-specials-end-of-summer-special .independence-day-promo-btn .btn-fridaydeal {
    background-image: linear-gradient(to bottom, #e13322, #de3322, #db3222, #d93221, #d63121, #d22f20, #cd2e1e, #c92c1d, #c12a1a, #b92718, #b22515, #aa2213);
    color: #fff;
}

.october-summer-special-home.end-of-summer-special-home.spring-special-page-home.mothers-day-may-24-page-home .independence-day-home-banner-right-content a.btn-fridaydeal:hover,
.mothers-day-may-24-page-home.spring-special-page-home.promos-and-specials-end-of-summer-special .independence-day-promo-btn .btn-fridaydeal:hover {
    background-image: linear-gradient(to top, #e13322, #de3322, #db3222, #d93221, #d63121, #d22f20, #cd2e1e, #c92c1d, #c12a1a, #b92718, #b22515, #aa2213);
    color: #fff;
}

.end-of-summer-special-home.mothers-day-may-24-page-home .independence-day-home-banner-right-left-img {
    top: -42px;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.mothers-day-may-24-page-home .independence-day-home-banner-right-left-img {
    top: -42px;
    left: -34px;
}

.mothers-day-may-24-page-home.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.spring-special-page-home::after {
    content: "";
    background: url(../images/promo-mothers-day-may-banner-shaph.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 584px;
    height: 250px;
    z-index: -1;
    clip-path: inherit;
    display: none;
}

.mothers-day-may-24-page-home.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.spring-special-page-home::before {
    background: url(../images/promo-mothers-day-may-banner-shaph.png);
    background-position: right;
}

.october-summer-special-home.end-of-summer-special-home.holiday-greentheme.newyear-page-home.lovefirstsip-home-special.fathersday2024-home-special::before {
    background: #F78D2F;
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home.fathersday2024-home-special .independence-day-home-banner-right-content a.btn-fridaydeal {
    background-image: linear-gradient(to bottom, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01);
}

.october-summer-special-home.end-of-summer-special-home.blackfriday-banner-hero.newyear-page-home.fathersday2024-home-special .independence-day-home-banner-right-content a.btn-fridaydeal:hover {
    background-image: linear-gradient(to top, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01);
}

.october-summer-special-home.end-of-summer-special-home.holiday-greentheme.newyear-page-home.lovefirstsip-home-special.fathersday2024-home-special .independence-day-home-banner-right-left-img {
    top: -75px;
    left: -207px;
    width: 421px;
}

.independence-day-home-banner-right.fathersday2024-home-special {
    padding: 34px 38px 35px 135px;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.fathersday-promo-2024 {
    background: #F78D2F;
    padding: 30px 20px 30px 195px;
}

.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.fathersday-promo-2024::before {
    background: #F78D2F !important;
}

.promos-and-specials-end-of-summer-special.blackfriday-banner-promospage.fathersday-promo-2024 .independence-day-promo-btn .btn-fridaydeal {
    background-image: linear-gradient(to bottom, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01);
}

.promos-and-specials-end-of-summer-special.blackfriday-banner-promospage.fathersday-promo-2024 .independence-day-promo-btn .btn-fridaydeal:hover {
    background-image: linear-gradient(to top, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01);
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.holiday-greentheme-promos.newyear-page-home.lovefirstsip-home-special-promos.fathersday-promo-2024 .independence-day-home-banner-right-left-img {
    left: -100px;
    width: 411px;
    top: -76px;
}


.independence-day-promos-ad-wrap.independence-day-home-banner-right.promos-and-specials-page-independence-day-section .independence-day-home-banner-right-content h2 small img {
    width: 20px;
}

.independence-day-promos-ad-wrap.independence-day-home-banner-right.promos-and-specials-page-independence-day-section .independence-day-home-banner-right-content h2 small {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
}

.independence-day-promos-ad-wrap.independence-day-home-banner-right.promos-and-specials-page-independence-day-section .independence-day-home-banner-right-content h2 {
    font-size: 27px;
    margin: 0px 0 6px;
    line-height: 33px;
}

.independence-day-promos-ad-wrap.independence-day-home-banner-right.promos-and-specials-page-independence-day-section .independence-day-home-banner-right-left-img {
    width: 273px;
    left: -33px;
    top: -8px;
}

.independence-day-promos-ad-wrap.independence-day-home-banner-right.promos-and-specials-page-independence-day-section {
    padding: 40px 20px 40px 265px;
}

.independence-day-promos-ad-wrap.independence-day-home-banner-right::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 98%);
}

.independence-day-home-banner-right.promos-and-specials-page-independence-day-section.independence-day-promos-ad-wrap.independence-day-home-banner-2024 {
    margin-right: 0;
    right: -100px;
    position: absolute;
}

.independence-day-home-banner-right.promos-and-specials-page-independence-day-section.independence-day-promos-ad-wrap.independence-day-home-banner-2024::before {
    width: 38vw;
    right: -20px;
    left: 100px;
}

/* COMMERCIAL PAGE CSS START */
.commercial-first-section {
    background-image: url('../images/commercial-header-bg.png');
    padding: 208px 0px 20px;
    text-align: center;
    height: 402px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.commercial-first-section .commercial-heading {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0;
}

.commercial-first-section .commercial-heading h1 {
    text-align: center;
}

.commercial-heading {
    margin: 0;
    padding: 0;
    text-align: center;
}

.commercial-heading h1,
.commercial-heading h2,
.commercial-heading h3,
.commercial-heading h4,
.commercial-heading h5 {
    font-size: 50px;
    line-height: 53px;
    color: #004A96;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0 0 15px;
}

.commercial-heading p a {
    color: #004A96;
    text-decoration: underline;
}

.commercial-heading p a:hover {
    text-decoration: none;
}

.commercial-heading.white-heading h1,
.commercial-heading.white-heading h2,
.commercial-heading.white-heading h3,
.commercial-heading.white-heading h4,
.commercial-heading.white-heading h5 {
    color: #fff;
}

.commercial-heading.white-heading p {
    color: #fff;
}

.commercial-heading p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    color: #000;
}

.btn.btn-new-lrmore {
    margin: 0;
    padding: 0;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    width: auto;
    text-align: center;
    padding: 15px 41px;
    border-radius: 58px;
    line-height: 1.2;
    border: none;
    text-transform: uppercase;
    justify-content: center;
}

.btn.btn-new-lrmore:hover {
    background: #00ac69;
    color: #fff;
}

.commercial-rayne-banner {
    margin-top: -113px;
}

.commercial-rayne-banner img {
    width: 100%;
}

.industries-second-section {
    margin: 0;
    padding: 117px 0 146px;
    background: #01AA68;
}

.industries-second-section .commercial-heading {
    padding: 0 110px 30px;
}

.industries-second-section .container {
    max-width: 1326px;
}


/*  */
.line-fixed-tag {
    position: relative;
    text-align: right;
    height: 100%;
}

.rayne-02-gif-logo {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    text-align: center;
    right: 12px;
}

.server-table-form-section {
    position: relative;
    text-align: left;
    height: 983px;
    padding-top: 30px;
}

.industries-content-under {
    position: absolute;
    top: 0;
    left: -26px;
    display: flex;
    flex-wrap: wrap;
    width: 368px;
}

.industries-content-info-lft {
    width: calc(100% - 64px);
    text-align: right;
    padding-right: 15px;
    padding-top: 16px;
    z-index: 1;
    position: relative;
}

.industries-content-info-lft h3 {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    transition: 0.7s;
}

.industries-content-info-lft p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.industries-icon {
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
}

.industries-content-under.laundry-icon-01 {
    left: 563px;
    top: 25px;
}

.laundry-icon-01 .industries-content-info-lft {
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
    padding-right: 0;
}

.industries-content-under.industrial-icon-01 {
    left: 664px;
    top: 205px;
    width: 302px;
}

.industrial-icon-01 .industries-content-info-lft {
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
}

.industries-content-under.manufacturing-icon-01 {
    left: auto;
    right: -6px;
    top: 36px;
}

.manufacturing-icon-01 .industries-content-info-lft {
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
}

.industries-content-under.foodbe-icon-01 {
    top: 245px;
    width: 370px;
    left: -138px;
}

.car-washes-icon-01 .industries-content-info-lft {
    padding-top: 0;
}

.foodbe-icon-01 .industries-content-info-lft {
    padding-top: 0;
}

.industries-content-under.car-washes-icon-01 {
    top: 389px;
    width: 406px;
    left: -149px;
}

.industries-content-under.grocery-icon-01 {
    top: 543px;
    width: 347px;
    left: -120px;
}

.industries-content-under.healthcare-icon-01 {
    top: auto;
    left: 47px;
    bottom: 35px;
}

.industries-content-under.healthcare-icon-01 .industries-content-info-lft {
    text-align: left;
    padding-left: 15px;
}

.industries-content-under.pharmaceutical-icon-01 {
    top: auto;
    left: 490px;
    bottom: -97px;
}

.pharmaceutical-icon-01 .industries-content-info-lft {
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
}

.industries-content-under.dental-icon-01 {
    top: auto;
    left: 517px;
    bottom: 48px;
    width: 290px;
}

.dental-icon-01 .industries-content-info-lft {
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
}

.industries-content-under.education-icon-01 {
    top: auto;
    left: 732px;
    bottom: 200px;
    width: 305px;
}

.industries-content-under.education-icon-01 .industries-content-info-lft {
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
}

.industries-content-under.assisted-living-icon-01 {
    top: auto;
    right: 20px;
    left: auto;
    bottom: 179px;
    width: 276px;
}

.industries-content-under.assisted-living-icon-01 .industries-content-info-lft {
    padding-left: 15px;
    padding-right: 0;
    text-align: left;
}

.industries-content-under.restaurant-icon-01 {
    top: auto;
    right: 90px;
    left: auto;
    bottom: -49px;
    width: 320px;
}

/*  */

.commercial-job-three-section {
    margin: 0;
    padding: 111px 0 97px;
}

.commercial-job-three-section .container {
    max-width: 1326px;
}

.commercial-heading h6 {
    font-size: 30px;
    line-height: 37px;
    color: #004A96;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.commercial-job-three-section .commercial-heading h4 {
    text-transform: uppercase;
    color: #01AA68;
}

.commercial-job-three-section .commercial-heading h3 {
    text-transform: uppercase;
    font-size: 70px;
    line-height: 86px;
}

.commercial-onepage-slider {
    margin: 94px 0 0;
    padding: 0;
}

.commercial-slider-slk-item {
    padding: 0;
    margin: 0;
}

.commercial-slider-warp-flex {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    overflow: hidden;
}

.commercial-slider-cl-6-lft {
    width: 45%;
}

.commercial-slider-cl-info {
    margin: 0;
    padding: 63px;
    background: #004A96 url('../images/mask-transprant-bg.png') no-repeat bottom left;
    height: 100%;
}

.commercial-slider-cl-info h5 {
    font-size: 35px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 25px;
}

.commercial-slider-cl-info h6 {
    font-size: 25px;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px;
}

.commercial-slider-cl-info p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 28px;
}

.commercial-slider-cl-6-rlt {
    width: 55%;
}

.commercial-slider-cl-img {
    background: #004A96;
}

.commercial-slider-cl-img img {
    width: 100%;
    border-radius: 20px 0 0 20px;
}

.commercial-onepage-slider .slick-prev,
.commercial-onepage-slider .slick-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    bottom: 57px;
    transform: none;
    top: auto;
    left: 63px;
    right: auto;
    border-radius: 100px;
    z-index: 1;
}

.commercial-onepage-slider .slick-prev:hover,
.commercial-onepage-slider .slick-next:hover {
    background: #01AA68;
}

.commercial-onepage-slider .slick-next::before,
.commercial-onepage-slider .slick-prev::before {
    font-family: FontAwesome;
    font-size: 35px;
    color: #00428d;
}

.commercial-onepage-slider .slick-next::before {
    content: '\f105';
    margin-left: 4px;
}

.commercial-onepage-slider .slick-prev::before {
    content: '\f104';
    margin-right: 4px;
}

.commercial-onepage-slider .slick-next {
    margin-left: 66px;
}

.choose-commercial-four-section {
    padding: 0 0 103px;
}

.choose-commercial-four-section .container {
    max-width: 1190px;
}

.choose-commercial-four-section .commercial-heading h2 {
    text-align: left;
    max-width: 500px;
    line-height: 60px;
    margin: 0 0 47px;
}

.timeline {
    padding: 0;
    margin: 0 0 113px;
}

.timeline ul {
    padding: 134px 0 15px;
    position: relative;
    margin: 0;
}

.timeline .default-line {
    content: "";
    position: absolute;
    left: 50%;
    width: 3px;
    background: #CECECE;
    height: 100%;
    transform: translateX(-50%);
    top: 0;
}

.timeline .draw-line {
    width: 5px;
    height: 0;
    position: absolute;
    left: 50%;
    background: #004A96;
    transform: translateX(-50%);
    top: 0;
}

.timeline .draw-line::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    background: #004A96;
    left: -5px;
    border-radius: 60px;
}

.timeline .draw-line::after {
    content: "";
    background: url('../images/scroll-down.svg') no-repeat;
    position: absolute;
    width: 16px;
    height: 30px;
    bottom: -18px;
    left: -5px;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 100%;
    margin: 0 0 0 auto;
    background: transparent;
    padding: 0 0 69px;
    transition: .8s;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.timeline ul li:last-child {
    padding: 0;
}

.leftimage-timelime figure {
    margin: 0;
    padding: 0;
}

.leftimage-timelime figure img {
    margin: 0;
    padding: 0;
    border-radius: 10px;
}

.build-heritage-timeline {
    width: 484px;
    transition: 1s;
}

.build-heritage-timeline h3 {
    font-size: 25px;
    color: #171717;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    margin: 0 0 20px;
}

.build-heritage-timeline p {
    color: #171717;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
}

.timeline ul li.in-view {
    transition: 0.125s ease-in-out, background-color 0.2s ease-out, color 0.1s ease-out, border 0.1s ease-out;
}

.leftimage-timelime {
    opacity: 0.40;
    transition: 1s;
}

.timeline ul li.in-view .leftimage-timelime {
    opacity: 1;
}

.iconwatefill {
    background-color: #CECECE;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    position: absolute;
    width: 62px;
    height: 62px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iconwatefill::after {
    content: "";
    background: #004a96;
    position: absolute;
    width: 62px;
    height: 62px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.timeline ul li.in-view .iconwatefill::after {
    animation: animate 4s ease-in-out infinite;
    opacity: 1;
    visibility: visible;
}

@keyframes animate {

    0%,
    100% {
        clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
    }

    50% {
        clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
    }
}

.timeline ul li.listicon-tim-4::before {
    display: none;
}

.timeline ul li.listicon-tim-4 {
    opacity: 1;
}

.timeline ul li.listicon-tim-4::after {
    content: "";
    background-color: inherit;
    background-image: url('../images/icon-last-gary.svg');
    width: 27px;
    height: 50px;
    top: -4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.timeline ul li.listicon-tim-4.in-view::after {
    background-image: url("../library/images/icon-last-blue.svg");
    ;
}

.timeline ul li.listicon-tim-3 {
    padding-bottom: 0;
}

.btn-col-12 {
    width: 100%;
    text-align: center;
}

.btn.btn-blue {
    background: rgb(25, 117, 155);
    background-image: linear-gradient(to bottom, #19759b, #187198, #166d94, #156a91, #14668d);
}

.btn.btn-blue:hover {
    background: #1c509b;
}

.testimonial-home-setion.commercial-testmonial-page {
    margin-top: 0;
}

.testimonial-home-setion.commercial-testmonial-page::before {
    content: "";
    background: url('../images/testimonial-before-shap.png') no-repeat center top;
    background-size: 100% 100%;
    height: 143px;
    position: absolute;
    top: 0;
    width: 100%;
}

.prodcut-category-five-section {
    margin: 0;
    padding: 70px 0;
}

.prodcut-category-five-section .container {
    max-width: 1326px;
}

.product-faq-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin: 0 0 28px;
    padding: 0 66px 33px 0;
    border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
    cursor: pointer;
}

.product-faq-title::after {
    content: "";
    width: 45px;
    height: 45px;
    background: url('../images/faq-arrow-up.svg');
    position: absolute;
    right: 0;
    top: 3px;
    transition: 0.7s;
}

.product-faq-item.open .product-faq-title::after {
    transform: rotate(-180deg);
}

.product-faq-title h2 {
    font-size: 35px;
    color: #2B2D39;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    width: calc(100% - 258px);
}

.product-faq-title a.btn {
    width: 258px;
    background-image: linear-gradient(to bottom, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01);
}

.product-fqwarp-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
    padding-top: 14px;
}

.align-items {
    align-items: center;
}

.product-fqwarp-row.margin-last-0 {
    margin-bottom: 0;
}

.product-fq-col-4 {
    width: 18%;
}

.product-fq-col-7 {
    width: 82%;
    padding-left: 43px;
}

.product-faq-rlt {
    margin: 0;
    padding: 63px 0 0 40px;
}

.product-faq-main {
    margin: 0 0 100px;
    display: none;
}

.product-faq-item {
    margin: 0;
    padding: 0;
}

.product-fq-txt {
    padding: 0;
    margin: 0;
}

.product-fq-txt p {
    margin: 0 0 15px;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    font-family: 'Montserrat', sans-serif;
}

.product-fq-col-info {
    margin: 0;
    padding: 0;
}

.product-fq-col-info h3 {
    font-size: 25px;
    color: #2B2D39;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.product-fq-col-info p {
    margin: 0 0 15px;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
}

.product-fq-col-info p:last-child {
    margin-bottom: 0;
}

.product-fq-col-6 {
    width: 50%;
    padding-right: 90px;
    padding-bottom: 33px;
}

.product-fq-col-img {
    margin: 0 0 30px;
}

.gallery-2colum-slider-section {
    margin: 0;
    padding: 44px 0;
    background: #01713f;
}

.gallery-2colum-slider-section .container {
    max-width: 1326px;
}

.gallery-2-rows-slider {
    padding: 0 73px;
}

.gallery-2-rows-item {
    padding: 13px 14px;
}

.gallery-2-rows-item figure {
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #000;
}

.gallery-2-rows-item figure img {
    width: 100%;
    opacity: 0.45;
    transition: 1s;
}

.gallery-2-rows-item figure:hover img {
    opacity: 1;
}

.gallery-2-rows-slider .slick-slide>div {
    display: flex;
}

.gallery-2-rows-slider .slick-prev,
.gallery-2-rows-slider .slick-next {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    z-index: 1;
}

.gallery-2-rows-slider .slick-prev:hover,
.gallery-2-rows-slider .slick-next:hover {
    background: rgba(255, 255, 255, 1);
}

.gallery-2-rows-slider .slick-prev {
    left: 0;
}

.gallery-2-rows-slider .slick-next {
    right: 0;
}

.gallery-2-rows-slider .slick-next::before,
.gallery-2-rows-slider .slick-prev::before {
    font-family: FontAwesome;
    font-size: 35px;
    color: #01713f;
}

.gallery-2-rows-slider .slick-next::before {
    content: '\f105';
    margin-left: 4px;
}

.gallery-2-rows-slider .slick-prev::before {
    content: '\f104';
    margin-right: 4px;
}

.commercial-procss-six-section {
    margin: 0;
    padding: 105px 0;
}

.commercial-procss-six-section .container {
    max-width: 1326px;
}

.commercial-procss-six-section .commercial-heading {
    padding: 0 110px;
}

.works-flx-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    padding-top: 34px;
    padding-bottom: 25px;
}

.col-mt-6 {
    width: 50%;
    padding: 0 18px 36px;
}

.procss-works-box-info {
    margin: 0;
    padding: 48px;
    text-align: center;
    background: #01AA68;
    border-radius: 20px;
    height: 100%;
}

.procss-works-box-info.blue-dark-background {
    background: #004A96;
}

.procss-works-box-info figure {
    margin: 0 0 20px;
    padding: 0;
}

.procss-works-box-info h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0 0 20px;
    padding: 0;
    font-size: 25px;
    line-height: 28px;
}

.procss-works-box-info h4 a {
    color: #fff;
}

.procss-works-box-info p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 28px;
}



.smaill-heading {
    margin: 0;
    padding: 0 170px;
    text-align: center;
}

.smaill-heading h3 {
    color: #004A96;
    font-size: 36px;
    line-height: 45px;
    margin: 0 0 26px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.smaill-heading p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 33px;
    color: #000;
    margin: 0 0 24px;
}

.smaill-heading p a {
    color: #004A96;
    text-decoration: underline;
}

.smaill-heading p a:hover {
    text-decoration: none;
}

.faq-bottom-section {
    margin: 0;
    padding: 0 0 102px;
}

.FAQ-according {
    margin: 0 auto;
    padding: 35px 0 24px;
    max-width: 964px;
}

.faq-item {
    margin: 0 0 29px;
    padding: 40px 49px;
    background: #fff;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}

.faq-item__title {
    margin: 0;
    padding: 0 60px 0 0;
    position: relative;
    cursor: pointer;
}

.faq-item__title h3 {
    margin: 0;
    padding: 0;
    color: #2B2D39;
    font-size: 25px;
    line-height: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.faq-item__title::after {
    content: "";
    width: 45px;
    height: 45px;
    background: url('../images/faq-arrow-up.svg');
    position: absolute;
    right: 0;
    top: 3px;
    transition: 0.7s;
}

.faq-item.open .faq-item__title::after {
    transform: rotate(-180deg);
}

.faq-item__content {
    margin: 0;
    padding: 20px 60px 0 0;
    display: none;
}

.faq-item__content p {
    margin: 0;
    padding: 0;
    color: #2B2D39;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.slick-lightbox .slick-next,
.slick-lightbox .slick-prev {
    z-index: 1;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    z-index: 1;
}

.slick-lightbox .slick-next:hover,
.slick-lightbox .slick-prev:hover {
    background: #01AA68;
}

.slick-lightbox .slick-next::before,
.slick-lightbox .slick-prev::before {
    font-family: FontAwesome;
    font-size: 35px;
    color: #ffffff;
    line-height: 26px;
    display: block;
}

.slick-lightbox .slick-next:hover::before,
.slick-lightbox .slick-prev:hover::before {
    color: #fff;
}

.slick-lightbox .slick-prev::before {
    content: '\f104';
    margin-right: 4px;
}

.slick-lightbox .slick-next::before {
    content: '\f105';
    margin-left: 4px;
}

body .slick-lightbox {
    z-index: 99999;
}

.slick-lightbox-slick-img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

button.slick-lightbox-close {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.4);
    color: #000;
    border-radius: 100px;
}

button.slick-lightbox-close:hover {
    background: #01AA68;
}

button.slick-lightbox-close:before {
    font-size: 35px;
    opacity: 1;
    font-weight: bold;
}

button.slick-lightbox-close:hover:before {
    color: #fff;
}

body .slick-prev:hover,
body .slick-prev:focus,
body .slick-next:hover,
body .slick-next:focus {
    background: #01AA68;
}

/* COMMERCIAL PAGE CSS END */

/* CUSTOMIZED PAGE CSS START */
.customized-first-section {
    background-image: url('../images/customized-header-bg1.png');
    padding: 227px 0px 125px;
    text-align: center;
    height: 498px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.customized-first-section .commercial-heading {
    padding: 0;
    max-width: 980px;
    margin: 0 auto;
}

.customized-first-section .commercial-heading h1 {
    line-height: 60px;
}

.customized-second-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0 48px;
    margin-top: -102px;
}

.customized-second-section .container {
    max-width: 1061px !important;
}

.customized-full-part {
    margin: 0;
    padding: 0 0 43px;
    text-align: center;
}

.customized-full-part p {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.service-customized-row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 81px;
    margin: 0 auto;
}

.servicecol-sm-4 {
    width: 33.33%;
}

.customized-second-info {
    margin: 0;
    padding: 0;
    text-align: center;
}

.ct-icon {
    width: 61px;
    height: 61px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 150px;
    margin: 0 auto 17px;
}

.customized-second-info h2 {
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    margin: 0;
    padding: 0;
}

.customized-second-info h2 a {
    color: #fff;
}

.customized-three-section {
    margin: 0;
    padding: 60px 0;
}

.customized-heading-center {
    margin: 0;
    padding: 0 126px 56px;
    text-align: center;
}

.customized-heading-center h3 {
    color: #004B96;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.customized-three-section .container {
    max-width: 1085px !important;
}

.customized-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.customized-col-img-lft {
    width: 38%;
}

.figure-col-img {
    margin: 0;
    padding: 0;
}

.figure-col-img img {
    width: 100%;
    border-radius: 16px;
}

.customized-col-content-rlt {
    width: 62%;
}

.content-col-info {
    margin: 0;
    padding: 0 0 0 72px;
}

.content-col-info p {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
}

.bth-col-12 {
    text-align: center;
    padding-top: 32px;
    position: relative;
    z-index: 99999;
}

.bth-col-12 a.btn {
    width: auto;
    background-image: linear-gradient(to bottom, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01);
}

/* CUSTOMIZED PAGE CSS END */


/*  */
.independence-day-home-banner-right.promos-and-specials-page-independence-day-section.independence-day-promos-ad-wrap.independence-day-home-banner-2024.end-of-summer-special-home::before {
    clip-path: none;
}

.independence-day-promos-ad-wrap.independence-day-home-banner-right.promos-and-specials-page-independence-day-section.end-of-summer-special-home .independence-day-home-banner-right-left-img {
    width: 369px;
    left: -109px;
    top: -57px;
}

.independence-day-promos-ad-wrap.independence-day-home-banner-right.promos-and-specials-page-independence-day-section.end-of-summer-special-home {
    padding: 18px 20px 17px 265px;
    top: 25px;
}


.rayne-02-gif-logo {
    z-index: 1;
}

@-webkit-keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 473.48858642578125px;
        stroke-dasharray: 473.48858642578125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 473.48858642578125px;
    }
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dashoffset: 473.48858642578125px;
        stroke-dasharray: 473.48858642578125px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 473.48858642578125px;
    }
}

.aos-animate .svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 511.6037902832031px;
        stroke-dasharray: 511.6037902832031px;
    }

    100% {
        stroke-dashoffset: 1023.2075805664062px;
        stroke-dasharray: 511.6037902832031px;
    }
}

@keyframes animate-svg-stroke-2 {
    0% {
        stroke-dashoffset: 511.6037902832031px;
        stroke-dasharray: 511.6037902832031px;
    }

    100% {
        stroke-dashoffset: 1023.2075805664062px;
        stroke-dasharray: 511.6037902832031px;
    }
}

.aos-animate .svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: animate-svg-stroke-2 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

/***************************************************
* Generated by SVG Artista on 8/2/2024, 2:46:21 PM
* MIT license (https://opensource.org/licenses/MIT)
* W. https://svgartista.net
**************************************************/

@-webkit-keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 726.5139770507812px;
        stroke-dasharray: 726.5139770507812px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 726.5139770507812px;
    }
}

@keyframes animate-svg-stroke-3 {
    0% {
        stroke-dashoffset: 726.5139770507812px;
        stroke-dasharray: 726.5139770507812px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 726.5139770507812px;
    }
}

.aos-animate .svg-elem-3 {
    -webkit-animation: animate-svg-stroke-3 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: animate-svg-stroke-3 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

/***************************************************
* Generated by SVG Artista on 8/2/2024, 2:50:44 PM
* MIT license (https://opensource.org/licenses/MIT)
* W. https://svgartista.net
**************************************************/

@-webkit-keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 596.4691772460938px;
        stroke-dasharray: 596.4691772460938px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 596.4691772460938px;
    }
}

@keyframes animate-svg-stroke-4 {
    0% {
        stroke-dashoffset: 596.4691772460938px;
        stroke-dasharray: 596.4691772460938px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 596.4691772460938px;
    }
}

.aos-animate .svg-elem-4 {
    -webkit-animation: animate-svg-stroke-4 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: animate-svg-stroke-4 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 459.2891845703125px;
        stroke-dasharray: 459.2891845703125px;
    }

    100% {
        stroke-dashoffset: 918.578369140625px;
        stroke-dasharray: 459.2891845703125px;
    }
}

@keyframes animate-svg-stroke-5 {
    0% {
        stroke-dashoffset: 459.2891845703125px;
        stroke-dasharray: 459.2891845703125px;
    }

    100% {
        stroke-dashoffset: 918.578369140625px;
        stroke-dasharray: 459.2891845703125px;
    }
}

.aos-animate .svg-elem-5 {
    -webkit-animation: animate-svg-stroke-5 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: animate-svg-stroke-5 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 854.5162353515625px;
        stroke-dasharray: 854.5162353515625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 854.5162353515625px;
    }
}

@keyframes animate-svg-stroke-6 {
    0% {
        stroke-dashoffset: 854.5162353515625px;
        stroke-dasharray: 854.5162353515625px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 854.5162353515625px;
    }
}

.svg-elem-1,
.svg-elem-2,
.svg-elem-3,
.svg-elem-4,
.svg-elem-5,
.svg-elem-6,
.svg-elem-7 {
    stroke-dashoffset: 854.5162353515625px;
    stroke-dasharray: 854.5162353515625px;
}

.aos-animate .svg-elem-6 {
    -webkit-animation: animate-svg-stroke-6 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: animate-svg-stroke-6 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

/***************************************************
* Generated by SVG Artista on 8/2/2024, 3:24:47 PM
* MIT license (https://opensource.org/licenses/MIT)
* W. https://svgartista.net
**************************************************/

@-webkit-keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 99px;
        stroke-dasharray: 99px;
    }

    100% {
        stroke-dashoffset: 198px;
        stroke-dasharray: 99px;
    }
}

@keyframes animate-svg-stroke-7 {
    0% {
        stroke-dashoffset: 99px;
        stroke-dasharray: 99px;
    }

    100% {
        stroke-dashoffset: 198px;
        stroke-dasharray: 99px;
    }
}

.aos-animate .svg-elem-7 {
    -webkit-animation: animate-svg-stroke-7 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
    animation: animate-svg-stroke-7 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}


.svg-underline-animate {
    position: absolute;
    right: -79px;
    top: 30px;
    pointer-events: none;
}

.svg-underline-animate svg {
    width: 100%;
    height: 100%;
}

.st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 8;
}

.st1 {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
}

.foodbe-icon-01 .svg-underline-animate {
    width: 144px;
    right: -131px;
    top: 26px;
}

.industries-icon {
    position: relative;
}

.laundry-icon-01 .svg-underline-animate {
    right: auto;
    left: -197px;
    max-width: 234px;
    top: 45px;
}

.manufacturing-icon-01 .svg-underline-animate {
    right: auto;
    left: -358px;
    width: 410px;
}

.pharmaceutical-icon-01 .svg-underline-animate {
    width: 91px;
    right: auto;
    bottom: 91px;
    top: auto;
    left: -77px;
}

.dental-icon-01 .svg-underline-animate {
    width: 139px;
    right: auto;
    bottom: 115px;
    top: auto;
    left: 27px;
}

.healthcare-icon-01 .svg-underline-animate {
    width: 258px;
    right: auto;
    bottom: 125px;
    top: auto;
    left: 29px;
}

.assisted-living-icon-01 .svg-underline-animate {
    width: 97px;
    right: auto;
    bottom: 189px;
    top: auto;
    left: 26px;
}

.restaurant-icon-01 .svg-underline-animate {
    top: auto;
    bottom: 111px;
    width: 349px;
    right: auto;
    left: 60px;
}

.education-icon-01 .svg-underline-animate {
    width: 84px;
    right: auto;
    left: 26px;
    top: -94px;
}

.grocery-icon-01 .svg-underline-animate {
    width: 102px;
    top: 18px;
}

.car-washes-icon-01 .svg-underline-animate {
    width: 102px;
    top: 19px;
}

.industrial-icon-01 .svg-underline-animate {
    right: auto;
    left: -162px;
    width: 180px;
}

.rayne-02-gif-logo img {
    width: 740px;
}







.industries-icon img {
    position: relative;
    z-index: 1;
    transition: 0.7s;
}

/* .industries-icon::before {
	content: "";
	background: #fff;
	position: absolute;
	width: 62px;
	height: 62px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
}
.aos-animate .industries-icon::before {
    animation: industries-icon-animate 2.5s ease-in-out infinite;
    opacity: 1;
    visibility: visible;
	animation-delay: 2s;
}
@keyframes industries-icon-animate {
	0%,
	100% {
		clip-path: polygon( 0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100% );
		background: #b9b9b9;
	}

	50% {
		clip-path: polygon( 0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100% );
		background: #b9b9b9;
	}
} */
.industries-icon svg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 64px;
    height: 64px;
    opacity: 0;
    visibility: hidden;
}

.industries-icon svg path {
    fill: #b9b9b9;
}

.aos-animate .industries-icon svg {
    animation: industries-icon-animate-show 4.5s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes industries-icon-animate-show {

    0%,
    100% {
        opacity: 1;
        visibility: visible;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }
}

.water .waveShape {
    animation-name: waveAction01;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 2s;
}

@keyframes waveAction01 {
    0% {
        transform: translate(300px, -1830px);
        background: #b9b9b9;

    }

    100% {
        transform: translate(102px, -1830px);
        background: #b9b9b9;
    }
}


.industries-content-under.current .industries-content-info-lft h3 {
    color: #07569d;
}

.industries-content-under.current .industries-icon svg path {
    fill: #07569d;
}

.industries-content-under .svg-underline-animate svg path {
    transition: 0.7s;
}

.industries-content-under.current .svg-underline-animate svg .st1,
.industries-content-under.current .svg-underline-animate svg .st0 {
    stroke: #07569d;
}

.industries-content-under.current .industries-icon-frnt {
    opacity: 0;
    visibility: hidden;
}

.industries-icon-hover {
    position: absolute !important;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.industries-content-under.current .industries-icon-hover {
    opacity: 1;
    visibility: visible;
}

svg.svg-underline-hover {
    display: none !important;
}

/* COMMERCIAL PAGE CSS END */

/* PRODUCT DETAILS PAGE CSS START */
.product-details-banner-section {
    padding: 0px 0px 20px;
    background-image: url(../images/product-details-banner-bg.svg);
    text-align: center;
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    position: relative;
}

.product-details-banner-heading {
    text-align: center;
    padding-top: 225px;
    margin-bottom: 100px;
}

.product-details-banner-heading h1 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.product-details-banner-heading p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-details-banner-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
}

.product-details-banner-slider-item {
    margin-right: 15px;
    margin-left: 15px;
}

.product-details-banner-slider-card-info a {
    border: 1px solid #CCCCCC;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: left;
}

.product-details-banner-slider-img-card {
    width: 60px;
    text-align: center;
}

.product-details-banner-slider-img-card img {
    margin: 0 auto;
    display: block;
}

.product-details-banner-slider-detail-card {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.product-details-banner-slider-detail-card p {
    font-family: 'Montserrat', sans-serif;
    color: #2B2D39;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
    line-height: 23px;
}

.product-details-banner-slider-detail-card h2 {
    font-family: 'Montserrat', sans-serif;
    color: #2B2D39;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 23px;
    font-weight: bold;
}

.product-details-banner-slider-img-card,
.product-details-banner-slider-detail-card {
    transition: 0.7s;
    opacity: 0.5;
}

.product-details-banner-slider-card-info a:hover .product-details-banner-slider-img-card,
.product-details-banner-slider-card-info a:hover .product-details-banner-slider-detail-card {
    opacity: 1;
}

.product-details-banner-slider-card-info a.active .product-details-banner-slider-img-card,
.product-details-banner-slider-card-info a.active .product-details-banner-slider-detail-card {
    opacity: 1;
}

.product-details-section-one {
    padding: 120px 0px 70px;
}

.product-details-section-one div#loadingDiv {
    z-index: 111111;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
}

.product-details-section-one-wrap {
    display: flex;
    max-width: 926px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.product-details-section-one-left-col {
    width: 305px;
}

.product-details-section-one-right-col {
    width: 475px;
}

.product-details-section-one-info-wrap h2 {
    font-family: 'Montserrat', sans-serif;
    color: #2B2D39;
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 45px;
    font-weight: bold;
}

.product-favorite-icon {
    margin-bottom: 15px;
}

.product-details-section-one-info-wrap p {
    font-family: 'Montserrat', sans-serif;
    color: #58595B;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 28px;
}

.btns {
    background: #33AC69;
    padding: 10px 30px;
    display: inline-flex;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 110px;
    margin-right: 5px;
    transition: 0.7s;
}

.btns:last-child {
    margin-right: 0px;
}

.blue-btn {
    background: #174A96;
}

.btns:hover {
    background: #174A96;
    color: #fff;
}

.blue-btn:hover {
    background: #33AC69;
    color: #fff;
}

.product-details-tab-category .container {
    max-width: 100%;
    padding: 0;
}

.product-details-tab-category ul.nav {
    justify-content: center;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 35px 0px;
}

.product-details-tab-category ul.nav li {
    margin-right: 75px;
}

.product-details-tab-category ul.nav li:last-child {
    margin-right: 0;
}

.product-details-tab-category ul.nav li a {
    font-family: 'Montserrat', sans-serif;
    color: #2B2D39;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 28px;
    transition: 0.7s;
}

.product-details-tab-category ul.nav li a.active,
.product-details-tab-category ul.nav li a:hover {
    color: #33AC69;
}

.product-details-tab-content {
    padding: 70px 0px;
}

.product-who-its-tab-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product-who-its-tab-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1072px;
    margin: 0 auto;
}

.product-who-its-tab-left-col {
    width: 510px;
}

.product-who-its-tab-right-col {
    width: 505px;
}

.product-who-its-tab-right-info p {
    font-family: 'Montserrat', sans-serif;
    color: #58595B;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 24px;
    line-height: 28px;
}

.product-who-its-tab-right-info p:last-child {
    margin-bottom: 0;
}

.product-advantages-tab-left-info h3 {
    font-family: 'Montserrat', sans-serif;
    color: #2B2D39;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 35px;
    line-height: 28px;
}

.industry-leading-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.industry-leading-items:last-child {
    margin-bottom: 0px;
}

.product-advantages-tab-left-info {
    width: 385px;
}

.industry-leading-number {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 28px;
    background: #174A96;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.industry-leading-info {
    width: calc(100% - 38px);
    padding-left: 15px;
}

.industry-leading-info p {
    font-family: 'Montserrat', sans-serif;
    color: #2B2D39;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
}

.product-features-tab .product-who-its-tab-wrap {
    max-width: 1250px;
    align-items: flex-start;
}

.product-features-tab-card-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-features-tab-card-info h3 {
    font-family: 'Montserrat', sans-serif;
    color: #174A96;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 28px;
    text-transform: uppercase;
}

.product-features-tab-card-info p {
    font-family: 'Montserrat', sans-serif;
    color: #58595B;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 23px;
}

.product-features-tab-left-col {
    width: 533px;
}

.product-features-tab-mid-col {
    width: 212px;
}

.product-features-tab-right-col {
    width: 468px;
}

.product-features-tab-left-col .product-features-tab-card-arrow {
    margin-left: 30px;
}

.product-features-tab-right-col .product-features-tab-card-arrow {
    margin-right: 30px;
}

.product-features-tab-left-col .product-features-tab-card-item:nth-child(1) {
    margin-top: 30px;
}

.product-features-tab-left-col .product-features-tab-card-item:nth-child(1) .product-features-tab-card-arrow {
    width: 112px;
}

.product-features-tab-left-col .product-features-tab-card-item:nth-child(1) .product-features-tab-card-info {
    width: 390px;
}

.product-features-tab-left-col .product-features-tab-card-item:nth-child(2) {
    justify-content: flex-end;
    margin-top: 70px;
}

.product-features-tab-left-col .product-features-tab-card-item:nth-child(2) .product-features-tab-card-arrow {
    width: 45px;
}

.product-features-tab-left-col .product-features-tab-card-item:nth-child(2) .product-features-tab-card-info {
    width: 380px;
}

.product-features-tab-right-col .product-features-tab-card-item:nth-child(1) {
    margin-top: 20px;
    position: relative;
    /*right: 70px;*/
}

.product-features-tab-right-col .product-features-tab-card-item:nth-child(1) .product-features-tab-card-arrow {
    width: 50px;
}

.product-features-tab-right-col .product-features-tab-card-item:nth-child(1) .product-features-tab-card-info {
    width: 370px;
}

.product-features-tab-right-col .product-features-tab-card-item:nth-child(2) {
    justify-content: flex-start;
    margin-top: 40px;
}

.product-features-tab-right-col .product-features-tab-card-item:nth-child(2) .product-features-tab-card-arrow {
    width: 76px;
}

.product-features-tab-right-col .product-features-tab-card-item:nth-child(2) .product-features-tab-card-info {
    width: 361px;
}

.features-tab-btn-wrap {
    text-align: center;
    margin-top: 50px;
}

.testimonial-home-setion.product-details-testmonial-section {
    margin: 0;
    padding: 0;
    height: 758px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-home-setion.product-details-testmonial-section::after {
    display: none;
}

.product-details-testmonial-section .container {
    max-width: 1160px;
    margin: 0 auto;
}

.product-details-testmonial-slider-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.product-details-testmonial-slider-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.product-details-testmonial-slider-heading h4 {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 30px;
}

.product-details-testmonial-slider {
    width: 670px;
}

.product-details-testmonial-slider .slick-arrow {
    display: none !important;
}

.product-details-testmonial-slider-item p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-details-testmonial-btn-wrap {
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.testmonial-action {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    cursor: pointer;
}

.testmonial-action:last-child {
    margin-bottom: 0px;
}

.commercial-job-three-section.ready-to-step-section .container {
    max-width: 1296px;
}

.ready-to-step-section .commercial-slider-warp-flex {
    flex-direction: row-reverse;
}

.ready-to-step-section .commercial-slider-cl-6-rlt {
    width: 59.479%;
}

.ready-to-step-section .commercial-slider-cl-6-lft {
    width: calc(100% - 59.479%);
}

.ready-to-step-section .commercial-slider-cl-img {
    height: 100%;
}

.ready-to-step-section .commercial-slider-cl-img img {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.ready-to-step-section .commercial-onepage-slider {
    margin: 0;
}

.product-detail-faq-section .faq-item:last-child {
    margin-bottom: 0;
}

.product-also-like-heading h2 {
    margin: 0px 0px 10px;
    padding: 0;
    color: #2B2D39;
    font-size: 35px;
    line-height: 45px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.product-also-like-heading p {
    font-family: 'Montserrat', sans-serif;
    color: #58595B;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
}

.product-also-like-heading {
    width: 540px;
    margin-bottom: 45px;
}

.product-also-like-slider {
    margin: 0 -17px;
    display: flex;
}

.product-also-like-slider .slick-slide {
    margin-right: 17px;
    margin-left: 17px;
}

.product-also-like-slider-info-card {
    border: 1px solid #b7b7b7;
    background: #ffffff;
    border-radius: 20px;
}

.product-also-like-img-wrap {
    background: rgb(234 234 234 / 50%);
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    height: 318px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-also-like-info-wrap {
    padding: 46px;
}

.product-also-like-info-wrap h3 {
    font-family: 'Montserrat', sans-serif;
    color: #174A96;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 28px;
}

.product-also-like-info-wrap p {
    font-family: 'Montserrat', sans-serif;
    color: #58595B;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 24px;
}

.product-also-like-btn {
    margin-top: 20px;
}

.product-also-like-section {
    padding: 0 0 192px;
}

.tab-box {
    display: none;
}

.tab-box.tab-active {
    display: block;
}

/* PRODUCT DETAILS PAGE CSS END */

/* HOME PAGE BANNER BOTTOM THREE IMAGES CSS START */
.home .header-section.new-header {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 11;
    background: none;
}

.home .home-hero {
    padding-top: 200px;
    padding-bottom: 50px;
}

.solving-water-tb.independence-day-promo-bottom-section.solving-water-tb-home-img-wrap img:nth-child(1) {
    width: 100px;
    top: 20px;
    left: 80px;
    position: absolute;
    max-width: 90px;
}

.solving-water-tb.independence-day-promo-bottom-section.solving-water-tb-home-img-wrap img:nth-child(2) {
    top: 109px;
    left: 110px;
    max-width: 360px;
}

.solving-water-tb.independence-day-promo-bottom-section.solving-water-tb-home-img-wrap img:nth-child(3) {
    top: 31px;
    left: 430px;
    max-width: 170px;
    position: absolute;
}

/* HOME PAGE BANNER BOTTOM THREE IMAGES CSS END */

.warranty-description-tab .industry-leading-info {
    width: 100%;
    padding-left: 0;
}

.warranty-description-tab .industry-leading-info ul {
    margin: 4px 0 0 0;
    padding-left: 17px;
}

.warranty-description-tab .industry-leading-info ul li {
    font-family: 'Montserrat', sans-serif;
    color: #58595B;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
    position: relative;
    list-style: disc;
}

.product-also-like-img-wrap img {
    height: auto;
    width: auto;
    max-height: 190px;
    mix-blend-mode: multiply;
}

.product-also-like-img-wrap.featured-full-width a {
    height: 100%;
    width: 100%;
    display: block;
}

.product-also-like-img-wrap.featured-full-width a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    object-position: top;
}

.featured-custom-image .product-details-section-one-left-col {
    width: 45%;
}

.product-who-its-tab-right-col.product-who-its-tab-full-width {
    width: 100%;
    text-align: left;
}

.product-who-its-tab-full-width .product-who-its-tab-right-info img.left-align {
    float: left;
    width: 42%;
    margin-right: 30px;
    margin-bottom: 20px;
}

.product-who-its-tab-full-width .product-who-its-tab-right-info img.right-align {
    float: right;
    width: 42%;
    margin-left: 30px;
    margin-bottom: 20px;
}

.product-features-tab-left-col {
    text-align: right;
}

.product-features-tab-right-col {
    text-align: left;
}

.tab-btn-mob {
    display: none;
}

.product-who-its-tab-right-info li {
    font-family: 'Montserrat', sans-serif;
    color: #58595B;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 28px;
    position: relative;
    left: 18px;
    padding-right: 18px;
}

.product-who-its-tab-right-info ol {
    counter-reset: listitem;
}

.product-who-its-tab-right-info ol li {
    display: block;
}

.product-who-its-tab-right-info ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.') '.';
    color: #58595B;
    display: inline-block;
    position: absolute;
    margin-left: -18px;
    font-weight: bold;
}

.blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img .september-special-banner .nostress-blackfridaydeals {
    padding-top: 147px;
}
}

.product-also-like-img-wrap.featured-full-width a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    object-position: top;
}

.september-special-banner .september-special-left {
    margin-left: -46px;
}


.blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
    top: -14px;
    width: 474px;
    left: -224px;
}

@media (max-width: 1799px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -164px;
        width: 488px;
        top: -15px;
    }
}

@media (max-width: 1640px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -174px;
    }
}

@media (max-width: 1590px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -184px;
        width: 468px;
        top: -12px;
    }
}

@media (max-width: 1480px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -164px;
        width: 448px;
        top: -12px;
    }
}

@media (max-width: 1439px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -154px !important;
        width: 418px;
        top: 4px;
    }
}

@media (max-width: 1279px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -154px !important;
        width: 408px;
        top: -1px;
    }
}

@media (max-width: 1199px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -154px !important;
        width: 368px;
        top: 24px;
    }
}

@media (max-width: 1023px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -84px !important;
        width: 410px;
        top: -12px;
    }
}

@media (max-width: 767px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -124px !important;
        width: 410px;
        top: -10px;
    }
}

@media (max-width: 575px) {
    .blackfirday-promo-nov2024 .october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
        left: -44px !important;
        width: 100%;
        top: -10px;
    }
}

.blog-water-softner.privacy-policy-content-section {
    background: #fff;
    padding: 50px 0px;
}

.blog-water-softner.privacy-policy-content-section p,
.blog-water-softner.privacy-policy-content-section ul li,
.blog-water-softner.privacy-policy-content-section ol li,
.blog-water-softner.privacy-policy-content-section table tr td,
.blog-water-softner.privacy-policy-content-section table tr,
.blog-water-softner.privacy-policy-content-section table {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
    color: #58595b;
}

.blog-water-softner.privacy-policy-content-section p {
    padding: 0;
    margin-bottom: 10px;
}

.blog-water-softner.privacy-policy-content-section ol li,
.blog-water-softner.privacy-policy-content-section ul li {
    padding-left: 0;
}

.blog-water-softner.privacy-policy-content-section ol li a,
.blog-water-softner.privacy-policy-content-section ul li a,
.blog-water-softner.privacy-policy-content-section p a {
    color: #004a98;
}

.blog-water-softner.privacy-policy-content-section ol li a:hover,
.blog-water-softner.privacy-policy-content-section ul li a:hover,
.blog-water-softner.privacy-policy-content-section p a:hover {
    color: #00ac69;
}

.blog-water-softner .water-softner-content ul,
.blog-water-softner .water-softner-content ol {
    padding-left: 20px;
}

.privacy-policy-content-section .water-softner-content {
    width: 100%;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025::before {
    background: url('https://www.raynewater.com/wp-content/uploads/2025/01/newyear-pattren-bg.png');
    background-position: bottom left;
}

.end-of-summer-special-home.happy-newyear-hero-home2025 .independence-day-home-banner-right-left-img {
    width: 307px;
    height: auto;
    left: -130px;
    top: -38px;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025 .independence-day-home-banner-right-content * {
    color: #01427C;
    font-family: 'Montserrat', sans-serif;
}

.end-of-summer-special-home.happy-newyear-hero-home2025 .independence-day-home-banner-right-content h4 {
    font-weight: bold;
    font-size: 20px;
}

.happy-newyear-hero-home2025 .btn-fridaydeal {
    font-size: 14px;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.newyear-page-promo2025::before {
    background: url('https://www.raynewater.com/wp-content/uploads/2025/01/newyear-pattren-bg.png');
    background-position: bottom left;
}

.newyear-page-promo2025.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special .independence-day-home-banner-right-left-img {
    width: 307px;
    left: 0;
    top: -31px;
}

.newyear-page-promo2025.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h2 {
    color: #01427C;
}

.newyear-page-promo2025.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h3 {
    color: #01427C;
}

.newyear-page-promo2025.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section h4 {
    color: #01427C;
}

.product-details-tab-content.brine-section {
    padding-bottom: 175px;
}

.brine-section .product-who-its-tab-wrap {
    max-width: 1350px;
}

.feature-heading {
    margin: 0 auto 45px;
    padding: 0;
    text-align: center;
    max-width: 670px;
}

.feature-heading p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 31px;
}

.feature-product-ds-warp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.feature-product-ds-left {
    width: 48%;
}

.feature-product-ds-right {
    width: 48%;
}

.feature-pdt-outer {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.feature-pdt-outer::before {
    content: "";
    background: #707070;
    height: 2px;
    position: absolute;
    top: 0;
    left: 109px;
    right: 109px;
}

.feature-pdt-ds-item {
    margin: 0;
    padding: 90px 0 0;
    width: 33.33%;
    text-align: center;
    position: relative;
}

.text-or {
    margin: 0;
    padding: 38px 0 0;
    width: 4%;
}

.text-or p {
    font-family: 'Montserrat', sans-serif;
    color: #58595B;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
    text-align: center;
}

.feature-pdt-ds-item::before {
    content: "";
    background: #707070;
    width: 2px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.feature-pdt-ds-item p {
    font-family: 'Montserrat', sans-serif;
    color: #58595B;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
}

.feature-pdt-ds-item figure {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    height: 307px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-pdt-ds-item figure img {
    max-height: 100%;
}

.product-also-like-slider-item {
    padding-bottom: 2px;
}

/* =================== PHOENIX PAGE CSS START ===================== */
.btn {
    margin: 0;
    padding: 0;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    width: auto;
    text-align: center;
    padding: 15px 41px;
    border-radius: 58px;
    line-height: 1.2;
    border: none;
    text-transform: uppercase;
    justify-content: center;
}

.btn:hover {
    background: #00ac69;
    color: #fff;
}

.phoenix-first-section {
    margin: 0;
    padding: 150px 0 20px;
    background: #15A35F;
    position: relative;
}

.phoenix-first-section::after {
    content: "";
    background: url('../images/phoenix-shape-background.png') no-repeat center bottom;
    background-size: 100% 100%;
    height: 219px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -218px;
}

.phoenix-first-col-left-info {
    margin: 0;
    padding: 0;
}

.phoenix-first-col-left-info h1 {
    margin: 0 0 40px;
    padding: 0;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.phoenix-first-col-left-info p {
    margin: 0 0 33px;
    padding: 0;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.phoenix-first-right-form {
    margin: 0;
    padding: 0 0 0 67px;
}

.phoenix-first-right-form p {
    margin: 20px 0 33px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.phoenix-contact-form .request-form {
    margin: 0;
    box-shadow: none;
    border: none;
    background: rgba(255, 255, 255, 0.19);
    border-radius: 17px;
    padding: 32px 27px 40px;
}

.phoenix-contact-form .request-form h3 {
    font-size: 24px;
    margin: 0 0 34px;
    color: #fff;
    font-weight: bold;
    line-height: 27px;
}

.phoenix-contact-form .cleanwater-lead-form.common-lead-form .mediam {
    padding: 10px 24px !important;
    background: #fff !important;
    border: 1px #fff solid !important;
    border-radius: 35px;
}

.phoenix-contact-form .cleanwater-lead-form.common-lead-form .mediam.wpcf7-not-valid {
    border-color: #f00 !important;
}

.phoenix-contact-form .request-form-inner {
    padding: 0;
}

.phoenix-contact-form .request-form .form-group {
    margin-bottom: 14px;
}

.phoenix-contact-form .cleanwater-lead-form.common-lead-form form .form-group p label.headfield {
    color: #fff;
    margin: 0 !important;
    padding: 0 14px 0 0 !important;
    line-height: normal !important;
}

.phoenix-contact-form .common-lead-form form .form-group:nth-child(8) p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.phoenix-contact-form .common-lead-form form .form-group:nth-child(8) p br {
    display: none;
}

.phoenix-contact-form .common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item-label {
    font-size: 12px;
}

.phoenix-contact-form .request-form-inner .label_check {
    color: #fff;
}

.phoenix-contact-form .common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item span:before {
    background-color: #fff;
    border: 1px solid #cfd0d1;
    border-radius: 5px;
    width: 20px;
    height: 20px;
}

.phoenix-contact-form .cleanwater-lead-form.common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    background: #1C4382;
    margin-top: 5px;
}

.phoenix-contact-form .request-form-inner .label_check {
    margin-top: 0;
}

.phoenix-contact-form .common-lead-form form .form-group p span.wpcf7-form-control-wrap span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item label input:checked+span:after {
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.phoenix-contact-form .cleanwater-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    background: #195ca2;
    min-width: 208px;
    color: #fff;
    background: rgb(14, 54, 113);
    background: -moz-linear-gradient(0deg, rgba(14, 54, 113, 1) 0%, rgba(50, 87, 155, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(14, 54, 113, 1) 0%, rgba(50, 87, 155, 1) 100%);
    background: linear-gradient(0deg, rgba(14, 54, 113, 1) 0%, rgba(50, 87, 155, 1) 100%);
    min-height: 49px;
    font-size: 16px;
    font-weight: bold;
}

.phoenix-contact-form .cleanwater-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
}

.phoenix-second-section {
    margin: 0;
    padding: 245px 0 66px;
    background: #004B96;
}

.phoenix-2-row {
    display: flex;
    flex-wrap: wrap;
}

.phoenix-left-col-5 {
    width: 42%;
}

.phoenix-right-col-7 {
    width: 58%;
}

.phoenix-about-cl-info {
    margin: 0;
    padding: 0 4px 0 41px;
    position: relative;
}

.phoenix-about-cl-info h2 {
    font-size: 30px;
    color: #fff;
    line-height: 42px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 25px;
}

.phoenix-about-cl-info p {
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px;
}

.phoenix-about-cl-info span {
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    display: block;
    text-align: right;
}

.commercial-onepage-slider.phoenix-onepage-slider {
    margin: 0;
    padding: 0;
}

.phoenix-onepage-slider .commercial-slider-cl-info {
    background: none;
    padding: 0;
}

.coma-fix {
    position: absolute;
    left: 75px;
    top: 0;
}

.phoenix-onepage-slider .phoenix-about-cl-info {
    padding-left: 183px;
    padding-right: 118px;
}

.commercial-onepage-slider.phoenix-onepage-slider .slick-prev,
.commercial-onepage-slider.phoenix-onepage-slider .slick-next {
    left: auto;
    right: 0;
    top: 52px;
    background: #fff;
}

.commercial-onepage-slider.phoenix-onepage-slider .slick-prev {
    margin-top: 67px;
}

.phoenix-experience-section {
    margin: 0;
    padding: 54px 0;
    background: #01A968;
}

.phoenix-experience-heading {
    text-align: center;
    padding: 0;
    margin: 0;
}

.phoenix-experience-heading h3 {
    margin: 0 0 29px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    line-height: 37px;
}

.phoenix-experience-heading .btn:hover {
    background: #004b96;
    color: #fff;
}

.phoenix-cities-section {
    margin: 0;
    padding: 100px 0 100px;
    background: #004B96;
}

.phoenix-cities-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.phoenix-cities-lft-col-6 {
    width: 54.2%;
}

.phoenix-cities-rlt-col-6 {
    width: 45.8%;
}

.phoenix-cities-text-info {
    margin: 0;
    padding: 0 100px 0 70px;
}

.phoenix-cities-text-info h4 {
    font-size: 36px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 25px;
}

.phoenix-cities-text-info p {
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 19px;
}

.phoenix-cities-text-info a.btn {
    margin-top: 24px;
}

.phoenix-cities-img {
    margin: 0;
    padding: 0;
}

.phoenix-cities-img img {
    width: 100%;
}

.location-map-iframe {
    margin: 0;
    padding: 0
}

.location-map-iframe iframe {
    width: 100%;
    height: 641px;
}

.phoenix-findlocal-section {
    margin: 0;
    padding: 0 0 140px;
}

.phoenix-findlocal-section .findlocal-new-container {
    padding-top: 0;
}

.phoenix-four-section {
    padding: 50px 0 80px;
}

.phoenix-four-section .container {
    max-width: 1190px;
}

.phoenix-four-section .commercial-heading {
    text-align: left;
    max-width: 878px;
    margin: 0 0 60px;
}

.phoenix-four-section .commercial-heading h2 {
    max-width: 100%;
    line-height: normal;
}

.btn.btn-red {
    background-image: linear-gradient(to bottom, #fe0c00, #ee0c00, #df0c01, #cf0c01, #c00c01);
}

.btn.btn-red:hover {
    background: #00ac69;
    color: #fff;
}

.phoenix-category-five-section {
    background: #F8F8F8;
    position: relative;
    padding: 137px 0 80px;
}

.phoenix-category-five-section::before {
    content: "";
    background: url('../images/bg-white-shape.png') no-repeat top center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
}

.phoenix-category-five-section .container {
    max-width: 1326px;
}

.phoenix-category-five-section .commercial-heading {
    text-align: left;
    max-width: 878px;
    margin: 0 0 60px;
}

.phoenix-category-five-section .commercial-heading h2 {
    max-width: 100%;
    line-height: normal;
}

.phoenix-category-five-section .product-faq-rlt {
    padding: 0;
}

.product-button .btn.btn-blue {
    background: rgb(14, 54, 113);
    background: -moz-linear-gradient(0deg, rgba(14, 54, 113, 1) 0%, rgba(50, 87, 155, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(14, 54, 113, 1) 0%, rgba(50, 87, 155, 1) 100%);
    background: linear-gradient(0deg, rgba(14, 54, 113, 1) 0%, rgba(50, 87, 155, 1) 100%);
    font-size: 16px;
    padding: 15.5px 25px;
}

.product-button .btn.btn-blue:hover {
    background: #00ac69;
    color: #fff;
}

.product-button {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 15px;
}


.phoenix-bottleless-section {
    margin: 0;
    padding: 92px 0 98px;
    background: #15A35F;
}


.phoenix-heading {
    margin: 0;
    padding: 0 190px 35px;
    text-align: center;
}

.phoenix-heading h1,
.phoenix-heading h2,
.phoenix-heading h3 {
    margin: 0 0 30px;
    padding: 0;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.phoenix-heading p {
    font-size: 20px;
    line-height: 33px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
}

.phoenix-product-clr-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 0;
    margin: 0 -14px;
}

.phoenix-product-clr-col-4 {
    width: 33.333%;
    padding: 0 14px;
}

.phoenix-product-clr-col-4 .product-also-like-img-wrap img {
    max-height: inherit;
}

.phoenix-product-clr-col-4 .product-also-like-slider-info-card {
    border: none;
}

.phoenix-product-clr-col-4 .product-also-like-img-wrap {
    height: auto;
}

.phoenix-six-fq-section {
    margin: 0;
    padding: 100px 0;
}

.phoenix-six-fq-section .commercial-heading {
    text-align: left;
    max-width: 878px;
    margin: 0 0 60px;
}

.phoenix-six-fq-section .product-faq-rlt {
    padding: 0 0 0 40px;
}

.phoenix-six-fq-section .product-faq-title h2 {
    font-size: 25px;
    width: 100%;
}

.phoenix-six-fq-section .product-fq-txt p {
    font-size: 17px;
    line-height: 28px;
}

.phoenix-six-fq-section .product-faq-title {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.phoenix-six-fq-section .product-faq-main {
    margin: 20px 0 0;
    padding-right: 180px;
}

.phoenix-six-fq-section .commercial-heading h2 {
    line-height: normal;
    margin: 0 0 44px;
}

.phoenix-six-fq-section .product-faq-item {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px rgba(0, 0, 0, 0.5) solid;
}

.phoenix-six-fq-section .product-faq-title::after {
    top: -8px;
}

.phoenix-service-form-section {
    margin: 0;
    padding: 0 0 146px;
}

.phoenix-form-table-warpper {
    max-width: 973px;
    margin: 0 auto;
    background: #F5F5F5;
    border-radius: 15px;
    padding: 81px 77px 67px;
}

.phoenix-form-table-warpper .phoenix-contact-form .request-form {
    margin: 0;
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
}

.phoenix-form-table-warpper .phoenix-contact-form .request-form h3 {
    font-size: 27px;
    color: #004B96;
}

.phoenix-form-table-warpper .phoenix-contact-form .cleanwater-lead-form.common-lead-form form .form-group p label.headfield {
    color: #1C4382;
}

.phoenix-form-table-warpper .phoenix-contact-form .request-form-inner .label_check {
    color: #1C4382;
}

.phoenix-form-table-warpper .phoenix-contact-form .cleanwater-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
}

.phoenix-form-table-warpper .phoenix-contact-form .cleanwater-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: #00ac69;
    color: #fff;
}

.phoenix-form-table-warpper>p {
    font-size: 24px;
    line-height: 36px;
    color: #004B96;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0 10px 45px;
    margin: 0;
}

.phoenix-form-table-warpper .phoenix-contact-form .cleanwater-lead-form.common-lead-form .mediam {
    border: 1px solid #cfd0d1 !important;
}

.phoenix-form-table-warpper .phoenix-contact-form .cleanwater-lead-form.common-lead-form .mediam.wpcf7-not-valid {
    border-color: #f00 !important;
}

.phoenix-contact-form .cleanwater-lead-form.common-lead-form .form-group.submit-btn p {
    position: relative;
}

.phoenix-contact-form .cleanwater-lead-form.common-lead-form .form-group.submit-btn span.wpcf7-spinner {
    top: 13px;
    left: auto;
    right: 0;
}

.cleanwater-lead-form.common-lead-form.submit-btn-center {
    max-width: 515px;
    margin: 0 auto;
}

.phoenix-product-clr-col-4 .product-also-like-info-wrap h3 br {
    display: none;
}

/* =================== PHOENIX PAGE CSS END ===================== */

/* LOVE WTAER HOME CSS START */
.october-summer-special-home.end-of-summer-special-home.independence-day-home-banner-right.love-water-home-hero2025::before {
    background: #588ACE url('../images/love-water-hero-dots-bg-image.png') repeat top left 38px;
    clip-path: none;
}

.end-of-summer-special-home.end-of-summer-special-home.love-water-home-hero2025 .independence-day-home-banner-right-left-img {
    width: 411px;
    left: -235px;
    top: -60px;
}

.end-of-summer-special-home.love-water-home-hero2025 .independence-day-home-banner-right-content h4 {
    font-size: 16px;
    font-weight: normal;
}

.end-of-summer-special-home.love-water-home-hero2025 .independence-day-home-banner-right-content h3 {
    font-size: 20px;
    line-height: 25px;
}

.end-of-summer-special-home.love-water-home-hero2025 .independence-day-home-banner-right-content h2 {
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 8px;
}

.october-summer-special-home.end-of-summer-special-home.love-water-home-hero2025 .independence-day-promo-btn a.btn-fridaydeal {
    color: #fff;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

.october-summer-special-home.end-of-summer-special-home.love-water-home-hero2025 .independence-day-promo-btn a.btn-fridaydeal:hover {
    background: #1c509b;
    color: #fff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.newyear-page-promo2025.love-water-page-promo2025::before {
    background: url('../images/love-water-promo-bg-image.png') no-repeat;
    background-position: bottom right;
}

.newyear-page-promo2025.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.love-water-page-promo2025 .independence-day-home-banner-right-left-img {
    width: 381px;
    left: 6px;
    top: -47px;
}

.newyear-page-promo2025.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.love-water-page-promo2025 h4 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.newyear-page-promo2025.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.love-water-page-promo2025 h3 {
    font-size: 18px;
    line-height: 23px;
    color: #fff;
}

.newyear-page-promo2025.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-end-of-summer-special.promos-and-specials-page-independence-day-section.love-water-page-promo2025 h2 {
    font-size: 27px;
    line-height: 34px !important;
    margin: 0 0 8px;
    color: #fff;
}

.october-summer-special-promos.independence-day-home-banner-right.promos-and-specials-page-independence-day-section.love-water-page-promo2025 .independence-day-home-banner-right-content {
    padding-left: 0;
}

.love-water-page-promo2025 .offer-home-slider {
    max-width: 340px;
    margin-left: auto;
}


.lovewater-v3-section .banner-blackfridaydeals-wrap {
    justify-content: space-between;
    flex-wrap: wrap;
}

.whatget-hero-list-left {
    width: 31.5%;
    padding-right: 70px;
    position: relative;
}

.lovewater-v3-section .whatget-hero-list-left::after {
    content: "";
    position: absolute;
    top: -31.5%;
    left: -9962px;
    bottom: 0;
    width: 10500px;
    height: 1230px;
    background: #fff url(../images/dots-right-bg.png);
    background-position: right 269px top 116px;
    background-repeat: no-repeat;
    border-radius: 0 600px 600px 0;
    z-index: -1;
}

.whatget-hero-list-left .clearwater-what-get-info ul li {
    font-size: 26px;
    line-height: 44px;
}

.whatget-hero-list-left .clearwater-what-get-info h2 {
    font-size: 50px;
    line-height: 60px;
}

.whatget-hero-list-left .clearwater-what-get-info {
    padding: 0;
    background: none;
    border: none;
    position: relative;
    z-index: 1;
    left: -45px;
}

.whatget-hero-list-left .clearwater-what-get-info ul li::after {
    top: 11px;
}

.lovewater-v3-section .banner-blackfridaydeals.blackfridaydeals-oct2023 .nostress-blackfridaydeals {
    width: 32% !important;
    right: 0 !important;
}

.lovewater-v3-section .banner-blackfridaydeals.blackfridaydeals-oct2023 .nostress-blackfridaydeals img {
    width: 100% !important;
}

.patrick-special-theme.love-your-water-theme .lovewater-v3-section .banner-blackfridaydeals.blackfridaydeals-oct2023 .blackfriday-watersoftener {
    width: 30.655%;
    margin: 0;
    padding: 0;
}

.whatget-hero-list-left .clearwater-what-get-info h2 {
    color: #15A35F;
}

.patrick-special-theme.love-your-water-theme .headersection-blackfriday.lovewater-v3-section:after {
    display: none;
}

/* LOVE WTAER HOME CSS END */

/* CELEBRATING ANNIVERSARY HOME CSS START */
.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025::before {
    background: rgb(15, 104, 193);
    background: -moz-radial-gradient(circle, rgba(15, 104, 193, 1) 0%, rgba(19, 32, 128, 1) 100%);
    background: -webkit-radial-gradient(circle, rgba(15, 104, 193, 1) 0%, rgba(19, 32, 128, 1) 100%);
    background: radial-gradient(circle, rgba(15, 104, 193, 1) 0%, rgba(19, 32, 128, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f68c1", endColorstr="#132080", GradientType=1);
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025 .independence-day-home-banner-right-content h2 {
    font-size: 33px;
    line-height: 42px;
    margin: 0 0 8px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025 .independence-day-home-banner-right-content h3 {
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025 .independence-day-home-banner-right-content h4 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025 .independence-day-promo-btn a.btn-fridaydeal {
    color: #fff;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025 .independence-day-promo-btn a.btn-fridaydeal:hover {
    background: rgb(25, 117, 155);
    background-image: linear-gradient(to bottom, #19759b, #187198, #166d94, #156a91, #14668d);
}

.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025 .independence-day-home-banner-right-left-img {
    top: -25px;
}

.rentaloffer-celebrating-anniversary2025 {
    background: url(../images/anniversary-theme-promo-banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 25px 42px 25px 38px;
    margin-right: 74px;
    display: block;
    position: relative;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 34px;
}

.anniversary-row-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.anniversary-offer-home-slider {
    text-align: center;
    width: 324px;
}

.anniversary-offer-home-slider h2 {
    font-size: 35px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin: 0 0 16px;
    line-height: 45px;
}

.anniversary-offer-home-slider h3 {
    font-size: 20px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin: 0;
    line-height: 25px;
    text-align: center;
}

.anniversary-promo-mid-img {
    width: 180px;
}

.anniversary-promo-date-right {
    width: 172px;
}

.anniversary-promo-date-right h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    margin: 0 0 58px;
    line-height: 22px;
    text-align: center;
    text-align: left;
}
.anniversary-promo-date-right p {
    color: #fff;
    font-size: 9px;
    line-height: 11px;
}

.anniversary-promo-date-right .independence-day-promo-btn .btn-fridaydeal {
    color: #fff;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
    text-transform: uppercase;
}

.anniversary-promo-date-right .independence-day-promo-btn .btn-fridaydeal:Hover {
    background: rgb(25, 117, 155);
    background-image: linear-gradient(to bottom, #19759b, #187198, #166d94, #156a91, #14668d);
}

/* CELEBRATING ANNIVERSARY HOME CSS END */

/* CLEANWATER PAGE CSS START */

.rayne-nexbox-section {
    padding: 200px 0 0;
    margin: 0 0 -140px;
}

.clearbox-row-warp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
    justify-content: center;
}

.rayne-nexbox-section .cm-heading h2,
.rayne-nexbox-section .cm-heading h1 {
    color: #000;
    text-align: center;
    font-size: 85px;
    font-family: 'FuturaPT-Demi';
    line-height: normal;
}

.clearbox-col-sm4 {
    width: 50%;
    padding: 0 15px;
}

.clearbox-col-sm-info {
    margin: 0;
    padding: 20px 30px 30px;
    background: #fbfbfb;
    transition: .5s;
    border-radius: 20px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.15);
    border: 1px #2453af solid;
    height: 100%;
}

.clearbox-col-sm-info h2 {
    font-size: 32px;
    font-family: 'FuturaPT-Demi';
    line-height: normal;
    background: #2453af;
    color: #fff;
    padding: 10px 20px;
    margin: 0 0 25px;
    border-radius: 10px;
}

.clearbox-col-sm-info ul {
    margin: 0;
    padding: 0;
}

.clearbox-col-sm-info ul li {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-family: 'FuturaPT-Demi';
    color: #000000;
    position: relative;
    padding-left: 33px;
    margin-top: 10px;
}

.clearbox-col-sm-info ul li::after {
    content: "";
    background: url('../images/check-icon-new.png') no-repeat;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 6px;
    background-size: 100% !important;
}

.highlight-footer-text {
    color: #003b87;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 10px;
    text-shadow: 0 0 15px rgba(1, 255, 136, 1);
}

.highlight-footer-text a {
    color: #003b87;
}

.clearbox-col-sm-info.green-text-show h2 {
    background: #00ac69;
}

.clearbox-col-sm-info.green-text-show {
    border-color: #00ac69;
}

.clearbox-col-sm-info.green-text-show ul li::after {
    background: url('../images/check-icon-new-green.png') no-repeat;
}

.rayne-nexbox-section.raynebox-commn-section {
    padding: 80px 0 0;
    margin: 0;
}

/* CLEANWATER PAGE CSS END */

/* =============== COMPARISON CHART PAGE CSS START ======================== */
.comparison-chart-main-top {
    margin: 0;
    padding: 130px 0 100px;
}

.comparison-chart-page-section {
    margin: 0 0 50px;
    padding: 0;
}

.comparison-chart-page-section:last-child {
    margin-bottom: 0;
}

.comparison-chart-top-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 17px;
}

.comparison-top-heading {
    margin: 0;
    padding: 0;
}

.comparison-top-heading {
    margin: 0 0 20px;
    padding: 0;
}

.comparison-top-heading h1,
.comparison-top-heading h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: normal;
    color: #014A97;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.chart-tab-menu {
    position: relative;
    z-index: 1;
}

.chart-tab-menu ul.nav.mobile-tabs {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background: #fff;
    padding: 2px 10px 10px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}

.chart-tab-menu ul li {
    display: block;
    margin-top: 8px;
}

.chart-tab-menu ul li a {
    display: inline-flex;
    background: rgb(0, 75, 150);
    background: -moz-linear-gradient(90deg, rgba(0, 75, 150, 1) 30%, rgba(0, 171, 104, 1) 90%);
    background: -webkit-linear-gradient(90deg, rgba(0, 75, 150, 1) 30%, rgba(0, 171, 104, 1) 90%);
    background: linear-gradient(90deg, rgba(0, 75, 150, 1) 30%, rgba(0, 171, 104, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004b96", endColorstr="#00ab68", GradientType=1);
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    min-width: 100%;
    text-align: center;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.chart-tab-menu ul li a:hover,
.chart-tab-menu ul li a.active {
    background: #fff;
    color: #014A97;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.chart-tab-menu .tabs-dropdown {
    display: inline-flex;
    background: rgb(0, 75, 150);
    background: -moz-linear-gradient(90deg, rgba(0, 75, 150, 1) 30%, rgba(0, 171, 104, 1) 90%);
    background: -webkit-linear-gradient(90deg, rgba(0, 75, 150, 1) 30%, rgba(0, 171, 104, 1) 90%);
    background: linear-gradient(90deg, rgba(0, 75, 150, 1) 30%, rgba(0, 171, 104, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004b96", endColorstr="#00ab68", GradientType=1);
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    min-width: 569px;
    text-align: center;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.chart-tab-menu .tabs-dropdown::after {
    content: "";
    background: url('../images/down-arrow.svg') no-repeat center;
    width: 24px;
    height: 14px;
    position: absolute;
    right: 28px;
    top: 50%;
    background-size: 100% !important;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.chart-tab-menu .tabs-dropdown.open {
    background: #fff;
    color: #014A97;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0 0;
}

.chart-tab-menu .tabs-dropdown.open::after {
    background: url('../images/up-arrow.svg') no-repeat center;
}

.comparison-system-chart-section {
    margin: 0;
    padding: 30px 32px 20px 28px;
    background: #EBF6FB;
    border-radius: 10px;
}

.system-chart-repeat-item {
    margin: 0 0 2px;
    padding: 0;
}

.system-item-first-row {
    margin: 0;
    padding: 0;
}

.system-commn-wd-list.system-item-first-row ul {
    margin: 0 -1.5px;
    align-items: normal;
}

.system-commn-wd-list.system-item-first-row ul li {
    padding: 0 1.5px !important;
}

.system-commn-wd-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.system-commn-wd-list ul li:first-child {
    width: 33.44% !important;
    text-align: left;
    padding-left: 24px;
}

.system-commn-wd-list ul li {
    display: block;
    margin: 0;
    padding: 7px 0;
    width: 8.320%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.system-commn-wd-list ul li h2 {
    margin: 0;
    background: #81A8CE;
    padding: 0 24px;
    color: #fff;
    font-size: 32px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    border-radius: 10px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.system-commn-wd-list ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #014A97;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    line-height: 20px;
    padding: 15px 18px;
}

.system-commn-wd-list ul li p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    line-height: 15px;
}

.system-commn-wd-list ul li strong {
    color: #00AC69;
    font-size: 18px;
    font-weight: bold;
}

.system-item-second-row {
    margin: 0;
    background: rgb(0, 75, 150);
    background: -moz-linear-gradient(90deg, rgba(0, 75, 150, 1) 30%, rgba(0, 171, 104, 1) 90%);
    background: -webkit-linear-gradient(90deg, rgba(0, 75, 150, 1) 30%, rgba(0, 171, 104, 1) 90%);
    background: linear-gradient(90deg, rgba(0, 75, 150, 1) 30%, rgba(0, 171, 104, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004b96", endColorstr="#00ab68", GradientType=1);
    border-radius: 10px;
    padding: 0;
}

.category-part-item .system-item-second-row {
    opacity: 0.45;
}

.system-item-three-row {
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

.system-item-three-row.system-commn-wd-list ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.system-item-three-row:nth-child(even) {
    background: rgba(129, 168, 206, 0.15);
}

.conditioners-salt-tab-section .system-commn-wd-list ul li,
.whole-house-tab-section .system-commn-wd-list ul li {
    width: 13.312%;
}

.conditioners-salt-tab-section .category-part-item .system-commn-wd-list ul li+li {
    font-size: 14px;
}

.scroll-now-mobile {
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 10px;
    margin-left: 10px;
}

.scroll-now-mobile img {
    max-width: 31px;
    padding-top: 4px;
}

.scroll-now-mobile p {
    color: #014A97;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 0 0 0 12px;
}


.rayne-phoenix-get-section .clearbox-row-warp {
    margin-top: 50px;
}

.rayne-phoenix-get-section .phoenix-form-table-warpper {
    padding: 40px;
}

/* =============== COMPARISON CHART PAGE CSS END ======================== */

/* =============== CLEANWATER NEW PAGE CSS START ======================== */
.cleanwater-v3-section .request-form {
    margin-top: 0;
}

.clearwater-getwarp-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.clearwater-what-get-left {
    width: calc(100% - 304px);
    margin-left: -45px;
}

.cleanwater-v3-section .request-form {
    position: relative;
    right: -12px;
}

.clearwater-getwarp-row .newheading-line {
    width: 304px;
    padding-right: 0;
}

.clearwater-what-get-info {
    margin: 0;
    padding: 50px 130px 40px 39px;
    border: 2px #15A35F solid;
    border-radius: 13px;
    background: #fff;
}

.clearwater-what-get-info h2 {
    color: #232424;
    font-size: 45px;
    line-height: 54px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin: 0 0 31px;
}

.clearwater-getwarp-row .newheading-line p {
    font-family: 'FuturaPT-Demi';
}

.clearwater-getwarp-row a.get-started {
    letter-spacing: 0;
    font-family: 'FuturaPT-Demi';
}

.clearwater-what-get-info ul {
    margin: 0;
    padding: 0;
}

.clearwater-what-get-info ul li {
    display: block;
    font-size: 25px;
    line-height: 40px;
    font-family: 'FuturaPT-Demi';
    color: #000000;
    position: relative;
    padding-left: 33px;
    margin-top: 0;
}

.clearwater-what-get-info ul li::after {
    content: "";
    background: url('../images/check-icon-new-green.png') no-repeat;
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 6px;
    background-size: 100% !important;
}

.cleanwater-v3-section .request-form {
    padding: 20px 30px;
}

.cleanwater-v3-section .request-form h3 {
    margin: 8px 0;
}

.cleanwater-v3-section .request-form .form-group {
    margin-bottom: 4px;
}

.cleanwater-v3-section .common-lead-form form .form-group p {
    line-height: 31px;
}

.cleanwater-v3-section .cleanwater-lead-form.common-lead-form input.mediam {
    padding: 4px 13px;
}

.cleanwater-v3-section .common-lead-form form .form-group textarea.wpcf7-textarea.mediam {
    height: 90px;
}

.cleanwater-v3-section label {
    padding-bottom: 5px !important;
}

.cleanwater-v3-section .request-form-inner .label_check {
    margin-top: 3px;
}

/* =============== CLEANWATER NEW PAGE CSS END ======================== */

/* =============== FAILL SPECIAL PAGE CSS START ======================== */
.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025::before {
    background: url('../images/hero-fall-rlt-bg-01.jpg');
    background-position: top left;
    background-size: cover;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025 .independence-day-home-banner-right-content h2 {
    color: #134A98;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025 .independence-day-home-banner-right-content h3 {
    color: #134A98;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025 .independence-day-home-banner-right-content h4 {
    color: #134A98;
}

.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025 .independence-day-home-banner-right-left-img {
    top: -18px;
    left: -154px;
}

.rentaloffer-celebrating-anniversary2025.fall-special-promo-page {
    background: url('../images/promo-fall-image.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
}

.fall-special-promo-page .anniversary-offer-home-slider h3 {
    color: #134A98;
}

.fall-special-promo-page .anniversary-offer-home-slider h2 {
    color: #134A98;
}

.fall-special-promo-page .anniversary-promo-date-right h4 {
    color: #134A98;
}

.blue-special-theme .headersection-blackfriday.fall-special-hdr-v3-section {
    background-image: url('../images/fall-special-header-background-new.jpg');
}

.fall-special-hdr-v3-section .whatget-hero-list-left .clearwater-what-get-info h2 {
    color: #232424;
}

.blue-special-theme .fall-special-hdr-v3-section .watersofteneroff-blackfriday h2 {
    color: #134A98;
    font-weight: bold;
}

.blue-special-theme .fall-special-hdr-v3-section .celebrating-anniversary-banner .watersofteneroff-blackfriday h3 {
    color: #134A98;
}

.blue-special-theme .fall-special-hdr-v3-section .celebrating-anniversary-banner .watersofteneroff-blackfriday p {
    color: #134A98;
}

.blue-special-theme .fall-special-hdr-v3-section .request-form {
    background: #247994;
}

.blue-special-theme .fall-special-hdr-v3-section.headersection-blackfriday:before {
    background: #000;
}

.fall-special-hdr-v3-section .slider-blackfriday {
    padding: 0;
    width: 427px;
    height: 427px;
}

.blue-special-theme .fall-special-hdr-v3-section .celebrating-anniversary-banner .slider-blackfriday {
    margin-left: 15px;
}

.fall-special-hdr-v3-section .items-blackfriday img {
    max-height: 210px;
}

.fall-special-hdr-v3-section .items-blackfriday.never-better-first-tag img {
    max-height: inherit;
}

.fall-special-hdr-v3-section .slick-track {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fall-special-hdr-v3-section .items-blackfriday p {
    font-size: 28px;
}

.fall-special-hdr-v3-section .slider-blackfriday ul.slick-dots {
    bottom: -66px;
}

.hero-disclaimer-fixed {
    position: absolute;
    max-width: 268px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 300px;
}

.hero-disclaimer-fixed p {
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.hero-disclaimer-fixed-item {
    margin-bottom: 15px;
}
.hero-disclaimer-fixed-item:last-child{
    margin-bottom: 0;
}
.hero-disclaimer-fixed h6 {
    font-size: 13px;
    color: #fff;
    line-height: 16px;
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.blue-special-theme .blackfriday-residential.fall-special-residential {
    background: #124763;
}

.fall-special-residential .blackfriday-residential-wrap h3 {
    color: #fff;
}

.fall-special-residential .blackfriday-residential-wrap p {
    color: #fff;
}

.blue-special-theme .fall-special-residential .blackfriday-residential-wrap a.btnblackfriday {
    background: rgb(248, 156, 2);
    background: -moz-linear-gradient(0deg, rgba(248, 156, 2, 1) 5%, rgba(251, 215, 117, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(248, 156, 2, 1) 5%, rgba(251, 215, 117, 1) 100%);
    background: linear-gradient(0deg, rgba(248, 156, 2, 1) 5%, rgba(251, 215, 117, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f89c02", endColorstr="#fbd775", GradientType=1);
}

.blue-special-theme .fall-special-residential .blackfriday-residential-wrap a.btnblackfriday:hover {
    background: rgb(248, 156, 2);
    background: -moz-linear-gradient(189deg, rgba(248, 156, 2, 1) 5%, rgba(251, 215, 117, 1) 100%);
    background: -webkit-linear-gradient(189deg, rgba(248, 156, 2, 1) 5%, rgba(251, 215, 117, 1) 100%);
    background: linear-gradient(189deg, rgba(248, 156, 2, 1) 5%, rgba(251, 215, 117, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f89c02", endColorstr="#fbd775", GradientType=1);
}

.blue-special-theme .say-hello-bottom-section.fall-special-say-hello-bottom {
    background: #fff url(../images/fall-special-header-background-new.jpg) no-repeat center top;
    background-size: 100% 100%;
}

.blue-special-theme .fall-special-say-hello-bottom .say-hello-info-item h2 {
    color: #134A97;
}

.blue-special-theme .fall-special-say-hello-bottom .say-hello-info-item p {
    color: #513620;
}

.blue-special-theme .fall-special-say-hello-bottom .say-hello-info-item a.btnblackfriday {
    background: rgb(12, 52, 111);
    background: -moz-linear-gradient(0deg, rgba(12, 52, 111, 1) 0%, rgba(54, 91, 158, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(12, 52, 111, 1) 0%, rgba(54, 91, 158, 1) 100%);
    background: linear-gradient(0deg, rgba(12, 52, 111, 1) 0%, rgba(54, 91, 158, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c346f", endColorstr="#365b9e", GradientType=1);
}

.blue-special-theme .fall-special-say-hello-bottom .say-hello-info-item a.btnblackfriday:hover {
    background: rgb(12, 52, 111);
    background: -moz-linear-gradient(180deg, rgba(12, 52, 111, 1) 0%, rgba(54, 91, 158, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(12, 52, 111, 1) 0%, rgba(54, 91, 158, 1) 100%);
    background: linear-gradient(180deg, rgba(12, 52, 111, 1) 0%, rgba(54, 91, 158, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c346f", endColorstr="#365b9e", GradientType=1);
}

.blue-special-theme .fall-special-service-plan .say-hello-service-plan-item-info {
    background: #124763;
}

/* =============== FAILL SPECIAL PAGE CSS END ======================== */

.highlight-box-line {
    display: inline-flex;
    position: absolute;
    right: -66px;
    bottom: 0px;
    background: #F00;
    border: 3px #fff solid;
    padding: 8px 10px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-2deg);
    font-size: 18px;
    line-height: normal;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.cleanwater-10-date-new .highlight-box-line {
    right: -118px;
    bottom: 6px;
    padding: 7px 10px;
    font-size: 17px;
}

.clearwater-what-get-info ul li.bdy-party-icon::after {
    background: url('../images/birthday-party-icon.png') no-repeat;
    width: 25px;
    height: 25px;
    top: 10px;
}

.cleanwater-10-date-new .newheading-line {
    padding-top: 0;
}

.cleanwater-10-date-new a.get-started {
    margin-top: 25px;
}

/* NEVER A BETTER TIME TO SAVE APRIL CSS START */
.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025.never-better-time-april-hero-2025::before {
    background: url('../images/hero-never-fall-rlt-bg-01.png');
    background-position: top left;
    background-size: 100% 100%;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025.never-better-time-april-hero-2025 .independence-day-home-banner-right-content h2 {
    color: #EE725A;
    font-size: 23px;
    line-height: 31px;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025.never-better-time-april-hero-2025 .independence-day-home-banner-right-content h3 {
    color: #124763;
    font-size: 16px;
    line-height: 20px;
}

.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025.never-better-time-april-hero-2025 .independence-day-home-banner-right-left-img {
    top: -25px;
    left: -104px;
}

.october-summer-special-home.end-of-summer-special-home.happy-newyear-hero-home2025.celebrating-anniversary-hero-home2025.fall-special-hero-home2025.never-better-time-april-hero-2025 .independence-day-home-banner-right-content h4 {
    color: #124763;
    font-size: 13px;
}

.rentaloffer-celebrating-anniversary2025.fall-special-promo-page.neverbetter-promo-april2025 {
    background: url('../images/hero-never-fall-rlt-bg-01.png');
    background-position: top left;
    background-size: 100% 100%;
}

.fall-special-promo-page.neverbetter-promo-april2025 .anniversary-offer-home-slider h2 {
    color: #EE725A;
    font-size: 25px;
    line-height: 34px;
    text-transform: uppercase;
}

.fall-special-promo-page.neverbetter-promo-april2025 .anniversary-offer-home-slider h3 {
    color: #124763;
    font-size: 17px;
    line-height: 21px;
}

.neverbetter-promo-april2025 .anniversary-promo-mid-img {
    width: 220px;
}

.neverbetter-promo-april2025 .anniversary-offer-home-slider {
    width: 239px;
}

.text-shadow-css {
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.fall-special-promo-page.neverbetter-promo-april2025 .anniversary-promo-date-right h4 {
    color: #233A5A;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.blue-special-theme .headersection-blackfriday.fall-special-hdr-v3-section.neverbetter-triple-v3-section {
    background-image: url('../images/neverbetter-bg-clr-img.png');
}

.blue-special-theme .fall-special-hdr-v3-section.neverbetter-triple-v3-section .watersofteneroff-blackfriday h2 {
    color: #EE725A;
    margin: 0 0 13px;
}

.blue-special-theme .fall-special-hdr-v3-section.neverbetter-triple-v3-section .celebrating-anniversary-banner .watersofteneroff-blackfriday h3 {
    color: #124763;
}

.blue-special-theme .fall-special-hdr-v3-section.neverbetter-triple-v3-section .celebrating-anniversary-banner .watersofteneroff-blackfriday p {
    color: #124763;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.blue-special-theme .say-hello-bottom-section.fall-special-say-hello-bottom.neverbetter-say-hello-bottom {
    background: #fff url('../images/neverbetter-bg-clr-img.png') no-repeat center top;
    background-size: 100% 100%;
}

.phoenix-category-five-section .product-fq-col-img {
    text-align: center;
}

/* NEVER A BETTER TIME TO SAVE APRIL CSS END */

/* NEVER A BETTER TIME TO SAVE 07 MAY 2025 CSS START */
.independence-day-home-banner-right.end-of-summer-special-home.october-summer-special-home.hero-never-better-may07-2025::before {
    background: #AFEEF4;
    background: linear-gradient(180deg, rgba(175, 238, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.end-of-summer-special-home.hero-never-better-may07-2025 .independence-day-home-banner-right-left-img {
    width: 355px;
    left: -157px;
    top: -69px;
}

.october-summer-special-home.end-of-summer-special-home.hero-never-better-may07-2025 .independence-day-home-banner-right-content * {
    color: #134A98;
}

.end-of-summer-special-home.hero-never-better-may07-2025 .independence-day-home-banner-right-content h2 {
    font-size: 21px;
    line-height: 30px;
}

.end-of-summer-special-home.hero-never-better-may07-2025 .independence-day-home-banner-right-content h3 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

.end-of-summer-special-home.hero-never-better-may07-2025 .independence-day-home-banner-right-content h4 {
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
    text-transform: none;
}

.october-summer-special-home.end-of-summer-special-home.hero-never-better-may07-2025 .independence-day-promo-btn a.btn-fridaydeal {
    color: #fff;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc07', endColorstr='#ff9a17', GradientType=0);
}

.october-summer-special-home.end-of-summer-special-home.hero-never-better-may07-2025 .independence-day-promo-btn a.btn-fridaydeal:hover {
    background: #187198;
}

.blue-special-theme .headersection-blackfriday.fall-special-hdr-v3-section.neverbetter-triple-may07-2025-section {
    background: #AFEEF4;
    background: linear-gradient(180deg, rgba(175, 238, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.neverbetter-triple-may07-2025-section .items-blackfriday.never-better-first-tag {
    position: relative;
    top: 0;
    left: 0;
    background: none;
    padding: 0;
    box-shadow: none;
}

.blue-special-theme .neverbetter-triple-may07-2025-section .slider-blackfriday {
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.neverbetter-triple-may07-2025-section .items-blackfriday {
    height: 403px;
    background: #fff;
    border-radius: 100%;
    padding: 70px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}

.say-hello-bottom-section.fall-special-say-hello-bottom.neverbetter-say-hello-may7-2025-bottom {
    background: #AFEEF4;
    background: linear-gradient(180deg, rgba(175, 238, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.rentaloffer-celebrating-anniversary2025.fall-special-promo-page.neverbetter-promo-may7-2025 {
    background: #AFEEF4;
    background: linear-gradient(180deg, rgba(175, 238, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 0 15px 0 15px;
}

.fall-special-promo-page.neverbetter-promo-may7-2025 .anniversary-offer-home-slider h2 {
    font-size: 20px;
    line-height: normal;
    margin: 0 11px 25px;
    color: #FF0000 !important;
    text-transform: uppercase;
}

.fall-special-promo-page.neverbetter-promo-may7-2025 .anniversary-offer-home-slider h3 {
    color: #134A98;
    font-size: 16px;
    line-height: 20px;
}

.fall-special-promo-page.neverbetter-promo-may7-2025 .anniversary-promo-date-right h4 {
    color: #134A98;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.neverbetter-promo-may7-2025 .anniversary-promo-mid-img {
    width: 240px;
}

.neverbetter-triple-may07-2025-section .slick-list {
    padding: 12px;
}

/* NEVER A BETTER TIME TO SAVE 07 MAY 2025 CSS END */

/* AUTHOR PAGE CSS START */
.author-page-hero-section .section-heading {
    text-align: left;
    margin-left: 0;
    margin-top: 13%;
}

.author-page-hero-section.contact-us-heading h1.heading1 {
    font-size: 40px !important;
    margin: 0 0 22px;
    font-family: 'Helvetica Neue Bold';
}

.section-heading p {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
}

.author-page-second-section {
    margin: 0;
    padding: 0;
}

.author-user-warp {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 53px;
}

.author-col-left {
    width: 374px;
}

.author-col-right {
    width: calc(100% - 374px);
    padding-left: 86px;
}

.author-name h1 {
    font-family: 'Helvetica Neue Bold';
    color: #004B96;
    margin: 0 0 17px;
    padding: 0
}

.author-desingation p {
    font-size: 24px;
    color: #4A4A4A;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    margin: 0 0 33px;
    padding: 0;
    line-height: 28px;
}

.author-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.author-social a {
    display: inline-flex;
    height: 49px;
    width: 49px;
    background: #004B96;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.author-page-second-section {
    margin: 0;
    padding: 35px 0 240px;
}

.author-about-content h2 {
    font-family: 'Helvetica Neue Bold';
    color: #004B96;
    margin: 0 0 32px;
    padding: 0 0 32px;
    font-size: 50px;
    line-height: normal;
    border-bottom: 1px #707070 solid;
}

.author-bio.author-about-content {
    margin: 0 0 85px;
}

.author-about-content p {
    font-size: 24px;
    color: #4A4A4A;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    margin: 0 0 33px;
    padding: 0 61px 0 0;
    line-height: 35px;
}

.author-about-content p:last-child {
    margin-bottom: 0;
}

.articles-heading h3 {
    font-family: 'Helvetica Neue Bold';
    color: #004B96;
    margin: 0 0 46px;
    padding: 0;
    font-size: 50px;
    line-height: normal;
}

.articles-author-section .featured-img {
    margin: 0 0 20px;
}

.articles-author-section .featured-img img {
    width: 100%;
}

.articles-author-section .featured-section .featured-content {
    width: 100%;
    margin: 0 0 auto;
}

.articles-author-section .featured-section .featured-content p {
    align-items: flex-start;
    min-height: auto;
    padding: 0;
}

.articles-author-section .featured-section {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.articles-author-section .full-post-btn {
    text-align: center;
    margin-top: auto;
}

.articles-height-auto {
    margin: 0;
    padding: 0;
    width: 100%;
}

.articles-author-section .full-post-btn a {
    display: inline-flex;
}

/* AUTHOR PAGE CSS END */


/*=========== BLOG PAGE DETAILS CSS START ========================*/
.single-post .contact-us-heading {
    height: 350px;
}

.single-faq .contact-us-heading {
    height: 350px;
}

.blog-water-softner.blog-water-details-section {
    background: none;
    padding: 82px 0;
}

.blog-water-details-section .water-softner-content {
    width: 100%;
}

.blog-water-details-section .post-top-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 50px;
}

.blog-water-details-section .post-top-right {
    width: 63%;
}

.blog-water-details-section .post-top-left {
    width: 37%;
}

.blog-water-details-section .post-top-right .backbtn {
    text-align: left;
}

.blog-water-softner.blog-water-details-section .softner-heading {
    margin: 0;
    text-align: left;
}

.blog-water-softner.blog-water-details-section .softner-heading h1 {
    font-family: 'Helvetica Neue Bold';
    font-weight: bold;
    font-size: 45px;
}

.blog-water-details-section .author-img {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 26px;
}

.blog-water-details-section .author-img figure {
    margin: 0 30px 0 0;
    width: 100px;
    height: 100px;
}

.blog-water-details-section .author-img figure img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-water-details-section .water-softner-content .author-img h4 {
    color: #004b96;
    font-weight: bold;
    font-family: 'Helvetica Neue Bold';
    font-size: 30px;
}

.blog-water-details-section .water-softner-content .author-img h4 a {
    color: #004b96;
    word-break: normal;
}

.blog-water-details-section .water-softner-content .author-name p {
    padding: 0;
    margin: 0;
}

.blog-water-details-section .author-name {
    margin: 0 0 35px;
}

.blog-water-details-section .softner-heading p {
    margin: 0;
}

.blog-water-details-section .water-softner-content p {
    font-size: 20px;
}

.blog-water-details-section .blog-detail-right h1,
.blog-water-details-section .blog-detail-right h2,
.blog-water-details-section .blog-detail-right h3,
.blog-water-details-section .blog-detail-right h4,
.blog-water-details-section .blog-detail-right h5,
.blog-water-details-section .blog-detail-right h6 {
    font-family: 'Helvetica Neue Bold';
    font-weight: bold;
    color: #000;
}

/*=========== BLOG PAGE DETAILS CSS END ========================*/

.blog-detail-content.blog-detail-new-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.blog-detail-col-left {
    width: 20%;
    position: sticky;
    top: 170px;
}

.blog-detail-col-left h3 {
    font-size: 28px;
    line-height: 24px;
    color: #000000;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 0;
    padding-bottom: 25px;
}

.blog-water-softner .water-softner-content .blog-detail-col-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.blog-water-softner .water-softner-content .blog-detail-col-left ul li {
    padding: 14px 0px;
    font-size: 20px;
    line-height: 28px;
    color: #737373;
    font-weight: normal;
    border-bottom: 1px solid #B1B1B1;
}

.blog-water-softner .water-softner-content .blog-detail-col-left ul li a {
    color: #737373;
    display: block;
    transition: 0.7s;
    word-break: break-word;
}

.blog-water-softner .water-softner-content .blog-detail-col-left ul li a.active {
    color: #000000;
    font-family: 'Helvetica Neue Bold';
    font-weight: bold;
}

.blog-detail-right.blog-detail-col-mid {
    width: 55%;
    padding: 0px 35px;
}

.blog-detail-right.blog-detail-col-mid.full-width {
    width: 75%;
    padding-left: 0;
}

.blog-detail-col-right {
    width: 25%;
    position: sticky;
    top: 170px;
}

.blog-water-details-section .water-softner-content .author-img h4 {
    width: calc(100% - 150px);
}

.blog-water-details-col3.blog-water-details-section .author-name {
    margin: 0 0 25px;
}

.blog-water-details-col3.blog-water-details-section .water-softner-content .author-name p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    color: #5E5E5F;
}

.blog-water-details-col3 .author-social a {
    height: 40px;
    width: 40px;
    font-size: 18px;
}

.blog-newsletter-wrap {
    background: #E9E9E9;
    margin-top: 35px;
    padding: 38px 14px;
}

.blog-newsletter-inner {
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
}

.blog-newsletter-heading h4 {
    font-size: 28px;
    line-height: 24px;
    text-transform: capitalize;
    color: #000000;
    /* font-family: 'Helvetica Neue Bold';
	font-weight: bold; */
    font-family: 'Helvetica Neue Medium';
    font-weight: 500;
    margin-bottom: 18px;
}

.blog-water-details-section .water-softner-content .blog-newsletter-heading p {
    font-family: 'Helvetica Neue';
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}

.blog-newsletter-heading {
    margin-bottom: 25px;
}

.blog-newsletter-form .form-group {
    margin-bottom: 25px;
    position: relative;
}

.blog-newsletter-form .form-group:last-child {
    margin-bottom: 0px;
}

.blog-newsletter-form .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #BABABA;
    height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-family: 'Helvetica Neue';
    font-weight: normal;
    border-radius: 0;
    box-shadow: none !important;
}

.blog-newsletter-form .form-group .form-control:placeholder {
    color: #808080;
}

.blog-newsletter-form .subscribe-btn {
    background: #353535;
    height: 50px;
    width: 100%;
    border: 0;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: 'Helvetica Neue Bold';
    font-weight: bold;
    cursor: pointer;
    transition: 0.7s;
}

.blog-newsletter-form .form-group span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    top: 4px;
    bottom: 0;
    margin: auto;
    filter: invert(1);
}

.blog-newsletter-form .subscribe-btn:hover {
    background: #004B96;
    color: #FFFFFF;
}

.blog-water-details-section.blog-water-details-col3 .post-top-right .backbtn {
    margin-bottom: 35px;
}

.blog-water-details-col3 .backbtn a {
    font-size: 18px;
    padding: 8px 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.blog-water-details-section.blog-water-details-col3 .post-top-right {
    width: 100%;
    margin-bottom: 20px;
}

.blog-water-details-section.blog-water-details-col3 .water-softner-content ul li {
    padding-left: 0;
}

.blog-water-details-col3 .blog-water-softner .water-softner-content ul,
.blog-water-details-col3 .blog-water-softner .water-softner-content ol {
    padding-left: 30px;
}

.single-post .contact-us-heading {
    height: 270px;
}

.single-faq .contact-us-heading {
    height: 270px;
}

.blog-water-details-col3 .water-softner-content ol li {
    padding-left: 8px;
}

.blog-water-details-col3.blog-water-softner .water-softner-content .blog-detail-col-mid p a,
.blog-water-details-col3.blog-water-softner .water-softner-content .blog-detail-col-mid ul li a,
.blog-water-details-col3.blog-water-softner .water-softner-content .blog-detail-col-mid ol li a {
    color: #5E5E5F;
    text-decoration: underline;
}

.blog-water-details-col3.blog-water-softner .water-softner-content .blog-detail-col-mid p a:hover,
.blog-water-details-col3.blog-water-softner .water-softner-content .blog-detail-col-mid ul li a:hover,
.blog-water-details-col3.blog-water-softner .water-softner-content .blog-detail-col-mid ol li a:hover {
    color: #000;
    text-decoration: none;
}

.blog-water-details-section.blog-water-details-col3 .blog-detail-right.blog-detail-col-mid ul li,
.blog-water-details-section.blog-water-details-col3 .blog-detail-right.blog-detail-col-mid ol li {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}

.blog-water-details-section.blog-water-details-col3 .blog-detail-right.blog-detail-col-mid ul li strong,
.blog-water-details-section.blog-water-details-col3 .blog-detail-right.blog-detail-col-mid ol li strong {
    font-family: 'Helvetica Neue Bold';
    font-weight: bold;
}

p a {
    color: #58595b;
    text-decoration: underline;
    word-break: normal;
}

p a:hover {
    color: #58595b;
}


.home-v2 .end-of-summer-special-home.hero-never-better-may07-2025 .independence-day-home-banner-right-left-img {
    top: -56px;
}

.home-v2 .patrick-special-slider-item.patrick-special-offer-home {
    min-height: 185px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.home-v2 .october-summer-special-home.end-of-summer-special-home.independence-day-home-banner-right {
    top: -40px;
}

.commercial-rayne-banner {
    position: relative;
}

.commercial-first-section {
    z-index: 1;
}

.formContact.commercial-form {
    position: absolute;
    top: 20px;
    max-width: 770px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 40px 30px 24px;
    border-radius: 20px;
    z-index: 2;
}

.formContact.commercial-form .rowField {
    width: 100% !important;
    padding: 25px 0 0;
}

.commercial-form .common-lead-form form .form-group:nth-child(5),
.commercial-form .common-lead-form form .form-group:nth-child(6) {
    width: 49%;
}

.commercial-form .contactpage-lead-form.common-lead-form form .form-group:nth-child(7) {
    width: 49%;
}

.commercial-form .common-lead-form form .form-group {
    width: 49%;
    margin-bottom: 22px;
}

.independence-day-home-banner-right.end-of-summer-special-home.october-summer-special-home.hero-never-better-may07-2025.blue_bg::before,
.rentaloffer-celebrating-anniversary2025.fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue {
    background: #000;
}

.october-summer-special-home.end-of-summer-special-home.hero-never-better-may07-2025.blue_bg .independence-day-home-banner-right-content *,
.fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue .anniversary-offer-home-slider h2,
.fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue .anniversary-offer-home-slider h3,
.fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue .anniversary-promo-date-right h4 {
    color: #fff;
}

.neverbetter-promo-may7-2025.bg_blue .anniversary-promo-mid-img {
    padding: 0;
}

.fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue .anniversary-offer-home-slider h3 {
    margin-bottom: 25px;
}
.fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue .anniversary-offer-home-slider h3 strong {
    font-weight: 800;
}
.fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue .anniversary-offer-home-slider h3:last-child {
    margin-bottom: 0;
}

.items-blackfriday.never-better-first-tag.back-school img {
    padding: 0px 20px;
}

/*=========== FAQ PAGE CSS START ========================*/
.faq-accordion-section {
    padding: 70px 0px;
}

.faq-accordion-section .container {
    max-width: 1019px !important;
    margin: 0 auto;
}

.faq-accordion-heading {
    text-align: center;
    margin-bottom: 60px;
}

.faq-accordion-heading h3 {
    font-family: 'Helvetica Neue Bold';
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    color: #58595B;
    margin: 0;
}

.faq-accordion-inner .FAQ-according {
    padding: 0;
    max-width: 100%;
}

.faq-accordion-inner .faq-item__title {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.faq_item_left_col {
    width: 728px;
}

.faq_item_right_col {
    width: 135px;
}

.faq_item_right_col p,
.faq_item_right_col a {
    margin: 0;
    width: 100%;
    background: #264B8D;
    border-radius: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

.faq_item_right_col a:hover {
    background: #33AC69;
    text-decoration: none;
}

span.faq-minus {
    display: none;
}

.faq-accordion-inner .faq-item.open span.faq-plus {
    display: none;
}

.faq-accordion-inner .faq-item.open span.faq-minus {
    display: block;
}

.faq_item_left_col h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #58595B;
    margin: 0;
}

.faq_item_left_col h4 a {
    color: #58595B;
    text-decoration: none;
    word-break: auto-phrase;
}

.faq_item_left_col h4 a:hover {
    color: ##33AC69;
}

.faq-accordion-inner .faq-item__content {
    padding-right: 0;
}

.faq-accordion-inner .faq-item__content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #58595B;
    margin: 0;
}

.faq-accordion-inner .faq-item__title::after {
    display: none;
}

.faq-accordion-inner .blog-pagination {
    margin-top: 80px;
}

@media (min-width:1200px) {
    .header-topnew-bar.sticky-header {
        z-index: 99999 !important
    }
}

/*=========== FAQ PAGE CSS END ========================*/


/* =============== BLACK FRIDAY 2025 CHNAGES CSS START ============== */
.independence-day-home-banner-right.end-of-summer-special-home.october-summer-special-home.hero-never-better-may07-2025.blue_bg.blackfrday-home-banner-2025::before {
    background: #000;
}
.october-summer-special-home.end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-promo-btn a.btn-fridaydeal {
    color: #fff;
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, #FF0000 0%, #950000 100%);
    background: -webkit-linear-gradient(top, #FF0000 0%, #950000 100%);
    background: linear-gradient(to bottom, #FF0000 0%, #950000 100%);
    min-width: 198px;
}
.october-summer-special-home.end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-promo-btn a.btn-fridaydeal:hover {
    background: rgb(255, 220, 7);
    background: -moz-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 220, 7, 1) 0%, rgba(255, 154, 23, 1) 100%);
}
.end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-content h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-content h4 strong {
    font-weight: 800;
}
.end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-content h5 {
    font-size: 12px;
    font-weight: normal;
     margin-bottom: 15px;
}
.end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-content p {
    font-size: 9px;
    line-height: 13px;
    margin-top: 15px;
    padding: 0 28px;
    text-align: left;
}
.home-v2 .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-left-img {
    top: 0px;
    width: 259px;
    left: 0;
}
.end-of-summer-special-home.blackfrday-home-banner-2025 .independence-day-home-banner-right-content {
    margin-right: -39%;
}
.blackfrday-home-banner-2025 .offer-home-slider {
    max-width: 365px;
}

@media (max-width: 1800px) {
    .home-v2 .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-left-img {
        width: 253px;
    }
    .home-v2 .october-summer-special-home.end-of-summer-special-home.independence-day-home-banner-right {
        left: 70px;
    }
}


@media (max-width: 1699px) {
    .hero-disclaimer-fixed {
        bottom: 150px;
    }
}


@media (max-width: 1679px) {
    .home-v2 .october-summer-special-home.end-of-summer-special-home.independence-day-home-banner-right {
        left: 0;
    }
    .home-v2 .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-left-img {
        width: 256px;
        left: -40px;
    }
    .anniversary-promo-date-right h4 {
        margin: 0 0 28px;
    }
    .fall-special-promo-page.neverbetter-promo-may7-2025 .anniversary-offer-home-slider h2 {
        margin: 0 11px 12px;
    }
    .anniversary-offer-home-slider {
        width: 270px !important;
    }
    .fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue .anniversary-offer-home-slider h3 {
        margin-bottom: 5px;
    }
    .neverbetter-promo-may7-2025 .anniversary-promo-mid-img {
        width: 205px !important;
    }
    .neverbetter-promo-may7-2025 .anniversary-promo-mid-img {
        width: 205px;
    }
    .rentaloffer-celebrating-anniversary2025.fall-special-promo-page.neverbetter-promo-may7-2025 {
        padding: 0 8px 0 15px;
    }
}


@media (max-width: 1439px) {
    .home-v2 .october-summer-special-home.end-of-summer-special-home.independence-day-home-banner-right {
        left: 0;
    }
   .home-v2 .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-left-img {
        width: 251px;
        left: -67px;
    }
    .end-of-summer-special-home.blackfrday-home-banner-2025 .independence-day-home-banner-right-content {
        margin-right: 0%;
        padding: 0;
    }
    .blackfrday-home-banner-2025 .offer-home-slider {
        max-width: 365px;
        padding-left: 40px;
    }
    .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-content p {
        padding: 0;
    }
    .neverbetter-promo-may7-2025 .anniversary-promo-mid-img {
        width: 185px !important;
    }
    .fall-special-promo-page.neverbetter-promo-may7-2025 .anniversary-offer-home-slider h2 {
        margin: 0 0px 10px;
        font-size: 17px;
    }
    .anniversary-offer-home-slider {
        width: 210px !important;
    }
    .fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue .anniversary-offer-home-slider h3 {
        margin-bottom: 5px;
        font-size: 12px;
        line-height: 15px;
    }
}


@media (max-width: 1279px) {
    .anniversary-promo-date-right h4 {
        font-size: 14px;
        margin: 0 0 11px;
        line-height: 17px;
    }
    .anniversary-promo-date-right {
        width: 130px;
    }
    .rentaloffer-celebrating-anniversary2025.fall-special-promo-page.neverbetter-promo-may7-2025 {
        padding: 0 10px 0 10px !important;
    }
}

@media (max-width: 1199px) {
    .home-v2 .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-left-img {
        width: 151px;
        left: -82px;
    }
    .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-content h4 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .blackfrday-home-banner-2025 .offer-home-slider {
        max-width: 100%;
    }
    .independence-day-home-banner-right.end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 {
        padding-left: 50px;
    }
    .hero-disclaimer-fixed {
        bottom: 150px !important;
    }
    .rentaloffer-celebrating-anniversary2025.fall-special-promo-page.neverbetter-promo-may7-2025 {
        padding: 10px !important;
    }
    .neverbetter-promo-may7-2025 .anniversary-promo-mid-img {
        width: 145px !important;
    }
}


@media (max-width: 1023px) {
    .home-v2 .october-summer-special-home.end-of-summer-special-home.independence-day-home-banner-right {
        left: -40px;
    }
    .home-v2 .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-left-img {
        width: 134px;
        left: -75px;
    }
    .neverbetter-promo-may7-2025 .anniversary-promo-mid-img {
        width: 195px !important;
    }
    .anniversary-promo-date-right {
        width: 158px;
    }
    .anniversary-offer-home-slider {
        width: 300px !important;
    }
    .fall-special-promo-page.neverbetter-promo-may7-2025 .anniversary-offer-home-slider h2 {
        font-size: 20px;
        line-height: normal;
        margin: 0 0 11px;
    }
   
}

@media (max-width: 767px) {
    .home-v2 .october-summer-special-home.end-of-summer-special-home.independence-day-home-banner-right {
        left: -80px;
    }
    .home-v2 .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-left-img {
        width: 134px;
        left: -25px;
    }
    .blackfrday-home-banner-2025 .offer-home-slider {
        max-width: 100%;
        padding-left: 55px !important;
    }
    .hero-disclaimer-fixed {
        background: #000 !important;
    }
    .anniversary-offer-home-slider {
        width: 210px !important;
    }
    .anniversary-offer-home-slider {
        width: 210px !important;
    }
    .anniversary-promo-date-right {
        width: 158px !important;
    }
}


@media (max-width: 575px) {
    .home-v2 .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-left-img {
        width: 100%;
        left: 0;
    }
    .blackfrday-home-banner-2025 .offer-home-slider {
        max-width: 100%;
        padding-left: 0!important;
    }
    .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-content p {
        padding: 0;
    }
    .end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 .independence-day-home-banner-right-content h4 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 10px;
    }
    .independence-day-home-banner-right.end-of-summer-special-home.hero-never-better-may07-2025.blackfrday-home-banner-2025 {
        padding-left: 20px;
        left: 0;
        background: #000 !important;
    }
    .anniversary-offer-home-slider {
        width: 100%!important;
        padding: 0 15px;
    }
    .neverbetter-promo-may7-2025 .anniversary-promo-mid-img {
        width: 100%!important;
    }
    .fall-special-promo-page.neverbetter-promo-may7-2025.bg_blue .anniversary-offer-home-slider h3 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 21px;
    }
    .independence-day-promo-btn {
        margin-bottom: 15px;
    }
    .anniversary-promo-date-right {
        width: 100%!important;
        padding: 15px 15px 0;
    }
    .rentaloffer-celebrating-anniversary2025.fall-special-promo-page.neverbetter-promo-may7-2025 {
        padding: 30px 0 !important;
    }
}
/* =============== BLACK FRIDAY 2025 CHNAGES CSS END ============== */