/* ---------- Theme CSS ---------- */
#Map-Container,
#Profile-Container,
#Robo-Container,
#Under-Container,
#Resource-Container,
#Practice-Container,
#Candidate-Container,
#Service-container {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
#Accessibility,
#Header,
#Banner,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Service,
#Credibility,
#Profile,
#Robo,
#Under,
#Resource,
#Practice,
#Candidate {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}
/* Default Custom CSS */
.img-l {
    margin: 0px 15px 10px 0px;
}
.img-r {
    margin: 0px 0px 10px 15px;
}
.img-c {
    margin: 10px;
}
/* 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: #3cb1fe;
    color: #fff;
    border-radius: 50%;
}
.home header {
    position: absolute;
    z-index: 9;
}
header {
    background: rgba(255, 255, 255, 0.6);
}
#Header {
    min-height: 110px;
}
.logo {
    width: 400px;
}
.logo a {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px;
}
.appoint {
    vertical-align: middle;
}
.appoint ul {
    font-size: 0;
    text-align: right;
}
.appoint ul .theme-R {
    background: #be1d12;
    height: 56px;
}
.appoint li {
    display: inline-block;
    color: #0f0f0f;
    margin-top: 10px;
    transition: 0.4s ease all;
    font: 300 18px/22px 'Hind', sans-serif;
    margin-right: 20px;
}
.appoint a {
    display: block;
    color: #0f0f0f;
    padding-left: 20px;
}
.appoint .phone-link {
    background: url(/images/call-icon.png) no-repeat 0px 6px;
    font: 600 20px/24px 'Hind', sans-serif;
    margin-right: 35px;
}
.rehab {
    background: url(/images/rehab.png) no-repeat 0px 0px;
}
.rehab a {
    padding-left: 40px;
}
.comp {
    background: url(/images/workers-comp.png) no-repeat 0px 2px;
}
.locat {
    background: url(/images/location.png) no-repeat 0px 2px;
}
/* Menu CSS */
.home nav {
    background: none;
    border-top: 1px solid #e1e5f5;
}
.menu > li {
    font: 500 18px/22px 'Hind', sans-serif;
    color: #0f0f0f;
    transition: 0.4s ease all;
}
.menu li:hover {
    background: #fff;
}
.menu > li:hover a {
    color: #0f0f0f;
}
.menu li a {
    padding: 12px 10px;
    color: inherit;
    display: block;
}
.stickyHeader {
    background: #fffbfa;
}
.menu li li {
   /* background: #f0f0f0;*/
     background: #fff;
    transition: 0.3s ease all;
}
.menu li li a {
    padding: 14px 0 14px 26px;
    color: #0f0f0f !important;
}
.menu li li:hover {
    background: #0c3960;
}
.menu li li:hover a {
    color: #fff !important;
}
.menu-home {
    width: 50px;
    font-size: 0 !important;
}
.menu-home:hover a {
    color: #be1604;
}
.menu-home a::before {
    font-size: 20px;
}
.menu-home:hover::after {
    display: none;
}
.menu-home a {
    width: 100%;
    height: 100%;
}
.menu-home a::before {
    vertical-align: middle;
    margin: auto;
}
.menu-home span {
    vertical-align: middle;
}
.menu-about {
    width: 23%;
}
.menu-knee {
    width: 11%;
}
.menu-shoulder {
    width: 16%;
}
.menu-services {
    width: 14%;
}
.menu-patient {
    width: 16%;
}
.menu-patient li a {
    width: 280px;
}
.menu-contact {
    width: 14%;
}
.menu-contact li a {
    width: 220px;
}
.Wrapper {
    background: #0c3960;
    color: #fff;
}
.parentMenu li:hover,
.parentMenu li.actMenu,
.parentMenu li.actMenu li {
    background: #fff;
    color: #0c3960;
}
.parentMenu li.actMenu li li {
    background: #fdfdfd;
    color: #000;
}
.toggleMenu {
    font: 400 15px/19px 'Hind', sans-serif;
    text-transform: uppercase;
}
.toggleMenu a {
    border-radius: 5px;
}
.toggleMenu span {
    margin-left: -55px;
}
.Wrapper {
    font: 400 16px/20px 'Hind', sans-serif;
}
/* Home Banner CSS */
#Banner-Container #Banner {
    height: 700px;
}
#Banner-Container .banner1 {
    background: url(/images/banner1-bg.jpg) no-repeat center top;
}
#Banner-Container .banner1 .theme-L {
    background: url(/images/banner1-l-bg.jpg) no-repeat right top;
}
#Banner-Container .banner1 .theme-R {
    background: url(/images/banner1-r-bg.jpg) no-repeat left top;
}
#Banner-Container .banner2 {
    background: url(/images/banner2-bg.jpg) no-repeat center top;
}
#Banner-Container .banner2 .theme-L {
    background: url(/images/banner2-l-bg.jpg) no-repeat right top;
}
#Banner-Container .banner2 .theme-R {
    background: url(/images/banner2-r-bg.jpg) no-repeat left top;
}
#Banner-Container .banner3 {
    background: url(/images/banner3-bg.jpg) no-repeat center top;
}
#Banner-Container .banner3 .theme-L {
    background: url(/images/banner3-l-bg.jpg) no-repeat right top;
}
#Banner-Container .banner3 .theme-R {
    background: url(/images/banner3-r-bg.jpg) no-repeat left top;
}
/* Banner Content CSS */
.bannerContent {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 10px;
    text-align: right;
}
.bannerHead {
    font: 700 60px/60px 'Hind', sans-serif;
    color: #0c3960;
}
.bannerHead span {
    display: block;
    font: 300 28px/32px 'Hind', sans-serif;
    color: #1f1f1f;
}
.bannerMore {
    display: inline-block;
    font: 300 20px/24px sans-serif;
    margin-top: 35px;
    background: #0c3960;
    color: #fff;
    border-radius: 30px;
}
.bannerMore a {
    display: block;
    padding: 15px 45px;
}
/* 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 Navigation CSS */
.Banner_nav.slidePrev {
    left: 5px;
}
.Banner_nav.slideNext {
    left: 55px;
}
.Banner_nav.slidePrev span {
    left: 0px;
}
.Banner_nav.slideNext span {
    right: 0px;
}
#Service {
    min-height: 440px;
}
.condHead {
    font: 300 40px/40px 'Hind', sans-serif;
    text-align: center;
    color: #373737;
    padding: 50px 0px 30px 0px;
}
#Service ul {
    text-align: center;
    margin: 0px 0px 75px 0px;
}
#Service li {
    display: inline-block;
    background: url(/images/condition-bg.png) no-repeat center 0px;
    width: 201px;
    height: 240px;
}
#Service li:hover {
    background: url(/images/condition-bg-hover.png) no-repeat center 0px;
}
#Service li a {
    display: block;
    padding: 168px 0 0 0;
    font: 600 18px/20px 'Hind', sans-serif;
}
.sho-pain a {
    background: url(/images/shoulder-pain.png) no-repeat center 10px;
}
.sho-pain a:hover {
    background: url(/images/shoulder-pain-hover.png) no-repeat center 10px;
}
.range a {
    background: url(/images/range.png) no-repeat center 10px;
}
.range a:hover {
    background: url(/images/range-hover.png) no-repeat center 10px;
}
.sporting a {
    background: url(/images/sporting.png) no-repeat center 10px;
}
.sporting a:hover {
    background: url(/images/sporting-hover.png) no-repeat center 10px;
}
.knee-pain a {
    background: url(/images/knee-pain.png) no-repeat center 10px;
}
.knee-pain a:hover {
    background: url(/images/knee-pain-hover.png) no-repeat center 10px;
}
.osteo a {
    background: url(/images/osteo.png) no-repeat center 10px;
}
.osteo a:hover {
    background: url(/images/osteo-hover.png) no-repeat center 10px;
}
.physio a {
    background: url(/images/physio.png) no-repeat center 10px;
}
.physio a:hover {
    background: url(/images/physio-hover.png) no-repeat center 10px;
}
#Service .nbs-flexisel-nav-right::before,
#Service .nbs-flexisel-nav-left::before {
    display: none;
}
#Service .nbs-flexisel-nav-left {
    width: 20px;
    height: 20px;
    background: url(/images/cond-lt.png) no-repeat 0 0;
    bottom: 25px;
    top: inherit;
    left: -2px;
    right: 0px;
    margin: 0px auto;
}
#Service .nbs-flexisel-nav-right {
    width: 20px;
    height: 20px;
    background: url(/images/cond-rt.png) no-repeat 0 0;
    bottom: 25px;
    top: inherit;
    left: 0px;
    right: -50px;
    margin: 0px auto;
}
/*#Doctor Profile*/
.profCont {
    background: url(/images/prof-bg.png) no-repeat left top;
    min-height: 600px;
    width: 828px;
    position: relative;
    z-index: 9;
    margin-top: 20px;
}
.profCont .theme-L {
    background: url(/images/prof-l-bg.png) no-repeat right top;
}
.profSub {
    margin: 0 0 0 auto;
    width: 515px;
    padding: 9% 8% 0 3%;
}
.profHead {
    font: 700 60px/60px 'Hind', sans-serif;
    color: #0c3960;
}
.meet {
    font: 300 25px/29px 'Hind', sans-serif;
    display: block;
}
.degree {
    font: 400 16px/20px 'Hind', sans-serif;
    color: #4e4e4e;
    display: block;
    text-align: right;
    padding-right: 15px;
}
.blue {
    font: 500 20px/24px 'Hind', sans-serif;
    color: #0c3960;
    display: block;
    padding: 10px 0px 15px 0px;
    letter-spacing: 2.2px;
}
.profImg {
    position: absolute;
    left: -25%;
    bottom: 0;
    width: 61%;
    z-index: 9;
}
#Profile p {
    font: 400 16px/32px 'Hind', sans-serif;
    color: #464646;
    text-align: justify;
}
.docRdmr {
    display: inline-block;
    font: 400 16px/16px 'Hind', sans-serif;
    margin-top: 40px;
    background: #0c3960;
    color: #fff;
    border-radius: 30px;
}
.docRdmr:hover,
.bannerMore:hover,
.docRdmr-sb:hover {
    background: #8dddfe;
    color: #373737;
}
.docRdmr a {
    display: block;
    padding: 14px 32px;
}
.profCont1 {
    position: absolute;
    width: 955px;
    background: #0c3960;
    min-height: 600px;
    right: 0;
    top: -20px;
    border-radius: 0px 40px 40px 0px;
}
.profSub1 {
    background: url(/images/person-watermark.png) no-repeat center center;
    width: 375px;
    margin: 0px 0px 0px auto;
    padding: 55px 0px 0px 9%;
}
.careHead {
    font: 300 40px/40px 'Hind', sans-serif;
    color: #fff;
}
#Profile ul {
    padding: 25px 0px 30px 0px;
}
#Profile li {
    display: block;
    background: url(/images/doc-bul.png) no-repeat 3% 48%;
    font: 400 16px/20px 'Hind', sans-serif;
    color: #fff;
}
#Profile li a {
    display: inline-block;
    padding: 20px 0px 20px 40px;
}
.fracs {
    padding-top: 30px;
    border-top: 1px solid #376285;
    margin-right: 70px;
}
#Robo {
    background: url(/images/robo-bg.jpg) no-repeat left top;
    min-height: 697px;
    padding-top: 80px;
}
#Robo .theme-L {
    background: url(/images/robo-l-bg.jpg) no-repeat right top;
}
#Robo .theme-R {
    background: url(/images/robo-r-bg.jpg) no-repeat left top;
}
.roboCont {
    background: url(/images/robo-in-bg.png) no-repeat left top;
    width: 695px;
    min-height: 650px;
    background-size: cover;
    position: relative;
}
.roboCont::before {
    content: '';
    position: absolute;
    background: url(/images/robo-plus.png) no-repeat;
    width: 43px;
    height: 43px;
    bottom: 0;
    right: 0;
}
#Robo .roboCont .theme-L {
    background: url(/images/robo-in-l-bg.jpg) no-repeat right top;
}
.roboHead {
    font: 300 48px/48px 'Hind', sans-serif;
    color: #fff;
    padding: 50px 0px 15px 0px;
}
#Robo p {
    font: 400 16px/26px 'Hind', sans-serif;
    color: #8dddfe;
}
.roboList {
    padding: 10px 0px;
    border-bottom: 1px solid #456785;
    margin-right: 15%;
}
.roboList li {
    font: 400 16px/26px 'Hind', sans-serif;
    color: #fff;
    padding: 12px 0px 12px 35px;
    background: url(/images/robo-bul.jpg) no-repeat 0px 19px;
}
.roboProc {
    font: 300 24px/28px 'Hind', sans-serif;
    color: #8dddfe;
    padding: 25px 0px 15px 0px;
}
.procList {
    padding-bottom: 20px;
}
.procList li {
    display: inline-block;
    font: 400 18px/22px 'Hind', sans-serif;
    background: url(/images/robo-checkin.png) no-repeat 0px 14px;
    color: #fff;
    width: 39%;
    vertical-align: top;
    min-width: 300px;
}
.procList a {
    padding: 10px 0px 10px 35px;
    display: inline-block;
}
#Candidate {
    min-height: 400px;
    padding-top: 65px;
    text-align: center;
}
.candCont {
    border: 1px solid #e6e6e6;
    -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);
    border-radius: 20px;
    padding: 40px 0px 40px 30px;
    min-height: 255px;
    display: inline-block;
    margin: 0px 2% 0px 0px;
    width: 47%;
    text-align: left;
}
.candImg {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}
.candText {
    display: inline-block;
    font: 300 40px/44px 'Hind', sans-serif;
    color: #333333;
    padding-top: 15px;
}
.Candidate a {
    display: block;
}
#Under {
    background: url(/images/under-bg.jpg) no-repeat left top;
    min-height: 572px;
    padding-top: 40px;
}
#Under .theme-L {
    background: url(/images/under-l-bg.jpg) no-repeat right top;
}
#Under .theme-R {
    background: url(/images/under-r-bg.jpg) no-repeat left top;
}
.underCont {
    background: url(/images/under-in.png) no-repeat right top;
    width: 600px;
    min-height: 572px;
    margin: 0px 0px 0px auto;
    padding: 6% 0% 0% 11%;
    position: relative;
}
.underCont::before {
    content: '';
    position: absolute;
    background: url(/images/under-plus.png) no-repeat;
    width: 43px;
    height: 43px;
    bottom: 46px;
    left: 0;
}
#Under .underCont .theme-R {
    background: url(/images/under-in-r-bg.jpg) no-repeat left top;
    margin-top: 40px;
}
.underHead {
    font: 300 48px/48px 'Hind', sans-serif;
    color: #fff;
    padding: 0px 0px 15px 0px;
}
#Under p {
    font: 400 15px/25px 'Hind', sans-serif;
    color: #8dddfe;
}
#Under ul {
    padding: 20px 0px;
}
#Under li {
    font: 400 16px/26px 'Hind', sans-serif;
    color: #fff;
    background: url(/images/robo-bul.jpg) no-repeat 0px 13px;
}
#Under li a {
    display: inline-block;
    padding: 7px 0px 7px 35px;
}
/*#Resource {
    min-height: 710px;
}*/
.resHead {
    font: 300 48px/48px 'Hind', sans-serif;
    padding: 20px 0px 00px 0px;
    color: #323232;
    text-align: center;
}
.eduImg {
    text-align: center;
}
.resList {
    font-size: 0;
    text-align: center;
    margin-top:4px;
}
.resList li {
    display: inline-block;
    width: 260px;
    height: 200px;
    font: 500 18px/22px 'Hind', sans-serif;
    vertical-align: top;
    margin: 1px;
    color: #fff;
    background-color: #0c3960;
}
.resList li:hover {
    background: #f3f2ed;
    color: #0c3960;
}
.resList a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 130px;
    transition: 0.7s all ease;
    color: inherit;
}
.resList span {
    display: block;
    text-align: center;
}
.formsList a {
    background: url(/images/pat-forms.png) no-repeat center 35%;
}
.formsList a:hover {
    background: url(/images/pat-forms-hover.png) no-repeat center 35%;
}
.firstList a {
    background: url(/images/first-visit.png) no-repeat center 35%;
}
.firstList a:hover {
    background: url(/images/first-visit-hover.png) no-repeat center 35%;
}
.payList a {
    background: url(/images/payment-opt.png) no-repeat center 35%;
}
.payList a:hover {
    background: url(/images/payment-opt-hover.png) no-repeat center 35%;
}
.appointList a {
    background: url(/images/urgent-appoint.png) no-repeat center 35%;
}
.appointList a:hover {
    background: url(/images/urgent-appoint-hover.png) no-repeat center 35%;
}
#Practice {
    background: url(/images/practice-bg.jpg) no-repeat left top;
    min-height: 433px;
    background-size: cover;
}
#Practice .theme-L {
    background: url(/images/practice-l-bg.jpg) no-repeat right top;
}
#Practice .theme-R {
    background: url(/images/practice-r-bg.jpg) no-repeat left top;
}
.practHead {
    font: 300 48px/48px 'Hind', sans-serif;
    text-align: center;
    color: #323232;
    padding: 40px 0px;
}
#Practice li {
    position: absolute;
    background: #fff;
    padding: 24px 40px 20px 30px;
    display: inline-block;
    color: #2d2c2c;
}
#Practice li:hover {
    background: #0c3960;
    color: #fff;
    border-radius: 15px;
}
.locHead {
    font: 700 20px/24px 'Hind', sans-serif;
    padding-bottom: 7px;
}
#Practice p {
    font: 300 14px/24px 'Hind', sans-serif;
}
.loc1 {
    left: 47%;
    top: 9%;
}
.loc2 {
    left: 62.5%;
    top: 52%;
}
.loc3 {
    bottom: 20%;
    left: 12%;
}
.westLogo {
    text-align: center;
    padding: 40px 0px 15px 0px;
}
.westHead {
    font: 300 24px/28px 'Hind', sans-serif;
    color: #5c5d5e;
    text-align: center;
}
.westHead span {
    display: block;
    font: 300 48px/52px 'Hind', sans-serif;
    color: #373737;
    padding-bottom: 40px;
}
footer {
    background: url(/images/footer-bg.jpg) no-repeat center top;
    min-height: 590px;
    background-size: cover;
}
#Credibility {
    border-bottom: 1px solid #325779;
}
#Credibility .nbs-flexisel-item img {
    margin: 20px 0px;
    cursor: default;
}
.nbs-flexisel-nav-left::before,
.nbs-flexisel-nav-right::before {
    color: #aadaff;
}
.links,
.conditions,
.search {
    display: inline-block;
    vertical-align: top;
    padding-top: 35px;
}
.touchHead,
.smo-icons,
.searchCont,
.langCont {
    display: inline-block;
    vertical-align: top;
}
.links,
.conditions {
    width: 27%;
}
.search {
    width: 45%;
}
.searchCont {
    width: 54%;
}
.searchText,
.selectText {
    border-bottom: 1px solid #426685;
    color: #fff;
}
.langCont {
    width: 34%;
}
.searchText {
    background: url(/images/search.png) no-repeat right center;
    width: 54%;
    margin-top: 20px;
}
.selectText {
    background: url(/images/select.png) no-repeat right center;
    margin-top: 20px;
}
.linkList,
.condList {
    font: 300 16px/20px 'Hind', sans-serif;
    color: #fff;
    display: inline-block;
}
.linkList li:hover,
.condList li:hover {
    color: #8dddfe;
}
.footer-menu a:hover {
    color: #8dddfe;
}
.linkList a,
.condList a {
    display: inline-block;
    padding: 4px 0px;
}
.linkHead,
.seaHead,
.contHead,
.langHead {
    font: 300 24px/28px 'Hind', sans-serif;
    color: #fff;
    padding-bottom: 15px;
}
.langHead {
    padding-bottom: 28px;
}
.touch {
    margin-top: 55px;
}
.touchHead {
    color: #fff;
    font: 300 24px/28px 'Hind', sans-serif;
    padding-right: 65px;
    padding-bottom: 15px;
}
.smo-icons li {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    transition: 0.8s all ease;
}
.smo-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0;
    position: relative;
    color: #fff;
    font-size: 25px;
}
.font-icon::before {
    content: attr(data-icon);
    font-family: "fontello";
    padding: 10px;
}
.bord {
    border-top: 1px solid #426685;
    margin: 24px 0px;
}
.footer-menu {
    color: #fff;
    font: 300 16px/16px 'Hind', sans-serif;
    text-align: center;
    padding: 11px 0px;
    width: 90%;
    margin: 10px auto;
}
.footer-menu a {
    padding: 0px 2%;
    display: inline-block;
}
.footer-menu a:first-child {
    border-left: 1px solid #fff;
}
.footer-menu a:last-child {
    border-right: 1px solid #fff;
}
.copyrights h3 {
    font: 300 16px/20px 'Hind', sans-serif;
    color: #fff;
    text-align: center;
}
.ypo-logo {
    display: block;
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center;
}
.serHead {
    font: 700 30px/34px 'Hind', sans-serif;
    color: #0c3960;
    text-transform: uppercase;
}
.serHead a {
    text-decoration: none;
}
.serImg {
    width: 475px;
}
.shoulderImg {
    text-align: right;
}
.kneeImg,
.shoulderImg,
.nonImg {
    position: relative;
}
.kneeImg .theme-L {
    background: url(/images/knee-l-sp.jpg) no-repeat right top;
    height: 386px;
}
.shoulderImg .theme-R {
    background: url(/images/shoulder-r-sp.jpg) no-repeat left center;
    min-height: 386px;
}
.nonImg .theme-L {
    background: url(/images/non-surgical-l-sp.jpg) no-repeat right center;
    min-height: 386px;
}
.serCont {
    width: 58%;
    padding: 45px 0px 0px 4%;
}
.textMain .serCont li {
    display: inline-block;
    font: 300 16px/20px 'Hind', sans-serif;
    border-bottom: 1px dotted #c3c3c3;
    width: 40%;
    background: url(/images/service-bul.png) no-repeat left center;
    padding: 0;
    margin: 0px 30px 0px 25px;
    color: #464646;
    /* min-width: 301px; */
    vertical-align: top;
}
.textMain .serCont li a {
    padding: 15px 0px 15px 30px;
    display: block;
    list-style: circle;
    text-decoration: none;
    color: #464646;
}
.textMain .serCont li a:hover {
    color: #4ac9f6;
}
.serMar {
    margin: 40px 0px;
}
.google-translate {
    margin: 45px 0 0 0;
}
.google-translate h3 {
    font: 400 15px/19px 'Work Sans', sans-serif;
    color: #ffffff;
    padding: 0 0 10px 0;
}
.goog-te-gadget-icon {
    display: none;
}
.goog-te-gadget-simple {
    border-bottom: 1px solid #dfdfdf !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #3f3f3f;
    padding-bottom: 8px !important;
    background: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff;
    font: normal 17px/22px 'Hind', sans-serif;
    text-transform: capitalize;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
}
.goog-te-menu-value > span:nth-child(3) {
    border-left: none !important;
}
.goog-te-gadget-simple {
    width: 93%;
    padding: 0px !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    display: block;
    padding: 3px 0;
    margin: 0px !important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    float: left;
}
.goog-te-menu-value > span:nth-child(5) {
    color: #dfdfdf !important;
    float: right;
    margin: 0;
}
/* Sidebar CSS */
#Sidebar {
    width: 320px;
    padding: 60px 0px 20px 0px;
}
.docCont-sb {
    background: url(/images/michael-ledger-sb.png) no-repeat center top;
    height: 480px;
    position: relative;
}
.docHead-sb {
    font: 700 36px/40px 'Hind', sans-serif;
    padding-top: 45px;
    text-align: center;
    color: #0c3960;
}
.docHead-sb span {
    font: 400 16px/20px 'Hind', sans-serif;
    display: block;
}
.docRdmr-sb {
    position: absolute;
    color: #fff;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    background: #0c3960;
    border-radius: 20px;
    width: 225px;
    text-align: center;
    font: 400 16px/20px 'Hind', sans-serif;
}
.docRdmr-sb a {
    display: block;
    padding: 15px 0px;
}
.patHead-sb {
    font: 400 30px/34px 'Hind', sans-serif;
    text-align: center;
    padding: 70px 0px 15px 0px;
    color: #323232;
}
.patHead-sb {
    text-align: center;
}
.resCont {
    position: relative;
    min-height: 300px;
}
.resources-sb {
    position: absolute;
    top: 4px;
    text-align: center;
    padding: 20px 0px;
    background: #0c3960;
    width: 280px;
    margin: auto;
    left: 0;
    right: 0;
}
.resources-sb li {
    font: 500 18px/22px 'Hind', sans-serif;
    color: #fff;
    transition: 0.5s ease-in-out;
    text-align: left;
    background-color: #0c3960;
}
.resources-sb li:hover {
    background-color: #f3f2ed;
    color: #0c3960;
}
.resources-sb li a {
    display: block;
    padding: 25px 0 25px 85px;
}
.first-sb {
    background: url(/images/first-visit-sb.png) no-repeat 25px center;
}
.first-sb:hover {
    background: url(/images/first-visit-sb-hover.png) no-repeat 25px center;
}
.pat-sb {
    background: url(/images/pat-forms-sb.png) no-repeat 25px center;
}
.pat-sb:hover {
    background: url(/images/pat-forms-sb-hover.png) no-repeat 25px center;
}
.payment-sb {
    background: url(/images/payment-opt-sb.png) no-repeat 25px center;
}
.payment-sb:hover {
    background: url(/images/payment-opt-sb-hover.png) no-repeat 25px center;
}
.urgent-sb {
    background: url(/images/urgent-appoint-sb.png) no-repeat 25px center;
}
.urgent-sb:hover {
    background: url(/images/urgent-appoint-sb-hover.png) no-repeat 25px center;
}
.docHead-sp {
    font: 700 65px/69px 'Hind', sans-serif;
    color: #0c3960;
    padding: 80px 0px 25px 0px;
    display: inline-block;
    width: 48%;
}
.grey-sp {
    display: block;
    color: #4e4e4e;
    font: 400 20px/30px 'Hind', sans-serif;
}
.blue-sp {
    display: block;
    font: 500 24px/32px 'Hind', sans-serif;
    color: #0c3960;
}
.docImg-sp {
    float: left;
    width: 52%;
}
.docImg-sp .theme-L {
    background: url(/images/michael-ledger-pg-l.jpg) no-repeat right top;
}
.docCont-sp .textMain {
    padding: 0px 10px 80px 0px;
}
.docCont-sp p {
    padding-top: 20px;
    font: 400 16px/28px 'Hind', sans-serif;
}
.docCont-sp .accordTitle {
    padding: 12px 0 12px 3.5%;
    font: 700 24px/28px 'Hind', sans-serif;
    margin: 25px 0 0 0;
    color: #0c3960 !important;
    background: #eaedf0;
    border: none;
    border-radius: 10px;
}
.accordTitle::after,
.textMain .accordTitle::after,
.accordResponsive .tabTitle::after,
.accordResponsive .textMain .tabTitle::after {
    background: url("/images/accordian-plus.png") no-repeat center center;
    width: 50px;
    height: 50px;
    content: '';
    right: -12px;
}
.accordTitle.showAccord::after,
.textMain .accordTitle.showAccord::after,
.accordResponsive .tabTitle.showAccord::after,
.accordResponsive .textMain .tabTitle.showAccord::after {
    background: url(/images/accord-active.png) no-repeat center center;
    content: '';
}
.accordTitle a,
.textMain .accordTitle a,
.accordResponsive .tabTitle a,
.accordResponsive .textMain .tabTitle a {
    color: #0c3960;
}
.docProf-sp .accordTitle.showAccord {
    background-color: #eaedf0;
}
.textMain .accordTitle.showAccord a {
    color: #0c3960;
}
.accordContent,
.textMain .accordContent {
    padding: 20px 10px 20px 20px;
    font: 400 18px/24px 'Hind', sans-serif;
    border: 0px;
}
.textMain .accordContent ul li {
    list-style: disc;
    background: none;
    padding: 10px 5px 10px 20px;
    font: 600 16px/20px 'Hind', sans-serif;
    color: #464646;
}
/*
.accHead {
    background: #e1e1e1;
    color: #555555;
    font: 600 20px/24px 'Hind', sans-serif;
    text-transform: uppercase;
    padding: 15px 0 15px 40px;
    border-radius: 5px;
    margin: 30px 0 10px 0;
}
*/
.textMain .accordContent .accList li {
    display: inline-block;
    width: 45% !important;
    padding: 8px 0 8px 40px;
}
.accordSpa {
    display: block;
    font: 400 18px/22px 'Hind', sans-serif;
}
.textMain .accordContent ul {
    margin: 10px 0 10px 20px;
}
.textMain .subList {
    text-align: center;
}
.textMain .subList li {
    border: none;
    background: #033b55;
    border-radius: 4px;
    overflow: hidden;
    margin: 10px 3px;
    transition: all 150ms linear;
    box-shadow: 2px 5px 10px var(--color-smoke);
    --color-smoke: #747474;
    letter-spacing: 0.5px;
    width: 290px;
    text-transform: uppercase;
}
.textMain .subList li a {
    display: block;
    color: #fff;
    font: 600 14px/18px 'Ubuntu', sans-serif;
    padding: 10px;
}
.textMain .subList li:hover {
    background: #0d71a0;
}
.align-center-bx {
    text-align: center;
    font-size: 0;
}
.con-pro h3 {
    font: 700 18px/22px 'Rubik', sans-serif;
    padding: 8px;
    text-transform: capitalize;
    color: #275699;
}
.textMain .con-pro ul li {
    background: #e7ecee;
    background: -moz-linear-gradient(left, #E6F2FF 0%, #ECF2FE 77%, #F2F2FC 100%);
    background: -webkit-linear-gradient(left, #E6F2FF 0%, #ECF2FE 77%, #F2F2FC 100%);
    background: linear-gradient(to right, #E6F2FF 0%, #ECF2FE 77%, #F2F2FC 100%);
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    min-height: 450px;
    width: 31%;
    min-width: 300px;
    padding: 25px 6px;
    opacity: 1;
    position: relative;
    height: auto;
    overflow: hidden;
    transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(600px) translate3d(0, 0, 0);
    text-align: left;
}
.con-pro ul li:hover {
    color: #0f0f0f;
    transition: background 0.5s;
    background: #2c2c2c9c;
    transform: scale(1.01);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.con-pro ul li:hover .rollover {
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.con-pro p {
    font: 400 15px/26px 'Rubik', sans-serif;
    padding: 8px;
    margin: 5px !important;
    clear: both;
}
.con-pro ul li .reMore {
    right: -35px;
}
.con-pro ul li:hover .reMore {
    right: -3px;
}
.rollover-nodisplay {
    display: none;
}
.hip-th,
.shoulder-th {
    padding: 5px 15px 5px 0px;
    float: left;
}
.rollover {
    visibility: hidden;
    color: #fc0;
    opacity: 1;
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 40%;
    margin: 15px auto 0px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.rollover p {
    position: relative;
    width: 135px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    vertical-align: top;
    font: 400 15px/32px 'Rubik', sans-serif;
}
.con-pro ul li a {
    text-decoration: none;
    color: #000;
}
.rollover p a {
    display: block;
    padding: 44px 0px 0px 0px;
}
.con-pro ul li:hover .rollover {
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.con-pro ul li a:hover {
    color: #0f0f0f;
}
.eduMore {
    background: url(/images/edumore-bg.png) no-repeat center 12px #fff;
}
.reMore {
    background: url(/images/remore-bg.png) no-repeat center 12px #fff;
}
/* Navigation CSS */
.navigation {
    font: 300 16px/20px 'Ubuntu', sans-serif;
    background: #f2f1ea;
    text-align: center;
    color: #212121;
    padding-top: 60px;
    min-height: 175px;
}
.navigation h1 {
    font: 700 40px/44px 'Hind', sans-serif;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #0c3960;
}
.navigation a {
    text-decoration: none !important;
}
.navigation span {
    padding: 0px 12px;
}
/*-----------Easy Tabs CSS-----------*/
.textMain .conditions-page #parentHorizontalTab {
    background: none;
    text-transform: none;
}
.textMain .conditions-page .resp-tabs-list.hor_1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}
.textMain .conditions-page .resp-tabs-list li {
    display: inline-block;
    vertical-align: top;
}
.textMain .conditions-page .resp-tabs-list li {
    cursor: pointer;
    display: inline-block !important;
    vertical-align: top;
    font: 600 15px/18px ''Hind'', sans-serif;
    text-transform: uppercase;
    position: relative;
    height: auto;
    margin: 0 15px;
    display: block;
    text-align: center;
    padding: 0px 0px !important;
    background: #0c3960 !important;
    padding: 15px 0px;
    border-radius: 5px;
    margin: 3px;
    text-align: center;
    min-width: 300px;
}
.textMain .conditions-page .resp-tabs-list.hor_1 li a {
    text-decoration: none;
    padding: 15px 50px !important;
    display: block;
    color: #ffffff;
}
.textMain .conditions-page .resp-tabs-list.hor_1 li a:hover {
    color: #fff;
}
.textMain .conditions-page .resp-tabs-container {
    padding: 0px;
    clear: left;
    background: #fff;
}
.textMain .conditions-page h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.textMain .conditions-page .resp-tab-content {
    display: none;
    padding: 15px;
}
.textMain .conditions-page .resp-tab-active {
    border-bottom: none;
}
.textMain .conditions-page .resp-tabs-list li.resp-tab-active {
    vertical-align: top;
    position: relative;
    background: #45b8fe !important;
    box-shadow: 2px 4px 3px 1px #ccc;
}
.textMain .conditions-page .resp-tabs-list li.resp-tab-active::before {
    vertical-align: top;
    position: absolute;
}
.textMain .conditions-page .resp-content-active,
.textMain .conditions-page .resp-accordion-active {
    display: block;
}
.textMain .conditions-page .resp-tab-content {
    border: none;
    min-height: auto;
    margin: 30px 0 0 0;
}
.textMain .conditions-page h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}
.textMain .conditions-page h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}
.textMain .conditions-page h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
.textMain .topicimage {
    float: left;
    width: 206px;
    margin: 16px 2% 0 0;
    border: 1px solid #b9bbbd;
    padding: 2px;
}
.landing-page ul {
    text-align: right;
}
.landing-page ul li {
    background: none !important;
    padding: 0 !important;
    display: inline-block;
    font: 400 15px/15px ''Hind'', sans-serif;
}
.landing-page ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 9px 10px 9px 8px;
    border-radius: 7px;
}
.educationalvideo-s a {
    background: #2b8468;
}
.knowmore-s a {
    background: #399f7f;
}
.landing-page ul li a span {
    padding-right: 10px;
}
.landing-page ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #6ecbae;
    box-shadow: 2px 2px 2px #ccc;
}
.template1-img {
    float: right;
    margin: 15px;
    border: 1px solid #e1e1e1;
}
.topMargin {
    margin-top: 40px;
}
.textMain .profile-page #parentHorizontalTab {
    background: none;
    text-transform: none;
}
.textMain .profile-page .resp-tabs-list.hor_1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
}
.textMain .profile-page .resp-tabs-list li {
    cursor: pointer;
    display: inline-block !important;
    vertical-align: top;
    font: 600 20px/24px ''Hind'', sans-serif;
    text-transform: uppercase;
    padding: 0px 0px !important;
    background: #10656c !important;
    margin: 0px;
    width: 33%;
}
.textMain .profile-page .resp-tabs-list.hor_1 li a {
    text-decoration: none;
    padding: 15px 50px !important;
    display: block;
    color: #ffffff;
}
.textMain .profile-page .resp-tabs-list.hor_1 li a:hover {
    color: #fff;
}
.textMain .profile-page .resp-tabs-container {
    padding: 0px;
    clear: left;
    background: #fff;
}
.textMain .profile-page h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.textMain .profile-page .resp-tab-content {
    display: none;
    padding: 15px;
}
.textMain .profile-page .resp-tab-active {
    border-bottom: none;
}
.textMain .profile-page .resp-tabs-list li.resp-tab-active {
    vertical-align: top;
    position: relative;
    background: #4799a0 !important;
    box-shadow: 2px 4px 3px 1px #ccc;
}
.textMain .conditions-page .resp-tabs-list li.resp-tab-active::before {
    vertical-align: top;
    position: absolute;
}
.textMain .profile-page .resp-content-active,
.textMain .profile-page .resp-accordion-active {
    display: block;
}
.textMain .profile-page .resp-tab-content {
    min-height: auto;
    margin: 0px;
    border: 1px solid #ccc;
}
.textMain .profile-page h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: none;
    margin: 0px;
    padding: 10px 15px;
}
.textMain .profile-page h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}
.textMain .profile-page h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
.Head {
    text-align: center;
    font: 500 25px/28px 'Oswald', sans-serif !important;
    text-transform: uppercase;
}
.SerIn {
    text-align: center;
}
.SerIn ul li {
    display: inline-block;
    background: #042d62;
    border-radius: 50%;
    vertical-align: top;
    border: 5px solid #369cec;
    margin: 10px;
    font: 500 18px/20px ''Hind'', sans-serif;
    text-align: center;
    padding: 0px;
}
.SerIn ul li a {
    display: block;
    padding: 45px 0px 0px 0px;
    color: #fff;
    text-decoration: none;
    width: 130px;
    height: 130px;
}
.SerIn ul li a:hover {
    color: #369cec;
}
.linetwo a {
    padding: 39px 0px 0px 0px !important;
}
.conpro ul li {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}
.conpro ul li a {
    text-decoration: none;
}
.conpro ul li a:hover {
    color: #0d7bd1;
}
.Hbg {
    font: 800 25px/30px 'Muli', sans-serif !important;
    background: #f9f5f5;
    padding: 7px !important;
    text-align: center;
    text-transform: uppercase !important;
}
.conpro {
    border: 1px solid #eae8e8;
    padding: 15px;
    margin: 0px 0px 30px 0px;
}
.popfull {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    left: 0px;
    top: 0px;
    display: none;
}
.popvideo {
    width: 75%;
    height: auto;
    padding: 40% 0 0 0;
    position: fixed;
    z-index: 10005;
    background: #fff;
    display: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popvideo iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 4px solid #666;
}
.popclose {
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #666;
    width: 30px;
    height: 30px;
    z-index: 2;
    text-align: center;
    font: bold 12px/22px 'Hind', sans-serif;
}
.popclose a {
    display: block;
    text-decoration: none;
}
.OrthoVid {
    margin: 0px 0px 25px 0px;
}
.OrthoVid ul li {
    display: inline-block;
    background: none;
    vertical-align: top;
    font: 500 15px/16px 'Muli', sans-serif;
    text-align: center;
    width: 33%;
}
.OrthoVid ul li a {
    text-decoration: none;
}
.OrthoVid ul li img {
    padding: 7px;
    border: 1px solid #f2ecec;
    margin: 5px 0px 5px 0px;
}
.OrthoVid h3 {
    background: #f9f5f5;
    padding: 6px;
    text-transform: uppercase;
}
.contact-info {
    text-align: left;
}
.textMain .contactus {
    text-align: center;
}
.contact-pg-main {
    width: 49%;
    display: inline-block;
    min-width: 310px;
}
.contact-pg-main.c-pg-odd {
    margin: 0 1.5% 1% 0;
}
.contactTable {
    display: block;
    width: auto;
    margin-bottom: 20px;
    margin-top: 25px;
    -webkit-box-shadow: 0 0 10px 1px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0 0 10px 1px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: 0 0 10px 1px rgba(51, 51, 51, 0.2);
    -o-box-shadow: 0 0 10px 1px rgba(51, 51, 51, 0.2);
    box-shadow: 0 0 10px 1px rgba(51, 51, 51, 0.2);
}
.contact-address {
    width: auto;
    display: block;
    padding: 10px 5px;
    position: relative;
    background: #184366;
    color: #fff;
    min-height: 225px;
    border-radius: 5px;
}
.contact-address p.textMainBold {
    color: #8dddfe;
}
.textMain .contact-tab-right a, .contact-address .contact-tab-left p {
    color: #fff;
}
.contact-address p.textMainBold {
    padding: 7px 0;
    text-align: center;
    font: 500 22px/30px 'Hind', serif;
    text-transform: uppercase;
}
.contact-tab-left,
.contact-tab-right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.contact-tab-left {
    width: 60%;
}
.contact-tab-right {
    width: 39%;
    min-width: 145px;
}
.contact-address p {
    position: relative;
    padding: 5px 10px 0 30px;
    font: 400 16px/26px ''Hind'', sans-serif;
}
.contact-address p::before {
    position: absolute;
    left: -10px;
    top: -4px;
}
.contact-map {
    position: relative;
    display: block;
    width: auto;
    height: 295px;
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    border: 0;
}
.contactus h2 {
    text-transform: uppercase;
}
.contactTable1 {
    margin: 30px 0px 50px;
    border-spacing: 5px;
    box-shadow: 0px 1px 15px 10px #2E34411A;
    border-radius: 10px;
}
.contactTable1:hover {
    -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);
}
.contact-address1 {
    width: 312px;
  padding: 10px 0px 10px 10px;
    position: relative;
    background: #184366;
}
.conMapHd1 {
    font: 600 19px/23px 'Hind', sans-serif;
    padding: 5px 0px;
    color: #8dddfe;
}
.contact-address1 p {
    position: relative;
    padding: 5px 10px 5px 30px;
    color: #fff;
}
.contact-address1 p.conMapHd1 {
    color: #8dddfe;
}
.textMain .contact-address1 p a {
    color: #fff;
}
.contact-address1 p::before {
    position: absolute;
    left: -10px;
    top: -4px;
}
.contact-map1 {
    position: relative;
}
.contact-map1 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border: 0px;
}
.textMain .practCen {
    text-align: center;
    padding: 20px 0px;
}
/* Text CSS */
.textMain {
    padding: 55px 10px 50px 60px;
    font: 300 16px/26px 'Hind', sans-serif;
    color: #464646;
}
.textMain a {
    color: #0c3960;
}
.textMain a:hover {
    color: #3bb1e1;
}
.textMain h1 {
    font: 600 30px/34px 'Hind', sans-serif;
    color: #414141;
}
.textMain h1 span {
    font: normal 20px/24px 'Hind', sans-serif;
    color: #4d4d4d;
}
.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 500 34px/44px 'Hind', sans-serif;
    color: #0c3960;
}
.textMain h2 span {
    font: normal 22px/30px 'Hind', sans-serif;
    color: #0c3960;
}
.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 24px/28px 'Hind', sans-serif;
    color: #464646;
}
.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #464646;
}
.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: normal 18px/22px 'Hind', sans-serif;
    color: #014cbe;
}
.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #014cbe;
}
/* Profile Schema */
.textMain .schemaTable {
    padding: 5px;
    text-align: center;
}
.textMain .schemaTitle {
    padding: 5px 10px;
    font: normal 18px/24px 'Hind', 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 'Hind', 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: #0d3960;
    border: 2px solid #ccc;
}
.textMain .useFul li span {
    display: block;
    padding: 15px 0px;
    background: #f2f1ea;
    margin: 0px 0px 15px 0px;
    color: #0c3960;
}
.textMain .useFul li img {
    margin: 10px 0px;
}
.textMain .useFul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #fff;
}
/* Relative List */
.textMain .relList li {
    border: 2px solid #ccc;
}
.textMain .relList li a {
    padding: 5px 15px;
}
@media screen and (max-width: 1120px) {
    .bannerContent {
        background: rgba(255, 255, 255, 0.5);
    }
    .profSub1 {
        padding: 55px 0px 0px 17%;
    }
    .roboCont {
        padding-left: 20px;
    }
    .candCont a {
        display: block;
    }
    #Candidate {
        min-height: 355px;
        padding-top: 45px;
    }
    .candCont {
        display: inline-block;
        width: 49%;
        min-width: auto;
        vertical-align: top;
        margin: 0px 0% 0px 0px;
    }
    .candImg {
        padding-right: 14px;
    }
    .candText {
        font: 300 32px/40px 'Hind', sans-serif;
        padding-top: 15px;
    }
    .textMain .serCont li {
        min-width: 300px;
    }
    .docCont-sp .textMain p {
        padding: 18px 0px 10px 10px;
    }
    .docImg-sp {
        margin: 0px 20px 25px 0px;
    }
    .docHead-sp {
        width: auto;
        padding: 60px 0px 25px 12px;
    }
}
@media screen and (max-width: 1060px) {
    .profCont {
        width: 78%;
    }
    .profSub {
        padding: 9% 6% 0 3%;
    }
    .links,
    .conditions {
        width: 26%;
    }
    .docCont-sp .accordTitle {
        margin: 16px 0 0 0;
    }
}
@media screen and (max-width: 980px) {
    .candText {
        font: 300 26px/34px 'Hind', sans-serif;
        padding-top: 32px;
    }
    .candCont {
        padding: 32px 0px 40px 9px;
        min-height: auto;
    }
    #Candidate {
        min-height: auto;
        padding-bottom: 40px;
    }
    .profCont1 {
        position: relative;
        min-height: auto;
        width: auto;
        border-radius: 0;
    }
    .profSub1 {
        padding: 55px 0px 0px 0%;
        width: auto;
    }
    .careHead {
        text-align: center;
    }
    #Profile ul {
        padding: 35px 0px 30px 0px;
        text-align: center;
    }
    #Profile li {
        display: inline-block;
        margin-right: 20px;
    }
    #Profile li a {
        display: inline-block;
        padding: 20px 0px 20px 25px;
    }
    .fracs {
        margin-right: 0px;
        text-align: center;
        padding: 30px 0px;
    }
    .profCont {
        width: auto;
        background-size: cover;
    }
    .profSub {
        padding: 4% 0% 0 0%;
        text-align: center;
        width: auto
    }
    .degree {
        text-align: center;
    }
    .profImg {
        position: relative;
        width: auto;
        margin: auto;
        text-align: center;
        left: 0;
    }
    #Profile p {
        text-align: center;
        width: 89%;
        margin: 20px auto 5px auto;
    }
    .docRdmr {
        margin: 20px 0px;
    }
    .links,
    .conditions {
        width: 24%;
    }
    .docHead-sp {
        font: 700 46px/50px 'Hind', sans-serif;
        padding: 40px 0px 0px 0px;
    }
    .serImg {
        display: none;
    }
    .serCont {
        width: auto;
        padding: 10px 0px 0px 0%;
    }
    .contact-tab-left,
    .contact-tab-right {
        width: 100%;
    }
    .contact-address {
        min-height: 265px;
    }
    .bannerHead {
        font: 700 48px/56px 'Hind', sans-serif;
    }
    #Candidate {
        min-height: auto;
        padding-top: 25px;
    }
}
@media screen and (max-width: 870px) {
    #Practice li {
        position: relative;
        vertical-align: top;
        display: block;
        width: 40%;
        margin: 10px auto;
        min-width: 300px;
    }
    .loc1,
    .loc2,
    .loc3 {
        left: 0;
        right: 0;
        margin: auto;
    }
    .docHead-sp {
        font: 700 40px/50px 'Hind', sans-serif;
    }
    #Profile ul {
        padding: 15px 0px 15px 0px;
    }
    .westHead span {
        font: 300 40px/50px 'Hind', sans-serif;
    }
    .underHead {
        font: 300 40px/45px 'Hind', sans-serif;
    }
    .resHead {
        font: 300 40px/48px 'Hind', sans-serif;
        padding: 10px 0px 10px 0px;
    }
    .textMain {
        padding: 30px 10px 50px 20px;
    }
    #Sidebar {
        padding: 30px 0px 20px 0px;
    }
    .candImg {
        padding-right: 6px;
        width: 148px;
    }
    .candText {
        padding-top: 20px;
    }
    .bannerMore {
        font: 300 16px/24px sans-serif;
    }
    .bannerMore a {
        padding: 10px 35px;
    }
    .contact-pg-main {
	width: 74%;
}
    .contact-info {
	text-align: center;
}
}
@media screen and (max-width: 760px) {
    .candCont {
        display: block;
        width: 450px;
        margin: 10px auto 10px auto;
    }
    .logo {
        display: block;
        text-align: center;
        width: auto;
    }
    .appoint {
        display: block;
        margin: 5px auto;
    }
    .appoint ul {
        text-align: center;
    }
    .appoint li {
        margin: 10px 20px 10px 0px;
    }
    .logo a {
        padding: 10px 0px 0px 0px;
    }
    #Banner-Container #Banner {
        height: 550px;
    }
    #Banner-Container .banner1,
    #Banner-Container .banner2,
    #Banner-Container .banner3 {
        background-position: 20% 85%;
    }
    #Banner-Container .banner1,
    #Banner-Container .banner2,
    #Banner-Container .banner3 {
        background-size: 860px;
    }
    .home header {
        position: relative;
    }
    .bannerContent {
        background: rgba(255, 255, 255, 0.5);
        width: auto;
        top: 25%;
    }
    #Robo {
        background: url(/images/robo-bg.jpg) no-repeat 55% top;
    }
    .search {
        width: auto;
        display: block;
        text-align: center;
        margin: auto;
    }
    .links,
    .conditions {
        width: 45%;
        text-align: center;
    }
    .linkList,
    .condList,
    .searchText,
    .selectText,
    .seaHead,
    .langHead {
        text-align: left;
    }
    .textMain .serCont li {
        min-width: 220px;
    }
    .bannerHead {
        font: 700 40px/50px 'Hind', sans-serif;
    }
    .westLogo {
        padding: 15px 0px 15px 0px;
    }
    .practHead {
        font: 300 42px/48px 'Hind', sans-serif;
        padding: 30px 0px;
    }
    .footer-menu a {
        padding: 9px 2%;
    }
    .roboHead {
        font: 300 42px/46px 'Hind', sans-serif;
        color: #fff;
        padding: 50px 0px 15px 0px;
    }
}
@media screen and (max-width: 640px) {
    .textMain .conditions-page .resp-tabs-list.hor_1 {
        display: none;
    }
    .textMain .conditions-page h2.resp-accordion {
        display: block;
        font-size: 16px;
        padding: 4px 15px;
    }
    .contactTable .table-cell {
        display: block;
    }
    .docCont-sp .textMain p {
        padding: 10px 0px 10px 10px;
    }
    
    #Sidebar {
        padding: 20px 0px 20px 0px;
        margin: 0px auto;
    }
    /* Menu CSS */
    #Main-Menu {
        display: none;
    }
    #Mobile-Menu {
        display: block;
    }
    #Content-Main .flex {
        display: flex !important;
        flex-direction: column;
        margin: 0 auto !important;
    }
    .table-div.flex > .flex1 {
        order: 2;
    }
    .table-div.flex > .flex2 {
        order: 1;
    }
    .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;
    }
    .roboCont {
        width: auto;
        min-height: auto;
    }
    .underCont {
        padding: 6% 2% 0% 20px;
    }
    .candCont {
        width: 350px;
        padding: 26px 0px 32px 9px;
    }
    .candText {
        font: 300 24px/32px 'Hind', sans-serif;
    }
    .underCont {
        width: auto;
        padding: 6% 2% 0% 11%;
        background-size: cover;
        min-height: auto;
    }
    .resHead {
        font: 300 34px/40px 'Hind', sans-serif;
        padding: 30px 0px;
    }
    .docImg-sp {
        float: none;
        width: auto;
        text-align: center;
    }
    .docHead-sp {
        width: auto;
        display: block;
        text-align: center;
    }
    .textMain .serCont li {
        min-width: 300px;
    }
    .textMain {
        padding: 15px 10px 50px 10px;
    }
    .textMain .conditions-page .resp-tab-content {
        padding: 0px;
    }
    .docCont-sp p {
        padding-top: 15px;
    }
    #Banner-Container .banner1,
    #Banner-Container .banner2,
    #Banner-Container .banner3 {
        background-size: 640px;
    }
    #Banner-Container #Banner {
        height: 375px;
    }
    .westHead span {
        font: 300 34px/40px 'Hind', sans-serif;
        padding-bottom: 30px;
    }
    .underCont::before {
        display: none;
    }
    .underHead {
        font: 300 36px/42px 'Hind', sans-serif;
    }
    .roboHead {
        font: 300 38px/42px 'Hind', sans-serif;
        padding: 30px 0px 15px 0px;
    }
    .linkHead,
    .contHead {
        text-align: left;
        padding-left: 25%;
    }
    .contact-pg-main {
	width: 94%;
}
    .contact-pg-main.c-pg-odd {
	margin: 0 0% 1% 0;
}
}
@media screen and (max-width: 530px) {
    .linkHead,
    .contHead {
        padding-left: 14%;
    }
    .resList a {
        padding-top: 112px;
    }
    .resList li {
        width: 236px;
        height: 182px;
    }
    .bannerHead {
        font: 700 38px/47px 'Hind', sans-serif;
        color: #0c3960;
    }
    .bannerMore {
        margin-top: 15px;
    }
    .profHead {
        font: 700 38px/48px 'Hind', sans-serif;
    }
    .westHead span {
        font: 300 30px/36px 'Hind', sans-serif;
    }
    .condHead {
        font: 300 32px/36px 'Hind', sans-serif;
        padding: 30px 0px 30px 0px;
    }
    .roboHead {
        font: 300 32px/38px 'Hind', sans-serif;
        padding: 30px 0px 15px 0px;
    }
    .candCont {
        width: 310px;
    }
    .candImg {
        width: 105px;
    }
    .underHead {
        font: 300 32px/38px 'Hind', sans-serif;
    }
    .resHead {
        font: 300 28px/35px 'Hind', sans-serif;
    }
    .candText {
        padding-top: 6px;
    }
    .resList {
        margin-top: 2px;
    }
  /*  #Resource {
        min-height: auto;
    }*/
    .serMar {
        margin: 10px 0px;
    }
    .contactTable1 .table-cell {
        display: block;
        width: 100%;
        height: 255px;
    }
    .practHead {
        font: 300 36px/48px 'Hind', sans-serif;
        padding: 30px 0px 5px 0px;
    }
}
@media screen and (max-width: 479px) {
    .rollover {
        display: none;
        position: relative;
    }
    .rollover-nodisplay  {
        display: block;
        text-align: center;
    }
    
    .rollover-nodisplay  a {
        border:1px solid #000;
        padding: 10px 20px !important;
        text-decoration: none !important;
    }
    
    .con-pro ul li:hover {
        background: none;
        transition:none;
        transform: none;
        
    }
}
@media screen and (max-width: 420px) {
    .linkHead,
    .contHead {
        padding-left: 0%;
        text-align: center;
    }
    .blue-sp {
        font: 500 20px/26px 'Hind', sans-serif;
    }
    .bannerHead {
        font: 700 26px/38px 'Hind', sans-serif;
    }
    .bannerHead span {
        font: 300 22px/32px 'Hind', sans-serif;
    }
    .bannerMore {
        font: 300 18px/22px sans-serif;
    }
    .bannerMore a {
        padding: 10px 25px;
    }
    .bannerContent {
        background: rgba(255, 255, 255, 0.6);
        width: auto;
        top: 44%;
    }
    #Profile p {
        text-align: center;
        width: 90%;
        margin: 10px auto 5px auto;
    }
    .docRdmr {
        margin: 15px 0px;
        font: 300 17px/22px 'Hind', sans-serif;
    }
    .docRdmr a {
        display: block;
        padding: 12px 32px;
    }
    #Profile ul {
        padding: 5px 0px 15px 0px;
    }
    #Profile li a {
        padding: 12px 0px 12px 25px;
    }
    .westLogo {
        padding: 10px 0px 15px 0px;
    }
    .westHead {
        font: 300 20px/26px 'Hind', sans-serif;
    }
    .westHead span {
        font: 300 24px/30px 'Hind', sans-serif;
        padding-bottom: 20px;
    }
    .roboHead {
        font: 300 30px/34px 'Hind', sans-serif;
        padding: 25px 0px 15px 0px;
    }
    .roboList li {
        padding: 7px 0px 7px 24px;
        background: url(/images/robo-bul.jpg) no-repeat 0px 14px;
    }
    .candCont {
        min-width: 300px;
    }
    #Candidate {
        padding-top: 5px;
    }
    #Robo {
        padding-top: 5px;
    }
    .underHead {
        font: 300 32px/36px 'Hind', sans-serif;
        padding: 5px 0px 15px 0px;
    }
    .underCont {
        padding: 6% 5% 0% 8%;
        margin: -10px 22px 0px;
    }
    .resHead {
        padding: 20px 0px 10px 0px;
        font: 300 30px/36px 'Hind', sans-serif;
    }
    .resList li {
        width: 155px;
        height: 155px;
        border-radius: 10px;
    }
    .resList a {
        padding-top: 104px;
    }
    .practHead {
        font: 300 32px/36px 'Hind', sans-serif;
        padding: 30px 0px 8px 0px;
    }
    .links,
    .conditions {
        width: auto;
        text-align: center;
        display: block;
    }
    .linkList,
    .condList,
    .seaHead,
    .langHead {
        text-align: center;
    }
    .langCont,
    .searchCont {
        width: auto;
        display: block;
    }
    .searchText,
    .selectText {
        margin: 20px auto;
        width: 180px;
    }
    .touchHead {
        padding-right: 0px;
    }
    .footer-menu a {
        padding: 7px 5%;
    }
    .footer-menu a:first-child,
    .footer-menu a:last-child {
        border: none;
    }
    .footer-menu {
        padding: 0px 0px;
        margin: 12px auto;
    }
    .seaHead,
    .langHead {
        padding-bottom: 0px;
    }
    .touch {
        margin-top: 35px;
    }
    .links,
    .conditions,
    .search {
        padding-top: 20px;
    }
    .navigation {
        padding-top: 35px;
        min-height: 150px;
    }
    .navigation h1 {
        font: 700 26px/34px 'Hind', sans-serif;
    }
    .docHead-sp {
        font: 700 34px/38px 'Hind', sans-serif;
        padding: 20px 0px 0px 0px;
    }
    .docCont-sp p {
        padding-top: 5px;
    }
    .docCont-sp .accordTitle {
        padding: 10px 0 10px 3.5%;
        font: 700 17px/24px 'Hind', sans-serif;
    }
    .textMain h2,
    .hTag2,
    .textMain h3.hTag2,
    .textMain h4.hTag2 {
        font: 500 30px/36px 'Hind', sans-serif;
    }
    .textMain h2 span {
        color: #76ddfe;
    }
    .condHead {
        font: 300 30px/34px 'Hind', sans-serif;
        padding: 30px 0px 25px 0px;
    }
    #Service {
        min-height: auto;
    }
    .accordTitle::after,
    .textMain .accordTitle::after,
    .accordResponsive .tabTitle::after,
    .accordResponsive .textMain .tabTitle::after {
        width: 40px;
        height: 40px;
    }
    .logo {
        padding: 0px 10px;
    }
    #Profile p {
        font: 400 16px/26px 'Hind', sans-serif;
    }
    #Banner-Container .banner1,
    #Banner-Container .banner2,
    #Banner-Container .banner3 {
        background-position: 20% top;
    }
   
    .textMain .serCont li {
        margin: 0px 30px 0px 2px;
    }
    .textMain .serCont li a {
        padding: 15px 0px 15px 24px;
    }
}