@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular-webfont.woff2') format('woff2'), url('fonts/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype'), url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-semibold-webfont.woff') format('woff'), url('fonts/opensans-semibold-webfont.ttf') format('truetype'), url('fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-light-webfont.woff2') format('woff2'), url('fonts/roboto-light-webfont.woff') format('woff'), url('fonts/roboto-light-webfont.ttf') format('truetype'), url('fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto-medium-webfont.eot');
    src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-medium-webfont.woff2') format('woff2'), url('fonts/roboto-medium-webfont.woff') format('woff'), url('fonts/roboto-medium-webfont.ttf') format('truetype'), url('fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'fontello';
	src: url('/fonts/fontello.eot');
	src: url('/fonts/fontello.eot#iefix') format('embedded-opentype'),
		 url('/fonts/fontello.woff') format('woff'),
		 url('/fonts/fontello.ttf') format('truetype'),
		 url('/fonts/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
    height: 100%;
    overflow-x: hidden;
}



body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img,
ul {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
input,
textarea,
select,
p {
    color: #000000;
    font-size: 13px;
    font-family: verdana;
    font-family: 'open_sanslight';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-size: 100%;
    line-height: 18px;
  
    height: auto !important;
    background: #fff;
}

img {
    max-width: 100%;
    border: 0;
}
.font-icon::before {
    content: attr(data-icon);
    font-family: "fontello";
}
.inline {
    display: inline;
}

a {
    text-decoration: none;
}

a:hover {
    color: #231f20;
}

a {
    color: #fff;
}

a:hover {
    color: #66a8ca;
}
.notImg::before {
	font-family: 'fontello';
	line-height: 100px;
	content: '\e817';
}
.notImg {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	text-align: center;
}
.accessible_on .framu, .accessible_on .homeframe, .accessible_on .pagelet-pagination{ display: none;}
.accessible_on .hurt_container li{ position: relative !important;}
.accessible_on .hurt_container {
	
	height: auto;
	width: 310px !important;
    padding: 20px 0 !important;
}
.accessible_on footer {
	
	position: relative;
	z-index: 9999;
}
.accessible_on #c-menu--push-right {
	height: auto !important;
	z-index: 99;
}
.accessible_on #Content-Container {
	margin: 196px auto;
}

.accessible_on .more a, .accessible_on p.read-more a{ border: 1px solid #ccc;}
.background {
    background-repeat: no-repeat;
    /* custom background-position */
    background-position: 50% 50%;
    /* ie8- graceful degradation */
    background-position: 50% 50%\9 !important;
}
#Container {
	overflow: hidden;
	width: 100%;
margin: 0px;
padding: 0px;
position: relative;
}
.c-button {
    display: block;
}

.c-menu__items li ul li {}

.c-menu__items li ul li a {
    list-style: none;
}


.sub-list li{
    list-style: circle !important;
}


.lists li{
     list-style: disc !important;
}

.c-menu__items li ul {
    display: none;
    transition: all 0.2s ease-in-out 0s;
}

.c-button {
    border: none!important;
    text-transform: uppercase;
}

.clear {
    clear: both;
}

ul,
li {
    list-style: none;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

body {
    width: 100%;
}

main {
    display: block;
    margin: 20px 0 0px 0;
    padding: 0 0 0px 0;
    float: left;
    width: 100%;
    border-bottom: solid 1px #ccc;
}


/*header styles here*/
.nodisplay{display: none !important;}
.smo li a span{display: none;}
header {
    float: left;
    width: 100%;
    padding: 0px 0;
}

.logo {
    float: left;
    margin: 20px 0 0 360px;
    width: 460px;
}

.logo2 {
    margin: 40px 0 0 10px;
    float: left;
}

.right2 {
    float: right;
    margin: 60px 0 0 0;
    width: 200px;
}

.right_container {
    margin: 60px 0 0 0;
    float: right;
    width: 200px;
}

.num img {
    padding: 0 15px 0 0;
    vertical-align: middle;
}

.num a {
    color: #000;
}

.num a:hover {
    color: #25EC01;
}

.index_banner {
    margin: 0 auto;
    max-width: 100%;
    float: none;
}

.slidee {
    float: left;
    width: 100%;
}

.banner_text {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 999;
    width: 330px;
    height: auto;
    display: block;
    font-size: 27px;
    right: 0;
    margin: 0 auto;
}

.banner_text2 {
    z-index: 999;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    line-height: 35px;
    font-size: 26px;
    position: absolute;
    top: 60px;
    left: 39%;
    color: #25ec01;
}

.banner_text2 span {
    color: #000;
}

.slider1 {
    background: url("images/slider11.jpg") no-repeat center bottom;
    position: relative;
    height: auto;
    min-height: 100%;
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom: 40%;
}

/*.slider2-new {
    background: url("images/banner-17sep2018-new.jpg") no-repeat center bottom;
    position: relative;
    height: auto;
    min-height: 100%;
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom: 40%;
}*/

.slider2 {
    background: url("images/slider12.jpg") no-repeat center bottom;
    height: auto;
    width: 100%;
    padding-bottom: 40%;
    background-attachment: fixed;
}

.slider3 {
    background: url("images/slider13.jpg") no-repeat center bottom;
    background: url("images/banner-21sept21.jpg") no-repeat center bottom;
    height: auto;
    width: 100%;
    padding-bottom: 40%;
    background-attachment: fixed;
}

.slider4 {
    /*background: url("images/slider14.jpg") no-repeat center bottom;*/
    background: url("images/banner-21sept21-1.jpg") no-repeat center bottom;
    height: auto;
    padding-bottom: 40%;
    width: 100%;
    background-attachment: fixed;
}
.slider5 {
    background: url("images/banner5-home.jpg") no-repeat center bottom;
    position: relative;
    height: auto;
    min-height: 100%;
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom: 40%;
}
.slider6 {
    background: url("images/banner-image6.jpg") no-repeat center bottom;
    position: relative;
    height: auto;
    min-height: 100%;
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom: 40%;
}
.slider7 {
    background: url("images/banner-image7.jpg") no-repeat center bottom;
    position: relative;
    height: auto;
    min-height: 100%;
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom: 40%;
}
.slider8 {
    background: url("images/banner-image8.jpg") no-repeat center bottom;
    position: relative;
    height: auto;
    min-height: 100%;
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom: 40%;
}
.slider9 {
    background: url("images/banner-image9.jpg") no-repeat center bottom;
    position: relative;
    height: auto;
    min-height: 100%;
    background-attachment: fixed;
    background-size: 100%;
    padding-bottom: 40%;
}

/*.incr {
    padding-bottom: 55%;
    padding-top: 10%;
}*/

.incr .banner_text {
    font-size: 30px;
    width: 100%;
    text-align: center;
}

.slider11 {
    background: url("images/banner1.jpg") no-repeat center 0px / cover;
    height: 363px;
    width: 100%;
    background-size: 100%;
}

.slider12 {
    background: url("images/banner2.jpg") no-repeat center 0px / cover;
    height: 363px;
    width: 100%;
    background-size: 100%;
}

.slider13 {
    background: url("images/banner3.jpg") no-repeat center 0px / cover;
    height: 363px;
    width: 100%;
    background-size: 100%;
}

.slider14 {
    background: url("images/banner4.jpg") no-repeat center 0px / cover;
    height: 363px;
    width: 100%;
    background-size: 100%;
}

#scroll-indicator-bullets ul li .bullet-item-link .circle {
    right: 5px;
}

