/* ---------- Theme CSS ---------- */
#Map-Container,
#Specialties,
#Welcom-text,
#Meet-Dr,
#Map-sec,
#Patient-links,
#Testimonials,
#Practice-Expertise,
#Minimally-Invasive,
#nav-main,
#Dr-sec-s {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Accessibility,
#Header,
#Banner,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Service,
#Credibility,
#Specialties-in,
#Welcom-text-in,
#Meet-Dr-in,
#Map-sec-in,
#Patient-links-in,
#Testimonials-in,
#Practice-Expertise-in,
#Minimally-Invasive-in,
.navigation,
#Dr-sec-s-in {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

/* Default Custom CSS */
.img-l {
    margin: 0px 15px 10px 0px;
    float: left;
}

.img-r {
    margin: 0px 0px 10px 15px;
    float: right;
}

.img-c {
    text-align: center;
}

/* Selection CSS */
#Container ::selection {
    background: #CCC;
    color: #000;
}

/* ADA Icon CSS */
.adaOn span {
    background: #003263;
    color: #fff;
    border-radius: 50%;
}

/* Scroller CSS */
#Scroller a {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
}

/* Header CSS */
header {
    position: absolute;
    z-index: 999;
}

#Header {
    min-height: 150px;
}

.logo {
    width: 640px;
    position: relative;
}

.logo::after {
    position: absolute;
    width: 1px;
    height: 91px;
    top: 26px;
    left: 323px;
    content: '';
    background: #d8d8d8;
}

.logo img {
    margin: 26px 5px;
}

.logo img:nth-child(2) {
    margin: 26px 5px 26px 30px;
}

.appoint {
    padding: 26px 0 0 0;
}

.appoint .call-appoint {
    text-align: right;
}

.appoint .call-appoint li {
    display: inline-block;
    margin: 0px 10px;
}

.appoint .call-appoint li:nth-child(1) a {
    font: 600 16px/20px 'Montserrat';
    color: #000;
    padding: 14px 10px 14px 30px;
    position: relative;
    display: inline-block;
}

.appoint .call-appoint li:nth-child(1) a::after {
    background: url(/images/header-icons.png) no-repeat left top;
    position: absolute;
    content: '';
    left: 5px;
    top: 14px;
    width: 17px;
    height: 17px;
}

.appoint .call-appoint li:nth-child(2) a {
    font: normal 16px/20px 'Myriad Pro';
    color: #d8d8d8;
    padding: 14px 15px 14px 47px;
    background: #343352;
    border-radius: 10px;
    position: relative;
    display: inline-block;
}

.appoint .call-appoint li:nth-child(2) a:hover {
    background: #00b4cf;
    color: #fff;
}

.appoint .call-appoint li:nth-child(2) a::after {
    background: url(/images/header-icons.png) no-repeat right top;
    position: absolute;
    content: '';
    left: 17px;
    top: 14px;
    width: 18px;
    height: 18px;
}

.h-form #form-element-list {
    text-align: right;
    margin: 15px 0;
}

.h-form #form-element-list li {
    display: inline-block;
    width: 160px;
    vertical-align: top;
    margin: 0 0 5px 0;
    position: relative;
}

.h-form #form-element-list li.captcha_136364 {
    width: 5px;
}

.h-form #form-element-list li input[type=text] {
    width: 100% !important;
    border-radius: 10px;
    border: 1px solid #ababab;
    padding: 8px 10px;
    outline: none;
}

.h-form #form-element-list li.submitbutton {
    width: 120px !important;
    margin: 0 10px 0 0;
}

.h-form #form-element-list li input[type=submit] {
    width: 120px !important;
    border-radius: 10px !important;
    border: none;
    background: #343352;
    height: inherit !important;
    padding: 8px 10px;
    cursor: pointer;
}

.h-form #textbox_0-error,
.h-form #email_1-error {
    position: absolute;
    left: 10px;
    top: 5px;
    background: #fff;
    color: #F00;
}

.h-form #form-element-list li input[type="text"].error {
    border: 1px solid #FF0033;
}

.h-form #form-element-list label.error {
    display: none !important;
}

/* Menu CSS */
nav {
    background: #00b4cf;
    border-radius: 10px;
    box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.15);
}

.menu {
    text-align: center;
}

.menu li {
    font: normal 16px/20px 'Montserrat';
    background: url(/images/menu-bg.png) no-repeat left center;
}

.menu > li:first-child {
    background: none;
}

.menu li a {
    padding: 14px 0px;
    color: #fff;
}

.menu ul li {
    background: #00b4cf;
    border-bottom: 1px solid #bae4ea;
}

.menu ul li a {
    padding: 10px 15px 10px 15px;
    border-radius: 0px !important;
}

.menu li.menu-home {
    width: 50px;
}

.menu-home a::before {
    font-size: 20px;
}

.menu-about {
    width: 16%;
}

.menu-specialties {
    width: 15%;
}

.menu-specialties ul {
    width: 210px;
}

.menu-specialties ul ul {
    width: 160px;
}

.menu-patient {
    width: 25%;
}

.menu-patient ul {
    width: 300px;
}

.menu-media {
    width: 10%;
}

.menu-faq {
    width: 10%;
}

.menu-contact {
    width: 16%;
}

.menu-contact ul {
    width: 210px;
}

.menu li:first-child a {
    border-radius: 10px 0 0 10px;
}

.menu li:last-child a {
    border-radius: 0 10px 10px 0;
}

.menu li:hover {
    background: #343352;
}

.menu ul ul {
    width: 180px;
}

/* Mobile Menu CSS */
.toggleMenu {
    font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
}

.toggleMenu a {
    border-radius: 5px;
    border: 2px solid #ccc;
}

.Wrapper {
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
}

/* Home Banner CSS */
#Banner-Container #Banner {
    height: 738px;
}

.no-webp #Banner-Container li {
    background-size: 100% auto !important;
}

#Banner-Container li {
    background-size: 100% auto !important;
}

.no-webp #Banner-Container .banner1 {
    background: url(/images/banner1-n1-bg.jpg) no-repeat left top;
}

#Banner-Container .banner1 {
    background: url(/images/banner1-n1-bg.webp) no-repeat left top;
}

.no-webp #Banner-Container .banner1 .theme-L {
    background: url(/images/banner1-n-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner1 .theme-L {
    background: url(/images/banner1-n-l-bg.webp) no-repeat right top;
}

.no-webp #Banner-Container .banner1 .theme-R {
    background: url(/images/banner1-n1-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner1 .theme-R {
    background: url(/images/banner1-n1-r-bg.webp) no-repeat left top;
}

.no-webp #Banner-Container .banner2 {
    background: url(/images/banner1-bg.jpg) no-repeat left top;
}

#Banner-Container .banner2 {
    background: url(/images/banner1-bg.webp) no-repeat left top;
}

.no-webp #Banner-Container .banner2 .theme-L {
    background: url(/images/banner1-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner2 .theme-L {
    background: url(/images/banner1-l-bg.webp) no-repeat right top;
}

.no-webp #Banner-Container .banner2 .theme-R {
    background: url(/images/banner1-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner2 .theme-R {
    background: url(/images/banner1-r-bg.webp) no-repeat left top;
}

.no-webp #Banner-Container .banner3 {
    background: url(/images/banner3-n-bg.jpg) no-repeat left top;
}

#Banner-Container .banner3 {
    background: url(/images/banner3-n-bg.webp) no-repeat left top;
}

