

body {
	font-family: 'nexa_lightregular';
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #808282;
	line-height: 24px;
	/* background-color: #ededed; */
}

@font-face {
    font-family: 'nexa_boldregular';
    src: url('fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_lightregular';
    src: url('fonts/nexa_light-webfont.woff2') format('woff2'),
         url('fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3,h4,h5,strong {
    font-family: 'nexa_boldregular';
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}


/* Transitional Effects */
.banner form input, .banner form textarea, .price-row, #price-guide a, #how-does-it-work ul li i, #why ul li {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


/* Base */
.header-container-1000 {
	position: relative;
	max-width: 1000px;
	width: 98%;
	margin: 0 auto;
}

.banner-container-1000 {
	position: relative;
	max-width: 1000px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.container-1000 {
	position: relative;
	max-width: 1000px;
	width: 98%;
	height: 100%;
	margin: 0 auto;
	padding: 100px 15px;
}

.container-notice {
	position: relative;
	max-width: 1000px;
	width: 98%;
	height: 100%;
	margin: 0 auto;
	padding: 70px 15px;
}

.footer-container-1000 {
	position: relative;
	max-width: 1000px;
	width: 98%;
	height: 100%;
	margin: 0 auto;
	padding: 30px 15px;
}

section header {
	border-bottom: 2px solid #1c3a71;
	margin-bottom: 50px;
	padding-bottom: 15px;
}

section header h2 {
	color: #3f3e3e;
	font-size: 35px;
	margin: 0;
	font-weight: 100;
	text-align: center;
}

section header h3 {
	color: #a9a9a9;
	font-size: 20px;
	margin: 20px;
	font-weight: 100;
	text-align: center;
	font-family: 'nexa_lightregular';
}


aside img {
	display: block;
	width: 121%;
	height: 546px;
}

.strong {
	color: #666;
	font-size: 20px;
}

strong {
	color: #d87c7b;
}


/* Buttons */
.learn-more {
	display: block;
	width: 140px;
	text-align: center;
	position: relative;
	margin: 40px auto 30px;
	text-transform: uppercase;
	color: #3f3e3e;
	font-weight: 200;
	text-decoration: none;
	line-height: 24px;
	font-size: 18px;
}

.learn-more .fa-chevron-down {
	clear: both;
	font-size: 34px;
	display: block;
	-moz-animation: arrow-bounce 2s infinite;
	-webkit-animation: arrow-bounce 2s infinite;
	animation: arrow-bounce 2s infinite;
}

@keyframes arrow-bounce { 0%, 20%, 50%, 80%, 100% {
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

40% {
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

60% {
	-moz-transform: translateY(-7.5px);
	-ms-transform: translateY(-7.5px);
	-webkit-transform: translateY(-7.5px);
	transform: translateY(-7.5px);
}
}


/* Header */
#header {
	background: #3f3e3e;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	padding: 30px 0;
	/* border-bottom: #183d73 3px solid; */
}

#header h1, #header hgroup {
	display: inline-block;
	vertical-align: middle;
}

#header h1 {
	margin: 0 2% 0 0;
}

#header h1 img {
	width: 191px;
}

#header hgroup h3, #header hgroup h4 {
	margin: 0;
	padding: 0;
	font-weight: 100;
}

#header hgroup h3 {
	margin-bottom: 10px
}

#header hgroup {
	width: calc(93% - 150px);
	text-align: right;
	font-size: 17px;
}

#header hgroup a{
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-family: 'nexa_lightregular';
}


