.c-background--hero {
	position: relative;
	z-index: 1;
}

.c-background--hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../_img/mommy-makeover/hero.png) left center no-repeat;
	opacity: .5;
	width: 100%;
	height: 100%;
}
ul li ul li {
margin-left:10px;
list-style: circle;
}
.tabs-v2 .tab-content ul li ul li::before {
    content: '';
    width: 100%;
    height: auto;
    position: absolute;
    left: 15px;
    margin-top: -1px;
    color: #f4c078;
}
@media (min-width: 991px) {
	.c-background--hero:before {
		content: "";
		background: url(../_img/mommy-makeover/hero.png) left center no-repeat;
		opacity: 1;
	}
}

.c-background--tabs-model {
	position: relative;
	z-index: 1;
}

.c-background--tabs-model:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: url(../_img/mommy-makeover/tabs-model.png) right center no-repeat;
	opacity: 1;
	width: 100%;
	height: 100%;
}

.c-background--tab-1 {
	background: url(../_img/mommy-makeover/tabs-btn-1.jpg) center center no-repeat;
}

.c-background--tab-2 {
	background: url(../_img/mommy-makeover/tabs-btn-2.jpg) center center no-repeat;
}

.c-background--tab-3 {
	background: url(../_img/mommy-makeover/tabs-btn-3.jpg) center center no-repeat;
}

.c-background--tab-4 {
	background: url(../_img/mommy-makeover/tabs-btn-4.jpg) center center no-repeat;
}