@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

/* START - Common CSS */

	.Banner {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: 600px; 
 		top:150px; 
 		text-align: center; 
 		padding: 0px 0px 0px 0px; 
 		color: rgba(255,255,255,1); 
 		font-size: 72px; 
 		background-image: url('../Img/CommonFootProblemBG.jpg'); 
 		background-position: center; 
 		background-repeat: no-repeat; 
 		background-size: cover;
 		background-color: rgba(255,255,255,1); 

	}

	.Banner-Row-Heading {		/*.Header-About*/ 

	 	float: left; 
	 	position: relative; 
	 	width: 100%; 
	 	height: 100%; 
	 	top:150px; 
	 	padding:40px 10% 60px 10%; 
	 	text-align: center; 
	 	border:0px solid blue; 

	}

	.Row-Heading {

	 	float: left; 
	 	position: relative; 
	 	width: 100%; 
	 	height: 100%; 
	 	top:135px; 
	 	padding:0px 0% 0px 0%; 
	 	text-align: center; 
	 	border:0px solid blue; 

	}

		.ADFCareHeaderIcon {

		 	color:rgba(255,255,255,1); 
		 	font-size: 72px;
		 	padding-right: 5px;

		}

		.HeaderFont {

			font-family: 'Poppins';
			font-size: 72px;
			font-weight: bolder; 
			color:rgba(255,255,255,1); 

		}  

		.HeaderFont1 {

			font-family: 'Poppins';
			font-size: 36px;
			font-weight: normal; 
			color: rgba(255,255,255,1); 

		}


		.HrLine {

			border:none; 
			background-color: linear-gradient(rgba(185,211,0,0.5));
			background-image: linear-gradient(to right, rgba(2,77,185,0.8), rgba(185,211,0,0.8));
			height: 2px; 
			text-align:center; 
			width: 20%; 
			margin: 5px 40% 5px 40%;

		}

		.Banner-ADFCareHeaderIcon {

		 	color:rgba(255,255,255,1); 
		 	font-size: 72px;
		 	padding-right: 5px;

		}

		.Banner-HeaderFont {

			font-family: 'Poppins';
			font-size: 72px;
			font-weight: bolder; 
			color:rgba(255,255,255,1); 

		}  

		.Banner-HeaderFont1 {

			font-family: 'Poppins';
			font-size: 36px;
			font-weight: normal; 
			color: rgba(255,255,255,1); 
			background-color: rgba(185,211,0,1);
			padding: 5px 20px 5px 20px; 	
			border-radius: 10px;

		}

		.Banner-HrLine {

			border:none; 
			background-color: linear-gradient(rgba(255,255,255,0.5));
			background-image: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0.8));
			height: 2px; 
			text-align:center; 
			width: 20%; 
			margin: 5px 40% 5px 40%;

		}

/* Button Start */

	.button {

	  border-radius: 10px 0px 10px 0px;
	  background-color: rgba(169,193,0,1);
	  border: none;
	  color: #fff;
	  text-align: center;
	  font-family: 'Poppins';
	  font-size: 16px;
	  padding: 5px;
	  width: 200px;
	  transition: all 0.5s;
	  cursor: pointer;
	  margin: 5px;

	}

	.button span {

	  cursor: pointer;
	  display: inline-block;
	  position: relative;
	  transition: 0.5s;

	}

	.button span:after {

	  content: '\00bb';
	  position: absolute;
	  opacity: 0;
	  top: 0;
	  right: -20px;
	  transition: 0.5s;

	}

	.button:hover span {

	  padding-right: 25px;

	}

	.button:hover span:after {

	  opacity: 1;
	  right: 0;

	}

/* Button End */

/* END - Common CSS */

/* START - Social Icons */

	.TopSocialIcons {

		color: rgba(255,255,255,1);

	}

		.TopSocialIcons .fa-facebook:hover {

			color: rgba(22,94,166,0.9);

		}

		.TopSocialIcons .fa-twitter:hover {

			color: rgba(0,162,243,1);

		}

		.TopSocialIcons .fa-instagram:hover {

			color: rgba(178,48,177,1);

		}

		.TopSocialIcons .fa-youtube:hover {

			color: rgba(246,18,18,1);

		}

	.SocialIcons {

		color: rgba(255,255,255,1);

	}

		.SocialIcons .fa-facebook:hover {

			color: rgba(22,94,166,0.9);

		}

		.SocialIcons .fa-twitter:hover {

			color: rgba(0,162,243,1);

		}

		.SocialIcons .fa-instagram:hover {

			color: rgba(178,48,177,1);

		}

		.SocialIcons .fa-youtube:hover {

			color: rgba(246,18,18,1);

		}

