/*******photo details starts******/
.galleryLHSrhs{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:stretch;width:100%;clear:both;gap:10px;float:left;width:100%;}
.galleryLHSrhs .galleryLHS{flex:0 0 236px;float:right;width:236px;} 
.galleryLHSrhs .galleryRHS{flex:1;width:calc(100% - 236px);float:left;}
.galleryLHS ol{list-style:none;counter-reset:custom-counter;padding:0;margin:0;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:stretch;width:100%;gap:10px;}
.galleryLHS ol li{counter-increment:custom-counter;position:relative;color:var(--black-11);padding:0!important;width:calc(50% - 5px);border:0!important;list-style-type: none;}
.galleryLHS ol li::before{content:counter(custom-counter) "";color:var(--white);position:absolute;right:0;bottom:0px;top:auto;left:auto;text-align:center;font-size:16px;line-height:18px;font-weight:600;width:auto;height:auto;background-color:var(--pink);border-radius:5px 0 5px 0; z-index:5;padding:2px 8px;}
.galleryLHS ol li + li{border-top:1px solid var(--color-1);}
.galleryLHS ol li.active::before{background-color:var(--purple);}
.tags,
.SubscribeNewsletter{float:left;width:100%;}
.hideleftlhs{display:none;}
.nextGallery{margin:10px 0;}
.nextTitle{position:relative;padding:0;text-align:center;}
.nextTitle span{font-size:24px;line-height:26px;font-weight:700;background:linear-gradient(90deg, #7B00FF 0%, #FF2493 100%);border-radius:40px;text-transform:uppercase;color:var(--white);padding:5px 25px;}
.nextTitle:after{content:'';border:2px solid var(--pink);width:31%;position:absolute;right:0;top:16px;z-index:9;}
.nextTitle:before{content:'';border:2px solid var(--purple);width:31%;position:absolute;left:0;top:16px;z-index:9;}

.post-details-repeat{word-break:inherit;}
.post-details-repeat figure{overflow:visible}
.post-details-repeat .photo{position:relative;}
.post-details-repeat .photo,
.post-details-repeat .text{display:block;clear:both;}
.post-details-repeat .lazy-image{ border-radius:8px;aspect-ratio:inherit;}
.post-details-repeat .lazy-image img{position:static!important}
.post-details-repeat .text{padding:10px 0}
.post-details-repeat .text h2{padding:0;font-size:24px;}
.post-details-repeat .text p{font-size:16px; line-height:24px; font-weight:400;}
html[lang="hi"] .post-details-repeat .text p{line-height:1.5;}
.post-details-repeat .CapNo{justify-content:space-between;align-items:flex-start;margin-top:10px;}
.post-details-repeat .figCap{padding:0;margin:0;font-weight:400}
.taboola-in-content{margin:0;}
.taboola-in-content,
.ads-in-content{margin-bottom:15px;}
.post-details-repeat span.photo-icon{background-color:var(--pink);border-radius:30px;overflow:hidden;min-width:76px;height:auto;width:auto;display:flex!important;justify-content:center;align-items:center;padding:0;background-image:none;z-index:55;padding:5px 10px;}
.post-details-repeat span.photo-icon small{display:inline-block;padding:0;text-align:left;color:var(--white);font-weight:600;padding-left:5px;}
.post-details-repeat span.photo-icon strong{font-size:22px;line-height:22px;font-weight:600;}
.post-details-repeat span.photo-icon sub{font-size:17px;line-height:19px;bottom:-3px;}
.post-details-repeat span.photo-icon:hover small{color:var(--white);}
/*******photo details ends******/
