/*
BASE
*/
body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	color: #000;
	position: relative;
}
h1, h2, h3, h4, h5, h6, a {
	font-family: 'Roboto Slab', serif;
	margin: 0;
}
ul, li {
	margin: 0;
	padding: 0;
}
a, input[type=submit] {
	text-decoration: none !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a, a:hover, a:active, a:focus, button, button:focus {
	text-decoration: none;
	border: none;
	outline: none;
}
a, a:hover, a:active, a:focus {
	color: inherit;
}
input, textarea {
	border: 0;
	outline: 0;
}
i {
	font-style: normal;
}


/*
COMMON
*/
.section h2 {
	font-size: 60px;
	line-height: 70px;
}
.section h3 {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 40px;
}
.section h4 {
	font-size: 25px;
	line-height: 35px;
}
.section ul {
	padding-left: 20px;
	margin-bottom: 20px;
}
.section li {
	margin-bottom: 5px;
}
.section ul:last-child, .section p:last-child, .section li:last-child {
	margin-bottom: 0;
}
.section p {
	line-height: 25px;
}
.cta-button {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: white !important;
	line-height: 20px;
	text-transform: uppercase;
	background: #c87854;
	display: inline-block;
	padding: 10px 40px;
	cursor: pointer;
}
.cta-button:hover {
	background: #554b4b;
}
.sp {
	display: none;
}
.pc {
	display: inline-block;
}


/*
HEADER
*/
.site-header {
	background: white;
	padding: 5px 0;
}
.logo {
	line-height: 0px;
	display: block;
}
.header-cta {
	font-size: 20px;
	line-height: 30px;
	display: flex;
}
.header-cta i {
	color: #c87854;
	margin-right: 5px;
}

/*
BANNER ENQUIRY
*/
.section-banner-enquiry {
	color: white;
	background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../img/bg-banner.jpg) no-repeat center center scroll;
	background-size: cover;
	background-attachment: fixed;
	padding: 90px 0;
}
.section-banner-enquiry h2 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 60px;
}
.section-banner-enquiry h4 {
	margin-bottom: 10px;
}
.section-banner-enquiry h4 span {
	color: #fad25a;
}
.list-services {
	padding-left: 25px !important;
}
.list-services li {
	font-size: 25px;
	font-weight: 300;
	line-height: 40px;
}
.section-banner-enquiry p {
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	margin-bottom: 20px;
}
.enquiry-form {
	background: #c87854;
	padding: 30px;
	position: relative;
}
.enquiry-form h4 {
	text-align: right;
	width: 75%;
	display: block;
	margin-bottom: 0;
}
.enquiry-note {
	font-size: 14px;
	font-weight: 700;
	color: white;
	line-height: 20px;
	text-align: center;
	background: #d7af3c;
	width: 120px;
	height: 120px;
	padding: 40px 10px;
	border-radius: 60px;
	position: absolute;
	top: -40px;
	left: -40px;
}
.section-banner-enquiry h6 {
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 10px;
}
.terms-conditions li {
	font-size: 12px;
	line-height: 15px;
}

/*
PROMO AD
*/
.promo-ad {
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: url(../img/bg-promo.jpg);
}

/*
ACHIEVEMENTS
*/
.section-achievements {
	text-align: center;
	padding: 90px 0;
}
.section-achievements h3 {
	color: #554b4b;
}
.achievement {
	margin: 0 30px;
}
.achievement h5 {
	font-size: 80px;
	color: #d7af3c;
	line-height: 90px;
	margin-bottom: 10px;
}
.achievement p {
	font-size: 20px;
	line-height: 25px;
}

/*
RESULTS & TREATMENT
*/
.section-results {
	text-align: center;
	background: #f2f2f2;
	padding: 60px 0;
}
.section-treatment {
	color: white;
	text-align: center;
	background: url(../img/bg-treatment.jpg) black top left no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0;
}
.section-results h3 {
	color: #554b4b;
}
.list-results, .list-treatment {
	text-align: left;
	padding-left: 0;
	list-style-type: none;
}
.list-results li, .list-treatment li {
	font-size: 20px;
	line-height: 30px;
	padding-left: 40px;
	margin-bottom: 10px;
	position: relative;
}
.list-results li:before, .list-treatment li:before {
	font-size: 17px;
	font-weight: 700;
	color: white;
	text-align: center;
	background: #c87854;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	position: absolute;
	top: 2px;
	left: 0;
}
.result-1:before { content: "1"; }
.result-2:before { content: "2"; }
.result-3:before { content: "3"; }
.result-4:before { content: "4"; }
.result-5:before { content: "5"; }
.result-6:before { content: "6"; }
.result-7:before { content: "7"; }

