body {
    overflow-x: hidden;
}
.currentCustomers {
    max-width: 480px;
    margin: 0 auto 12px;
    text-align: center;
}
.customersNo {
    font-size: 24px;
}
.customersNo p {
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Futura PT Book';
}
.textarea .wpcf7-textarea {
    height: 68px;
}
.spinner {
	height: 30vh;
   opacity: 1;
   position: relative;
   transition: opacity linear 0.1s;
}
.spinner::before {
	animation: 2s linear infinite spinner;
	border: solid 8px #eee;
	border-bottom-color: #01ac6a;
	border-radius: 50%;
	content: "";
	height: 150px;
	left: 50%;
	opacity: inherit;
	position: absolute;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	transform-origin: center;
	width: 150px;
	will-change: transform;
}
@keyframes spinner {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }
    100% {
         transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
#loader{
	display: none;
	width: 100%;
    margin: 0 auto;
    padding: 3em;
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    left: 0;
    height: 100%;
    right: 0;
}
.wpcf7-response-output {
    border: none !important;
    font-size: 12px;
    clear: both;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.wpcf7-validation-errors {
    color: #ff0000 !important;
}
.wpcf7-not-valid {
    border-color: #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
.allLocation .col-12.col-sm-6.col-md-4.col-lg-4 {
    margin: 0 auto 25px;
}
select.filter-location option { color: black; }
.advantage-content.full-width-column {
    width: 100%;
    margin: 0 !important;
}

/* PDM LIGHTBOX */
		body.no-scroll {
            overflow: hidden;
            height: 100vh;
        }

        .pdm-lightbox {
            display: none;
            position: fixed;
            justify-content: center;
            align-items: center;
            z-index: 10000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .75);
            text-align: center;
        }

        .pdm-lightbox .pdm-popup-container {
            max-width: 500px;
        }

        .pdm-lightbox .pdm-popup-container a.close {
            position: absolute;
            top: 1.5rem;
            right: 1.5rem;
            text-indent: -999em;
            display: block;
            height: 1em;
            width: 1em;
            z-index: 10;
        }

        .pdm-lightbox .pdm-popup-container a.close:after,
        .pdm-lightbox .pdm-popup-container a.close:before {
            content: '';
            left: 0;
            top: 0.5em;
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #fff;
        }

        .pdm-lightbox .pdm-popup-container a.close:after {
            transform: rotate(45deg);
        }

        .pdm-lightbox .pdm-popup-container a.close:before {
            transform: rotate(-45deg);
        }

        .card {
            position: relative;
			background: transparent;
			border-radius: 10px;
   			overflow: hidden;
        }

        .card img {
            width: 100%;
        }

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0px 0px;
}
.blog-pagination .page-numbers {
    border: 1px solid #ccc;
    margin-right: -1px;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
}
.blog-pagination .page-numbers.current {
    color: #fff;
    background: #1b4a92;
}
.page-template-contact-demo p.message-contact {
	display: flex;
    width: 100%;
    text-align: center;
	justify-content: center;
    align-items: center;
    /*position: relative;*/
    top: -20px;
	color: #4e4e4e;
}
.page-template-home p.message-contact {
    display: flex;
    width: 70%;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.page-template-landing p.message-contact {
    color: #6d6e71;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    align-items: center;
    line-height: initial;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}
.page-template-promos p.message-contact {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0;
    /*position: relative;*/
    top: -30px;
}
p.message-contact {
    font-size: 18px;
    font-family: 'Futura PT Book';
    font-weight: 400;
    letter-spacing: -.4px;
}
section.contact-us-heading.system_benefits_banner_video {
    height: 710px;
    padding-top: 190px;
}
.system_benefits_custom {
    flex: unset;
    max-width: 51%;
}
section.contact-us-heading.system_benefits_banner_video .row {
    justify-content: center;
	flex-wrap: nowrap;
}
.system_benefits_video_sec {
    width: 80%;
    margin: 20px auto 0px;
}
.page-template-benefits section.faq-nav {
    margin-top: 550px;
}
.page-template-contact-demo .formContact .rowField {
    width: 100% !important;
}
#tpbr_topbar {
    z-index: 9999 !important;
}
.home-viedo-bx {
    margin-bottom: 30px;
}

