/* ------------------------------ Fonts CSS ------------------------------ */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700');

/*   font-family: 'Open Sans', sans-serif;    */

@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';

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

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

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


/* ------------------------------ Global CSS ------------------------------ */

body {
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
    *overflow-y: none;
}

img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
}


/* ------------------------------ General CSS ------------------------------ */

.hr {
    height: 10px;
    border-bottom: 1px dotted #999;
}

.clear-float {
    clear: both;
}

.align-left {
    float: left;
    margin-right: 10px;
}

.align-right {
    float: right;
    margin-left: 10px;
}

.bdr-bg-none {
    border: none !important;
    background: none !important;
}

.videoBorder {
    border: 4px solid #333;
    margin: 5px auto;
    padding: 50% 0 0;
    position: relative;
    width: 95%;
}

.multiBorder {
    width: 90%;
    position: relative;
    margin: 10px auto;
    padding: 100% 0px 0px 0px;
    overflow: hidden;
    height: 300px;
}

.videoBorder iframe,
.videoBorder embed,
.multiBorder iframe,
.multiBorder embed {
    top: 0px;
    position: absolute;
    width: 100.1%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px !important;
}

.mandatory {
    color: #c00000 !important;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}


/* ------------------------------ Slider CSS ------------------------------ */

.rslides {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.rslides li {
    display: none;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.rslides li li {
    display: block;
}

.Intra-L,
.Intra-R {
    position: absolute;
    z-index: 111;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.Intra-L {
    left: -100%;
}

.Intra-R {
    right: -100%;
}

.intra-div,
.intra-table {
    width: 100%;
    height: 100%;
}

figure {
    margin: 0px;
}


/* ------------------------------ Scrolling Styles ------------------------------ */

#flexiselDemo1 {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    overflow: hidden !important;
}

.nbs-flexisel-container {
    margin: 0px;
    padding: 0px;
    position: relative;
    max-width: 100%;
    overflow: hidden !important;
}

.nbs-flexisel-ul {
    width: 9999px;
    *width: 9999px;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden !important;
}

.nbs-flexisel-inner {
    width: 92%;
    max-width: 92%;
    margin: 0px auto;
    padding: 0px;
    overflow: hidden !important;
}

.nbs-flexisel-item {
    margin: 0px;
    padding: 0px;
    float: left;
    overflow: hidden !important;
    vertical-align: middle;
}

.nbs-flexisel-item img {
    vertical-align: middle;
}

.nbs-flexisel-item a,
.nbs-flexisel-item a:hover {
    text-decoration: none;
}


/*----- Navigation -----*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 35px;
    height: 38px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 20% !important;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
}

.nbs-flexisel-nav-left {
    background: url(../images/sliding-prev.gif)no-repeat center;
}

.nbs-flexisel-nav-right {
    background: url(../images/sliding-next.gif)no-repeat center;
}

.nbs-flexisel-nav-left {
    left: 2px;
}

.nbs-flexisel-nav-right {
    right: 2px;
}

#backtotop > a,
#backtobot > a {
    border: 2px solid #0aa1eb;
    border-radius: 50%;
    display: block;
    height: 35px;
    position: fixed;
    right: 5px;
    width: 35px;
    z-index: 2222;
    bottom: 5px;
}

#backtotop a {
    background: url(../images/up-arrow.png)no-repeat center #fff;
}

#backtobot a {
    background: url(../images/down-arrow.png)no-repeat center #fff;
}

#backtotop > a:hover,
#backtobot > a:hover {
    filter: grayscale(100%);
}

.intra-table {
    display: table;
    table-layout: fixed;
}


/* ------------------------------ Main CSS ------------------------------ */

#Container {
    margin: 0px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

header,
section,
footer,
#Intra-Container,
#Cred-Container,
#Map-Container,
#Map,
#Content-Container,
#Intra-Container-S,
#Education-Videos-Container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Header,
#Main-Menu,
#Intractivity,
#Services,
#Meet,
#Pt-Journey,
#Pt-Testimonials,
#Credibility,
#Footer,
.copyText-logo,
#Content-Main,
#Education-Videos {
    max-width: 1170px;
    min-width: 320px;
    margin: 0px auto;
    position: relative;
}


/*---------- Header  Css -------------*/

header.fixed {
    background: rgba(255, 255, 255, 0.98);
    position: fixed;
    transition: all 0.3s ease-out 0s;
    z-index: 5555;
}

header {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 999;
}

#Intra-Container,
#Intra-Container-S {
    margin-top: 204px;
}

.fixed #Header {
    height: 110px;
    transition: all 0.3s ease-out 0s;
}

#Header {
    height: 150px;
}

.header-in {
    display: table-cell;
    vertical-align: middle;
}

.header-logo {
    padding: 0px 2% 0px 1%;
}

.fixed .header-logo img {
    width: 350px;
    transition: all 0.5s ease-out 0s;
}

.phone-menu {
    width: 515px;
}

.phone-menu li {
    float: left;
    margin-left: 3%;
    position: relative;
    font: 500 21px/28px 'Roboto', sans-serif;
}

.phone-menu .phone {
    width: 37%;
    font-weight: 700;
    margin-left: 0px;
}

.appoint {
    width: 34%;
}

.phone-menu li span {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.phone span {
    background: url(../images/sprite-image.png)no-repeat -30px -178px;
}

.appoint span {
    background: url(../images/sprite-image.png)no-repeat -30px -223px;
}

.phone-menu .location-h span {
    background: url(../images/sprite-image.png)no-repeat -30px -268px;
    width: 24px;
}

.phone-menu li a {
    color: #2c3c48;
    display: block;
}

.phone-menu .phone a {
    color: #f172a4;
}

.phone-menu li::before {
    height: 18px;
    content: "";
    width: 1px;
    background: #000;
    position: absolute;
    top: 5px;
    right: 0px;
}

.phone-menu .location-h::before {
    display: none;
}


/*---------- Menu Css -----------------*/

#Menu-Container {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #f1e9f2;
}

.slicknav_menu a {
    display: none;
}

#access {
    position: relative;
    z-index: 300;
}

.menu {
    clear: both;
}

.menu li {
    text-align: center;
    float: left;
    margin: 0;
    position: relative;
    z-index: 99999;
    font: 400 17px/52px 'Open Sans', sans-serif;
}

.menu > li::before {
    height: 18px;
    content: "";
    width: 1px;
    background: #d7bed8;
    position: absolute;
    top: 18px;
    right: 0px;
}

.menu > li:last-child::before {
    content: none;
}

.menu a {
    cursor: pointer;
    display: block;
    position: relative;
    text-decoration: none;
    color: #111111;
}

.menu a:hover,
.menu li:hover > a {
    color: #fff;
    background: #0e4c92;
}

.menu ul {
    display: none;
    float: left;
    margin: 0px;
    position: absolute;
    left: 0px;
    z-index: 9999;
    border-top: 1px solid transparent;
    width: 230px;
    transition: all 0.3s ease-out 0s;
}

.resource-nav ul {
    width: 280px;
}

.menu li:hover > ul {
    display: block;
    transition: all 0.8s ease-out 0s;
}

.menu ul ul {
    left: 100%;
    top: 0px;
    margin: 0px;
    z-index: 9999;
    width: 210px;
    border-top: 0px;
    border-left: 1px solid transparent;
}

.menu ul li {
    height: auto;
    text-transform: none;
    background: url(../images/menu-disc.png)no-repeat 12px center #0e4c92;
    border-bottom: 1px solid #001331;
    width: 100%;
    font: 400 14px/20px 'Roboto', sans-serif;
}

.menu ul a {
    color: #fff;
    margin: 0px;
    padding: 10px 0px 10px 30px;
    z-index: 999;
    text-align: left;
}

.menu ul ul li {
    font-size: 13px;
}

.menu ul ul a {
    padding: 8px 0px 8px 30px;
}

