h4 > span {
    color: #b5985a;
}

@media (min-width: 991px){
	.panel-title {
		font-size: 20px;
	}
}

.recovery {
	padding: 5% 0;
	position: relative;
}

.panel-title > a:hover {
	color: #b5985a;
}

.pm-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

#carousel-review {
	min-height: 350px;
}

/* ==========================================================================
Hero 
========================================================================== */


.pm-hero {
	background-image: url('../_img/prem-master/intro-model.jpg');
	background-color: #000;
	padding: 15% 0;
}

@media(min-width: 991px) {

	.pm-hero::before {
		content: '';
		background-image: url('../_img/prem-master/img-watermark.png');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center right;
		width: 900px;
		height: 150px;
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
	}

}

/* ==========================================================================
Testimonials 
========================================================================== */

.pm-testimonials {
	background-color: #fff;
}


/* ==========================================================================
VIP 
========================================================================== */

.prem-vip {
	background: #272727 url('../_img/the-surgeon/star.png') no-repeat top right;
	background-size: contain;
}

@media( min-width: 991px ) {
	.prem-vip__content {
		padding: 40px;
	}
}

@media( min-width: 1500px ) {
	.prem-vip__content {
		padding: 90px 40px;
	}
}

/* ==========================================================================
Options
========================================================================== */

.pm-options {
	background-image: url('../_img/prem-master/img-options.jpg');
}

.pm-options__intro {
	padding: 20px;
	color: #fff;
	background-color: #b5985a;
}

.pm-options__intro--bg {
	background-image: url('../_img/prem-master/img-text.jpg');
	background-color: #000;
}

.pm-options__content {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media( min-width: 992px ) {

	.pm-options__intro {
		padding: 90px 40px;
	}
}

@media( min-width: 1200px ) {
	.services__cta {
	    top: 90%;
	}

	.pm-options__content {
		margin-top: 70px;
		margin-bottom: 90px;
	}
}

/* ==========================================================================
Considering
========================================================================== */

.pm-considering {
	background-image: url('../_img/prem-master/img-considering.jpg');
}

@media screen and (min-width: 991px) {

	.pm-considering::before {
		content: '';
		background-color: rgba(0, 0, 0, .5);
		width: 50%;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}
}

/* ==========================================================================
Process
========================================================================== */


.pm-process {
	position: relative;
}

.pm-process ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pm-process li {
	padding: 1em;
	position: relative;
}

.pm-process li:before {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	position: absolute;
	right: 100%;
	top: 40px;
	margin-right: -10px;
	background: #fff;
}

.pm-process h3,
.pm-process p {
	color: #fff;
}


@media screen and (min-width: 991px) {

	.pm-process {
		overflow: auto;
	}

	.pm-process li {
		padding: 1em 3em;
		width: 50%;
	}

	.pm-process li:before {
		width: 20px;
		height: 20px;
	}

	.pm-process li:nth-child(even) {
		float: left;
		margin-top: 200px;
	}

	.pm-process li:nth-child(odd) {
		float: right;
	}

	.pm-process li:nth-child(even) {
		text-align: right;
	}

	.pm-process li:nth-child(even):before {
		left: 100%;
		margin-left: -10px;
	}

	.pm-process li:nth-of-type(2n+1) {
		clear: both;
	}
}


/* ==========================================================================
   Tabs 
   ========================================================================== */	

.tab-content {
	background-color: #fff;
	border: 1px solid #b5985a;
	padding: 20px;
}

.nav-tabs {
	border: 0;
	margin: 0;
	padding: 0;
}

.nav-tabs > li {
	float: none;
	display: block;
	margin: 0;
	text-align: center;
}

.nav-tabs > li > a {
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	border: 0;
	border-radius: 0;
}

.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus,
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
	background-color: #8D733F;
	color: #fff;
	border: 0;
}

@media screen and (min-width: 991px) {
	.tab-content {
		border: 3px solid #8D733F;
		padding: 40px;
	}

	.nav-tabs > li {
		text-align: right;
	}
}

/* ==========================================================================
Faq 
========================================================================== */

.pm-faq {
	background-color: #272727;
}

@media( min-width: 1199px ) {
	.pm-faq {
		background-image: url('../_img/prem-master/faqs.jpg');
		background-position: top left;
	}
}