/*********homepage takeover starts********/
.homepage-takeover{background:#538107 url(../img/desktop-homepage-takeover-bg-min.jpg) no-repeat center center / 100% 100%;position:relative;margin-bottom:20px;padding:15px 0 60px;}
.homepage-takeover .takeover-bottom,
.homepage-takeover .takeover-top{width:100%;float:left;}
.homepage-takeover .takeover-top .display-flex{gap:43px;flex-direction:row-reverse }
.homepage-takeover .col-left{flex:1;float:left;width:calc(100% - 45%);}
.homepage-takeover .col-right{float:left;width:40%;flex:0 0 45%;} 
.homepage-takeover h2{font-size:30px;line-height:40px;color:var(--white);padding:0;margin:0px 0 15px;white-space:normal;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;font-weight:700;}
.homepage-takeover h2 a{color:var(--white);text-decoration:none;}
.homepage-takeover h2:hover,
.homepage-takeover h2 a:hover{color:var(--white);text-decoration:none;}

.homepage-takeover .liveBlink{margin:5px 5px 0 0;}
.homepage-takeover .liveBlink,
.homepage-takeover .liveBlink svg{width:30px;height:30px;display:inline-block;}
.homepage-takeover .liveBlink:before,
.homepage-takeover .liveBlink:after{display:none;}

.takeover-blog{height:150px;overflow:hidden;}
.takeover-blog li{position:relative;padding:0!important;font-size:16px;color:var(--white);line-height:1.4;font-weight:400;margin:0;}
.takeover-blog li:before{content:'';width:100%;height:1px;position:absolute;left:0;right:0;top:7px;z-index:9;background:rgba(255, 255, 255, 0.3);display:block;}
.takeover-blog li:last-child:before{display:none;}
.takeover-blog li a{font-size:14px;color:var(--white);line-height:1.5;font-weight:400;display:block;text-decoration:none;position:relative;padding:25px 0 0 0;max-width:90%;}
.takeover-blog li .b-text{font-size:15px;color:var(--white);line-height:1.5;font-weight:400;white-space:normal;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;display:-webkit-box;-webkit-box-orient:vertical;}
.takeover-blog li .b-text *{font-size:15px!important;color:var(--white)!important;line-height:1.5!important;font-weight:400!important;padding:0px;margin:0px;}
.takeover-blog li .time{font-size:13px;color:var(--white-7);display:block;padding:0;margin:0 0 10px;}
.takeover-blog li a:after{content:'';width:13px;height:13px;border-radius:30px;position:absolute;left:0;top:0;z-index:12;background:#00AF21;border:2px solid var(--white);}
.takeover-blog li a:hover:after{background:var(--greenblue);}
 
.takeover-blog .splide__track{margin:0 40px;}
.takeover-blog .splide__arrow{width:24px;height:24px;border-radius:55px;border-width:2px;background-color:var(--white);margin-top:20px;border:1px solid transparent;}
.takeover-blog .splide__arrow:hover{background-color:var(--green);border-color:var(--white);}
.takeover-blog .splide__arrow:before{border:solid var(--black);border-width:0 1px 1px 0;width:8px;height:8px;}
.takeover-blog .splide__arrow:hover:before{border:solid var(--white);border-width:0 1px 1px 0;}
.takeover-blog .splide__arrow--prev{left:0;}
.takeover-blog .splide__arrow--next{right:0;}
.takeover-blog .splide__arrow--next:before{right:2px;}
.takeover-blog .splide__arrow:disabled{opacity:.3;}
.homepage-takeover .only-blog{height:105px;}
 
.homepage-takeover .only-news{height:325px;overflow:hidden;max-width:95%;}
.homepage-takeover .only-news p{font-size:16px;color:var(--white)!important;line-height:24px;font-weight:400;white-space:normal;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:5;display:-webkit-box;-webkit-box-orient:vertical;padding:0;margin-bottom:0;text-shadow:0px 3px 6px #00000043;}
.homepage-takeover .only-news .live-btn-heading p.text-o{margin-left:0;}
.homepage-takeover .tagheading{display:flex;justify-content:flex-start;align-items:center;width:100%;position:relative;margin:40px 0 10px;}
.homepage-takeover .tagheading p{font-size:15px!important;line-height:20px!important;color:var(--green)!important;background-color:var(--white);border-radius:6px;padding:5px 10px!important;font-weight:600!important;text-transform:none;text-shadow:none!important;}

.homepage-takeover .video-iframe{position:relative;height:0;overflow:hidden;padding-bottom:87%!important;border:1px solid #707070;border-radius:8px;background-color:#000;}
.homepage-takeover .video-iframe iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.homepage-takeover .photo-rhs .lazy-image{aspect-ratio:16/9;margin-top:0;border:0;border-radius:16px;padding-top:0!important;}
.homepage-takeover .video-iframe.liveTV{padding-bottom:88% !important;margin-top:10px;}
.homepage-takeover .video-iframe.normal-video{padding-bottom:56.25% !important;border:0;border-radius:16px;}
.homepage-takeover .video-iframe.normal-video,
.homepage-takeover .photo-rhs,
.homepage-takeover .video-icon-link{margin:40px 0;}

.homepage-takeover .video-icon-link .lazy-image{margin-top:0;aspect-ratio:16/9;border:0;border-radius:16px;padding-top:0;}
.homepage-takeover .video-icon-link span.video-icon{width:57px;height:57px;border-radius:100px;background-color:var(--white-4);position:absolute;top:50%;left:50%;display:flex;align-items:center;justify-content:center;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);z-index:8;color:var(--white);background-image:none;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s;backdrop-filter: blur(8px);border:1px solid var(--white);}
.homepage-takeover .video-icon-link span.video-icon img{width:18px;height:20px;min-width:inherit;position:static;object-fit:inherit;display:inline-block;margin-left:3px;}
@-webkit-keyframes pulseShadowlgwhite{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.4)}70%{-webkit-box-shadow:0 0 0 15px rgba(255,255,255,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0)}}
@-webkit-keyframes pulseShadowlgblack{0%{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.1)}70%{-webkit-box-shadow:0 0 0 15px rgba(0,0,0,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0)}}
.homepage-takeover .video-icon-link a:hover span.video-icon{animation:pulseShadowlgwhite 2000ms linear infinite;border-color:var(--white);background-color:var(--green);}