/* END - Social Icons */

	.Row-Diagnostic-Facilities {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: auto; 
 		padding: 50px 0px 50px 0px;
 		top:135px; 
 		background-color: rgba(255,255,255,1); 
		background-image: url(../Img/Diagnostic-FacilitiesBG.jpg1); 
		background-size: cover;
		background-position: center; 
		background-repeat: no-repeat; 

	}

/* START - 1st Row */

			.Row-Diagnostic-Facilities-1stRow {

				float: left;
				position: relative;
				width: 90%;
				height: 100%;
 				font-family:'Poppins'; 
 				font-size:16px; 
 				color: rgba(51,51,51,0.6); /*rgba(22,94,166,1);*/
 				text-align: left; 
 				padding: 30px 20px 20px 20px;
 				border: 0px solid blue;
				border-radius: 10px 10px 10px 10px; 
				box-shadow: 0px 0px 15px 0px #aaaaaa; 
				margin-left: 5%;
				margin-right: 5%;

			}

/* END - 1st Row */


/* START - Common Foot Problem */

	.Row-Diagnostic-Facilities-1stRow-InnerHeader {

		float: left; 
		position: relative; 
		width: 100%; 
		height: auto; 
		padding: 30px 50px 30px 50px; 
		text-align: justify; 
		color: #fff; 
		background-image: url('../Img/CFP-InnerHeader.jpg'); 
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: 100% auto; 
		background-color: rgba(185,211,0,1); 
		margin-bottom: 50px;

	}

	.Row-CFP-1st {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%; 
		border: 0px solid blue;

	}

	.Row-CFP-2nd {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: 100%; 
 		padding: 50px 0px 0px 0px;

	}

	.Row-CFP-Content {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: 100%; 
 		text-align: justify; 
 		padding: 20px 50px 20px 50px;

	}

/* END - Common Foot Problem */

			
/* START - 1st Col */

				.Row-Diagnostic-Facilities-1stRow-1stCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-left: 1%;
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-1stRow-1stCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/Medical-CheckUp.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-1stRow-1stCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 325px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 50px 0px 50px;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 1st Col */
						
/* START - 2nd Col */

				.Row-Diagnostic-Facilities-1stRow-2ndCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-1stRow-2ndCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/VPT.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-1stRow-2ndCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 325px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: scroll;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 2nd Col */

/* START - 3rd Col */

				.Row-Diagnostic-Facilities-1stRow-3rdCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-1stRow-3rdCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/VDoppler.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-1stRow-3rdCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 325px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: scroll;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 3rd Col */

/* END - 1st Row */

/* START - 2nd Row */

			.Row-Diagnostic-Facilities-2ndRow {

				float: left;
				position: relative;
				width: 100%;
				height: 100%;
 				font-family:'Segoe UI'; 
 				font-size:36px; 
 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
 				text-align: center; 
 				padding: 50px 20px 0px 20px;
 				border: 0px solid blue;

			}

/* START - 1st Col */

				.Row-Diagnostic-Facilities-2ndRow-1stCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-left: 1%;
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-2ndRow-1stCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/abi.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-2ndRow-1stCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 1st Col */
						
/* START - 2nd Col */

				.Row-Diagnostic-Facilities-2ndRow-2ndCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-2ndRow-2ndCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/Imprint.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 2nd Col */

/* START - 3rd Col */

				.Row-Diagnostic-Facilities-2ndRow-3rdCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-2ndRow-3rdCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/BodyFatAnalyser.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 3rd Col */


/* END - 2nd Row */

/* START - 3rd Row */

			.Row-Diagnostic-Facilities-3rdRow {

				float: left;
				position: relative;
				width: 100%;
				height: 100%;
 				font-family:'Segoe UI'; 
 				font-size:36px; 
 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
 				text-align: center; 
 				padding: 50px 20px 0px 20px;
 				border: 0px solid blue;

			}

/* START - 1st Col */

				.Row-Diagnostic-Facilities-3rdRow-1stCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-left: 1%;
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-3rdRow-1stCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/LaboratoryTests.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-3rdRow-1stCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 100%;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 50px 0px 50px;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 1st Col */
						
