/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* 	.home button#top1 {
    display: none !important;
} */
.pay-form .gform_body.gform-body input[type=text], input[type=email], input[type=tel] {
    background: transparent !important;
    border: 1px solid #656565;
    border-radius: 0px !important;
}
button.single_add_to_cart_button.button.alt 
{
    padding: 13px 30px !important;
    background-image: -webkit-linear-gradient( -45deg, rgb(0,149,65) 0%, rgb(0,46,31) 50%, rgb(0,149,65) 100%)!important;
    animation: gradient 8s ease infinite!important;
    border-radius: 40px !important;
    background-size: 400% 400%!important;
    transition: 0.3s !important;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb
{
    background-image: -webkit-linear-gradient(-45deg, rgb(226 196 154) 0%, rgb(226 191 151) 50%, rgb(216 215 220) 100%);
}
/*------typography-----------*/
header#top ul li a {
    font-family: md !important;
}
html body h1 {
    font-family: bk !important;

}
@keyframes moving {
    0% {
        background-position:0% 0%;
    }
     25% {
        background-position:100% 0%;
    }
      50% {
        background-position:100% 100%;
    }
      75% {
        background-position:0% 100%;
    }
     100% {
        background-position:0% 0%;
    }
}
html body h2 {
    font-family: bd !important;
}
html body h3 {
    font-family: dem !important;
}
html body p {
    font-family: bk !important;
}
/*------typography-----------*/
/* #lft {
    background-image: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim-2.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    width:75%;
    height: 100vh;
    background-repeat: no-repeat;
    transition: 3.0s;
     animation: bounce1 3s infinite linear alternate;
} */
@keyframes bounce1 {
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-35px);
    }
}
/* #ryt {
    background-image: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim-1.png);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    right: 0;
    width: 75%;
    height: 100vh;
    background-repeat: no-repeat;
    transition: 3.0s;
    animation: bounce2 3s infinite linear alternate;
} */
#main-logo img {
    display: none !important;
}
@keyframes bounce2 {
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(35px);
    }
}
div#raa {
    position: fixed;
/*     z-index: 999999; */
    left: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    height: 100vh;
}
.home #raa {
    display: block !important;
}
#raa {
    display: none !important;
}
.home button#top1 {
    display: block !important;
}
button#top1 {
    display: none ;
}
button#top1 {
    position: fixed;
    z-index: 9999999;
    top: 75vh;
    left: 0;
    right: 0;
    margin: auto;
    transition: 3.0s;
    width: auto !important;
    display: table !IMPORTANT;
    background: transparent !important;
    border: unset;
	transition: 0.3s !important;
}
a.action {
    background-image: -webkit-linear-gradient( -45deg, rgb(0,149,65) 0%, rgb(0,46,31) 50%, rgb(0,149,65) 100%);
    animation: gradient 8s ease infinite;
    color: #fff !important;
    opacity: 1 !IMPORTANT;
    padding: 18px 43px;
    font-family: 'dem';
    border-radius: 50px !IMPORTANT;
    font-size: 20px;
    background-size: 400% 400% !important;
	transition: 0.3s !important;
}
a.action:hover{
	 box-shadow: 0 20px 38px rgba(0,0,0,0.16)!important;
}
#main-logo {
    position: absolute;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: auto;
    transition: 3.0s;
    top: 40vh;
    animation: move2 5s infinite linear;
}
#main-logo img {
    margin: auto;
    display: table;
    width: 160px;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows .ba a {
    padding: 13px 30px !important;
    background-image: -webkit-linear-gradient( -45deg, rgb(0,149,65) 0%, rgb(0,46,31) 50%, rgb(0,149,65) 100%);
    animation: gradient 8s ease infinite;
    border-radius: 40px !important;
    background-size: 400% 400%;
    transition: 0.3s !important;
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows .ba a:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px) !important;
	 box-shadow: 0 20px 38px rgba(0,0,0,0.16)!important;
    -ms-transform: translateY(-3px);
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows .ba a span {
    color: white !important;
}

