@charset "utf-8";
/* CSS Document */


.logoRow {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
}

.logo {
	float: left;
    width: 100%;
	height: 87px;
	margin: 50px 0 40px 0;
	text-align: center;
}

.fill {
	flex: 1;
}

.tagLine {
	width: 100%;
	margin: 0 0 40px 0;
	text-align: center;
	letter-spacing: 12px;
}


.titleRowPic {
	position: relative;
    width: 100%;
	height: 250px;
	background-image: url("../pics/featurePic.jpg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}


.glowEnv {
	position: absolute;
	width: 100%;
	top: 290px;
	left: 0;
	
}

.glow {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}


.titleRowLine {
	width: 100%;
	text-align: center;
}

.titleRowLine img {
	width: 90%;
}


.sloganRow {
	position: relative;
    width: 100%;
	margin: 450px 0 100px 0;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 60px;
	line-height: 80px;
	color: #00c6ff;
	font-weight: bold;
	text-align: center;
}





.signupRow {
	float: left;
    width: 100%;
}

.signupRowLeft {
	float: left;
    width: 100%;
	text-align: left;
}

.signupRowRight {
	float: left;
    width: 100%;
}



.reasonRow {
	position: relative;
	float: left;
    width: 100%;
	height: 1300px;
	background-image: url("../pics/black.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
}

.reasonRowLeft {
	float: left;
    width: 100%;
	margin: 50px 0 0 0;
	text-align: left;
}

.reasonRowRight {
	float: left;
    width: 100%;
}

.reasontitleCell {
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

.reasonEnv {
	position: absolute;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	top: 60px;
	right: 0;
}

.reasonCell {
	width: 35%;	
	height:	240px;
	border: 1px solid #e8e8e8;
	border-radius: 10px;
	margin: 0 3% 50px 3%;
	padding: 15px;
	text-align: center;
	background-color: #FFF;
	filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.2));
}

.reasonCellEmpty {
	width: 41%;	
	height:	270px;
}


.reasonCellNumber {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	background-color: #e8e8e8;
	
}

.reasonCellIcon {
	width: 100%;
	height: 60px;
	margin-top: 10px;
}

.reasonCellTitle {
	width: 100%;
	line-height: 20px;
	margin: 30px 0 10px 0;
}

.reasonCellText {
	width: 100%;
	line-height: 18px;
}




.advantageRow {
	position: relative;
	float: left;
    width: 100%;
	color: #FFF;
	background-color: #000;
}

.advantageRowLeft {
	float: left;
    width: 100%;
	margin: 100px 0 0 0;
	text-align: left;
}

.advantagetitleCell {
	padding-bottom: 50px;
	margin: 0 40px;
	border-bottom: 1px solid #FFF;
}

.advantageRowRight {
	float: left;
    width: 100%;
	margin: 50px 0 0 0;
	text-align: left;
}

.advantageTextCell {
	margin: 0 40px;
	line-height: 30px;
}

.advantageRowBottom {
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    width: calc(100% - 100px);
	margin: 100px 50px;
}

.advantageCell {
	width: 125px;	
	height:	100px;
	margin: 0 0 30px 0;
	text-align: center;
}


.advantageCellIcon {
	width: 100%;
	height: 35px;
	margin-top: 10px;
}

.advantageCellTitle {
	width: 100%;
	margin: 15px 0 0 0;
}




.featureProductRow {
	float: left;
    width: 100%;
	height: 200px;
	margin: 100px 0;
	background-image: url("../pics/featureProducts.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}




.portraitRow {
	float: left;
	width: 100%;
}


.portraitCellPortrait {
	float: left;
	height: 400px;
	width: 100%;
	background-image: url("../pics/dr-davoodifar-aesthetic-dermatologist-orange-county.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.portraitCellText {
	position: relative;
	float: left;
	width: 100%;
	height: 750px;
	line-height: 25px;
	text-align: right;
}

.portraitCellTextEnv {
	width: 100%;
	padding: 30px 0;
	font-size: 14px;
	line-height: 22px;
	padding: 0 50px;
	box-sizing: border-box;
}





.footerRow {
	position: relative;
	float: left;
	width: 100%;
	height: 600px;
	margin-top: 200px;
	text-align: center;
	color: #FFF;
	background-color: #000;	
}

.footerEnv {
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
}

.footerLogo {
    float:left;
    width: 100%;
    margin-bottom: 50px;
}

.footerEnvText{
    float:left;
    width: 100%;
    padding: 0 10% 0 0;
    height: 100%;
}

.footerSocial {
    width: 60px;
    margin: 20px auto 0 auto;
    height: 49px;
}

.footerFacebook {
    float:left;
    width: 30px;
    height: 49px;
    background-image: url(../pics/logoFacebookW.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.footerInstagram {
    float:left;
    width: 30px;
    height: 48px;
    margin-top: 1px;
    background-image: url(../pics/logoInstagramW.png);
    background-position: center center;
    background-repeat: no-repeat;
}