/* START - 2nd Col */

				.Row-Diagnostic-Facilities-3rdRow-2ndCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-3rdRow-2ndCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/hba1c.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 2nd Col */

/* START - 3rd Col */

				.Row-Diagnostic-Facilities-3rdRow-3rdCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-3rdRow-3rdCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/BodyFatAnalyser.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 3rd Col */

/* END - 3rd Row */

/* Extra small devices (phones, 991px and down) */
@media only screen and (max-width: 991px) { 

/* START - Common CSS */

	.Banner {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: 100%; 
 		top:5px; 
 		text-align: center; 
 		padding: 0px 0px 0px 0px; 
 		color: rgba(255,255,255,1); 
 		font-size: 24px; 
 		background-image: url('../Img/CommonFootProblemBG.jpg'); 
 		background-position: center; 
 		background-repeat: no-repeat; 
 		background-size: cover;
 		background-color: rgba(255,255,255,1); 

	}

	.Banner-Row-Heading {		/*.Header-About*/ 

	 	float: left; 
	 	position: relative; 
	 	width: 100%; 
	 	height: 100%; 
	 	top:0px; 
	 	padding:40px 10% 60px 10%; 
	 	text-align: center; 
	 	border:0px solid blue; 

	}

	.Row-Heading {

	 	float: left; 
	 	position: relative; 
	 	width: 100%; 
	 	height: 100%; 
	 	top:135px; 
	 	padding:0px 0% 0px 0%; 
	 	text-align: center; 
	 	border:0px solid blue; 

	}

		.ADFCareHeaderIcon {

		 	color:rgba(255,255,255,1); 
		 	font-size: 72px;
		 	padding-right: 5px;

		}

		.HeaderFont {

			font-family: 'Poppins';
			font-size: 24px;
			font-weight: bolder; 
			color:rgba(255,255,255,1); 

		}  

		.HeaderFont1 {

			font-family: 'Poppins';
			font-size: 36px;
			font-weight: normal; 
			color: rgba(255,255,255,1); 

		}


		.HrLine {

			border:none; 
			background-color: linear-gradient(rgba(185,211,0,0.5));
			background-image: linear-gradient(to right, rgba(2,77,185,0.8), rgba(185,211,0,0.8));
			height: 2px; 
			text-align:center; 
			width: 20%; 
			margin: 5px 40% 5px 40%;

		}

		.Banner-ADFCareHeaderIcon {

		 	color:rgba(255,255,255,1); 
		 	font-size: 24px;
		 	padding-right: 5px;

		}

		.Banner-HeaderFont {

			font-family: 'Poppins';
			font-size: 24px;
			font-weight: bolder; 
			color:rgba(255,255,255,1); 

		}  

		.Banner-HeaderFont1 {

			font-family: 'Poppins';
			font-size: 16px;
			font-weight: normal;
			color: rgba(255,255,255,1);
			background-color: rgba(185,211,0,1);
			padding: 3px 10px 3px 10px;
			border-radius: 5px;
			border: 0px solid blue; 	

		}

		.Banner-HrLine {

			border:none; 
			background-color: linear-gradient(rgba(255,255,255,0.5));
			background-image: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0.8));
			height: 2px; 
			text-align:center; 
			width: 20%; 
			margin: 5px 40% 5px 40%;

		}

/* Button Start */

	.button {

	  border-radius: 10px 0px 10px 0px;
	  background-color: rgba(169,193,0,1);
	  border: none;
	  color: #fff;
	  text-align: center;
	  font-family: 'Poppins';
	  font-size: 16px;
	  padding: 5px;
	  width: 200px;
	  transition: all 0.5s;
	  cursor: pointer;
	  margin: 5px;

	}

	.button span {

	  cursor: pointer;
	  display: inline-block;
	  position: relative;
	  transition: 0.5s;

	}

	.button span:after {

	  content: '\00bb';
	  position: absolute;
	  opacity: 0;
	  top: 0;
	  right: -20px;
	  transition: 0.5s;

	}

	.button:hover span {

	  padding-right: 25px;

	}

	.button:hover span:after {

	  opacity: 1;
	  right: 0;

	}

/* Button End */

/* END - Common CSS */