.menu ul a:hover,
.menu ul li:hover > a {
    border-radius: 0px;
    color: #fff;
    background: url(../images/menu-disc-hover.gif)no-repeat 12px center #38a4d7;
}

.menu:after,
.menu ul:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.ie8 .menu a {
    padding: 0px 20px;
}

.menu a#responsive_menu_button {
    display: none;
}

.main-nav #responsive_current_menu_item {
    display: none;
}

.js .main-nav .menu {
    display: block;
}

.home-nav {
    width: 9%;
}

.abt-nav {
    width: 11%;
}

.btg-surg {
    width: 16.1%;
}

.visit-nav {
    width: 9.5%;
}

.fee-nav {
    width: 8%;
}

.gp-cont {
    width: 10%;
}


/*Primary Main Menu IE Fixes------------ */

.ie7 .menu li li a {
    min-width: 100%;
}


/*---------- Banner Css -----------------*/

#Intra-Container #Intractivity {
    height: 446px;
}

#Intra-Container-S #Intractivity {
    height: 162px;
}

#Intra-Container .breast-thyroid {
    background: url(../images/excellence-bg.jpg) no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
}

#Intra-Container .breast-thyroid .Intra-L {
    background: #dddac9;
}

#Intra-Container .breast-thyroid .Intra-R {
    background: #dbdac6;
}

#Intra-Container .listen-care {
    background: url(../images/choices-explained-bg.jpg) no-repeat center top;
}

#Intra-Container .listen-care .Intra-L {
    background: url(../images/choices-explained-l-bg.jpg) no-repeat right top;
}

#Intra-Container .listen-care .Intra-R {
    background: #e8e8e8;
}

#Intra-Container .caring-team {
    background: url(../images/caring-team-bg.jpg) no-repeat center top;
}

#Intra-Container .caring-team .Intra-L {
    background: url(../images/caring-team-l-bg.jpg) no-repeat right top;
}

#Intra-Container .caring-team .Intra-R {
    background: #e3e3e3;
}

#Intra-Container .thyroid-banner {
    background: url(../images/thyroid-intra-bg.jpg) no-repeat center top;
}

#Intra-Container .thyroid-banner .Intra-L {
    background: url(../images/thyroid-intra-l-bg.jpg) no-repeat right top;
}

#Intra-Container .thyroid-banner .Intra-R {
    background: #dbf3ff;
}

.intra-text h4 a {
    display: block;
    width: 80px;
    background: #09478d;
    text-align: center;
    padding: 10px;
    font: 300 16px/18px 'Lato', sans-serif;
    margin: 10px 0px 10px 0px;
    color: #fff;
}


/*---------- Sub Banner Css -----------------*/

#Intra-Container-S {
    background: #dbf3ff;
}

#Intra-Container-S .breast-thyroid {
    background: url(../images/excellence-bg-s.jpg) no-repeat left top #dddac9;
}

#Intra-Container-S .breast-thyroid .Intra-L,
#Intra-Container-S .breast-thyroid .Intra-R {
    background: #dddac9;
}

#Intra-Container-S .listen-care {
    background: url(../images/listens-care-bg-s.jpg) no-repeat left top #cbd8f1;
}

#Intra-Container-S .listen-care .Intra-L,
#Intra-Container-S .listen-care .Intra-R {
    background: #cbd8f1;
}

#Intra-Container-S .caring-team {
    background: url(../images/caring-team-bg-s.jpg) no-repeat left top #D2D4D9;
}

#Intra-Container-S .caring-team .Intra-L,
#Intra-Container-S .caring-team .Intra-R {
    background: #D2D4D9;
}

#Intra-Container-S .thyroid-banner {
    background: url(../images/thyroid-banner-bg-s.jpg) no-repeat left top #dbf3ff;
}

#Intra-Container-S .thyroid-banner .Intra-L,
#Intra-Container-S .thyroid-banner .Intra-R {
    background: #dbf3ff;
}


/*---------------- Intra Tabs Styles -----------------*/

.intra-tabs {
    position: absolute;
    bottom: 0%;
    right: 50%;
    z-index: 100;
}

.intra-tabs li,
.news-tabs li {
    display: inline-block;
    margin: 0px 1px;
}

.intra-tabs a {
    display: block;
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #0e4c92;
}

.intra-tabs li a:hover,
.Banner_here a {
    background: #fff;
    border-color: #0e4c92;
    -ms-transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
}

.intra-text {
    position: absolute;
    top: 40%;
    right: 10%;
    color: #002b5b;
    font: 100 21px/33px 'Lato', sans-serif;
}

.intra-text span {
    font: 900 30px/28px 'Lato', sans-serif;
}

#Intra-Container-S .intra-text {
    top: 30%;
    font: 100 18px/24px 'Lato', sans-serif;
}

#Intra-Container-S .intra-text span {
    font: 900 22px/26px 'Lato', sans-serif;
}


/*------floating-serv--------------*/

#Intra-Container .floating-serv,
#Intra-Container-S .floating-serv {
    top: 260px;
}

.floating-serv {
    position: fixed;
    right: 0;
    z-index: 9999;
}

.floating-serv li {
    font: 300 13px/17px 'Open Sans', sans-serif;
    margin: 10px 0px;
    text-align: center;
}

.floating-serv li a {
    color: #fff;
    display: block;
    height: 85px;
    width: 85px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #0e4c92;
}

.floating-serv li a:hover {
    background: #2d98cb;
}

.floating-serv li span {
    height: 42px;
    display: block;
}

.floating-serv .open-hours span {
    background: url("../images/sprite-image.png") no-repeat scroll -2px -345px;
}

.floating-serv .tell-frnd span {
    background: url("../images/sprite-image.png") no-repeat scroll 0px -387px;
}

.floating-serv .watch-vdo span {
    background: url("../images/sprite-image.png") no-repeat scroll 0px -432px;
}


/*---------- Button Css -------------*/

#Services-Container {
    background: url(../images/services-bg.jpg)repeat;
    overflow: visible;
}

#Services {
    min-height: 540px;
}

#Services h2 {
    font: 700 30px/120px 'Lato', sans-serif;
    text-transform: uppercase;
    color: #fff;
    width: 140px;
    margin: 0px auto;
    position: relative;
}

#Services h2::before {
    content: "";
    border-bottom: 5px solid #f672a3;
    width: 75%;
    position: absolute;
    bottom: 25%;
    left: 13%;
}

#Services .intra-table {
    border: 10px solid #e8e8e8;
}

.serv-in {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #e5e5e5;
    background: #ffffff;
    position: relative;
    padding: 15px 0px 60px 0px;
}

.serv-in::before,
.serv-in::after {
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: -6px;
}

.gs::before,
.gs::after {
    display: none;
}

.serv-in::before {
    border-top: 6px solid #114393;
    top: -10px;
}

.serv-in::after {
    border-bottom: 6px solid #114393;
    bottom: -10px;
}

.serv-in h3 a {
    color: #ef6ba7;
    display: block;
    text-align: center;
    font: 700 18px/22px 'Lato', sans-serif;
}

.serv-in span::before {
    border: 1px dashed #3da6d8;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    height: 111%;
    left: -7px;
    top: -7px;
    width: 111%;
}

.serv-in span {
    display: block;
    height: 110px;
    margin: 10px auto;
    position: relative;
    width: 110px;
}

.serv-in h3 a:hover img {
    height: 110px;
    width: 110px;
    padding-left: 110px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.breast-surg a:hover img {
    background: url(../images/breast-surgery-over.png)no-repeat center;
}

.breast-oncoplast a:hover img {
    background: url(../images/breast-oncoplastic-surgery-over.png)no-repeat center;
}

.thyroid-surg a:hover img {
    background: url(../images/thyroid-surgery-over.png)no-repeat center;
}

.general-surg a:hover img {
    background: url(../images/general-surgery-over.png)no-repeat center;
}

.serv-in ul {
    padding: 5px 5px 0px 10%;
}

.serv-in li {
    font: 400 14px/20px 'Open Sans', sans-serif;
    color: #38a4d7;
    list-style: disc;
}

.serv-in li a {
    color: #484848;
}

.more {
    bottom: 20px;
    left: 40%;
    position: absolute;
    font: 400 14px/28px 'Open Sans', sans-serif;
    text-align: center;
    width: 70px;
}

.more a {
    display: block;
    border-radius: 12px;
    background: #38a4d7;
    color: #fff;
}

.more a:hover {
    background: #0066cc;
}

#Education-Videos-Container {
    overflow: visible;
}