.no-webp #Banner-Container .banner3 .theme-L {
    background: url(/images/banner3-n-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner3 .theme-L {
    background: url(/images/banner3-n-l-bg.webp) no-repeat right top;
}

.no-webp #Banner-Container .banner3 .theme-R {
    background: url(/images/banner3-n1-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner3 .theme-R {
    background: url(/images/banner3-n1-r-bg.webp) no-repeat left top;
}

.no-webp #Banner-Container .banner4 {
    background: url(/images/banner3-bg.jpg) no-repeat left top;
}

#Banner-Container .banner4 {
    background: url(/images/banner3-bg.webp) no-repeat left top;
}

.no-webp #Banner-Container .banner4 .theme-L {
    background: url(/images/banner3-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner4 .theme-L {
    background: url(/images/banner3-l-bg.webp) no-repeat right top;
}

.no-webp #Banner-Container .banner4 .theme-R {
    background: url(/images/banner3-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner4 .theme-R {
    background: url(/images/banner3-r-bg.webp) no-repeat left top;
}

/* Subpage Banner CSS */
#Banner-Container-S {
    background: url(/images/banner-s-bg.jpg) repeat-x left bottom;
}

#Banner-Container-S #Banner {
    height: 390px;
    text-align: center;
    padding: 270px 0 0 0;
}

#Banner-Container-S h1 {
    font: bold 30px/40px 'Montserrat';
    color: #242424;
}

/* Banner Content CSS */
.banner-content {
    position: absolute;
    font: 500 28px/36px 'Montserrat';
    right: 1%;
    top: 55%;
    text-align: center;
}

.banner-head {
    font: 200 50px/62px 'Montserrat';
    text-align: center;
    margin: 10px 0 20px 0;
}

.banner-more {
    font: 500 16px/20px 'Montserrat';
    display: inline-block;
}

.banner-more a {
    padding: 10px 15px;
    border-radius: 10px;
    color: #fff;
    background: #343352;
}

/* Banner Tabs CSS */
.Banner-Tabs {
    bottom: 5px;
    right: 5px;
}

.Banner-Tabs li {
    display: inline-block;
    position: relative;
    background: #003263;
    width: 20px;
    height: 5px;
}

.Banner-Tabs li.Banner_here {
    background: #fff;
}

.Banner_auto,
.Banner_nav {
    display: none;
}

/* Banner Navigation CSS */
.Banner_nav.slidePrev {
    left: 5px;
}

.Banner_nav.slideNext {
    left: 55px;
}

.Banner_nav.slidePrev span {
    left: 0px;
}

.Banner_nav.slideNext span {
    right: 0px;
}

/* My Specialties */
#Specialties-in {
    padding: 50px 0;
}

#Specialties-in h2 {
    text-align: center;
    font: 300 40px/50px 'Montserrat';
    color: #000000;
    margin: 0px 0px 30px 0px;
    background: url(/images/my-specialties-h-bg.webp) no-repeat center center;
}

.no-webp #Specialties-in h2 {
    background: url(/images/my-specialties-h-bg.png) no-repeat center center;
}

#Specialties-in ul {
    text-align: center;
}

#Specialties-in ul li {
    display: inline-block;
    width: 23%;
    min-width: 240px;
    height: 315px;
    vertical-align: top;
    border-radius: 10px;
    padding: 100px 15px 15px 15px;
    margin: 95px 0.7% 0px 0.7%;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#Specialties-in ul li h3 {
    font: 600 18px/22px 'Montserrat';
    color: #000000;
    margin: 0px 0px 10px 0;
}

#Specialties-in ul li h3 a {
    display: block;
    position: relative;
}

#Specialties-in ul li h3 a::after {
    position: absolute;
    content: '';
    width: 169px;
    height: 156px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -183px;
    background: url(/images/my-specialties-off.webp) no-repeat left top;
}

.no-webp #Specialties-in ul li h3 a::after {
    background: url(/images/my-specialties-off.png) no-repeat left top;
}

#Specialties-in ul li:hover h3 a::after {
    background: url(/images/my-specialties-on.webp) no-repeat left top;
}

.no-webp #Specialties-in ul li:hover h3 a::after {
    background: url(/images/my-specialties-on.png) no-repeat left top;
}

#Specialties-in ul li.spl-1 h3 a::after {
    background-position: 0 0;
}

#Specialties-in ul li.spl-2 h3 a::after {
    background-position: -215px 0;
}

#Specialties-in ul li.spl-3 h3 a::after {
    background-position: -438px 0;
}

#Specialties-in ul li.spl-4 h3 a::after {
    background-position: -652px 0;
}

#Specialties-in ul li h3 a::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -160px;
    background: url(/images/my-specialties-more.png) no-repeat left top;
}

.no-webp #Specialties-in ul li h3 a::before {
    background: url(/images/my-specialties-more.png) no-repeat left top;
}

#Specialties-in ul li ul li {
    width: inherit;
    height: inherit;
    min-width: inherit;
    margin: 0px;
    padding: 3px 0;
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font: normal 14px/22px 'Montserrat';
    color: #666666;
}

#Specialties-in ul li ul li a {
    color: #666666;
    text-decoration: none;
}

#Specialties-in ul li ul li a:hover {
    color: #00b4cf;
    text-decoration: none;
}

.spl-more {
    font: normal 16px/22px 'Montserrat';
    color: #fff;
    text-align: center;
    margin: 40px 0 0 0;
}

.spl-more a {
    display: inline-block;
    padding: 10px 15px;
    background: #343352;
    border-radius: 10px;
    color: #fff;
}

.spl-more a:hover {
    background: #00b4cf;
    color: #fff;
}

/* Welcome text */
#Welcom-text {
    background: #343352;
}

#Welcom-text-in {
    padding: 50px 0;
    font: 300 16px/25px 'Montserrat';
    color: #fff;
    text-align: center;
}

#Welcom-text-in h1 {
    font: 300 40px/46px 'Montserrat';
    color: #fff;
    margin: 0 0 20px 0;
}

#Welcom-text-in p {
    width: 80%;
    margin: 0px auto;
}

/* Meet Dr */
#Meet-Dr {
    background: url(/images/dr-sec-bg.webp) no-repeat center top;
    background-size: auto 100%;
}

.no-webp #Meet-Dr {
    background: url(/images/dr-sec-bg.jpg) no-repeat center top;
}

#Meet-Dr-in {
    min-height: 685px;
    padding: 55px 0 0 0;
}

#Meet-Dr-in .dr-pic {
    width: 759px;
    height: 630px;
    position: absolute;
    right: -234px;
    bottom: 0px;
}

#Meet-Dr-in .table-div {
    width: 740px;
}

#Meet-Dr-in .table-div .tabs {
    width: 180px;
}

#Meet-Dr-in .table-div .tabs ul {
    margin: 55px 0 0 0;
    font: normal 14px/20px 'Montserrat';
    color: #000;
}

#Meet-Dr-in .table-div .tabs ul li {
    padding: 10px 0px 10px 0px;
    text-align: center;
}

