
/* article details */
.article-details {clear: both;margin: 10px 0; color:var(--white);}
.article-details h1 {font-size: 36px;}
.article-details p.slug {font-size: 22px;}
.author p{color:#ddd;font-size: 14px !important;margin-bottom: 25px;}
.author p a {color: var(--pink);font-weight: 600;}
.author p a:hover {color: var(--white);}
.social-share a {display: inline-block;margin: 3px;}
.social-share a:hover {opacity: 0.9;}
.article-details p {font-size: 18px;}
.adsVdoBox {background: #222222;display: flex;align-items: center;justify-content: center;padding: 15px;margin: 15px auto;}
.article-details .articleTaboola {display: flex;align-items: center;justify-content: center;margin: 20px 0;}
.article-details .videoBox {background: #000;display: flex;align-items: center;justify-content: center;padding:50px 70px;}
.promoVideo { position: relative; overflow: hidden; width: 100%; padding-top: 56.25% }
.responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100% }
.article-details .caption {text-align: right;padding: 5px 0;color: #fff;font-size: 12px;} 
.stayTune p {font-size: 18px;}
.tags {border-top: 1px solid #777;border-bottom: 1px solid #777;padding: 10px 0;vertical-align: middle; white-space: nowrap;  overflow-x: auto;}
.tags .tag {border:1px solid #777;display: inline-block;padding: 5px 10px;margin: 5px;color: #fff;font-size: 12px;margin-left: 10px;margin-right: 0;color: #ccc;vertical-align: middle;}
.tags a:hover {color: #fff;border: 1px solid #ccc;}
.dflex-d {display: flex;  justify-content: flex-start;
    flex-wrap: wrap; align-items: flex-start; gap: 20px;
}
 /*subscribe now in bottom starts*/
 :root {--color-1: rgba(0, 0, 0, 0.1);--color-3: rgba(0, 0, 0, 0.3);
    --color-4: rgba(0, 0, 0, 0.4);    --color-6: rgba(0, 0, 0, 0.6);
    --color-5: rgba(0, 0, 0, 0.5);    --gray-bg: #f8f8f8;--blue:#470093;
    --color-2: rgba(0, 0, 0, 0.2);}
 .subscribe-now-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;overflow:hidden;margin-top:15px;margin-bottom: 15px;background: #fff;}
 .subscribe-now-bottom .subscribe-logo{width:auto;padding-left:15px;text-align:center}
 .subscribe-now-bottom img{display:inline-block}
 .subscribe-now-bottom .text{width:auto;padding:5px 10px;border-left:1px solid var(--color-1);margin:5px 0}
 .subscribe-popup .thanks-u p,
 .subscribe-now-bottom .text p{font-size:16px;line-height:1.3;font-weight:400;color:#fff;padding:0;padding-left: 15px;}
 .subscribe-popup .thanks-u p span,
 .subscribe-now-bottom .text p span{color:#fff;padding-top:5px;display: block;font-weight: 700;}
 .subscribe-popup .thanks-u p span {color: #27ae2e;margin-top: 10px;display: block;}
 .subscribe-now-bottom .btn-col{width:auto;padding-top: 30px;padding-left: 15px;}
 .subscribe-popup .thanks-u .subscribe-btn-thanks,
 .subscribe-popup .subscribe-btn, .subscribe-popup .subscribe-btn-popup,
 .subscribe-now-bottom .btn-col .btn{min-width:160px;font-size:18px;border:0;border-radius:0px;padding:10px 0;color:var(--white);font-weight:600;text-transform:none;background:#5F00C6;margin-left: 15px;}
 .subscribe-popup .thanks-u .subscribe-btn-thanks:hover,
 .subscribe-popup .subscribe-btn:hover,.subscribe-popup .subscribe-btn-popup:hover,
 .subscribe-now-bottom .btn-col .btn:hover{background:#f32c89;background:-moz-linear-gradient(top,#f32c89 0%, #a617be 100%);background:-webkit-linear-gradient(top,#f32c89 0%, #a617be 100%);background:linear-gradient(to bottom,#f32c89 0%, #a617be 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a617be', endColorstr='#f32c89',GradientType=0 );border:0}
 .subscribe-now-bottom .envelope{width:auto;margin-top:3px;border-radius:0 10px 0 0;position: absolute;bottom: 0;right: 0;}

 .subscribe-popup{position:fixed;left:0;top:0;right:0;bottom:0;background-color:var(--color-4);z-index:999999;display:none;padding:10px}
 .subscribe-popup.active{display:block!important;opacity:1}
 .subscribe-popup .white-box{position:relative;z-index:90;margin:0 auto;max-width:450px;padding:15px;box-shadow:0 0 6px var(--color-1);background-color:var(--gray-bg);border-radius:10px;top: 50%;-ms-transform: translateY(-50%); transform: translateY(-50%);}
 .subscribe-popup .subscribe-form{position:relative; z-index: 5}
 .subscribe-popup h2.border-heading{margin-top: 0}
 .subscribe-popup .border-heading {
     padding: 0 0 8px 15px; margin: 20px 0 10px; text-transform: none; clear: both;font-size:22px;font-weight: 600; position: relative;
     color: var(--black); border-bottom: 1px solid rgba(0,0,0, 0.2); display: flex;padding-bottom: 17px; padding-top: 5px; justify-content: space-between; align-items: center;
 }
 .subscribe-popup .border-heading:before {
     content: ''; background: #f32c89; width: 4px; height: 22px; position: absolute; left: 0; top: 3px;
 }
 .subscribe-popup h2.border-heading:before{top:5px!important}
 .subscribe-popup p{font-size:16px;line-height:1.4;padding:5px 0 20px;color: var(--black);}
 .subscribe-popup input[type="text"],
 .subscribe-popup input[type="email"]{padding:10px 15px;border-radius:5px;font-size:16px;line-height:1.4;width: 100%;border:1px solid #999}
 .subscribe-popup input + input{margin-top:20px}
 .subscribe-popup .envelope{position:absolute;right:0px;bottom:0px; opacity:.2}
 .subscribe-close{position:absolute;right:0px;top:0px;cursor:pointer;cursor:pointer;z-index:5;width:30px;height:30px;display:inline-block; background-color:var(--color-05); border-radius:0 0 0 10px;border:1px solid #999}
 .subscribe-close:before, 
 .subscribe-close:after{content:'';height:2px;width:14px;display:block;background:var(--color-6);position:absolute;top:13px;left:8px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);border:0}
 .subscribe-close:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
 .subscribe-popup .thanks-u{text-align: center}
 .subscribe-popup .thanks-u .subscribe-btn-thanks{color:#ffc343!important; margin-top: 15px; text-transform: uppercase; padding:10px 15px}
 .subscribe-popup .thanks-u .subscribe-btn-thanks img{vertical-align: middle; margin-right: 5px; display: inline-block}
 .subscribe-popup .thanks-u .subscribe-btn-thanks:hover{color:var(--white)!important;}

 .rightBg {background: var(--light-pink);width: calc(100% - 220px); display: flex;color: #fff;position: relative;}
 .subscribe-logo {width: 200px;}
 .rightBg:before {content: '';position: absolute;left: -11px;
    border: 11px solid var(--light-pink); height: 100px; transform: skew(-11deg);
} 
.two-cols-aside .aside {position: relative;}
 
 /*subscribe now in bottom ends*/
.newsBox {margin: 15px auto;clear: both;margin-top: 30px;}
.newsBox .newsList {margin-top:25px;}
.newsList article.repeat-box .text h3{font-size: 14px;font-weight: 600;}
.newsList article.repeat-box + article.repeat-box {border-top: 1px solid #555;padding-top: 15px;margin-bottom: 15px;margin-top: 15px;}
.newsList article.repeat-box  a:hover {color:#ddd;}
.trendingBox {background: var(--blue);padding:40px 15px;padding-top:10px;position: relative;height: 205px;margin:20px auto;}
.trendingBox article.repeat-box .text h4 {font-size: 18px;font-weight: 600;color: var(--white);white-space: normal;
    overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 5;  display: -webkit-box; -webkit-box-orient: vertical;
}
.trendingBox article.repeat-box a:hover .text h4 {color:#b8d6ff;}
.trendingBox .splide__arrows {width:54px;position: absolute;right: 0;top:-27px;border-radius: 50px;}
.trendingBox .splide__arrow:disabled {opacity: 0.5;}
.trendingBox .splide__arrow--prev, .trendingBox .splide__arrow--next {background: var(--white);width: 22px;height: 22px;border-radius: 50px;}
.trendingBox .splide__pagination {bottom: -30px;}
.trendingBox .splide__arrow:before {width: 8px;height: 8px;}
.trendingBox .splide__arrow--prev:before {right: -2px;}
.trendingBox .splide__arrow--next:before {right: 2px;} 
.trendingBox h3 {font-size: 24px;font-weight: normal;margin-bottom: 15px;margin-top: 10px;}
.trendingBox .splide__arrow:before {
    display: inline-block; content: ""; margin: 0px; border: solid var(--black);
    border-width: 0 2px 2px 0;     
}
.trendingBox .splide__pagination__page {width: 7px;height: 7px;}
/* article details end */
.catListing .col {width:31.5%;margin: 15px 0;}
.catListing article.repeat-box a:hover {opacity: 0.9;}
.catListing article.repeat-box .photo {flex: inherit;width:100%}
.catListing article.repeat-box .text h3 {font-size: 18px;margin-top: 10px;font-weight: 600;height: 80px;}
.catListing p.author {font-size: 10px;width: 100%;}
.catListing p.author a {color: var(--light-pink);}
.catListing p.author a:hover {color: var(--light-pink);}

.tabLink {border-bottom: 2px solid var(--light-pink);clear: both;margin: 15px 0;margin-top: 30px;}
.tabLink a {padding: 6px 15px; color:var(--white);display: inline-block;margin-bottom:0px;margin-right: 5px;}
.tabLink a.active {font-weight: 600;}
.tabLink a.active, .tabLink a:hover {padding: 6px 15px; color:var(--white);background: var(--light-pink);display: inline-block;margin-bottom:0px;margin-right: 5px;transition: 0.2s;}
.celeb-profile {background: var(--light-pink); padding: 15px;color: var(--white);margin-bottom: 35px;}
.celeb-profile  .leftImg {width: 172px;}
.celeb-profile .rightDtls {width: calc(100% - 192px);}
.celeb-profile .rightDtls .dflex {gap:0;}
.celeb-profile .col-7 {width: 65%;}
.celeb-profile .col-5 {width: 35%;}
.celeb-profile .rightDtls h2 {font-size: 20px;border-bottom: 1px solid #eee;padding-bottom: 10px;}
.celeb-profile .rightDtls p {font-size: 16px;color: var(--white);margin-bottom: 0;white-space: normal; overflow: hidden; text-overflow: ellipsis;
    -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical;margin-top: 8px;
}
.celeb-profile .rightDtls .col-7 p, .celeb-profile .rightDtls .col-5 p  {margin-top: 5px;}
.celeb-profile .rightDtls p span {color: #ffb1d8;}
.celeb-profile .readMore {background: var(--white);color: var(--light-pink);display: inline-block;padding: 6px 15px;margin-top: 16px;font-weight: 600;}
.celeb-profile .readMore:hover {background: var(--purple);color: var(--white);transition: 0.2s;}
.celeb-profile .leftImg .lazy-image {aspect-ratio: 9/13;}
 
.tab{overflow:hidden;}
.tab button{background-color:inherit;float:left;border:none;outline:none;cursor:pointer;padding:8px 16px;transition:0.3s;font-size:16px;}
.tab button:hover{background-color:var(--light-pink);}
.tab button.active{background-color:var(--light-pink);font-weight: bold;}
.tabcontent{display:none;padding:6px 12px;border-top:none;}
/*movie details */
.cast-crew {margin: 15px 0 10px;clear: both;position: relative;}
.cast-crew h3 {border-bottom: 1px solid #fff;padding-bottom: 5px;margin-bottom: 20px;}
.cast-crew a {color: var(--white);text-align: center;display: block;}
.cast-crew .circleImg {width: 72px;height: 72px;border-radius: 200px;overflow: hidden;text-align: center;margin-bottom: 5px;margin: 0 auto;}
.cast-crew a p {color: #fff;text-align: center;font-size: 13px !important;}
.circleImg .lazy-image {aspect-ratio: 1/1;}
.celeb-profile .rightDtls.mvDtl p {-webkit-line-clamp: inherit;}
.cast-crew .splide__arrow--next {background: transparent;top: 34%;right: -18px;}
.cast-crew .splide__arrow--prev {background: transparent;top: 34%;left: -18px;}
.cast-crew a:hover {opacity: 0.88;}
.mt20 {margin-top: 20px;}
.ltsRvw {margin-bottom: 20px;}
.prb .pr-b {margin-left: -4px;}
.prb1 .pr-b {margin-left: 2px!important;}
.prb6 .pr-b {margin-left: -7px;}
.ltsRvw .splide__arrow {top: 33%;}
.ltsRvw .cam-icon {min-width:25px; height:24px; z-index: 50;position: absolute;
    right:8px;bottom:8px;background:rgba(0, 0, 0, 0.7); overflow: hidden; display: flex !important;justify-content: center; flex-wrap: wrap; align-items: center;
}
.ltsRvw .cam-icon img {height: 12px;min-width: inherit;
    position: static;width: 12px;  object-fit: inherit;}
.ltsRvw  .cam-icon  small {font-size: 13px;padding-right: 5px;padding-top: 3px; 
    color: var(--white);
}
.webstory { clear: both; display: block; position: relative; margin: 25px 0; margin-top: 40px; }
.webstory article.repeat-box .photo { width: 100%; flex: inherit; }
.webstoryList { clear: both; position: relative; margin: 15px 0; }
.webstoryList ul { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-start; margin: 0; padding: 0; gap: 15px; list-style-type: none; margin-right: -10px; }
.webstoryList ul li { width: 23.5%; color: var(--white);margin-bottom: 20px;}
.webstory article.repeat-box figure { gap: 0; }
.webstory .webstoryList li:hover { opacity: 0.9; }
.webstory .webstoryList li .lazy-image { aspect-ratio: 9/14; border-radius: 0; }
.webstory .webstoryList li .text { background: var(--pink); color: #fff; position: relative; padding: 10px 10px 10px 10px; min-height: 80px; } 
.webstory .webstoryList li .text p { color: var(--white); font-size: 16px; text-align: left; margin-bottom: 10px; margin-top: 0px; font-weight: 600; }
.webstory .webstoryList li .text:after { content: ''; position: absolute; bottom: -20px; width: 100%; left: 0; background: url(https://st1.bollywoodlife.com/assets/images/strip.png) no-repeat center; height: 40px; background-size: contain; } 
.loadMore {transform: skew(15deg); background: linear-gradient(#FF2493, #6B14C9);
    color: #fff; padding: 5px 12px;display: inline-block;width: 200px;margin:0px auto; transition: 0.2s;text-align: center;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.loadMore a {transform: skew(-15deg); color: #fff; display: inline-block;
    text-transform: capitalize; font-size: 14px; line-height: 24px;text-align: center;display: block;
}
.loadMore:hover {background: linear-gradient( #6B14C9,  #FF2493);box-shadow: 1px 0 10px var(--pink);}
.mvVdo .lazy-image {padding-top: 56.25%;}
.ltsRvw .vdo-icon {min-width: 47px; height: 30px;
    position: absolute;right: 0;bottom: 0;padding: 4px 7px;background: var(--pink);
    display: flex; color: #fff; align-items: center; justify-content: center;
    padding-left: 27px;font-size: 14px;
}
.ltsRvw .vdo-icon img {width:22px; padding-left: 10px;}

.pr-b {margin-left: -4px!important;}
h1.heading .pr-b {margin-left: -7px!important;}