#Education-Videos h2 {
    color: #0e4c92;
    font: 900 34px/35px "Lato", sans-serif;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding: 40px;
}

#Education-Videos h2 a {
    color: #0e4c92;
}

#Education-Videos h2 span {
    color: #f172a4;
    font: 400 24px/26px 'Open Sans', sans-serif;
    text-transform: none;
}

#Education-Videos ul {
    list-style: outside none none;
    text-align: center;
}

#Education-Videos li {
    display: inline-block;
    margin: 10px 1%;
    min-width: 300px;
    width: 30%;
}

#Education-Videos h3 {
    font: 300 22px/25px "Lato", sans-serif;
    background: #0e4c92 none repeat scroll 0 0;
    color: #fff;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

#Education-Videos h3 a {
    color: #fff;
}

#Education-Videos li img {
    border: 10px solid #fff;
    outline: 1px solid #ccc;
}


/*---------- Meet Doctor Css -------------*/

#Meet-Container {
    background: url(../images/meet-doc-bg.jpg) repeat 0px 0px;
}

#Meet {
    min-height: 560px;
}

.doc-img-bg {
    width: 41%;
    background: url(../images/meet-doc-bg.jpg) repeat 0px 0px;
    min-height: 560px;
    float: left;
    z-index: 32;
}

.doc-img-bg figure {
    bottom: 0;
    left: -1%;
    z-index: 222;
    position: absolute;
    width: 54%;
}

.doc-text {
    width: 55%;
    padding-left: 4%;
    float: left;
    position: relative;
    z-index: 233;
}

.doc-text h2 {
    font: 900 42px/46px 'Lato', sans-serif;
    padding-top: 6%;
    color: #f172a4;
}

.doc-text h2 span {
    font-size: 32px;
}

.doc-text .degree {
    font: 700 16px/26px 'Lato', sans-serif;
    color: #0e4c92;
}

.doc-txt-head li {
    display: inline-block;
    padding: 0px 2%;
    color: #0e4c92;
    font: 700 25px/29px 'Lato', sans-serif;
}

.doc-txt-head li::before {
    content: "\2022";
    color: #9da7b3;
    font-size: 15px;
    position: relative;
    left: -10px;
    top: -2px;
}

.doc-txt-head li:first-child {
    padding-left: 0px;
}

.doc-txt-head li:first-child::before {
    content: none;
}

.doc-text p {
    font: 400 15px/20px 'Open Sans', sans-serif;
    color: #000;
    padding: 3% 0px;
    margin-right: 8%;
    border-top: 1px solid #a5a5a5;
}

.doc-txt-list li {
    font: 700 13px/17px 'Open Sans', sans-serif;
    padding: 2.5px 0px;
    color: #f172a4;
    list-style: disc inside;
}

.doc-txt-list li a {
    color: #2d2d2d;
    cursor: text;
}

.award-vdo {
    display: inline-block;
    vertical-align: top;
    margin-top: 4%;
}

.award-pub {
    width: 35%;
    margin-right: 2px;
}

.pt-video {
    width: 63%;
    border: 1px solid #c7c5c5;
    background: #e7e7e7;
}

.quick-link {
    font: 400 18px/40px 'Open Sans', sans-serif;
    background: #0e4c92;
    border-bottom: 1px solid #fff;
    position: relative;
}

.award-vdo li:last-child {
    border-bottom: none;
}

.award-vdo li:hover {
    background: #38a4d7;
}

.quick-link a {
    color: #fff;
    display: block;
    padding-left: 44px;
}

.quick-link a::after {
    content: "\2192";
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 2px;
}

.award a {
    background: url(../images/sprite-image.png)no-repeat -13px -307px;
}

.research a {
    background: url(../images/sprite-image.png)no-repeat -13px -483px;
}

.publication a {
    background: url(../images/sprite-image.png)no-repeat -13px -530px;
}

.quick-link1 img {
    float: left;
    margin: -4% 12px 0px -5px;
    z-index: 33;
}

.quick-link1 a {
    position: relative;
}

.quick-link1 a::after {
    border-bottom: 7px solid transparent;
    border-left: 7px solid #cac0a8;
    border-top: 7px solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 150%;
}

.quick-link1 {
    font: 700 15px/20px 'Open Sans', sans-serif;
    margin: 4% 0px 0px 5px;
    position: relative;
    z-index: 2;
    color: #000;
}

.quick-link1 span {
    font: 400 13px/17px 'Open Sans', sans-serif;
    display: block;
    padding-top: 5px;
}

.meet-more {
    text-align: right;
    font: italic 15px/40px 'Open Sans', sans-serif;
    margin-top: 3%;
}

.meet-more a {
    color: #000000;
    padding: 8px 10px;
}


/*---------- Patient-Journey Css -------------*/

#Pt-Journey {
    min-height: 435px;
    background: url(../images/journey-bg.jpg)no-repeat center #38a4d7;
}

#Pt-Journey .Intra-L {
    background: url(../images/journey-bg-l.jpg)no-repeat right top #39A4D8;
}

#Pt-Journey .Intra-R {
    background: url(../images/journey-bg-r.jpg)no-repeat left top #3BA7D8;
}

#Pt-Journey h2 {
    font: 700 30px/50px 'Lato', sans-serif;
    padding: 4% 0px 0%;
    text-transform: uppercase;
    color: #fff;
    width: 280px;
    margin: 0px auto;
    position: relative;
}

#Pt-Journey h2::before {
    content: "";
    border-bottom: 5px solid #114393;
    width: 38%;
    position: absolute;
    bottom: 0%;
    left: 29%;
}

.journey-in {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-top: 8%;
    font: 400 16px/20px 'Open Sans', sans-serif;
    position: relative;
}

.disp-row {
    display: none;
}

.journey-in a {
    color: #fff;
}

.journey-in::after {
    content: "\279d";
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    top: 40%;
    right: -10px;
}

.journey-in.care-plan::after {
    display: none;
}

.journey-in span {
    height: 68px;
    border: 1px solid #76c1e4;
    width: 60%;
    display: block;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    margin: 0px auto 50px;
}

.journey-in span::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(9deg);
    transform: rotate(90deg);
}

.journey-in img {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 10px;
}

.discus img,
.post-procedure img,
.multidisciplinary img {
    margin-top: -4px;
}

.procedure img,
.care-plan img {
    margin-top: 4px;
}

.journey-in a:hover span::before {
    background: #0e4c92;
}

.journey-in a:hover img {
    -ms-filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


/*---------- Patient-Testimonials Css -------------*/

#Pt-Testimonials {
    min-height: 680px;
}

#Pt-Testimonials h2 {
    font: 900 34px/38px 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 55px 0px 25px;
    color: #0e4c92;
    text-align: center;
}

#Pt-Testimonials h2 span {
    display: block;
    font: 400 24px/28px 'Lato', sans-serif;
    text-transform: capitalize;
    color: #f172a4;
}

.pt-resource,
.insurance {
    display: table-cell;
    vertical-align: top;
}

.pt-resource li {
    float: left;
    font: 600 18px/22px 'Open Sans', sans-serif;
    height: 120px;
    width: 25%;
    position: relative;
}

