.loaderAjax {
    display: none;
}
.loaderAjax .overlayBgLoader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    left: 0;
    z-index: 99999999;
}
.loaderImg {
    padding: 10px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 99999999;
}
.whatsapp {
    position: fixed;
    bottom: 2vw;
    right:25px;
    z-index: 999;
    width: 60px;
    height: 60px;
    font-size: 32px;
    text-align: center;
    background: #25D366;
    border-radius: 50%;
    line-height: 1.8;
    animation-name:bounce-2 ;
}
.whatsapp svg{
    background: #25D366;
    width:32px;
    color:#fff;
    
}
.whatsapp.animated {
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

.notfound {
    border-radius: 10px;
    background: var(--pink);
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    font-size: 17px;
}
.error-back-to-home a{
    background-color: var(--pink);
    margin-top: 30px;
}