#Meet-Dr-in .table-div .tabs ul li span {
    /*font: bold 30px/40px 'Montserrat';
	color: #00b4cf;*/
    display: block;
    padding: 5px 15px 0 15px;
}

#Meet-Dr-in .table-div .tabs ul li:nth-child(odd) {
    background: url(/images/tabs-w-bg.jpg) repeat-y left top;
}

#Meet-Dr-in .table-div .tabs ul li:nth-child(even) {
    background: url(/images/tabs-b-bg.jpg) repeat-y left top;
    color: #fff !important;
}

#Meet-Dr-in .table-div .tabs ul li:nth-child(even) span {
    color: #fff;
}

#Meet-Dr-in .table-div .tabs ul li:first-child {
    border-radius: 10px 0 0 0px;
}

#Meet-Dr-in .table-div .tabs ul li:last-child {
    border-radius: 0 0px 0 10px;
}

#Meet-Dr-in .table-div .dr-info {
    background: #fff;
    border-radius: 20px;
    padding: 80px 45px 70px 65px;
    font: normal 16px/30px 'Montserrat';
    color: #666666;
}

#Meet-Dr-in .table-div .dr-info h2 {
    font: bold 45px/55px 'Montserrat';
    color: #000000;
    border-bottom: 1px solid #d9d9d9;
}

#Meet-Dr-in .table-div .dr-info h2 span {
    display: block;
}

#Meet-Dr-in .table-div .dr-info h2 .blue-text {
    font: 300 25px/35px 'Montserrat';
    color: #00b4cf;
    letter-spacing: 1.5px;
}

#Meet-Dr-in .table-div .dr-info h2 .dr-h-text1 {
    font: 500 18px/30px 'Montserrat';
    color: #343352;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#Meet-Dr-in .table-div .dr-info h2 .dr-h-text2 {
    font: 600 19px/40px 'Montserrat';
    color: #000000;
    text-transform: none;
    letter-spacing: 1.5px;
}

#Meet-Dr-in .table-div .dr-info p {
    margin: 30px 0;
}

#Meet-Dr-in .table-div .dr-info p a {
    display: inline-block;
    padding: 10px 15px;
    background: #343352;
    border-radius: 10px;
    color: #fff;
}

#Meet-Dr-in .table-div .dr-info p a:hover {
    background: #00b4cf;
    color: #fff;
}

/* Minimally Invasive */
#Minimally-Invasive {
    background: url(/images/minimally-invasive-bg-new.webp) no-repeat center top;
    background-size: auto 100%;
}

.no-webp #Minimally-Invasive {
    background: url(/images/minimally-invasive-bg-new.jpg) no-repeat center top;
}

#Minimally-Invasive-in {
    min-height: 658px;
}

.minimally-text {
    padding: 50px 10px 20px 10px;
    min-height: 658px;
    color: #666666;
    font: normal 16px/25px 'Montserrat';
    width: 542px;
    background: rgba(255, 255, 255, 0.8);
}

#Minimally-Invasive-in h2 {
    font: 600 60px/60px 'Montserrat';
    color: #343352;
    margin: 20px 0px 20px 0px;
}

#Minimally-Invasive-in h2 span {
    font: 300 48px/50px 'Montserrat';
    display: block;
}

#Minimally-Invasive-in p {
    padding: 15px 0;
}

#Minimally-Invasive-in p strong {
    color: #010101;
}

#Minimally-Invasive-in ul {
    margin: 0px 0;
}

#Minimally-Invasive-in ul li {
    background: url(/images/mi-icon.png) no-repeat left 6px;
    color: #000000;
    padding: 0px 0px 0px 25px;
    display: inline-block;
    width: 255px;
    vertical-align: top;
    margin: 5px 0 5px 0;
}

#Minimally-Invasive-in .mi-more {
    margin: 15px 0;
}

#Minimally-Invasive-in .mi-more a {
    padding: 10px 15px;
    color: #fff;
    background: #343352;
    border-radius: 10px;
    display: inline-block;
}

#Minimally-Invasive-in .mi-more a:hover {
    color: #fff;
    background: #00b4cf;
}

/* Practice Expertise */
#Practice-Expertise {
    background: #343352;
}

#Practice-Expertise-in {
    padding: 30px 0 70px 0;
    text-align: center;
}

#Practice-Expertise-in h2 {
    text-align: center;
    font: 300 40px/50px 'Montserrat';
    color: #fff;
    margin: 20px 0px 20px 0px;
    background: url(/images/testimonials-h-bg.png) no-repeat center center;
}

#Practice-Expertise-in .nbs-flexisel-inner {
    width: 100%;
}

#Practice-Expertise-in .nbs-flexisel-nav-left {
    left: -40px;
    right: 0px;
    margin: 0px auto;
    background: url(/images/pra-nav.png) no-repeat left top;
    bottom: -20px;
    top: inherit;
}

#Practice-Expertise-in .nbs-flexisel-nav-right {
    right: -40px;
    left: 0px;
    margin: 0px auto;
    background: url(/images/pra-nav.png) no-repeat right top;
    bottom: -20px;
    top: inherit;
}

.pra-con {
    width: 285px;
    height: 504px;
    margin: 0px auto;
    padding: 0 0 96px 0;
    background: #ffffff;
    position: relative;
}

.pra-con img {
    margin: 0px 0px 15px 0;
}

.pra-con h3 {
    font: 600 20px/30px 'Montserrat';
    color: #000000;
    margin: 20px 0;
}

.pra-con p {
    font: normal 16px/22px 'Montserrat';
    color: #666666;
    padding: 0px 15px;
}

.pra-con .pra-more {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.pra-con .pra-more a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    background: #00b4cf;
    color: #fff;
}

.pra-con .pra-more a:hover {
    background: #343352;
    color: #fff;
}

/* Tesimonials */
#Testimonials {
    background: #fff;
}

#Testimonials-in {
    background: url(/images/testimonials-bg.png) no-repeat center center;
    min-height: 592px;
    background-size: 100% auto;
    text-align: center;
    padding: 100px 0;
    color: #fff;
    font: normal 16px/22px 'Montserrat';
}

#Testimonials-in h2 {
    text-align: center;
    font: 300 40px/50px 'Montserrat';
    color: #fff;
    margin: 20px 0px 30px 0px;
    background: url(/images/testimonials-h-bg.png) no-repeat center center;
}

#Testimonials-in .rslides {
    margin: 0px auto;
    width: 100%;
    display: block;
    clear: both;
}

#Testimonials-in .rslides li {
    margin: 0px 10%;
    width: 80%;
    float: none !important;
}

#Testimonials-in .rslides li p {
    padding: 20px 0;
    font-style: italic;
}

#Testimonials-in .rslides li p.p-name {
    font-weight: bold;
}

.testi-links {
    font-size: 0;
}

.Testi_auto,
.Testi_nav {
    display: none;
}

.testi-links {
    margin: 25px 0;
    position: relative;
    z-index: 20;
}

.testi-links li {
    font: normal 16px/22px 'Montserrat';
    margin: 0px 10px 15px 10px;
    display: inline-block;
    vertical-align: top;
}

.testi-links li a {
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}

.testi-links li:nth-child(1) a {
    padding: 10px 15px;
    background: #343352;
    color: #fff;
}

.testi-links li:nth-child(1) a:hover {
    background: #000;
    color: #fff;
}