.homepage-takeover .takeover-bottom{margin:0;height:107px;}
.homepage-takeover .takeover-bottom .repeat-box a{padding:10px;background:#4646465C;border:1px solid #83AA86;border-radius:15px;margin:0;min-height:95px;}
.homepage-takeover .takeover-bottom .repeat-box .photo{flex: 0 0 98px;}
.homepage-takeover .takeover-bottom .repeat-box .photo .lazy-image{aspect-ratio: 3/2.09;}
.homepage-takeover .takeover-bottom .repeat-box .text h2,
.homepage-takeover .takeover-bottom .repeat-box .text h3{font-size:16px!important;line-height:24px!important;font-weight:400;color:var(--white);}
.homepage-takeover .takeover-bottom .repeat-box span.video-icon.smaller-icon{width:28px;height:28px;}
.homepage-takeover .takeover-bottom .repeat-box span.video-icon.smaller-icon img{width:11px;height:14px;}
.homepage-takeover .takeover-bottom .repeat-box span.photo-icon.smaller-icon{width:auto;min-width:28px;}
.homepage-takeover .takeover-bottom .splide__track{margin:0;}
.homepage-takeover .takeover-bottom .splide__arrow{background:transparent;width:24px;height:24px;border-radius:55px;border-color:transparent;top:50%;box-shadow:none;}
.homepage-takeover .takeover-bottom .splide__arrow:before{border:solid var(--white);border-width:0 2px 2px 0;width:10px;height:10px;}
.homepage-takeover .takeover-bottom .splide__arrow:hover{background-color:#6BD2FF;border-color:var(--white);}
.homepage-takeover .takeover-bottom .splide__arrow:hover:before{border:solid var(--black);border-width:0 2px 2px 0;}
.homepage-takeover .takeover-bottom .splide__arrow--prev{left:0;}
.homepage-takeover .takeover-bottom .splide__arrow--next{right:0;}
.homepage-takeover .takeover-bottom .splide__arrow:disabled{opacity:.5;}
.homepage-takeover .takeover-bottom .splide__arrow--next:before{right:3px;}
.homepage-takeover .takeover-bottom .splide__pagination{bottom:-34px;}
.homepage-takeover .display-show{display:block!important}
.homepage-takeover .display-none{display:none!important}
/*********homepage takeover ends********/

/********top news starts********/
.repeat-news-section{padding:15px 0;}
.top-news{padding:10px 0;}
.top-news .news-boxes{gap:30px;}
.top-news .news-boxes .news-rhs{flex:0 0 360px;} 
.top-news .news-boxes .news-rhs .c-crd{margin-top:27px;}
.top-news .news-boxes .news-rhs .ads-box .ads-placeholder{background-color:var(--white);}
.top-news .big-box .text h1,
.top-news .big-box .text h2{font-size:30px;line-height:38px;margin-top:10px;color:var(--white);text-shadow:1px 1px 2px var(--color-2);}
.top-news .big-box .text p{font-size:16px;line-height:25px;color:var(--white);margin:10px 0 0;max-width:90%;}
.top-news .big-box .text p.date-time{font-size:12px;color:var(--white);font-weight:400;}
.top-news .big-box .text p.date-time a{background:transparent;padding:0;margin:0;border:0;border-radius:0;color:var(--white);font-weight:600;}
.top-news .big-box .text p.date-time a:hover{color:var(--green);}
.top-news .big-box .text .textlink{display:block;background:transparent;width:100%;padding:0;margin:0;border:0;border-radius:0;overflow:hidden;}
html[lang="hi"] .top-news .news-boxes .news-rhs .repeat-box .text h3{font-weight:500;}
.top-news .readmore_outer{position:absolute;right:24px;bottom:12px;}
.top-news .readmore{border-radius:40px;color:var(--white)!important;font-weight:400;font-size:12px;background-color:var(--color-3);text-transform:none;padding:7px 30px 7px 15px;height:40px;position:relative;}
.top-news .readmore:after{border:2px solid var(--white);border-left-width:0;border-top-width:0;top:17px;right:10px;}
.top-news .readmore:before{background:var(--white);top:20px;right:10px;}
.top-news .readmore:hover{color:var(--white)!important;background-color:var(--green);}
.top-news .readmore:hover:after{border:solid var(--white);border-width:0 2px 2px 0;}
.top-news .readmore:hover:before{background-color:var(--white);}
/********top news ends********/

/********TopStories starts********/
.TopStories .splide-spacing,
.MeetExperts .splide-spacing{background:linear-gradient(360deg, #F7FEE7 0%, #FFFFFF00 100%);border-radius:15px;padding:0 15px 15px;margin:0 -15px;}
.TopStories .repeat-box .shadowBox{padding:0;margin:0 0 2px;display:block;width:auto;border:0;}
.TopStories .repeat-box .text .minheight > a,
.TopStories .repeat-box .photo a{padding:0;margin:0;display:block;border:0;line-height:1.4;font-size:inherit;}
.TopStories .repeat-box .text{padding:10px;border:1px dashed #BDE0CB;border-top:0;border-radius:0 0 15px 15px}
.TopStories .repeat-box .text h3{font-weight:700;margin:5px 0;min-height:54px;}
html[lang="hi"] .TopStories .repeat-box .text{padding:13px 10px;}
html[lang="hi"] .TopStories .repeat-box .text h3{line-height:25px;font-size:17px;min-height:75px;}
.TopStories .repeat-box .text h3 + p{font-weight:400;font-size:14px;margin:10px 0 0;color:#616161;overflow:hidden;}
html[lang="hi"] .TopStories .repeat-box .text h3 + p{line-height:25px;font-size:16px;-webkit-line-clamp: 4;}
.TopStories .repeat-box .lazy-image{border-radius:15px 15px 0 0;}
.TopStories .repeat-box .text .WrittenbyDate{border-top:1px solid var(--color-1);padding-top:5px;margin-top:5px;position:relative;}
html[lang="hi"] .TopStories .repeat-box .text .WrittenbyDate{padding-top:10px;margin-top:10px;line-height:1.4;font-size:13px;font-weight:400;}
.TopStories .repeat-box .text .WrittenbyDate:after{background:url(../img/arrow-right.svg);width:27px;height:27px;content:'';position:absolute;right:0px;bottom:2px;}
.TopStories .repeat-box .text .minheight{min-height:167px;}
html[lang="hi"] .TopStories .repeat-box .text .minheight{min-height:224px;}
.TopStories .splide__arrow{top:33%;}
/********TopStories ends********/

.diseases-conditions .lazy-image img,
.WellnessCompass .lazy-image img{transition:inherit;}
.diseases-conditions .repeat-box:hover .lazy-image img,
.WellnessCompass .repeat-box:hover .lazy-image img{transform:inherit;}

/********LHS rhs C starts********/
.LHSrhsC .repeat-box .text h2{line-height:32px;margin-top:10px;}
html[lang="hi"] .LHSrhsC .repeat-box .text h2{line-height:34px;}
.LHSrhsC .repeat-box .text h3{font-weight:600;margin-bottom:8px;}
html[lang="hi"] .LHSrhsC .repeat-box .text h3{margin-bottom:0;font-weight:500;}
/********LHS rhs C starts********/

.WomenHealth .news-boxes{flex-flow:row-reverse;}
.PhotoGallery .repeat-box a{ padding:0;border:0;}
.PhotoGallery .big-box .text{padding:10px 0 0;}
.PhotoGallery .big-box .text h2{font-weight:600;margin-top:0;}
.PhotoGallery .news-boxes .news-rhs{flex:0 0 45.5%;} 
.PhotoGallery .news-boxes .news-rhs .two-boxes{gap:5px 15px;}
.video-reels .repeat-box .cat{position:absolute;left:10px;top:10px;border:1px solid var(--white);padding:0 8px;border-radius:20px;font-size:12px;line-height:19px;font-weight:400;background-color:var(--green);color:var(--white);}
.kcalBoxes{margin-bottom:25px;}
.kcalBoxes .repeat-box{background:#FFFBEB;border:1px solid #F97316;border-radius:15px;padding:10px;text-align:center;flex-flow:column wrap;min-height:91px;align-items:center;display:flex;}
.kcalBoxes .repeat-box h3{display:block;font-size:22px;line-height:24px;font-weight:700;color:var(--orange);padding:5px 0;}
.kcalBoxes .repeat-box p{font-size:14px;line-height:16px;display:block;margin:0;padding:0;display:flex;justify-content:center;align-items:center;min-height:32px;}
html[lang="hi"] .kcalBoxes .repeat-box p{font-size:16px;line-height:22px;font-weight:600;min-height:44px;}
/********diseases conditions starts********/
.diseases-conditions .display-flex{gap:20px}
.diseases-conditions .display-flex .repeat-box{width:calc(25% - 15px);}
.diseases-conditions .repeat-box a{text-align:center;padding:1px 10px;box-shadow:none;border:1px solid transparent;}
.diseases-conditions .repeat-box .lazy-image{background:none;display:inline-block;width:63px;padding-top:53px;margin-top:10px;}
.diseases-conditions .repeat-box .lazy-image img{width:auto;height:auto;max-width:100%;max-height:100%;margin:auto;}
.diseases-conditions .repeat-box .text{padding:0;margin:5px 0px 10px;min-height:36px;display:flex;justify-content:center;align-items:center;}
.diseases-conditions .repeat-box .text h3{-webkit-line-clamp:2;font-size:14px;font-weight:500;color:#161616;}
html[lang="hi"] .diseases-conditions .repeat-box .text h3{font-weight:600;}
.diseases-conditions .repeat-box a:hover{border-color:var(--green);}
.diseases-conditions .TumorsColor a{background-color:#CAF1DE;}
.diseases-conditions .SkinColor a{background-color:#E1F8DC;}
.diseases-conditions .BoneColor a{background-color:#FEF8DD;}
.diseases-conditions .EyeColor a{background-color:#FFE7C6;}
.diseases-conditions .InjuryColor a{background-color:#F7D8BA;}
.diseases-conditions .HeartColor a{background-color:#ACDDDE;}
.diseases-conditions .InfectionColor a{background-color:#CAF1DE;}
.diseases-conditions .EarColor a{background-color:#E0F9DD;}
/********diseases conditions ends********/

.travel-banner .lazy-image{aspect-ratio:inherit;height:250px;border-radius:0;}
/********ayush starts********/
.ayush .repeat-box a{padding:0;border:0;overflow:hidden;border-radius:15px;}
.ayush .repeat-box .text{padding:10px;position:absolute;left:0;bottom:0;z-index:10;background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);}
.ayush .repeat-box .text h3{-webkit-line-clamp:2;color:var(--white);margin-top:5px;font-weight:400;}
.ayush .repeat-box .lazy-image:before{background-color:var(--green);content:'';position:absolute;left:0;right:0;bottom:0;top:0;opacity:.5;z-index:5;border-radius:15px;}
.ayush .repeat-box.greenBG .lazy-image:before{background-color:var(--green);}
.ayush .repeat-box.redBG .lazy-image:before{background-color:var(--red);}
.ayush .repeat-box.blueBG .lazy-image:before{background-color:var(--blue);}
.ayush .repeat-box.purpleBG .lazy-image:before{background-color:var(--purple);}
.ayush .repeat-box.orangeBG .lazy-image:before{background-color:var(--orange);}
.ayush .repeat-box.greenblueBG .lazy-image:before{background-color:var(--greenblue);}
.ayush .repeat-box.yellowBG .lazy-image:before{background-color:var(--yellow);}
.DailyWellnessTips{background-color:#FFFBEB;border-radius:15px;padding:20px;margin-top:20px;}
.DailyWellnessTips h3{font-size:16px;text-transform:uppercase;color:var(--orange-dark);padding:0 0 15px;}
html[lang="hi"] .DailyWellnessTips h3{font-size:20px;}
.DailyWellnessTips h3 .svg-icon{display:inline-block;width:20px;vertical-align:middle;}
.DailyWellnessTips ul{padding:0 24px;}
.DailyWellnessTips ul li{width:calc(33.33% - 10px);padding:0 0 0 20px;position:relative;}
.DailyWellnessTips ul li h4{font-size:14px;text-transform:uppercase;color:var(--orange-dark);padding:0;}
.DailyWellnessTips ul li p{font-size:16px;line-height:20px;color:var(--black);margin:0;padding:0;}
html[lang="hi"] .DailyWellnessTips ul li h4{font-size:18px;}
html[lang="hi"] .DailyWellnessTips ul li p{font-size:14px;line-height:22px;font-weight:500;}
.DailyWellnessTips ul li:before{content:"";display:inline-block;position:absolute;left:0;top:7px;background:var(--orange);padding:0;border-radius:20px;width:10px;height:10px;}
html[lang="hi"] .DailyWellnessTips ul li::before{top:9px;}
.ayush .headingBtn h2 strong{position:relative;padding-right:25px;}
.ayush .headingBtn h2 strong i{position:absolute;right:0;top:7px;}
/********ayush ends********/

/********Meet Experts starts********/
.MeetExperts{padding:0;}
.MeetExperts .repeat-box{display:flex;align-items:center;justify-content:center;width:100%;margin:2px 0;background:var(--white);border-radius:15px;border:1px solid #BDE0CB;}
.MeetExperts .repeat-box a{background-color:transparent;border:0;border-radius:0;padding:10px;display:flex;}
.MeetExperts .repeat-box figure{display:block;}
.MeetExperts .repeat-box .photo{flex:inherit;position:relative;width:102px;margin:0 auto;display:flex;clear:both;}
.MeetExperts .repeat-box .lazy-image{box-shadow:none;padding-top:92px;width:102px;display:inline-block;border-radius:200px!important;border:5px solid var(--white);box-shadow:0 0 0 1px var(--color-2);}
.MeetExperts .repeat-box .lazy-image img{max-width:100%;max-height:100%;object-fit:cover;margin:auto;/*object-position:0 20%;*/}
.MeetExperts .repeat-box .text{padding-top:10px;float:left;width:100%;text-align:center;min-height:123px;}
.MeetExperts .repeat-box .text h3{font-size:20px;line-height:1.4;color:var(--black);-webkit-line-clamp:1;}
html[lang="hi"] .MeetExperts .repeat-box .text h3{font-size:20px;line-height:28px;}
.MeetExperts .repeat-box .text p{font-size:12px;line-height:1.4;color:var(--black-99);margin:4px 0 7px;}
.MeetExperts .repeat-box .text span{font-size:12px;line-height:1.4;color:var(--black-66);margin:0;display:block;}
html[lang="hi"] .MeetExperts .repeat-box .text span,
html[lang="hi"] .MeetExperts .repeat-box .text p{font-size:14px;}
.MeetExperts .repeat-box .text span strong{color:var(--black);}
.MeetExperts .repeat-box .yellow-star{position:absolute;right:0;bottom:0;width:31px;height:31px;z-index:5;}

.ReadersAsk .ReadersAsk-inner{background:#F2F6F4;border:1px solid var(--green);border-radius:15px;padding:20px;}
.ReadersAsk .splide-spacing{background:none;padding:0;margin:0;}
.ReadersAsk h3{font-size:14px;text-transform:uppercase;color:#257E55;padding:0 0 15px;}
html[lang="hi"] .ReadersAsk h3{font-size:16px;}
.ReadersAsk ul > li > a{display:block;width:auto;padding:8px 15px;position:relative;color:var(--black);font-size:14px;line-height:18px;font-weight:600;transition:0.3s;background:var(--white);border:1px solid #E2E9E4;border-radius:22px;margin:2px 0;}
html[lang="hi"] .ReadersAsk ul > li > a{font-weight:500;}
.ReadersAsk ul > li a:hover{border-color:var(--green);background-color:var(--white);}
/********Meet Experts ends********/

/********Wellness Compass starts********/
.WellnessCompass .two-cols-aside{gap:30px;}
.WellnessCompass .two-cols-aside .aside{flex:0 0 300px; margin-top:40px;}
.WellnessCompass .ads-box{background-color:transparent;padding-bottom:0;}
/********Wellness Compass ends********/
 
/********responsive starts********/ 
@media only screen and (max-width:991px){
.homepage-takeover{padding:0 0 10px;margin:0;background-size:cover;background-position:right bottom;}
.homepage-takeover .takeover-top .display-flex,
.homepage-takeover .takeover-bottom,
.homepage-takeover .takeover-top{float:none;width:100%;display:block;clear:both;}
.homepage-takeover .col-left,
.homepage-takeover .col-right{float:none;width:100%;display:block;overflow:hidden;clear:both;margin-top:20px;padding:0;} 
.homepage-takeover .col-right{margin-top:20px;} 
.homepage-takeover .video-iframe.normal-video,
.homepage-takeover .video-iframe.liveTV,
.homepage-takeover .photo-rhs,
.homepage-takeover .video-icon-link{margin:0;} 
.homepage-takeover .live-btn-heading{height:auto;}
.homepage-takeover .live{min-width:inherit!important;font-size:16px;}
.homepage-takeover h2{font-size:30px;line-height:40px;margin:0 0 15px;-webkit-line-clamp:4;}
.homepage-takeover .tagheading{margin:0 0 10px}
.homepage-takeover .liveBlink{margin:0;}
.homepage-takeover .only-blog,
.homepage-takeover .only-news{height:auto;max-width:inherit;}
.homepage-takeover .only-news{padding:0;}
.homepage-takeover .only-news p{line-height:24px;-webkit-line-clamp:5;}
 
.homepage-takeover .video-icon-link span.video-icon{width:43px;height:43px;}
.homepage-takeover .video-icon-link span.video-icon img{width:14px;height:16px;}
.homepage-takeover .takeover-bottom{padding:0;margin:20px -15px 0px -0px;width:auto;background-color:transparent;}
.takeover-blog{padding:0;}
.takeover-blog .splide__track,
.homepage-takeover .takeover-bottom .splide__track{margin:0;}
.homepage-takeover .takeover-bottom .splide__list{margin-right:10px!important;}
.homepage-takeover .takeover-bottom .repeat-box{margin-bottom:3px;}
.takeover-blog,
.takeover-blog .splide{display:block;clear:both;overflow:hidden;visibility:inherit;height:auto;}
.takeover-blog .splide__track{max-height:300px;overflow-y:auto;}
.takeover-blog ul,
.takeover-blog li{display:block;width:100%;}
.takeover-blog li{position:relative;padding:0 15px 0 0!important;font-size:16px;color:#fff;line-height:1.4;font-weight:400;margin:0;}
.takeover-blog li:before{content:'';width:1px;height:100%;position:absolute;left:7px;top:3px;z-index:9;display:block;}
.takeover-blog li a{display:block;text-decoration:none;position:relative;padding:0 0 15px 25px;max-width:inherit;}
.takeover-blog li .time{margin-bottom:5px;}
.takeover-blog li a:after{content:'';width:13px;height:13px;border-radius:30px;position:absolute;left:0px;top:3px;z-index:12;border:3px solid var(--white);background-color:#00AF21;}
.homepage-takeover .takeover-bottom{ margin-left:0;margin-right:0;}  
.homepage-takeover .takeover-bottom .container{padding-right:0;}
.top-news{padding:0 0 15px;}
.top-news .big-box{margin:15px 0;}
.LHSrhsC .big-box .text,
.top-news .big-box .text{padding:15px;}
.PhotoGallery .big-box .text{padding:10px 0;}
.top-news .readmore_outer,
.top-news .big-box .text p{display:none;}
.top-news .big-box .text h2{font-size:18px;line-height:1.4;}
.TopStories .splide-spacing,
.MeetExperts .splide-spacing{margin:0 -15px 0 0;}
.TopStories .splide-spacing{padding:0;background:none;}
.TopStories .repeat-box .shadowBox{margin-bottom:2px;}
.video-reels .splide-spacing,
.ayush .splide-spacing,
.webstories .splide-spacing{margin-right:-15px;}
.repeat-news-section.ReadersAsk{padding-top:0;}

.WellnessCompass{padding-top:0;}
.WellnessGreenBox .display-flex,
.WellnessGreenBox .two-boxes,
.WellnessCompass .two-cols-aside{display:block;}
.WellnessCompass .ads-box{margin-top:15px;padding:5px 0 10px;background-color:var(--gray);}
.diseases-conditions .display-flex .repeat-box{width:calc(50% - 10px);}
.kcalBoxes{gap:15px;align-items:stretch;}
.kcalBoxes .repeat-box{padding:15px;width:calc(50% - 8px);min-height:inherit;}
.kcalBoxes .repeat-box:last-child{width:100%;}
.kcalBoxes .repeat-box h3{font-size:16px;line-height:20px;}
.kcalBoxes .repeat-box p{font-size:12px;line-height:15px;}
.LHSrhsC .repeat-box .text h2{font-size:20px;line-height:30px;font-weight:700;}
.LHSrhsC .repeat-box .text h2 + .WrittenbyDate{margin-top:5px;}
.MeetExperts .repeat-box a{padding:10px;}
.MeetExperts .repeat-box .text{ padding-top:10px;min-height:123px;}
.MeetExperts .repeat-box .text h3{font-size:18px;}
.MeetExperts .repeat-box .text span,
.MeetExperts .repeat-box .text p{margin:3px 0;}
.ReadersAsk .ReadersAsk-inner{padding:15px;margin-top:0;}
.WomenHealth .repeat-box .text h2,
.Videos .repeat-box .text h2{-webkit-line-clamp:2;}
.PhotoGallery .repeat-box .text h3{font-size:16px;line-height:1.4;-webkit-line-clamp:3;font-weight:700;}
.DailyWellnessTips{display:block;}
.DailyWellnessTips ul li{width:auto;}
.WomenHealth .c-crd .repeat-box .text .WrittenbyDate,
.Videos .c-crd .repeat-box .text .WrittenbyDate,
.MenHealth .c-crd .repeat-box .text .WrittenbyDate{display:none;}
.TopStories .splide-spacing, 
.MeetExperts .splide-spacing{background:none;padding:0;}
.LHSrhsC .c-crd .repeat-box .text h3{font-weight:700;margin-bottom:0;-webkit-line-clamp:2;}

.top-news .news-boxes .news-rhs .repeat-box .text h3{-webkit-line-clamp:2;margin-top:8px;}

.top-news .big-box .text h1,
.top-news .big-box .text h2{font-size:24px;line-height:32px;}
.DailyWellnessTips ul{padding-right:0;}
.MeetExperts{padding-top:15px;}
.ayush .headingBtn h2 strong i{top:3px;}
.WellnessCompass .two-cols-aside .aside{margin-top:0;}
}
@media only screen and (max-width:767px){
.dskNone{display:block!important;}
.mblNone{display:none;}
 
}
@media only screen and (max-width:579px){}
@media only screen and (max-width:479px){}
@media only screen and (max-width:419px){}
@media only screen and (max-width:389px){}
@media only screen and (max-width:351px){} 

 