.dr_container {
    margin: 70px 0;
    float: left;
}

.dr_left {
    float: left;
    width: 560px;
}

.dr_right {
    float: left;
    width: 500px;
    margin: 0px 0 0 25px;
}

.dr_right h2 {
    text-transform: uppercase;
    font-size: 27px;
}

.dr_right h2 span {
    color: #20d200;
    text-transform: none;
}

.dr_right h3 {
    color: #8b8785;
    line-height: 25px;
    font-size: 18px;
}

.dr_right p {
    font-size: 15px;
    line-height: 24px;
    margin: 5px 0 5px 0;
}

.more a {
    background: url(images/morebg.jpg) no-repeat 0 10px;
    color: #20d300;
    text-transform: uppercase;
    float: left;
    width: 120px;
    padding: 0 0 0 20px;
    line-height: 30px;
}

.more a:hover {
    color: #000;
}

.more a.re {
    width: 200px;
}

.dr_right img {
    margin: 15px 0 0 0;
}

.smo li {
    float: left;
    margin: 0 3px;
}


/*.smo {   margin: 0px auto 20px auto; float: none; width: 120px; height: 50px; border-bottom: solid 2px #20d300; clear: both; }*/

.smo {
    margin: 0px auto 20px auto;
    float: none;
    width: 198px;
    height: 50px;
    border-bottom: solid 2px #20d300;
    clear: both;
}

.smo li a {
    float: left;
    width: 33px;
    height: 32px;
    display: block;
    text-indent: -9999px;
}

.smo ul {
    margin: 0px 0 0 0;
}

.smo li.twitter a {
    background: url(images/smo-new.jpg) no-repeat 4px 0px;
}

.smo li.fb a {
    background: url(images/smo-new.jpg) no-repeat -150px 0px;
}

.smo li.gp a {
    background: url(images/smo-new.jpg) no-repeat -98px 0px;
}

.smo li.ln a {
    background: url(images/smo-new.jpg) no-repeat -50px 0px;
}

.smo li.yt a {
    background: url(images/smo-new.jpg) no-repeat -198px 0px;
}

footer {
    text-align: center;
    color: #000;
    padding: 20px 0 10px 0;
    font-family: 'robotoregular';
    border-top: solid 1px #ccc;
}

.footer_text a {
    color: #151515;
    font-size: 13px;
    text-transform: uppercase;
    background: url(images/dot.jpg) no-repeat -0 5px;
    margin: 10px 20px;
    padding: 0 0 0 20px;
}

.footer_text a:hover {
    color: #25EC01;
}

.ypo {
    display: block;
    margin: 20px auto;
    width: 115px;
    padding-bottom: 90px;
}

.copyright {
    color: #151515;
    font-size: 14px;
    padding: 10px 0 0 0;
}

.copyright a {
    color: #151515;
}

.copyright span {
    padding: 0 20px;
}

footer p {
    color: #a7a7a7;
}

nav li.thrdlvl {
    background-color: #3184A1 !important;
}

nav li.secndlvl {
    background-color: #5F5F5F !important
}

.homeframe {
    width: 90%;
    height: 235px;
    float: left;
    margin: 10px 0 0 0;
}

