html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
	font-family: acumin-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
}
html {
	height:100%;
	scroll-behavior: smooth;
}
body {
	line-height: 1;
	height:100%;
	background:#fff;
	overflow-x:hidden;
	font-family: acumin-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
}
a, button, input[type=submit], input[type=button] {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
input[type=text], input[type=email], input[type=tel], select, textarea {
	font-family: acumin-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
}
img {
	max-width: 100%;
	height: auto;
}

#wrapper {
	padding:0;
	margin:0;
	float:left;
	width:100%;
}

.inner {
	padding:0;
	margin:auto;
	max-width:1140px;
	width:95%;
}

.content {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	position:relative;
}

.main {
	padding:0;
	margin:0;
	float:left;
	width:100%;
	position:relative;
}

.leftfloat {float:left !important;}
.rightfloat {float:right !important;}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700 !important;
}

/* ---------------------------------------- HEADER STARTS HERE ---------------------------------------- */
#header {
	position: relative;
	z-index:1;
}
#topheader {
	padding: 8px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 111;
	width: 100%;
	background: #fff;
	box-shadow: #ccc 0 2px 3px;
}
#banner {
	background:#EE6A00 url("../images/doctor.png") 90% 100% no-repeat;
	margin-top: 80px;
	height: 450px;
	text-align: center;
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	margin-bottom:40px;
}
#innerbanner {
	background:#EE6A00 url("../images/doctor.png") 90% 0% no-repeat;
	margin-top: 82px;
	padding: 40px 0;
	text-align: center;
	float:left;
	width:100%;
}
#innerbanner .searchdocform form {
	margin-bottom: 0;
}
.bannertitle {
	margin-top: 80px !important;
	width: 100%;
	float: left;
	color: #fff;
}
#logo {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}
#logo img {
	display: block;
	margin: 0;
	padding: 0;
}
.searchdocform {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.searchdocform form {
	width: 100%;
	float: left;
	padding: 40px;
	background: rgba(255,255,255,0.78);
	border-radius: 12px;
}
.searchdocform .button-nirog {
	width: 100%;
	max-width: 150px;
	border-radius: 8px;
	margin-bottom: 0;
}
.searchdocform input[type=text] {
	width: 100%;
	max-width: 325px;
	border-radius: 8px;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	margin-bottom: 0;
}
.extrainfo p {
	font-size: 16px;
	line-height: 1.5 !important;
	color: #3D3D3D !important;
}

/* ---------------------------------------- HEADER ENDS HERE ---------------------------------------- */

/* ---------------------------------------- NAVIGATION STARTS HERE ---------------------------------------- */

#navigation {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #3D3D3D;
	padding: 18px 8px 10px;
}
#navigation li:hover a, #navigation li a.active {
	color: #EE6A00;
}
#navigation li a.spllink {
	color: #65A609;
}
#opennav, #closenav {
	display: none;
}

/* ---------------------------------------- NAVIGATION ENDS HERE ---------------------------------------- */

/* ---------------------------------------- BODY STARTS HERE ---------------------------------------- */