.pt-resource .txt-mid {
    position: relative;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.pt-resource li a {
    color: #000;
    display: block;
    height: 100%;
}

.pt-resource li .txt-mid span {
    float: left;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin: -25px 5px 0px 0px
}

.first-visit .txt-mid span {
    background: url(../images/sprite-image.png)no-repeat -10px -565px #114393;
}

.pt-form .txt-mid span {
    background: url(../images/sprite-image.png)no-repeat -10px -625px #114393;
}

.urgent-ap .txt-mid span {
    background: url(../images/sprite-image.png)no-repeat -15px -680px #114393;
}

.open-hr .txt-mid span {
    background: url(../images/sprite-image.png)no-repeat -15px -400px #114393;
    background-size: 150%;
}

.first-visit a:hover .txt-mid span {
    background: url(../images/sprite-image.png)no-repeat -10px -565px #38a4d7;
}

.pt-form a:hover .txt-mid span {
    background: url(../images/sprite-image.png)no-repeat -10px -625px #38a4d7;
}

.urgent-ap a:hover .txt-mid span {
    background: url(../images/sprite-image.png)no-repeat -15px -680px #38a4d7;
}

.open-hr a:hover .txt-mid span {
    background: url(../images/sprite-image.png)no-repeat -15px -400px #38a4d7;
    background-size: 150%;
}

.insurance {
    width: 42%;
}

.insurance img {
    border: 12px solid #919191;
    border-radius: 10px;
}

.more-vdo {
    font: 400 18px/22px 'Open Sans', sans-serif;
    font-style: italic;
    margin-top: 15px;
    color: #1577b5;
    text-align: right;
    margin-right: 10px;
}

.more-vdo a {
    color: #000;
}

.div-hr {
    border-bottom: 1px solid #e5e5e5;
    padding-top: 1.5%;
}

#Pt-Testimonials h3 {
    font: 700 30px/36px 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 5% 0px 30px;
    color: #0e4c92;
    text-align: center;
}

#Pt-Testimonials h3 span {
    display: block;
    font: 400 16px/22px 'Open Sans', sans-serif;
    text-transform: none;
    color: #111111;
}

.pay-in {
    display: table-cell;
    vertical-align: middle;
    font: 400 20px/24px 'Lato', sans-serif;
    text-align: center;
}

.health-ins {
    text-align: left;
}

.pay-in img {
    margin-right: 4%;
}

.health-ins img {
    float: left;
    margin: -6px 4% 0px 20%;
}

.pay-in a {
    color: #fff;
    background: url(../images/pay-tabs-bg.png)no-repeat right top #38a4d7;
    height: 75px;
    padding-top: 35px;
    display: block;
    width: 50%;
    margin: 0px auto;
}

.ama a {
    background: url(../images/pay-tabs-bg-ama.png)no-repeat right top #38a4d7;
}

.pay-in a:hover {
    background: url(../images/pay-tabs-bg.png)no-repeat right top #114393;
}

.ama a:hover {
    background: url(../images/pay-tabs-bg-ama.png)no-repeat right top #114393;
}


/*--------Location--------*/

#Map {
    min-height: 475px;
}

#Map h3 {
    font: 400 28px/55px 'Lato', sans-serif;
    background: #38a4d7;
    width: 350px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #114393;
    position: absolute;
    top: -10px;
    left: 37%;
    z-index: 22;
}

#Map h3::before,
#Map h3::after {
    position: absolute;
    content: "";
    top: -1px;
    border-top: 0 solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 10px solid #114393;
}

#Map h3::before {
    border-left: 10px solid transparent;
    left: -10px;
}

#Map h3::after {
    border-right: 10px solid transparent;
    right: -10px;
}

#Map h3 span {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 10px 0px 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: url("../images/sprite-image.png") no-repeat scroll -23px -266px;
    -ms-filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.map-header h2 {
    text-align: center;
    font: normal 28px/46px 'Ubuntu-Light';
    color: #000000;
    background: #bcbcbc;
    width: 100%;
    position: relative;
}

.map-header h2:after {
    position: absolute;
    content: "";
    left: -30px;
    width: 0;
    height: 0;
    border-top: 46px solid #ffffff;
    border-left: 30px solid transparent;
}

.map-header h2:before {
    position: absolute;
    content: "";
    right: -30px;
    width: 0;
    height: 0;
    border-top: 46px solid #ffffff;
    border-right: 30px solid transparent;
}

.map-header {
    position: absolute;
    top: -14px;
    z-index: 10;
    left: 30%;
    width: 42%;
    background: #bcbcbc;
}


/* .gm-style .gm-style-iw {
	border: 4px solid #f172a4;
	overflow: visible !important;
	position: relative;
}
.gm-style .gm-style-iw:after {
	position: absolute;
	content: "";
	left: 40%;
	width: 0;
	height: 0;
	bottom: -40px;
	border-top: 40px solid #f172a4;
	border-left: 30px solid transparent;
}
.gm-style > div > div > div > div > div > div {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	box-shadow: none !important;
	position: relative;
}
.gm-style > div > div > div > div > div {
	background: #fff;
	color: #000000 !important;
	text-align: left;
}
.gm-style > div > div > div > div > div > div > div {
	top: -6px !important;
}
.gm-style > div > div > div > div > div > div > div:after {
}
.gm-style div div div div div div div div {
	display: none;
}
.gm-style > div > div > div > div > div > div > div > div {
	box-shadow: none !important;
	font: 13px/22px 'Ubuntu-Medium' !important;
	text-transform: uppercase;
	color: #fff;
	padding-right: 10px;
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
}
.gm-style > div > div > div > div > div > div > div > div:after {
	position: absolute;
	content: " ";
	border: 1px solid #fff;
	bottom: 0px;
	width: 100px;
	left: 0px;
	margin-top: 3px;
}
.gm-style-iw p {
	font: 700 18px/22px 'Lato', sans-serif;
	color: #114393;
	margin: 15px 15px;
}
.gm-style-iw p span {
	display: block;
	font: 400 16px/20px 'Lato', sans-serif;
}
.gm-style div {
} */


/*Google Map CSS*/

.gm-style .gm-style-iw {
    overflow: visible !important;
    position: relative;
    border: 1px solid #e96a4c;
    background: rgba(255, 255, 255, 0.8);
    width: 375px !important;
}

/*.gm-style .gm-style-iw::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 22px solid #e96a4c;
    top: 35px;
    content: "";
    height: 0;
    left: -26px;
    position: absolute;
    width: 0;
    transform: rotate(90deg);
}*/

.gm-style>div>div>div>div>div>div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    position: relative;
}

.gm-style>div>div>div>div>div>div>div>div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.gm-style>div>div>div>div>div {
    background: #fefefe;
    color: #fff !important;
    font: 13px/22px 'Ubuntu-Medium' !important;
    text-align: left;
    right: 15px !important;
}

/*.gm-style>div>div>div>div>div>div>div {
    top: -6px !important;
}*/

.gm-style>div>div>div>div>div>div>div>div {
    box-shadow: none !important;
    font: 700 18px/22px 'Lato', sans-serif;
    text-transform: none;
    color: #000000;
    padding-right: 10px;
    margin-left: 12px;
    margin-top: 10px;
    position: relative;
    width: 330px;
}


/*--------- Clients Css -------------*/

#Cred-Container {
    border-top: 1px solid #cbcbcb;
}

#Credibility {
    height: 280px;
}

#Credibility ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0px 1%;
}

#Credibility li {
    display: inline-block;
    width: 27%;
    margin: 10px 0px;
}

#Credibility li:nth-child(4) {
    width: 17%;
    text-align: right;
}


/* -------------------- Footer Styles -------------------- */

footer {
    border-top: 1px solid #c43969;
}

#Footer {
    min-height: height: 470px;
    background: url(../images/footer-bg.jpg)no-repeat left top;
    font: 300 15px/20px 'Open Sans', sans-serif;
}

#Footer .Intra-L {
    background: url(../images/footer-bg-l.jpg)no-repeat right top;
}

#Footer .Intra-R {
    background: url(../images/footer-bg-r.jpg)no-repeat left top;
}

.foot-up {
    height: 370px;
}

.intra-foot {
    display: table-cell;
    vertical-align: top;
    color: #fff;
}

