* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body,
html {
	height: 100%;
}

body {
	font-size: 15px;
	line-height: 22px;
	font-family: Ubuntu, arial, sans-serif;
	/*color: #828282;*/
	color: #444;
	/* background: url(../images/body.png) repeat 0 0; */
	min-width: 100%;
}

/*font-family: 'Ubuntu', sans-serif;*/

a {
	color: #0252aa;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

a.more {
	color: #2b9208;
	text-decoration: underline;
	padding-left: 11px;
	background: url(../images/arr-ico.png) no-repeat 0 5px;
}

a.more:hover {
	text-decoration: none;
}

input,
textarea,
select {
	font-size: 14px;
	font-family: arial, sans-serif;
}

textarea {
	overflow: auto;
}

.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}

.cl20 {
	display: block;
	height: 20px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}

.notext {
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

.left,
.alignleft {
	float: left;
	display: inline;
}

.right,
.alignright {
	float: right;
	display: inline;
}

article,
aside,
details,
footer,
header,
menu,
nav,
section {
	display: block;
}

/* .shell { width: 990px; margin: 0 auto; } */
.shell {
	width: 100%;
	margin: 0 auto;
}

.container {
	background: #fff;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
}

#header {
	height: 108px;
	padding-top: 21px;
	padding-left: 33px;
	padding-right: 17px;
}

#logo {
	width: 299px;
	float: left;
	font-size: 0;
	line-height: 0;
}

#logo a {
	height: 80px;
	display: block;
	background: url(../images/ht-banner-small.png) no-repeat 0 0;
	text-indent: -4000px;
}

.contact-box {
	/* background: rgb(253, 253, 255);
	background: linear-gradient(10deg, rgba(253, 253, 255, 1) 0%, rgba(238, 238, 255, 1) 35%, rgba(0, 212, 255, 1) 100%); */
	background: rgb(253,253,255);
background: linear-gradient(10deg, rgba(253,253,255,1) 0%, rgba(246,246,254,1) 17%, rgba(0,212,255,1) 100%);
	border-radius: 10px;
	display: block;
	width: 250px;
	margin: 0 auto;
	padding: 30px;
	font-size: 16px;
	height: 300px
}

.topright {
	float: right;
	text-align: right;
}

.topright .contact {
	color: #000;
	font-size: 18px;
	font-weight: 800;
	text-decoration: underline;
	text-align: right;
}

.topright .address {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	text-align: right;
}

.location {
	float: right;
	text-align: right;
	margin-right: 20px;
}

.search {
	float: right;
}

.search input.field {
	border: 1px solid #d6d6d6;
	background: #ededed;
	width: 166px;
	height: 24px;
	line-height: 22px;
	padding: 0px 10px;
	float: left;
	font-size: 11px;
	font-family: verdana, arial, helvetica, serif;
	color: #bebebe;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

.search input.search-btn {
	width: 22px;
	height: 26px;
	margin-left: 3px;
	border: 0;
	cursor: pointer;
	background: url(../images/search-btn.png) no-repeat 0 0;
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
}

#navbar {
	width: 100%;
	background: url(../images/navigation.png) repeat-x 0 0;
}

#navigation {
	height: 52px;
	/* width: 70%; */
	margin: 0 auto;
	padding-top: 4px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	background: url(../images/navigation.png) repeat-x 0 0;
	box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.1);

	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}

#navigation ul {
	list-style: none;
	list-style-position: outside;
	text-align: center;
}

#navigation ul li {
	float: left;
	padding-right: 2px;
	line-height: 52px;
	background: url(../images/nav-border.png) no-repeat right 0;
	font-size: 15px;
	text-transform: uppercase;
}

#navigation ul li a {
	display: block;
	padding: 0 32px 0 28px;
	color: #878787;
}

#navigation ul li a:hover,
#navigation ul li.active a {
	text-decoration: none;
	color: #2b9208;
}

#navigation ul li.first a {
	padding-left: 38px;
}

#navigation a.nav-btn {
	display: none;
}

.slider-holder {
	position: relative;
	z-index: 5;
	width: 100%;
	margin: 0 auto;
	background-color: #f4f4f4;
}