#r1 .c1:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/r1-cloud-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 400px;
    height: 150px;
    filter: brightness(0)invert(1);
    top: 190px;
    left: -40px;
    z-index: 9;
    opacity: 0.9;
    animation: floatX 5s infinite linear;
}
@keyframes floatX{
    0%,100%{
        transform:translateX(-15px);
    }
    50%{
        transform:translateX(15px);
    }
}
a#b1 {
    background-image: -webkit-linear-gradient(-45deg, rgb(226 196 154) 0%, rgb(226 191 151) 50%, rgb(216 215 220) 100%);
    animation: gradient 8s ease infinite;
    background-size: 400% 400%;
    font-family: md !important;
    font-size: 14px !important;
    line-height: 24px !important;
    border-radius: 40px !important;
    padding: 12px 35px !important;
    font-weight: 400 !important;
    transition: 0.3s !important;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#r1 .i1 {
    margin-bottom: -100px;
    animation: grow 5s infinite linear;
    transform-origin: bottom;
}
@keyframes grow{
    0%,100%{
        transform:scale(1);
    }
    50%{
        transform:scale(0.9);
    }
}
div#r1 a#b1 {
    margin: 0px auto;
    display: table;
}
#r1 {
    padding-top: 250px !important;
    padding-bottom: 250px !important;
    position: relative;
}
/* #r1:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 26%;
    bottom: -80px;
    z-index: 99;
    right: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#r1:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 26%;
    bottom: -80px;
    z-index: 99;
    left: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
	animation-direction: reverse;
} */
@keyframes scroll {
  to {
    background-position: 100000px 0px;
  }
}
#r1 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#r1 .c2 {
    position: relative;
}
#r1 .c2:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/r1-cloud-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 400px;
    height: 140px;
    filter: brightness(0)invert(1);
    top: 180px;
    left: -40px;
    z-index: 9;
    animation: floatX 5s infinite linear 2.5s;
}
#r1 .c2:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/r1-cloud-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 400px;
    height: 140px;
    filter: brightness(0)invert(1);
    top: 50px;
    right: -90px;
    z-index: 9;
    opacity: 0.9;
    visibility: visible;
    animation: floatX 5s infinite linear 1.5s;
}
#r2 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    position: relative;
}
#r2:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    right: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#r2:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    left: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
	animation-direction: reverse;
}
#r2 .i1 {
    float: left;
    width: 26%;
    animation: floatY 5s infinite linear;
}
#r2 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#r2 p {
    padding-top: 20px;
}
#r2 p strong {
    font-family: bd !important;
    font-size: 20px !important;
    line-height: 30px !important;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/heading-bacgkorund.png) black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: moving 50s linear infinite;
    filter: brightness(0.9);
}
#r3 {
    padding-top: 80px !important;
    position: relative;
}
#r3:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 25%;
    bottom: -130px;
    z-index: 99;
    right: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#r3:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 25%;
    bottom: -130px;
    z-index: 99;
    left: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
	animation-direction: reverse;
}
#r31 {
    max-width: 1500px !important;
    margin: auto;
    padding: 0px 90px;
}
#r32 .i2 {
    width: 80%;
    margin-left: 50px;
    animation: floatY 5s infinite ease-in-out;
}
#r32 .c4 {
    position: relative;
}
#r32 .c4:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/r3-ring-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 900px;
    height: 800px;
    top: -130px;
    right: 0;
    animation: move 4s linear infinite;
    pointer-events: none;
}
@keyframes move {
	0%,100% {
		transform: rotate(0deg)
	}
	50% {
		transform: rotate(10deg)
	}
}
#r4 {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
    position: relative;
}
#r4:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    right: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#r4:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    left: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
	animation-direction: reverse;
}
#r4 .c2 {
    padding: 0px 140px !important;
}
#r4 .i1 {
    position: absolute;
    width: 90%;
    top: -140px;
    animation: floatY 5s infinite ease-in-out 2.5s;
}
#r4 .i2 {
    position: absolute;
    top: 60px;
    right: -40%;
    transform: scale(1.5);
    animation: floatY 5s infinite ease-in-out;
}
@keyframes floatY{
    0%,100%{
        translate: 0 -50px;
    }
    50%{
        translate:0 0;
    }
}
#r5 {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
    position: relative;
}
#r5:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    right: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#r5:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    left: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
	animation-direction: reverse;
}
#r5 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#r5 .c2 {
    padding-right: 0px;
}
#r6 {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
    position: relative;
}
#r6:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -90px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#r6:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -90px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#r6 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#r6 .i1 {
    position: absolute;
    bottom: -220px;
    width: 60%;
    right: -22%;
    animation: floatY 5s infinite ease-in-out;
}
#r7 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    margin-bottom: -2px;
}
#r7 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#r7 .i1 {
    padding-right: 40px;
    animation: rotate 3s infinite linear alternate;
}
@keyframes rotate{
    0%{
        transform:rotate(5deg);
    }
    100%{
        transform:rotate(-5deg);
    }
}
#r8 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
#r8 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#r8 input.tnp-email {
    background: transparent !important;
    border: 1px solid #656565;
    border-radius: 0px !important;
    font-family: bk !important;
    font-size: 15px !important;
    line-height: 30px !important;
}
#r8 input.tnp-submit {
    animation: gradient 8s ease infinite;
    background-size: 400% 400%;
    width: 21%;
    border-radius: 40px !important;
    font-family: md !important;
    font-size: 15px !important;
    line-height: 25px !important;
    letter-spacing: 1px;
    margin-top: 20px;
    font-weight: 400 !important;
    background-image: -webkit-linear-gradient(-45deg, rgb(226 196 154) 0%, rgb(226 191 151) 50%, rgb(216 215 220) 100%);
}
#r8 h1, #g1 h1 {
    font-size: 55px !important;
    line-height: 65px !important;
}
#g1 .c2 {
    padding-right: 290px;
    position: relative;
}
#g1 .c2:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/ftr-budh.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 390px;
    height: 290px;
    right: 0;
    bottom: 0;
    pointer-events: none;
    animation: grow 5s infinite linear;
    transform-origin: right bottom;
}
#g1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: transparent !important;
    border: 1px solid #656565;
    border-radius: 0px !important;
}
#g1 textarea.wpcf7-form-control.wpcf7-textarea {
    background: transparent !important;
    border: 1px solid #656565;
    border-radius: 0px !important;
    height: 100px;
    resize: unset;
}
#g1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-image: -webkit-linear-gradient(-45deg, rgb(226 196 154) 0%, rgb(226 191 151) 50%, rgb(216 215 220) 100%);
    animation: gradient 8s ease infinite;
    background-size: 400% 400%;
    font-family: md !important;
    font-size: 14px !important;
    line-height: 24px !important;
    border-radius: 40px !important;
    padding: 15px 40px !important;
    font-weight: 400 !important;
}
#g1 ul#menu-ftr {
    margin: unset;
}
#g1 ul#menu-ftr li {
    display: inline;
    margin-right: 60px;
}
#g1 ul#menu-ftr li a {
    font-family: bk !important;
    color: #121212;
}
#g1 .c2 .vc_wp_custommenu.wpb_content_element {
    border-top: 1px solid #7a7c7f;
    border-bottom: 1px solid #7a7c7f;
    margin-bottom: 20px;
    padding: 20px 0px;
    margin-top: 10px;
}
#g1 h2.widgettitle {
    font-family: dem !important;
    font-size: 25px !important;
    line-height: 35px !important;
    color: #282828;
}
#g1 .s1 ul li {
    display: inline;
    margin-left: 15px;
}
#g1 .s1 ul {
    margin: unset;
    float: right;
    margin-top: -52px;
}
#g1 .s1 ul li a i {
    color: black;
    font-size: 19px !important;
    transition: 0.9s !important;
}
#g1 .s1 ul li a:hover i {
    transform: rotate(360deg);
    color: #07833f !important;
}
#r6 p strong {
    font-family: md !important;
    font-weight: 400 !important;
}
#r32 .i1 {
    animation: grow 5s infinite linear;
    transform-origin: bottom;
}
#g1 .i1 {
    animation: grow 10s infinite linear;
    transform-origin: left bottom;
    width: 70%;
}
.home h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}
.home h1:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #DDC199;
    width: 250px;
    bottom: 0;
    animation: scalex 3s linear infinite;
    transform-origin: left;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
@keyframes scalex{
    0%,100%{
        transform:scalex(1);
    }
    50%{
        transform:scalex(0.7);
    }
}
.home #r2 h1:before {
    display: none;
}
.home #r2 h1 {
    margin-bottom: 0px;
    padding-bottom: 5px;
}
#r4 h1:before, #r8 h1:before {
    right: 0;
    left: 0;
    margin: auto;
    transform-origin: center;
}
/*------PEMF Page-----------*/
#p1 {
      padding-top: 250px !important;
    padding-bottom: 150px !important;
    position: relative;
}
#p1:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#p1:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#p1 .c1 {
    position: relative;
}	
#p1 .c1:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/r1-cloud-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 400px;
    height: 150px;
    filter: brightness(0)invert(1);
    top: 50%;
    left: -50%;
    z-index: 9;
    opacity: 0.9;
    animation: floatX 5s infinite linear;
}
#p1 .c2 {
    position: relative;
}
#p1 .c2:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/r1-cloud-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 400px;
    height: 140px;
    filter: brightness(0)invert(1);
    top: 50%;
    left: -20%;
    z-index: 9;
    animation: floatX 5s infinite linear 2.5s;
}
#p1 .c2:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/r1-cloud-left.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 400px;
    height: 140px;
    filter: brightness(0)invert(1);
    top: 20%;
    right: -40%;
    z-index: 9;
    opacity: 0.9;
    visibility: visible;
    animation: floatX 5s infinite linear 1.5s;
}
#p1 .i1 {
    margin-top: 70px;
    animation: grow 5s infinite linear;
    transform-origin: bottom;
}
.page-id-9 h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}
.page-id-9 h1:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #ddc199;
    width: 250px;
    bottom: 0;
    animation: scalex 3s linear infinite;
	transform-origin:left
}
#p2 h1:before, #p3 h1:before, #p5 h1:before {
    right: 0;
    left: 0;
    margin: auto;
    transform-origin: center;
}
#p2 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    position: relative;
}
#p2:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#p2:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#p2 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#p2 .nectar-fancy-ul li {
    font-family: bk !important;
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 20px;
    padding-left: 20px;
}
#p2 .nectar-fancy-ul li:before {
    content: "\f111";
    font-family: fontawesome !important;
    font-size: 9px !important;
    line-height: 5px !important;
    color: #007436;
}
#p2 .i1 {
    animation: grow 5s infinite linear;
    transform-origin: bottom;
}
#p3 {
    padding-top: 50px !important;
    padding-bottom: 140px !important;
    position: relative;
}
#p3:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#p3:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#p3 .carousel-item .hover-wrap-inner {
    border: 1px dashed #010101;
    border-radius: 100% !important;
    width: 93px;
    padding: 15px;
    transition: 0.9s;
    display: table;
    margin: auto;
}
#p3 .carousel-item:hover .hover-wrap-inner {
    background-image: -webkit-linear-gradient( -45deg, rgb(0,149,65) 0%, rgb(0,46,31) 50%, rgb(0,149,65) 100%);
    border-color: white;
    animation: gradient 8s ease infinite;
    background-size: 400% 400%;
}
#p3 .carousel-item:hover .i1 {
    filter: brightness(0)invert(1);
}
#p3 .carousel-item .i1 {
    transition: 0.5s;
}
#p3 .carousel-item {
    margin: 0px 15px;
    padding: 20px 15px;
}
#p3 .owl-item.active+.owl-item.active {
    border-left: 2px solid #8080802e;
}
#p3 .owl-nav {
    display: block;
}
#p3 .owl-nav button {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    border-radius: 0 !important;
    background: transparent;
    border: 1px solid var(--c);
    color: #007737;
    font-size: 30px;
    padding: 2px 13px;
    --p: -50px;
    font-family: 'FontAwesome';
}
#p3 .owl-nav button span {
    position: relative;
    bottom: 3px;
}