.res-row {
    display: none;
}

.foot-menu {
    width: 20%;
    padding-left: 5px;
}

.web-search {
    width: 230px;
}

.intra-foot a {
    padding: 0px 1px;
    color: #fff;
}

.intra-foot a:hover {
    text-decoration: underline;
}

.intra-foot h3 {
    font: 700 20px/40px 'Lato', sans-serif;
    padding: 50px 0px 10px 0px;
}

.web-search h4 {
    font: 300 20px/50px 'Lato', sans-serif;
    padding-top: 30%;
}

.treat li,
.foot-menu li {
    padding: 1% 0px;
}

.social li {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
}

.social li a {
    height: 100%;
    display: block;
    transform: scale(-2%);
}

.social li:hover {
    background: #114393;
}

.in a {
    background: url("../images/sprite-image.png") no-repeat 2px -8px;
}

.tw a {
    background: url("../images/sprite-image.png") no-repeat -29px -8px;
}

.gp a {
    background: url("../images/sprite-image.png") no-repeat -62px -7px;
}

.yt a {
    background: url("../images/sprite-image.png") no-repeat 1px -37px;
}

.fb a {
    background: url("../images/sprite-image.png") no-repeat -28px -37px;
}

.pint a {
    background: url("../images/sprite-image.png") no-repeat -61px -37px;
}

.doctoralia {
    background: #4bae51;
    padding: 10px 10px;
    width: 62%;
    font: 700 14px/18px 'Lato', sans-serif;
    margin-top: 6%;
}

.doctoralia p span {
    font: 300 14px/18px 'Open Sans', sans-serif;
    display: block;
    padding-bottom: 5px;
}

.doct-review a {
    text-align: right;
    font: 300 12px/18px 'Open Sans', sans-serif;
    display: block;
}

.copyText-logo {
    color: #000;
    float: left;
    padding: 25px 0px;
}

.copyText-logo a {
    color: #000;
    opacity: 0.7;
}

.copyText-logo a:hover {
    opacity: 1;
}

.ypo-logo {
    padding: 35px 0px 20px;
    float: right;
}


/*---------------- Navigation Starts ------------------------*/

.navigation {
    font: 400 15px/20px 'Lato', sans-serif;
    color: #555;
    padding: 15px 30px 10px 0px;
    border-bottom: 1px solid #b6b6b6;
}

.navigation a {
    color: #000;
    text-decoration: none;
}

.navigation a:hover {
    text-decoration: underline;
}


/*----- textMain Starts -----*/

.textMain {
    font: 400 15px/20px 'Lato', sans-serif;
    color: #272727;
    text-align: justify;
}

.textMain a {
    color: #0e4c92;
    text-decoration: underline;
}

.textMain a:hover {
    color: #1f497d;
    text-decoration: underline;
}

.textMain ul {
    padding: 0px;
    margin: 10px 0px;
}

.textMain ol {
    padding: 0px;
    margin: 10px 0px 0px 30px;
}

.textMain ul li {
    text-align: left;
    background: url(../images/bullet-tm.gif) no-repeat 15px 12px;
    padding: 5px 0px 5px 30px;
    list-style: none;
}

.textMain ol li {
    padding: 5px 0px 5px 0px;
    list-style: decimal;
}

.textMain ul ul,
.textMain ol ol {
    margin: 0px;
    padding: 5px 0px 5px 20px;
}

.textMain ul ul li,
.textMain ol ul li {
    background: none;
    padding: 5px 0px;
    list-style: circle;
}

.textMain ol ol li {
    padding: 5px 0px;
    list-style-type: lower-alpha;
}

.textMain ul ul ul li {
    list-style: square;
}

.textMain ol ol ol li {
    list-style: lower-roman;
}


/*----- textMain Heading Starts -----*/

.textMain h1,
.textMain h2,
.textMain h3,
.textMain h4,
.textMain p {
    margin: 15px 0px;
}

.textMain h1 {
    font: 700 28px/32px 'Lato', sans-serif;
    color: #000;
    padding: 0px 0px 10px 0px;
    text-align: left;
}

.textMain h1 span {
    display: block;
    font: 700 14.7px/19px 'Lato', sans-serif;
}

.textMain h2 {
    font: 700 24px/28px 'Lato', sans-serif;
    color: #2d60b4;
    text-align: left;
}

.textMain h2 span {
    display: block;
    font: 700 15px/20px 'Lato', sans-serif;
    color: #222;
}

.textMain h2 a {
    color: #2d60b4;
}

.textMain h2 a:hover {
    text-decoration: underline;
}

.textMain h3 {
    font: 700 20px/25px 'Lato', sans-serif;
    color: #71a4f8;
    text-align: left;
}

.textMain h3 span {
    display: block;
    font: 700 14px/20px 'Lato', sans-serif;
    color: #222;
}

.textMain h3 a {
    color: #71a4f8;
}

.textMain h3 a:hover {
    text-decoration: underline;
}

.textMain h4 {
    font: 700 16px/22px 'Lato', sans-serif;
    color: #000;
    text-align: left;
}

.textMain h4 a {
    color: #0e4c92;
}

.textMain h4 a:hover {
    text-decoration: underline;
}

.textMainBold {
    font: 700 15px/20px 'Lato', sans-serif;
    color: #272727;
    text-align: left;
}

.textMainBold a {
    color: #0e4c92;
}

.textMainBold a:hover {
    text-decoration: underline;
}

.PDFtext {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
}

#Content-Main .intra-div {
    display: table;
    table-layout: fixed;
}

#Content-Left,
#Sidebar {
    display: table-cell;
    vertical-align: top;
}

#Content-Left {
    padding: 10px 30px 30px 10px;
}

#Sidebar {
    padding: 2% 0px;
    width: 290px;
}

.services-s,
.meet-doc-s,
.pt-serv-s,
.pt-resources-s,
.payment-s {
    margin: 5px 0px;
}

.services-s h3,
.pt-resources-s h3,
.pt-jrney-s,
.payment-s h3,
.map-s h3 {
    color: #fff;
    text-transform: uppercase;
    font: 700 22px/50px 'Lato', sans-serif;
    padding-left: 18px;
}

.services-s h3 {
    background: #f172a4;
}

.services-s li {
    font: 400 17px/55px 'Lato', sans-serif;
    border-bottom: 1px solid #2770c2;
    background: #0e4c92;
}

.services-s li:last-child {
    border-bottom: none;
}

.services-s li a {
    display: block;
    padding-left: 55px;
    color: #fff;
}

.breast-surg-s a {
    background: url(../images/sprite-image.png)no-repeat -15px -735px;
}

.breast-onc-s a {
    background: url(../images/sprite-image.png)no-repeat -15px -781px;
}

.thyroid-surg-s a {
    background: url(../images/sprite-image.png)no-repeat -15px -825px;
}

.general-surg-s a {
    background: url(../images/sprite-image.png)no-repeat -15px -868px;
}

.services-s li:hover {
    background: #47abdb;
}

.meet-doc-s {
    min-height: 270px;
    background: url(../images/doc-sidebar-bg.jpg)no-repeat center top #f6f6f8;
    border: 3px solid #bababa;
}

.meet-doc-s h2 {
    margin: 58% 0px 0px;
    background: rgba(255, 255, 255, 0.85);
    font: 900 20px/24px 'Lato', sans-serif;
    color: #242424;
    padding: 10px 10px;
}

.read-more-s {
    font: 400 13px/30px 'Lato', sans-serif;
    background: #f172a4;
    width: 110px;
    margin-left: 10px;
}

.read-more-s a {
    display: block;
    color: #fff;
    padding-left: 20px;
}

.pt-serv-s li:last-child,
.payment-s li:last-child {
    border-bottom: none;
}

.pt-serv-s li a:hover {
    color: #45aada;
}

.doc-news-s {
    background: #f2f2f2;
    min-height: 105px;
    border: 1px solid #b2b2b2;
}

.doc-news-s span {
    font-size: 12px;
}