/* Banner */
.banner {
	position: relative;
    /* height: calc(100vh - 75px); */
		height: calc(100vh + 50px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    border-bottom: 5px solid #f9f9f9;
    z-index:998;
}

.banner.ppc-general {
	background-image: url(images/banner-general.jpg);
}

.banner form {
	background: rgba(255, 255, 255, 0.8);
	/* height: calc(100vh - 80px); */
	height: 100%;
	max-width: 500px;
	width: 100%;
	float: right;
	padding: 180px 2% 2% 2%;
}

.banner form header h1 span {
	/* text-transform: uppercase; */
	text-align: center;
	color: #3f3e3e;
	font-size: 16px;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 100;
	font-family: 'nexa_lightregular';
}

.banner form header h1 {
	/* text-transform: uppercase; */
	text-align: center;
	color: #68a0a4;
	font-size: 36px;
	line-height: 35px;
	margin-bottom: 20px;
	font-weight: 100;
	font-family: 'nexa_lightregular';
}

.banner form header h2 {
	text-transform: uppercase;
	text-align: center;
	color: #3f3e3e;
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 40px;
	font-weight: 100;
}

.banner form header h2 img {
    width: 100%;
}

.banner form ul {
	margin: 0;
	padding: 0;
}

.banner form li {
	list-style: none;
	position: relative;
}












.banner form input, .banner form textarea {
  width:100%;
  height: 50px;
  padding: 7px 10px 7px 45px;
  margin: 0 0 11px 0!important;
  border: 1px solid #183d73;
  border-radius: 4px;
  font-family: inherit;
  background-color: transparent !important;
  color: #444444;
  font-size: 14px;
}

.banner form textarea {
  padding-top: 10px;
  height: 100px;
  overflow: hidden;
}

.banner form input:hover, .banner form input:active, .banner form input:focus {
  padding: 7px 2% 7px 14%;
}

.banner form textarea:hover, .banner form textarea:active, .banner form textarea:focus {
  padding: 10px 2% 10px 14%;
}

.banner form input:hover, .banner form input:active, .banner form input:focus {
    outline: none!important;
}

.banner form li i {
  position: absolute;
  left: 10px;
  top: 15px;
  font-size: 18px;
  color: #666;
}

.banner form .submit {
  font-size: 15px;
  text-transform: uppercase;
  background: #69a0a4 !important;
  color: #fff;
  width: 100%;
  border: none;
  padding: 0;
}

.banner form .submit:hover {
  padding: 0;
  background: #53b2b9 !important;
  border: 0;
  /* font-size: 16px; */
}

.banner form .submit:hover {
  cursor: pointer;
}


/* ABOUT */
#about {
	background: #fff;
}

#about .container-1000 {
	padding-bottom: 0;
}

#about header {
	width: 66%;
}

#about header h2 {
	/* padding-left: 20px; */
	text-align: left;
	line-height: 30px;
}

#about p {
	width: 56%;
}

#about aside {
    position: absolute;
    right: 0;
    max-width: 420px;
    width: 46%;
    bottom: 0;
}


/* Treatment */
#treatments {
	text-align: center;
	background: #fff;
}

.treatment-header {
	position: relative;
	max-width: 1000px;
	width: 98%;
	height: 100%;
	margin: 0 auto 50px auto;
	padding-top: 100px;
}

.treatment-box {
	display: flex;
	flex-wrap: wrap;
}

#treatments article {
	display: block;
	width: 50%;
	vertical-align: top;
	text-align: left;
	padding: 1%;
}

#treatments article.forehead {
	background: url(images/forehead-and-eyes.jpg) #fbfbfb;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom left;
	background-attachment: fixed;
}

#treatments article.excessive {
	background: url(images/exessive-sweating.jpg) #dbddec;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom right;
	background-attachment: fixed;
}

#treatments article.dermal {
	background: url(images/dermal-fillers.jpg) #f5f4f0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom left;
	background-attachment: fixed;
}

#treatments article.skin-texture {
	background: url(images/skin-texture.jpg) #dce9f2;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom right;
	background-attachment: fixed;
}

#treatments article .container-treatment {
	width: 100%;
	max-width: 700px;
	background: rgba(255, 255, 255, 0.9);
	padding: 3%;
	border-radius: 5px;
}

#treatments article:nth-child(odd) .container-treatment {
	float: right;
}

#treatments article:nth-child(even) .container-treatment {
	float: left;
}

.container-treatment {
	height: 100%;
}

.container-treatment header {
	border-bottom: 2px solid rgba(64, 125, 177, 0.3);
	margin: 10px 0 20px 0;
	padding-bottom: 20px;
}

.container-treatment header h2 {
	color: #407db1;
	font-size: 30px;
	margin: 0;
	font-weight: 100;
	text-align: center;
}