#p3 .owl-nav button.owl-prev {
    left: var(--p);
}

#p3 .owl-nav button.owl-next {
    right: var(--p);
}
.owl-nav button.owl-next{
     animation: bounce-left 2s infinite linear;
}
@keyframes bounce-left{
    0%,30%,50%,70%,100%{
        transform:translateX(0);
    }
    40%,60%{
        transform:translateX(5px) 
    }
}
.owl-nav button.owl-prev{
     animation: bounce-right 2s infinite linear;
}
@keyframes bounce-right{
    0%,30%,50%,70%,100%{
        transform:translateX(0) ;
    }
    40%,60%{
        transform:translateX(-5px)  ;
    }
}
#p3 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#p4 {
    padding-top: 30px !important;
    padding-bottom: 190px !important;
    position: relative;
}
#p4:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -100px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#p4:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 179%;
    height: 25%;
    bottom: -110px;
    z-index: 99;
    left: -50%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#p4 .i1 {
    transform: scale(1.6);
    margin-left: 120px;
    margin-top: 290px;
    animation: floatY 5s infinite ease-in-out;
}
#p4 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#p4 a.toggle-heading {
    color: black !important;
    padding: 22px 0px !important;
}
#p4 .inner-toggle-wrap {
    padding-bottom: 10px !important;
}
#p4 div[data-style="minimal"] .toggle {
    border-bottom: 1px solid black;
}
#p4 a#b2 {
    width: 100%;
    font-family: bk !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    border-radius: 7px !important;
    position: relative;
    background-image: -webkit-linear-gradient( -45deg, rgb(0,149,65) 0%, rgb(0,46,31) 50%, rgb(0,149,65) 100%);
    animation: gradient 8s ease infinite;
    box-shadow: unset !important;
    background-size: 400% 400% !important;
}
#p4 a#b2 span {
    text-decoration: underline;
}
#p4 a#b2:before {
    content: "\f178";
    font-family: 'FontAwesome';
    position: absolute;
    right: 13px;
    font-weight: 500 !important;
    transform: rotate(-35deg);
}
#p5 {
    padding-top: 80px !important;
    padding-bottom: 120px !important;
}
#p5 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#p5 p {
    font-size: 18px !important;
    line-height: 28px !important;
}
#p5 p strong {
    font-family: dem !important;
}
#p51 .c1 .vc_column-inner {
    height: 430px;
    overflow: auto;
    top: 80px;
}
#p51 .c1 .vc_column-inner::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #aeaeae;
}
#p51 .c1 .vc_column-inner::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
#p51 .c1 .vc_column-inner::-webkit-scrollbar-thumb
{
    background-image: -webkit-linear-gradient( -45deg, rgb(0,149,65) 0%, rgb(0,46,31) 50%, rgb(0,149,65) 100%);
	animation: gradient 8s ease infinite;
}
#p51 .nectar-video-box .inner-wrap {
    border-radius: 8px !important;
}
#p6 .vc_col-sm-4 {
    padding: 70px 120px;
    transition: 0.9s;
}
#p6 .vc_col-sm-4:before {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient( -39deg, rgb(0,149,65) -15%, rgb(1,46,32) 19%, rgb(0,149,66) 206%);
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    transition: 0.9s;
    animation: gradient 8s ease infinite;
}
#p6 .vc_col-sm-4:after {
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient( -211deg, rgb(0,149,65) -11%, rgb(0,47,32) 126%, rgb(0,149,66) 262%);
    width: 0%;
    height: 100%;
    right: 0;
    top: 0;
    transition: 0.9s;
    visibility: visible;
    z-index: -9;
    animation: gradient 8s ease infinite;
}
#p6 .vc_col-sm-4:hover:before, #p6 .vc_col-sm-4:hover:after {
    width: 52%;
}
#p6 .iwt-icon img {
    width: 50px;
    outline: 1px dashed;
    border-radius: 100%;
    outline-offset: 21px;
    margin-top: 10px;
	transition: 0.9s;
}
#p6 .vc_col-sm-4:hover .iwt-icon img {
    outline-color: white !important;
}
#p6 .iwt-text {
    padding-left: 100px;
	transition: 0.9s;
}
#p6 .vc_col-sm-4:hover .iwt-text {
    filter: brightness(0)invert(1);
}
#p3 .owl-nav button.owl-prev span {
    display: none;
}
#p3 .owl-nav button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome' !important;
}
#p3 .owl-nav button.owl-next span {
    display: none;
}
#p3 .owl-nav button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome' !important;
}
/*------PEMF Page-----------*/
/*------Services Page-----------*/
/* #s2 {
    padding-top: 110px !important;
    padding-bottom: 260px !important;
    position: relative;
} */
#s2:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#s2:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#s2 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#s2 .c1 {
    padding-right: 50px;
}
#s2 p strong {
    font-family: bd !important;
    font-size: 23px !important;
    line-height: 33px !important;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/heading-bacgkorund.png) #703902;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: moving 50s linear infinite;
    filter: brightness(0.9);
}
/* #s2 .nectar-fancy-ul li:before {
    content: "\f111";
    font-family: fontawesome !important;
    font-size: 8px !important;
    line-height: 27px !important;
    color: #007436;
    left: 10px;
} */
#s2 .nectar-fancy-ul li {
    background: white;
/*     padding: 10px 30px !important; */
    border-bottom: 1px solid #8080803b;
    color: black;
    font-family: bk !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.page-id-11 h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}