.testi-links li:nth-child(2) a {
    padding: 10px 15px;
    background: #fff;
    color: #2b2b2b;
}

.testi-links li:nth-child(2) a:hover {
    background: #474747;
    color: #fff;
}

.Testi-Tabs ul {
    position: relative;
    z-index: 20;
}

.Testi-Tabs ul li {
    margin: 0px 5px;
    display: inline-block;
}

.Testi-Tabs ul li a {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.Testi-Tabs ul li.Testi_here a {
    background: #fff;
}

/* Patient links */
#Patient-links {
    background: #f0f0f0;
}

#Patient-links-in {
    padding: 40px 0 50px 0;
    text-align: center;
}

#Patient-links-in h2 {
    text-align: center;
    font: 300 40px/50px 'Montserrat';
    color: #000000;
    margin: 0px 0px 30px 0px;
    background: url(/images/patient-links-h-bg.png) no-repeat center center;
}

#Patient-links-in ul {
    font-size: 0px;
    margin: -100px 0 0 0;
}

#Patient-links-in ul li {
    width: 262px;
    height: 182px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 15px 10px;
    font: 500 17px/22px 'Montserrat';
    color: #000000;
}

#Patient-links-in ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 112px 0 0 0;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

#Patient-links-in ul li a::after {
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 54px;
    height: 54px;
    top: 35px;
    background: url(/images/patient-icons-off.webp) no-repeat left top;
}

.no-webp #Patient-links-in ul li a::after {
    background: url(/images/patient-icons-off.png) no-repeat left top;
}

#Patient-links-in ul li a:hover::after {
    background: url(/images/patient-icons-on.webp) no-repeat left top;
}

.no-webp #Patient-links-in ul li a:hover::after {
    background: url(/images/patient-icons-on.png) no-repeat left top;
}

#Patient-links-in ul li a:hover {
    background: #343352;
    color: #fff;
}

#Patient-links-in ul li.pl-1 a::after {
    background-position: -31px -6px;
}

#Patient-links-in ul li.pl-2 a::after {
    background-position: -146px -6px;
}

#Patient-links-in ul li.pl-3 a::after {
    background-position: -258px -6px;
}

#Patient-links-in ul li.pl-4 a::after {
    background-position: -368px -6px;
}

/* Map Section */
#Map-sec {
    background: url(/images/map-bg.webp) no-repeat center top;
}

.no-webp #Map-sec {
    background: url(/images/map-bg.jpg) no-repeat center top;
}

#Map-sec-in {
    min-height: 504px;
}

#Map-sec-in .map-link {
    position: absolute;
    width: 33px;
    height: 47px;
    top: 52px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

#Map-sec-in .address-box {
    width: 600px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background: #343352;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font: normal 16px/25px 'Montserrat';
    text-align: center;
    padding: 30px 10px 20px 10px;
}

#Map-sec-in .address-box h3 {
    font: 300 30px/40px 'Montserrat';
}

#Map-sec-in .address-box p {
    padding: 15px 0;
}

#Map-sec-in .address-box p span {
    display: inline-block;
    font: 500 18px/25px 'Montserrat';
    padding: 0 30px 0 30px;
    position: relative;
}

#Map-sec-in .address-box p span::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    background: url(/images/address-box-icons.png) no-repeat 0 0;
}

#Map-sec-in .address-box ul li {
    display: inline-block;
    vertical-align: top;
    font: 200 26px/35px 'Montserrat';
    margin: 5px 15px;
}

#Map-sec-in .address-box ul li a {
    display: inline-block;
    padding: 0px 0px 0px 30px;
    position: relative;
}

#Map-sec-in .address-box ul li a::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 0px;
    top: 0px;
    background: url(/images/address-box-icons.png) no-repeat 0 0;
}

#Map-sec-in .address-box ul li:nth-child(1) a::after {
    background-position: 0 -28px;
}

#Map-sec-in .address-box ul li:nth-child(2) a::after {
    background-position: 0 -64px;
}

#Map-sec-in .address-box .app-link {
    padding: 10px 0 5px 0;
}

#Map-sec-in .address-box .app-link a {
    font: 600 16px/22px 'Montserrat';
    color: #2b2b2b;
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}

#Map-sec-in .address-box .app-link a:hover {
    color: #fff;
    background: #00b4cf;
}

/* Navigation CSS */
#nav-main {
    background: #93cdd7;
}

.navigation {
    font: 400 14px/22px 'Montserrat';
    padding: 5px 20px 5px 20px;
    color: #242424;
    text-align: center;
}

.navigation a {
    color: #6f6f6f;
}

/* Text CSS */
.textMain {
    padding: 30px 20px 50px 20px;
    font: normal 15px/24px 'Montserrat';
    color: #393939;
}

.textMain a {
    color: #000;
    text-decoration: underline;
}

.textMain a:hover {
    color: #00b4cf;
}

.textMain h1 {
    font: 600 30px/34px Verdana, Arial, Helvetica, sans-serif;
    color: #414141;
}

.textMain h1 span {
    font: normal 20px/24px Verdana, Arial, Helvetica, sans-serif;
    color: #4d4d4d;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: bold 25px/35px 'Montserrat';
    color: #242424;
}

.textMain h2 span {
    font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #014cbe;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 600 22px/30px 'Montserrat';
    color: #343352;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #353535;
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: 600 20px/30px 'Montserrat';
    color: #393939;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #014cbe;
}

.textMain h2.rtd-list-hd {
    font: bold 20px/35px 'Montserrat';
    color: #343352;
}

.textMain .tab-links {
    font: 400 16px/20px 'Montserrat';
    padding: 15px 0;
}

.textMain .tab-links li {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0px 10px 10px 0;
    padding: 0px;
    background: none;
    text-align: center;
}

.textMain .tab-links li a {
    display: block;
    padding: 8px 10px;
    background: #343352;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.textMain .tab-links li a:hover {
    background: #00b4cf;
    color: #fff;
}

/* Sidebar CSS */
#Sidebar {
    width: 320px;
    padding: 60px 0px 30px 0px;
}

.dr-sec-s {
    margin: 0 0 50px 0;
}

.dr-info-si {
    background: #343352;
    border-radius: 10px;
    margin: -25px 15px 0px 15px;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 20px 0;
}

.dr-info-si h2 {
    font: 600 28px/40px 'Montserrat';
    color: #fff;
}

.dr-info-si h2 span {
    display: block;
}

.dr-info-si h2 span.dr-s-text1 {
    font: normal 17px/25px 'Montserrat';
    color: #b6e7ef;
}

.dr-info-si h2 span.dr-s-text2 {
    font: 600 17px/25px 'Montserrat';
    color: #fff;
}

.dr-more-s {
    padding: 20px 0 10px 0;
    text-align: center;
}

.dr-more-s a {
    font: 600 15px/25px 'Montserrat';
    color: #000000;
    background: #b1e5ee;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 15px;
}

.dr-more-s a:hover {
    color: #fff;
    background: #00b4cf;
}

.pat-links-s {
    background: #e8e8e8;
    padding: 0 0 30px 0;
}

.pat-links-s h2 {
    font: 300 24px/28px 'Montserrat';
    color: #3c3c3c;
    text-align: center;
    padding: 30px 0;
}

.pat-links-s ul {
    margin: 0px 20px;
}