/* Headline */
#footer-headline {
	width: 100%;
	background: #d87c7c;
	position: fixed;
	bottom: 0;
	z-index:999;
	text-align: center;
	/* border-top: 3px solid #fff; */
	display: table;
	height: 80px;
}

#footer-headline a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 25px;
	display: table-cell;
	vertical-align:middle;
	width: 50%;
}

#footer-headline a:last-child {
	background: #619499;
}

.footer-reviews {
	position: fixed;
	right: 10px;
	bottom: 90px;
	z-index: 999;
	box-shadow: rgb(0 0 0 / 10%) 0px 6px 12px 0px;
}


/* HOW DOES IT WORK */
#how-does-it-work {
	background-image: url(images/testimonial-back.jpg);
	text-align: center;
	color: #3f3e3e;
}

#how-does-it-work header {
	border-color: #183d73;
}

#how-does-it-work header h2 {
	color: #3f3e3e;
}

#how-does-it-work h3 {
	font-size: 25px;
	font-weight: 400;
	margin: 50px 0 40px;
	line-height: 30px;
}

#how-does-it-work a{
    font-weight: 700;
    text-decoration: none;
    color: #67a0a4;
}

#how-does-it-work ul {
	clear: both;
	text-align: center;
	padding: 0;
	margin-top: 35px;
}

#how-does-it-work ul li {
	display: inline-block;
	list-style: none;
	vertical-align: top;
	width: 30%;
	margin: 0 1%;
}

#how-does-it-work ul li i {
	list-style: none;
	border-radius: 50%;
	border: 3px solid rgb(216, 124, 124);
	color: #d87c7c;
	width: 140px;
	height: 140px;
	vertical-align: top;
	font-size: 45px;
	background: rgb(255, 255, 255);
	line-height: 130px;
}

#how-does-it-work ul li:hover i {
	border: 3px solid rgb(216, 124, 124);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	color: #d87c7c;
}

#how-does-it-work ul li p{
	clear: both;
}


/* TESTIMONIALS */
#testimonials {
	background-image: url("images/testimonial-back.jpg");
	background-repeat: repeat;
}

#testimonials .container-1000 {
	padding-bottom: 60px;
}

#testimonials aside {
    display: inline-block;
    max-width: 350px;
    width: 30%;
}

.testimonial-content {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    margin-left: 10%;
}

.testimonial-content article {
	margin: 20px 0 50px;
}


/* NOTICE */
#notice {
	background: #68a0a4;
	text-align: center;
	text-transform: uppercase;
}

#notice header {
	border: 0;
	margin: 0;
	padding: 0;
}

#notice header h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 100;
	padding-bottom: 5px;
}

#notice header h3 {
	color: rgb(251, 248, 248);
	/* font-size: 16px; */
	font-weight: 100;
	margin: 0;
	font-family: 'nexa_lightregular';
}
#notice header a{
	text-decoration:none;
}

#notice.testimonials-section header h2, #notice.testimonials-section h1, #notice.testimonials-section p{
	color: black;
}
#notice.testimonials-section a{
	padding: 15px 20px;
    background-color: #d87c7b;
    display: inline-block;
    margin-bottom: 5px;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 5px;

}
/* why */
#why {
	background-image: url(images/why.jpg);
	background-attachment: fixed;
	background-position: top left;
	background-size: cover;
	text-align: center;
}

#why header{
	border-color: #fff;
}

#why header h2 {
	color: #fff;
}

#why ul {
	margin: 0;
	padding: 0;
}

#why ul li {
	list-style: none;
	color: #fff;
	border: 1px dashed #fff;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	display: inline-table;
	width: 30%;
	margin: 10px 5px;
	height: 90px;
	vertical-align: middle;
}

#why ul li:hover {
	border: 1px dashed rgb(255, 255, 255);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	color: #ffffff;
}

#why ul li p {
	vertical-align: middle;
	display: table-cell;
}


/* Map */
#map {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	clear: both;
}

#map iframe {
	display: block;
	width: 100%;
	height: 400px;
}