.page-id-11 h1:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #ddc199;
    width: 250px;
    bottom: 0;
    animation: scalex 3s linear infinite;
	transform-origin:left
}
/* #s2 .nectar-fancy-ul ul {
    height: 282px;
    overflow: auto;
} */
#s2 .nectar-fancy-ul ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
#s2 .nectar-fancy-ul ul::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}
#s2 .nectar-fancy-ul ul::-webkit-scrollbar-thumb
{
	background-image: -webkit-linear-gradient( -45deg, rgb(0,149,65) 0%, rgb(0,46,31) 50%, rgb(0,149,65) 100%);
	animation: gradient 8s ease infinite;
}
#s3 {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
    position: relative;
}
#s3:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#s3:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#s3 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#s3 .c2 {
    padding-left: 50px;
}
#s3 .b11 span {
    text-decoration: underline;
}
#s3 .b11 {
    background: transparent !important;
    color: black !important;
    margin-left: 5px;
    font-family: dem !important;
}
#s4 {
    padding-top: 150px !important;
    padding-bottom: 250px !important;
    position: relative;
}
#s4:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#s4:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#s4 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#s4 .inner-wrap {
    border-radius: 10px !important;
}
#s5 {
    padding-top: 70px !important;
    padding-bottom: 180px !important;
    position: relative;
}
#s5:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#s5:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -80px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#s5 .i1 {
    transform: scale(1.4);
    margin-left: 210px;
    margin-bottom: -90px;
    animation: floatY 5s infinite ease-in-out;
    transform-origin: top;
}
#s5 a.toggle-heading {
    color: black !important;
    padding: 15px 0px !important;
}
#s5 div[data-style="minimal"] .toggle {
    border: 1px solid #656565;
    padding: 0px 20px !important;
    border-radius: 6px !important;
    margin-bottom: 15px;
}
#s5 .toggle.default.open a {
    border-bottom: 1px solid #656565;
    margin-bottom: 15px !important;
}
/*------Services Page-----------*/
/*------About Page-----------*/
.page-id-8 h1 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px !important;
}
.page-id-8 h1:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #ddc199;
    width: 250px;
    bottom: 0;
    animation: scalex 3s linear infinite;
	transform-origin:left
}
/*------About Page-----------*/
/*------Terahertz Page-----------*/

#t1 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#t1 {
    padding-top: 110px !important;
	padding-bottom: 110px !important;
    position: relative;  
}
#t1:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 35%;
    bottom: -90px;
    z-index: 99;
    right: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#t1:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 35%;
    bottom: -90px;
    z-index: 99;
    left: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#t1 .i1 {
    transform: scale(1.1);
    margin-bottom: -60px;
    margin-left: 20px;
    animation: floatY 5s infinite ease-in-out;
}
#t1 .i2 {
    transform: scale(1.3);
    transform-origin: bottom;
    animation: grow2 5s infinite linear;
    top: 90px;
    position: relative;
}
@keyframes grow2 {
	0%, 100% {
    transform: scale(1.3);
}
50% {
    transform: scale(1.2);
}
}
#t1 h1 {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    position: relative;
}
#t1 h1:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #ddc199;
    width: 250px;
    bottom: 0;
    animation: scalex 3s linear infinite;
    transform-origin: center;
	right: 0;
	left: 0;
	margin: auto;
}
#t2 {
    padding-top: 110px !important;
    position: relative;  
}
#t2:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#t2:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 25%;
    bottom: -70px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#t2 .i2 {
    position: absolute;
    width: 70%;
    bottom: 60px;
    right: -50%;
    animation: floatY 5s infinite ease-in-out;
}
#t2 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#t2 p strong {
    font-family: dem !important;
    font-size: 17px !important;
    line-height: 27px !important;
}
#t2 .nectar-fancy-ul li {
    font-family: bk !important;
}
#t2 .nectar-fancy-ul li i {
    background: #009541;
    border-radius: 100%;
    color: white;
    height: 80%;
    margin-top: 2px;
    line-height: 22px !important;
    font-size: 14px !important;
}
#t2 .nectar-fancy-ul li {
    padding-left: 30px !important;
}
#t2 .i1 {
    margin-top: -70px;
    margin-left: -40px;
    animation: grow 5s infinite linear;
    transform-origin: bottom;
}
#t2 .c2 {
	position: relative;
}
#t2 .c2:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/t2-ring.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 700px;
    height: 560px;
    top: -130px;
    right: -50%;
    animation: move2 30s linear infinite;
    pointer-events: none;
}
@keyframes move2 {
	0% {
		transform: rotate(10deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
#t3 {
    padding-top: 40px !important;
    padding-bottom: 100px !important;
    position: relative;  
}
#t3:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 35%;
    bottom: -90px;
    z-index: 99;
    right: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#t3:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 100%;
    height: 35%;
    bottom: -90px;
    z-index: 99;
    left: 0;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#t3 h1 {
    padding-bottom: 5px;
}
#t3 .c2 {
    padding: 0px 100px !important;
}
#t3 .i1 {
    transform: scale(2);
    transform-origin: top;
    margin-left: -160px;
    animation: floatY 5s infinite linear;
}
#t3 .i2 {
    transform-origin: right bottom;
    animation: grow 5s infinite linear;
}
#t3 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#t4 {
    padding-top: 100px !important;
    padding-bottom: 150px !important;
	position: relative;
}
#t4:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 21%;
    bottom: -100px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#t4:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 21%;
    bottom: -100px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#t4 .i1 {
    position: absolute;
    bottom: -120px;
    width: 40%;
    right: -44%;
    animation: floatY 5s infinite linear;
}
#t4 div[data-style="minimal"] .toggle {
    border: 1px solid #656565;
    padding: 0px 20px !important;
    border-radius: 0px !important;
    margin-bottom: 15px;
}
#t4 a.toggle-heading {
    color: black !important;
    padding: 15px 0px !important;
}
#t5 {
    padding-top: 60px !important;
    padding-bottom: 210px !important;
    position: relative;
}
#t5:before {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 22%;
    bottom: -100px;
    z-index: 99;
    right: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 5000s infinite linear;
}
#t5:after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 22%;
    bottom: -120px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
#t5 p strong {
    font-family: bd !important;
}
#t5 .t1 p {
    font-size: 18px !important;
    line-height: 28px !important;
}
#t5 .i1 {
    width: 63%;
    margin: auto;
    animation: grow 5s infinite linear;
    transform-origin: bottom;
}
#t5 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
#t5 .c1 {
    padding-right: 80px;
}
/*------Terahertz Page-----------*/
#g1 span.wpcf7-not-valid-tip {
    position: absolute;
    right: 8px;
    bottom: -10px;
    top: unset;
    border-radius: 50px !important;
    font-size: 11px !important;
    padding: 0px 20px !important;
}
#g1 .wpcf7-response-output {
    display: none;
}
a.toggle-heading i {
    border: unset !important;
}
a.toggle-heading i:after {
    display: none;
}
a.toggle-heading i:before {
    content: "\f107" !important;
    font-family: 'FontAwesome' !important;
    background: transparent !important;
    color: black;
    font-size: 20px !important;
    line-height: 7px !important;
}
.toggle.default.open i:before {
    content: "\f077" !important;
    font-family: 'FontAwesome' !important;
}