.pat-links-s ul li {
    background: #fff;
    font: normal 16px/21px 'Montserrat';
    color: #2a2a2a;
    border-radius: 10px;
    margin: 0px 0px 10px 0px;
}

.pat-links-s ul li a {
    background: url(/images/sidebar-links-off.png) no-repeat left top;
    color: #2a2a2a;
    padding: 24px 10px 24px 76px;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.pat-links-s ul li:hover {
    background: #d8ad63;
}

.pat-links-s ul li a:hover {
    background: url(/images/sidebar-links-on.png) no-repeat left top;
    color: #fff;
}

.pat-links-s ul li:nth-child(1) a {
    background-position: 0 0;
}

.pat-links-s ul li:nth-child(2) a {
    background-position: 0 -81px;
}

.pat-links-s ul li:nth-child(3) a {
    background-position: 0 -158px;
}

.pat-links-s ul li:nth-child(4) a {
    background-position: 0 -238px;
}

/* Footer CSS */
footer {
    background: #00b4cf;
}

#Footer {
    padding: 40px 0px;
    text-align: center;
    color: #fff;
}

#Footer h3 {
    font: normal 24px/30px 'Montserrat';
    letter-spacing: 1px;
}

ul.social-logo {
    font-size: 0px;
    margin: 15px 0 25px 0;
}

ul.social-logo li {
    display: inline-block;
    vertical-align: top;
    width: 55px;
    height: 53px;
    margin: 0px 10px 15px 10px;
}

ul.social-logo li a {
    width: 100%;
    height: 100%;
    display: block;
    background: url(/images/smo-icons.webp) no-repeat left top;
}

.no-webp ul.social-logo li a {
    background: url(/images/smo-icons.png) no-repeat left top;
}

ul.social-logo li.facebook a {
    background-position: 0 0;
}

ul.social-logo li.twitter a {
    background-position: -81px 0;
}

ul.social-logo li.youtube a {
    background-position: -159px 0;
}

ul.social-logo li.linked-in a {
    background-position: -237px 0;
}

ul.social-logo li.instagram a {
    background-position: -319px 0;
}

#Footer p {
    border-bottom: 1px solid #33c3d9;
    border-top: 1px solid #33c3d9;
    font: normal 16px/25px 'Montserrat';
    padding: 15px 0;
}

#Footer p a {
    display: inline-block;
    margin: 0px 10px;
}

#Footer p a:hover {
    color: #343352;
}

#Footer h2 {
    font: normal 16px/25px 'Montserrat';
    padding: 20px 0;
    margin: 0px;
}

.ypo-logo {
    width: 120px;
    text-align: center;
}

/* Specialties Page */
.textMain .spl-icons {
    margin: 20px 0;
    text-align: center;
}

.textMain .spl-icons li {
    width: 24%;
    vertical-align: top;
    display: inline-block;
    font: normal 16px/25px 'Montserrat';
    color: #000;
    padding: 100px 0 50px 0;
    min-width: 250px;
    background: none;
}

.textMain .spl-icons li:nth-child(2),
.textMain .spl-icons li:nth-child(4) {
    background: rgba(236, 236, 236, 0.5);
}

.textMain .spl-icons li a {
    display: block;
    width: 222px;
    min-height: 200px;
    margin: 0px auto;
    text-decoration: none;
    padding: 120px 0 0 0;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

.textMain .spl-icons li a::after {
    background: url(/images/specialties-bg-off.webp) no-repeat left top;
    width: 170px;
    height: 163px;
    position: absolute;
    content: '';
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -70px;
}

.no-webp .textMain .spl-icons li a::after {
    background: url(/images/specialties-bg-on.png) no-repeat left top;
}

.textMain .spl-icons li a:hover::after {
    background: url(/images/specialties-bg-on.webp) no-repeat left top;
}

.no-webp .textMain .spl-icons li a:hover::after {
    background: url(/images/specialties-bg-on.png) no-repeat left top;
}

.textMain .spl-icons li.spl01 a::after {
    background-position: -2px 0;
}

.textMain .spl-icons li.spl02 a::after {
    background-position: -303px 0;
}

.textMain .spl-icons li.spl03 a::after {
    background-position: -603px 0;
}

.textMain .spl-icons li.spl04 a::after {
    background-position: -903px 0;
}

/* Profile Page */
#Dr-sec-s {
    background: url(/images/dr-page-bg.jpg) no-repeat center top;
    background-size: auto 100%;
}

#Dr-sec-s-in {
    min-height: 611px;
}

.dr-pic-s {
    width: 660px;
    height: 548px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.dr-sec-text {
    width: 620px;
    padding: 50px 20px 0 20px;
    position: relative;
    font: normal 16px/25px 'Montserrat';
    color: #000;
}

.dr-sec-text h2 {
    font: normal 50px/60px 'Montserrat';
    color: #000;
    margin: 0px;
    padding: 15px 0;
}

.dr-sec-text h2 span.dr-txt-s1 {
    font: 500 25px/35px 'Montserrat';
    text-transform: uppercase;
    display: block;
    color: #00b4cf;
    letter-spacing: 5px;
}

.dr-sec-text h2 span.dr-txt-s2 {
    font: 600 29px/36px 'Montserrat';
    display: block;
    color: #000000;
}

.dr-sec-text p {
    padding: 15px 0;
}

/* schema */
.textMain .schemaTable {
    padding: 5px;
    position: relative;
    margin-top: 20px;
}

.textMain .schemaTable ul {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    border: 0px;
	text-align:center;
}

.textMain .schemaTable li:last-child {
    border-right: 0px;
}

.textMain .schemaTable li {
    margin: 0px 5px 10px 5px;
    padding: 10px 10px 10px 10px;
    position: relative;
    background: none;
    border-right: 1px dotted #ccc;
    min-width: 250px;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
    background: #f5f5f5;
	display:inline-block;
	width:350px;
	min-height:205px;
	vertical-align:top;
}

.textMain .schemaTable li:before {
    content: none;
}

.textMain .schemaTable h3.textMainBold {
    padding: 10px 0px 0px 0px;
    color: #000;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}
.textMain .schemaTable h3 {
	text-align:center;
	margin:15px 0 0 0;
}
.textMain .schemaTable h3.textMainBold::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    left: 0px;
    top: 22px;
}

.textMain .schemaTable h3 span {
    background: #fff;
    display: inline-block;
    padding: 0px 20px;
    position: relative;
    z-index: 9;
}

.textMain .schemaTable li p::before {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 28px;
    color: #000;
    display: block;
    text-align: center;
    margin: auto;
}

.textMain .schemaTable li p {
    position: relative;
    /*display: inline-block;
    vertical-align: top;
    min-width: 300px;
    text-align: center;
    min-height: 156px;
    border-radius: 3px;
    margin: 5px 3.1%;*/
    padding: 10px 0px 10px 30px;
    text-align: left;
}

/* Staff Page */

.textMain .staff-list {
	margin:20px 0;
/*	padding:px;*/
}
.textMain .staff-list li {
	display:inline-block;
	vertical-align:top;
	border:1px solid #343352;
    font: normal 16px/22px 'Montserrat';
	color:#343352;
	text-align:center;
	padding:0px;
	margin:0px;
	background:none;
	position:relative;
}

.textMain .staff-list li h2 {
    font: normal 18px/22px 'Montserrat';
	color:#fff;
	margin:0px;
	padding:10px 20px;
	background:#343352;
	position:absolute;
	left:0;
	right:0;
	margin:0px auto;
	bottom:-20px;
	width:180px;
	border-radius:10px;
}

/* Contact Page */
.textMain a.contact-click-btn {
    padding: 5px 10px;
    border-radius: 5px;
    background: #00b4cf;
    color: #000;
    font: normal 16px/22px 'Montserrat';
    text-decoration: none;
}

.textMain a.contact-click-btn:hover {
    background: #00b4cf;
    color: #fff;
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
    text-decoration: none;
}
.contact-page .textMain h3 {
	font: 600 22px/30px 'Montserrat';
	color: #000;
	background:#b4e6ed;
	padding:10px 20px;
	margin:10px 0 0 0;
}
.contactTable {
    border-spacing: 5px;
    margin: 10px 0 20px 0;
	display:inline-block;
	width:49%;
	vertical-align:top;
	border:1px solid #ccc;
}

.contact-page::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    background: #343352;
    z-index: 1;
    top: 0px;
    z-index: -1;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-190deg);
    left: -30%;
}

