'Makeup'-the word which is enough for a girl. All they wants to get their makeup products at affordable price. So we bring the best product to you which enhance your beauty without much burden on your pocket.
#Eyeconic Kajal at Rs.149
#Maybelline lip balm at Rs.150
#Maybelline gel liner at Rs.449
document.addEventListener('DOMContentLoaded', function(event) {
var is_load=false;
jQuery(document).scroll(function () {
if(is_load==false)
{
jQuery.ajax({
url: "https://english.newstracklive.com/ajax/nt_ajax.php",
cache: false,
method:'GET',
data : {'ajax':'get_youtube_url'},
success: function(response){
if(response!='')
{
document.getElementById('video-container').style.marginBottom ='15px';
document.getElementById('video-container').style.height='auto';
document.getElementById('youtube_iframe').src = response+'?autoplay=1';
document.getElementById('youtube_iframe').style.display='';
}
}
});
is_load=true;
}
});
});