Alia Bhatt joins boyfriend Ranbir Kapoor, Neetu Kapoor, Riddhima & family for a New Year getaway as they jet-off to Ranthambore.
<!–
–>
Days after Ranbir Kapoor confessed in an interview that he would have married Alia Bhatt this year had it not been for the COVID-19 pandemic, he has today gone on a New Year vacation with her. The couple looked excited for the family vacation to kick-start their New Year celebrations together. The actress along with Ranbir’s mother Neetu Kapoor, sister Riddhima Kapoor Sahni with husband Bharat Sahni and daughter Samara were clicked by the paparazzi. They were seen leaving from the private airport in Kalina. As per reports, Alia and Ranbir are off to Ranthambore with their families.
.col-xs-12.col-xs-6.col-sm-4{
/* width: 43%;
float: left;
margin-bottom: 25px;*/
float: left;
height: 250px;
padding-left: 10px;
padding-right: 10px;
}
/*.col-sm-4 {
width: 30.33333333%;
}*/
.recently-viewed-title{
/*width: 90%;*/
}
.recently-viewed-title a{
color: #494949;
font-size: 18px;
line-height: 24px;
font-family: ‘noto_sansregular’;
}
.home-page-articles{
margin-bottom: 20px;
color: #EA275E;
text-align: center;
font-size: 20px;
width: 100%;
margin-top: 35px;
}
footer.footer-main {
padding: 20px 0 0 0;
background: #ffffff;
color: #333;
border-top: 1px black solid;
text-align: center;
}
#article-related-image{
display: inline-block;
/*margin-bottom: 15px;*/
}
#article-related-image .row{
display: inline-block;
vertical-align: top;
}
@media screen and (max-width: 480px){
.col-xs-12.col-xs-6.col-sm-4{
width: 100% !important;
margin-left: 0px !important;
margin-right: 0px !important;
}
.home-page-articles{
width: 100%;
}
#article-related-image .row{
margin-left: 10px;
margin-right: 10px;
}
.col-xs-12.col-xs-6.col-sm-4 {
height: 270px;
}
}
@media screen and (max-width: 768px){
.related_view_image img{
width: 100%;
}
.recently-viewed-title{
width: 100% !important;
}
.recently-viewed-title a {
font-size: 18px;
}
.col-xs-12.col-xs-6.col-sm-4 {
width: 48%;
float: left;
margin-bottom: 25px;
vertical-align: top;
margin-left: 5px;
margin-right: 5px;
padding-right: 0px;
padding-left: 0px;
}
.home-page-articles{
width: 100%;
}
#article-related-image .row{
margin-left: 10px;
margin-right: 10px;
}
}
.video-title-container h1.font-one{
margin-top: 25px;
}
span.submitted.social {
padding-left: 5px;
}
/*
.comment-form {
display: inline-block;
overflow: hidden;
background-color: #ddd!important;
border: none;
padding: 10px 20px;
border-radius: 5px;
margin-bottom: 15px;
}
.comment-form textarea{
width: 100%;
}
*/
input#edit-name {
width: 100%;
padding: 10px;
margin-bottom: 20px;
}
h2.title {
font-size: 20px;
color: #EA275E;
margin-bottom: 5px;
}
.well {
background-color: #ddd!important;
border: none;
padding: 10px 20px;
border-radius: 5px;
margin-bottom: 15px;
clear: both;
}
.edit-feed-me-wrapper{
display:none;
}
console.log($().jquery);
console.log($(“#sidebar-wrapper”));
console.log($(“.close-icon”));
console.log($(“#menu-open”));
console.log($(“#wrapper”));
$(“#sidebar-wrapper”).click(function(e) {
$(“#wrapper”).toggleClass(“toggled”);
});
$(“.close-icon”).click(function(e) {
$(“#wrapper”).toggleClass(“toggled”);
});
$(“#menu-open”).click(function(e) {
e.preventDefault();
$(“#wrapper”).toggleClass(“toggled”);
});
var fbUUID = “”;
var fbIP = “”;
fbUUID = JSON.parse(localStorage.getItem(‘lscache-pfb:user’)).id.uuid;
fbIP = JSON.parse(localStorage.getItem(‘lscache-pfb:ip’));
$(function () {
$(‘.action_like’).on(‘click’, function(event) {
event.preventDefault(); // To prevent following the link (optional)
var NID = $(this).data(‘nid’);
$invokedElement = $(this);
$.post(‘https://www.pinkvilla.com/api/flagnode.php’,
JSON.stringify({ “nid”: $(this).data(‘nid’),”flag”: 1,”ip_address”: fbIP, “unique_id”: fbUUID }),
function(data, status, xhr){
// do something here with response;
console.log(data);
console.log(status);
sendCustomEvent(‘like’, ‘action bar’, window.location.href, 0);
var likeNID = “.action-like-“+NID;
var rowvalike = “
“;
// Core logic
// $invokedElement.html(”).append($(rowvalike));
//This using only for Single value update // section pages
//$invokedElement.find(‘.ng-binding’).replaceWith($(rowvalike));
// This logic using for every value update where find class // section and articles pages
$(likeNID).find(‘.ng-binding’).replaceWith($(rowvalike));
});
});
});
$(function () {
$(‘.action_dislike’).on(‘click’, function(event) {
event.preventDefault(); // To prevent following the link (optional)
var NID = $(this).data(‘nid’);
$invokedElement = $(this);
$.post(‘https://www.pinkvilla.com/api/flagnode.php’,
JSON.stringify({ “nid”: $(this).data(‘nid’),”flag”: 2, “ip_address”: fbIP, “unique_id”: fbUUID }),
function(data, status, xhr){
// do something here with response;
console.log(data);
console.log(status);
sendCustomEvent(‘dislike’, ‘action bar’, window.location.href, 0);
var dislikeNID = “.action-dislike-“+NID;
var rowval = “
“;
// Core logic
//$invokedElement.html(”).append($(rowval));
//This using only for Single value update // section pages
// $invokedElement.find(‘.ng-binding’).replaceWith($(rowval));
// This logic using for every value update where find class // section and articles pages
$(dislikeNID).find(‘.ng-binding’).replaceWith($(rowval));
});
});
});
window.addEventListener(‘load’, function() {
var outputElement = document.getElementById(‘output’);
window.addEventListener(‘beforeinstallprompt’, function(e) {
outputElement.textContent = ‘beforeinstallprompt Event fired’;
});
});
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.9&appId=120221898031391”;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));
<!– /1019716/InArticle-OutofPage-Outstream
加入收藏
+1
Copyright © 2007 - Delhi Entertainment News.All rights reserved
Comments
Add new comment