body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.clear {
	clear: both;
}

/*////////// HEADER //////////*/

header{
	background: whitesmoke;
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 1;
	top: 0;
	max-width: 1400px;
	min-width: 300px;
	left: 50%;
	transform: translate(-50%, 0);
}
.logoSec {
	width: 200px;
	height: 50px;
	position: relative;
}
.logoSec .logo {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 120px;
	height: auto;
	cursor: pointer;
	z-index: 1;
}

/*////////// MAIN //////////*/

main {
	padding-top: 70px;
	max-width: 1400px;
	min-width: 300px;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	min-height: 500px;
}

/*//// HERO SECTION ////*/

.heroSec {
	width: 100%;
	background: whitesmoke;
	height: 450px;
	padding-top: 70px;
}
.topBtn {
	padding: 10px;
	margin: 0 auto 0 auto;
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 20px;
	}

.heroSec h1 {
	text-align: center;
	font-family: Arial, sans-serif;
	width: 50%;
	margin: 50px auto 0 auto;
	font-size: 50px;
	color: #444;
	font-weight: 600;
}
.heroSec p {
	text-align: center;
	font-family: Arial, sans-serif;
	width: 50%;
	margin: 10px auto;
	font-size: 15px;
	font-weight: normal;
	color: #444;
}
.mainMenu {
	width: 600px;
	height: 20px;
	background: whitesmoke;
	margin: 0 auto;
	display: block;
	border-radius: 20px;
	padding: 15px;
/*	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);*/
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
}
.mainMenu ul {
	margin: 0;
/*	padding: 0;*/
	list-style: none;
}
.mainMenu ul li {
	display: inline-block;
	margin-right: 15px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	cursor: pointer;
}
.mainMenu ul li:hover {
	text-decoration: underline;
}
.mainMenu ul li a {
	text-decoration: none;
	color: #444;
}
.shortMenu {
	position: absolute;
	right: 10px;
	top: 10px;
	background: white;
	width: 24px;
	height: 24px;
	padding: 12px;
	border-radius: 30px;
	cursor: pointer;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	display: none;
}
.shortMenu .sndwichBar {
	background: #000;
	width: 20px;
	height: 3px;
	margin: 4px auto;
}
.heroSec .searchSec {
	display: block;
	margin: 10px auto 10px auto;
	width: 60%;
	height: auto;
	border-radius: 22px;
	border: 1px solid #ddd;
	position: relative;
	background: white;
}
input {
	font-size: 15px;
	padding: 15px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.searchBtn {
	width: 90px;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	background: #008080;
	color: white;
	padding: 10px 5px;
}
.searchText {
	width: calc(100% - 140px);
	border-radius: 20px 20px 20px 20px;
	border: none;
	background: transparent;
}


/*//////////////// search page //////////////*/

.serchFirstSec {
	width: 100%;
	height: 1000px;
	background: white;
}
.serchDescSite {
	width: 100%;
	height: auto;
	position: relative;
	top: 70px;
}
.serchSubSecfirst {
	width: 85%;
	height: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 30px;
}
.srchRsltSec {
	width: 400px;
	padding-bottom: 20px;

}
.srchRsltSec p {
	margin-top: 5px;
	font-size: 14px;
}
.searchName {
	padding-bottom: 30px;
}
.pagiSec {
	background: white;
	width: 250px;
	height: auto;
	position: relative;
	margin-top: 10px;
}
.pagiSec a {
	cursor: pointer;
}
.pagiSec .arrowLeft {
	width: 20px;
	height: 20px;
	padding: 10px;
	transform: rotate(180deg);
	border-radius: 10px;
	background: #eee;
}
.pagiSec .arrowRight {
	width: 20px;
	height: auto;
	padding: 10px;
	border-radius: 10px;
	position: absolute;
	left: 135px;
	background: #eee;
}
.pagiSec input {
	width: 55px;
	height: 20px;
	position: absolute;
	border-radius: 10px;
	border: none;
	padding: 10px;
	left: 50px;
	text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pagiSec input[type=number] {
  -moz-appearance: textfield;
}
.pagiSec form{
	position: absolute;
	top: 0;
}
.pagiSec form input {
	background: #eee;
}
.pagiSec .lastPagePagi {
	width: 40px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 160px;
	border: 1px solid #ccc;
	padding: 13px 10px;
	border-radius: 10px;
	font-size: 13px;
}
.pagiSec .lastPagePagi p {
	text-align: center;
}

.proMainSec,
.treatMainSec,
.ingMainSec,
.testMainSec,
.anatomyMainSec,
.induMainSec,
.anatomyMainSec,
.regMainSec {
	width: 100%;
	height: 400px;
}
.proMainSec h2 {
	font-size: 30px;
	padding: 40px 0;
	color: #444;
	text-align: center;
}
.proMainSec li {
	padding: 5px 0;
}
.startBtn {
	background: red;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 10px;
	color: white;
	display: block;
	margin: 20px auto;
	width: 200px;
	text-align: center;
}
.fundSecInfo {
	text-align: center;
	width: 60%;
	display: block;
	margin: 0 auto;
}

/*/////// FUNDAMENTAL SECTION ////////*/

.fundSec {
	background: #ffff;
	height: 400px;
	max-width: calc(1200px - 20px);
	width: calc(100% - 20px);
	margin: 10px auto;
	padding: 0 10px;
}

/*/////// PRODUCT SECTION ////////*/

.prodSec {
	background: blue;
	height: 400px;
	max-width: calc(1200px - 20px);
	width: calc(100% - 20px);
	margin: 10px auto;
	padding: 0 10px;
}

.treatMainSec {

}

/*/////// FOOTER ///////*/

footer {
	width: 100%;
	height: auto;
	background: whitesmoke;
	padding: 5px 0;
	max-width: 1400px;
	min-width: 300px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
/*	display: none;*/
}
.topFooter {
	height: 70px;
	width: 97%;
	/*border-bottom: 1px solid #ccc;*/
	position: relative;
	margin: 0 auto 0 auto;
	color: red;
}
.navManuSec {
	width: 470px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 20px;

}
.socialMenuSec {
	width: 270px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 20px;
}
.btmFooter {
	height: 40px;
	width: 97%;
	position: relative;
	margin: 0 auto;
	display: none;
}
.btmFooter img {
	width: 70px;
	height: auto;
	position: absolute;
	left: 0;
	top: 5px;
}
.btmFooter p {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 15px;
	color:#444;
	text-transform: uppercase;
	font-size: 10px;
}
footer ul {
	margin: 0;
	padding: 10px 0 0 0;
}
footer ul li {
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
	display: inline-block;
	width: 90px;
}
footer ul li a {
	text-decoration: none;
	color: #111;
}
footer ul li a:hover {
	text-decoration: underline;
}
.sociMedGp {
	width: 250px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 8px;
}
.sociMedGp a {
	text-decoration: none;
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-left: 10px;
	border-radius: 15px;
}
.sociMedGp a img {
	width: 35px;
	height: 35px;
	filter: grayscale(100%);
}
.sociMedGp a img:hover {
	filter: grayscale(0%);
}


/*///// ABOUT US PAGE ///////*/

.firstSectionAb {
			height: auto;
			width: 90%;
			margin: 10px auto  0 auto;
			background: white;
			padding: 30px 0 50px 0;
			border-radius: 10px;
		}
		.firstSectionAb h1, 
		.firstSectionAb h2, 
		.firstSectionAb p {
			width: 60%;
			margin: 0 auto;
			text-align: center;
			justify-content: center;
		}
		.pageTitle {
			padding: 10px 0;
			text-transform: uppercase;
		}
		.firstSectionAb h2 {
			margin: 50px auto 10px auto;
			font-size: 20px;
		}
		.firstSectionAb p {
			font-size: 15px;
			line-height: 25px;
			word-spacing:5px;
		}

/*///// contact us page //////*/
.secTileSec {
	min-width: 200px;
	max-width: 890px;
	margin: 50px auto;

}
.secTile {
	width: 210px;
	height: 150px;
	display: block;
	border-radius: 10px;
	float: left;
	margin: 5px;
	padding: 30px 0px;
	position: relative;
	background: whitesmoke;
}
.secTile h2,
.secTile p {
	margin: 0 auto;
	padding: 0;

}
 .innterLink {
	text-decoration: none;
	color: #000;
}


/*Medium devices (landscape tablets,768px and up) */
@media only screen and (max-width: 992px) {
	#mainMenu {
		width: 100%;
		background: whitesmoke;
		height: 300px;
		top: 70px;
		display:none;
	}
	#mainMenu ul {
		margin: 0;
		padding: 0;
	}
	#mainMenu ul li {
		width: 100px;
		display: block;
		margin: 20px auto;
		text-align: center;
	}
	.shortMenu {
		display: block;
	}
	.heroSec h1 {
		width: 70%;
		font-size: 40px;
	}
	.secTileSec {
				width: 450px;

			}
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {	

/*	header*/

.logoSec .logo {
	position: absolute;
	top: 15px;
	left: 70px;
	width: 100px;
	height: auto;
	cursor: pointer;
}
.regHere {
	width: 170px;
	height: 100%;
/*	background: #ddd;*/
	position: absolute;
	right: 0;
	top: 0;
}
.regHere .regi {
	position: absolute;
	right: 80px;
	top: 10px;
	text-decoration: none;
	color: black;
	font-size: 14px;
	padding: 5px;
}
.regHere .signIn {
	position: absolute;
	right: 20px;
	top: 10px;
	text-decoration: none;
	color: black;
	font-size: 14px;
	padding: 5px;
}
.regHere a:hover {
	text-decoration: underline;
}

/*	main*/

	main {
		width: 100%;
		padding-top: 50px;
		max-width: 1400px;
		min-width: 300px;
	}
	.firstSec {
		width: 100%;
		height: 500px;
		background: white
	}
	.descSite {
		width: 100%;
		height: 500px;
		position: relative;
	}
	.subSecfirst {
		width: 95%;
		height: 500px;
		margin: 0 auto;
	}
	.firstSec h1 {
		font-size: 23px;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		width: 270px;
		top: 100px;
		text-transform: capitalize;
		text-align: center;
	}
	.firstSec h2 {
		font-size: 15px;
		position: relative;
		top: 110px;
		left: 50%;
		transform: translateX(-50%);
		width: 250px;
		text-align: center;
	}
	.firstSec .howCan {
		font-size: 13px;
		position: absolute;
		width: 70%;
		top: 250px;
		text-transform: capitalize;
	/*	font-weight: 600;*/
		color: #665042ff;
	/*	display: none;*/
	/*	background: #aaa;*/
		left: 50%;
		transform: translate(-50%, 0);
		text-align: center;
	}
	.firstSec .liLinkDesc {
		font-size: 13px;
		position: relative;
		top: 270px;
		width: 90%;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
	}
	.subSecsecond {
		width: 95%;
		height: 500px;
		margin: 0 auto;
	}

/*	search section*/
.srchRsltSec {
	width: 95%;
	padding-bottom: 20px;

}
.srchRsltSec p {
	margin-top: 5px;
	font-size: 14px;
}
.searchName {
	padding-bottom: 30px;
}




/*	footer*/

	.topFooter {
		height: 280px;
	}
	.navManuSec {
		height: 160px;
		width: 200px;
		position:relative;
		margin: 0 auto;
	}
	.socialMenuSec {
		position: relative;
		margin: 0 auto;
	}
	.btmFooter {
		height: 70px;
		width: 97%;
		position: relative;
		margin: 0 auto;
		padding: 10px 0;
	}
	.btmFooter img {
		height: auto;
		display: block;
		margin: 0 auto;
		position: relative;
	}
	.btmFooter p {
		width: 250px;
		display: block;
		margin: 0 auto;
		position: relative;
		text-align: center;
	}
	footer {
	    position: relative;
	}
	footer ul {
		margin: 0;
		padding: 10px 0 0 0;
	}
	footer ul li {
		text-align: center;
		font-size: 13px;
		margin-top: 10px;
		display: block;
		width: 100%;

	}
	footer ul li a {
		text-decoration: none;
		color: #111;
	}
	.sociMedGp {
		width: 250px;
		margin: 10px auto;
		display: block;
		position: relative;
	}
}

/* Small devices (landscape phones, 576px and up)*/
@media only screen and (max-width: 576px) {
	body {
		background: whitesmoke;
	}

	/*	main*/

	main {
		padding-top: 40px;
	}

	/*header*/

	header{
		height: 40px;
	}
	.logoSec {
		width: 150px;
		height: 40px;
		position: relative;
	}
	.logoSec .logo {
		position: absolute;
		top: 7px;
		left: 20px;
		width: 80px;
		height: auto;
		cursor: pointer;
	}

	.srchSecHpage {
		width: 100%;
	}

	.heroSec .searchSec {
		width: 90%;
	}
	.heroSec h1 {
		width: 80%;
		font-size: 25px;
		margin: 30px auto 0 auto;
	}
	.heroSec h2 {
		width: 80%;
		font-size: 15px;
		margin-top: 20px;
	}
	#mainMenu {
		width: 100%;
		background: whitesmoke;
		height: 300px;
		top: 40px;
		display:none;
	}


/*	about us page*/
.firstSectionAb {
				width: 100%;
			}
			.firstSectionAb h1, 
			.firstSectionAb h2, 
			.firstSectionAb p {
				width: 80%;
			}

			.secTileSec {
				width: 220px;

			}

}