div#benefits h2{
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/heading-bacgkorund.png) black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: moving 50s linear infinite;
    filter: brightness(0.9);
    font-size:34px !important;
	line-height:44px !important;
}
div#ben_row {
    padding: 90px 0px !important;
}
div#ben_row::after {
    content: '';
    position: absolute;
    background: url(https://olylifeusa.com/wp-content/uploads/2023/12/imgpsh_fullsize_anim.png);
    background-size: 100% 100%;
    background-repeat: repeat !important;
    width: 160%;
    height: 32%;
    bottom: -50px;
    z-index: 99;
    left: -30%;
    -moz-mix-blend-mode: screen;
    -webkit-mix-blend-mode: screen;
    mix-blend-mode: screen;
    animation: scroll 4000s infinite linear;
    animation-direction: reverse;
}
div#r7 a.toggle-heading {
    border: 1px solid #00813b;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {

	#r2 {
    padding-top: 70px !important;
    padding-bottom: 290px !important;
}
	#r4 .c2 {
    padding: 0px 110px !important;
}
	#r4 {
    padding-top: 80px !important;
    padding-bottom: 160px !important;
}
	#r5 .c2 {
    padding-right: 160px;
}
	#g1 ul#menu-ftr li {
    margin-right: 50px;
}
	#g1 .s1 ul {
    margin-top: -50px;
}
	#g1 .c2 {
    padding-right: 160px;
}
	#g1 .c2:before {
    width: 270px;
    height: 200px;
}
	#r1 .c1:before {
    width: 280px;
    height: 110px;
    top: 120px;
    left: -130px;
}
	#r1 .c2:before {
    width: 300px;
    height: 140px;
    top: 110px;
    left: -40px;
}
	#r1 .c2:after {
    width: 300px;
    height: 110px;
    top: 30px;
    right: -90px;
}
	#p1 .c1:before {
    width: 400px;
    height: 130px;
    top: 50%;
    left: -50%;
}
	#p1 .c2:before {
    width: 370px;
    height: 130px;
    top: 50%;
    left: -20%;
}
	#p4 .i1 {
    transform: scale(1.6);
    margin-left: 60px;
    margin-top: 290px;
}
	#p6 .vc_col-sm-4 {
    padding: 70px 80px;
    transition: 0.9s;
}
	#s5 .i1 {
    transform: scale(1.4);
    margin-left: 100px;
    margin-bottom: -60px;
}
	#t1 .i1 {
    margin-bottom: -180px;
    margin-left: 20px;
}
	#t2 .i2 {
    width: 59%;
    bottom: 60px;
    right: -20%;
}
	#t2 .i1 {
    width: 80%;
    margin-top: -80px;
    margin-left: -40px;
}
	#t3 .c2 {
    padding: 0px 30px !important;
}
	#t4 .i1 {
    bottom: -120px;
    width: 40%;
    right: -41%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
	#g1 ul#menu-ftr li {
    margin-right: 30px;
}

	html body h1 {
    font-size: 75px !important;
    line-height: 85px !important;
}
	#r1 {
    padding-top: 150px !important;
    padding-bottom: 140px !important;
}
#r1 .row-bg.viewport-desktop.using-image {
    background-size: cover;
    background-position: 100% 100% !important;
}
    #r1 .i1 {
        margin-bottom: -194px;
    }
	#r2 {
    padding-top: 50px !important;
    padding-bottom: 250px !important;
}
	#r32 .c4:before {
    width: 700px;
    height: 700px;
    top: -130px;
    right: 0;
}
	#r4 .c2 {
    padding: 0px 70px !important;
}
	#r4 .i1 {
    width: 100%;
    top: -100px;
}
	#r4 .i2 {
    top: 60px;
    right: -36%;
    transform: scale(1.7);
}
	#r5 .c2 {
    padding-right: 80px;
}
	#r5 {
    padding-top: 90px !important;
    padding-bottom: 180px !important;
}
	#r6 .i1 {
    bottom: -220px;
    width: 60%;
    right: -12%;
}
	#r7 .i1 {
    padding-right: 60px;
}
	#g1 {
    padding-top: 40px !important;
}
	#p6 .iwt-text {
    padding-left: 90px;
}
	#p6 .vc_col-sm-4 {
    padding: 70px 50px;
}
	#t2 .i2 {
    width: 54%;
    bottom: 60px;
    right: -20%;
}
	#t3 .c2 {
    padding: 0px 0px !important;
}
	#t3 {
    padding-top: 40px !important;
    padding-bottom: 160px !important;
}
	#t3 .i2 {
    top: 120px;
}
	#t3 .i1 {
    top: 90px;
    margin-left: -140px;
}
	#t5 .c1 {
    padding-right: 20px;
}
	#t5 {
    padding-top: 60px !important;
    padding-bottom: 150px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	    #r1 .i1 {
        margin-bottom: -202px;
    }