.pt-jrney-s {
    background: url(../images/journey-bg-s.jpg)no-repeat left top;
    padding: 0px;
}

.pt-jrney-s img {
    margin: 0px 8px 0px 11px;
    width: 12%;
}

.pt-jrney-s a {
    color: #fff;
    display: block;
    filter: brightness(0) invert(1);
}

.pt-resources-s h3 {
    background: #0e4c92;
}

.pt-resources-s ul {
    border: 1px solid #b2b2b2;
}

.pt-resources-s li {
    font: 600 18px/54px 'Open Sans', sans-serif;
    border-top: 1px solid #cccccc;
    background: #f2f2f2;
}

.pt-resources-s li a {
    display: block;
    padding-left: 55px;
    color: #000;
}

.first-visit-s a {
    background: url("../images/sprite-image.png") no-repeat -12px -920px;
}

.pt-form-s a {
    background: url("../images/sprite-image.png") no-repeat -12px -968px;
}

.urgent-ap-s a {
    background: url("../images/sprite-image.png") no-repeat -12px -1008px;
}

.open-hr-s a {
    background: url("../images/sprite-image.png") no-repeat -12px -1048px;
}

.pt-resources-s li a:hover {
    color: #114393;
}

.pt-vdo-s {
    position: relative;
    border: 12px solid #919191;
}

.pt-vdo-s .vdo-txt {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    display: block;
    position: absolute;
    width: 95.5%;
    font: 900 16px/20px 'Lato', sans-serif;
    color: #fff;
    padding: 8px 0px 8px 12px;
    text-transform: uppercase;
}

.pt-vdo-s .vdo-txt span {
    font: 400 14px/20px 'Lato', sans-serif;
    text-transform: capitalize;
}

.payment-s h3,
.map-s h3 {
    background: #114393;
    line-height: 26px;
    padding: 18px 0px 18px 12px;
}

.payment-s li {
    font: 400 20px/54px 'Lato', sans-serif;
    border-bottom: 1px solid #003047;
}

.payment-s li a {
    color: #fff;
    display: block;
    background: #38a4d7;
}

.payment-s li a:hover {
    background: #3269c1;
}

.payment-s li img {
    margin: 0px 12px;
}

.map-s {
    min-height: 250px;
    position: relative;
    background: #f2f2f2;
    border: 1px solid #114393;
}

.map-s img {
    margin-top: 10px;
}

.map-s address {
    font: 700 17px/21px 'Lato', sans-serif;
    color: #171717;
    padding: 10px 0px 10px 18px;
}

.map-s address span {
    display: block;
    font: 400 15px/20px 'Lato', sans-serif;
}

.drive-more {
    padding-left: 18px;
    font: 700 13px/18px 'Lato', sans-serif;
}

.drive-more a {
    color: #114393;
}

.Map-s_nav.prev,
.Map-s_nav.next,
.Map-c_nav.prev,
.Map-c_nav.next {
    bottom: 6px;
    height: 18px;
    position: absolute;
    width: 20px;
    bottom: 5px;
    border: 1px solid #8d8d8d;
}

.Map-s_nav.prev,
.Map-c_nav.prev {
    right: 26px;
    background: url(../images/sprite-image.png)no-repeat -2px -65px;
}

.Map-s_nav.next,
.Map-c_nav.next {
    right: 5px;
    background: url(../images/sprite-image.png)no-repeat -22px -65px;
}


/*-----------------Content-Main-----------------*/

.profile-h {
    font: 400 15px/20px 'Lato', sans-serif;
    display: inline-block !important;
}

.sub-h {
    display: inline-block !important;
    margin-right: 10px;
}

.sub-h {
    display: inline-block;
    margin-right: 10px;
    font: 700 15px/20px 'Lato', sans-serif;
}

.sub-h-g {
    margin-right: 0px;
}

.sub-h::before {
    color: #0e4c92;
    content: "\2022";
    font-size: 12px;
    left: -5px;
    position: relative;
    top: 0px;
}

.sub-h-n::before {
    content: none;
}

.doc-img-p {
    border: 6px solid #0e4c92;
    float: right;
    margin: 10px 0 10px 10px;
}

.textMain .surgery-h {
    font-size: 32px;
    line-height: 49px;
    background: #38a4d7;
    border: 1px solid #0e4c92;
    padding: 0px;
    color: #fff;
}

.textMain .surgery-h span {
    display: inline-block;
    width: 55px;
    height: 57px;
    vertical-align: middle;
    margin-right: 15px;
}

.brst-surg-p {
    background: url(../images/sprite-image.png) no-repeat scroll -15px -735px #0e4c92;
}

.general-surg-p {
    background: url(../images/sprite-image.png) no-repeat scroll -15px -868px #0e4c92;
}

.thyroid-surg-p {
    background: url(../images/sprite-image.png) no-repeat scroll -15px -825px #0e4c92;
}

.surg-list {
    margin-bottom: 15px;
}

.textMain .surg-list h3 {
    background: #c9c9c9;
    font-size: 20px;
    margin: 0px 0px;
}

.textMain .surg-list h3 a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 13px 5px 13px 15px;
}

.textMain .surg-list ul {
    margin: 0px 0px;
}

.textMain .surg-list li {
    font: 400 18px/22px 'Lato', sans-serif;
    margin-top: 1px;
    padding: 0px 0px;
}

.textMain .surg-list li:nth-child(2n+1) {
    background: #f1f1f1;
}

.textMain .surg-list li:nth-child(2n) {
    background: #e0f6ff;
}

.textMain .surg-list li a {
    color: #0e4c92;
    padding: 10px 5px 10px 35px;
    display: block;
    text-decoration: none;
    background: url(../images/sprite-image.png)no-repeat -12px -80px;
}

.add-l {
    float: left;
    width: 40%;
}

.add-r {
    float: right;
    border-left: 1px dashed #cccccc;
    padding-left: 10px;
    width: 57%;
}

.add-r iframe {
    width: 98%;
    min-height: 200px;
    border: 1px solid #cccccc;
}

.nav-call {
    position: relative;
    display: block;
    top: -165px;
    visibility: hidden;
}

.textMain .media li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    list-style: outside none none;
    margin: 10px 10% 0 0;
    padding: 0;
}

.media li a {
    border: 1px solid #000000;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 4px 0 4px 20px;
    text-align: center;
    text-decoration: none;
    width: 110px;
}

.video a {
    background: #115796 url("../images/loadmove.png") no-repeat scroll 5px 3px;
}

.info a {
    background: #115796 url("../images/patient.png") no-repeat scroll 5px 3px;
}

.print a {
    background: #115796 url("../images/print.png") no-repeat scroll 5px 3px;
}

.review {
    text-align: center;
}

.review img {
    margin: 10px;
    padding: 0;
}

.useful-links img {
    border: 1px solid #666666;
    float: left;
    margin: 2px;
    padding: 10px;
}

.submit-testim {
    float: right;
    z-index: 999;
    margin-top: 15px;
}

.submit-testim a {
    background: #115796;
    border: 1px solid #000000;
    color: #ffffff;
    padding: 5px 10px;
    text-decoration: none;
}

.tableborder {
    border: 1px solid #02a4e6;
    margin: 10px 0;
    width: 100%;
}

.textMain .formHead {
    background: #02a4e6;
    font: 700 18px/22px 'Lato', sans-serif;
    padding: 10px 10px;
    margin: 0px 0px;
    color: #fff;
}

.text-address {
    color: #000;
    text-align: justify;
    text-decoration: none;
    padding-left: 2%;
}

.add-left {
    float: left;
    width: 45%;
}

.add-right {
    border-left: 1px dashed #ccc;
    float: right;
    padding-left: 5%;
    width: 45%;
}

.map-s-c {
    border-color: #cecece;
}

.cont-det-c {
    float: left;
    width: 50%;
    margin: 10px auto;
}

.textMain .map-tabs ul,
.textMain .map-tabs2 ul {
    margin: 0px 0px 15px 0px;
    background: #ddd;
}