.white-bg {
    background: #fff;
    padding: 20px 3% 30px 3%;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.textMain .white-bg h2 {
    padding: 0px;
    padding-bottom: 15px;
    position: relative;
    overflow: hidden;
    font: bold 45px/55px 'Montserrat';
}

.textMain .white-bg h2 span {
    display: block;
    font: 500 18px/30px 'Montserrat';
}

.textMain .white-bg h2 span.dr-txt-s2 {
    font: 600 19px/40px 'Montserrat';
}

.textMain .white-bg h2 span.dr-txt-s2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    bottom: 32px;
    margin-left: 15px;
}

.contactTable:hover {}

.contact-address {
    padding: 10px;
    position: relative;
    bottom: 0px;
    margin: 0px 0px 20px 0px;
	min-height:190px;
}

.contact-address p {
    background: #fff;
    border-radius: 10px;
}

.contact-address p.textMainBold {
    padding: 5px 0px;
}

.contact-address p {
    position: relative;
    padding: 5px 10px 5px 30px;
}

.contact-address p::before {
    position: absolute;
    left: 5px;
    top: 5px;
}

.contact-map {
    position: relative;
    min-height: 300px;
    background: #f5f5f5;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border: 0px;
}

/* Profile Schema */
/*.textMain .schemaTable {
	padding: 5px;
	text-align: center;
}
.textMain .schemaTitle {
	padding: 5px 10px;
	font: normal 18px/24px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .schemaTable ul {
	margin: 0px;
	padding: 0px;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-moz-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-ms-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	-o-box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
	box-shadow: 0px 0px 10px 1px rgba(51, 51, 51, 0.2);
}
.textMain .schemaTable li {
	margin: 0px;
	padding: 10px;
	position: relative;
	background: none;
	border-right: 1px dotted #ccc;
	min-width: 250px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
.textMain .schemaTable li:last-child {
	border-right: 0px;
}
.textMain .schemaTable p.textMainBold {
	padding: 5px 0px;
}
.textMain .schemaTable p {
	position: relative;
	padding: 5px 10px 5px 30px;
}
.textMain .schemaTable p::before {
	position: absolute;
	left: 5px;
	top: 5px;
}
*/
/* Submit Testimonials */
.textMain .write-review {
    font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
    float: right;
    position: relative;
    border: 2px solid #ccc;
}

.textMain .write-review a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}

.textMain .write-review a::before {
    margin-right: 15px;
}

/* Usefull Links Page */
.textMain .useFul {
    margin: 15px 0px;
    padding: 0px;
}

.textMain .useFul ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    text-align: center;
}

.textMain .useFul li {
    margin: 1%;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    min-width: 290px;
    font: 400 16px/20px 'Source Sans Pro', sans-serif;
    background: none;
    border: 2px solid #ccc;
}

.textMain .useFul li span {
    display: block;
    padding: 15px 0px;
    background: #ccc;
    margin: 0px 0px 15px 0px;
}

.textMain .useFul li img {
    margin: 10px 0px;
}

.textMain .useFul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

/* Relative List */
.textMain .relList li {
    border: 2px solid #ccc;
}

.textMain .relList li a {
    padding: 5px 15px;
}

/*----------------*/
.prod-spl-box {
    background: #b1e5ee;
    padding: 10px 15px;
    color: #000;
}

.prod-spl-box ul li {
    display: inline-block;
    vertical-align: top;
    font: 600 16px/20px 'Montserrat';
    padding: 0;
}

.prod-spl-box ul li a {
    display: inline-block;
    padding: 12px 15px;
    background: #343352;
    color: #fff;
}

p.procd-ft-box {
    padding: 20px 20px;
    background: #343352;
    color: #fff;
}

.textMain .tab-list {
    margin: 10px 0;
    text-align: center;
}

.textMain .tab-list li {
    margin: 5px;
    display: inline-block;
    min-width: 120px;
    background: 0 0;
    padding: 0;
    font: 600 15px/25px 'Montserrat';
}

.textMain .tab-list li span {
    background: #343352;
    color: #fff;
    display: block;
    padding: 8px 0;
}

.textMain .tab-list li a {
    padding: 8px 15px;
    display: block;
    color: #fff;
    background: #00b4cf;
    text-decoration: none;
}

.topic-img {
    float: left;
    padding: 5px 5px 5px 5px;
    position: relative;
    z-index: 9;
    width: 150px;
    border: 1px solid #ccc;
    margin: 0px 15px 0 0;
}

.topic-content {
    width: 100%;
    min-height: 165px;
    padding: 0 0 35px;
    position: relative;
}

.mediaList {
    position: absolute;
    clear: both;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.textMain .mediaList ul {
    margin: 0px;
    padding: 0px;
}

.textMain .mediaList li {
    border-radius: 0px;
    border: 0px;
}

.mediaList li a {
    display: block;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    color: #d8d8d8;
    background: #343352;
}

.textMain .mediaList li:hover a {
    color: #fff;
    background: #00b4cf;
}

.textMain ul.pdf-list {
    margin: 10px 0 25px 0;
}

.textMain ul.pdf-list li {
    background: url(/images/pdf-icon.png) no-repeat 7px 4px;
    padding: 8px 5px 8px 50px;
    font-weight: bold;
    line-height: 20px;
    margin: 8px 0;
}

.textMain ul.pdf-list li a {
    text-decoration: none;
}

.textMain .relList li {
    margin: 3px 3px;
}

/* ada */
.dfwOff:focus {
    outline: 1px dotted #000;
}

.accessible_on #Sidebar {
    margin: 0 auto;
    border: 1px solid;
}

.accessible_on .dfw-on {
    background: #fff;
}

.accessible_on.dfw-blackmode .dfwClose a {
    background: #fff;
}

.accessible_on .menu li.menu-home a {
    font-size: 16px;
}

.accessible_on .dfw-skip,
.accessible_on .showcase,
.accessible_on .ypo-l img,
.accessible_on .ypo-r img {
    border: 1px solid;
    background: inherit;
}

.accessible_on header {
    position: static;
}

