/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.white-color{
    color:white;
}

.Call-icon {
            
    @media screen and (max-width: 768px) {

        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        background: url('../img/Call_icon.png') center center no-repeat;
        background-size: 100%;
        border-radius: 50%;
        z-index: 100;
        right: 15px;
        cursor: pointer; 
    
    }

    }

.Whatsapp-icon {
    
    @media screen and (max-width: 768px) {

        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 110px;
        background: url('../img/WhatsApp_icon.png') center center no-repeat;
        background-size: 100%;
        border-radius: 50%;
        z-index: 100;
        right: 15px;
        cursor: pointer; 
    
    }

    }
        