div#g3 .t1 p {
    font-size: 12px !important;
}
	#g1 .s1 ul li {
    display: inline;
    margin-left: 5px;
}
	    #r1 .c1 {

        position: relative;
        top: 60px;
    }
	html body h1 {
    font-size: 65px !important;
    line-height: 75px !important;
}
	#r1 .c1:before {
    width: 280px;
    height: 110px;
    top: 80px;
    left: -130px;
}
	#r4 .i2 {
    top: 100px;
    right: -26%;
    transform: scale(1.7);
}
	#g1 .c2 {
    padding-right: 140px;
}
	#r8 h1, #g1 h1 {
    font-size: 50px !important;
    line-height: 60px !important;
}
	#p6 .iwt-text {
    padding-left: 80px;
}
	#p6 .iwt-icon img {
    margin-top: 20px;
}
	#t2 {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
}
	#t2 .i1 {
    width: 81%;
    margin-top: -80px;
    margin-left: -20px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	#r1 .i1 {
        margin-bottom: -172px;
    }
	#g1 ul#menu-ftr li {
    margin-right: 20px;
}
	html body h1 {
    font-size: 50px !important;
    line-height: 60px !important;
}
	#r2 p strong {
    font-size: 18px !important;
    line-height: 28px !important;
}
	html body p {
    font-size: 14px !important;
    line-height: 24px !important;
}
	#r32 .c4:before {
    width: 600px;
    height: 600px;
    top: -110px;
    right: 0;
}
	#r4 .i1 {
    width: 100%;
    top: -50px;
}
	#p1 .c1:before {
    width: 360px;
    height: 110px;
    top: 50%;
    left: -50%;
}
	#p1 .c2:before {
    width: 300px;
    height: 120px;
    top: 47%;
    left: -29%;
}
	#p1 .c2:after {
    width: 370px;
    height: 140px;
    top: 20%;
    right: -30%;
}
	#p2 .nectar-fancy-ul li {
    font-size: 14px !important;
    line-height: 24px !important;
}
	#p3 .carousel-item {
    margin: 0px 10px;
    padding: 20px 10px;
}
	#p51 .c1 .vc_column-inner {
    height: 430px;
    top: 30px;
}
	#p5 p {
    font-size: 14px !important;
    line-height: 24px !important;
}
	#s2 .nectar-fancy-ul ul {
    height: 260px;
}
	#t2 {
    padding-top: 80px !important;
    padding-bottom: 30px !important;
}
	#t2 .nectar-fancy-ul li {
    font-size: 14px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	div#benefits h2 {
    font-size: 30px !important;
	line-height:40px !important;
}
	#r2 p {
    padding-top: 0px;
}
	#r1 {
    padding-top: 140px !important;
    padding-bottom: 90px !important;
}
	#r1 .c1:before {
    width: 260px;
    height: 90px;
    top: 70px;
    left: -130px;
}
	#r1 .c2:before {
    width: 230px;
    height: 110px;
    top: 110px;
    left: -20px;
}
	#r1 .c2:after {
    width: 250px;
    height: 100px;
    top: 70px;
    right: -90px;
}
	#r2 {
    padding-top: 50px !important;
    padding-bottom: 160px !important;
}
	#r32 .c4:before {
    width: 490px;
    height: 490px;
    top: -100px;
    right: 0;
}
	html body p {
    font-size: 12px !important;
    line-height: 22px !important;
}
	#r4 .c2 {
    padding: 0px 40px !important;
}
	#r4 {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
}
	#r5 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
}
	#r6 {
    padding-top: 80px !important;
    padding-bottom: 120px !important;
}
	#r6 .i1 {
    bottom: -120px;
    width: 60%;
    right: -12%;
}
	#r7 {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
	#r8 {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
}
	#r8 input.tnp-submit {
    width: 28%;
    font-size: 13px !important;
    line-height: 23px !important;
}
	#r8 h1, #g1 h1 {
    font-size: 40px !important;
    line-height: 50px !important;
}
	#g1 .c2 {
    padding-right: 100px;
}
	#g1 ul#menu-ftr li a {
    font-size: 12px !important;
    line-height: 22px !important;
}
#g1 ul#menu-ftr li {
    margin-right: 20px;
}
	#g1 .c2:before {
    width: 170px;
    height: 120px;
}
	#p51 .c1 .vc_column-inner {
    height: 400px;
    top: 0px;
}
	html body h3 {
    font-size: 20px !important;
    line-height: 30px !important;
}
	#p4 a.toggle-heading {
    font-size: 20px !important;
    line-height: 30px !important;
}
	#p6 .iwt-text h3 {
    font-size: 17px !important;
    line-height: 27px !important;
    margin-bottom: 0px !important;
}
	#p6 .iwt-icon img {
    margin-top: 18px;
    width: 35px;
    outline-offset: 15px;
}
	#p6 .iwt-text {
    padding-left: 60px;
}
	#p6 .vc_col-sm-4 {
    padding: 70px 40px;
}
	#s2 .nectar-fancy-ul li {
    font-size: 13px !important;
    line-height: 23px !important;
}
	#s2 .nectar-fancy-ul ul {
    height: 198px;
}
	#s2 {
    padding-top: 90px !important;
    padding-bottom: 120px !important;
}
	#s3 {
    padding-top: 40px !important;
    padding-bottom: 120px !important;
}
	#s4 {
    padding-top: 100px !important;
    padding-bottom: 140px !important;
}
	#s5 a.toggle-heading {
    font-size: 18px !important;
    line-height: 28px !important;
}
	#s5 {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}
	#t1 {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}
	#t2 p strong {
    font-size: 12px !important;
    line-height: 22px !important;
}
	#t2 .nectar-fancy-ul li {
    font-size: 12px !important;
}
	#t2 .c2:before {
    width: 550px;
    height: 370px;
    top: -80px;
    right: -50%;
}
	#t2 .i2 {
    width: 54%;
    bottom: 40px;
    right: -22%;
}
	#t5 .i1 {
    width: 83%;
}
	#t5 .t1 p {
    font-size: 13px !important;
    line-height: 23px !important;
}
	#t5 {
    padding-top: 60px !important;
    padding-bottom: 110px !important;
}
	#t2 {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
}
	.page-id-10 #g1 {
    padding-top: 80px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	div#benefits {
    text-align: center;
}
	.home #raa {
    display: none !important;
}
	.cursor-dot {
		display: none !important;
}
	#g1 ul#menu-ftr li {
    margin-right: 40px;
}
	#r1 .c1:before {
    display: none;
}
	#r1 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    text-align: center;
}
	#r1 .c1 {
    padding: 0px 40px !important;
}
    #r1 .i1 {
        margin-bottom: -90px;
        width: 80%;
    }
	#r1:after {
    height: 21%;
    bottom: -60px;
}
    #r1:before {
    height: 21%;
    bottom: -60px;
}
	#r2 {
    padding-top: 30px !important;
    padding-bottom: 110px !important;
}
	#r2 p {
    padding-top: 0px;
    padding-bottom: 50px;
}
	#r3 {
    padding-top: 60px !important;
    text-align: center;
}
	#r3 .i1 {
    display: none;
}
	#r32 .i2 {
    width: 60%;
    margin-left: 0px;
}
	#r32 .c4:before {
    width: 490px;
    height: 490px;
    top: -100px;
    right: 0;
    left: 0;
    margin: auto;
}
	#r3:after {
    height: 20%;
    bottom: -90px;
}
	#r3:before {
    width: 100%;
    height: 20%;
    bottom: -90px;
}
	#r4 .i2 {
    display: none;
}
	#r4 .i1 {
    display: none;
}
	#r4 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    padding: 0px 40px;
}
	#r4 h1 br {
    display: none;
}
	#r4 .c2 {
    padding: 0px 0px !important;
}
	#r4:after {
    height: 26%;
    bottom: -70px;
}
	#r4:before {
    height: 26%;
    bottom: -70px;
}
	#r5 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    text-align: center;
}
#r5 .c2 {
    background: #ffffff59;
    margin: 0px 40px !important;
    padding: 20px 20px !important;
}
#r6 {
    padding-top: 70px !important;
    padding-bottom: 100px !important;
    text-align: center;
}
	#r6 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#r6 .i1 {
    display: none;
}
	#r6 h1 br, #r6 p br {
    display: none;
}
	#r7 .i1 {
    padding-right: 0px;
    width: 60%;
    margin: 0 auto;
}
	#r7 {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
    text-align: center;
}
	#r8 {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
	#g1 .i1 {
    display: none;
}
	#g1 .c2 {
    padding-right: 47px;
    padding-left: 50px;
}
	#g1 .c2:before {
    display: none;
}
	#g1 .c2 .col.span_6 {
    width: 49%;
}
	#r5 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
