
/*Whatsapp-popup*/
#whatsapp .wtsapp:focus {
  border: none;
  outline: none;
}
@media (max-width: 767.98px) {
    #whatsapp .wtsapp {
        position: fixed;
        transition: all .5s ease;
        background: #25d366;
        display: block;
        text-align: center;
        box-shadow: 0 0 20px rgba(0,0,0,0.15); /* margin: 0; */
        border-radius: 50px;
        border-right: none;
        color: #fff;
        font-weight: 700;
        font-size: 30px;
        font-weight: 700;
        font-size: 25px;
        bottom: 68px;
        left: 12px !important;
        border: 0;
        z-index: 9999;
        height: 54px;
        height: 40px;
        line-height: 35px;
    }
}
#whatsapp .wtsapp {
    position: fixed;
    transition: all .5s ease;
    background: #25d366;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.15); /* margin: 0; */
    border-radius: 50px;
    border-right: none;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    font-weight: 700;
    font-size: 25px;
    bottom: 68px;
    left: 24px;
    border: 0;
    z-index: 9999;
    height: 54px;
    height: 40px;
    line-height: 35px;
}

        #whatsapp .wtsapp:before {
            content: "";
            position: absolute;
            z-index: -1;
            left: 50%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            width: 41px;
            height: 40px;
            background: #25d366;
            border-radius: 50%;
            -webkit-animation: pulse-border 1500ms ease-out infinite;
            animation: pulse-border 1500ms ease-out infinite;
        }


    .mail-icon {
        position: fixed;
        bottom: 180px;
        z-index: 99;
        left: 1%;
    }



        .mail-icon a img {
            width: 40px;
            height: 40px;
            padding: 12px 11px;
            text-align: center;
            color: white;
            border-radius: 50%;
            line-height: 24px;
        }

    .call-icon a img {
        background: #fef22e;
        width: 40px;
        height: 40px;
        padding: 12px 11px;
        text-align: center;
        color: white;
        border-radius: 50%;
        line-height: 24px;
    }

    .call-icon {
        position: fixed;
        bottom: 165px;
        z-index: 99;
        left: 1%;
    }


    .call-icon1 a img {
        background: #fef22e;
        width: 40px;
        height: 40px;
        padding: 12px 11px;
        text-align: center;
        color: white;
        border-radius: 50%;
        line-height: 24px;
    }

    .call-icon1 {
        position: fixed;
        bottom: 115px;
        z-index: 99;
        left: 1%;
    }