.procedures {
    background: url(images/services-bg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 2100px;
    height: 1068px;
}

.procedures h2 {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 90px 0 30px 0;
}

.procedures h2 span {
    display: block;
    text-align: center;
    color: #20d300;
    line-height: 40px;
    font-size: 18px;
}

.procedures ul li {
    float: left;
    margin: 30px 50px;
    width: 293px;
    height: 332px;
    text-align: center;
    background: url(images/pattern1.png) no-repeat 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'robotoregular';
}

.procedures ul li a {
    color: #000;
    font-size: 20px;
}

.procedures ul li img {
    float: right;
    margin-bottom: 17px;
}

.procedures ul li a:hover {
    color: #20d300;
}

.certi {
    background: url(images/others-bg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 2100px;
    height: 700px;
}

.certi h2 {
    text-align: center;
    padding: 140px 0 110px 0;
    color: #fff;
    font-size: 61px;
    letter-spacing: 2px;
}

.public {
    margin: 130px auto;
    float: none;
    width: 920px;
}

.public a {
    margin: 0 1px;
    width: 280px;
    text-align: center;
    border: solid 1px #fff;
    padding: 5px 30px;
}

.public a:hover {
    color: #000;
    border-color: #000;
}

.logolist {
    margin: 30px auto;
    width: 800px;
    float: none;
}

.logolist li {
    float: left;
}

.left_map {
    width: 460px;
    color: #000;
    font-family: 'robotoregular';
    margin: 0px 30px;
    float: left;
}

.map_container {
   /* padding: 90px 0 70px 0;*/
	 padding: 90px 0 0px 0;
    float: left;
    width: 100%;
    height: 670px;
		position: relative;
  /*left: 250px;*/
  left: 100px;
}

.heads {
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0;
}

.heads span {
    width: 120px;
    height: 2px;
    background: #5eb025;
    display: block;
    margin: -10px 0 0 200px;
}

.right_map .heads span {
    margin: -10px 0 0 195px;
}
.heading-bar {
    margin: -20px 0 0 240px !important;
}
.right-line-span span {
    margin: -10px 0 0 135px !important;
}

.left_map p {
    font-size: 14px;
    padding: 6px 0 10px 50px;
    font-family: 'robotoregular';
}

.left_map p.mail2 {
    background: url(images/contact-icons.jpg) no-repeat 0 0;
}

.left_map p.phone {
    background: url(images/contact-icons.jpg) no-repeat 0 -46px;
}

.left_map p.time {
    background: url(images/contact-icons.jpg) no-repeat 0 -100px;
    padding-bottom: 20px;
}

.left_map p.time span {
    text-align: right;
    float: right;
}

.heads+p {
    padding: 0;
}

.left_map a {
    color: #000;
}

.left_map a:hover {
    color: #24A90B;
}

.left_map p.time2 {
    padding: 13px 0 20px 50px;
}

.align-center {
    float: none !important;
    margin: auto !important;
}

.home-page-maps {
    width: 230px !important;
    margin: 0 1% !important;
}

.bg {
    float: left;
    width: 27px;
    height: 480px;
    margin: 0px 1.3%;
    background: url(images/dashed.jpg) repeat 0 0;
}

.bg2 {
    float: left;
    background: url(images/bg.jpg) repeat-y 0 0;
    width: 20px;
    height: 600px;
}

.mapframe {
    width: 100%;
    height: 430px;
}

.form_container {
    background: url(images/formbg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 1624px;
    height: 900px;
}

.interest {
    padding: 170px 0 50px 0;
    text-align: center;
    color: #20d300;
    font-size: 56px;
    font-family: 'robotoregular';
    text-transform: uppercase;
    width: 705px;
    margin: 0 auto;
    line-height: 70px;
}

.forms {
    width: 850px;
    margin: 0 auto;
    display: block;
}

.forms_left {
    width: 325px;
    float: left;
}

.forms_left input {
    background: none;
    width: 90%;
    padding: 17px 5%;
    color: #fff;
    border: solid 1px #ebe9e9;
    margin: 10px 0;
}

.forms_right {
    float: left;
    width: 480px;
    margin: 0 0 0 4%;
}

.forms_right textarea {
    background: none;
    width: 90%;
    padding: 10px 5%;
    color: #fff;
    height: 180px;
    border: solid 1px #ebe9e9;
    margin: 10px 0;
}

.submission {
    margin: 0 auto;
    width: 380px;
}

.submission input {
    background: #20d300;
    padding: 10px 20px;
    color: #fff;
    width: 120px;
    border: none;
    float: left;
    margin: 20px 6px;
    text-transform: uppercase;
    cursor: pointer;
}

.submission input:hover {
    background: #232324;
}

.patient_resources {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.reso {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    float: left;
    width: 300px;
    font-family: 'robotoregular';
}

.reso span {
    width: 70px;
    height: 2px;
    background: #5eb025;
    display: block;
    margin: -10px 0 0 245px;
}

.patient_resources ul {
    float: right;
    width: 800px;
    margin: 50px 0 0 0;
}

.patient_resources ul li {
    float: left;
    margin: 0 30px;
    font-family: 'robotoregular';
}

.patient_resources ul li a {
    color: #000;
    padding: 70px 0 0 0;
}

.patient_resources ul li.pf a {
    background: url(images/patient-forms.jpg) no-repeat 45px 0;
}

.patient_resources ul li.pe a {
    background: url(images/patient-education.jpg) no-repeat 28px 0;
}

.patient_resources ul li.ps a {
    background: url(images/patient-surgery.jpg) no-repeat 18px 0;
}

.patient_resources ul li.testi a {
    background: url(images/testimonials.jpg) no-repeat 5px 0;
}

.news_container {
    background: url(images/newsbg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    float: none;
    margin: 0 auto;
    max-width: 1820px;
    height: auto;
    text-align: center;
}

.updates {
    padding: 100px 0 50px 0;
    text-align: center;
    color: #fff;
    font-size: 56px;
    font-family: 'robotoregular';
    text-transform: uppercase;
    width: 705px;
    margin: 0 auto;
    line-height: 70px;
}

.news-list {
    display: inline-block;
    width: 42%;
}

.news_container ul {
    margin-bottom: 10px;
    float: none;
    width: auto;
    display: inline-block;
}

.fb-widget-home {
    display: inline-block;
    width: 54%;
    vertical-align: top;
}

.news_container ul li {
    position: relative;
    width: 90%;
    /* float: left; */
    /* margin: 15px 20px; */
    color: #fff;
    font-size: 16px;
    border: solid 1px #8d8d8e;
    padding: 15px 22px 20px 65px;
    font-family: 'robotoregular';
    text-transform: uppercase;
    line-height: 22px;
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px;
    min-height: 153px;
}

.news_container ul li:first-child {
    margin-top: 0;
}

.news_container ul li span {
    display: block;
    color: #9d9d9d;
    font-size: 13px;
    text-transform: none;
    line-height: 14px;
}

.news_container ul li img {
    position: absolute;
    top: -1px;
    left: -45px;
    border: solid 4px #9b9a9c;
}

.news_container ul li p {
    color: #fff;
    height: auto;
}

.news_container ul li span.span2 {
    text-align: right;
    text-decoration: underline;
}

.vmore {
    float: none;
    margin: 20px auto;
    max-width: 130px;
}

.vmore a {
    background: #20d300;
    padding: 7px 12px;
}

.vmore a:hover {
    color: #000;
}


/*menu styles goes here*/

#c-button--push-right {
    float: right;
    margin: 10px 65px 0 0;
}

#c-button--push-right a {
    color: #000;
    background: url(images/icons.jpg) no-repeat right 1px;
    padding: 0 20px 0 0;
}

.slicknav_menu {
    display: none;
}

.menu {
    list-style: none;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    display: block;
    float: left;
}

.menu:after {
    clear: both;
}

.menu ul {
    list-style: none;
    margin: 0 auto;
    width: 100%;
}

.menu li {
    font-size: 18px;
    text-align: left;
    float: left;
    margin: 0;
    position: relative;
    font-family: 'open_sanslight';
}

.menu li a {
    padding: 15px 18px 15px;
    float: left;
    margin: 0px 0px;
    color: #343434;
    display: block;
}

.menu li>a:hover,
.menu>li:hover>a,
.menu>li.current-menu-item>a,
.menu>li.current_page_ancestor>a {
    color: #fff;
}

.menu li ul {
    position: absolute;
    left: 0%;
    padding: 0 0 0 0;
    top: 57px;
    background: #030826;
    display: none;
    width: 200px;
    transition: all 0.2s ease-in-out 0s;
}

.menu li:hover>ul {
    display: block;
}

.menu li li:hover>ul {
    left: 100%;
    top: 30px;
    position: absolute;
}

.menu li li {
    position: relative;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    font: normal 12px Verdana, Geneva, sans-serif;
    text-transform: none;
    text-shadow: none;
    transition: 0.4s all ease-out;
}

.menu li li a {
    color: #d8dae7;
    display: block;
    text-align: left;
    border: none;
    padding: 5px 0px 12px 25px;
    z-index: 1000;
    position: relative;
    margin: 0px;
    width: 175px;
    border-bottom: solid 1px #3e3d81;
    transition: all 0.8s ease;
    font: normal 12px verdana;
}

.menu li li a:hover,
.menu li li:hover>a {
    color: #4eac33;
    padding: 5px 0px 12px 25px;
    margin: 0px;
    border-radius: 0px;
    font: normal 12px verdana;
}

.menu li ul ul {
    top: 0;
    margin: -30px 0 0 0;
}

.menu li li li {
    text-align: left;
    background: #246c21;
    z-index: 1000;
    margin: 0 0 0 0px;
}

.menu li li li a {
    padding: 7px 0px 7px 25px;
}

.menu li li li a:hover {
    padding: 7px 0px 7px 25px;
}

ul.patient-forms,
ul.ppts {
    padding: 0;
}

ul.patient-forms li,
ul.ppts li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    list-style: none !important;
    padding: 0;
    margin: 0!important;
}

ul.patient-forms li a,
ul.ppts li a {
    background: url("images/pdf-icon.png") no-repeat scroll 0 0;
    color: #000;
    display: inline-block;
    margin-top: 15px;
    padding: 0 0 0 25px;
}

ul.ppts li a {
    background: url("images/ppt.jpg") no-repeat scroll 0 3px;
}

.dotted-border {
    border-bottom: 1px dotted #999;
}

.patient-form-footer-content {
    color: #666;
    font-size: 11px !important;
    padding: 10px 0 0;
}

.proc_list li {
    list-style: none !important;
    background: url(images/listbg.jpg) no-repeat 0 7px!important;
    float: left;
    padding: 0 2% 0 0;
    width: 300px;
}

.proc_list li a {
    padding: 0 0 0 15px;
    color: #000;
    float: left;
}

.proc_list li a:hover {
    color: #20D300;
}


/*slider styles here*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides>li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides>li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides>img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.bullet2,
ul.fixy {
    float: left;
    margin: 16% 0 0;
    position: absolute;
    right: 3%;
    top: 0;
    z-index: 99;
    width: 30px;
}

.bullet2 li,
ul.fixy li {
    float: left;
    height: 20px;
    list-style: outside none none;
    margin-left: 0;
    position: relative;
    width: 30px;
    margin-bottom: 10px;
}

.bullet2 li a,
ul.fixy li a {
    background: url(images/bully.png) no-repeat 0 0;
    display: block;
    color: transparent;
}

.bullet2 li.rslides_here a,
.bullet2 li a:hover,
ul.fixy li a:hover {
    background: url(images/bully1.png) no-repeat 0 0;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 120%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.bullet22 {
    float: left;
    margin: 30% 0 0;
    position: absolute;
    right: 3%;
    top: 0;
    z-index: 99;
    width: 330px;
}

.bullet22 li {
    float: right;
    height: 20px;
    list-style: outside none none;
    margin-left: 0;
    position: relative;
    width: 30px;
    margin-bottom: 10px;
}

.bullet22 li a {
    background: url(images/bully.png) no-repeat 0 0;
    display: block;
    color: transparent;
}

.bullet22 li.rslides_here a {
    background: url(images/bully1.png) no-repeat 0 0;
}

.bulletty {
    float: none;
    top: 0;
    margin: 40px auto;
    z-index: 99;
    width: 70px;
}

.bulletty li {
    float: left;
    height: 5px;
    list-style: outside none none;
    margin-left: 5px;
    position: relative;
    width: 30px;
}

.bulletty li a {
    float: left;
    width: 30px;
    height: 5px;
    margin: 0 5px 0 0;
    background: #bab8b7;
}

.bulletty li.rslides_here a,
.bulletty li a:hover {
    background: #20d300;
}


/*contents styles here*/

.outer_container {
    float: left;
    width: 100%;
    position: relative;
}

.sub_container {
    margin: 0 auto;
    max-width: 1172px;
}

.content_container {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px 0 0px 0;
}

.left_container {
    float: right;
    width: 760px;
    margin: 5px 1% 20px 0;
}

.navigation {
    float: left;
    width: 99%;
    text-decoration: none;
    padding: 20px 0 20px 0;
    color: #2d8e11;
    font: normal 12px Verdana, Geneva, sans-serif;
}

.navigation a {
    color: #424242;
    text-decoration: none;
    font: normal 12px Verdana, Geneva, sans-serif;
}

.navigation a:hover {
    text-decoration: none;
    color: #2d8e11;
}

.contents h1 {
    color: #20d300;
    font-size: 27px;
    margin: 0 5px 10px 0;
    text-transform: uppercase;
    padding: 20px 40px 0 0;
    font-weight: normal;
    clear: both;
    float: left;
    background: #fff;
    position: relative;
    z-index: 9;
}

.line {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    margin: -19px 0 0 0;
    float: left;
}

.contents h5 {
    color: #000;
    font-size: 27px;
    margin: 0 5px 10px 0;
    text-transform: uppercase;
    padding: 20px 40px 0 0;
    font-weight: normal;
    clear: both;
    float: left;
    background: #fff;
    position: relative;
    z-index: 9;
}

.line3 {
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    margin: -25px 0 0 0;
    float: left;
}

.contents h2 {
    color: #187eda;
    font-size: 22px;
    padding: 10px 0 0 0;
    font-weight: normal;
    font-family: 'robotoregular';
}

.contents h3 {
    color: #5b9c4a;
    font-size: 18px;
    padding: 10px 0 0 0;
    font-weight: bold;
}

.contents p {
    color: #333;
    font: normal 13px Verdana, Geneva, sans-serif;
    font-family: 'open_sanslight';
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.contents ul {
    margin: 15px 0 0 0;
}

.contents ul li {
    padding: 3px 5px 3px 10px;
    font-size: 13px;
    font: normal 13px Verdana, Geneva, sans-serif;
    list-style: none;
    color: #202020;
    margin: 0 0 0 5px;
    font-family: 'open_sanslight';
    font-size: 14px;
    line-height: 22px;
}

.contents ul ul {
    margin: 0px 0 5px 15px;
}

aside {
    float: left;
    width: 350px;
    margin: 30px 0;
}

.procedures_inner {
    background: #fff;
    width: 100%;
    float: none;
    margin: 0 auto;
}

.procedures_inner h2 {
    color: #20d300;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0 0px 0;
    background: #fff;
    position: relative;
    z-index: 2;
    width: 600px;
    margin: 0 auto;
}

.liney {
    height: 1px;
    width: 100%;
    background: #ccc;
    margin: -8px 0 30px 0;
}

.procedures_inner h2 span {
    display: block;
    text-align: center;
    color: #20d300;
    line-height: 40px;
    font-size: 18px;
}

.procedures_inner ul li {
    float: left;
    margin: 30px 50px;
    width: 293px;
    height: 369px;
    text-align: center;
    background: url(images/pattern1.png) repeat 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.procedures_inner ul li a {
    color: #000;
    font-size: 20px;
}

.procedures_inner ul li img {
    float: right;
    margin-bottom: 17px;
}

.procedures_inner ul li a:hover {
    color: #20d300;
}

.extra a {
    background: #fff;
    padding: 10px;
    border-bottom: solid 3px #e5e5e5;
    width: 100px;
    font-size: 12px !important;
    float: left;
}

.extra a.right {
    float: right;
}

.extra a:hover {
    border-bottom: solid 3px #25ec01;
    color: #000 !important;
}

.extra {
    margin: 20px 0 0 0;
}


/*sub page sidebar css here*/

.pc {
    display: inline;
}

.mob {
    display: none;
}

.inner_drcontainer {
    margin: 20px 0;
    background: url(images/bg.jpg) repeat-y right top;
}

.inner_drcontainer h2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 3px 0;
}

.inner_drcontainer span {
    display: block;
    text-align: center;
    color: #8b8785;
    line-height: 25px;
}

.inner_drcontainer a.read_about {
    color: #20d300;
    text-align: center;
    display: block;
    text-transform: uppercase;
    background: url(images/morebg.jpg) no-repeat 55px 4px;
}

.inner_drcontainer img {
    margin: 10px 0;
}

.hurt_container {
    background: url(images/human.jpg) no-repeat 0 0;
    height: 450px;
/*    width: 320px;*/
    width: 284px;
    padding: 20px 30px;
}
.hurt_container .rslides {
	width: 87%;
}
.hurt_container h2 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0 3px 0;
}

.hurt_container span {
    color: #20d300;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 24px;
}

.box {
    border: solid 1px #d0d0d0;
    text-transform: uppercase;
    display: block;
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: bold;
}

.box a img {
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.box a {
    display: block;
    color: #000;
}

.box a:hover {
    color: #20d300;
}

.pat_res_container {
    border: solid 1px #ccc;
    width: 320px;
}

.head {
    text-align: center;
    padding: 25px 0 20px 0;
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 40px;
}

.head:after {
    content: '';
    width: 60px;
    height: 1px;
    display: block;
    margin: 0 auto;
    background: #5eb025;
}

.res li a {
    padding: 8px 0 5px 70px;
    height: 45px;
    margin: 10px 30px;
}

.res li a {
    color: #000;
    display: block;
}

.res li a:hover {
    color: #20d300;
}

.res .pf a {
    background: url(images/inner-source.jpg) no-repeat 0 -6px;
}

.res .pe a {
    background: url(images/inner-source.jpg) no-repeat 0 -68px;
}

.res .ps a {
    background: url(images/inner-source.jpg) no-repeat 0 -125px;
}

.res .testi a {
    background: url(images/inner-source.jpg) no-repeat 0 -183px;
}

.update_container {
    background: url(images/updates.jpg) no-repeat 0 0;
    height: 462px;
    margin: 55px 0;
    width: 320px;
}

.head2 {
    text-align: center;
    padding: 25px 0 20px 0;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 40px;
}

.update_container ul li {
    position: relative;
/*    width: 70%;*/
    width: 49%;
    float: left;
    margin: 15px 10% 15px 20%;
    color: #fff;
    font-size: 16px;
    border: solid 1px #8d8d8e;
    padding: 1px 12px 20px 60px;
    font-family: 'robotoregular';
    text-transform: uppercase;
    line-height: 22px;
}

.update_container ul li span {
    display: block;
    color: #9d9d9d;
    font-size: 13px;
    text-transform: none;
    line-height: 14px;
}

.update_container ul li img {
    position: absolute;
    top: -1px;
    left: -45px;
    border: solid 4px #9b9a9c;
}

.update_container ul li p {
    color: #fff;
    height: 60px;
    font-family: 12px;
    line-height: 16px;
}

.update_container ul {
    margin-bottom: 20px;
    float: left;
    width: 320px;
}

.more2 {
    text-transform: uppercase;
}

.more2 a {
    text-align: center;
    padding: 8px 12px;
    color: #fff;
    background: #20d300;
    clear: both;
    width: 120px;
    margin: 0 auto;
    display: block;
}

.extra2 {
    background: url(images/bg.jpg) repeat-y right top;
}

.contents img {
    float: left;
    border: solid 1px #ccc;
    float: left;
    margin: 15px 15px 15px 0;
}

.contents .services-detailed-img img {
    float: none;
    display: inline
}

.contents a {
    color: #25EC01;
}

.contents a:hover {
    color: #000;
}

.contents ul li {
    list-style: outside;
    margin: 0 0 0 18px;
}

.forms {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.news_pg li {
    margin: 0!important;
    list-style: none!important;
    border-bottom: solid 1px #ccc!important;
}

#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    *overflow: hidden;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
}

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
}

.contents p.read-more {
    text-align: right;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 30px;
    height: 38px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: -20px;
    background: url(images/left.png) no-repeat 0px 0px;
    top: 0;
    margin: 0px 0 0;
}

.nbs-flexisel-nav-right {
    right: -40px;
    background: url(images/right.png) no-repeat -0 0px;
    margin: 0px 0 0;
    width: 30px;
    height: 38px;
}

.iframe-border {
    border: 1px solid #05426b;
    height: 415px;
    width: 100%;
}

.videoBorder {
    border: 4px solid #333;
    width: 90%;
    position: relative;
    margin: 15px auto;
    padding: 50% 0px 0px 0px;
}

a.testimonials {
    background: #25EC01 none repeat scroll 0 0;
    color: #000;
    display: block;
    float: right;
    margin: 0 5px 0 0;
    padding: 7px 10px;
}

a.testimonials:hover {
    background: #ccc;
}

.videoBorder iframe,
.videoBorder embed {
    border: 0 none !important;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100.1%;
}

.mob {
    display: none;
}

.pc {
    display: inline;
}

.procedures_inner a {
    color: #20d300;
}

.procedures_inner p {
    font-size: 14px;
    padding: 10px 0;
}

.hty {
    float: none;
    height: 100vh;
}

.mobby {
    display: none;
}

.pcy {
    display: block;
}

.hovergallery img {
    -webkit-transform: scale(0.8);
    /*Webkit: Scale down image to 0.8x original size*/
    -moz-transform: scale(0.8);
    /*Mozilla scale version*/
    -o-transform: scale(0.8);
    /*Opera scale version*/
    -webkit-transition-duration: 0.5s;
    /*Webkit: Animation duration*/
    -moz-transition-duration: 0.5s;
    /*Mozilla duration version*/
    -o-transition-duration: 0.5s;
    /*Opera duration version*/
    opacity: 1;
    /*initial opacity of images*/
    margin: 0 10px 5px 0;
    /*margin between images*/
    z-index: 999;
}

.hovergallery img:hover {
    -webkit-transform: scale(2.2);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(2.2);
    /*Mozilla scale version*/
    -o-transform: scale(2.2);
    /*Opera scale version*/
    box-shadow: 0px 0px 0px gray;
    /*CSS3 shadow: 30px blurred shadow all around image*/
    -webkit-box-shadow: 0px 0px 0px gray;
    /*Safari shadow version*/
    -moz-box-shadow: 0px 0px 0px gray;
    /*Mozilla shadow version*/
    opacity: 1;
    z-index: 99999;
    cursor: pointer;
}

.fb-widget-home .fb-page.fb_iframe_widget {
    margin: 0;
}

.fb-page.fb_iframe_widget {
    margin: 10px 20%;
}

/*.pagelet-posts p.read-more {
    display: none;
}*/

p.read-more a {
    color: #666;
    display: inline-block;
    padding: 5px 10px;
    background: #ccc;
}

#Corona-Container {
    background: #fae61c;
    margin: 0px;
    padding: 0px;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    width: 100%;
}

#Corona-Intra {
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

#Corona-Intra a {
    display: block;
    margin: auto;
    text-align: center;
    padding: 12px 0;
    font: 600 20px/25px 'open_sanslight';
    text-align: center;
    color: #000;
}
section {
    background: #1c6396;
    padding: 5px;
}
#Heading-News{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
#Heading-News p {
    color: #fcc25e;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0px;
}
.qr-code {
    text-align: center;
}
.qr-txt {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
}


