.ournetwork-ttl{font-size:26px;font-weight:700;color:var(--black);text-align:center;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:10px 0; margin-top:20px}
.rhs-spritlogo{background-image:url(../img/RHS-logo-sprit.png);background-repeat:no-repeat;background-position:0 0;text-indent:-9999px;}
.rhs-spritlogo.bollywoodlife{width:85px;height:36px;background-position:-2px -2px;}
.rhs-spritlogo.cc{width:128px;height:30px;background-position:-2px -54px;}
.rhs-spritlogo.bgr{width:102px;height:29px;background-position:-2px -108px;}
.rhs-spritlogo.thehealthsite {width:145px;height:33px;background-position:-2px -152px;}
.common-all-content .border-heading small{font-size:13px;color:var(--black);font-weight:400}

/******loding ******/
.taboola-bottom .taboola-code:before,
.comments-data .cmntbox:before,
.search-results:before,
.carousel-height .all-data:before,
.loding-icon:before{border:2px solid rgba(255,255,255,0);border-top:2px solid var(--orange);border-bottom:2px solid var(--orange);border-radius:100px;width:20px;height:20px;content:"";left:50%;top:50%;margin:-10px 0 0 -10px;position:absolute;animation:spin 2s linear infinite;}
@keyframes spin {
  0% { transform:rotate(0deg);}
  100% { transform:rotate(360deg);}
}
/******loding End******/
@keyframes bounce {
 0%,
 20%,
 50%,
 80%,
 100% {
  -moz-transform:translateY(0) rotate(45deg);-ms-transform:translateY(0) rotate(45deg);-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg);}
 40% {
  -moz-transform:translateY(-10px) rotate(45deg);-ms-transform:translateY(-10px) rotate(45deg);-webkit-transform:translateY(-10px) rotate(45deg);transform:translateY(-10px) rotate(45deg);}
 60% {
  -moz-transform:translateY(-2px) rotate(45deg);-ms-transform:translateY(-2px) rotate(45deg);-webkit-transform:translateY(-2px) rotate(45deg);transform:translateY(-2px) rotate(45deg);}
}
@keyframes updown {
 0%,
 20%,
 50%,
 80%,
 100% {
  -moz-transform:translateY(0) rotate(-45deg);-ms-transform:translateY(0) rotate(-45deg);-webkit-transform:translateY(0) rotate(-45deg);transform:translateY(0) rotate(-45deg);}
 40% {
  -moz-transform:translateY(-10px) rotate(-45deg);-ms-transform:translateY(-10px) rotate(-45deg);-webkit-transform:translateY(-10px) rotate(-45deg);transform:translateY(-10px) rotate(-45deg);}
 60% {
  -moz-transform:translateY(-2px) rotate(-45deg);-ms-transform:translateY(-2px) rotate(-45deg);-webkit-transform:translateY(-2px) rotate(-45deg);transform:translateY(-2px) rotate(-45deg);}
}
.taboola-bottom .taboola-code{min-height:200px}


/**************Web Stories starts*************/
.Webstories{display:block;position:relative;}
.Webstories article.repeat-box .lazy-image{border-radius:5px;border:0}
.Webstories article.repeat-box .photo,
.Webstories article.repeat-box .text{width:100%;}
.Webstories article.repeat-box .lazy-image{padding-top:299px;}
.Webstories article.repeat-box .lazy-image:before{content:'';position:absolute;left:0;right:0;bottom:0;height:65%;
background:-moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.99) 100%);
background:-webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 100%);
background:linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.99) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );z-index:2}
.Webstories article.repeat-box .text{position:absolute;left:0; right:0px;bottom:0px;z-index:10; padding: 0px 0px 10px 10px}
.Webstories article.repeat-box .text p{color:var(--white);font-size:15px!important;line-height: 1.4;}
.Webstories article.repeat-box a:hover .lazy-image:before{
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(255,120,0,0.75) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(255,120,0,0.75) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(255,120,0,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bfff7800',GradientType=0 );
}
.Webstories .splide__arrow{top:50%}
.Webstories .repeat-box .photo-icon,
.Webstories .repeat-box .video-icon{position:absolute;left:auto;bottom:auto;right:5px;top:5px;border-radius:100px; background-color:var(--color-6)}
.Webstories article.repeat-box .text:before{z-index:9;bottom:8px;content:"";position:absolute;background:linear-gradient(to right, var(--white-5) 50%, rgba(255, 255, 255, 0) 0%);background-position:bottom;background-repeat:repeat-x, repeat-y;background-size:12px 2px, 1px 10px;width:calc(100% - 13px);height:3px;left:10px;right:10px;}
.Webstories .repeat-box .photo-icon svg,
.Webstories .repeat-box .video-icon svg{width:16px;height:16px;}
.Webstories .repeat-box .video-icon svg{ margin:5px 0 0 5px;}
.Webstories .stories-icon{position:absolute;right:5px;top:10px;transform:scale(.9);}
/**************home video gallery starts*************/
.home-video-gallery{padding:15px;margin-top:15px;border-bottom:5px solid #999;border-radius:10px;overflow:hidden; background-color:var(--black-100)}
.home-video-gallery .border-heading{margin-top:0; border-bottom-color:var(--white-9)}
.home-video-gallery span.view-more a,
.home-video-gallery .border-heading a{color:var(--white)!important}
.home-video-gallery span.view-more a:hover,
.home-video-gallery .border-heading a:hover{color:var(--orange)!important}

.all-videos-thumbs{margin-top: 15px}
.all-videos-thumbs article.repeat-box{width:auto;display:block;padding:0; cursor: pointer}
.all-videos-thumbs article.repeat-box .photo,
.all-videos-thumbs article.repeat-box .text{width:100%;}
.all-videos-thumbs article.repeat-box .lazy-image,
.all-videos-thumbs article.repeat-box .photo{border-radius:10px}
.all-videos-thumbs article.repeat-box .text{padding:5px 0 0;float:none;display:block}
.all-videos-thumbs article.repeat-box .text h3{font-size:14px; line-height: 1.4; font-weight:400;color:var(--white);white-space:normal;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;padding:0}

.all-videos-thumbs li.is-active .photo:after{content:"Now Playing";position:absolute;width:100%;height:100%;top:0;left:0;right:0;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1.4;font-weight:700;color:var(--white);border-radius:10px;background:var(--color-6);z-index:55}
.all-videos-thumbs li.is-active article.repeat-box .text h3{font-weight:700;}
/**************home video gallery ends*************/


