ul {
	padding-left: 0;
}

h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
}

@media (min-width: 991px) {
	h4 {
		font-size: 18px;
	}
}

a:hover {
	text-decoration: underline;
}

.treatments-model {
	padding-top: 150%;
}

@media (min-width: 991px) {
	.treatments-model {
		position: relative;
		padding-top: 140%;
		width: 100%;
		overflow:hidden;
	}
}

.fillers-list {
	overflow:hidden;
}

.fillers-list li {
	overflow:hidden;
	display:block;
	transition: all .3s;
	border-bottom: 1px solid #ccc;
}

.fillers-list-name {
	padding: 5px 3px;
	float: left;
	width: 45%;
	clear: left;
	text-align: right;
	font-style: italic;
	color: #816043;
	font-weight: 200;
}

.fillers-list-locations {
	padding: 5px 3px;
	float: left;
	width: 55%;
	font-size: 12px;
	line-height: 16px;
}

@media (min-width: 991px) {
	.fillers-list-name {
		padding: 8px 5px;
	}

	.fillers-list-locations {
		padding: 8px;
		font-size: 16px;
		line-height: 18px;
	}
}

.treatments-model-image {
	position:absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	display: block;
	opacity: .4;
}

@media (min-width: 768px) {
	.treatments-model-image {
		opacity: 1;
	}
}

.treatment-list-location {
	position: absolute;
	border: 1px solid #3696b6;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	margin: 0;
	display: block;
	cursor: pointer;
	transition: all .3s;
	text-indent:-99999px;
}

@media (min-width: 991px) {
	.treatment-list-location {
		height: 17px;
		width: 17px;
	}
}

.treatment-list-location.active, .treatment-list-location:hover {
	background: #3696b6;
	border: 1px solid #3696b6;
	transform: scale(1.6); 
	margin: 0;
	text-indent:-99999px;
}

.treatment-forehead-wrinkle {
	top: 20%;
	left: 56%;
}

.treatment-droopy-brows {
	top: 24%;
	left: 38%;
}

.treatment-droopy-upper-eyelids {
	top: 28%;
	left: 35%;
}

.treatment-peri-orbital-wrinkles {
	top: 31%;
	left: 34%;
}

.treatment-under-eye-bags {
	top: 33%;
	left: 39%;
}

.treatment-large-earlobes {
	top: 39%;
	left: 26%;
}

.treatment-hyperpigmented-skin {
	top: 40%;
	left: 34%;
}

.treatment-saggy-jowls {
	top: 47%;
	left: 33%;
}

.treatment-weak-profile {
	top: 52%;
	left: 50%;
}

.treatment-double-chin {
	top: 53%;
	left: 57%;
}

.treatment-peri-oral-wrinkles {
	top: 45%;
	left: 60%;
}

.treatment-acne-scars {
	top: 38%;
	left: 64%;
}

.treatment-nasal-deformities {
	top: 35%;
	left: 50%;
}

.treatment-large-pores {
	top: 26%;
	left: 50%;
}

.treatment-protruding-ears {
	top: 30%;
	left: 23%;
}

.treatment-active .fillers-list li {
	opacity:.25;
}
.treatment-active .fillers-list li.active {
	opacity: 1;
}