.slider-holder span.slider-b {
	background: url(../images/slider-bottom.png) no-repeat 0 0;
	background-size: cover;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	margin: 0 auto;
}

.slider-holder span.slider-shadow {
	background: url(../images/slider-shadow.png) no-repeat 0 0;
	background-size: cover;
	width: 100%;
	/* width: 990px; */
	height: 13px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	display: block;
	margin: 0 auto;
}

.slider {
	width: 100%;
	max-width: 1300px;
	height: 378px;
	position: relative;
	background: url(../images/slide-img.png) no-repeat 0 0;
	background-size: cover;

	margin: 0 auto;
}

.slider ul.slides {
	list-style: none;
	list-style-position: outside;
}

.slider ul.slides li {
	width: 990px;
	height: 378px;
	float: left;
	position: relative;
	overflow: hidden;
}

.slider ul.slides li .img-holder {
	width: 741px;
	height: 347px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.slider ul.slides li .img-holder img {
	width: 741px;
	height: 347px;
}

.slider ul.slides li .slide-cnt {
	width: 320px;
	padding: 33px 0 0 34px;
	position: absolute;
	left: 0;
	top: 20px;
}

.slider ul.slides li .slide-cnt h2 {
	font-size: 44px;
	line-height: 44px;
	padding-bottom: 16px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}

.slider ul.slides li .slide-cnt p {
	color: #fff;
	font-size: 14px;
	padding-bottom: 22px;
}

.slider ul.slides li .slide-cnt a.grey-btn {
	background: url(../images/grey-btn.png) no-repeat 0 0;
	width: 186px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #636363;
	text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
}

.slider ul.slides li .slide-cnt a.grey-btn:hover {
	background-position: 0 -47px;
	text-decoration: none;
}

.flex-control-nav {
	/* left: 480px; */
	left: 50%;

}

.main a.m-btn-grey {
	display: none;
}

.main {
	padding: 47px 0px 0px;
	background: url(../images/main.png) repeat-x 0 0;
}

.main h2 {
	font-size: 22px;
	color: #2d5900;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.main h3 {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 22px;
	padding-bottom: 8px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.main section {
	clear: both;
	background: url(../images/section-shadow.png) no-repeat center bottom;
	padding: 0 20px 60px;
}

.main ul {
	list-style: none;
	list-style-position: outside;
}

.main ul li {
	padding-bottom: 6px;
	padding-left: 10px;
	background: url(../images/arr-ico.png) no-repeat 0 8px;
}

.main ul li a {
	color: #2b9208;
	text-decoration: underline;
}

.main ul li a:hover {
	text-decoration: none;
}

.main .cols {
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}

.main .cols .col {
	width: 314px;
	float: left;
}

.main .cols .col:after {
	content: '';
	width: 100%;
	clear: both;
}

.main .cols .col+.col {
	padding-left: 20px;
}

.main .cols .col img {
	float: left;
	width: 129px;
	height: 108px;
}

.main .cols .col-cnt {
	width: 183px;
	float: right;
}

.main .post {
	background: url(../images/cols-shadow.png) no-repeat 0 bottom;
	padding-top: 28px;
	padding-left: 40px;
}

.main .post .video-holder {
	width: 435px;
	height: 245px;
	float: left;
	margin-right: 20px;
}

.main .post h2 {
	padding-bottom: 15px;
}

.main .post p {
	padding-bottom: 8px;
}

.main .post p strong {
	display: block;
}

.main .post-cnt {
	float: right;
	width: 475px;
}

.main .testimonial {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	/*background: transparent;*/
}

.main .testimonial strong.quote {
	font-size: 28px;
	font-family: georgia, arial, helvetica, serif;
	position: relative;
	top: 10px;
	left: -6px;
}

.main .testimonial strong.quoteclose {
	font-size: 28px;
	font-family: georgia, arial, helvetica, serif;
	position: relative;
	top: 10px;
	left: 6px;
}

.testimonial h2 {
	padding-bottom: 12px;
}

.testimonial p {
	padding-bottom: 6px;
}

.testimonial p.author {
	text-align: right;
}

.socials {
	background: url(../images/socials-bg.png) repeat-x 0 0;
	height: 49px;
}

.socials-inner {
	background: url(../images/socials-inner.png) repeat-x 0 0;
	padding-left: 158px;
}

.socials h3 {
	float: left;
	font-size: 18px;
	line-height: 49px;
	padding-right: 19px;
	padding-bottom: 0;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}

.socials ul {
	list-style: none;
	list-style-position: outside;
	line-height: 49px;
}

.socials ul li {
	font-size: 11px;
	padding-right: 18px;
	color: #7c7c7c;
	background: transparent;
	text-transform: uppercase;
	float: left;
}

.socials ul li a {
	color: #7c7c7c;
	text-decoration: none;
	display: block;
	padding-left: 28px;
	position: relative;
}

.socials ul li a span {
	background: url(../images/socials1.png) no-repeat 0 0;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 13px;
	left: 0;
}

.socials ul li a:hover {
	color: #333;
}

.socials ul li a.facebook-ico span {
	background-position: 0 0;
}

.socials ul li a.twitter-ico span {
	background-position: -22px 0;
}

.socials ul li a.pinterest-ico span {
	background-position: -44px 0;
}

.socials ul li a.whatsapp-ico span {
	background-position: -67px 0;
}

.socials ul li a.googleplus-ico span {
	background-position: -89px 0;
}

#footer {
	background: url(../images/footer-cols.png) repeat 0 0;
}

#footer h2 {
	font-size: 23px;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	padding-bottom: 18px;
}

