.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.ts-row {
    row-gap: 20px;
}
.maq1 {
    color: #fff;
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    #mob {
        /* display: none;*/
    }
}
@media only screen and (max-width: 600px) {
    #tag {
        display: none;
    }
}

.des {
    display: block;
}

@keyframes blikani {
    0% {
        color: #fff;
    }

    50% {
        color: #faf687;
    }

    100% {
        color: #faf687;
    }
}

.top19 {
    background: #990503;
    padding: 10px 0;
}

.top19 h2 {
    text-align: center;
    color: #ffdd34;
    font-size: 17px;
    animation: txr 1s infinite;
    animation-fill-mode: forwards;
}

@keyframes txr {
    0% {
        transform: scaleX(0.9);
    }

    50% {
        transform: scaleX(1);
    }

    100% {
        transform: scaleX(0.9);
    }
}


/*=================== Call & Phone Icon ===================*/
@keyframes pulsate
{
    0%
    {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }

    50%
    {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }

    100%
    {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}

@keyframes callb
{
    0%
    {
        transform: scale(0.9);
    }

    20%
    {
        transform: scale(1);
    }

    40%
    {
        transform: scale(1.1);
    }

    60%
    {
        transform: scale(1.2);
    }

    80%
    {
        transform: scale(1.3);
    }

    100%
    {
        transform: scale(1.4);
    }
}

@keyframes calla
{
    0%
    {
        box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);
    }

    20%
    {
        box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);
    }

    40%
    {
        box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);
    }

    60%
    {
        box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);
    }

    80%
    {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }

    100%
    {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}

.call
{
    position: fixed;
    z-index: 999999;
    left: 20px;
    bottom: 30px;
    display: inline;
    font-size: 40px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #fc0000;
    line-height: 60px !important;
    border-radius: 50%;
    padding-top:10px;
}

.whatsapp
{
    position: fixed;
    z-index: 999999;
    right: 20px;
    bottom: 30px;
    display: inline;
    font-size: 40px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #03A437;
    line-height: 60px;
    border-radius: 50%;
    padding-top:10px;
}
/*=================== Call & Phone Icon ===================*/