.textMain .map-tabs li,
.textMain .map-tabs2 li {
    width: 25%;
    background: none;
    text-align: center;
    display: inline-block;
    padding: 0px 0px;
}

.map-tabs li a,
.map-tabs2 li a {
    display: block;
    padding: 10px 0px;
    text-decoration: none;
}

.map-tabs li a:hover,
.map-tabs2 li a:hover,
.Map-c_here a,
.Map-c2_here a {
    background: #0a488e;
    color: #fff;
    text-decoration: none;
}

.rslides.cont-map-c li {
    background: none;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.doctrosection h2,
.contactform-head {
    color: #002D6E !important;
    font: 900 25px/29px "Open Sans", sans-serif !important;
    text-align: center !important;
}

.facebook-head {
    font-size: 28px;
}

.img-brdr {
    text-align: center;
}

.img-brdr img {
    border: 1px solid #cecece;
}

#tell-friend {
    display: none;
    position: relative;
    z-index: 99999;
    top: -10%;
    left: 30%;
    border: 2px solid #cecece;
    width: 320px;
    background: #ffffff;
}

#tell-friend .close {
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 30px;
}

#tell-friend .close a {
    color: #000;
}

.textMain .related-link-s {
    text-align: center;
}

.textMain .related-link-s li,
.textMain .rel-link {
    background: #f6f4f4;
    border: 1px solid #ddd;
    display: inline-block;
    font: 400 16px/19px "Open Sans", sans-serif;
    margin: 5px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
}

.textMain .related-link-s li a,
.textMain .rel-link a {
    color: #515151;
    display: block;
    padding: 8px 6px;
    text-decoration: none;
}

.textMain .related-link-s li:hover {
    color: #303030;
    border: 1px solid #464646;
}

.textMain .staff-list {
    margin: 20px 0;
    padding: 0px;
    list-style: none;
}

.textMain .staff-list li {
    margin: 10px 10px;
    padding: 0px;
    list-style: none;
    border: 1px solid #b6b6b6;
    float: left;
    width: 300px;
}

.textMain .staff-list li img {
    float: left;
    margin: 5px 20px 5px 5px;
    border: 1px solid #b6b6b6;
    width: 100px;
    height: auto;
}

.textMain .staff-list li p {
    margin: 30px 0 0 20px;
    font-weight: bold;
    font-size: 18px;
}

.textMain .staff-list li p span {
    font-weight: normal;
    font-size: 15px;
    display: block;
}

.multimedia-con iframe {
    border: 0px;
    width: 100%;
    height: 700px;
}


/*------------- Search code CSS --------------*/

#newsearch {
    float: left;
}

.tftextinput2 {
    margin: 0;
    padding: 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    border: 1px solid #d8d8d8;
    border-right: 0px;
    float: left;
}

.tfbutton2 {
    margin: 0;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #d8d8d8;
    border-left: 0px;
    background: url(images/gino-sprite.png) no-repeat left -295px;
    float: left;
}


/* Fixes submit button height problem in Firefox */

.tfbutton2::-moz-focus-inner {
    border: 0;
}

.tfclear {
    clear: both;
}

.tftextinput2 {
    border: 1px solid #ffffff;
    padding: 3px 5px;
    background: #F07DA8;
    color: #ffffff;
}

.tfbutton2 {
    border: none;
    background: url(../images/search-bg.jpg) no-repeat center center #ffffff;
    padding: 4px 5px;
    width: 25px;
}

.textMain .pdf-list li {
    background: url(../images/pdf-icon.png) no-repeat scroll 5px 18px;
    list-style: outside none none;
    padding: 15px 0 0 30px;
}

main {
    background: url(../images/content-main-bg.png) no-repeat center center #e8f7ff;
}

.accordion {
    margin: 1em 0;
}

.accordion h2 {
    background: url(../images/accordian-icon.png) 95% center no-repeat #f172a4;
    color: #fff;
    cursor: pointer;
    margin: 5px 0 0;
    padding: 10px 10px;
    font: 400 18px/19px "Open Sans", sans-serif;
}

.accordion h2.current {
    background: url(../images/accordian-icon-hover.png) 95% center no-repeat #0e4c92;
    cursor: default;
    color: #fff;
    border: 1px solid #0e4c92;
    border-bottom: 0 solid #4A4F53!important;
}

.accordion div.pane {
    padding: 15px 10px 10px;
    border: 1px solid #4A4F53;
}

.testimonials-section {
    border: 1px solid #ccc;
    float: left;
    width: 99.8%;
}

.testimonials-left {
    float: left;
    width: 50%;
}

.testimonials-section h3 {
    background: #38a4d7 none repeat scroll 0 0;
    color: #fff;
    font: 700 20px/25px "Lato", sans-serif;
    padding: 10px;
    text-align: left;
    margin: 0px;
}


/*-------------Medaia Screens for Mobile Devices--------------*/

@media screen and (max-width:980px) {
    .doc-text .degree {
        display: block;
    }
    .pt-video img {
        width: 40%;
    }
    .pt-video h4 {
        padding-bottom: 2%;
    }
}

@media screen and (max-width:900px) {
    .doc-img-bg figure {
        width: 50%;
        bottom: 87px;
    }
    .award-vdo {
        display: block;
        width: 285px;
    }
    .cont-det-c {
        width: 320px;
        float: none;
        margin: 0px 0px !important;
    }
}

@media screen and (max-width:800px) {
    .menu li {
        font-size: 14px;
    }
    .abt-nav {
        width: 8%;
    }
    .btg-surg {
        width: 17%;
    }
    #Intra-Container-S .intra-text {
        background: rgba(255, 255, 255, 0.5);
        right: 15%;
        top: 45%;
    }
    .journey-in span {
        width: 75%;
    }
    #Pt-Testimonials h2 {
        font-size: 30px;
        line-height: 34px;
    }
    .pt-resource li {
        font-size: 15px;
        line-height: 20px;
    }
    .web-search {
        width: 180px;
    }
    .add-l,
    .add-r {
        float: none;
        width: auto;
    }
}

@media screen and (max-width:768px) {
    .phone-menu {
        width: 400px;
    }
    .phone-menu li {
        margin-left: 2.5%;
        font-size: 16px;
    }
    .doc-img-bg,
    .doc-text {
        float: none;
        margin: 0 auto;
        min-height: auto;
    }
    .doc-img-bg {
        width: 60%;
    }
    .doc-img-bg figure {
        position: inherit;
        width: 90%;
        padding-top: 5%;
    }
    .doc-text {
        width: 95%;
    }
    .doc-text h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .doc-text h2 span {
        font-size: 25px;
        line-height: 32px;
    }
    .award-vdo {
        display: inline-block;
    }
    .health-ins img {
        margin-left: 10%;
    }
    .textMain h1 {
        font-size: 22px;
    }
    .add-left,
    .add-right {
        width: auto;
        float: none;
        padding: 0px 10px;
        border: none;
    }
    .add-left {
        padding-bottom: 10px;
        border-bottom: 1px solid #cecece;
    }
    .testimonials-left {
        float: none;
        margin: 1%;
        width: 98%;
    }
}