.list-treatment li:before {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	content: "\f00c";
}
.section-results .cta-button {
	margin-top: 20px;
}
.panel-group {
	margin-bottom: 0;
}
.panel-group .panel {
	border: none;
	margin-bottom: 5px;
}
.panel-default > .panel-heading {
	background: transparent;
    padding: 0;
    border: none;
}
.mt0 {
	margin-top: 0;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0!important;
    font-size: 16px!important;
    color: inherit;
}

/*
FAQ
*/
.faq-content {
	margin-bottom: 5px;
}
.faq-button {
	font-weight: 400;
	line-height: 1.25;
	color: #fff !important;
	text-align: left;
	background: url(../img/arrow-down.png) no-repeat right 15px center #c87754;
	padding: 12px 32px 12px 12px;
	width: 100%;
	font-family: 'Lato',Helvetica Neue,Helvetica,Arial,sans-serif;
	height: auto;
	display: block;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.faq-button:hover {
	background-color: #c87754;
}
.faq-details {
	background: #fff;
	padding: 20px;
}
.faq-details p, .faq-details ul {
	margin-bottom: 10px;
	text-align: left!important;
}
.faq-details li {
	text-align: justify;
}
a[aria-expanded=true] {
	background: url(../img/arrow-up.png) no-repeat right center #c87754;
	background-position: 98% 50%;
}
a[aria-expanded=false] {
   	background: url(../img/arrow-down.png) no-repeat right center #c87754;
   	background-position: 98% 50%;
}
#a {
	overflow: hidden;
}
#a img {
	width: 180px;
	float: left;
	margin: 0 20px 10px 0;
}
/*
KEY STEPS
*/
.section-key {
	text-align: center;
	background: #b4a5a5;
	padding: 60px 0;	
}
.section-key h4{
	font-weight: 700;
	color: white;
	margin-bottom: 40px;
}
.section-key h3 {
	color: white;
}
.section-key h4 span {
	font-weight: 400;
	color: #554b4b;
	display: block;
}
.key-steps {
	position: relative;
	padding: 30px 0;
}
.key-steps:before {
	content: "";
	background: #c87854;
	width: 4px;
	height: 100%;/* 925px */
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}
.step {
	width: 50%;
	position: relative;
	margin-bottom: 10px;
}
.step:last-child {
	margin-bottom: 0;
}
.step:before {
	content: "";
	background: white;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	position: absolute;
	top: 5px;
}
.step h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 5px;
}
.step p {
	font-size: 16px;
	color: #554b4b;
	line-height: 20px;
}
.step span {
	font-size: 12px;
	color: white;
	display: block;
	margin-bottom: 5px;
}
.step.odd {
	text-align: left;
	margin-left: auto;
	padding-left: 20px;
}
.step.even {
	text-align: right;
	margin-right: auto;
	padding-right: 20px;
}
.step.odd:before {
	left: -5px;
}
.step.even:before {
	right: -5px;
}

/*
CLIENTS
*/
.section-clients {
	color: white;
	text-align: center;
	background: #554b4b;
	padding: 60px 0 30px;
}
.section-clients h3 {
	margin-bottom: 0px;
}

/*
VIDEO
*/
.section-video {
	background: #554b4b;
}

/*
TESTIMONIALS
*/
.section-testimonials {
	color: white;
	text-align: center;
	background: #554b4b;
	padding: 40px 0 90px;
}
.testimonial {
	margin: 20px 0 60px;
	position: relative;
}
.testimonial:last-child {
	margin-bottom: 0;
}
.testimonial p {
	line-height: 25px;
}
.testimonial p span {
	display: block;
}
.testimonial i {
	font-size: 30px;
	line-height: 40px;
	opacity: 0.5;
	position: absolute;
	top: -15px;
	left: -45px;
}

/*
ENQUIRY
*/
.section-enquiry {
	color: white;
	background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../img/bg-enquiry.jpg) no-repeat center center scroll;
	background-size: cover;
	background-attachment: fixed;
	padding: 90px 0;
}
.section-enquiry h4 {
	margin-bottom: 40px;
}
.enquiry-contain {
	position: relative;
	height: 300px
}
.enquiry-contain .enquiry-fomr {
	position: absolute;
}
.enquiry-contain h4 {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}

/*
OUTLETS
*/
.section-outlets {
	text-align: center;
	padding: 240px 0 60px;
}
.section-outlets h4 {
	font-size: 20px;
	color: white;
	line-height: 30px;
	background: #c87854;
	width: 100%;
	padding: 5px;
	display: block;
}
.section-outlets h6 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
}
.area {
	background: whitesmoke;
	min-height: 287px;
	padding: 15px;
	margin-bottom: 30px;
}
.outlet p {
	line-height: 20px;
}
.outlet p:after {
	content: "";
	background: #b4a5a5;
	display: block;
	width: 100%;
	height: 1px;
	margin: 15px 0;
}
.outlet:last-child p:after {
	display: none;
}
.area p span {
	font-weight: bold;
}