/* START - Social Icons */

	.TopSocialIcons {

		color: rgba(255,255,255,1);

	}

		.TopSocialIcons .fa-facebook:hover {

			color: rgba(22,94,166,0.9);

		}

		.TopSocialIcons .fa-twitter:hover {

			color: rgba(0,162,243,1);

		}

		.TopSocialIcons .fa-instagram:hover {

			color: rgba(178,48,177,1);

		}

		.TopSocialIcons .fa-youtube:hover {

			color: rgba(246,18,18,1);

		}

	.SocialIcons {

		color: rgba(255,255,255,1);

	}

		.SocialIcons .fa-facebook:hover {

			color: rgba(22,94,166,0.9);

		}

		.SocialIcons .fa-twitter:hover {

			color: rgba(0,162,243,1);

		}

		.SocialIcons .fa-instagram:hover {

			color: rgba(178,48,177,1);

		}

		.SocialIcons .fa-youtube:hover {

			color: rgba(246,18,18,1);

		}

/* END - Social Icons */

	.Row-Diagnostic-Facilities {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: auto; 
 		padding: 20px 0px 50px 0px;
 		top:0px; 
 		background-color: rgba(255,255,255,1); 
		background-image: url(../Img/Diagnostic-FacilitiesBG.jpg1); 
		background-size: cover;
		background-position: center; 
		background-repeat: no-repeat; 

	}

/* START - 1st Row */

			.Row-Diagnostic-Facilities-1stRow {

				float: left;
				position: relative;
				width: 90%;
				height: 100%;
 				font-family:'Poppins'; 
 				font-size:16px; 
 				color: rgba(51,51,51,0.6); /*rgba(22,94,166,1);*/
 				text-align: left; 
 				padding: 0px 0px 20px 0px;
 				border: 0px solid blue;
				border-radius: 10px 10px 10px 10px; 
				box-shadow: 0px 0px 0px 0px #aaaaaa; 
				margin-left: 5%;
				margin-right: 5%;

			}

/* END - 1st Row */

/* START - Common Foot Problem */

	.Row-Diagnostic-Facilities-1stRow-InnerHeader {

		float: left; 
		position: relative; 
		width: 100%; 
		height: auto; 
		padding: 30px 20px 30px 20px; 
		text-align: justify; 
		color: #fff; 
		background-image: url('../Img/CFP-InnerHeader.jpg'); 
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: cover; 
		background-color: rgba(185,211,0,1); 
		margin-bottom: 50px;

	}

	.Row-CFP-1st {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%; 
		border: 0px solid blue;

	}

	.Row-CFP-2nd {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: 100%; 
 		padding: 20px 0px 0px 0px;

	}

	.Row-CFP-Content {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: 100%; 
 		text-align: justify; 
 		padding: 20px 0px 20px 0px;
 		border:0px solid blue;

	}

/* END - Common Foot Problem */
			
/* START - 1st Col */

				.Row-Diagnostic-Facilities-1stRow-1stCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-left: 1%;
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-1stRow-1stCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/Medical-CheckUp.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-1stRow-1stCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 325px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 50px 0px 50px;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 1st Col */
						
/* START - 2nd Col */

				.Row-Diagnostic-Facilities-1stRow-2ndCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-1stRow-2ndCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/VPT.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-1stRow-2ndCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 325px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: scroll;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 2nd Col */

/* START - 3rd Col */

				.Row-Diagnostic-Facilities-1stRow-3rdCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-1stRow-3rdCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/VDoppler.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-1stRow-3rdCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 325px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: scroll;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 3rd Col */

/* END - 1st Row */

/* START - 2nd Row */

			.Row-Diagnostic-Facilities-2ndRow {

				float: left;
				position: relative;
				width: 100%;
				height: 100%;
 				font-family:'Segoe UI'; 
 				font-size:36px; 
 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
 				text-align: center; 
 				padding: 50px 20px 0px 20px;
 				border: 0px solid blue;

			}

/* START - 1st Col */

				.Row-Diagnostic-Facilities-2ndRow-1stCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-left: 1%;
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-2ndRow-1stCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/abi.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-2ndRow-1stCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 1st Col */
						
/* START - 2nd Col */

				.Row-Diagnostic-Facilities-2ndRow-2ndCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-2ndRow-2ndCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/Imprint.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 2nd Col */

/* START - 3rd Col */

				.Row-Diagnostic-Facilities-2ndRow-3rdCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-2ndRow-3rdCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/BodyFatAnalyser.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 3rd Col */


/* END - 2nd Row */

