$("", {
rel: "stylesheet",
type: "text/css",
href: "https://zumvu.com/API/cta-btn-css.css?s=dfgg"
}).appendTo("head");
$("", {
rel: "stylesheet",
type: "text/css",
href: "https://zumvu.com/API/exitpopup.css?x=000o00"
}).appendTo("head");
var frmbxloading = $('
');
$(window).load(function(){
$("#ctadv").html('');
$("#tst").html('');
});
if ($(window).width() <= 640) {
$(document).on("click",".chaticonwidget",function() {
$('.callwidget').toggle();
$(this).toggleClass('chatcrossicon');
});
$(document).click(function (e) {
if ($(e.target).parents(".chaticonwidget").length === 0) {
$(".callwidget").hide();
$('.chaticonwidget').removeClass('chatcrossicon');
}
});
} else {
$(document).on("mouseenter",".chaticonwidget",function() {
$('.callwidget').fadeIn();
});
$("#ctadv").on("mouseleave",function() {
$('.callwidget').fadeOut();
});
}
$(document).on("click","#zv-openzform",function() {
$('.zvappointment-form').fadeOut();
$('.zvopen-form').fadeIn();
$('.zvchat-form').fadeOut();
});
$(document).on("click","#zv-openzappointment",function() {
$('.zvopen-form').fadeOut();
$('.zvappointment-form').fadeIn();
$('.zvchat-form').fadeOut();
});
$(document).on("click","#zv-openzchat",function() {
$('.zvopen-form').fadeOut();
$('.zvappointment-form').fadeOut();
$('.zvchat-form').fadeIn();
});
$(document).on("click",".zvcloseid",function() {
$('.zvopen-form').fadeOut();
$('.zvappointment-form').fadeOut();
$('.zvchat-form').fadeOut();
});