/*
ABOUT
*/
.section-about {
	color: white;
	background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../img/bg-about.jpg) no-repeat center center scroll;
	background-size: cover;
	padding: 120px 0 90px;
}
.section-about h4 {
	margin-bottom: 40px;
}
.section-about p span {
	font-weight: 700;
}

/*
MEDIA QUERIES
*/
@media (max-width: 768px) {
	.section h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.section h3 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 30px
	}
	.section-clients h3 {
		margin-bottom: 0px;
	}
	.section h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.section-banner-enquiry {
		padding: 60px 0;
	}
	.logo img {
		height: 50px;
	}
	.enquiry-note {
		right: 30px;
		left: initial;
	}
	.enquiry-form h4 {
		text-align: left;
		width: 50%;
		margin-right: auto;
		margin-left: 0 !important;
	}
	.section-banner-enquiry h2 {
		text-align: left;
		margin-bottom: 5px;
	}
	.section-banner-enquiry .enquiry-form {
		margin-bottom: 20px;
		margin-top: 60px;
	}
	.list-services li {
		font-size: 20px;
		line-height: 30px;
	}
	.section-achievements {
		padding: 60px 0;
	}
	.achievement {
		margin-bottom: 20px;
	}
	.achievement p {
		font-size: 16px;
		line-height: 20px;
	}
	.achievement:last-child {
		margin-bottom: 0;
	}
	.achievement h5 {
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 5px;
	}
	/* .section-results .container .row {
		display: flex;
		flex-direction: column-reverse;
		
	} */
	.section-results h3 {
		width: 80%;
		margin: 0 auto 30px;
	}
	.section-results .container .row ul.list-results {
		padding-left: 0;
	}
	.list-results li, .list-treatment li {
		font-size: 16px;
		line-height: 20px;
		padding-left: 0;
		text-align: center;
		text-align-last: center;
	}
	.list-results li:before, .list-treatment li:before {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    top: 1px;
	}
	.section-key {
		text-align: left;
	}
	.section-key h4 {
		margin-bottom: 20px;
	}
	.step {
		width: 100%;
	}
	.step.even {
		text-align: left;
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
	}
	.step.odd:before {
		left: -3px;
	}
	.step.even:before {
		left: -3px;
	}
	.key-steps:before {
		min-height: 100%;
		left: 0;
		transform: none;
	}
	.section-testimonials {
		padding: 60px 0;
	}
	.testimonial p span {
		display: inline;
	}
	.testimonial i {
		top: -45px;
		left: 50%;
    transform: translateX(-50%);
	}
	.section-enquiry {
		padding: 60px 0;
		background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url(../img/bg-enquiry.jpg) no-repeat center left scroll;
    background-size: cover;
	}
	.enquiry-contain h4 {
		width: 100%;
	}
	.enquiry-contain {
		margin-top: 30px;
	}
	.area {
		min-height: auto;
	}
	.section-about {
		padding: 90px 0 60px;
	}
	.section-banner-enquiry, .section-treatment, .section-enquiry {
		background-attachment: initial;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}
@media (max-width: 576px) {
	.header-cta {
		font-size: 18px;
		line-height: 20px;
	}
}
.hidden-768-up {
	display: none
}

@media (max-width:767px) {
	#fixedBottomBlock {
		font-family: 'Roboto', sans-serif;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 9990;
		height: 50px;
		line-height: 1;
		width: 100%;
		overflow: visible;
		display: flex;
		border-top: 1px solid rgba(255, 255, 255, 0.2)
	}

	#fixedBottomBlock a {
		font-family: 'Roboto', sans-serif;
		width: 33.333333%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		background: #c87854;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		outline: none
	}

	#fixedBottomBlock a:last-of-type {
		border-right: 0
	}

	#fixedBottomBlock a span.phone-icon {
		background: url(../img/phone-icon.png) left center no-repeat
	}

	#fixedBottomBlock a span.mail-icon {
		background: url(../img/mail-icon.png) left center no-repeat
	}

	#fixedBottomBlock a span.whatsapp-icon {
		background: url(../img/whatsapp-icon.png) left center no-repeat
	}

	#fixedBottomBlock a span {
		color: #fff;
		font-weight: 400;
		font-size: 14px;
		display: block;
		padding: 6px 0 6px 30px;
		}
	#fixedBottomBlock a span small {
		display: block;
	}
}