/*.heading-1.r-tabs-tab.r-tabs-state-default {
    width: 370px !important;
}
.heading-1.r-tabs-tab.r-tabs-state-active {
    width: 370px !important;
}*/


/* ADA Updates */

.accessible_on #Sidebar ul li a{min-width:200px !important;width: auto!important;}
.accessible_on .pat_res_container {border: none;}
.accessible_on .more2 a {border: 1px solid;}

.dfwOn{z-index: 99999 !important;}


/* menu for ada */
.accessible_on #c-menu--push-right {width: 90%;top: 240px;left: 70px; border-top: 1px solid;border-bottom: 1px solid;}
.accessible_on .c-menu--push-right{overflow-y: hidden;}
.accessible_on .c-menu--push-right .c-menu__item{border: none;}
.accessible_on .c-menu--push-right .c-menu__item{display: inline-block;vertical-align: top;}



.accessible_on .logolist{text-align: center;}
.accessible_on .logolist li {float: none !important;display: inline-block;border: 1px solid;margin: 10px;}
.accessible_on .smo {border-bottom: none;}


/*.accessible_on li.c-menu__item.secndlvl, .accessible_on li.c-menu__item.thrdlvl {display: block;text-align: left;}*/



.source {
	padding-top: 10px;
}
.post-meta-entry {
	padding-bottom: 10px;
}





