.call-widget, .whatsapp-widget {
    position: fixed;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,0);
    display: none;
    z-index:99999;
}

.call-link, .whatsapp-link {
    display: block;
    text-decoration: none;
    color: #fff;
	padding-top:1.6vw;
	padding-bottom:1.2vw;
    font-size: 4.5vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    font-family: var(--headingsfontfamily),var(--nv-fallback-ff) ;
    text-transform: uppercase;
	
	
}

.call-widget {
    right: 4vw;
    bottom: 3vw;
    width:45%;
    text-align:center;
}

.call-widget-full{
    right: 0px;
    bottom: 0px;
    position: fixed;
    box-shadow: 0 2px 5px rgba(0,0,0,0);
    display: none;
}

.whatsapp-widget {
    left: 4vw;
    bottom: 3vw;
    width:45%;
    text-align:center;
    float:right!important;
}

.call-link:hover, .whatsapp-link:hover {
    color: #fff;
    background-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}

.call-link:active, .whatsapp-link:active {
	color: #fff;
    background-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}

.call-link:visited, .whatsapp-link:visited {
	color: #fff;
    background-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 768px) {
    .call-widget, .whatsapp-widget {
        display: block;
        font-size: 14px;
        border-radius: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .call-widget-full {
        display: block;
        width: 100%;
        text-align: center;
    }
}