#map .overlay {
    background: rgba(33, 97, 157, 0.1);
    position: relative;
    width: 100%;
    height: 400px;
    top: 400px;
    margin-top: -400px;
}


/* Footer */
#footer {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

#footer img {
	width: 210px;
	padding: 5px 15px;
	display: block;
	margin: 0 auto;
}

#footer p {
	margin: 10px 0 0 0;
}

#footer a, #footer a:active, #footer a:visited {
	width: 100%;
	color: #7E7E7E;
}

#footer a:hover {
	text-decoration: none;
}

.footer-link {
	display: block;
	text-decoration: none;
	color: #57c9eb!important;
	font-size: 18px;
}


/* gdpr check box */

.gdpr {
      width: 100%;
      height: 80px;
      padding: 10px 27px;
      margin: 0 0 11px 0!important;
      border: 1px solid #183d73;
      border-radius: 4px;
      font-family: inherit;
      background-color: transparent !important;
      color: #444444;
      font-size: 14px;
      text-align:  center;
}

.gdpr p {
    font-size: 12px;
    margin: 11px 0;
    line-height: 2;
}

input[type="checkbox"] {
    width: 12px !important;
    margin-left: 10px !important;
    height: 12px !important;
}

.gdpr-small {
    font-size: 11px;
    text-align: center;
    padding-top: 9px;
    clear: both;
}

div#ddl-cookies-header {
    background: #3f3e3e !important;
}

a.ddl-cookies-btn.ddl-cookies-happy {
    background: #69a0a4 !important;
    text-decoration:  none;
}
#social-buttons{
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}
#social-buttons a{
	width: 50px;
	height: 50px;
	background: #68a0a4;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	margin-right: 13px;
	margin-bottom: 10px;
	display: block;
	line-height: 50px;
	-webkit-box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 15px -5px rgba(0,0,0,0.4);
}
/* RESPONSIVE */

@media all and (max-width: 960px) {

	section header h2 {
		font-size: 30px;
	}
	
	section#why {
    background: #002147;
}

}


@media all and (max-width: 760px) {

	.banner form header h2 {
		font-size: 26px;
	}

	section header h2 {
		font-size: 28px;
	}

	#header {
		position: relative;
	}

	#header h1, #header hgroup {
		display: block;
		width: 100%;
		text-align: center;
	}

	#header h1 {
		margin: 0;
	}

	#header hgroup {
		font-size: 15px;
		margin-top: 10px;
	}

	#header hgroup a {
		font-size: 30px;
	}

	.banner {
		position: relative;
 	   height: auto;
 	   background-repeat: no-repeat;
 	   background-size: cover;
  	  background-position: top left;
  	  border-bottom: 5px solid #f9f9f9;
 	   z-index:998;
	}

	.banner form {
		background: rgba(255, 255, 255, 0.8);
		height: auto;
		max-width: 760px;
		width: 100%;
		float: none;
		padding: 10px 2%;
	}

	#about p {
		width: 100%;
	}

	#about aside {
 	   display: none;
	}

	#about header {
		width: 100%;
	}

	#about header h2 {
		padding-left: 0;
		text-align: center;
	}

	#how-does-it-work ul li {
		width: 47%;
	}

	#testimonials aside {
	    display: none;
	}

	.testimonial-content {
	    display: block;
	    width: 100%;
	    text-align: center;
	    margin-left: 0;
	}

	#notice header h2 {
		font-size: 22px;
	}

	#notice header h3 {
		font-size: 14px;
	}

	#why ul li {
		width: 47%;
	}

	#map iframe {
		height: 250px;
	}

	#map .overlay {
	    height: 250px;
	    top: 250px;
		margin-top: -250px;
	}

	#footer-headline a {
		font-size: 20px;
	}

}


@media all and (max-width: 600px) {

	#footer-headline a {
    font-size: 17px;
	}

}


@media all and (max-width: 500px) {

	#how-does-it-work ul li {
		width:100%;
	}

	#why ul li {
		width: 100%;
		margin: 10px 0;
	}

}

@media all and (max-width: 450px) {
#header hgroup a {
		font-size: 22px;
	}

}

@media all and (max-width: 350px) {
#header hgroup a {
		font-size: 20px;
	}

}