.footer-cols {
	padding: 46px 24px;
	background: url(../images/footer-lights.png) no-repeat center 0px;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	margin: 0 auto;
}

.footer-cols .col {
	float: left;
	width: 195px;
}

.footer-cols .col+.col {
	padding-left: 54px;
}

.footer-cols .col ul {
	list-style: none;
	list-style-position: outside;
}

.footer-cols .col ul li {
	color: #8bc54a;
	font-size: 16px;
	padding-bottom: 4px;
	background: url(../images/arr-footer-col.png) no-repeat 0 8px;
	padding-left: 9px;
}

.footer-cols .col ul li a {
	color: #8bc54a;
}

.footer-bottom {
	background: url(../images/footer-bottom.png) repeat 0 0;
	height: 38px;
	/* padding-top: 24px; */
	padding: 24px 20px;
	border-top: 1px solid #262c2c;
}

.footer-bottom .footer-nav {
	float: left;
	line-height: 14px;
}

.footer-bottom .footer-nav ul {
	list-style: none;
	list-style-position: outside;
}

.footer-bottom .footer-nav ul li {
	display: inline;
	font-size: 13px;
	color: #9e9e9e;
	border-left: 1px solid #1a1f20;
	padding: 0 11px;
}

.footer-bottom .footer-nav ul li.first {
	padding-left: 0;
	border: 0;
}

.footer-bottom .footer-nav ul li a {
	color: #5f6261;
}

.footer-bottom .footer-nav ul li a:hover,
.footer-bottom .footer-nav ul li.active a {
	color: #9e9e9e;
	text-decoration: underline;
}

.footer-bottom p.copy {
	float: right;
	line-height: 12px;
	font-size: 11px;
	color: #5f6261;
}

.footer-bottom p.copy span {
	padding: 0 11px;
}

.footer-bottom p.copy a {
	color: #8bc54a;
	text-decoration: underline;
}

.footer-bottom p.copy a:hover {
	text-decoration: none;
}

.footer-bottom p.copy strong {
	font-weight: normal;
}

/* --- My code ----------------*/

.main .doctors {
	width: 100%;
	height: 100%;
	display: block;
	/*margin:0 auto;*/
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: none;
}

.vinita,
.manoj {
	width: 45%;
	display: inline-block;
	/*	background-color:#9C0;
*/
	height: auto;
	text-align: center;
	margin: 0px 10px;
	/*margin:0 auto;*/
	line-height: 29px;
	border: 1px solid #9e9f9f;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	font-weight: bold;
	font-size: 18px;
	color: #636363;
	text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;

}

.vinita p,
.manoj p {
	padding: 10px;
}