@media screen and (min-width:1672px) {
    .slider11,
    .slider12,
    .slider13,
    .slider14 {
        padding-top: 10%;
    }

}

@media screen and (max-width:1172px) {
	.procedures_inner ul li {
	float: left;
	margin: 30px 24px;
	
}
    .mapframe {
        width: 96%;
        height: 430px;
        margin: 0 2%;
    }
    body {
        overflow-x: scroll;
    }
    .hty {
        height: auto;
    }
    .logo {
        margin: 20px 0 0 30px;
    }
    .dr_container {
        width: 98%;
        padding: 0px 1%;
    }
    .patient_resources {
        padding: 50px 1%;
        width: 98%;
    }
    .dr_left {
        width: 42%;
    }
    .dr_right {
        width: 52%;
        margin: 15px 0 0 2%;
    }
    .dr_right p {
        margin: 10px 0;
    }
    .procedures ul li {
        margin: 10px 2%;
    }
    .procedures {
        height: 950px;
    }
    .bg {
        margin: 0 20px;
    }
    .left_map {
        margin: 0 8px;
    }
    .news_container ul li {
        width: 42%;
        margin-left: 6%;
        margin-right: 2%;
    }
    .bullet2 {
        right: 5%;
    }
    .patient_resources ul {
        width: 700px;
    }
    .left_container {
        width: 62%;
    }
    .bullet2 {
        right: 2%;
        margin: 6% 0 0 0;
    }
    .slider11,
    .slider12,
    .slider13,
    .slider14 {
        height: 260px;
    }
    .slider1,
    .slider2,
    .slider3,
    .slider4,
    .slider5,
    .slider6,
    .slider7,
    .slider8,
    .slider9,
    .slider2-new{
        height: auto;
        background-attachment: scroll;
        background-position: bottom center;
        padding-bottom: 45% !important;
    }
    .dr_container {
        margin: 30px 0;
    }
    .nbs-flexisel-nav-left {
        left: 0px;
    }
    .nbs-flexisel-nav-right {
        right: 0px;
    }
    .news_container ul li {
        margin-left: 0;
        width: 90%;
    }
    .news_container ul li p {
        height: auto;
    }
    .updates {
        font-size: 35px;
        line-height: 40px;
        width: auto;
        padding: 30px 0;
    }
}
@media screen and (max-width:1024px) {
/*    .slider2-new {
	background-position: 0px 20px;
        
}*/
    .slider3 {
        background-position: 0 0;
    }
		.map_container {
	position: relative;
	/*left: 160px;*/
	left: 3px;
}
    /*.slider9, .slider8 {
	padding-bottom: 45%;
}*/
}
@media screen and (max-width:960px) {
    .news-list {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .fb-widget-home {
        display: block;
        width: auto;
        margin: 0 auto;
    }
    .map_container {
        height: auto;
    }
    .certi h2 {
        font-size: 45px;
    }
    .interest {
        padding: 70px 0 20px;
    }
    .banner_text2 {
        font-size: 21px;
        line-height: 24px;
        left: 22%;
        top: 50px;
    }
    .public {
        width: 100%;
    }
    .logo {
        width: 55%;
    }
    .dr_left {
        width: 35%;
    }
    .dr_right {
        width: 63%;
    }
    .more a {
        width: 120px;
    }
    .public a {
        width: auto;
        padding: 5px 7px;
    }
    .procedures ul li {
        width: 29%;
        height: 265px;
    }
.left_map {
	width: 100%;
}
    .forms {
        width: 98%;
        margin: 0 1%;
    }
    .forms_right {
        width: 45%;
    }
    .reso span {
        margin: -10px 0 0 177px;
        width: 40px;
    }
    .reso {
        font-size: 14px;
    }
    .patient_resources ul {
        width: auto;
    }
    .patient_resources ul li {
        margin: 0 12px;
    }
    .slider1,
    .slider2,
    .slider3,
    .slider4,
    .slider2-new {
        /*height: 440px;*/
        height: auto;
        background-size: 100%;
    }
    .slider1 {
        height: auto;
    }
    .news_container ul li p {
        height: auto;
    }
    .footer_text a {
        margin: 10px 5px;
    }
    .left_container {
        width: 52%;
    }
    .slider11,
    .slider12,
    .slider13,
    .slider14 {
        height: 160px;
    }
    .logolist li {
        margin: 10px 25px;
    }
    .procedures_inner ul li {
        margin: 30px 39px;
    }
    .hovergallery img:hover {
        -webkit-transform: scale(1.1);
        /*Webkit: Scale up image to 1.2x original size*/
        -moz-transform: scale(1.1);
        /*Mozilla scale version*/
        -o-transform: scale(1.1);
        /*Opera scale version*/
    }
    .fb-page.fb_iframe_widget {
        margin: 10px 0% !important;
    }
    .slider2-new{
        /*background: url("images/banner-17sep2018-new.jpg") no-repeat center 74%;*/
        height: auto;
    }
    .left_map {
	min-height: 379px;
	margin-bottom: 20px !important;
}
  /*  .bg {
        height: auto;
        background: none;
    }*/
	.map_container {
	position: relative;
	left: 100px;
}
	.procedures ul li {
	margin: 20px 2%;
}
    .bg {
        display: none;
    }
    .map_container {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    #mappy {
        display: block;
  margin: 0px auto;
  left: 0px;
    }
    .home-page-maps {
	width: 237px !important;
	border: 5px solid #ccc;
	padding: 10px;
        display: inline-block;
	vertical-align: top;
	float: none;
}
    .container {
	text-align: center;
}
    .left_map p {
	text-align: left;
}
}
@media screen and (max-width:810px) {
	.map_container {
	position: relative;
	/*left: 50px;*/
	left: 26px;
}
    .home-page-maps {
	width: 250px !important;
}
}
@media screen and (max-width:767px) {
    .slider2-new {
        background: url("images/banner-17sep2018-new.jpg") no-repeat center top;
       /* background-size: 160%;*/
        background-size: 100%;
    }
    .left_map p.time span {
        clear: both;
        float: none;
        text-align: left;
        display: block;
        line-height: 25px;
    }
    .procedures_inner h2 {
        width: auto;
    }
    .banner_text2 {
        left: 0%;
        padding: 10px;
        font-size: 15px;
    }
    .left_container {
        width: 98%;
        float: left;
        padding: 0 1%;
    }
    aside {
        float: none;
        margin: 0 auto;
        clear: both;
    }
    .interest {
        padding: 25px 0 0px 0;
        font-size: 27px;
        width: auto;
        line-height: 25px;
    }
    .form_container {
        height: 720px;
    }
    .forms_left {
        width: 45%;
    }
    .dr_right {
        width: 71%;
    }
    .dr_left {
        width: 26%;
    }
    .public a {
        width: 260px;
        float: left;
        margin: 10px 10px;
    }
    .public {
        margin: 40px 0;
    }
    .bg {
        display: none;
    }
.map_container {
	position: relative;
	/*left: 20px;*/
}
    /*.right_map {
        float: left;
    }*/
    .left_map {
        width: 70%;
    }
   .news_container ul li {
	margin-left: 0;
	width: auto;
	display: block;
}
    .news_container ul li p {
        height: auto;
    }
    .updates {
        font-size: 35px;
        line-height: 40px;
        width: auto;
        padding: 30px 0;
    }
    .patient_resources ul {
        margin-top: 110px;
        float: left;
    }
    .footer_text a {
        font-size: 12px;
        padding: 0 0 0 15px;
    }
    .copyright span {
        padding: 0 55px;
    }
    .procedures ul li {
        height: 232px;
    }
    .news_container ul {
        margin-bottom: 10px;
    }
    .bullet2,
    ul.fixy {
        margin: 6% 0 0 0;
    }
    br {
        display: none;
    }
    .contents .services-detailed-img br {
        display: block
    }
    .r-tabs .r-tabs-accordion-title {
        margin: 10px 2%;
    }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        background-color: #000;
    }
    .navigation {
        padding: 10px 2%;
        width: 96%;
    }
    .hovergallery img:hover {
        transform: scale(1.1);
    }
	.procedures_inner ul li {
	margin: 30px 12px;
}
}
@media screen and (max-width:740px) {
	

.home-page-maps {
	width: 230px !important;
	/*margin: 0 6% !important;*/
}
}
@media screen and (max-width:641px) {
		.bg {
		 height: auto;
        background: none;
			margin: 0px !important;
	}
}
@media screen and (max-width:640px) {
    .slider3 {
        height: auto;
    }
	.map_container {
	padding: 10px 0 0px 0;
}

}
@media screen and (max-width:639px) {
	.procedures_inner ul li {
	margin: 30px auto;
	float: none;
}
    .news-list {
        display: block;
        width: 320px;
        margin: 0 auto;
    }
    .news_container ul {
        display: block;
        margin: 0 auto;
    }
    .fb-widget-home {
        display: block;
        width: auto;
        vertical-align: top;
    }
    header {
        position: relative;
        z-index: 999;
    }
    .mob {
        display: inline;
    }
    .pc {
        display: none;
    }
    .logo2 {
        width: 50%;
    }
    .banner_text2 {
        left: 2%;
    }
    .right2 {
        margin-top: 35px;
    }
    .copyright span {
        display: block;
    }
    .pc {
        display: none;
    }
    .mob {
        display: inline;
    }
    .fixy {
        display: none;
    }
    .news_container {
        background-repeat: repeat;
        height: auto;
    }
    .bullet22 {
        display: none;
    }
/*    .slider2,
    .slider3,
    .slider4 {
        height: 112px;
        background: url("images/banner1.jpg") no-repeat center 0px / 100%;
        background-attachment: scroll;
    }*/
    .slider1 {
        height: 112px;
        background: url("images/banner1.jpg") no-repeat left bottom / 100%;
        /* background-attachment: scroll; */
        padding-bottom: 40% !important;
    }
    .slider2-new {
        height: 112px;
        background: url("images/banner-17sep2018-new.jpg") no-repeat left 0px / 100%;
        /*padding-bottom: 27% !important;*/
        /* background-attachment: scroll; */
    }
    .slider3 {
        height: 112px;
        background: url("images/banner-21sept21.jpg") no-repeat left 0px / 100%;
        /* background-attachment: scroll; */
    }
    .slider4 {
        height: 112px;
        background: url("images/banner-21sept21-1.jpg") no-repeat left 0px / 100%;
        /* background-attachment: scroll; */
    }
    /*.incr {
        padding-bottom: 0px;
        padding-top: 26%;
    }*/


    .banner_text {
        left: 41%;
        padding: 15px 0;
    }
    .incr .banner_text {
        font-size: 25px;
        background: rgba(255, 255, 255, 0.8);
        font-weight: bold;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 300px;
        line-height: 30px;
        /* bottom: 25px; */
        top: 210px;
        text-align: center;
        padding: 10px 0;
        height: auto;
    }
    .incr .banner_text {
        top: 145px;
    }
    .right_map{
        min-height: 450px;
    }
    /*.right_map {
        float: left;
        width: 45% !important;
    }
    .left_map {
        width: 45% !important;
        clear: both;
    }*/
	
/*	.map_container {
	position: relative;
	left: 30px !important;
}*/
	.map_container {
	position: relative;
	left: 0px;
		width: 75%;
}
}