/* START - 3rd Row */

			.Row-Diagnostic-Facilities-3rdRow {

				float: left;
				position: relative;
				width: 100%;
				height: 100%;
 				font-family:'Segoe UI'; 
 				font-size:36px; 
 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
 				text-align: center; 
 				padding: 50px 20px 0px 20px;
 				border: 0px solid blue;

			}

/* START - 1st Col */

				.Row-Diagnostic-Facilities-3rdRow-1stCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-left: 1%;
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-3rdRow-1stCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/LaboratoryTests.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-3rdRow-1stCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 100%;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 50px 0px 50px;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 1st Col */
						
/* START - 2nd Col */

				.Row-Diagnostic-Facilities-3rdRow-2ndCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-3rdRow-2ndCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/hba1c.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 2nd Col */

/* START - 3rd Col */

				.Row-Diagnostic-Facilities-3rdRow-3rdCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-3rdRow-3rdCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/BodyFatAnalyser.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 3rd Col */

/* END - 3rd Row */


}


/* Extra small devices (phones, 360px and down) */
@media only screen and (max-width: 360px) { 

/* START - Common CSS */

	.Banner {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: 100%; 
 		top:5px; 
 		text-align: center; 
 		padding: 0px 0px 0px 0px; 
 		color: rgba(255,255,255,1); 
 		font-size: 24px; 
 		background-image: url('../Img/CommonFootProblemBG.jpg'); 
 		background-position: center; 
 		background-repeat: no-repeat; 
 		background-size: cover;
 		background-color: rgba(255,255,255,1); 

	}

	.Banner-Row-Heading {		/*.Header-About*/ 

	 	float: left; 
	 	position: relative; 
	 	width: 100%; 
	 	height: 100%; 
	 	top:0px; 
	 	padding:40px 10% 60px 10%; 
	 	text-align: center; 
	 	border:0px solid blue; 

	}

	.Row-Heading {

	 	float: left; 
	 	position: relative; 
	 	width: 100%; 
	 	height: 100%; 
	 	top:135px; 
	 	padding:0px 0% 0px 0%; 
	 	text-align: center; 
	 	border:0px solid blue; 

	}

		.ADFCareHeaderIcon {

		 	color:rgba(255,255,255,1); 
		 	font-size: 72px;
		 	padding-right: 5px;

		}

		.HeaderFont {

			font-family: 'Poppins';
			font-size: 24px;
			font-weight: bolder; 
			color:rgba(255,255,255,1); 

		}  

		.HeaderFont1 {

			font-family: 'Poppins';
			font-size: 36px;
			font-weight: normal; 
			color: rgba(255,255,255,1); 

		}


		.HrLine {

			border:none; 
			background-color: linear-gradient(rgba(185,211,0,0.5));
			background-image: linear-gradient(to right, rgba(2,77,185,0.8), rgba(185,211,0,0.8));
			height: 2px; 
			text-align:center; 
			width: 20%; 
			margin: 5px 40% 5px 40%;

		}

		.Banner-ADFCareHeaderIcon {

		 	color:rgba(255,255,255,1); 
		 	font-size: 24px;
		 	padding-right: 5px;

		}

		.Banner-HeaderFont {

			font-family: 'Poppins';
			font-size: 24px;
			font-weight: bolder; 
			color:rgba(255,255,255,1); 

		}  

		.Banner-HeaderFont1 {

			font-family: 'Poppins';
			font-size: 16px;
			font-weight: normal;
			color: rgba(255,255,255,1);
			background-color: rgba(185,211,0,1);
			padding: 3px 10px 3px 10px;
			border-radius: 5px;
			border: 0px solid blue; 	

		}

		.Banner-HrLine {

			border:none; 
			background-color: linear-gradient(rgba(255,255,255,0.5));
			background-image: linear-gradient(to right, rgba(255,255,255,0.8), rgba(255,255,255,0.8));
			height: 2px; 
			text-align:center; 
			width: 20%; 
			margin: 5px 40% 5px 40%;

		}

/* Button Start */

	.button {

	  border-radius: 10px 0px 10px 0px;
	  background-color: rgba(169,193,0,1);
	  border: none;
	  color: #fff;
	  text-align: center;
	  font-family: 'Poppins';
	  font-size: 16px;
	  padding: 5px;
	  width: 200px;
	  transition: all 0.5s;
	  cursor: pointer;
	  margin: 5px;

	}

	.button span {

	  cursor: pointer;
	  display: inline-block;
	  position: relative;
	  transition: 0.5s;

	}

	.button span:after {

	  content: '\00bb';
	  position: absolute;
	  opacity: 0;
	  top: 0;
	  right: -20px;
	  transition: 0.5s;

	}

	.button:hover span {

	  padding-right: 25px;

	}

	.button:hover span:after {

	  opacity: 1;
	  right: 0;

	}

/* Button End */

/* END - Common CSS */

/* START - Social Icons */

	.TopSocialIcons {

		color: rgba(255,255,255,1);

	}

		.TopSocialIcons .fa-facebook:hover {

			color: rgba(22,94,166,0.9);

		}

		.TopSocialIcons .fa-twitter:hover {

			color: rgba(0,162,243,1);

		}

		.TopSocialIcons .fa-instagram:hover {

			color: rgba(178,48,177,1);

		}

		.TopSocialIcons .fa-youtube:hover {

			color: rgba(246,18,18,1);

		}

	.SocialIcons {

		color: rgba(255,255,255,1);

	}

		.SocialIcons .fa-facebook:hover {

			color: rgba(22,94,166,0.9);

		}

		.SocialIcons .fa-twitter:hover {

			color: rgba(0,162,243,1);

		}

		.SocialIcons .fa-instagram:hover {

			color: rgba(178,48,177,1);

		}

		.SocialIcons .fa-youtube:hover {

			color: rgba(246,18,18,1);

		}

/* END - Social Icons */

	.Row-Diagnostic-Facilities {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: auto; 
 		padding: 20px 0px 50px 0px;
 		top:0px; 
 		background-color: rgba(255,255,255,1); 
		background-image: url(../Img/Diagnostic-FacilitiesBG.jpg1); 
		background-size: cover;
		background-position: center; 
		background-repeat: no-repeat; 

	}

/* START - 1st Row */

			.Row-Diagnostic-Facilities-1stRow {

				float: left;
				position: relative;
				width: 90%;
				height: 100%;
 				font-family:'Poppins'; 
 				font-size:16px; 
 				color: rgba(51,51,51,0.6); /*rgba(22,94,166,1);*/
 				text-align: left; 
 				padding: 0px 0px 20px 0px;
 				border: 0px solid blue;
				border-radius: 10px 10px 10px 10px; 
				box-shadow: 0px 0px 0px 0px #aaaaaa; 
				margin-left: 5%;
				margin-right: 5%;

			}

/* END - 1st Row */

/* START - Common Foot Problem */

	.Row-Diagnostic-Facilities-1stRow-InnerHeader {

		float: left; 
		position: relative; 
		width: 100%; 
		height: auto; 
		padding: 30px 20px 30px 20px; 
		text-align: justify; 
		color: #fff; 
		background-image: url('../Img/CFP-InnerHeader.jpg'); 
		background-position: center; 
		background-repeat: no-repeat; 
		background-size: cover; 
		background-color: rgba(185,211,0,1); 
		margin-bottom: 50px;

	}

	.Row-CFP-1st {

		float: left; 
		position: relative; 
		width: 100%; 
		height: 100%; 
		border: 0px solid blue;

	}

	.Row-CFP-2nd {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: 100%; 
 		padding: 20px 0px 0px 0px;

	}

	.Row-CFP-Content {

 		float: left; 
 		position: relative; 
 		width: 100%; 
 		height: 100%; 
 		text-align: justify; 
 		padding: 20px 0px 20px 0px;
 		border:0px solid blue;

	}

/* END - Common Foot Problem */
			
/* START - 1st Col */

				.Row-Diagnostic-Facilities-1stRow-1stCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-left: 1%;
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-1stRow-1stCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/Medical-CheckUp.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-1stRow-1stCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 325px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 50px 0px 50px;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-1stRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 1st Col */
						
/* START - 2nd Col */

				.Row-Diagnostic-Facilities-1stRow-2ndCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-1stRow-2ndCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/VPT.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-1stRow-2ndCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 325px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: scroll;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-1stRow-2ndCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 2nd Col */

/* START - 3rd Col */

				.Row-Diagnostic-Facilities-1stRow-3rdCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-1stRow-3rdCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/VDoppler.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-1stRow-3rdCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 325px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: scroll;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-1stRow-3rdCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 3rd Col */

/* END - 1st Row */

/* START - 2nd Row */

			.Row-Diagnostic-Facilities-2ndRow {

				float: left;
				position: relative;
				width: 100%;
				height: 100%;
 				font-family:'Segoe UI'; 
 				font-size:36px; 
 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
 				text-align: center; 
 				padding: 50px 20px 0px 20px;
 				border: 0px solid blue;

			}

/* START - 1st Col */

				.Row-Diagnostic-Facilities-2ndRow-1stCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-left: 1%;
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-2ndRow-1stCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/abi.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-2ndRow-1stCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-2ndRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 1st Col */
						
/* START - 2nd Col */

				.Row-Diagnostic-Facilities-2ndRow-2ndCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-2ndRow-2ndCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/Imprint.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-2ndRow-2ndCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 2nd Col */

/* START - 3rd Col */

				.Row-Diagnostic-Facilities-2ndRow-3rdCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-2ndRow-3rdCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/BodyFatAnalyser.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-2ndRow-3rdCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 3rd Col */


/* END - 2nd Row */

/* START - 3rd Row */

			.Row-Diagnostic-Facilities-3rdRow {

				float: left;
				position: relative;
				width: 100%;
				height: 100%;
 				font-family:'Segoe UI'; 
 				font-size:36px; 
 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
 				text-align: center; 
 				padding: 50px 20px 0px 20px;
 				border: 0px solid blue;

			}

/* START - 1st Col */

				.Row-Diagnostic-Facilities-3rdRow-1stCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-left: 1%;
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-3rdRow-1stCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/LaboratoryTests.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-3rdRow-1stCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100%;
						max-height: 100%;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 50px 0px 50px;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}

						.Row-Diagnostic-Facilities-3rdRow-1stCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 1st Col */
						