@media screen and (max-width: 640px) {
    #backtotop > a,
    #backtobot > a {
        display: none;
    }
    #Header {
        height: auto;
    }
    header {
        position: relative;
    }
    header.fixed {
        position: inherit;
    }
    .header-in {
        display: inherit;
        margin: 0px auto;
    }
    .header-logo {
        margin-top: 10px;
        width: 320px;
    }
    .phone-menu {
        padding-bottom: 2%;
    }
    .phone-menu ul {
        margin-top: 15px;
    }
    #Main-Menu {
        width: 30px;
        height: 20px;
        right: 10px;
        top: 10px;
        position: absolute;
    }
    .slicknav_menu a {
        display: block;
        color: #000000;
    }
    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        padding: 0.438em 0.625em 0.438em 0.625em;
        line-height: 1.125em;
        cursor: pointer;
        text-align: center;
    }
    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        font-family: Verdana, Geneva, sans-serif;
        text-align: left;
    }
    .slicknav_menu .slicknav_icon {
        float: right;
        margin: -15px 0 0 0;
    }
    .slicknav_menu .slicknav_no-text {
        border-width: 2px 4px 4px 4px;
        border-style: solid;
        border-color: #686868;
        margin: 0
    }
    .slicknav_menu .slicknav_icon-bar {
        background: #686868;
        display: block;
        width: 1.125em;
        height: 2px;
    }
    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin: 3px 0px;
    }
    .slicknav_nav {
        clear: both;
        height: 370px;
        overflow-y: scroll !important;
        position: absolute;
        right: 0;
        top: 30px;
        width: 308px;
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 0.875em;
    }
    .slicknav_nav ul,
    .slicknav_nav li {
        display: block
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        float: right;
    }
    .slicknav_nav .slicknav_item {
        display: block;
        cursor: pointer;
    }
    .slicknav_nav a {
        display: block
    }
    .slicknav_nav .slicknav_item a {
        display: inline
    }
    .slicknav_menu:before,
    .slicknav_menu:after {
        content: " ";
        display: table;
    }
    .slicknav_menu:after {
        clear: both
    }
    /* IE6/7 support */
    .slicknav_menu {
        *zoom: 1
    }
    .slicknav_menu {
        font-size: 16px;
    }
    /* Button */
    .slicknav_btn {
        text-decoration: none;
        color: #1585bc;
    }
    /* Button Text */
    .slicknav_menu .slicknav_menutxt {
        color: #ffffff;
        font-weight: bold;
    }
    .slicknav_menu {
        width: 100%;
        float: left;
    }
    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
    }
    .slicknav_nav ul {
        padding: 0;
        margin: 0 0 0 0px;
    }
    .slicknav_nav ul li a {
        padding-left: 45px;
    }
    .slicknav_nav ul li li a {
        margin-left: 20px;
    }
    .slicknav_nav .slicknav_item a {
        padding: 5px 20px 5px 10px;
        margin: 2px 5px;
    }
    .slicknav_nav a {
        padding: 5px 10px 5px 30px;
        margin: 0px;
        text-decoration: none;
        color: #fff;
    }
    .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0;
    }
    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }
    .menu {
        display: none;
    }
    .slicknav_menu {
        width: 100%;
    }
    nav .slicknav_menu ul li {
        width: 100%;
        background: url(../images/menu-disc.png)no-repeat 12px center #0a4191;
        border-bottom: 1px solid #fff;
        font: 500 16px/30px 'Open Sans', sans-serif;
    }
    nav .slicknav_menu ul li a:hover,
    nav .slicknav_menu ul li:hover > a {
        background: url(../images/menu-disc-hover.gif)no-repeat 12px center #58b5f2;
    }
    nav .slicknav_menu ul ul li {
        font: 400 14px/25px 'Roboto', sans-serif;
        border-bottom: 1px solid #fff;
        background-position: 30px center;
    }
    nav .slicknav_menu ul ul li a:hover,
    nav .slicknav_menu ul ul li:hover > a {
        background-position: 30px center;
    }
    nav .slicknav_menu ul li a {
        background: none;
    }
    #Intra-Container,
    #Intra-Container-S {
        margin-top: 0px;
    }
    #Intra-Container-S .intra-text {
        font-size: 18px;
        line-height: 26px;
        right: 5%;
    }
    .floating-serv {
        display: none;
    }
    #Services .intra-table {
        border: none;
    }
    .serv-in,
    .pay-in {
        display: inherit;
        margin: 10px auto;
        width: 320px;
    }
    #Pt-Journey h2 {
        padding-top: 2%;
    }
    .discus::after {
        right: 0px;
    }
    .disp-row {
        display: table-row;
    }
    .journey-in span {
        width: 105px;
        margin-bottom: 30px;
    }
    .pt-resource,
    .insurance {
        display: inherit;
        margin: 0px auto;
        width: auto;
    }
    .pt-resource li {
        height: 90px;
        font-size: 18px;
        float: none;
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
        border-right: none !important;
    }
    .pt-resource li:first-child::after {
        content: none;
    }
    .pt-resource li:nth-child(2n) a {
        padding: 0px;
    }
    .pay-in a {
        height: 55px;
        padding-top: 25px;
        background: #38a4d7;
        width: 100%;
    }
    .pay-in a:hover {
        background: #114393;
    }
    #Credibility li,
    #Credibility li:nth-child(4) {
        width: 32%;
        margin: 0px auto 15px !important;
        text-align: left;
    }
    #Footer {
        background: #ec7ba6;
    }
    .foot-up {
        height: auto;
    }
    .intra-foot {
        display: inherit;
        width: 300px;
        margin: 0px auto 10px;
    }
    .intra-foot h3 {
        padding: 10px 0px 0px;
    }
    .web-search h4 {
        padding-top: 5%;
    }
    .copyText-logo {
        width: 75%;
    }
    #Content-Left,
    #Sidebar {
        display: inherit;
        margin: 0px auto;
    }
    #Content-Left {
        padding: 10px 10px 30px 10px;
    }
}

@media screen and (max-width: 480px) {
    .header-logo {
        width: 245px;
        margin-left: 5px;
    }
    .phone-menu {
        width: 320px;
    }
    .phone-menu li {
        font-size: 13px;
        margin-left: 1.5%;
    }
    .phone-menu li span {
        background-size: 350% auto;
        width: 20px;
    }
    .phone span {
        background: url("../images/sprite-image.png") no-repeat scroll -23px -135px;
    }
    .appoint span {
        background: url("../images/sprite-image.png") no-repeat scroll -23px -170px;
    }
    .phone-menu .location-h span {
        background: url("../images/sprite-image.png") no-repeat scroll -20px -185px;
        background-size: 400% auto;
        width: 16px;
    }
    #Intra-Container-S #Intractivity,
    .navigation {
        display: none;
    }
    .home #Intra-Container-S #Intractivity {
        display: block;
    }
    .home #Intra-Container-S .intra-text {
        top: 33%;
    }
    .doc-txt-head li {
        font-size: 18px;
    }
    #Pt-Journey {
        background: #38A4D7;
        padding-bottom: 20px;
    }
    .journey-in {
        display: inherit;
        width: 300px;
        margin: 10px auto;
    }
    .journey-in::after {
        content: none;
    }
    .pt-resource,
    .insurance {
        width: 315px;
    }
    #Pt-Testimonials h2 {
        font-size: 25px;
        line-height: 30px;
        padding-top: 25px;
    }
    .insurance img {
        width: 290px;
    }
    #Map h3 {
        left: 0px;
    }
    #Credibility {
        height: 700px;
    }
    #Credibility li {
        display: block;
        text-align: center;
        width: 180px;
    }
    .copyText-logo,
    .ypo-logo {
        float: none;
        width: 320px;
        margin: 0px auto;
        padding: 10px 0px 20px 10px;
    }
    .textMain .surgery-h {
        font-size: 25px;
    }
    .textMain .surg-list li {
        font-size: 15px;
    }
    .textMain {
        padding-right: 15px;
    }
    .doc-img-p {
        float: none;
        display: block;
        margin: 10px auto;
        width: 185px;
    }
    .textMain .align-left {
        float: none;
    }
    .align-right {
        float: none;
        display: block;
        margin: 10px auto;
    }
    .textMain h1 {
        font: 500 22px/26px 'Roboto', sans-serif;
        padding: 10px 2%;
        margin: 0px 0px 20px;
        background: #3bceff;
        color: #fff;
    }
    .textMainBold {
        font-size: 14px;
    }
    .textMain .fees-table .textMainBold {
        font-size: 11.5px;
    }
    .textMain .media li {
        float: none;
    }
    .cont-det-c {
        width: 308px;
    }
    .textMain .map-tabs li {
        font-size: 13px;
        width: 33.3%;
    }
}