.landing-page-banner {
    padding: 240px 0 20px;
}

.request-form {
    margin-top: -29px;
}



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



.newheading-line {
    margin: 0;
    padding: 46px 5px 0 0;
    width: 352px;
}
.newheading-line p {
    margin: 0;
    padding: 0;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Futura PT Book';
    color: #fff;
    letter-spacing: 1px;
}
.newheading-line p strong{
    color: #FEB62B;
	text-transform: uppercase;
}

p.message-contact {
    display: none;
}

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

.request-btn-block .specialistbtn {
    padding: 8px 46px;
    font-size: 20px;
}
.landing-page-testimonial {
    padding-top: 24px;
}

.landing-page-testimonial .cm-heading{
    margin-bottom: 90px;
}

.request-form h3 {
    font-size: 30px;
    margin: 11px 0;
}

.form-group.request-btn-block {
    margin-top: 15px;
}
.request-form-inner .label_check {
    margin-top: 7px;
}
.request-form .form-group {
    margin-bottom: 6px;
    padding: 0 5px;
}

.cm-heading {
    margin: 20px 0 60px;
}

a.get-started {
    font-size: 36px;
    line-height: 30px;
    font-family: 'Futura PT Book';
    color: #feb62b;
    letter-spacing: 1px;
    margin-top: 40px;
    display: inline-block;
    align-items: center;
	transition:all 1s;
	cursor: auto;
	padding-bottom: 15px;
}
a.get-started:hover {
    color: #feb62b;
}
a.get-started svg line, a.get-started svg path {
   transition:all 1s;
}
/* a.get-started:hover svg line, a.get-started:hover svg path {
   stroke: white;
   transition:all 1s;
} */
a.get-started img {
    margin-left: 6px;
}


.newheading-line small {
    color: #fff;
    line-height: normal;
    display: block;
}
.sitemap-page-middle-section {
    padding: 50px 0px 20px;
}
.sitemap-page-middle-section ul {
    padding: 0px 0 20px 0;
    margin: 0px;
}
.sitemap-page-middle-section ul li {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    position: relative;
    list-style: none;
    padding-left: 31px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500;
}
.sitemap-page-middle-section ul li a {
    color: #000000;
    word-break: break-word;
}
.sitemap-page-middle-section ul li a:hover {
    color: #034f9a;
}
.sitemap-page-middle-section ul li::before {
    content: "";
    border-radius: 0;
    position: absolute;
    margin-left: -38px;
    width: 14px;
    height: 14px;
    top: 6px;
    border-top: 1px #034f9a solid;
    border-right: 1px #034f9a solid;
    transform: rotate(45deg);
}
/* New css */