.btn {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	text-shadow: 1px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	border: solid #1f628d 1px;
	text-decoration: none;
}

.btn:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

.desktop-only {
	display: block;
}

.mobile-only {
	display: none;
}

.grid66 {
	width: 66%;
	float: left;
}

.grid33 {
	width: 33%;
	float: left;
}

.grid66 p,
h1,
h2 {
	padding-left: 20px;
}

.grid66 ul {
	padding-left: 30px;
}

.content {
	padding: 10px 0 0 0 !important;
}

.mainbody {
	padding: 10px;
	margin: 0px 10px;
	min-height: 800px;
	background: url(../images/section-shadow.png) no-repeat center bottom;
}

.mainbody .vinita,
.mainbody .manoj {
	width: 90% !important;
}


.right-box {
	min-height: 150px;
	width: 85%;
	background: #4ac8e5;
	border-radius: 10px;
	padding: 29px 20px;
	margin-top: 0;
	margin-bottom: 33px;
}

.right-box .title {
	font-size: 30px;
	line-height: 32px;
	color: #FFF;
	font-weight: 900;
	text-align: left;
}

.right-box p {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: justify;
}

.main a.grey-button {
	display: block;
	background: url(../images/m-btn-grey.png) repeat-x 0 0;
	margin: 0 10px 14px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	border: 1px solid #9e9f9f;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #636363;
	text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
}

.main a.grey-button:hover {
	background-position: 0 bottom;
	text-decoration: none;
}

.map-wrapper {
	margin: 0 auto;
	width: 100%;
}


/*-------------------.testimonial-block Starts -------------*/
.testimonial-block-vertical {
	display: inline-block;
	padding: 10px;
	width: 45%;
	height: auto;
}

/*border:thin;
	border-color:#666;
	border-style:dotted;*/

.testimonial-block-vertical-quote {
	/* background: rgba(23, 121, 186, 0.25); */
	background: rgb(253,253,255);
	background: linear-gradient(170deg, rgba(253,253,255,1) 0%, rgba(246,246,254,1) 17%, rgba(0,212,255,1) 100%);
	padding: 1rem;
	border-radius: 0;
	margin-bottom: 1.875rem;
	position: relative;
	border-radius: 5px;
}

.testimonial-block-vertical-quote p {
	margin-bottom: 0;
}

.testimonial-block-vertical-quote::after {
	content: '';
	bottom: -1.25rem;
	left: 2.25rem;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 1.25rem 1.125rem 0 1.125rem;
	/* border-color: rgba(23, 121, 186, 0.25) transparent transparent transparent; */
	border-color: rgba(0,212,255,.6) transparent transparent transparent;
	position: absolute;
}

.testimonial-block-vertical-person {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 1.65rem;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-block-vertical-avatar {
	border-radius: 50%;
	margin-top: -0.45rem;
	width: 60px;
	height: 60px;
}

.testimonial-block-vertical-name {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
	margin-left: 0.65rem;
}

.testimonial-block-vertical-info {
	text-transform: uppercase;
	font-size: 14px;
	color: #8a8a8a;
	margin-bottom: 0;
	margin-left: 0.65rem;
}

/*-------------------.testimonial-block ends -------------*/

/*---------------Appointment Form-----------------*/
.form-style-5 {
	max-width: 500px;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 10px auto;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 8px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

.form-style-5 fieldset {
	border: none;
	width: 100%;
	font-size: 14px;
}

.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}

.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	/*   font-family: Georgia, "Times New Roman", Times, serif;*/
	background: rgba(255, 255, 255, .1);
	border: none;
	border-radius: 4px;
	font-size: 16px;
	margin: 0;
	outline: 0;
	padding: 7px;
	min-width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #e8eeef;
	color: #8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	margin-bottom: 30px;

}

.form-style-5 input[type="radio"] {
	background: rgba(255, 255, 255, .1);
	font-size: 16px;
	color: #8a97a0;
	margin-bottom: 10px;

}


.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus {
	background: #d2d9dd;
}

.form-style-5 select {
	-webkit-appearance: menulist-button;
	height: 35px;
}