@media screen and (max-width:599px) {
	.update_container ul li {
	position: relative;
	width: 59%;
	float: left;
	margin: 15px 10% 15px 20%;
	
}
aside {
	width: 320px;
}
    .public {
        width: 300px;
        margin: 40px auto;
    }
    .slider1,
    .slider2,
    .slider3,
    .slider4,
    .slider2-new {
        height: auto;
        background-attachment: scroll;
    }
    .dr_right {
        width: 96%;
    }
    .dr_left {
        width: 50%;
        float: none;
        margin: 0 auto;
    }
    .dr_right h2 {
        text-align: center;
    }
    .dr_right h3 {
        text-align: center;
    }
    .logo {
        width: 300px;
        float: none;
        margin: 10px auto;
    }
    .right_container {
        float: none;
        margin: 10px auto;
        width: 200px;
    }
    .procedures ul li {
        height: 190px;
    }
    .procedures {
        height: 650px;
    }
    .left_map {
        width: 96%;
    }
    .patient_resources ul li {
        width: 42%;
        height: 110px;
    }
    .patient_resources {
        padding: 10px 1%;
    }
    .certi h2 {
        padding: 30px 10px;
    }
    .news_container ul li img {
        left: -30px;
    }
    .contents h5,
    .contents h1 {
        font-size: 21px;
    }
	.hurt_container {
	
	padding: 20px 5px;
}
.update_container ul li {
	
	margin: 15px 0% 15px 16%;
	
}
    .news_container ul li img {
	left: 0 !important;
	display: none;
}
}