/** GENERIC LOCATION BANNER SECTION CSS START **/
.generic-location-banner-section {
    background-image: linear-gradient(to right top, #004c99, #0d589e, #1e63a1, #2f6ea4, #4079a7);
    padding: 235px 0px 45px;
    background: url(../images/generic-location-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.page-template-generic-location .promas-saystm-section::before {
    background: url(../images/generic-location-bammer-shaph.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.generic-location-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1378px;
    margin: auto;
}
.generic-location-left-col {
    width: 675px;
}
.generic-location-left-info h2 {
    padding: 0 0 20px;
    display: block;
    color: #fff;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.generic-location-left-info p {
    color: #fff;
    font-size: 22px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 32px;
}
.generic-location-left-info p:last-child {
    margin-bottom: 0;
}
.generic-location-right-col {
    width: 642px;
}
.generic-location-right-info {
    background: #fff;
    padding: 75px 70px 60px;
}
.generic-location-right-info .rowField {
    padding-top: 0px;
}
.generic-location-right-info .textarea .wpcf7-textarea {
    height: 96px;
    resize: none;
}
.generic-location-right-info .rowField li p {
    margin-bottom: 0;
}
.generic-location-right-info .rowField li {
    margin-bottom: 15px;
}
.generic-location-right-info .rowField .mediam {
    min-height: 48px;
    font-size: 17px;
    color: #414042;
    border-radius: 24px;
}
.generic-location-right-info .submitBt {
    padding: 9px 45px;
    min-height: 48px;
    font-size: 17px;
}
.generic-location-right-info li.fullField.Submit {
    margin: 0;
    position: relative;
}
.generic-location-right-info li.fullField.Submit span.wpcf7-spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.generic-location-right-info .rowField ul {
    margin: 0;
}
.generic-location-right-info .wpcf7-response-output {
    color: #f00;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px !important;
    float: left;
    width: 100%;
}
.generic-location-right-info .rowField li.fullField {
    float: left;
    width: 100%;
}
/** GENERIC LOCATION BANNER SECTION CSS END **/

.generic-lead-form.common-lead-form form .form-group:nth-child(7), .generic-lead-form.common-lead-form form .form-group:nth-child(8) {
    width: 100%;
}
.generic-lead-form.common-lead-form form .form-group:nth-child(8) p label.headfield {
    color: #4e4e4e;
}
.generic-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;
}
.generic-lead-form.common-lead-form .form-group.submit-btn .submitBt {
    background: #195ca2;
}
.generic-lead-form.common-lead-form .form-group.submit-btn .submitBt:hover {
    background: #00ac69;
    color: #fff;
}
.saltlick-te-content p span strong{
	font-family: 'Futura PT Book' !important;
}
input.mediam.emailpopup.wpcf7-not-valid {
    border-color: #f00 !important;
}
.oconto-ele-content .wpcf7-form.invalid .wpcf7-response-output {
    color: #f00;
    font-size: 13px !important;
    margin: 0;
    padding: 0;
    line-height: 20px !important;
}

.sitemap-posts-section h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}
.sitemap-posts-section .simple-sitemap-container ul {
    margin: 0;
}
@media (max-width:1679px) {
    .newheading-line {
        margin: 0;
        padding: 30px 0px 0 0;
        width: 242px;
    }
	.newheading-line p {
	    font-size: 26px;
	    line-height: 34px;
	}
	.landing-page-banner {
	    padding: 220px 0 20px;
	}

	.landing-page-testimonial .cm-heading {
	    margin-bottom: 72px;
	    margin-top: 0;
	}
	.landing-page-testimonial {
	    padding-top: 0;
	}
	a.get-started {
        font-size: 28px;
    }
    .generic-location-left-info p {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 31px;
    }
    .generic-location-left-col {
        width: 570px;
    }
    .generic-location-right-col {
        width: 590px;
    }
    .generic-location-inner {
        max-width: 1198px;
    }
    .generic-location-banner-section {
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .page-template-generic-location .promas-saystm-section::before {
        background-size: 100% 100%;
        width: 100%;
        height: 73px;
    }
    .generic-location-right-info .wpcf7-response-output {
        font-size: 14px;
    }
    .generic-location-right-info {
        padding: 75px 46px 60px;
    }
}
@media (max-width:1439px) {

	.landing-page-banner {
	    height: 820px;
	}
    .landing-page-testimonial .cm-heading {
        padding-left: 15px;
    }
    .landing-page-banner {
        padding: 197px 0 20px;
    }
    .generic-location-left-col {
        width: 560px;
    }
    .generic-location-right-col {
        width: 540px;
    }
    .generic-location-right-info {
        padding: 55px 23px 50px;
    }
    .generic-location-left-info h2 {
        padding: 0 0 10px;
        font-size: 30px;
    }
    .generic-location-left-info p {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .generic-location-left-info p img {
        max-width: 60px;
    }
    .generic-location-banner-section {
        padding: 210px 0px 35px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .page-template-generic-location .promas-saystm-section::before {
        background-size: 100% 100%;
        width: 100%;
        height: 73px;
    }

}

@media (max-width:1279px) {
    .newheading-line {
        width: 221px;
    }
    .generic-location-left-info h2 {
        padding: 0 0 5px;
        font-size: 26px;
    }
    .generic-location-left-info p {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 29px;
    }
    .generic-location-left-info p img {
        max-width: 55px;
        margin-bottom: 8px;
    }
    .generic-location-left-col {
        width: 50%;
    }
    .generic-location-right-col {
        width: 48%;
    }
    .generic-location-inner {
        max-width: 1000px;
    }
    .generic-location-right-info {
        padding: 50px 40px 50px;
    }
    .page-template-generic-location .promas-saystm-section::before {
        height: 73px;
    }
    .page-template-generic-location .promas-saystm-section {
        padding-top: 25px;
    }
    .generic-location-right-info .wpcf7-response-output {
        font-size: 13px;
    }

    .generic-lead-form.common-lead-form form .form-group:nth-child(4) {
        width: 100%;
    }
    .generic-lead-form.common-lead-form form .form-group:nth-child(5), .generic-lead-form.common-lead-form form .form-group:nth-child(6) {
        width: 49%;
    }
}
@media (max-width:1199px) {

    .newheading-line {
        margin: 0;
        padding: 0px 0 0;
        width: 165px;
        position: relative;
        top: 42px;
    }
    .newheading-line p {
        font-size: 18px;
        line-height: 25px;
    }
    .get-started svg {
        max-width: 28px;
        position: relative;
        top: 3px;
    }
    .landing-page-header .navbar-collapse.collapse ul li a {
        top: 0;
    }
    .header-section {
        padding: 30px 0 40px;
    }
    .landing-page-testimonial .cm-heading {
        margin-bottom: 61px;
    }

    .request-form-inner .label_check {
        line-height: 29px !important;
    }
    a.get-started {
      font-size: 18px;
        margin-top: 28px;
    }
    a.get-started img {
        margin-left: 4px;
        width: 24px;
    }
    .page-template-home p.message-contact {
        width: 78%;
    }
    .page-template-promos p.message-contact {
        top: 0;
    }
    .generic-location-right-info .rowField .mediam {
        font-size: 14px;
    }
    .sitemap-page-middle-section ul li::before {
        margin-left: -20px;
        width: 9px;
        height: 9px;
    }
    .sitemap-page-middle-section ul li {
        font-size: 16px;
        line-height: 23px;
        padding-left: 20px;
        margin-bottom: 15px;
    }
    .sitemap-posts-section h3 {
        font-size: 25px;
    }
}

@media (max-width:1023px) {
    .header-section {
        padding: 30px 0 40px;
    }
    .landing-page-banner {
        padding: 160px 0 20px;
        height: 920px;
    }
    .newheading-line {
        margin: 0;
        padding: 0;
        width: 100%;
        position: absolute;
        top: 20px;
        left: 0;
    }
    .request-form {
        margin-top: 0px;
    }
    .landing-scroll-slider {
        margin-left: 0;
    }
    .request-btn-block .specialistbtn {
        padding: 8px 32px;
        font-size: 20px;
    }
    .landing-new-page {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 86%;
        position: relative;
    }
	  a.get-started {
      margin-top: 11px;
      font-size: 24px;

    }
    .container {
        max-width: 100% !important;
    }
    .blog-absolute-top {
        padding: 0 15px;
    }
    div#tpbr_box {
        font-size: 11px !important;
    }
    .generic-location-left-info p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 26px;
    }
    .generic-location-left-col {
        width: 47%;
    }
    .generic-location-right-col {
        width: 50%;
    }
    .generic-location-right-info {
        padding: 40px 25px 40px;
    }
    .generic-location-right-info .getStarted-form {
        margin: 0;
    }
    .generic-location-right-info span {
        font-size: 19px;
    }
    .generic-location-right-info .rowField .mediam {
        min-height: 42px;
        font-size: 14px;
    }
    .generic-location-right-info .textarea .wpcf7-textarea {
        height: 75px;
    }
    .page-template-generic-location .testimonial-home-setion {
        margin: -110px 0 0;
    }
    .page-template-generic-location .header-section {
        padding: 35px 0 25px;
    }
    .generic-location-banner-section {
        padding: 150px 0px 35px;
    }
}
@media (max-width:767px) {
    .newheading-line {
        position: relative;
        width: 41%;
        bottom: 0;
        left: 0;
        top: 35px;
    }
    .landing-new-page {
        align-items: flex-start;
        justify-content: space-between;
        margin: 0;
        padding-top: 38px;
        height: 415px;
    }
    .landing-page-banner {
        padding: 163px 0 20px;
    }

    .request-btn-block .specialistbtn {
        padding: 8px 30px;
    }
    .header-section {
        padding: 30px 0 40px;
    }
    .landing-page-banner {
        height: auto;
        background-image: inherit;
    }
    .landing-page-banner::after {
        content: "";
        background: url(https://www.raynewater.com/wp-content/themes/rayne-2024/library/images/landing-page-banner.png) no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }
    .landing-page-testimonial {
        padding-top: 43px;
    }
    .landing-page-testimonial .cm-heading {
        padding-left: 5px;
    }
    .request-form .d-flex .form-group {
        width: 50%;
    }
	a.get-started.mobile img {
        display: none;
    }
    a.get-started {
        font-size: 19px;
    }
	div#tpbr_box {
		font-size: 11px !important;
	}
    .page-template-generic-location .free-trial-button a {
        padding: 7px 7px;
    }
    .page-template-generic-location .free-trial-button a.callus-btnright {
        min-width: 72px;
        padding: 12px 13px;
    }
    .generic-location-inner {
        align-items: flex-start;
    }
    .generic-location-left-info p {
        font-size: 15px;
    }
}

@media (max-width:575px) {
	.landing-new-page {
	    align-items: end;
	    justify-content: center;
	    margin: 10px 0 370px;
	    padding-top: 0;
	    height: 273px;
	}
    .header-section {
        padding: 11px 0 11px !important;
        position: static;
        background: #024d97;
    }

    div#tpbr_box {
        font-size: 14px !important;
        line-height: 20px !important;
        height: auto;
    }
	div#tpbr_box a {
		display: inline-block;
	}
    .landing-page-banner {
        padding: 0px 0 20px;
		    overflow: hidden;
    }
	 .newheading-line p {
		font-size: 24px;
		line-height: 32px;
		margin: 0;
		max-width: 100%;
	}
    .newheading-line {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        top: 0;
        text-align: center;
        margin: 0 auto;
        max-width: 217px;
    }
    div#tpbr_box span {
        position: relative;
        padding-top: 25px;
    }
    /* div#tpbr_box span::after {
        content: "";
        border-left: 8px transparent solid;
        border-right: 8px transparent solid;
        border-top: 8px #000 solid;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        width: 12px;
        margin: 0 auto;
        cursor: pointer;
    } */
    #tpbr_topbar {
        /*  z-index: 9999 !important;
        position: relative !important; */
    }
    .landing-scroll-slider {
        width: 100%;
        left: 36px;
        order: 2;
    }

  .newheading-line a.get-started {
    display: none;
    }
    a.get-started.mobile {
        display: block !important;
        font-size: 24px;
        margin-top: 31px;
        padding: 20px 0 15px;
        text-align: center;
        clear: both;
    }
    a.get-started.mobile img{ display:none;}
    .generic-location-banner-section {
        padding: 130px 0px 15px;
    }
    .generic-location-left-col {
        width: 100%;
        margin-bottom: 30px;
    }
    .generic-location-left-info {
        text-align: center;
    }
    .generic-location-left-info p img {
        max-width: 45px;
    }
    .generic-location-right-col {
        width: 100%;
    }
    .generic-location-right-info span {
        font-size: 17px;
        text-align: center;
    }
    .generic-location-right-info {
        padding: 35px 15px 35px;
    }

    .generic-location-right-info .wpcf7-response-output {
        font-size: 14px;
    }
}


@media (max-width:380px) {
	.newheading-line p {
		font-size: 24px;
		line-height: 30px;
	}

}

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

.advantage-content.advantage-full-width {
    width: 100%;
    margin: 20px 0;
}

.Features-content.feature-full-width {
    width: 100%;
    margin: 20px 0;
}

.product-who-its-tab-wrap.advantage-full-content {
    align-items: flex-start;
}
.product-who-its-tab-wrap.advantage-full-content .product-advantages-tab-left-info {
    width: 100% !important;
}

.product-also-like-info-wrap h3 a {

    color: #174A96;
    transition: 0.7s;

}
.product-also-like-info-wrap h3 a:hover {

    color: #33ac69;

}

.currentCustomers.new-loc-detail {
    display: flex;
    justify-content: center;
    max-width: 100% !important;
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    text-align: center;
}