.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.ajax-posts {
position: relative;
} .ajax-posts__view {
transition: 0.2s ease;
width: 100%;
padding:0 15px;
}
.ajax-posts aside,
.ajax-posts__posts {
opacity: 1;
} .ajax-posts.is-waiting .ajax-posts__posts,
.ajax-posts.is-waiting aside {
opacity: 0.5;
}
.ajax-posts.is-expanded-filters .ajax-posts__view {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
} .ajax-posts__show-recipes-text,
.ajax-posts__hide-filters-text  {
display: none;
}
.ajax-posts.is-expanded-filters .ajax-posts__filter-recipes-text {
display: none;
}
.ajax-posts__screen-reader-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0,0,0,0);
border: 0;
}
.ajax-posts__load-more {
flex: 0 0 100%;
}
.ajax-posts__load-more.gridzyItem{
bottom:-50px !important;
top:auto !important;
} @media screen and (max-width: 34rem) {
.ajax-posts.is-expanded-filters .ajax-posts__show-recipes-text {
display: block;
}
} @media screen and (min-width: 35rem) {
.ajax-posts.is-expanded-filters .ajax-posts__hide-filters-text {
display: block;
}
} .anc-ajax-filter-box--m {
margin-bottom: 1rem;
}
.anc-ajax-filter-box--m ul{
margin:0;
padding:0;
display: flex;
align-items: center;
gap: 30px;
list-style:none !important;
margin-bottom:20px;
}
.ajax-posts__filters ul {
list-style-type: none;
padding: 0;
margin-bottom: 0;
margin:0;
list-style:none;
}
.anc-ajax-filter-box--m li::marker{
display:none;
content: "" !important;
}
.ajax-posts__filter {
display: block;
}
.ajax-posts__filter.is-active{
color:rgba(255,114,70,1.00);
}
.ajax-posts__filter:visited{
color:#333;
}
.ajax-posts__filter-toggle {
padding: 5px; 
}
.ajax-posts__filter-toggle a:after {
margin-left: 5px;
content: "\25BE";
display: inline-block;
}
.ajax-posts__filter-toggle-hide {
display: none;
}
.ajax-posts__filter-toggle-hide:after {
transform: rotate(180deg);
position: relative;
top: 1px;
}
.ajax-posts__filterlist.is-collapsed li:nth-child(n+6) {
max-height: 35px;
}
.is-collapsed .ajax-posts__filter-toggle-hide {
display: block;
}
.is-collapsed .ajax-posts__filter-toggle-show {
display: none;
} .ajax-posts__post {
width: 100%;
}
.ajax-posts__post article {
overflow: hidden;
}
.ajax-posts__post > a {
display: block;
}
.ajax-posts__post img {
width: 100%;
}
@media screen and (min-width: 35rem) {
.ajax-posts__post { width: calc(50% - 0.9rem);
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
}
@media screen and (min-width: 35rem) and (max-width: 61rem) {
.is-expanded-filters .ajax-posts__post:nth-child(n+6) {
margin-right: 50%; }
}
@media screen and (min-width: 62rem) {
.ajax-posts__post { width: calc(33.33% - 1.2rem);
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.is-expanded-filters .ajax-posts__post:nth-child(2n) {
margin-right: 33.33%; }
} .ajax-posts__spinner {
clear: both;
display: none;
position: absolute;
left: 50%;
top: 50%;
background-color: #333;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 40px;
height: 40px;
border-radius: 100%;  
-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
animation: sk-scaleout 1.0s infinite ease-in-out;
}
.ajax-posts.is-waiting .ajax-posts__spinner {
display: block;
}
@-webkit-keyframes sk-scaleout {
0% { -webkit-transform: scale(0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes sk-scaleout {
0% { 
-webkit-transform: scale(0);
transform: scale(0);
} 100% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
opacity: 0;
}
} .ajax-posts__load-more .js-load-more {
display: block;
margin: 2rem auto;
padding: 8px 30px;
background: #239B41;
color: #fff;
border: 1px solid #239B41;
border-radius: 4px;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 1.2px;
font-weight: bold;
transition: background 0.2s ease;
outline: none;
}
.ajax-posts__load-more .js-load-more:hover {
background: #26B149;
border-color: #26B149;
}
.ajax-posts__status {
margin: 1rem auto;
background: rgba(255, 0, 0, 0.53);
color: white;
padding: 0.5rem 1rem;
border-radius: 10px;
width: 80%;
max-width: 400px;
text-align: center;
font-weight: bold;
}
.ajax-posts .ajax-posts__toggle-filter {
margin-left: 0;
}
.ajax-posts-message {
text-align: center;
}
.ajax-posts-message--empty {
width: 100% !important;
margin-top: 2rem !important;
color: #999;
}
.ajax-posts__filters h3 {  
margin: 0;
font-size: 0.8rem;
text-transform: uppercase;
letter-spacing: 1.2px;
font-weight: bold;
}
.ajax-posts__filter {
color: #28375A;
background: transparent;
padding: 0;
border-radius: 0;
font-size: 16px;
opacity:.5;
}
.ajax-posts__filter:visited {
color: #28375A;
}
.ajax-posts_filters li:last-child a {
border-bottom: 1px dashed #B9B9B4;
}
.ajax-posts__filter:hover,
.ajax-posts__filter.is-active,
.is-active-m .js-reset-filters{
color: #28375A;
opacity:1;
text-decoration: none;
}
.ajax-posts__post {
padding-bottom: 0;
}
.ajax-posts__post h3 {
font-size: 1rem;
font-weight: bold;
margin-top: 0.8rem;
}
.ajax-posts__post img {
transition: 0.2s ease;
width: 100%;
}
.ajax-posts__post:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.ajax-posts__load-more{
width:100% !important;
flex: 0 0 100% !important;
}
.ajax_epc_section_title{
margin:0;
}
@media (max-width:767px){
.ajax_epc_section_title{
margin-bottom:20px;
}
.anc-ajax-filter-box--m ul{
flex-wrap: wrap;
justify-content: center;
}  
.ajax_epc_section_title{
text-align:center;
}
}
@media (min-width:991px){
.anc-ajax-filter-box--m{
display:flex;
gap:20px;
}
}
@media screen and (min-width: 35rem) {
.ajax-posts__filters {
padding-right: 1.8rem;
}
}#mayosis-full-product-slider{
list-style:none;
margin:0;
padding:0;
}
#carousel-product-msv-elmentor .swiper-pagination{
bottom:5%;
}
.mayosis-pp-client-style-one{
position:relative;
}
.mayosis-pp-client-style-one .mayosis-pp-client-image-box {
display: flex;
align-items: center;
}
.mayosis-pp-client-style-one .section-a {
display: inline-block;
border-radius: 50%;
overflow: hidden;
border: 6px solid #ffffff;
margin-left: -15px;
transition: 0.3s ease-in-out;
width: 66px;
height: 66px;
}
.mayosis-pp-client-style-one .msvsection-pp-arrow{
background:#704FE6;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
color: #fff;
}
.mayosis-pp-client-ext-text{
padding-left:5px;
}
.mayosis-pp-client-style-one .section-a img {
max-width: 54px;
border-radius: 50%;
}
.mayosis-pp-client-style-one .section-a:hover {
transform: scale(1.3);
z-index: 10;
}
.progress {
width: 100%;
height: 50px;
}
.progress-wrap {
background: #f80;
margin: 0px 0 0;
overflow: hidden;
position: relative;
border-radius: 30px !important;
}
.progress-wrap .progress-bar {
background: #ddd;
left: 0;
position: absolute;
top: 0;
border-radius: 0px !important;
}
.mps_client_satifaction_rate{
gap:15px;
justify-content:space-between;
} 
.mayosis-pp-client_hd_part{
margin-bottom:15px;
}
.mps_client_satifaction_rate{
margin-top:15px;
}
.stylish-svg-shape-icon-client-pp{
display:none;
}
.icon_box_skew_right .elementor-icon{
transform-origin: bottom left;
transform: skew(-5deg, -5deg);
}
.icon_box_skew_left .elementor-icon{
transform-origin: top left;
transform: skew(5deg, 5deg);
}
.dm_clients .slides{
align-items:center;
}
@media (min-width:991px){
.stylish-svg-shape-icon-client-pp{
display:block;
position: absolute;
right: 12%;
top: 20%;
}
.mayosis-pp-cl-count{
text-align:right;
}
}