@media screen and (max-width:500px) {
    .mobby {
        display: block;
    }
    .pcy {
        display: none;
    }
    .banner_text2 {
        position: relative;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.4);
    }
    .banner_text {
        left: 39%;
        font-size: 20px;
    }
    .certi h2 {
        font-size: 29px;
    }
    .patient_resources ul li {
        font-size: 14px;
    }
    .news_container ul li {
	margin-left: 0;
	width: 300px;
	margin: 6px auto !important;
	padding: 2px !important;
        min-height: 100px;
}
    .incr .banner_text {
        font-size: 15px;
        width: 225px;
        line-height: 20px;
        /*top: 110px;*/
        top: 122px;
        right: -115px;
    }
    .left_map {
        width: 98% !important;
    }
    .right_map {
        float: none;
        width: 96% !important;
    }
    body {
        overflow-x: hidden;
    }
}
@media screen and (max-width:480px) {
    .pf {
        width: 40% !important;
    }
    .left_map {
        width: 98% !important;
        clear: both;
        height: auto;
    }
}

@media screen and (max-width:421px) {
.patient_resources ul li {
    width: 100% !important;
    margin: 0 auto;
    float: none;
    text-align: center;
}
.patient_resources ul {
    margin-left: 30%;
}
.reso {
    margin-left: 22%;
}
.news_container {
	height: auto;
}
    .incr .banner_text {
	font-size: 14px;
	width: 225px;
	line-height: 20px;
	top: 75px;
	right: -139px;
}
    .fb-widget-home {
	display: none;
}
}



