/* CSS Document */

.slider-bg
{
	background-color: #d30000;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.profile-header
{
	/*font-family: 'Roboto', sans-serif;*/
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align:center;
	color:#FFFFFF;
	font-size: 2.8em;
	margin: 20px auto;
}

.home-section-header
{
	/*font-family: 'Roboto', sans-serif;Cambria,sohne,  */
	font-family: "Roboto", serif;
	font-weight: bold;
	text-align: center;
	color:var(--primary);
	/*font-size: 2.8em;*/
	margin: 20px auto;
	border-top: 2px solid #e2e2e2;
}

@media only screen and (min-width: 992px)
{
	.profile-header
	{
		border:0px solid #333;
		/*font-size: 1.8em;*/
		}
	.home-section-header
	{
		border:0px solid #333;
		font-size: 2.8em;
		}
	}
@media only screen and (max-width: 768px)
{
	.profile-header
	{
		border: 0px solid #333;
		font-size: 1.8em;
		}
	.home-section-header
	{
		border:0px solid #333;
		font-size: 1.8em;
		}
	}
@media only screen and (max-width: 360px)
{
	.profile-header
	{
		border:0px solid #333;
		font-size: 1.8em;
		}
	.home-section-header
	{
		border:0px solid #333;
		font-size: 1.8em;
		}
	}
	
/*---------- Doctor's Profile ------------*/
.shf-docprof-bg
{
	background-color: rgba( 255, 255, 255, 0.09 );
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	}
.shf-docprof-imgthumb
{
	border-radius: 180px;
	border: 2px #A00D10 solid;
	width: 80%;
	}
.shf-docprof-name
{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
.shf-docprof-post
{
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
.shf-docprof-location
{
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}

/* */
.shf-image
{
	width: 100%;
	}







