@font-face {
	font-family: 'SansitaOne';
	src: url(../fonts/SansitaOne.ttf) format('truetype');
}
@font-face {
	font-family: 'OpenSans-Regular';
	src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
input[type="button"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0 0;
	margin: 0 0;
}
p {
	padding: 0 0;
	margin: 0 0;
}
ul {
	padding: 0 0;
	margin: 0 0;
}
body {
	padding: 0 0;
	margin: 0 0;
	font-family: 'OpenSans-Regular';
}
.header {
	padding: 4.2em 0em 0em 0em;
	background-size: 100% 100%;
	min-height: auto;
}
.header-top {
	padding: 11px 0 0 0;
}
.logo {
	float: left;
	padding: 2px 0px 2px 0px;
}
.logo a {
	font-size:14px;
	padding-left: 10px;
	color: #fff;
	font-family: inherit;
	text-decoration: none;
	float: right;
}
.top-menu {
	float: right;
	margin-top: 2.5em;
}
.top-menu ul li {
	display: inline-block;
	margin: 0 0.5em;
}
.top-menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
	text-transform: capitalize;
}
.top-menu ul li a.active {
	color: #05ceaa;
}
span.menu {
	display: none;
}
/* Effect 16: fall down */
.cl-effect-16 a {
	color: #6f8686;
	text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
}
.cl-effect-16 a::before {
	color: #05ceaa;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.cl-effect-16 a:hover::before, .cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
nav a {
	position: relative;
	display: inline-block;
	margin: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	font-size: 1.35em;
}
nav a:hover, nav a:focus {
	outline: none;
}
#northsearchone {
	background-color: white;
	margin: 0px 0px 0px 0px;
}
.mainh {
	min-height: 444px;
}
.northlistone {
	padding: 2px 2px 0px 2px;
	background-color: rgba(0, 0, 0, 0.14);
}
.northlistone ul li a {
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.northlistone li {
	list-style: none;
	background-color: rgb(153, 102, 204);
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border-top: solid .5px #000033;
	border-bottom: solid .5px #000033;
}
.northlistone li:hover {
	list-style: none;
	background-color: #000;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}
.northlistone li h1 {
	list-style: none;
	margin: 5px 0px 5px 0px;
	padding: -1px;
	font-size: 20px;
	font-weight: 600;
	color: #F6CF2C;
	text-align: center;
}
.northcomp {
	width: 100%;
	background-color: rgba(30, 11, 85, 0.2);
	padding: 1px 0px 0px 0px;
}
.ectalog {
	background-color: rgba(0, 51, 204, 0.34);
	padding: 0px 0px 1px 0px;
}
.ectalog h1 {
	background-color: #0033CC;
	color: #F6CF2C;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 5px 5px 5px 5px
}
.ectalog ul li {
	font-size: 14px;
	font-weight: 600;
	padding: 5px 0px 0px 5px;
	list-style: none;
}
.ectalog ul li a {
	color: #990033;
	text-decoration: none;
}
.ectalog ul li a:hover {
	color: #000;
	text-decoration: none;
}
.northdow {
	padding: 10px;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
}
.northdow ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px;
	color: black;
}
.northpad {
	padding: 15px;
}
.northpad h1 {
	margin-left: -10px;
}
.gallerone {
	margin: 10px 0px 0px 0px;
}
.gallerone img {
	border: solid 2px #0000FF;
}
.gallerone img:hover {
	border: solid 2px rgb(153, 102, 204);
}
.gallerone1 img {
	border: solid 1px #d0caca;
}
.gallerone1 img:hover {
	border: solid 1px black;
	transform: scale(1.1, 1.1);
	overflow: hidden;
}
.gallerone2 img {
	border: solid 1px #d0caca;
}
.gallerone2 img:hover {
	border: solid 1px black;
}
.gallerone2 h1 {
	font-size: 24px;
	color: #000066;
	font-weight: 600;
	padding: 10px;
}
.gallerone2 h3 {
	font-family: inherit;
	text-align: center;
	padding: 5px;
	color: #63cb74;
	font-size: 20px;
}
.subwid {
	width: 100px;
}
/*.certified
{
position: relative;
    color: white;
    font-size: 18px;
    left: -239px;
    top: 22px;
	}*/


/*.northcomp img
{
float:left;
padding:15px;


}*/


.northcomp h1 {
	font-size: 24px;
	color: #000066;
	font-weight: 600;
	padding: 10px;
}
.northcomp h4 {
	font-weight: 300;
	padding: 10px;
}
.northcomp p {
	font-size: 14px;
	padding: 10px;
	line-height: 25px;
}
.northremore {
	text-align: right;
	padding: 5px;
}
.redmorebu {
	-moz-box-shadow: inset 0px 1px 3px 0px #91b8b3;
	-webkit-box-shadow: inset 0px 1px 3px 0px #91b8b3;
	box-shadow: inset 0px 1px 3px 0px #91b8b3;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #768d87), color-stop(1, #6c7c7c));
	background: -moz-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background: -webkit-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background: -o-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background: -ms-linear-gradient(top, #768d87 5%, #6c7c7c 100%);
	background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#768d87', endColorstr='#6c7c7c', GradientType=0);
	background-color: #768d87;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #566963;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 11px 23px;
	text-decoration: none !important;
	text-shadow: 0px -1px 0px #2b665e;
}
.redmorebu:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6c7c7c), color-stop(1, #768d87));
	background: -moz-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background: -webkit-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background: -o-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background: -ms-linear-gradient(top, #6c7c7c 5%, #768d87 100%);
	background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6c7c7c', endColorstr='#768d87', GradientType=0);
	background-color: #6c7c7c;
	color: #fff;
}
.redmorebu:active {
	position: relative;
	top: 1px;
}
.northpadding {
	margin: 5px 0px 5px 0px;
}
.northimagescolon {
	padding: 0px 0px 0px 0px;
	width: 50%;
	;
	float: left;
	background-color: #fff;
}
.northmarg {
	margin-left: 0px;
}
.imagesnorth {
	margin: 5px 5px 0px 0px;
}
.imagesnorth h5 {
	font-size: 14px;
	font-weight: 600;
	background-color: #006699;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.imagesnorth h5 a {
	text-decoration: none;
	color: #fff;
}
.contactpage {
	padding:58px 0px 0px 0px;
}
.contactpage ul li {
	margin: 0px 0px 10px 25px;
	list-style: none;
	font-size: 16px;
	font-weight: 600;
}
.contactpage ul li a {
	text-decoration: none;
}
span1 {
	padding-right: 30px;
}
.northmap {
	padding: 0px;
}
.northmenutopone {
	width: 100%;
	padding: 5px;
	background-color: #2c4977;
	position: fixed;
	z-index: 9999;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
	z-index: 999;
}
.jssora11l, .jssora11r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 37px;
	height: 37px;
	cursor: pointer;
	background: url(../images/a11.png) no-repeat;
	overflow: hidden;
}
.jssora11l {
	background-position: -11px -41px;
}
.jssora11r {
	background-position: -71px -41px;
}
.jssora11l:hover {
	background-position: -131px -41px;
}
.jssora11r:hover {
	background-position: -191px -41px;
}
.jssora11l.jssora11ldn {
	background-position: -251px -41px;
}
.jssora11r.jssora11rdn {
	background-position: -311px -41px;
}
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url(../images/b05.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div {
	background-position: -7px -7px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
	background-position: -37px -7px;
}
.jssorb05 .av {
	background-position: -67px -7px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
	background-position: -97px -7px;
}
/*| Navigation |*/

nav {
	margin-top: 8px;
	width: 100%;
	background: #fff;
}
nav ul {
	list-style: none;
	position: relative;
	float: right;
	margin-right: 0px;
	display: inline-table;
}
nav ul li {
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
nav ul li:hover {
	background: none;
}
nav ul li:hover > ul {
	display: block;
	z-index: 999;
}
nav ul li {
	float: left;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
nav ul li a {
	display: block;
	padding: 0px 15px 0px 15px;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	text-decoration: none !important;
	/* text-transform: uppercase;*/
	font-weight: 600;
	margin: 8px 0px 8px 0px;
}
nav ul ul {
	display: none;
	background: #fff;
	position: absolute;
	width: 280px;
	top: 75%;
	box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
}
nav ul ul li {
	float: none;
	position: relative;
}
nav ul ul li a {
	margin: 10px 0px 5px 7px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.86);
	color: #2c4977;
}
nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.gallerysub {
	display: none;
	background: #fff;
	position: absolute;
	width: 140px;
	top: 75%;
	box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
}
.northseach {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
 .northform{padding:5px;}

.input {
	height: 40px;
	width: 90%;
}
.searchby {
	padding: 15px;
	background-color: #003399;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin-left: 2%;
}
#mainfooter {
	background-color: rgba(0, 0, 0, 0.35);
	padding: 5px;
}
.footernorth ul a {
	text-decoration: none;
}
.footernorth li {
	float: left;
	margin: 0px 0px 0px 0px;
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	padding: 2px 19px 10px 0px;
}
.footernorthtwo p {
	padding: 10px 19px 10px 0px;
}
.footernorthtwo p a {
	text-decoration: none;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top2.png") no-repeat 0px 0px;
}
.northdow ul li {
	list-style: none;
}


	
				/*-- responsive-mediaquries --*/

@media(max-width:1440px) {
.header {
	min-height: auto;
}
}
@media (max-width: 1366px) {
.header {
	min-height: auto;
}
}
 @media (max-width: 1280px) {
.header {
	min-height: auto;
}
}
 @media (max-width: 720px) {
.contactpage {
	text-align: center;
	margin-top: 15px !important;
}
.contactpage h1 {
	font-size: 18px;
}
}
 @media (max-width: 1080px) {
.header {
	min-height: auto;
}
.about-header h3, .services-section h3, .gallery-text h3, .dentists-section h3, .blog-section h3, .times-section h3, .contact-section h3 {
	font-size: 2.5em;
}
.about-grid h4, .services-grid h4, .item-grid h4, .blog-grid h4 {
	font-size: 1.4em;
}
.about-grid p, .services-grid p, .item-grid p, .blog-grid p {
	font-size: 0.965em;
}
.times-section h4 {
	font-size: 2em;
}
.rotate {
	width: 96%;
	height: 94%;
}
.rotate i {
	margin: 6em 0 0 9em;
}
.times-section h5 {
	font-size: 2em;
}
.times-section {
	min-height: 384px;
}
.contact-details {
	padding: 4em 3em;
	width: 60%;
	position: absolute;
	bottom: 27%;
	left: 20%;
}
.map iframe {
	height: 400px;
}

nav ul li a{font-size:10px;}
.footernorthtwo img{ width:22px;}
}
@media (max-width: 991px) {
span.menu {
	display: block;
	text-align: left;
	cursor: pointer;
	position: relative;
}
.top-menu ul {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9999;
	left: 0%;
	margin: 1.2em 0em;
	background: rgba(234, 236, 240, 0.83);
	border: 0;
}
.top-menu span.menu {
	display: block;
}
.top-menu ul li {
	display: block;
	float: none;
	text-align: center;
}
.top-menu ul li a {
	color: #000;
	display: inline-block;
	margin: 0;
	background: none;
	border: none;
	padding: 0.4em;
	font-size: 1em;
}
.logo a {
	font-size: 1em
}
.top-menu {
	margin-top: 1.5em;
}
.header {
	min-height: auto;
}
.about-section, .services-section, .gallery-section, .dentists-section, .blog-section {
	padding: 3em 0;
}
.about-header h3, .services-section h3, .gallery-text h3, .dentists-section h3, .blog-section h3, .times-section h3, .contact-section h3 {
	font-size: 2em;
}
.about-grid {
	float: left;
	width: 33.3%;
}
.about-grid h4, .services-grid h4, .item-grid h4, .blog-grid h4 {
	font-size: 1.3em;
}
.about-grid p, .services-grid p, .item-grid p, .blog-grid p {
	font-size: 0.95em;
}
.services-grid {
	float: left;
	width: 25%;
}
.gallery-grid {
	float: left;
	width: 33.3%;
}
.rotate {
	width: 94%;
	height: 93%;
}
.rotate i {
	margin: 4em 0 0 7em;
}
.blog-leftgtid {
	float: left;
	width: 50%;
}
.blog-rightgtid {
	float: left;
	width: 50%;
}
.times-section {
	min-height: 287px;
	padding: 4em 0 0 0;
}
.times-section h4 {
	font-size: 1.5em;
}
.times-section h5 {
	font-size: 1.5em;
}
.contact-grid {
	float: left;
	width: 33.3%;
}
.contact-left {
	float: left;
	width: 50%;
}
.contact-right {
	float: left;
	width: 50%;
}
.contact-details {
	padding: 2em 0em;
	width: 60%;
	position: absolute;
	bottom: 19%;
	left: 20%;
}
.contact-details input[type="submit"] {
	font-size: 0.96em;
	padding: 1em 1.2em;
}
.contact-section {
	padding: 3em 0 0;
}
.map iframe {
	height: 270px;
}
.northlistone {
	margin-top: 0em;
}
nav ul li a {
	padding: 0px 3px 0px 8px;
	font-size:10px;
	top:0px;
}
.sliderimagae {
	width: 95.6% !important;
}
.footernorthtwo p {
	padding: 1px 19px 10px 0px;
}

.northlistone ul li a{ font-size:7px;}
}


@media (max-width: 640px) {
.logo a {
	font-size: 1.5em;
}
.top-menu {
	margin-top: 1.3em;
}
.top-menu ul {
	margin: 0.7em 0em;
}
.header {
	min-height: auto;
}
.about-header h3, .services-section h3, .gallery-text h3, .dentists-section h3, .blog-section h3, .times-section h3, .contact-section h3 {
	font-size: 1.6em;
}
.about-grid h4, .services-grid h4, .item-grid h4, .blog-grid h4 {
	font-size: 1.2em;
	margin: 0.8em 0 0.5em;
}
.about-header {
	margin-bottom: 2em;
}
.services-grids {
	margin-top: 2em;
}
.services-grid {
	float: left;
	width: 50%;
}
.services-grid:nth-child(3) {
	margin-top: 2em;
}
.services-grid:nth-child(4) {
	margin-top: 2em;
}
.gallery-grids {
	margin-top: 2em;
}
.rotate i {
	margin: 3em 0 0 5em;
}
.rotate {
	width: 93%;
	height: 91%;
}
.blog-grids {
	margin-top: 2em;
}
.times-section {
	min-height: 236px;
	padding: 3em 0 0 0;
}
.times-section h4 {
	font-size: 1.3em;
}
.times-section h5 {
	font-size: 1.3em;
}
.contact-details form input[type="text"], .contact-details form textarea {
	font-size: 0.95em;
}
.contact-details form textarea {
	height: 150px;
}
.northlistone {
	margin-top: 0em;
}
nav ul ul {
	top: 92%;
}
nav ul li a {
	display: block;
	padding: 0px 0px 0px 9px;
	color: #fff;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	margin: 3px 0px 4px 0px;
	font-size:12px;
}
.sliderimagae {
	width: 94.7% !important;
	padding: 27px 0px 0px 0px;
}
.contactpage {
	margin-top: 27px !important;
	text-align: center !important;
}
.contactpage h1 {
	font-size: 18px !important;
}

.contactpage ul li{font-size: 14px;}
}
 @media (max-width: 600px) {
nav ul ul {
	top: 92%;
}
.contactpage {
	margin-top: 27px !important;
	text-align: center !important;
}
.contactpage h1 {
	font-size: 18px !important;
}
}
@media (max-width: 480px) {
.logo a {
	font-size: 1em;
}
.top-menu {
	margin-top: 0.8em;
}
.top-menu ul {
	margin: 0.5em 0em;
}
.header {
	min-height: auto;
}
.about-header h3, .services-section h3, .gallery-text h3, .dentists-section h3, .blog-section h3, .times-section h3, .contact-section h3 {
	font-size: 1.5em;
}
.about-section, .services-section, .gallery-section, .dentists-section, .blog-section {
	padding: 2em 0;
}
.about-grid p, .services-grid p, .item-grid p, .blog-grid p {
	font-size: 0.92em;
}
span.glyphicon.glyphicon-plus-sign {
	font-size: 2em;
}
span.glyphicon.glyphicon-check {
	font-size: 2em;
}
span.glyphicon.glyphicon-user {
	font-size: 2em;
}
.about-grid {
	width: 100%;
	padding: 0;
}
.about-grid:nth-child(2) {
	margin: 1em 0;
}
.rotate i {
	margin: 2em 0 0 3.7em;
}
.rotate {
	width: 91%;
	height: 89%;
}
.times-section {
	min-height: 199px;
	padding: 2em 0 0 0;
}
.times-section h4 {
	font-size: 1.2em;
}
.times-section h5 {
	font-size: 1.2em;
}
.contact-details {
	width: 79%;
	left: 10%;
	padding: 1.5em;
	bottom: 10%;
}
.contact-grid {
	width: 100%;
}
.map iframe {
	height: 340px;
}
.contact-details form input[type="text"], .contact-details form textarea {
	font-size: 0.9em;
}
.contact-left {
	width: 100%;
}
.contact-right {
	width: 100%;
}
.contact-grids {
	margin: 5% 0 49% 0;
}
.contact-details input[type="submit"] {
	font-size: 0.9em;
	padding: 1em 1em;
}
.contact-grid:nth-child(2) {
	margin-top: 1em;
}
.northlistone {
	top: 22%;
}
nav ul ul {
	top: 71%;
	width: 55%;
	font-size: 12px;
	font-size: 1em;
}
.footernorth li {
	padding: 10px 8px 10px 0px;
	font-size: 12px;
}
nav ul li a {
	display: block;
	padding: 0px 0px 0px 6px;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	margin: 3px 0px 6px 0px;
	font-size: 11px;
}
.sliderimagae {
	width: 93.5% !important;
	padding: 25px 0px 0px 0px;
}
.northcomp h1 {
	font-size: 12px;
}
.contactpage {
	margin-top: 25px !important;
	text-align: center !important;
}
.contactpage h1 {
	font-size: 16px !important;
}

.footernorthtwo img{ width:18px;}
}
 @media (max-width: 360px) {
.sliderimagae {
	width: 90.5% !important;
	padding:28px 0px 0px 0px;
}
nav ul li a {
padding: 0px 0px 0px 3px;
margin: 12px 0px 6px 0px;
font-size:7px;
}
nav ul ul {
top:68%;
}
.footernorthtwo p {
	clear: both;
	text-align: center;
}
.contactpage {
	margin-top: 38px !important;
	text-align: center !important;
}
.contactpage h1 {
	font-size: 16px !important;
}

.contactpage ul li{
margin: 0px 0px 8px 0px;
font-size: 12px;
}
}
 @media (max-width: 768px) {
.contactpage {
	margin-top: 33px !important;
	text-align: center !important;
}
.contactpage h1 {
	font-size: 18px !important;
}
}
 @media (max-width: 1024px) {
.contactpage {
	margin-top:15px !important;
	text-align: center !important;
}
.contactpage h1 {
	font-size: 18px !important;
}
}
 @media (max-width: 800px) {
.contactpage {
	margin-top: 33px;
	text-align: center;
}
.contactpage h1 {
	font-size: 18px;
}
}
 @media (max-width: 320px) {
.header {
	min-height: auto;
	padding: 2.7em 0em 0em 0em;
}
.about-header h3, .services-section h3, .gallery-text h3, .dentists-section h3, .blog-section h3, .times-section h3, .contact-section h3 {
	font-size: 1.6em;
}
.about-grid h4, .services-grid h4, .item-grid h4, .blog-grid h4 {
	font-size: 1.3em;
}
.about-section, .services-section, .gallery-section, .dentists-section, .blog-section {
	padding: 1em 0;
}
.services-grid {
	width: 100%;
	padding: 0;
}
.services-grid:nth-child(2) {
	margin-top: 1em;
}
.services-grid:nth-child(3) {
	margin-top: 1em;
}
.services-grid:nth-child(4) {
	margin-top: 1em;
}
.gallery-grid {
	width: 100%;
	padding: 0;
	margin-top: 1em;
}
.gallery-grids {
	margin-top: 0em;
}
.rotate {
	width: 100%;
	height: 100%;
}
.rotate i {
	margin: 5em 0 0 8em;
}
.blog-leftgtid {
	width: 100%;
	padding: 0;
	margin-top: 1em;
}
.blog-rightgtid {
	width: 100%;
	padding: 0;
	margin-top: 1em;
}
.contact-left {
	padding: 0;
}
.contact-right {
	padding: 0;
}
.blog-grids {
	margin-top: 0em;
}
.blog1 {
	margin-top: 1em;
}
.contact-section {
	padding: 1em 0 0;
}
.contact-details {
	width: 85%;
	left: 7%;
	padding: 1.5em;
	bottom: 6%;
}
.contact-details input[type="submit"] {
	font-size: 0.85em;
	padding: 0.5em 1em;
}
.footer-section {
	padding: 1em 0;
}
.northlistone {
	margin-top: 0em;
}
nav ul ul {
top: 80%;
width: 66%;
font-size: 8px;
}
nav ul li a {
	padding: 3px 0px 0px 3px;
	margin: 0px 0px 4px 0px;
	font-size:6px;
}
.footernorth li {
	font-size: 10px;
}
.sliderimagae {
	width: 89.5% !important;
	position: relative;
	padding: 37px 0px 0px 0px;
}
.northcomp h1 {
	font-size: 10px;
}
.contactpage {
	margin-top:20px !important;
	text-align: center !important;
}
.contactpage h1 {
	font-size: 16px !important;
}
.northlistone ul li a {
	font-size: 10px;
}
.footernorthtwo img{ width:16px;}
.footernorthtwo p {
text-align:justify;
}

.contactpage ul li{
margin: 0px 0px 8px 0px;
font-size: 12px;
}
}
