
.preg-week-inner-wrap{background:#B181DF;border-radius:15px;padding:40px;position:relative;margin-bottom:30px;}
.preg-week-slider{position:relative;}
.week-item{list-style:none;text-align:center;}
.week-item li{display:inline-block;background:rgba(255,255,255,.4);border-radius:6px;padding:5px 10px;color:#fff;font-size:24px;margin:0px 10px;}
.week-item li span{display:none;}

.week-item li.active-week{background:transparent;padding:0px;font-size:30px;font-weight:600;text-align:center;vertical-align: top;}
.week-item li.active-week span{display:inline-block;}
.week-item li.active-week .c-week{display:block;font-size:16px;}

.slid-arrow{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.4);border-radius:100%;padding:5px;position:absolute;left:30px;top:30px;z-index:1;}
.slid-arrow svg{max-width:20px;}
.slid-arrow.nxt{right:30px;left:auto;}

.ideal-wrap{text-align:center;display:flex;align-items:center;justify-content: center;}
.ideal-element h3{font-size:24px;font-weight:600;color:#fff;}
.ideal-element h3 span{display:block;font-weight:normal;font-size:16px;}
.ideal-picture{background:rgba(255,255,255,.4);border-radius:100%;padding:50px;display:flex;align-items:center;justify-content:center;margin:0px 50px;}
.baby-size{display:flex;gap:40px;margin:0 auto;max-width: 700px;margin-top:30px;}
.baby-size-img{background:rgba(255,255,255,.4);border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:center;width:200px;}
.baby-size-img img{max-width:150px;}
.baby-size-txt{width:calc(100% - 180px);color:#fff;}
.size-txt-heading{font-size:22px;}

.left-right-col{display:flex;gap:40px;}
.content-section h2{font-size:36px;}

.report-heading{list-style:none;}
.report-heading li{font-weight:600;font-size:20px;}
.weekly-report{width:70%;}
.week-list{list-style:none;display:flex;flex-wrap:wrap;padding-left:20px;}
.week-list li{display:inline-block;width:48%;position:relative;}
.week-list li:before{content:"";display:inline-block;width:5px;height:5px;border-radius:100%;background:#8A5AB9;position:absolute;top:10px;left:-20px;}
.week-list li a{color:#8A5AB9;text-decoration:underline;font-weight:600;padding:2px 0px;}
.img-cont-wrap{margin-bottom:20px;}
.img-wrap{border-radius:15px;overflow:hidden;display:inline-block;margin:30px 0px;}
.inner-list-item{padding-left:20px;}
.helpful-wrap{display:flex;justify-content:space-between;background:rgba(217,217,217,.5);padding:10px 20px;}
.helpful-wrap p{margin:0px;}
.helpful-wrap a{color:#000;}
.icon-link + .icon-link{margin-left:20px;}
.icon-link.no span svg{transform:rotate(0deg) scale(-1);}

.download-app-wrap{width:28%;}
.download-inner-wrap{background:#fff;box-shadow:0px 0px 20px rgba(0,0,0,.2);padding:20px;border-radius:15px;text-align:center;}
.download-inner-wrap h3{font-size:25px;font-weight:600;margin-bottom:10px;}
.download-btn{display:flex;gap:20px;}

.track-list-wrap{position:relative;margin-top:30px;}
.track-list li{list-style:none;display:inline-block;margin:2px 20px;}
.track-list a{font-size:32px;font-weight:bold;display:block;padding:10px 30px;color:#000;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.03);border-radius:15px;text-align:center;text-decoration:none;}
.track-list a span{display:block;font-size:22px;font-weight:normal;}
.track-list a.active{background:#B181DF;color:#fff;}/*,.slick-current.slick-active a*/
.track-chart{margin-top:30px;border-top:1px solid rgba(0,0,0,.2);border-bottom:1px solid rgba(0,0,0,.2);padding:50px 0px;}
.cmnHeadWrap-left{margin-bottom:30px;}

.videoTxtwrap-inner{display:flex;flex-wrap:wrap;width:100%;justify-content:space-between;}
.cmn-video-item{width:19%;border-radius:15px;overflow:hidden;position:relative;}
.cmn-video-img{min-height:350px;}
.ele-overlay:after{left:0px;}
.cmn-video-des-txt {padding: 20px;color: #fff;position: absolute;bottom: 0px; left: 0px;width: 100%;z-index: 2;text-align: left;margin: 0;font-size:20px;}
.ele-overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,.7), transparent);
    top: 0px;
    z-index: 1;
}

.baby-growth-bnr-wrap{display:flex;align-items: center;padding:0px;}
.baby-growth-bnr-txt{color:#fff;padding:20px 80px;}
.baby-timeline-slider{margin-top:70px;}

.baby-img-txtBtm-main{background:#f0e1f4;padding:50px 0px;margin:50px 0px;}
.baby-img-txt-list{display:flex;gap:20px;}
.growth-cmn-heading{margin-bottom:30px;text-align:center;}
.baby-img-txt-item{background:#fff;padding:10px;border-radius:10px;width:calc(25% - 20px);}
.baby-item-imgWrap img{height:250px;width:100%;object-fit:cover;}
.baby-item-txtWrap{max-width:60%;margin:10px auto;text-align:center;font-weight:600;}
.growth-cmn-heading{font-size:29px;font-weight:400;text-align:center;width:100%;}

.safty-item{display:flex;box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:25px;margin-bottom:30px;position:relative;}
.safety-cnt-item{padding:50px;width:calc(100% - 230px);}
.safety-img-item{width:230px;position:relative;}
.safety-img-item img {
    bottom: 0px;
    position: absolute;
    height: 70%;
    object-fit: cover;
    width: 100%;
    object-position: right;
}
.recovery-item .safety-img-item img{height: 300px;}
.babyDev-item .safety-img-item img{height: 270px;}
.babyBasic-item .safety-img-item img{height: 250px;}
.community-item .safety-img-item img{height: 270px;}

.safety-heading{font-size:60px;font-weight:600;margin-bottom:20px;color:#7C3996;}
.safety-des{font-size:20px;}
.safety-ul{list-style:none;}
.safety-ul li a{color:#000;display:block;padding:10px 0px;font-size:20px;}
.right-arrow-icon-after span{margin-left:10px;}
.safety-btn{color:#fff;font-size:18px;background:#7C3996;min-width:120px;text-align:center;}

.track-list-wrap .slick-slider .slick-next{border:none;background:url(../images/growth/next.svg) no-repeat;transform: rotate(0deg);}
.track-list-wrap .slick-slider .slick-prev{border:none;background:url(../images/growth/prev.svg) no-repeat;transform: rotate(0deg);}

/*pregnancy growth css below*/
.growth-bnr-wrap{position:relative;margin-top:-160px;}
.growth-bnr-wrap:before{content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #fff 5%, transparent);
    z-index: 1;}
.bnrCont.growth-month-wise{top: 160px;transform: translate(-50%, 0px);}

.preg-growth-list{position:relative;}
.preg-growth-list:before{content: "";position: absolute;width: 3px;display: inline-block;top: 0px;bottom: 0px;background: #fff;margin-left: 24px;z-index: -1;}
.preg-growth-list li{list-style:none;color:#000;font-size:18px;display:flex;align-items:center;margin:20px 0px;}
.preg-growth-list li a{color:#000;font-size:18px;display:flex;align-items:center;text-decoration:none;}

.preg-growth-list li.active-month a{color:#7C3996;font-size:23px;}
.preg-growth-list li span{background:#fff;width:48px;height:48px;display:flex;border-radius:100%;vertical-align:middle;margin-right:10px;align-items:center;justify-content:center;}
.preg-growth-list li.active-month span{border:1px solid #7C3996;width:52px;height:52px;}
.preg-growth-list li span img{max-width:25px;}

.growth-bnr .bnrImg img{min-height: 800px;}
.preg-grow-cont-list{padding:20px;border-radius:20px;box-shadow:0px 0px 25px rgba(0,0,0,.07);}
.preg-grow-img{width:40%;}
.preg-grow-img img{border-radius:20px;}
.preg-grow-content{width:55%;line-height: 24px;}
.preg-growth-heading{color:#7C3996;font-size:26px;font-weight:600;}
.preg-growth-heading + .preg-growth-cont-list-wrap{margin-top:15px;}
.preg-growth-sub-heading{font-size:20px;}
.pregnancy-growth-information{margin:70px 0px;}
.preg-grow-cont-list ~ .preg-grow-cont-list{margin-top:40px;}
.preg-growth-cont-listing{padding-left:20px;}


/*baby growth new design*/
.midPageAreaGrowth{padding-top:60px;}
.baby-growth-new-main{justify-content:space-between;}
.baby-growth-new-main .baby-growth-bnr-txt{width:70%;padding-right:40px;}
.baby-growth-new-main .baby-growth-bnr-img{width:30%;padding:10px;}
.baby-growth-img-new{background:#fff;padding:30px;border-radius:15px;text-align:center;}
.baby-growth-bnr-img-new{width: 154px;height: 154px;margin: 0 auto;border-radius: 100%;border: 4px solid #7c3996;position:relative;}
.cmn-plus-icon{display:inline-block;width:25px;height:25px;background:#7c3996;border-radius:100%;color:#fff;font-size:18px;font-weight:500;position:absolute;bottom:0px;right:15px;}
.baby-growth-img-new img{width:150px;height:150px;object-fit:cover;border-radius: 100%;margin-top:-2px;}
.baby-growth-head-new{margin-top:20px;font-weight:bold;font-size:22px;}
.baby-growth-bnr-txt .baby-growth-bnr-des{max-width:85%;line-height:1.8em;margin-top:20px;}
.track-list-wrap .slick-slider .slick-prev,
.track-list-wrap .slick-slider .slick-next
{background-color:rgba(0,0,0,.01);height:100%;top:0px;background-position:center;min-width:50px;border-radius:10px;}
.track-list-wrap .slick-slider .slick-prev{left:-50px!important;}
.track-list-wrap .slick-slider .slick-next{right:-50px!important;}
.baby-grow-cont-list {padding:0px;}
.baby-grow-cont-list .preg-grow-content{padding:50px;}
.baby-grow-cont-list  img {border-radius:0px;height:100%;object-fit:cover;}
.baby-growth-cont-listing{counter-reset: num;}
.baby-growth-cont-listing{list-style:none;padding:0px;}
.baby-growth-cont-listing li{padding:8px 0px;font-size:16px;}
.baby-growth-cont-listing li:before{counter-increment: num;content: counter(num) ".";}
.baby-grow-cont-list{border-radius:30px;overflow:hidden;}
.baby-grow-cont-list .preg-growth-heading{font-weight:400;font-size:25px;}


@media(max-width:992px){
	.download-app-wrap{display:none;}
	.weekly-report{width:100%;}
	
	.cmn-video-item{width:100%;margin-bottom:30px;}
	.baby-img-txt-list{flex-wrap:wrap;}
	.baby-img-txt-item{width: calc(50% - 20px);}
	.week-list li{width:100%;}
	
	.preg-grow-cont-list{flex-wrap:wrap;}
	.preg-grow-img{order:-1;margin-bottom:30px;}
	.preg-grow-img, .preg-grow-content{width:100%;}
	
	.preg-growth-heading{font-size:20px;font-weight:bold;}
	.preg-growth-sub-heading{font-weight:normal;}
	.growth-bnr .bnrImg img{min-height:700px;}
	.preg-growth-list li{margin:10px 0px;}
	.baby-growth-new-main .baby-growth-bnr-txt{padding-left:30px;}
	.track-list li{margin:2px 5px;}
	.track-list a{padding:10px;}
	.track-list-wrap .slick-slider .slick-prev, .track-list-wrap .slick-slider .slick-next{background-color:#f2f2f2;}
	.track-list-wrap .slick-slider .slick-prev{left:-10px!important;}
	.track-list-wrap .slick-slider .slick-next{right:-10px!important;}
}


@media(max-width:767px){
	.growth-bnr .bnrImg img{min-height: 700px;}
	
	.cmn-video-item{width:100%;margin-top:20px;}
	.content-section h2{font-size:25px;}
	.week-item li{display:none;}
	.week-item li.active-week{font-size:24px;display:block;}
	.ideal-wrap{flex-wrap:wrap;margin-top:20px;}
	.ideal-wrap > div{width:100%;}
	.ideal-picture{order:-1;margin-bottom:50px;}
	.ideal-element{text-align:left;margin-top:10px;}
	.ideal-element h3{font-size:20px;}
	.ideal-element h3 span{display:inline-block;}
	.helpful-wrap{width: calc(100% + 30px);margin-left: -15px;}
	
	.baby-size{flex-wrap:wrap;}
	.baby-size-img{width:100px;}
	.baby-size-img img{max-width:70px;}
	.baby-size-txt{width:100%;}
	.size-txt-heading{font-size:20px;}
	.slid-arrow{top:200px;}
	.baby-img-txt-item { width:100%;}
	
	.baby-growth-bnr-wrap{flex-wrap:wrap;padding:20px;}
	.baby-growth-bnr-img{order:-1;width:100%;margin-bottom:20px;border-radius:20px;overflow:hidden;}
	.baby-growth-bnr-txt{width:100%;padding:0px;}
	
	
	.safety-heading{font-size:20px;}
	.safety-des, .safety-ul li a{font-size:14px;    padding: 5px 0px;margin:0px;}
	
	.safety-img-item {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	.safety-cnt-item{width:100%;position:relative;z-index:1;padding:20px;padding-right:50px;}
	
	.safty-item .safety-img-item img {height: 200px;}
	
	.baby-timeline-slider {margin-top:30px;}
	.baby-timeline-slider  h2, .growth-cmn-heading{font-size:22px;}
	.growth-cmn-heading{text-align:left;}
	.track-list a{font-size:22px;padding:15px 0px;border-radius:10px;}
	.track-list a span{font-size:10px;}
	.track-list-wrap .slick-slider .slick-prev, .track-list-wrap .slick-slider .slick-next{width: 40px;height: 100%;top: 0px;background-position: center;background-color: #fff;border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(0,0,0,.1);}
	
	.baby-growth-new-main .baby-growth-bnr-img, .baby-growth-new-main .baby-growth-bnr-txt{width:100%;}
	.baby-growth-bnr-heading{font-size:18px;}
	.baby-growth-new-main .baby-growth-bnr-txt, .baby-growth-new-main .baby-growth-bnr-img{padding:0px;}
	.baby-grow-cont-list .preg-grow-content{padding:0px;}
	.baby-grow-cont-list{padding:20px;}
	.baby-grow-cont-list img{border-radius:10px;}
	.baby-grow-cont-list .preg-growth-heading{font-size:20px;}
	.baby-growth-cont-listing li{font-size:14px;}
}