.home h1:before {
    right: 0;
    left: 0;
    margin: auto;
    width: 200px;
    transform-origin: center;
}
#g1 h1:before {
    margin: unset;
    transform-origin: left;
}
	#r7 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#r8 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#p1 {
    padding-top: 50px !important;
    padding-bottom: 10px !important;
    text-align: center;
}
	.page-id-9 h1:before {
    margin: 0 auto;
    right: 0;
    left: 0;
    transform-origin: center;
}
	#p1 .c1:before {
    width: 360px;
    height: 110px;
    top: 30%;
    left: -35%;
}
	#p1 .i1 {
    margin-top: 0px;
    width: 70%;
    margin: auto;
}
	#p1 .c2:before {
    width: 310px;
    height: 100px;
    top: 42%;
    left: -26%;
}
	#p2 .i1 {
    margin: 0 auto;
    width: 100%;
}
	#p1:after {
    width: 160%;
    height: 22%;
    bottom: -70px;
    left: -30%;
}
	#p1:before {
    width: 160%;
    height: 22%;
    bottom: -70px;
    right: -30%;
}
	#p2:after {
    width: 160%;
    height: 15%;
    bottom: -60px;
    left: -30%;
}
	#p2:before {
    width: 160%;
    height: 15%;
    bottom: -60px;
    right: -30%;
}
	#p3 {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
	#p4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	.page-id-9 h1 {
    text-align: center;
}
	.page-id-9 #g1 h1 {
    text-align: left;
}
	#p2 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#p3 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#p4 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#p4 .i1 {
    transform: unset;
    margin-left: 50px;
    margin-top: 0px;
}
	#p4:after {
    width: 179%;
    height: 21%;
    bottom: -110px;
    left: -50%;
}
	#p4:before {
    width: 160%;
    height: 21%;
    bottom: -110px;
    right: -30%;
}
	#p5 {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}
	#p6 .vc_col-sm-4 {
    padding: 50px 60px;
}
	#p6 .iwt-icon img {
    margin-top: 8px;
    width: 35px;
    outline-offset: 15px;
}
	#p4 h1 {
    margin-right: 0px;
}
	.page-id-11 h1:before {
    margin: 0 auto;
    right: 0;
    left: 0;
    transform-origin: center;
}
#s2 {
    padding-top: 50px !important;
    padding-bottom: 140px !important;
    text-align: center;
}
	#s2 .nectar-fancy-ul ul {
    height: 173px;
}
#s2 img, #s3 img {
    width: 80%;
    margin: auto;
}
	#s2 .c1 {
    padding-right: 0px;
}
	#s2:after {
    width: 160%;
    height: 15%;
    bottom: -30px;
    left: -30%;
}
	#s2:before {
    width: 160%;
    height: 15%;
    bottom: -30px;
    right: -30%;
}
	#s3 {
    padding-top: 30px !important;
    padding-bottom: 100px !important;
    text-align: center;
}
	#s2 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#s3 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#s4 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#s3 .c2 {
    padding-left: 0px;
}
	#s3:after {
    width: 160%;
    height: 15%;
    bottom: -60px;
    left: -30%;
}
	#s3:before {
    width: 160%;
    height: 15%;
    bottom: -60px;
    right: -30%;
}
	#s4 {
    padding-top: 70px !important;
    padding-bottom: 90px !important;
}
	#s5 h1 {
    text-align: center;
}
	#s5:after {
    width: 150%;
    height: 14%;
    bottom: -70px;
    left: -30%;
}
	#s5:before {
    width: 150%;
    height: 14%;
    bottom: -70px;
    right: -30%;
}
	.page-id-8 h1:before {
    margin: 0 auto;
    right: 0;
    left: 0;
    transform-origin: center;
}
	#t1 .i1 {
    display: none;
}
	#t1 .i2 {
    transform: unset;
    top: 70px;
    width: 40%;
}
	#t1 {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
}
	#t1 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#t2 .row-bg.viewport-desktop.using-image {
    background-size: cover;
    background-position: right !important;
}
	#t2 .c2:before {
    display: none;
}
	#t2:after {
    width: 160%;
    height: 15%;
    bottom: -30px;
    left: -30%;
}
	#t2:before {
    width: 160%;
    height: 15%;
    bottom: -30px;
    right: -30%;
}
	#t2 .i2 {
    width: 54%;
    bottom: 70px;
    right: -21%;
}
	#t3 .i1 {
    display: none;
}
	#t3 {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
	#t3 .i2 {
    top: 0px;
    width: 30%;
}
	#t3 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#t3 .c2 {
    padding: 0px 50px !important;
}
	#t3:after {
    width: 100%;
    height: 21%;
    bottom: -90px;
    left: 0;
}
	#t3:before {
    width: 100%;
    height: 21%;
    bottom: -90px;
    right: 0;
}
	#t2 {
    padding-top: 80px !important;
    padding-bottom: 30px !important;
    text-align: center;
}
	#t2 .nectar-fancy-ul li {
    font-size: 12px !important;
    text-align: left;
}
	#t4 a.toggle-heading {
    font-size: 18px !important;
    line-height: 28px !important;
}
	#t4 h1 {
    text-align: center;
}
	#t5 .i1 {
    width: 60%;
}
	#t5 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
	#t5:after {
    width: 160%;
    height: 15%;
    bottom: -90px;
    left: -30%;
}
	#t5:before {
    width: 160%;
    height: 15%;
    bottom: -90px;
    right: -30%;
}
	.page-id-10 #g1 {
    padding-top: 60px !important;
}
	#p3 .owl-nav {
    display: none;
}
}	
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	div#benefits h2 {
    font-size: 25px !important;
	line-height:35px !important;
}
	div#s3.pay-form {
    text-align: left;
    padding-top: 50px !important;
}
	#g3 .c3>div>.wpb_wrapper {
    display: flex;
    flex-direction: column-reverse;
}
#g1 ul#menu-ftr li {
    margin-right: 16px;
}
	.home #r2 h1 {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
	#r1 {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
}
	#r1 .i1 {
    margin-bottom: -50px;
    width: 90%;
}
	html body h1 {
    font-size: 35px !important;
    line-height: 45px !important;
}
	#r1 .c2:before {
    width: 150px;
    height: 70px;
    top: 90px;
    left: -20px;
}
	#r1 .c2:after {
    width: 200px;
    height: 80px;
    top: 30px;
    right: -90px;
}
	#r1:after {
    height: 17%;
    bottom: -50px;
}
	#r1:before {
    height: 17%;
    bottom: -50px;
}
	#r2 p strong {
    font-size: 14px !important;
    line-height: 24px !important;
}
	#r2 {
    padding-top: 30px !important;
    padding-bottom: 80px !important;
}
	#r31 {
    padding: 0px 30px;
}
	#r2:after {
    height: 25%;
    bottom: -40px;
}
	#r2:before {
    height: 25%;
    bottom: -40px;
}
	#r3:after {
    height: 20%;
    bottom: -80px;
}
	#r3:before {
    height: 20%;
    bottom: -80px;
}
	#r5:after {
    height: 21%;
    bottom: -60px;
}
	#r5:before {
    height: 21%;
    bottom: -60px;
}
	#r6 {
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}
	#r8 input.tnp-submit {
    width: 34%;
    font-size: 13px !important;
    line-height: 23px !important;
}
	#g1 .c2 .col.span_6 {
    width: 100%;
}
	#g1 .c2 .row {
    padding-bottom: 0px !important;
}
	#g1 .c2 .col.span_6, #g1 .c2 .col.span_12 {
    margin-bottom: 15px;
}
#g1 .s1 ul {
    float: unset;
    padding-bottom: 10px;
    margin: 0 auto;
    display: table;
}
	#g1 .s1 ul li {
    margin: 0px 8px;
}
	#g1 .t1 {
    margin-bottom: 10px;
}
#g1 .wpb_text_column p {
    text-align: center;
}
	#r8 h1, #g1 h1 {
    font-size: 35px !important;
    line-height: 45px !important;
}
	.home h1:before {
    width: 150px;
}
	#p1 .c1:before {
    width: 240px;
    height: 80px;
    top: 30%;
    left: -35%;
}
	#p1 .c2:before {
    width: 240px;
    height: 80px;
    top: 42%;
    left: -26%;
}
	#p1 .c2:after {
    width: 220px;
    height: 100px;
    top: 20%;
    right: -18%;
}
	#p2 .nectar-fancy-ul ul {
    margin-bottom: 0px;
}
    #p2 .vc_col-sm-6 {
    margin-bottom: 0px !important;
}
	#p3 {
    padding-top: 30px !important;
    padding-bottom: 90px !important;
}
	#p3 .owl-nav button {
    --p: -30px;
}
	#p3:after {
    width: 160%;
    height: 20%;
    bottom: -50px;
    left: -30%;
}
	#p3:before {
    width: 160%;
    height: 20%;
    bottom: -50px;
    right: -30%;
}
	#p4:after {
    width: 139%;
    height: 16%;
    bottom: -80px;
    left: -10%;
}
	#p4:before {
    width: 134%;
    height: 18%;
    bottom: -110px;
    right: -20%;
}
	#s2 p strong {
    font-size: 16px !important;
    line-height: 26px !important;
}
	#s2 .nectar-fancy-ul ul {
    height: 153px;
}
	#s4:after {
    width: 160%;
    height: 25%;
    bottom: -40px;
    left: -30%;
}
	#s4:before {
    width: 160%;
    height: 25%;
    bottom: -40px;
    right: -30%;
}
	#s5 .i1 {
    transform: scale(1);
    margin-left: 40px;
    margin-bottom: -40px;
}
	#s5:after {
    width: 150%;
    height: 16%;
    bottom: -40px;
    left: -30%;
}
	#s5:before {
    width: 150%;
    height: 16%;
    bottom: -40px;
    right: -30%;
}
	#t1 .i2 {
    top: 60px;
    width: 50%;
}
	#t2 .i2 {
    width: 47%;
    bottom: 40px;
    right: -21%;
}
	#t2:after {
    width: 160%;
    height: 12%;
    bottom: -40px;
    left: -30%;
}
	#t2:before {
    width: 160%;
    height: 12%;
    bottom: -40px;
    right: -30%;
}
#t3 .c2 {
    padding: 0px 20px !important;
}
#t4 a.toggle-heading {
    font-size: 15px !important;
    line-height: 25px !important;
}
#t5 h1 br {
    display: none;
}
#t5:after {
    width: 150%;
    height: 11%;
    bottom: -70px;
    left: -30%;
}
#t5:before {
    width: 150%;
    height: 11%;
    bottom: -70px;
    right: -30%;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	#r2 .row-bg.viewport-desktop.using-image {
    background-size: cover;
}
#r2 p {
    padding-top: 0px;
    padding-bottom: 0px;
}
	#r2 {
    padding-top: 40px !important;
    padding-bottom: 140px !important;
}
	#r3 {
    padding-top: 50px !important;
}
	html body h1 {
    font-size: 27px !important;
    line-height: 37px !important;
}
	#r1 .i1 {
    margin-bottom: -60px;
    width: 100%;
}
	#r1:after {
    height: 11%;
    bottom: -24px;
}
	#r1:before {
    height: 11%;
    bottom: -24px;
}
	#r3:after {
    height: 15%;
    bottom: -55px;
}
	#r3:before {
    height: 15%;
    bottom: -55px;
}
	#r4:after {
    height: 18%;
    bottom: -60px;
}
	#r4:before {
    height: 18%;
    bottom: -60px;
}
	#r5 .c2 {
    margin: 0px 30px !important;
    padding: 20px 10px !important;
}
	#r6:after {
    width: 160%;
    height: 15%;
    bottom: -50px;
    left: -30%;
}
	#r6:before {
    width: 160%;
    height: 15%;
    bottom: -50px;
    right: -30%;
}
	#r8 input.tnp-submit {
    width: 50%;
    font-size: 13px !important;
    line-height: 23px !important;
}
	#g1 .c2 {
    padding-right: 24px;
    padding-left: 24px;
}
#g1 ul#menu-ftr li {
    margin-right: 10px;
}
	#g1 ul#menu-ftr li a {
    font-size: 13px !important;
    line-height: 27px !important;
}
	#p1 .i1 {
    width: 90%;
    margin: auto;
}
	.page-id-9 h1 br {
    display: none;
}
	#p2:after {
    width: 160%;
    height: 7%;
    bottom: 20px;
    left: -30%;
}
	#p2:before {
    width: 160%;
    height: 7%;
    bottom: 20px;
    right: -30%;
}
	#p3 {
    padding-top: 10px !important;
    padding-bottom: 80px !important;
}
	#p4:after {
    width: 239%;
    height: 17%;
    bottom: -70px;
    left: -10%;
}
	#p4:before {
    width: 239%;
    height: 17%;
    bottom: -70px;
    right: -10%;
}
	#s2 .nectar-fancy-ul ul {
    height: 178px;
}
	#s5 a.toggle-heading {
    font-size: 15px !important;
    line-height: 25px !important;
}
	#t2 .nectar-fancy-ul li {
    font-size: 11px !important;
}
	#t2:before {
    width: 160%;
    height: 9%;
    bottom: -32px;
    right: -30%;
}
	#t3:after {
    width: 100%;
    height: 16%;
    bottom: -60px;
    left: 0;
}
	#t3:before {
    width: 100%;
    height: 16%;
    bottom: -60px;
    right: 0;
}
#t4 h1 br {
    display: none;
}
#t4:after {
    width: 160%;
    height: 14%;
    bottom: -60px;
    left: -30%;
}
#t4:before {
    width: 160%;
    height: 14%;
    bottom: -60px;
    right: -30%;
}
#t5 .t1 p {
    font-size: 12px !important;
    line-height: 22px !important;
}
#t5:after {
    width: 150%;
    height: 8%;
    bottom: -50px;
    left: -30%;
}
#t5:before {
    width: 150%;
    height: 8%;
    bottom: -50px;
    right: -30%;
}
	#t4 .i1 {
    bottom: -130px;
    width: 50%;
    right: -38%;
}
	.page-id-8 #s3 {
    padding-top: 50px !important;
}
	.page-id-8 #r7 {
    padding-top: 40px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}

@-moz-document url-prefix() {
    #r1:before,#r1:after,#r2:before,#r2:after,#r3:before,#r3:after,#r4:before,#r4:after,#r5:before,#r5:after,#r6:before,#r6:after{
        mix-blend-mode: screen !important;
        filter: brightness(0)invert(1) !important;
    }
	 #p1:before,#p1:after,#p2:before,#p2:after,#p3:before,#p3:after,#p4:before,#p4:after{
        mix-blend-mode: screen !important;
        filter: brightness(0)invert(1) !important;
    }
	#t1:before,#t1:after,#t2:before,#t2:after,#t3:before,#t3:after,#t4:before,#t4:after,#t5:before,#t5:after{
        mix-blend-mode: screen !important;
        filter: brightness(0)invert(1) !important;
    }
	#s1:before,#s1:after,#s2:before,#s2:after,#s3:before,#s3:after,#s4:before,#s4:after,#s5:before,#s5:after{
        mix-blend-mode: screen !important;
        filter: brightness(0)invert(1) !important;
    }
}  