.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{
    display: block;
    text-decoration: none;
    color: #0e0e0e;
	padding-top:1.6vw;
	padding-bottom:1.6vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    font-family: var(--headingsfontfamily),var(--nv-fallback-ff) ;
    text-transform: capitalize;
}

.call-link i{
    text-decoration: none;
    color: #0e0e0e;
    font-size: 4.5vw;
    font-weight: bold;
	padding-right:2vw;
	padding-left:2vw;
}


.call-link:visited {
	color: #0e0e0e;
    background-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}


.call-link:active {
	color: #0e0e0e;
    background-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}


.call-link:hover {
    color: #0e0e0e;
    background-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}


.whatsapp-link {
    display: block;
    text-decoration: none;
    color: #fff;
	padding-top:1.6vw;
	padding-bottom:1.6vw;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0px;
    font-family: var(--headingsfontfamily),var(--nv-fallback-ff) ;
    text-transform: capitalize;
}

.whatsapp-link i{
    text-decoration: none;
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
	padding-right:2vw;
	padding-left:0vw;
	margin-top:10vw;
}


.whatsapp-link:visited {
	color: #fff;
    background-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}


.whatsapp-link:active {
	color: #fff;
    background-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}


.whatsapp-link:hover {
    color: #fff;
    background-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}


.call-widget {
    right: 1.5vw;
    bottom: 0vw;
    width:50%;
    text-align:center;
	border-right:3vw solid #dedfed;
	border-left:1.5vw solid #dedfed;
	border-top:3.5vw solid #dedfed;
	border-bottom:3.5vw solid #dedfed;
}

.call-widget-full{
    right: 0px;
    bottom: 0px;
    position: fixed;
    box-shadow: 0 2px 5px rgba(0,0,0,0);
    display: none;
}

.whatsapp-widget {
    left: 1.5vw;
    bottom: 0vw;
    width:50%;
    text-align:center;
	border-left:3vw solid #dedfed;
	border-right:1.5vw solid #dedfed;
	border-top:3.5vw solid #dedfed;
	border-bottom:3.5vw solid #dedfed;
}



@media only screen and (max-width: 768px) {
    .call-widget, .whatsapp-widget {
        display: block;
        font-size: 24px;
        border-radius: 0px;
    }
}
@media only screen and (max-width: 768px) {
    .call-widget-full {
        display: block;
        width: 100%;
        text-align: center;
    }
}