.form-style-5 .number {
	background: #1abc9c;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"],
.form-style-5 input[type="reset"] {
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #1abc9c;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #16a085;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}

.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover,
.form-style-5 input[type="reset"]:hover {
	background: #109177;
}

/*---------------Appointment Form ends-----------------*/



/* #Media Queries
================================================== */

/* ipad portrait */
@media only screen and (min-width: 768px) and (max-width: 980px) {

	.testimonial-block-vertical {
		display: inline-block;
		padding: 10px;
		width: 45%;
		height: auto;
	}

	body {
		width: 768px;
	}

	.shell {
		width: 748px;
	}

	/* 
	#navigation{
		width: 100%;
	} */

	#navigation ul li a {
		padding: 0 17px;
		font-size: 13px;
	}

	#navigation ul li.first a {
		padding-left: 22px;
	}

	.slider-holder {
		position: relative;
	}

	.slider-holder span.slider-b {
		background: url(../images/t-slider-bottom.png) no-repeat 0 0;
		width: 748px;
		height: 30px;
		position: absolute;
		bottom: -13px;
		left: 0px;
		z-index: 100;
	}

	.slider-holder span.slider-shadow {
		background: transparent;
		display: none;
	}

	.flex-control-nav {
		left: 346px;
	}

	.slider {
		width: 748px;
		height: 292px;
		position: relative;
		background: url(../images/t-slide-img.png) no-repeat 0 0;
	}

	.slider ul.slides {
		list-style: none;
		list-style-position: outside;
	}

	.slider ul.slides li {
		width: 748px !important;
		height: 292px;
		float: left;
		position: relative;
	}

	.slider ul.slides li .img-holder {
		width: 537px;
		height: 266px;
		position: absolute;
		bottom: 0px;
		right: 0px;
	}

	.slider ul.slides li .img-holder img {
		width: 537px !important;
		height: 266px !important;
	}

	.slider ul.slides li .slide-cnt {
		width: 320px;
		padding: 0px 0 0 34px;
	}

	.slider ul.slides li .box-cnt {
		width: 285px;
	}

	.slider ul.slides li .slide-cnt h2 {
		font-size: 40px;
		line-height: 40px;
		padding-bottom: 16px;
		color: #fff;
		text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 700;
	}

	.main {
		padding: 47px 0 0 0;
	}

	.main section {
		background: url(../images/t-section-shadow.png) no-repeat center bottom;
		padding-left: 20px;
		padding-right: 20px;
	}

	.main .cols {
		margin: 0 0 0 0;
		padding-left: 30px;
		padding-right: 22px;
	}

	.main .cols .col {
		width: 188px;
	}

	.main .cols .col img {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.main .cols .col+.col {
		padding-left: 66px;
	}

	.main .cols .col-cnt {
		text-align: center;
	}

	.main .testimonial {
		padding-bottom: 30px;
	}

	.main .post {
		background: url(../images/t-section-post.png) no-repeat center bottom;
		padding-left: 20px;
	}

	.main .post .video-holder {
		width: 435px;
		height: 245px;
		float: none;
		display: block;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.main .post-cnt {
		float: none;
		display: block;
		width: 100%;
	}

	.socials-inner {
		padding-left: 70px;
	}

	.footer-bottom {
		height: 58px;
	}

	.footer-cols {
		padding-left: 40px;
	}

	.footer-cols .col {
		width: 150px;
	}

	.footer-cols .col+.col {
		padding-left: 28px;
	}

	.footer-cols .col ul li {
		font-size: 12px;
	}

	.footer-bottom .footer-nav {
		float: none;
		display: block;
		text-align: center;
		padding-bottom: 18px;
	}

	.footer-bottom p.copy {
		float: none;
		display: block;
		text-align: center;
	}
}


@media only screen and (max-width: 767px) {
	.testimonial-block-vertical {
		width: 100%;
		padding-left: 0%;
	}

	body {
		width: auto;
	}

	.shell {
		/* width: 320px; */
		width: 100%;
		margin: 0 auto;
	}

	#header {
		position: relative;
		z-index: 1000;
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
		height: 140px;
	}

	#logo {
		float: none;
		display: block;
		margin: 0 auto;
		padding: 0 0 0 0;
	}

	.search {
		display: none;
	}

	.topright {
		float: none;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		background-color: #EEE;
	}

	.topright .contact {
		color: #000;
		font-size: 16px;
		font-weight: 800;
		text-decoration: none;
		text-align: right;
	}

	.topright .address {
		display: none;
	}

	.location {
		display: none;
	}


	#navigation {
		padding: 0 0 0 0;
		height: 36px;
		width: 100%;
	}

	#navigation a.nav-btn {
		display: block;
		font-size: 13px;
		line-height: 36px;
		padding-top: 0px;
		height: 28px;
		padding-left: 22px;
		text-transform: uppercase;
		color: #2b9208;
		font-size: 13px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 700;
	}

	#navigation a.nav-btn:hover {
		text-decoration: none;
	}

	#navigation a.nav-btn span.arr {
		background: url(../images/nav-arr.png) no-repeat 0 0;
		width: 13px;
		height: 9px;
		position: absolute;
		right: 14px;
		top: 12px;
	}

	#navigation a.nav-btn span.arr.active {
		background: url(../images/nav-arr.png) no-repeat 0 bottom;
	}

	#navigation {
		position: relative;
		z-index: 1000;
	}

	#navigation ul {
		display: none;
		position: absolute;
		top: 36px;
		left: 0;
		width: 100%;
	}

	#navigation ul li {
		display: block;
		line-height: 36px !important;
		float: none;
		background: url(../images/navigation.png) repeat 0 0;
	}

	#navigation ul li a {
		padding: 0 22px;
	}

	#navigation ul li.first a {
		padding-left: 26px;
		display: none;
	}

	.m-slider {
		background: #f3f3f3;
	}

	.slider-holder {
		position: relative;
		margin: 0 auto;
		/* width: 310px; */
		width: 100%;
		background: url(../images/m-slide-img.png) no-repeat 0 0;
		background-size: cover;
	}

	.slider-holder span.slider-b {
		background: url(../images/m-slider-bottom.png) no-repeat 0 0;
		background-size: cover;
		/* width: 310px; */
		width: 100%;
		height: 12px;
		position: absolute;
		bottom: -3px;
		left: 0px;
		z-index: 100;
	}

	.slider-holder span.slider-shadow {
		background: transparent;
		display: none;
	}

	.flex-control-nav {
		/* left: 130px; */
		left: 46%;
	}

	.slider {
		width: 310px;
		/* width: 100%; */
		height: 181px;
		overflow: hidden;
		position: relative;

	}

	.slider ul.slides li {
		width: 310px !important;
		height: 181px !important;
		float: none;
	}

	.slider ul.slides li .img-holder {
		width: 250px !important;
		height: 134px !important;
		bottom: -10px !important;
		left: 50%;
		margin-left: -145px;
	}

	.slider ul.slides li .img-holder img {
		width: 250px !important;
		height: 134px !important;
	}

	.slider ul.slides li .slide-cnt {
		width: 300px;
		margin: 0 auto;
		padding: 0px 0 0 0px;
	}

	.slider ul.slides li .box-cnt {
		display: none;
	}

	.slider ul.slides li .slide-cnt h2 {
		font-size: 22px;
		text-align: center;
		line-height: 25px;
		padding-bottom: 16px;
		color: #fff;
		text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 700;
	}

	.slider ul.slides li .slide-cnt a.grey-btn {
		display: none;
	}

	.main {
		padding: 40px 0 0 0;
	}

	.main section {
		background: url(../images/m-section-shadow.png) no-repeat center bottom;
		padding: 0 20px 20px 20px;
	}

	.main .cols {
		margin: 0 0 0 0;
		width: auto;
	}

	.main .cols .col {
		width: 188px;
		float: none;
		display: block;
		padding-bottom: 22px;
		margin: 0 auto;
	}

	.main .cols .col img {
		float: none;
		display: block;
		margin: 0 auto;
	}

	.main .cols .col+.col {
		padding-left: 0px;
	}

	.main .cols .col-cnt {
		text-align: center;
		float: none;
		display: block;
	}

	.main a.m-btn-grey {
		display: block;
		background: url(../images/m-btn-grey.png) repeat-x 0 0;
		margin: 0 10px 14px;
		height: 39px;
		text-align: center;
		line-height: 39px;
		border: 1px solid #9e9f9f;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		display: block;
		font-weight: bold;
		font-size: 18px;
		color: #636363;
		text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px;
	}

	.main a.m-btn-grey:hover {
		background-position: 0 bottom;
		text-decoration: none;
	}

	.main .post {
		background: url(../images/m-section-post.png) no-repeat center bottom;
		padding-top: 28px;
		padding-left: 20px;
	}

	.main .post .video-holder {
		width: 280px;
		height: 162px;
		float: none;
		display: block;
		margin: 0 auto 20px;
	}

	.main .post .video-holder img {
		width: 280px;
		height: 162px;
	}

	.main .post-cnt {
		float: none;
		display: block;
		width: 100%;
	}

	.main .post-cnt p strong {
		display: block;
		padding-bottom: 12px;
	}

	.testimonial h2 {
		font-size: 21px;
	}

	.testimonial p.author {
		text-align: center;
	}

	.socials {
		background: url(../images/socials-bg.png) repeat-x 0 0;
		padding-bottom: 20px;
		height: 100%;
	}

	.socials-inner {
		padding-left: 10px;
	}

	.socials h3 {
		float: none;
		display: block;
	}

	.socials ul li {
		display: block;
		float: none;
		line-height: 30px;
	}

	.socials ul li a {
		display: block;
		float: none;
	}

	.socials ul li a span {
		top: 4px;
	}

	#footer h2 {
		padding-bottom: 12px;
	}

	.footer-cols {
		padding-left: 10px;
		padding-right: 0;
		padding-bottom: 0;
	}

	.footer-cols .col {
		width: 250px;
		float: none;
		display: block;
		padding-bottom: 22px;
		/* padding-left: 20px; */
		margin: 0 auto;
	}

	.footer-cols .col+.col {
		padding-left: 0px;
	}

	.footer-cols .col ul li {
		font-size: 14px;
	}

	.footer-bottom {
		height: 58px;
	}

	.footer-bottom {
		padding: 10px 9px 20px;
		height: 100%;
	}

	.footer-bottom .footer-nav {
		float: none;
		display: block;
		text-align: center;
		padding: 0 0px 18px;
	}

	.footer-bottom .footer-nav ul li {
		padding: 0 4px;
		border: 0;
		font-size: 12px !important;
		line-height: 24px;
	}

	.footer-bottom p.copy {
		float: none;
		display: block;
		text-align: center;
	}

	.footer-bottom p.copy strong {
		display: block;
		padding-top: 10px;
	}

	.footer-bottom p.copy span {
		display: none;
	}

	.main .doctors {
		width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
		padding: 10px 0px 0px 0px;
		text-align: center;
	}

	.vinita,
	.manoj {
		width: 90%;
		padding: 0px;
		margin: 0px auto 10px auto;
		float: none;
		height: 110px;
	}

	.desktop-only {
		display: none;
	}

	.mobile-only {
		display: block;
	}

	.grid66 {
		width: 100%;
	}

	.mainbody {
		padding: 10px;
		margin: 0px 10px;
		height: 100%;
		min-height: 800px;
		background: url(../images/m-section-shadow.png) no-repeat center bottom;
	}


}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {

	#navigation a.nav-btn span.arr {
		background: url(../images/nav-arr@2x.png) no-repeat 0 0;
		-webkit-background-size: 13px 18px;
		-moz-background-size: 13px 18px;
		background-size: 13px 18px;
	}

	#navigation a.nav-btn span.arr.active {
		background: url(../images/nav-arr@2x.png) no-repeat 0 bottom;
		-webkit-background-size: 13px 18px;
		-moz-background-size: 13px 18px;
		background-size: 13px 18px;
	}

	/*#logo a { background: url(../images/logo@2x.png) no-repeat 0 0; -webkit-background-size: 81px 33px; -moz-background-size: 81px 33px; background-size: 81px 33px;  }*/
}