
Revital, Sun Pharma’s flagship multivitamin brand, has launched a new integrated campaign featuring Bollywood actor Vicky Kaushal, betting on a broader conversation around energy, stress and modern lifestyles rather than traditional messaging centred on physical tiredness.
Viswanath Pilla
July 15, 2026 / 20:43 IST
Sun Pharma
- Sun Pharma gets SA approval for semaglutide injection.
- Generic semaglutide for type 2 diabetes patients.
- Revital launches campaign with Vicky Kaushal.
Liked this AI Summary?
`;
let listLength = apiData.data.watchlist_data.length;
if (apiData.data.predefinedcheck.allpredefined == true) {
let msg = apiData.data.predefinedcheck.message;
errorMessage(msg);
} else if (listLength == 1) {
submitWatchlistData(stockId, exChg, apiData.data.watchlist_data[0].watchlist_id, submitWatchlist, userVersion, ‘0’);
} else {
$(‘#watchlist_body’).html(watchlistHtml);
$(‘#watchListPopup_2396’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(‘success’);
}
}
});
}
function submitWatchlistData(stockId, exChg, defWatch = ”, submitWatchlist, userVersion, modalvalue) {
if (modalvalue == 1) {
if ($(‘input[name=”UserWatchlist”]:checked’).length === 0) {
$(‘.error-msg’).text(‘Please select the watchlist to add the Stock’);
setTimeout(function () {
$(‘.error-msg’).text(”);
}, 3000);
return false;
}
}
$(“#watchListPopup_2396”).hide();
let token = readCookie(“token-normal”);
let selectedWatchlist = $(‘input[name=UserWatchlist]:checked’, ‘#userWatchlist’).val();
if (defWatch != ”)
selectedWatchlist = defWatch;
let errorMsgText = (exChg == 1 || exChg == 2) ? “Contract” : “Stock”;
if (selectedWatchlist == undefined) {
$(“#errorMsg”).text(`Please select the watchlist to add the ${errorMsgText}`);
setTimeout(function () {
$(“#errorMsg”).text(”);
}, 3000);
} else {
let postData = {};
let reqType = ‘stock’;
switch (exChg) {
case ‘1’:
reqType = ‘future’;
let finalDate = $(“#finalDate”).attr(“data-val”);
if (userVersion == 5) {
finalDate = getV5dateFormat(finalDate);
}
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “FUTSTK”,
“exp_date”: finalDate
}
break;
case ‘2’:
let finalPrice = $(“#optPrice”).text();
let finalCall = $(“#callType”).text();
let finalOptDate = $(“#optfinalDate”).attr(“data-val”);
if (userVersion == 5) {
finalOptDate = getV5dateFormat(finalOptDate);
}
reqType = ‘options’;
postData = {
“asset_id”: stockId,
“exchange”: “N”,
“instrument”: “OPTSTK”,
“exp_date”: finalOptDate,
“option_type”: finalCall,
“strike_price”: finalPrice
}
break;
case ‘3’:
postData = {
“asset_id”: stockId,
“exchange”: “B”,
}
break;
default:
postData = {
“asset_id”: stockId,
“exchange”: “N”
}
break;
}
let postBody = {
“section”: [
{
“type”: reqType,
“assets”: [postData]
}
],
“watchlist_id”: selectedWatchlist,
“other_page”: true,
“transaction_source”: “web”,
}
$.ajax({
url: submitWatchlist,
method: “POST”,
headers: {
‘auth-token’: token, ‘device-type’: ‘web’,
‘content-type’: ‘application/json’
},
data: JSON.stringify(postBody),
beforeSend: function () {
//$(“#watchlist_body”).html(“

“);
},
success: function (apiData) {
let apiRes = (typeof apiData == “string”) ? JSON.parse(apiData) : apiData;
console.log(“apiRes”, apiRes);
// $(“#watchListPopup_2396”).hide();
if (apiRes.status_code == 1) {
var stk_msg = apiRes.data.message;
var modalContent = stk_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
} else {
var wtch_msg = apiRes.error_message;
var modalContent = wtch_msg;
var modalStatus = ‘success’;
$(‘.mc-modal-content’).text(modalContent);
$(‘.mc-modal-wrap’).css(‘display’, ‘flex’);
$(‘.mc-modal’).addClass(modalStatus);
hidemodal();
}
}
});
}
}
function hidemodal() {
setTimeout(function () {
$(‘.mc-modal-wrap’).hide();
}, 5000);
}
function portfolio(articleId, stockId) {
let label = stock_swot_analysis + “|” + stock_name_for[stockId] + “|Portfolio|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
commonGA4event(“News Article Stock Widget”, label);
if (readCookie(‘nnmc’)) {
document.getElementById(‘form_add_to_portfolio_’ + articleId + ‘_’ + stockId).submit();
} else {
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
if (width > 980) {
document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
} else {
window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/sun-pharma-gets-south-africa-nod-for-generic-semaglutide-13974952.html’;
}
}
//pcSavePort(0, 1, stockId);
}
function pcSavePort(param, call_pg, dispId) {
var adtxt = ”;
if (readCookie(‘nnmc’)) {
if (call_pg == “2”) {
pass_sec = 2;
} else {
pass_sec = 1;
}
var postfolio_url = ‘https://www.moneycontrol.com/portfolio_new/add_stocks_multi.php?id=’ + dispId;
window.open(postfolio_url, ‘_blank’);
} else {
AFTERLOGINCALLBACK = ‘pcSavePort(‘ + param + ‘, ‘ + call_pg + ‘, ‘ + dispId + ‘)’;
console.log(‘Login…’);
let width = window.screen.width || window.innerWidth || document.documentElement.clientWidth;
if (width > 980) {
document.querySelector(‘.btn_signin.dropdown-toggle.linkSignIn’).click();
} else {
window.location.href = ‘https://m.moneycontrol.com/login.php?cpurl=https://www.moneycontrol.com/news/business/sun-pharma-gets-south-africa-nod-for-generic-semaglutide-13974952.html’;
}
}
}
function getstockdata(charstr, article, stk) {
let type_of_drop = (charstr == ‘N’) ? ‘NSE Live’ : ‘BSE Live’;
let label = stock_swot_analysis + “|” + stock_name_for[stk] + “|” + type_of_drop + “|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
commonGA4event(“News Article Stock Widget”, label);
stockWidget(charstr, stk, article, stk.trim());
}
function morebtn(articleId, stockId) {
let label = stock_swot_analysis + “|” + stock_name_for[stockId] + “|More|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
commonGA4event(“News Article Stock Widget”, label);
}
function stock_red(articleId, stockId)
{
let label = stock_swot_analysis + “|Stock click|” + stock_name_for[stockId] + “|” + device_type + “|” + pro_or_non_pro + “|” + window.location.href;
commonGA4event(“News Article Stock Widget”, label);
}
Sun Pharmaceutical Industries has received approval from the South African Health Products Regulatory Authority (SAHPRA) to manufacture and market a generic version of semaglutide injection for adults with inadequately controlled type 2 diabetes, marking its second approval for the product after India.
The company plans to launch the drug in South Africa in the coming days. The product will be available in pre-filled, multi-dose injectable pens in two strengths—2 mg/1.5 mL and 4 mg/3 mL—enabling once-weekly dosing.
Aalok Shanghvi, Chief Operating Officer, Sun Pharma, said the approval reflects the company’s capability to develop complex generic medicines that meet stringent quality standards across markets. He added that Sun Pharma remains committed to improving access to evidence-based treatment options for patients and healthcare professionals.
The approval comes as South Africa grapples with a growing burden of type 2 diabetes, driven by rapid urbanisation and changing lifestyles. Sun Pharma said broader access to effective therapies could play an important role in addressing the country’s healthcare challenge.
Semaglutide has emerged as one of the most sought-after diabetes treatments globally, and the latest approval strengthens Sun Pharma’s presence in the fast-growing diabetes care segment.
Vicky Kaushal on board for Revital multivitamin brand
In separate development, Revital, Sun Pharma’s flagship multivitamin brand, has launched a new integrated campaign featuring Bollywood actor Vicky Kaushal, betting on a broader conversation around energy, stress and modern lifestyles rather than traditional messaging centred on physical tiredness.
As part of the strategy, the brand is attempting to expand the multivitamin category’s narrative beyond nutrition deficiencies and age-related fatigue. Instead, it is focusing on stress as a key driver of declining energy levels. The campaign highlights research suggesting that chronic stress can influence metabolism and energy balance, contributing to fatigue over time.
“Consumers today are navigating a fundamentally different reality, where mental demands and everyday stress are becoming just as significant as physical exertion in shaping energy levels,” said Vidhi Shanghvi, Executive Director, Sun Pharma.
The campaign, developed by Ogilvy India, will be rolled out across television, digital platforms, OTT, connected TV and social media. According to the company, Revital’s formulation contains 20 essential nutrients, including natural ginseng, and has been clinically tested to reduce stress and improve energy levels.
With the new campaign, Revital is repositioning itself from a traditional multivitamin brand to one that addresses the broader impact of stress on everyday energy in a fast-paced world.
Viswanath Pilla is a business journalist with 16 years of reporting experience. Based in Mumbai, Pilla covers pharma, healthcare and infrastructure sectors for Moneycontrol.
first published: Jul 15, 2026 08:43 pm
Discover the latest Business News, Sensex, and Nifty updates. Obtain Personal Finance insights, tax queries, and expert opinions on Moneycontrol or download the Moneycontrol App to stay updated!
Watch
Trending news

Cognizant techie rejects Rs 65 LPA Bengaluru offer for Rs 45 LPA role in Kolkata for parents, music
- Pakistani man pretends to be Indian, attempts to hug Chinese comedian on stage. Viral video sparks backlash
- Jamie Dimon on life after stepping down as JPMorgan CEO: ‘I’m not going to twiddle my…
- Filipino toddler twins beat extremely rare liver condition, undergo life-saving transplants at Delhi hospital
- Earns Rs 36,000 a month, spends Rs 15,000: Delhi delivery rider uses nearly half his income to feed strangers
- Shammi Kapoor was mocked after Rajesh Khanna became a superstar, said, “Logone mujhe poocha, aajkal bheed kahaan hai aur maine kaha Aashirwad…”
- Sohail Khan wanted to name his son Ram Khan instead of Nirvaan, “When Seema came into consciousness after giving birth…”
- Her dream had no place in India, until she made one: How Avani Chaturvedi became 1st Indian woman to fly fighter jet solo & inspired millions of girls
- Has PhD, multiple degrees and years of teaching experience, still driving a cab: The story of a teacher fighting to make ends meet
- IRCTC new website launching today with new design, updated ticket booking features and more
- A 31-year-old loan, a 1,200-km journey with Google Maps and Google Gemini: How a Kerala man tracked down his friend to repay borrowed money
- 2.3 crore litres of adulterated milk supply suspected in Maharashtra, expert shares health risks
- 12 nostalgic school canteen snacks that every 80s and 90s kid absolutely loved
- World Snake Day 2026: Meet 5 elusive snakes in India that can live for over 30 years
- Jagannath Ratha Yatra 2026: Know the date, shubh muhurat, spiritual significance of grand chariot festival and why lord Jagannath leaves the Puri temple
`);
}
if(res.stay_updated){
$(“.stay-updated-ajax”).html(res.stay_updated);
}
}catch(e){ console.log(e); }
});
},2000); // Reduced from 8s to 2s for better Core Web Vitals (LCP/UX)
});
Advertisement
Remove Ad
Viswanath Pilla