@media screen and (max-width:360px) {
    .procedures_inner ul li {
        margin: 20px 10px;
    }
    .homeframe {
        height: 140px;
    }
    .banner_text2 {
	font-size: 18px;
	line-height: 28px;
	left: 0;
	padding: 10px 0;
}
    .bullet2,
    ul.fixy {
        display: none;
    }
    .contents img {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .slider1,
    .slider2,
    .slider3,
    .slider4,
    .slider2-new {
        /*height: 120px;*/
        height: auto;
        background-attachment: scroll;
    }
    .banner_text {
        left: 39%;
        font-size: 18px;
    }
    .updates {
        font-size: 28px;
    }
    .news_container {
        height: 180px;
    }
    .news_container ul {
        display: none;
    }
    .certi h2 {
        font-size: 32px;
    }
    .news_container ul li span {
        display: none;
    }
    .news_container ul li {
        width: 94%;
        margin-left: 2%;
    }
    .news_container ul li img {
        left: 0;
    }
    
    .logo2 {
        width: 92%;
    }
    .procedures ul li a {
        font-size: 13px;
    }
    .procedures ul li {
        height: 140px;
    }
    .c-menu--push-left,
    .c-menu--push-right,
    .c-menu--slide-left,
    .c-menu--slide-right {
        width: 200px;
    }
    .left_map {
        margin: 0 4px;
    }
    .fb-page.fb_iframe_widget {
        margin: 10px 8%;
    }
    .incr .banner_text {
        top: 80px;
    }
	
	.proc_list li {
	width: 260px;
}
    
}

@media screen and (max-width:320px) {
    .banner_text {
        left: 39%;
        font-size: 18px;
    }
}