.dfw-whitemode .dfw-on {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.dfw-blackmode .dfw-on {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}

.accessible_on .logo img {
    filter: grayscale(100%);
    background: #fff;
}

.dfw-whitemode .dfwClose a {
    background: #000 !important;
}

.accessible_on.dfw-whitemode nav,
.accessible_on.dfw-whitemode #Container div,
.accessible_on.dfw-whitemode li,
.accessible_on.dfw-whitemode li,
.accessible_on.dfw-whitemode a,
.accessible_on.dfw-whitemode header,
.accessible_on.dfw-whitemode footer,
.accessible_on.dfw-whitemode #Footer-Container {
    background: #fff;
}

.accessible_on.dfw-blackmode nav,
.accessible_on.dfw-blackmode #Container div,
.accessible_on.dfw-blackmode li,
.accessible_on.dfw-blackmode li,
.accessible_on.dfw-blackmode a,
.accessible_on.dfw-blackmode header,
.accessible_on.dfw-blackmode footer,
.accessible_on.dfw-blackmode #Footer-Container {
    background: #000;
}

.accessible_on div:before,
.accessible_on div:after,
.accessible_on li:before,
.accessible_on li:after,
.accessible_on .menu li a:hover span::before,
.accessible_on .menu li a:hover span::after {
    display: none !important;
}

.accessible_on h1,
.accessible_on h2,
.accessible_on h3,
.accessible_on h4,
.accessible_on div,
.accessible_on p,
.accessible_on li,
.accessible_on .contact-address p::before,
.accessible_on.textMain .schemaTable p::before {
    color: #000 !important;
}

.accessible_on.dfw-blackmode h1,
.accessible_on.dfw-blackmode h2,
.accessible_on.dfw-blackmode h3,
.accessible_on.dfw-blackmode h4,
.accessible_on.dfw-blackmode div,
.accessible_on.dfw-blackmode p,
.accessible_on.dfw-blackmode li,
.accessible_on.dfw-blackmode .contact-address p::before,
.accessible_on.dfw-blackmode .textMain .schemaTable p::before {
    color: #fff !important;
}

.accessible_on a span {
    color: inherit !important;
}

.accessible_on #Credibility-In {
    text-align: center;
}

.accessible_on #Credibility-In ul li {
    display: inline-block;
    border: 1px solid;
    text-align: center;
    width: 500px;
    margin: 8px;
}

.dfw-greymode #Container,
.dfw-greymode #Container :not(a) {
    color: #333;
}

.dfw-greymode .dfw-skip,
.dfw-greymode #dfw-GreyMode.dfw-active a,
.dfw-greymode .menu ul,
.dfw-greymode .Wrapper {
    background: #ccc;
}

.dfw-greymode #Container a,
.dfw-greymode #Container * a,
.dfw-greymode #Container a:hover,
.dfw-greymode #Container * a:hover,
.dfw-greymode #dfw-GreyMode.dfw-active a {
    color: #000;
}

.accessible_on .appoint .call-appoint li,
.accessible_on .spl-more a,
.accessible_on #Minimally-Invasive-in .mi-more a,
.accessible_on .pra-con .pra-more a,
.accessible_on #Meet-Dr-in .table-div .dr-info p a,
.accessible_on #Map-sec-in .address-box .app-link a,
.accessible_on .testi-links li a,
.accessible_on .dr-more-s a,
.accessible_on .textMain .tab-list li a,
.accessible_on .textMain .tab-list li span,
.accessible_on .textMain .spl-icons li a {
    border: 1px solid;
    background: none !Important;
}

.accessible_on .appoint .call-appoint li:nth-child(2) a,
.accessible_on .menu li:hover,
.accessible_on #Specialties-in ul li h3 a::after,
.accessible_on #Specialties-in ul li h3 a::before,
.accessible_on #Welcom-text,
.accessible_on #Minimally-Invasive,
.accessible_on #Practice-Expertise,
.accessible_on #Meet-Dr,
.accessible_on .no-webp #Meet-Dr,
.accessible_on #Meet-Dr-in .table-div .tabs ul li:nth-child(even),
.accessible_on #Meet-Dr-in .table-div .tabs ul li:nth-child(odd),
.accessible_on footer,
.accessible_on .appoint .call-appoint li a::after,
.accessible_on #Map-sec,
.accessible_on .no-webp #Map-sec,
.accessible_on #Map-sec-in .address-box,
.accessible_on #Map-sec-in .address-box p span::after,
.accessible_on #Map-sec-in .address-box ul li a::after,
.accessible_on ul.social-logo li a,
.accessible_on .no-webp ul.social-logo li a,
.accessible_on #Patient-links,
.accessible_on #Patient-links-in ul li a,
.accessible_on #Patient-links-in ul li a::after,
.accessible_on #Testimonials-in,
.accessible_on #Banner-Container-S,
.accessible_on #nav-main,
.accessible_on .dr-info-si,
.accessible_on .pat-links-s,
.accessible_on .pat-links-s ul li a,
.accessible_on .pat-links-s ul li,
.accessible_on .textMain .tab-list li,
.accessible_on .mediaList li a,
.accessible_on .textMain .spl-icons li:nth-child(2),
.accessible_on .textMain .spl-icons li:nth-child(4),
.accessible_on .textMain .spl-icons li a::after {
    background: none !Important;
}

.accessible_on ul.social-logo li {
    font-size: 15px;
}

.accessible_on nav,
.accessible_on #Specialties-in ul li {
    background: none;
    box-shadow: none;
}

.accessible_on #Footer a img {
    background: #000;
}

#Menu-Container .dfw-skip {
    right: -18px;
}

.accessible_on #Minimally-Invasive-in .mi-more a,
.accessible_on #Meet-Dr-in .table-div .dr-info p a,
.accessible_on #Meet-Dr-in .table-div .dr-info h2 .dr-h-text1,
.accessible_on #Meet-Dr-in .table-div .dr-info h2 .dr-h-text2,
.accessible_on #Meet-Dr-in .table-div .dr-info h2 .blue-text,
.accessible_on #Map-sec-in .address-box .app-link a,
.accessible_on #Meet-Dr-in .table-div .tabs ul li:nth-child(even),
.accessible_on #Meet-Dr-in .table-div .tabs ul li:nth-child(even) span,
.accessible_on .dr-info-si h2 span.dr-s-text1,
.accessible_on .dr-info-si h2 span.dr-s-text2,
.accessible_on .textMain .tab-list li span {
    color: inherit !Important;
}

.accessible_on #Practice-Expertise-in ul li,
.accessible_on #Credibility ul li {
    display: inline-block;
    vertical-align: top;
}

.accessible_on #Map-sec-in img {
    display: none;
}

.accessible_on #Specialties-in > ul > li {
    height: 145px;
    padding: 15px 15px 15px 15px;
    margin: 10px 0.7% 0px 0.7%;
    border: 1px solid;
}

.accessible_on #Patient-links-in ul li {
    width: auto;
    height: auto;
    margin: 10px 10px 15px 10px;
}

.accessible_on #Patient-links-in ul li a {
    padding: 10px;
}

.accessible_on #Patient-links-in ul {
    margin: 10px 0 0 0;
}

