/*implants section*/
.implants-section {
    min-height: 852px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	background: linear-gradient(249.37deg, #161A1B 56.74%, rgba(40, 45, 47, 0) 106.37%);
}
.implants-section:before{
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	max-width: 70%;
	width: 100%;
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 852px;
	z-index: 1;
}
.no-webp.loaded .implants-section:before{
	background-image: url("../images/implantsleft.png");
}
.webp.loaded .implants-section:before{
	background-image: url("../images/implantsleft.webp");
}
.implants-section:after{
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	max-width: 1090px;
	width: 100%;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 852px;
	z-index: 0;
}
.no-webp.loaded .implants-section:after{
	background-image: url("../images/girl.jpg");
}
.webp.loaded .implants-section:after{
	background-image: url("../images/girl.webp");
}
.implants-box {
    max-width: 783px;
    width: 100%;
	position: relative;
	z-index: 3;
}
.implants-box h3{
	color: #44ECE8;
	margin: 0 0 22px;
}
.implants-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
    width: 100%;
    flex-wrap: wrap;
    margin: 25px 0 0;
}

.implants-section .container {
	max-width: 1660px;
}

/* MAIN SECTION
-----------------------------------*/
.vid-section {
	padding: 100px 0;
}

.landing-content {
	line-height: 36px;
	padding-bottom: 50px;
}

.landing-content h2 {
	color: #fff;
	margin-bottom: 10px;
}

.partials-row {
	margin-top: 30px;
}

.landing-side {
	max-width: 430px;
	margin: 0 auto;
}

.landing-left img {
	margin-top: 30px;
}

.landing-side img {
	margin-bottom: 30px;
}

.landing-bottom img {
	margin: 20px 0;
}

/* STARTED SETION
------------------------------*/

.started-section {
	padding: 100px 0;
}

.started-section h2 {
	color: #44ECE8;
}

.no-webp.loaded .started-section {
    background: url(/wp-content/themes/charlie-child/images/mountain-bg.jpg) center center no-repeat;
    background-size: cover;
    
}

.webp.loaded .started-section{
    background: url(/wp-content/themes/charlie-child/images/mountain-bg.webp) center center no-repeat;
    background-size: cover;
  
}

.started-section .secondary-link::after {
	display: none;
}

/* RESPONSIVE 
-----------------------------------------------*/

@media (max-width: 1600px){
	.implants-box {
		max-width: 650px;
	}
	.implants-section:before {
		max-width: 70%;
	}
	
}

@media (max-width: 1500px){
	.implants-box {
		max-width: 500px;
	}
	.implants-section:before {
		max-width: 60%;
	}
}
@media (max-width: 1400px){
	.implants-box {
		max-width: 450px;
	}
	
	
}
@media (max-width: 1300px){
	.implants-box {
		max-width: 420px;
	}
}
@media (max-width: 1200px){
	.implants-section:after {
		max-width: 65%;
	}
	.implants-section:before {
		max-width: 75%;
	}
	
	
}
@media (max-width: 1025px){
	
}
@media (max-width: 991px){
	
	.implants-section:after {
		max-width: 100%;
		position: relative;
		min-height: 60vw;
	}
	.implants-section:before {
		display: none;
	}
	.implants-section {
		position: relative;
		background: linear-gradient(0deg, #161A1B 56.74%, rgba(40, 45, 47, 0) 106.37%);
		flex-wrap: wrap;
		flex-direction: column-reverse;
		min-height: auto;
	}
	.implants-box {
		max-width: 550px;
		width: 100%;
		position: relative;
		z-index: 3;
		margin: 40px auto;
	}
	.vid-section,
	.started-section {
		padding: 50px 0;
	}
	
	.landing-img1 {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.landing-side {
		max-width: 100%;
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}
	
	.landing-side img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.landing-left img {
		margin-top: 20px;
	}
	
	.partials-row {
		margin-top: inherit;
	}
}

@media (min-width: 1500px){
	.implants-section {
		font-size: 23px;
		font-weight: 700;
	}
}

@media (max-width: 600px){
	.implants-buttons {
		max-width: 280px;
		margin: 0 auto;
	}
	
}

@media (max-width: 500px){
	.no-webp.loaded .started-section {
		background: url(/wp-content/themes/charlie-child/images/mountain-bgm.jpg) center center no-repeat;
		background-size: cover;

	}

	.webp.loaded .started-section{
		background: url(/wp-content/themes/charlie-child/images/mountain-bgm.webp) center center no-repeat;
		background-size: cover;

	}
	
	.no-webp.loaded .implants-section:after{
		background-image: url("../images/girlm.jpg");
	}
	.webp.loaded .implants-section:after{
		background-image: url("../images/girlm.webp");
	}
}