#docsplst {
	padding: 40px 0;
}
#docsplst h3 {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
#docsplst h3::after {
	width: 100px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: " ";
	display: block;
	background: #EE6A00;
}
#docsplst a {
	display: inline-block;
	background: #65A609;
	padding: 16px;
	font-size: 16px;
	color: #fff;
	border-radius: 8px;
	margin: 0 8px 8px 0;
	text-decoration: none;
}
#docsplst a:hover {
	background: #04A391;
}
#docarticl {
	background: #f5f5f5;
	padding: 50px 0;
}
#docarticl h3 {
	color: #65A609;
	font-weight: 500 !important;
}
#docarticl p {
	font-size: 16px;
}
#docarticl a {
	font-size: 16px;
	background: #EE6A00;
	color: #fff;
	height: 50px;
	line-height: 50px;
	padding: 0 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 8px;
}
#docarticl a:hover {
	background: #AF1336
}
#docarticl img {
	display: block;
}
#docarticl .txtholder {
	width: 100%;
	background: #fff;
	padding: 16px;
	border-radius: 0 0 12px 12px;
}
#docarticl .txtholder h6 {
	font-family: acumin-pro,sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	font-size: 14px;
	color: #65A609;
	margin-bottom: 8px;
}
#docarticl .txtholder h5 {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 500 !important;
	margin-bottom: 16px;
}
#docarticl .txtholder p {
	font-size: 12px;
	line-height: 1;
	font-weight: 400 !important;
	color: #787878;
}
.greybg {
	background: #f5f5f5;
}
.doctorlist {
	width: 100%;
	list-style-type: none;
	margin-bottom: 40px !important;
	float: left;
}
.doctorlist li {
	width: 100%;
	background: #fff;
	border-radius: 12px;
	box-shadow: #999 0 2px 3px;
	padding: 20px;
	margin: 10px 0 !important;
	float: left;
}
.doctorlist li h5 {
	margin-bottom: 4px !important;
	font-size: 22px;
	color: #65A609;
	font-weight: 500 !important;
}
.doctorlist li p {
	margin: 0 0 12px;
	line-height: 1;
}
.innertitle {
	margin-top: 24px;
	color: #3D3D3D;
	float: left;
	width: 100%;
	font-size: 32px !important;
}
.innertitle span {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
	color: #65A609 !important;
}
.docdegree {
	font-size: 16px;
	line-height: 1.25 !important;
}
.splnote {
	margin-top: 20px !important;
}
.splnote span {
	display: inline-block;
	background: #EE6A00;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1.25 !important;
	font-family: acumin-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	padding:4px 8px 8px;
	color: #fff;
	position: relative;
}
.splnote span::before {
	position: absolute;
	left: 16px;
	top: -5px;
	z-index: 101;
	content: " ";
	height: 5px;
	width: 9px;
	display: block;
	background: url("../images/pink-up.png") 50% 50% no-repeat;
}
.midparatxt p {
	font-size: 16px;
	font-family: acumin-pro,sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.5 !important;
}
.disnamecls {
	color: #EE6A00;
	text-transform: uppercase;
	font-family: acumin-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.button-nirog {
	font-size: 16px !important;
	background: #65A609 !important;
	border-color: #65A609 !important;
	color: #fff !important;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 400 !important;
	text-transform: uppercase !important;
	height: 50px !important;
	line-height: 50px !important;
	width: 100% !important;
}

/* ---------------------------------------- BODY STARTS HERE ---------------------------------------- */

/* ---------------------------------------- FOOTER STARTS HERE ---------------------------------------- */
#footer {
	background: #3D3D3D;
	padding: 0;
}
#ftrlink {
	padding: 40px 0;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	margin-bottom: 8px;
	line-height: 1;
}
#footer ul li a {
	margin-bottom: 0;
	color: #fff;
	text-decoration: none;
	font-family: acumin-pro,sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	font-size: 12px;
}
#footer ul li a:hover {
	color: #E6173C;
}
#footer ul li h5 a {
	margin-bottom: 0;
	color: #fff;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
}
#copyright {
	padding: 24px 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #333;
}
#copyright p {
	margin-bottom: 0;
}
#copyright a {
	color: #65A609;
	text-decoration: none;
}
.disclaimer {font-size: 10px;margin-top: 20px;color: #eee !important;}
#btmscroll {position: absolute;bottom: 16px;left: 0;width: 100%;z-index: 1;text-align: center;}
#btmscroll a {display: inline-block;}
.adholder {padding: 16px 0;text-align: center;}
.locpart {padding-left: 40px !important;background: url("../images/location.png") 16px 50% no-repeat;}
/* ---------------------------------------- FOOTER STARTS HERE ---------------------------------------- */
#notice {margin-top:82px;background:#FFE0E6;color:#CF2020;font-size:16px;padding:20px 100px;width:100%;float:left;position:relative;z-index:101;text-align:center;}
#notice a {color:#CF2020;font-weight:700;}

@media screen and (max-width:768px) {
	#topheader {position: static !important;}
	.greybg {margin-top: 0;}
	#navigation {position: fixed;z-index: 141;width: 100%;height: 100%;background: rgba(0,0,0,0.96);padding: 0 !important;margin: 0 !important;left: 0;top: 0;text-align: center;display: none;}
	#navigation li {width: 100%;margin: 0 0 1px;padding: 0;}
	#navigation li a {width: 100%;background: #fff;padding: 12px 16px;}
	#navigation li a.spllink {color: #fff;background: #65A609;}
	#opennav {display: block;float: right;font-size: 16px;margin-top: 16px;}
	#opennav img {margin: 0;display: block;}
	#closenav {display: block;}
	#closenav a {background: #EE6A00 !important;color: #fff !important;}
	.searchdocform input[type=text] {max-width: 100%;margin-bottom: 12px;}
	#banner {margin-top: 0;background:#EE6A00;padding: 40px 0;height: auto;}
	#innerbanner {background:#EE6A00;}
	#docarticl img {width: 100%;}
	#docarticl .four.columns {margin:16px 0;}
	#innerbanner {margin-top: 0;padding: 40px 0;}
	.searchdocform form {padding: 0;text-align: left;margin-bottom: 0 !important;background: none;}
	.bannertitle {display: none;}
	.doctorlist li p a.button-nirog {margin-top: 12px;margin-bottom: 0;}
	#btmscroll {display: none !important;}
	#docsplst a {font-size: 16px;padding: 8px;margin: 0 4px 8px 0;}
	#notice {display:none !important;}
}