/* START - 2nd Col */

				.Row-Diagnostic-Facilities-3rdRow-2ndCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-3rdRow-2ndCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/hba1c.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-3rdRow-2ndCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 2nd Col */

/* START - 3rd Col */

				.Row-Diagnostic-Facilities-3rdRow-3rdCol {

					float: left;
					position: relative;
					width: 32%;
					height: 100%;
					background-color: rgba(255,255,255,1);
	 				font-family:'Segoe UI'; 
	 				font-size:18px; 
	 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
	 				text-align: center; 
	 				padding: 20px 20px 20px 20px;
	 				border: 0px solid blue;
					border-radius: 10px 10px 10px 10px; 
					box-shadow: 0px 0px 15px 0px #aaaaaa; 
					margin-right: 1%;

				}			

					.Row-Diagnostic-Facilities-3rdRow-3rdCol-1stRow {

						float: left;
						position: relative;
						width: 100%;
						height: 150px;
						background-image: url('../Img/BodyFatAnalyser.jpg');
						background-size: cover;
						background-position: center;
						background-repeat: no-repeat;						
						background-color: rgba(255,255,255,0);
		 				font-family:'Segoe UI'; 
		 				font-size:18px; 
		 				color: rgba(51,51,51,1); /*rgba(22,94,166,1);*/
		 				text-align: center; 
		 				padding: 50px 0px 0px 0px;
		 				border: 0px solid red;

					}			

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-1stRow-HeaderTxt {

							float: left;
							position: relative;
							width: 100%;
							height: 100%;
							background-color: rgba(169,193,0,0.8);
			 				font-family:'Segoe UI'; 
			 				font-size:18px; 
			 				color: rgba(255,255,255,1); /*rgba(22,94,166,1);*/
			 				text-align: center; 
			 				padding: 20px 20px 20px 20px;
			 				border: 0px solid red;
			 				bottom:20px;

						}			

					.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow {
					
						float: left;
						position: relative;
						width: 100%;
						height: 100px;
						max-height: 100px;
		 				font-family:'Segoe UI'; 
		 				font-size:16px; 
		 				color: rgba(5,74,152,0.8);
		 				font-weight: normal;
		 				text-align: left;
		 				background-color: rgba(185,211,0,0);
		 				padding: 20px 20px 0px 20px;
		 				overflow-y: none;
		 				border: 0px solid blue;

					}

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow ul {

							list-style-type: none;

						}			

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow ul li::before {

							content: '\f00c';
							font-family: fontAwesome;
							font-size: 18px;
							color: rgba(185,211,0,0.8);
			 				padding: 0px 10px 0px 0px;
							margin-left: -1.8em;

						}			

						.Row-Diagnostic-Facilities-3rdRow-3rdCol-2ndRow ul li {
						
							padding-bottom: 20px;

						}
					
/* END - 3rd Col */

/* END - 3rd Row */



}	