.PF-notification:hover{
    -webkit-animation: shake 0.1s ease-in-out 0.1s ;
    animation-iteration-count: 5;
}
.afterloading {
    -webkit-animation: shake 0.1s ease-in-out 0.1s ;
    animation-iteration-count: 5;
}

@-webkit-keyframes shake {
    from {
        -webkit-transform: translateX(3px);
    }

    to {
        -webkit-transform: translateX(2px);
        -webkit-transform-origin: center
        center;
    }
}

@-webkit-keyframes blinker {
    0% {
        color: white;
    }
    50% {
        color: black;
    }
    75% {
        color: white;
    }
}


.whatsApp-support:hover {
    color: white !important;
}

.whatsApp-support {
    -webkit-animation: blinker 1.5s infinite;
}


.whatsApp-hover:hover {
    color: white;
    /*color: white;*/
}

.shake {
    animation: shake 1s;
}
.page-single{
    padding: 0px 15px 50px;
}

.page-single .entry-title{
    text-align: center;
    color: #0e9281;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 25px;
}

@media screen and (min-width: 1200px){
    .content-promotion {
        font-size: 30px;
    }
    .font-phone {
        font-size: 24px;
        margin-left: 8%;
    }
    .wa-font {
        font-size: 20px;
    }
    .wa-img {
        width: 24px;
    }
}

@media screen and (min-width: 992px) {
    .content-promotion {
        font-size: 24px;
    }
    .font-phone {
        font-size: 20px;

    }
    .wa-font {
        font-size: 16px;
    }
    .wa-img {
        width: 24px;
    }
}

@media screen and (max-width: 991px) {
    .content-promotion {
        font-size: 20px;
    }
    .font-phone {
        font-size: 16px;
        margin-left: 50%; !important;
        /*display: block;*/
    }
    .wa-font {
        font-size: 12px;
    }
    .wa-img {
        width: 20px;
    }
}

@media screen and (max-width: 768px) {
    .content-promotion {
        font-size: 15px;
    }
    .font-phone {
        font-size: 10px;
        /*margin-left: 12%;*/
    }
    .wa-font {
        font-size: 10px;
    }
    .wa-img {
        width: 15px;
    }
}

@media screen and (max-width: 600px) {
    .content-promotion {
        font-size: 12px;
    }
    .font-phone {
        font-size: 8px;
    }
    .wa-font {
        font-size: 8px;
    }
    .wa-img {
        width: 12px;
    }
}

@media screen and (max-width: 480px) {
    .content-promotion {
        font-size: 8px;
    }
    .font-phone {
        font-size: 8px;
    }
    .wa-font {
        font-size: 6px;
    }
    .wa-img {
        width: 10px;
    }
}

@media screen and (max-width: 400px) {
    .content-promotion {
        font-size: 8px;
    }
    .font-phone {
        font-size: 6px;
    }
    .wa-font, .wa-img {
        font-size: 6px;
    }
    .wa-img {
        width: 10px;
    }
}

.content-promotion {
    background-color: #00a993;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    animation : shake 2s;
}
.content-promotion button{
    background-color: #00a993;
}

.wa-font, .font-a, .font-phone{
    color: #fcfcfc !important;
}
.font-phone h1{
    display: inline-block;
}


/*@media screen and (min-width: 1200px) {*/
/*    .site-header .head-top .account-links {*/
/*        line-height: 36px !important;*/
/*        margin-top: 36px !important;*/
/*    }*/
/*}*/

@media screen and (max-width: 1199px) {
    .site-header .head-top .account-links {
        line-height: 36px !important;
        margin-top: 36px !important;
    }
}

.vaset_plugins {
    display: none;
}
.plugins_tabs {
    text-align: center;
    height: 50px;
}

.plugins_tabs button {
    background-color: rgba(246,246,246,0.6);
    height: inherit;
    border: none !important;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.plugins_tabs button:hover {
    background-color: white;
}

/* Create an active/current tablink class */
.plugins_tabs button.active {
    background-color: white;
    font-weight: 700;
    color: #0e9281;
}

.vaset_plugins .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.foot-socials{
    margin: 20px 0 10px 0;
}

.socials {
    width: 100%;
    display: inline-block;
    float: left;
}
.PF-notification {
    /*margin: auto;*/
}
.notif-close-btn{
    margin-right: 1%;
}
.color-green{
    color: #00bea5;
}