.accessible_on #Banner-Container-S #Banner {
    width: auto;
    height: auto;
    padding: 10px 10px;
}
/*
.textMain ul.sp-pdf{
    margin: 20px 0 0 0;
}
.textMain ul.sp-pdf li {
    display: inline-block;
    vertical-align: top;
background: none;
    padding: 0;
    min-width: 380px;
    margin: 5px 0;
}

.textMain ul.sp-pdf li a {
    background: #00b4cf;
    color: #fff;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
}
*/
.textMain ul.sp-pdf{
    margin: 20px 0 0 0;
}
.textMain ul.sp-pdf li {
    display: inline-block;
    vertical-align: top;
background: none;
    padding: 0;
    min-width: 380px;
    margin: 5px 0;
}
.textMain ul.sp-pdf li a{
    text-decoration: none;
    color: #00b4cf;
}
.textMain ul.sp-pdf li a:hover{
    color: #000;
}
@media screen and (max-width : 1200px) {
    .logo {
        width: 52%;
    }

    .logo img {
        width: 43%;
    }

    .logo img:nth-child(2) {
        margin: 26px 2% 26px 2%;
    }

    .logo::after {
        position: absolute;
        width: 1px;
        height: 60%;
        top: 26px;
        left: 48%;
        content: '';
        background: #d8d8d8;
    }

    .home-page #Header-Container {
        background: #fff;
        position: absolute;
    }

    #Header-Container {
        background: #fff;
        position: relative;
    }

    #Banner-Container {
        margin-top: 100px;
    }

    #Banner-Container-S #Banner {
        height: inherit !important;
        text-align: center;
        padding: 70px 0;
    }

    #Minimally-Invasive {
        background-position: -493px 0;
        background-size: auto 100%;
    }

    .textMain .spl-icons li:nth-child(2),
    .textMain .spl-icons li:nth-child(4) {
        background: none;
    }

    .dr-pic-s {
        width: 50%;
        top: 80px;
        bottom: inherit;
    }

    .dr-sec-text {
        width: 50%;
    }
}

@media screen and (max-width : 1070px) {
    #Meet-Dr-in {
        padding: 20px 0;
    }

    #Meet-Dr-in .dr-pic {
        position: relative;
        margin: 20px auto;
        height: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        width: 80%;
    }

    #Meet-Dr-in .table-div {
        width: 100%;
    }
}

@media screen and (max-width : 980px) {
    #Testimonials-in {
        background-size: auto 140%;
        padding: 50px 0;
        min-height: inherit;
    }

    #Patient-links-in ul {
        font-size: 0px;
        margin: -5vw 0 0 0;
    }

    .banner-content {
        font: 500 22px/30px 'Montserrat';
        right: 1%;
        top: 40%;
    }

    .banner-head {
        font: 200 40px/50px 'Montserrat';
    }
}

@media screen and (max-width : 860px) {

    #Header .table-div,
    #Header .table-div .table-cell {
        display: block;
        width: 100%;
        text-align: center;
    }

    .logo::after {
        display: none;
    }

    .appoint {
        padding: 10px 0;
    }

    .appoint .call-appoint {
        text-align: center;
    }

    .logo img {
        width: 272px;
        margin: 10px 1% !important;
    }

    .h-form #form-element-list {
        text-align: center;
    }

    #Banner-Container {
        margin-top: 200px;
    }

    .menu li {
        font: normal 14px/20px 'Montserrat';
    }

    .dr-pic-s {
        width: 320px;
        top: 30px;
        height: inherit;
        bottom: inherit;
        margin: 0px auto 20px auto;
        right: 0px;
        left: 0px;
        position: relative;
    }

    .dr-sec-text {
        width: 100%;
    }

    .img-r {
        float: none;
        padding: 10px 0;
        text-align: center;
    }
    
}
@media screen and (max-width : 768px) {
.contactTable {
	display:table;
	width:100%;
}
.contact-address, .contact-map {
	display:table-cell;
}
.contact-address {
	width:300px;
}
}
@media screen and (max-width : 640px) {
    .home-page #Header-Container {
        position: relative;
    }

    #Banner-Container {
        display: none;
    }

    /* Menu CSS */
    #Main-Menu {
        display: none;
    }

    #Mobile-Menu {
        display: block;
    }

    #Content,
    #Sidebar {
        display: block;
    }

    #Sidebar {
        margin: 0px auto;
    }

    #Meet-Dr-in .table-div .dr-info {
        padding: 30px 20px 30px 20px;
    }

    .contactTable .table-cell {
        display: block;
        width: 100%;
    }

    .contact-address {
        border-radius: 10px 10px 0px 0px;
    }

    .contact-map {
        height: 250px;
        border-radius: 0px 0px 10px 10px;
    }

    .textMain .useFul li {
        width: 95%;
    }

    .textMain .schemaTable .table-cell {
        display: block;
        margin: 0px auto;
    }

    #Map-sec-in .address-box {
        width: 90%;
    }
   .contactTable {
	display:block;
	width:100%;
}
.contact-address, .contact-map {
	display:block;
}
.contact-address {
	width:100%;
	min-height:inherit;
	margin:0 0 10px 0;
}
.contact-map {
	min-height:200px;
	height:200px;
}
.textMain .schemaTable li {
	min-height:inherit;
}
}

@media screen and (max-width : 540px) {
    #Meet-Dr-in .table-div .dr-info h2 {
        font: bold 30px/40px 'Montserrat';
    }

    #Meet-Dr-in .table-div .dr-info h2 .dr-h-text1 {
        line-height: 25px;
        padding: 0 0 5px 0;
    }

    #Meet-Dr-in .table-div {
        display: block;
    }

    #Meet-Dr-in .table-div .dr-info h2 .dr-h-text2 {
        line-height: 25px;
        padding: 0 0 5px 0;
    }

    #Meet-Dr-in .table-div .table-cell {
        display: block;
        width: 100%;
    }

    #Meet-Dr-in .table-div .tabs ul {
        margin: 10px 0 0 0;
        text-align: center;
    }

    #Meet-Dr-in .table-div .tabs ul li {
        padding: 15px 20px 15px 20px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
        width: 180px;
        min-height: 130px !important;
        border-radius: 10px;
        margin: 0px 5px 10px 5px;
    }

    .minimally-text {
        width: 100%;
    }

    #Minimally-Invasive-in h2 span {
        font: 300 30px/40px 'Montserrat';
    }

    #Minimally-Invasive-in h2 {
        font: 600 40px/50px 'Montserrat';
    }

    .dr-sec-text h2 {
        font: normal 35px/45px 'Montserrat';
    }

    .dr-sec-text h2 span.dr-txt-s1 {
        font: 500 20px/30px 'Montserrat';
    }

    .dr-sec-text h2 span.dr-txt-s2 {
        font: 600 22px/30px 'Montserrat';
    }

    .h-form #form-element-list li {
        width: 150px;
    }

    .textMain .white-bg h2 {
        font: bold 35px/45px 'Montserrat';
    }

    .textMain .white-bg h2 span {
        display: block;
        font: 500 17px/30px 'Montserrat';
    }

    .textMain .white-bg h2 span.dr-txt-s2 {
        font: 600 17px/30px 'Montserrat';
    }
}
@media screen and (max-width : 400px) {
.textMain .schemaTable li {
	margin: 0px 0px 10px 0px;
	width:100%;
	display:block;
	padding: 10px 10px 10px 10px;
}
}