@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Quicksand');

@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan|Francois+One|Open+Sans+Condensed:300|Raleway|Ubuntu|Righteous');

@font-face {
	font-family: 'calibri';
	src:url('../fonts/calibri.eot');
	src:url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
		url('../fonts/calibri.woff') format('woff'),
		url('../fonts/calibri.ttf') format('truetype'),
		url('../fonts/calibri.svg#calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}
#dermatMask1{
	display: none;
	top:0;
	position: absolute;
	width: 100%;
	height:90%;
	z-index: 300;
	background-color: rgba(0, 0, 0, 0.8);
	padding-top:10%
}
.popContent{
	border-radius: 0px;
	width:60%;
	height:65%;
	background:#fff;
	margin-left: auto;
	margin-right: auto;
}
#dermatClose01{
	width:60%;
	margin-right:3%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	font-family: 'calibri';
	cursor: pointer;
}
.heading {
	padding-top:30px;
}
.heading h2{
	width:80%;
	height:auto;
	padding-bottom:8px;
	font-family: 'calibri';
	font-weight: bold;
	font-size:1.8em;
	margin-left:8%;
	margin-top:0px;
	color:#345392;
	border-bottom:1px dotted #345392;
}
.pdtPic{
	margin-left:50px;
	with:30%;
	height:360px;
	float: left;
}
.pdtPic img{
	height:100%;
	width: auto;
}
.pdtDesc{
	float: none;
	width:85%;
	font-family: 'calibri';
	margin-left:auto;
	margin-right:auto;
	
}

.voiletCol{
	color:#241d84;
	font-size:1.3em;
}
.pdtDesc h3{
	padding:0px;
	margin:0px;
	font-family: 'calibri';
	color:#D52C2F;
	font-weight: bold;
}
.pdtDesc ul{
	
	font-family: 'calibri';
}
.pdtDesc ul li{
	font-size:0.8em;
	list-style-type: circle;
}
.divider{
	width:10px;
	float: left;
	margin-left:20px;
	border-right:1px dotted #aeaeae;
	height:350px;
}
@media screen and (max-width:1300px) and (min-width:799px){
.divider{
	width:10px;
	float: left;
	margin-left:10px;
	border-right:1px dotted #aeaeae;
	height:350px;
}	
.pdtDesc{
	float: right;
	width:53%;
	margin
	background:#aeaeae;
}
	
	
	
}