@charset "utf-8";

/* CSS Document */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
form {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
}

img {
    vertical-align: middle;
    text-decoration: none;
    max-width: 100%;
    border: none;
}

a {
    border: none;
    outline: none;
    text-decoration: none;
}

.clear {
    clear: both;
}

/** COMMON STYLES **/
.top_bar,
header,
.banner,
.menu,
footer,
.content,
.inner_banner,
.cred_bar,
.copyright_ypo,
.services_blk,
.specialities,
.doc_profile,
.recent_news_publication,
.pat_ref_rsrc,
.hav_question,
.footer_map {
    float: left;
    width: 100%;
}

.top_bar_sec,
.header_sec,
nav,
.footer_sec,
.content_sec,
.cred_bar_sec,
.copyright_ypo_sec,
.services_blk_sec,
.specialities_sec,
.doc_profile_sec,
.recent_news_publication_sec,
.pat_ref_rsrc_sec,
.hav_question_sec {
    max-width: 1170px;
    margin: 0px auto;
}

.header_nav {
    position: fixed;
    top: 21px;
    float: left;
    width: 100%;
    z-index: 9999;
}

header {
    background: #cc0000;
    padding: 30px 0;
    transition: 0.4s all linear;
}

.logo {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: 1px solid #d63333;
}

.header_icons {
    float: left;
    margin: 0 5px 0 0;
}

.header_icons > div {
    float: left;
    margin: 0 1px 0 0;
}

.stickyMenu header {
    padding: 5px 0;
    transition: 0.4s all linear;
}

.stickyMenu .menu nav ul li a {
    padding: 9px 26px 9px;
    background-position: 12px 13px;
}

.stickyMenu .menu ul li ul li a:hover {
    background-position: 12px 13px;
}

.stickyMenu .menu nav ul {
    top: 43px;
}

.smo {
    float: left;
    width: 200px;
    padding: 10px 0px;
}

.smo ul li a {
    display: block;
    height: 38px;
    width: 38px;
    float: left;
    margin: 4px 1px 0;
}

.smo ul li a span {
    display: none;
}

.smo_fb a {
    background: url(../images/smo-icons.png) 1px 0px no-repeat;
}

.smo_tweet a {
    background: url(../images/smo-icons-update.png) -36px 0 no-repeat;
}

.smo_googleplus a {
    background: url(../images/smo-icons.png) -73px 0 no-repeat;
}

.smo_link a {
    background: url(../images/smo-icons.png) -16px -43px no-repeat;
}

.smo ul li.smo_link a {
    margin: 4px 0 0 2px;
}

.smo_yt a {
    background: url(../images/smo-icons.png) -55px -43px no-repeat;
}

.smo_blog a {
    background: url(../images/blog-icon.png) 0px 0px no-repeat;
}

.header_phone {
    float: right;
}

.header_phone li {
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
}

.header_phone li a {
    color: #fff;
    padding: 0 0 0 25px;
    background: url(../images/tel-icon.png) 5px 3px no-repeat;
    display: block;
}

.tel_ryan {
    background: url(../images/phone-div.jpg) right center no-repeat;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
}

.head_appoint {
    float: right;
    margin: 13px 0 0 0;
}

.fa {
    font-size: 16px !important;
    position: absolute;
    left: 9px;
    top: 6px;
}

.head_appoint ul li {
    float: left;
}

.head_appoint ul li a {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    float: left;
    display: block;
    padding: 9px 0 9px 40px;
    border: 1px solid #840000;
    border-radius: 12px;
}

.head_make_apptmnt a {
    background: #990000 url(../images/head-appointment-icon.png) 11px 11px no-repeat;
    width: 180px;
    margin: 0 20px 0 0;
}

.head_wrk_rel_inj a {
    background: #990000 url(../images/head-wrk-rel-inj-icon.png) 12px 10px no-repeat;
    width: 170px;
}

.head_make_apptmnt a:hover {
    background: #222222 url(../images/head-appointment-icon.png) 11px 11px no-repeat;
}

.head_wrk_rel_inj a:hover {
    background: #222222 url(../images/head-wrk-rel-inj-icon.png) 12px 10px no-repeat;
}

.smo1 {
    display: none;
}

/** NAV **/
.menu {
    position: relative;
    float: left;
    background: #000;
}

.menu nav ul li {
    position: relative;
    float: left;
    background: url(../images/menu-sep.jpg) top right no-repeat;
}

.menu nav ul li a {
    display: block;
    padding: 12px 26px 13px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    position: relative;
    display: block;
}

.slicknav_menu {
    display: none;
}

.menu nav ul li.last {
    background: none;
}

.menu nav ul li a:hover {
    color: #ff2922;
    background: url(../images/menu-hover.jpg) center 45px no-repeat;
}

/** DD Menu Styles **/
.menu {
    position: relative;
    z-index: 99999999;
}

.menu ul li ul {
    z-index: 100;
    display: none;
    width: 220px;
    position: absolute;
    left: 0px;
    top: 49px;
}

.menu ul li ul li {
    float: none;
    text-align: left;
}

.menu ul li ul li:after {
    background: none !important;
}

.menu ul li ul li a {
    font-size: 15px;
    line-height: 15px;
    padding: 15px 0 15px 30px;
    color: #fff;
    border-bottom: 1px solid #4a4a4a;
    background: #222222 url(../images/menu-arrow.png) 16px 20px no-repeat;
    text-align: left;
    -webkit-transition: linear 0.4s all;
    transition: linear 0.4s all;
}

.menu ul li ul li a:hover {
    -webkit-transition: linear 0.4s all;
    transition: linear 0.4s all;
    color: #fff;
    background: #cc0000 url(../images/menu-arrow.png) 16px -25px no-repeat;
}

.menu ul li:hover > ul {
    display: block;
    position: absolute;
    left: 0px;
}

.menu ul li li:hover > ul {
    display: block;
    position: absolute;
    left: 100%;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

/** BANNER **/
.banner_sec {
    margin: 0px auto;
    max-width: 1750px;
    position: relative;
}

.banner {
    position: relative;
    margin: 200px 0 0 0;
}

.banner .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.banner .rslides > li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 480px;
    z-index: 999;
}

.banner .rslides > li:first-child {
    position: relative;
    display: block;
    float: left;
}

.banner .rslides > img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.banner_one {
    background: url(../images/banner-1.jpg) center 0px no-repeat;
}

.banner_two {
    background: url(../images/banner-2.jpg) center 0px no-repeat;
}

.banner_three {
    background: url(../images/banner-3.jpg) center 0px no-repeat;
}

.banner_four {
    background: url(../images/banner-4.jpg) center 0px no-repeat;
}

.banner_txt_sec {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    min-height: 480px;
}

.banner_txt {
    position: absolute;
    z-index: 3;
    bottom: 10%;
    right: 24%;
    width: 34%;
}

.banner_txt h2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
    font-style: italic;
}

.banner_txt h3 {
    font-size: 21px;
    font-weight: 300;
    line-height: 25px;
    color: #fff;
    font-style: italic;
}

.banner #controls1 {
    position: absolute;
    z-index: 5;
    bottom: 30px;
    right: 65px;
    background: #fff;
}

.banner #controls1 li {
    display: inline-block;
    cursor: pointer
}

.banner #controls1 .pause {
    display: none
}

.home_banner_doc_sec {
    position: relative;
    max-width: 1170px;
    margin: 0px auto;
}

.home_banner_doc {
    position: absolute;
    left: 10px;
    bottom: -480px;
    z-index: 3;
    width: 80%;
}

.home_banner_doc_pic {
    float: left;
}

.home_banner_doc_txt {
    float: left;
    margin: 50px 0 0 0;
}

.home_banner_doc_txt h2 {
    font-size: 38px;
    color: #fff;
}

.home_banner_doc_txt h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.home_banner_doc_txt h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.home_banner_profile {
    margin: 20px 0 0 0;
}

.home_banner_profile a {
    background: #ff0000;
    color: #fff;
    padding: 4px 0;
    display: block;
    text-align: center;
    width: 120px;
    border-radius: 10px;
}

.services_blk {
    background: #4e4e4e;
    padding: 0 0 24px 0;
}

.services_blk_sec ul li a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 140px 0 0 0;
    display: block;
}

.serv_shld_arthrscpy a {
    background: url(../images/serv-shoulder-arthroscopy.png) top center no-repeat;
}

.serv_ttl_shld_rep a {
    background: url(../images/serv-total-shoulder-replacement.png) top center no-repeat;
}

.serv_rev_shld_rep a {
    background: url(../images/serv-reverse-shoulder-replacement.png) top center no-repeat;
}

.serv_rot_cuff_rep a {
    background: url(../images/serv-rotar-cuff-repair.png) top center no-repeat;
}

.serv_trmnt_shld_frac a {
    background: url(../images/serv-treatment-of-shoulder-fracture.png) top center no-repeat;
}

.serv_trmnt_shld_inst_dis a {
    background: url(../images/serv-treatment-of-shoulder-instability-dislocation.png) top center no-repeat;
}

.serv_revw_mri_ct_xray a {
    background: url(../images/serv-review-mri-xray.png) top center no-repeat;
}

.serv_shld_arthrscpy a:hover {
    background: url(../images/serv-shoulder-arthroscopy-hover.png) top center no-repeat;
}

.serv_ttl_shld_rep a:hover {
    background: url(../images/serv-total-shoulder-replacement-hover.png) top center no-repeat;
}

.serv_rev_shld_rep a:hover {
    background: url(../images/serv-reverse-shoulder-replacement-hover.png) top center no-repeat;
}

.serv_rot_cuff_rep a:hover {
    background: url(../images/serv-rotar-cuff-repair-hover.png) top center no-repeat;
}

.serv_trmnt_shld_frac a:hover {
    background: url(../images/serv-treatment-of-shoulder-fracture-hover.png) top center no-repeat;
}

.serv_trmnt_shld_inst_dis a:hover {
    background: url(../images/serv-treatment-of-shoulder-instability-dislocation-hover.png) top center no-repeat;
}

.serv_revw_mri_ct_xray a:hover {
    background: url(../images/serv-review-mri-xray-hover.png) top center no-repeat;
}

.serv_rot_cuff_rep a {
    background: url(../images/serv-rotar-cuff-repair-new.png) top center no-repeat;
}

.serv_shld_inst a {
    background: url(../images/serv-arthroscopic-shoulder-instability-repair.png) top center no-repeat;
}

.serv_ttl_shld_rep a {
    background: url(../images/serv-total-shoulder-replacement-new.png) top center no-repeat;
}

.serv_rev_shld_rep a {
    background: url(../images/serv-reverse-shoulder-replacement-new.png) top center no-repeat;
}

.serv_acl_recon a {
    background: url(../images/serv-arthroscopic-acl-reconstruction.png) top center no-repeat;
}

.serv_men-repar a {
    background: url(../images/serv-arthroscopic-meniscal-repair.png) top center no-repeat;
}

.serv_ost_allo_tra a {
    background: url(../images/serv-osteochondral-allograft-transplantation.png) top center no-repeat;
}

.serv_mul_knee_rec a {
    background: url(../images/serv-multiligament-knee-reconstruction.png) top center no-repeat;
}

.serv_arth_slap_rep a {
    background: url(../images/serv-arthroscopic-slap-repair.png) top center no-repeat;
}

.serv_opn-latjet a {
    background: url(../images/serv-open-laterjet-for-shoulder-instability.png) top center no-repeat;
}

.serv_rot_cuff_rep a:hover {
    background: url(../images/serv-rotar-cuff-repair-hover-new.png) top center no-repeat;
}

.serv_shld_inst a:hover {
    background: url(../images/serv-arthroscopic-shoulder-instability-repair-hover.png) top center no-repeat;
}

.serv_ttl_shld_rep a:hover {
    background: url(../images/serv-total-shoulder-replacement--new-hover.png) top center no-repeat;
}

.serv_rev_shld_rep a:hover {
    background: url(../images/serv-reverse-shoulder-replacement-new-hover.png) top center no-repeat;
}

.serv_acl_recon a:hover {
    background: url(../images/serv-arthroscopic-acl-reconstruction-hover.png) top center no-repeat;
}

.serv_men-repar a:hover {
    background: url(../images/serv-arthroscopic-meniscal-repair-hover.png) top center no-repeat;
}

.serv_ost_allo_tra a:hover {
    background: url(../images/serv-osteochondral-allograft-transplantation-hover.png) top center no-repeat;
}

.serv_mul_knee_rec a:hover {
    background: url(../images/serv-multiligament-knee-reconstruction-hover.png) top center no-repeat;
}

.serv_arth_slap_rep a:hover {
    background: url(../images/serv-arthroscopic-slap-repair-hover.png) top center no-repeat;
}

.serv_opn-latjet a:hover {
    background: url(../images/serv-open-laterjet-for-shoulder-instability-hover.png) top center no-repeat;
}

#flexiselDemo1 {
    display: block;
}

.services_blk .nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.services_blk .nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    padding: 0px;
    list-style-type: none;
    z-index: 5;
}

.services_blk .nbs-flexisel-inner {
    overflow: hidden;
    width: 98%;
    margin: -13px auto 0;
    text-align: center;
}

.services_blk .nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    position: relative;
}

.specialities {
    padding: 60px 0 25px;
}

.specialities_title {
    width: 257px;
    background: url(../images/specialties-title-bg.png) bottom right no-repeat;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 0 0 35px 0;
    margin: 0px auto 20px;
}

.specialities ul li {
    float: left;
    text-align: center;
    width: 268px;
    margin: 0 12px;
    min-height: 480px;
}

.spl_shoulder {
    background: url(../images/specialities-shoulder.jpg) top center no-repeat;
}

.spl_knee {
    background: url(../images/specialities-knee.jpg) top center no-repeat;
}

.spl_sprts_med {
    background: url(../images/specialities-sports-medicine.jpg) top center no-repeat;
}

.spl_jnt_presv {
    background: url(../images/specialities-joint-preservation.jpg) top center no-repeat;
}

.spl_shoulder:hover {
    background: url(../images/specialities-shoulder-hover.jpg) top center no-repeat;
}

.spl_knee:hover {
    background: url(../images/specialities-knee-hover.jpg) top center no-repeat;
}

.spl_sprts_med:hover {
    background: url(../images/specialities-sports-medicine-hover.jpg) top center no-repeat;
}

.spl_jnt_presv:hover {
    background: url(../images/specialities-joint-preservation-hover.jpg) top center no-repeat;
}

.specialities ul li h2 a {
    padding: 280px 0 10px 0;
    font-size: 20px;
    color: #fff;
    display: block;
}

.specialities ul li p {
    font-size: 15px;
    color: #fff;
    line-height: 26px;
}

.specialities ul li p a {
    color: #fff;
}

/*** Navigation ***/
.services_blk .nbs-flexisel-nav-left,
.services_blk .nbs-flexisel-nav-right {
    width: 28px;
    height: 30px;
    top: 60px !important;
    position: absolute;
    cursor: pointer;
    z-index: 6;
}

.services_blk .nbs-flexisel-nav-left {
    left: -30px;
    background: url(../images/cred-bar-left-arrow.png) 0px 0px no-repeat;
}

.services_blk .nbs-flexisel-nav-right {
    right: -30px;
    background: url(../images/cred-bar-right-arrow.png) 0px 0px no-repeat;
}

.doc_profile {
    background: url(../images/doc-sec-bg.jpg) top center no-repeat;
    padding: 69px 0 0 0;
}

.doc_txt {
    float: left;
    background: url(../images/doc-sec-corner-bg.png) 0px 0px no-repeat;
    padding: 35px 0 0 30px;
    margin: 25px 0 0 0;
    width: 63%;
    color: #fff;
    position: relative;
}

.doc_txt h1 {
    font-size: 44px;
    text-transform: uppercase;
}

.doc_txt h1 span {
    font-weight: 300;
}

.doc_txt h2 {
    font-size: 34px;
    font-weight: 600;
}

.doc_txt h3 {
    font-size: 20px;
    font-weight: 300;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #a8a4a2;
}

.doc_txt p {
    margin: 0 0 20px 0;
    font-size: 17px;
}

.doc_txt ul {
    margin: 0 0 0 20px;
}

.doc_txt ul li {
    list-style: disc;
    font-size: 16px;
}

.prof_links ul {
    margin: 30px 0 0 0;
}

.prof_links ul li {
    list-style: none;
}

.prof_links ul li a {
    float: left;
    border: 1px solid #858585;
    padding: 8px 20px 8px 45px;
    color: #f3f3f3;
    margin: 0 20px 0 0;
    border-radius: 20px;
}

.prof_links_awrds_hnrs a {
    background: url(../images/doc-sec-awards.png) 15px 8px no-repeat;
}

.prof_links_rsrch a {
    background: url(../images/doc-sec-news.png) 14px 10px no-repeat;
}

.prof_links_news a {
    background: url(../images/doc-sec-research.png) 14px 5px no-repeat;
}

.doc_view_prof {
    position: absolute;
    right: 10px;
    bottom: -62px;
}

.doc_view_prof a {
    font-size: 21px;
    color: #fff;
    background: #c50303 url(../images/doc-sec-profile-icon.png) center 85px no-repeat;
    ;
    padding: 16px 0 60px 0;
    text-align: center;
    width: 140px;
    display: block;
}

.doc_pic {
    float: right;
}

.recent_news_publication {
    padding: 85px 0;
    background: #E1E1E1 url(../images/recent-news-publication-bg.jpg) top center no-repeat;
}

.recent_news_publication .recent_news {
    float: left;
    width: 61%;
    margin: 0 80px 0 0;
    position: relative;
}

.recent_news_publication .recent_news_title {
    font-size: 34px;
    margin: 0 0 25px 0;
    font-weight: 800;
}

.recent_news_publication .recent_news ul li {
    clear: both;
    background: #b70101;
    min-height: 187px;
    margin: 0 0 40px 0;
}

.recent_news_publication .news-recent-post-image {
    float: left;
    width: 34%;
    background: #fff;
    height: 187px;
    text-align: center;
    display: table;
}

.recent_news_publication .news-recent-post-image a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.recent_news_publication .news-recent-post-content {
    padding: 20px;
    float: left;
    width: 60%;
    color: #fff;
}

.recent_news_publication .news-recent-post-title {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 5px 0;
}

.recent_news_publication .news-recent-post-title a {
    color: #fff;
}

.recent_news_publication .news-read-more a {
    float: right;
    font-style: italic;
    color: #fff;
}

.publications {
    float: right;
    width: 30%;
    position: relative;
}

.publications_title {
    font-size: 34px;
    margin: 0 0 25px 0;
    font-weight: 800;
}

.publications .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.publications .rslides > li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.publications .rslides > li:first-child {
    position: relative;
    display: block;
    float: left;
}

.publications .rslides > img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.publications ul li > div {
    border: 1px solid #909090;
    margin: 0 0 40px 0;
    min-height: 189px;
}

.pub_title {
    border-bottom: 1px solid #909090;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 15px 70px;
    background: url(../images/publications-tittle.png) 35px 21px no-repeat;
    margin: 0 0 15px 0;
}

.pub_img {
    float: left;
    margin: 0 10px 0;
}

.pub_txt p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
}

.pub_more {
    font-weight: 700;
    color: #000;
}

.publications #controls6 {
    position: absolute;
    z-index: 5;
    bottom: -20px;
    left: 0
}

.publications #controls6 li {
    display: inline-block;
    cursor: pointer
}

.publications #controls6 .pause {
    display: none
}

.pat_ref_rsrc {
    background: url(../images/patient-and-refferer-resources-bg.png) top center no-repeat;
    padding: 65px 0 111px 0;
}

.pat_ref_rsrc_title {
    margin: 0 0 45px 0;
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-weight: 800;
}

.quick_links {
    margin: 0 0 65px 0;
    float: left;
    width: 100%;
    background: url(../images/qlinks-line.jpg) center center no-repeat;
}

.quick_links ul li a {
    font-size: 18px;
    float: left;
    padding: 17px 13px 17px 70px;
    display: block;
    color: #000;
    margin: 0 13px;
}

.pat_yr_frst_vst a {
    background: #fff url(../images/pat-your-first-visit.png) 28px 13px no-repeat;
    border-radius: 30px 0 0 30px;
}

.pat_patnt_form a {
    background: #fff url(../images/pat-patient-forms.png) 25px 15px no-repeat;
}

.pat_ref_frm a {
    background: #fff url(../images/pat-refferal-form.png) 25px 12px no-repeat;
}

.pat_pst_op_ins a {
    background: #fff url(../images/pat-post-op-instruction.png) 25px 10px no-repeat;
}

.pat_pt_protocol a {
    background: #fff url(../images/pat-pt-protocols.png) 10px 8px no-repeat;
    border-radius: 0 30px 30px 0;
}

.quick_links ul li a:hover {
    color: #fff;
}

.pat_yr_frst_vst a:hover {
    background: #b70101 url(../images/pat-your-first-visit-hover.png) 28px 13px no-repeat;
}

.pat_patnt_form a:hover {
    background: #b70101 url(../images/pat-patient-forms-hover.png) 25px 15px no-repeat;
}

.pat_ref_frm a:hover {
    background: #b70101 url(../images/pat-refferal-form-hover.png) 25px 12px no-repeat;
}

.pat_pst_op_ins a:hover {
    background: #b70101 url(../images/pat-post-op-instruction-hover.png) 25px 10px no-repeat;
}

.pat_pt_protocol a:hover {
    background: #b70101 url(../images/pat-pt-protocols-hover.png) 10px 8px no-repeat;
}

.edu_vid {}

.edu_vid_title {
    font-size: 26px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.edu_vid ul li a {
    float: left;
    width: 335px;
    display: block;
    padding: 167px 0 10px 0;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin: 0 27px;
}

.edu_shld_arthroscopy a {
    background: url(../images/edu-vid-shoulder-arthroscopy.png) top center no-repeat;
}

.edu_shld_knee_orth a {
    background: url(../images/edu-vid-shoulder-knee-orthobiologics.png) top center no-repeat;
}

.edu_surg_vid a {
    background: url(../images/edu-vid-surgical-videos.png) top center no-repeat;
}

.hav_question {
    padding: 20px 0 15px;
}

.hav_question_title {
    font-size: 38px;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.footer_map {
    background: #242424 url(../images/footer-map-bg.jpg) 0px 0px repeat-x;
}

.gm-style > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) {
    background: #242424 !important;
}

.gm-style .gm-style-iw {
    overflow: visible !important;
    position: relative;
}

.ad-img {
    float: left;
    margin: 0 10px 0 0;
}

.ad-head {
    font-weight: 500;
    font-size: 15px;
    color: #000;
    margin: 10px 0 0 15px;
    text-transform: uppercase
}

.ad-head1 {
    font-weight: 400;
    color: #000;
    margin: 4px 0 0 15px;
    font-size: 14px;
}

.ad-head2 a {
    color: #fff !important
}

.ad-head2 a:hover {
    color: #fff !important
}

.ad-head2 {
    font: 400 15px/18px Muli, sans-serif;
    color: #000;
    padding: 10px 0;
    margin: 10px 0 0 15px
}

.ad-head3 {
    font: 400 15px/18px Muli, sans-serif;
    color: #000;
    padding: 0 0 10px;
    text-transform: uppercase;
    margin: 10px 0 0 15px
}

.ad-head3 a {
    display: block;
    color: #000;
    text-decoration: underline
}

.ad-head3 a:hover {
    text-decoration: none;
    color: #FF2B06
}

/** CRED BAR **/
.cred_bar {
    padding: 20px 0;
}

#flexiselDemo2 {
    display: block;
}

.cred_bar .nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.cred_bar .nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    padding: 0px;
    list-style-type: none;
    z-index: 2;
}

.cred_bar .nbs-flexisel-inner {
    overflow: hidden;
    width: 98%;
    margin: 0px auto;
    text-align: center;
}

.cred_bar .nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    position: relative;
}

/*** Navigation ***/
.cred_bar .nbs-flexisel-nav-left,
.cred_bar .nbs-flexisel-nav-right {
    width: 28px;
    height: 30px;
    top: 30px !important;
    position: absolute;
    cursor: pointer;
    z-index: 6;
}

.cred_bar .nbs-flexisel-nav-left {
    left: -30px;
    background: url(../images/cred-bar-left-arrow.png) 0px 0px no-repeat;
}

.cred_bar .nbs-flexisel-nav-right {
    right: -30px;
    background: url(../images/cred-bar-right-arrow.png) 0px 0px no-repeat;
}

#map {
    width: 90%;
    margin: 0px auto;
    height: 430px;
    border-top: 4px solid #c50303;
}

/** FOOTER **/
footer {
    padding: 75px 0 20px 0;
    background: #242424;
}

.foot_spl {
    float: left;
    margin: 0 60px 0 0;
    width: 12%;
}

.foot_spl_title {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #fff;
}

.foot_spl ul li a {
    color: #fff;
    padding: 0 0 0 15px;
    background: url(../images/footer-bullet.png) 0px 7px no-repeat;
    line-height: 30px;
}

.footer_menu {
    float: left;
    margin: 0 60px 0 0;
    width: 16%;
}

.footer_menu_title {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #fff;
}

.footer_menu ul li a {
    color: #fff;
    padding: 0 0 0 15px;
    background: url(../images/footer-bullet.png) 0px 7px no-repeat;
    line-height: 30px;
}

.footer_pat_rvw_title {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #fff;
}

.footer_pat_rvw {
    float: left;
    width: 30%;
}

.footer_pat_rvw .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 20px 0;
}

.footer_pat_rvw .rslides > li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.footer_pat_rvw .rslides > li:first-child {
    position: relative;
    display: block;
    float: left;
}

.footer_pat_rvw .rslides > img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.footer_pat_rvw p {
    color: #fff;
    line-height: 27px;
}

.footer_pat_rvw p span {
    font-size: 14px;
}

.footer_pat_rvw p a {
    color: #c50303;
}

.foot_quote_left {
    float: left;
    margin: 0 10px 2px 0;
}

.foot_quote_right {
    float: right;
    margin: 0 0 10px 0;
}

.healthgrade_vitals ul li {
    float: left;
    margin: 0 20px 0 0;
}

.footer_opening_hrs {
    float: right;
    width: 30%;
}

.footer_opening_hrs_title {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #fff;
}

.footer_opening_hrs span {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}

.footer_opening_hrs p {
    color: #fff;
    margin: 13px 0 0 0;
}

.copyright_ypo {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    border-top: 1px solid #3a3a3a;
}

.copy {
    float: left;
    width: 80%;
}

.copy a {
    color: #fff;
}

.ypo {
    float: right;
    width: 105px;
}

/**     INNNER BANNER **/
.inner_banner_sec {
    margin: 0px auto;
    max-width: 1750px;
    position: relative;
}

.inner_banner {
    position: relative;
    margin: 200px 0 0 0;
}

.inner_banner .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.inner_banner .rslides > li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 141px;
    z-index: 999;
}

.inner_banner .rslides > li:first-child {
    position: relative;
    display: block;
    float: left;
}

.inner_banner .rslides > img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.inner_banner_one {
    background: url(../images/inner-banner-1.jpg) center 0px no-repeat;
}

.inner_banner_two {
    background: url(../images/inner-banner-2.jpg) center 0px no-repeat;
}

.inner_banner_three {
    background: url(../images/inner-banner-3.jpg) center 0px no-repeat;
}

.inner_banner_four {
    background: url(../images/inner-banner-4.jpg) center 0px no-repeat;
}

.inner_banner_txt_sec {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    min-height: 141px;
}

.inner_banner_txt {
    position: absolute;
    z-index: 3;
    bottom: 10%;
    right: 24%;
    width: 25%;
}

.inner_banner_txt h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    margin: 0 0 5px 0;
    font-family: 'Work Sans', sans-serif;
    font-style: italic;
}

.inner_banner_txt h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-style: italic;
}

.banner_doc_sec {
    position: relative;
    max-width: 1170px;
    margin: 0px auto;
}

.banner_doc {
    position: absolute;
    left: 10px;
    bottom: -141px;
    z-index: 3;
    width: 50%;
}

.banner_doc_pic {
    float: left;
}

.banner_doc_txt {
    float: left;
}

.banner_doc_txt h2 {
    font-size: 25px;
    color: #fff;
}

.banner_doc_txt h3 {
    color: #fff;
    font-weight: 600;
}

.banner_doc_txt h4 {
    color: #fff;
    font-weight: 400;
}

.banner_profile {
    margin: 10px 0 0 0;
}

.banner_profile a {
    background: #ff0000;
    color: #fff;
    padding: 4px 0;
    display: block;
    text-align: center;
    width: 120px;
    border-radius: 10px;
}

.inner_banner #controls3 {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    right: 85px;
    background: #fff;
}

.inner_banner #controls3 li {
    display: inline-block;
    cursor: pointer
}

.inner_banner #controls3 .pause {
    display: none
}

/** CONTENT **/
.content {
    padding: 15px 0 20px 0;
    border-bottom: 1px solid #969696;
}

.bread {
    padding: 0 0 15px 0;
    font-size: 16px;
    color: #cc0001;
    font-weight: 400;
}

.bread a {
    font-size: 16px;
    color: #000;
}

article {
    margin: 10px 0 0 0;
    width: 70%;
    float: left;
}

article h1 {
    font-size: 30px;
    padding: 20px 0 15px 0;
    color: #cc0001;
    font-weight: bold;
    border-bottom: 1px solid #969696;
    margin: 0 0 25px 0;
}

article h2 {
    font-size: 26px;
    padding: 7px 0;
    color: #000;
    font-weight: bold;
}

article h3 {
    font-size: 22px;
    padding: 7px 0;
    color: #cc0001;
    font-weight: bold;
}

article h4 {
    font-size: 18px;
    padding: 7px 0;
    color: #000;
    font-weight: bold;
}

article p {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    line-height: 24px;
    color: #000;
}

article ul {
    padding: 5px 0 5px 25px
}

article ul li {
    font-size: 16px;
    list-style: disc;
    font-weight: 400;
    padding: 2px 0 2px 5px;
    line-height: 22px;
    color: #000;
}

article ol li {
    list-style-type: decimal;
    padding: 2px 0;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

article a {
    color: #CC0000;
}

aside {
    float: right;
    width: 300px;
    margin: 8px 0 0 0;
}

.sidebar_spl {
    border: 1px solid #1e1e1e;
    margin: 0 0 5px 0;
}

.sidebar_spl_title {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    padding: 13px 0 13px 10px;
    background: #c50303;
    color: #fff;
    font-weight: 800;
}

.sidebar_spl ul li {
    background: #595959;
}

.sidebar_spl ul li:hover {
    background: #000;
}

.sidebar_spl ul li a {
    display: block;
    padding: 20px 0 20px 80px;
    border-bottom: 1px solid #7c7c7c;
    text-transform: uppercase;
    color: #fff;
}

.sidebar_spl_shoulder a {
    background: url(../images/sidebar-specialities-sprite.png) 10px 4px no-repeat;
}

.sidebar_spl_knee a {
    background: url(../images/sidebar-specialities-sprite.png) 10px -55px no-repeat;
}

.sidebar_spl_sprts_med a {
    background: url(../images/sidebar-specialities-sprite.png) 10px -115px no-repeat;
}

.sidebar_spl_jnt_prev a {
    background: url(../images/sidebar-specialities-sprite.png) 10px -173px no-repeat;
}

.sidbar_doc {
    background: #000;
    padding: 0 0 10px 0;
    margin: 0 0 5px 0;
}

.sidbar_doc_title {
    padding: 13px 0 5px 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.sidbar_doc span {
    color: #fff;
    padding: 0 0 0 10px;
    font-weight: 600;
}

.sidbar_doc p {
    color: #fff;
    padding: 0 0 0 10px;
}

.sidbar_doc_profile a {
    background: #ff0000;
    color: #fff;
    padding: 4px 0;
    display: block;
    text-align: center;
    width: 120px;
    border-radius: 10px;
    margin: 10px 0 0 10px;
}

.sidebar_recent_news a {
    background: #c50303 url(../images/sidebar-news-and-publications.png) 13px 15px no-repeat;
    font-size: 25px;
    color: #fff;
    padding: 18px 0 18px 65px;
    display: block;
    font-weight: bold;
    margin: 0 0 2px 0;
}

.sidebar_recent_news a:hover {
    background: #555 url(../images/sidebar-news-and-publications.png) 13px 15px no-repeat;
}

.sidebar_pub a {
    background: #c50303 url(../images/sidebar-news-and-publications.png) 15px -45px no-repeat;
    font-size: 25px;
    color: #fff;
    padding: 18px 0 18px 65px;
    display: block;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.sidebar_pub a:hover {
    background: #555 url(../images/sidebar-news-and-publications.png) 15px -45px no-repeat;
}

.side_recent_news {
    border: 1px solid #1e1e1e;
    margin: 0 0 5px 0;
}

.side_recent_news .side_recent_news_title {
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    padding: 13px 0 13px 10px;
    background: #c50303;
    color: #fff;
    font-weight: 800;
}

.side_recent_news ul li {
    padding: 10px;
    border-bottom: 1px solid #000;
}

.side_recent_news .news-recent-post-image {
    display: none;
}

.side_recent_news .news-recent-post-title a {
    font-size: 15px;
    color: #CC0000;
    font-weight: 600;
}

.side_recent_news .news-read-more a {
    color: #000;
    font-weight: 700;
    font-style: italic;
}

.sidebar_pat_ref_rsrc {
    border: 10px solid #555555;
    background: #555555;
}

.sidebar_pat_ref_rsrc_title {
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    line-height: 27px;
    margin: 0 0 10px 0;
}

.sidebar_pat_ref_rsrc p {
    color: #fff;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.sidebar_pat_ref_rsrc ul li a {
    display: block;
    font-size: 17px;
    padding: 19px 0 19px 75px;
    margin: 0 0 1px 0;
    color: #000;
}

.sidebar_pat_ref_rsrc ul li a:hover {
    color: #fff;
}

.sidebar_frst_visit a {
    background: #fff url(../images/sidevar-pat-refferer-resources.png) 12px 2px no-repeat;
}

.sidebar_pat_frm a {
    background: #fff url(../images/sidevar-pat-refferer-resources.png) 15px -54px no-repeat;
}

.sidebar_ref_form a {
    background: #fff url(../images/sidevar-pat-refferer-resources.png) 17px -111px no-repeat;
}

.sidebar_pst_op_inst a {
    background: #fff url(../images/sidevar-pat-refferer-resources.png) 15px -164px no-repeat;
}

.sidebar_edu_vid a {
    background: #fff url(../images/sidevar-pat-refferer-resources.png) 16px -222px no-repeat;
}

.sidebar_pt_forms a {
    background: #fff url(../images/sidevar-pat-refferer-resources.png) 15px -283px no-repeat
}

.sidebar_frst_visit a:hover {
    background: #000 url(../images/sidevar-pat-refferer-resources-hover.png) 12px 2px no-repeat;
}

.sidebar_pat_frm a:hover {
    background: #000 url(../images/sidevar-pat-refferer-resources-hover.png) 15px -54px no-repeat;
}

.sidebar_ref_form a:hover {
    background: #000 url(../images/sidevar-pat-refferer-resources-hover.png) 17px -111px no-repeat;
}

.sidebar_pst_op_inst a:hover {
    background: #000 url(../images/sidevar-pat-refferer-resources-hover.png) 15px -164px no-repeat;
}

.sidebar_edu_vid a:hover {
    background: #000 url(../images/sidevar-pat-refferer-resources-hover.png) 16px -222px no-repeat;
}

.sidebar_pt_forms a:hover {
    background: #000 url(../images/sidevar-pat-refferer-resources-hover.png) 15px -283px no-repeat
}

.sidebar_hav_question {
    border: 1px solid #959595;
    margin: 5px 0;
    padding: 0 5px;
    clear: both;
}

.sidebar_hav_question_title {
    font-size: 25px;
    font-weight: 700;
    margin: 15px 0 15px 10px;
}

.sidebar_loc {
    border: 2px solid #242424;
    background: #242424;
    min-height: 320px;
    position: relative;
}

.sidebar_loc_title {
    padding: 10px 0 10px 10px;
    font-size: 25px;
    background: #c50303;
    font-weight: 600;
}

.sidebar_loc_title a {
    color: #fff;
}

.side_prac_loc_title {
    padding: 20px 0 13px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.side_prac_loc_title a {
    color: #fff;
}

.sidebar_loc p {
    font-size: 15px;
    color: #fff;
    padding: 0 0 10px 10px;
}

.sidebar_loc span a {
    color: #fff;
    padding: 0 0 0 22px;
    background: url(../images/loc-tel-icon.png) 1px 4px no-repeat;
    margin: 0 0 0 10px;
}

.sidebar_loc .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.sidebar_loc .rslides > li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.sidebar_loc .rslides > li:first-child {
    position: relative;
    display: block;
    float: left;
}

.sidebar_loc .rslides > img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.bullet2 {
    bottom: 20px;
    right: 10px;
    position: absolute;
    z-index: 2;
    width: 40px;
}

.bullet2 li a {
    background: url(../images/loc-bullet.png) -16px 0px no-repeat;
    float: left;
    height: 13px;
    margin: 0 3px;
    width: 13px;
}

.bullet2 li a:hover,
.bullet2 li.rslides_here a {
    background: url(../images/loc-bullet.png) no-repeat 0 0;
}

.full_width {
    width: 100%;
    padding: 0px;
    margin: 10px 0 0 0;
}

.serv_pg_blk {
    float: left;
    width: 47%;
    position: relative;
    margin: 0 20px 20px 0;
}

.serv_pg_blk_img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.serv_pg_blk h2 {
    font-size: 22px;
    color: #cc0001;
    text-transform: uppercase;
    padding: 4px 0 3px 148px;
    font-weight: 800;
}

.serv_blk_list {
    background: #4e4e4e;
    padding: 10px;
}

.serv_pg_blk ul {
    background: #4e4e4e;
    border: 1px solid #6f6f6f;
    padding: 23px 0 23px 168px;
    min-height: 180px;
}

.serv_pg_blk ul li {
    color: #fff;
}

.serv_pg_blk ul li a {
    color: #fff;
}

.serv_pg_shoulder {
    background: url(../images/serv-pg-shoulder.jpg) 0px 0px no-repeat;
}

.img_right {
    float: right;
    margin: 0 0 10px 10px;
}

.img_left {
    float: left;
    margin: 0 10px 10px 0;
    border: 3px double red;
    padding: 5px;
    text-align: center;
}

.img_center {
    text-align: center;
    margin: 10px 0 10px 0;
}

.doc_profile_pg_pic {
    background: #cc0001;
}

.doc_profile_pg_pic h3 {
    color: #fff;
    text-align: center;
    padding: 5px 0 10px;
    font-size: 19px;
}

.doc_profile_pg_txt {
    font-size: 18px;
    padding: 0;
}

#accordion {
    position: relative;
}

.ui-accordion-content {
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
}

#accordion h3 {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 10px;
    background: #b9b9b9 url(../images/icon-plus.png) 96% center no-repeat;
    display: block;
    cursor: pointer;
    padding: 7px 10px;
    width: 98%;
    clear: both;
    font-weight: 600;
    transition: .3s all linear;
}

#accordion .ui-accordion-header-active,
#accordion h3:hover {
    background: #000 url(../images/icon-minus.png) 96% center no-repeat;
    color: #fff;
    transition: .3s all linear;
}

.team_pg {
    border: 1px solid #8a8484;
    padding: 10px;
    float: left;
    width: 94%;
    box-shadow: 0 0 5px #5f4545;
    margin: 10px 0 20px 0;
    border-radius: 10px;
}

.team_pic {
    float: left;
    margin: 0 30px 0 0;
}

.team_pic img {
    border: 2px solid #CC0000;
    padding: 4px;
    border-radius: 50%;
}

.team_txt {
    float: left;
    margin: 30px 0 0 0;
}

.team_prof a {
    background: #ff0000;
    color: #fff;
    padding: 4px 0;
    display: block;
    text-align: center;
    width: 120px;
    border-radius: 10px;
    margin: 15px 0 0 0;
}

.team_name_txt {
    text-align: center;
}

.facilities_blk ul {
    margin: 10px 0;
    padding: 0px;
}

.facilities_blk ul li {
    margin: 0 5px 5px 0;
    list-style: none !important;
    float: left
}

.facilities_blk li img {
    width: 145px;
    height: 135px;
    -webkit-filter: grayscale(1)
}

.facilities_blk li img:hover {
    -webkit-filter: grayscale(0)
}

.facilities_blk {
    float: left;
    width: 50%;
}

.facilities_blk h3 {
    color: #000;
}

.facilities_blk h3 span {
    font-size: 17px;
    color: #cc0001;
}

/*------Font Awesome Icons------*/
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/fa-brands-400.eot);
    src: url(/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-brands-400.woff2) format("woff2"), url(/fonts/fa-brands-400.woff) format("woff"), url(/fonts/fa-brands-400.ttf) format("truetype"), url(/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands;
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/fa-regular-400.eot);
    src: url(/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-regular-400.woff2) format("woff2"), url(/fonts/fa-regular-400.woff) format("woff"), url(/fonts/fa-regular-400.ttf) format("truetype"), url(/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400;
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(/fonts/fa-solid-900.eot);
    src: url(/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-solid-900.woff2) format("woff2"), url(/fonts/fa-solid-900.woff) format("woff"), url(/fonts/fa-solid-900.ttf) format("truetype"), url(/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: Font Awesome\ 5 Free;
}

.fa,
.fas {
    font-weight: 900;
}

.fa-phone:before {
    content: "\f095";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-edit:before {
    content: "\f044";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-quote-left::before {
    content: "\f10d";
}

.fa-quote-right::before {
    content: "\f10e";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.patient-forms {
    padding: 0 0 0 5px;
}

.patient-forms li {
    background: none !important;
    padding: 5px 0px 5px 0px;
    list-style: none;
}

.patient-forms li span {
    color: #000;
    padding: 5px 5px;
    font-size: 20px;
}

.PDFtext {
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
    margin: 10px 0 0 0;
}

.more-reviews {
    background: #3b3a3a;
    margin: 0 auto !important;
    text-align: left;
    width: 247px
}

.more-reviews.submit-testi.share-story {
    padding: 0;
    float: right;
    margin: -85px 0 0 !important
}

.more-reviews .far {
    color: #fff;
    float: left;
    font-size: x-large;
    margin: 12px 10px 0 13px
}

.more-reviews a {
    color: #fff !important;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 0 12px
}

.more-reviews:hover {
    background: #5a5858;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.reviews {
    height: auto;
    margin: 20px auto 0;
    padding: 0;
    text-align: left;
    width: 100%
}

.reviews img {
    margin: 5px;
    padding: 0
}

.image-center {
    width: 100%;
    clear: both;
    margin: 2% 4%
}

.image-center img {
    margin: 0 10px 0 0
}

article .testimonial-sec li {
    background: #ccc !important;
    padding: 6px 10px !important;
    margin: 0 0 15px;
    box-shadow: 0 0 8px #ccc;
    list-style: none !important
}

.testi-img {
    text-align: right;
    margin: 10px 0 5px
}

.testimonial-sec {
    margin: 20px 0 0
}

.testimonial-sec .fas {
    color: #646262;
    font-size: 20px;
    position: relative
}

.testimonial-sec .fas.fa-quote-left {
    margin: 0 5px 0 0;
    top: -5px
}

.testimonial-sec .fas.fa-quote-right {
    margin: 0 0 0 5px;
    top: 11px
}

.rating-img {
    text-align: left
}

.textMainBold {
    font-weight: 700
}

.useful-links {
    float: left;
    width: 100%;
}

.useful-links li {
    border: 1px solid #ccc;
    float: left;
    margin: 5px !important;
    padding: 10px;
    width: 27%;
    border-radius: 20px 0px 20px;
    text-align: center;
    background: none !important;
    list-style: none !important;
}

.useful-links li img {
    text-align: center;
    margin: 5px;
    min-height: 55px;
}

.alpha {
    width: 100%;
    float: left;
    clear: both;
    padding: 5px 0;
    margin: 0px auto 18px auto;
    text-align: center;
    display: inline-block;
}

.alpha a {
    padding: 5px 8px;
    border: solid 1px #000;
    line-height: 24px;
    color: #000;
    font-size: 15px;
    display: inline-block;
}

.alpha a.active_data {
    background: #C50303;
    color: #fff;
}

.listed > div {
    display: none;
}

.listed > div#a1 {
    display: block;
}

.listed ul {
    width: 600px;
    display: block;
    margin: 0 auto;
}

.listed ul li {
    float: left;
    list-style: outside;
    color: #2c3440;
    margin: 2px 0% 0 76px;
    width: 200px;
    box-sizing: border-box;
    font-size: 20px;
}

.listed ul li a {
    color: #2c3440;
}

#servtabs {
    padding: 0
}

#servtabs li {
    padding: 0;
    list-style: none;
    float: left;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    width: 25%;
}

#servtabs li a {
    background: #ccc;
    padding: 15px 0;
    width: 98%;
    margin: 3px;
    display: block;
    float: left;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center
}

#servtabs li a:hover,
#servtabs li a.selected {
    background: #000;
    color: #fff
}

.form-tabs,
.forms-home {
    float: left;
    width: 100%;
    clear: both;
    margin: 13px 0 0 0;
}
.videoimg{
    
    margin: 10px auto;
}
.videoimg img{
    border: 4px solid #333;
    margin: 0px auto;
display: block;
}
.videoBorder {
    border: 4px solid #333;
    margin: 15px auto;
    padding: 53% 0 0;
    position: relative;
    width: 90%;
}

.videoBorder iframe,
.videoBorder embed {
    border: 0 none !important;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100.1%;
}

.serv_list {
    margin: 0;
    padding: 0
}

.serv_list > li {
    display: table;
    float: left;
    height: 58px;
    list-style: outside none none;
    margin: 0 10px 10px 0;
    padding: 0
}

.serv_list a {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle;
    width: 385px;
    color: #414142;
    background: #e5e5e5 url(../images/more-but-arrow.png) 96% center no-repeat;
    font-weight: 600;
    font-size: 17px;
    transition: .3s all linear;
    border-radius: 5px;
}

.serv_list a:hover {
    background: #CC0000 url(../images/more-but-arrow.png) 98% center no-repeat;
    color: #000;
    transition: .3s all linear;
    color: #fff;
}

.cont_page_blk {
    float: left;
    width: 47%;
    margin: 10px 8px;
    border: 3px solid #ccc;
    padding: 10px 0;
    border-radius: 10px;
    min-height: 430px;
}

.cont_page_blk:hover {
    background: #ececec;
}

.cont_pg_img {
    text-align: center;
}

.cont_pg_img img {
    border-radius: 50%;
    border: 4px solid #CC0000;
    padding: 3px 0;
}

.cont_pg_txt {
    padding: 0 0 0 40px;
}

.cont_pg_txt h3 {
    font-size: 17px;
}

.cont_pg_txt p {
    font-weight: 700;
}

.cont_add {
    font-weight: 700;
    padding: 0 0 0 30px;
    background: url(../images/contact-icons.png) 5px -261px no-repeat;
}

.cont_phone {
    padding: 0 0 0 30px;
    background: url(../images/contact-icons.png) 4px -4px no-repeat;
}

.cont_mail {
    padding: 0 0 0 30px;
    background: url(../images/contact-icons.png) 2px -123px no-repeat;
}

.cont_off_hrs {
    padding: 0 0 0 30px;
    background: url(../images/contact-icons.png) 2px -379px no-repeat;
    font-weight: 700;
    margin: 10px 0;
}

.directions_blk {
    border: 2px solid #EFEFF2;
    padding: 5px;
    width: 96%;
    margin: 10px 0;
    clear: both;
}

.directions_blk iframe {
    margin: 10px 0 0 0;
}

.hr {
    border-bottom: 4px double #CC0000;
    margin-bottom: 5px;
}

#Access-Container {
    background: #CC0000 !important;
}

.header_nav {
    top: 0;
}

.cv {
    width: 150px;
    font: 700 16px/35px 'Lato', sans-serif;
    background: #c50303;
    padding: 0px 10px;
    box-sizing: border-box;
}

.cv a,
.cv a:hover {
    color: #fff;
    display: block;
    text-decoration: none !important;
}
.award-logos img{margin:5px 10px;}
/** MEDIA QUERIES  **/
@media screen and (max-width:1200px) {

    .services_blk .nbs-flexisel-nav-left,
    .services_blk .nbs-flexisel-nav-right {
        display: none;
    }

    .cred_bar .nbs-flexisel-nav-left,
    .cred_bar .nbs-flexisel-nav-right {
        display: none;
    }
}

@media screen and (max-width:1168px) {
    .logo {
        width: 21%;
        padding: 0 5px 0 0;
        margin: 0 5px 0 0;
    }

    .header_icons {
        width: 173px;
        margin: 10px 5px 0 0;
    }

    .tiger_logo {
        width: 121px;
    }

    .bu_logo {
        width: 50px;
    }

    .head_make_apptmnt a {
        margin: 0 5px 0 0;
    }

    .stickyMenu .menu nav ul li a,
    .menu nav ul li a {
        padding: 12px 14px 13px;
    }

    .home_banner_doc {
        width: 84%;
    }

    .home_banner_doc_txt {
        margin: 50px 0 0 -70px;
    }

    .specialities ul li {
        width: 237px;
        margin: 0 1px;
        background-size: 100%;
    }

    .specialities ul li:hover {
        background-size: 100%;
    }

    .specialities ul li h2 a {
        padding: 227px 0 4px 0;
    }

    .doc_profile_sec {
        max-width: 960px;
    }

    .doc_txt {
        padding: 10px 0 0 20px;
        margin: 5px 0 0 0;
        width: 64%;
    }

    .prof_links ul li a {
        margin: 0 2px 0 0;
    }

    .doc_pic {
        width: 33%;
        margin: 131px 0 0 0;
    }

    .doc_view_prof {
        bottom: -21px;
    }

    .doc_view_prof a {
        padding: 12px 0 33px 0;
        font-size: 18px;
        width: 130px;
        background-position: center 60px;
    }

    .recent_news_publication .recent_news {
        width: 66%;
        margin: 0 10px 0 0;
    }

    .recent_news_publication .news-recent-post-content {
        padding: 5px;
    }

    .recent_news_publication .recent_news ul li {
        min-height: 169px;
    }

    .recent_news_publication .news-recent-post-title {
        font-size: 16px;
    }

    .recent_news_publication .news-recent-post-content p {
        font-size: 16px;
    }

    .recent_news_publication .news-recent-post-image {
        height: 169px;
    }

    .publications {
        width: 32%;
    }

    .pub_title {
        font-size: 16px;
        padding: 15px 0 15px 57px;
    }

    .pub_img {
        margin: 0 5px 0;
    }

    .pub_txt p {
        font-size: 12px;
    }

    .publications ul li > div {
        margin: 0px 0 5px 0;
    }

    .quick_links ul li a {
        padding: 17px 4px 17px 60px;
        margin: 0 2px;
    }

    .edu_vid ul li a {
        margin: 0 1px;
        width: 318px;
        padding: 158px 0 10px 0;
        background-size: 100%;
    }

    #map {
        width: 98%;
    }

    .foot_spl {
        margin: 0 20px 0 10px;
        width: 15%;
    }

    .footer_menu {
        margin: 0 30px 0 0;
        width: 11%;
    }

    .footer_pat_rvw {
        width: 35%;
    }

    .copy {
        margin: 0 0 0 10px;
    }

    .ypo {
        margin: 0 10px 0 0;
    }

    .banner_doc {
        width: 58%;
    }

    .inner_banner_txt {
        right: 15%;
    }

    .inner_banner_txt h2,
    .inner_banner_txt h3 {
        font-size: 13px;
    }

    article {
        margin: 10px 0 0 10px;
        width: 66%;
    }

    .serv_pg_blk ul {
        min-height: 227px;
    }

    .cont_page_blk {
        margin: 10px 2px;
    }
}
@media screen and (max-width:980px) {
.home_banner_doc_txt h2 {
        font-size: 22px;
    }
	.home_banner_doc_txt h3 {
	font-size: 20px;
}
}
@media screen and (max-width:958px) {
    .logo {
        width: 18%;
        padding: 0px;
        margin: 0px;
    }

    .header_icons {
        width: 143px;
        margin: 0;
    }

    .tiger_logo {
        width: 100px;
    }

    .bu_logo {
        width: 41px;
    }

    .tel_ryan {
        padding: 0 4px 0 0;
        margin: 0 4px 0 0;
    }

    .smo {
        margin: -10px 0 0 0;
    }

    .header_phone li {
        font-size: 12px;
    }

    .header_phone li a {
        padding: 0 0 5px 25px;
    }

    .head_appoint ul li a {
        font-size: 13px;
        padding: 9px 0 9px 27px;
    }

    .head_make_apptmnt a {
        width: 148px;
        background-position: 4px 11px;
    }

    .head_make_apptmnt a:hover {
        background-position: 4px 11px;
    }

    .head_wrk_rel_inj a {
        width: 140px;
        background-position: 7px 9px;
    }

    .head_wrk_rel_inj a:hover {
        background-position: 7px 9px;
    }

    .banner,
    .inner_banner {
        margin: 194px 0 0 0;
    }

    .stickyMenu .menu nav ul li a,
    .menu nav ul li a {
        font-size: 16px;
        padding: 12px 9px 13px;
    }

    .home_banner_doc {
        width: 100%;
    }

    .home_banner_doc_pic {
        width: 55%;
    }

    .home_banner_doc_txt {
        width: 45%;
    }

    

    .home_banner_doc_txt {
        margin: 0px 0 0 -90px;
    }

    .banner .rslides > li {
        background-position: -822px 0px;
    }

    .banner_txt {
        right: 16%;
    }

    .specialities ul li {
        width: 268px;
        margin: 0 15px 10px;
    }

    .specialities ul {
        width: 596px;
        margin: 0px auto;
    }

    .specialities ul li h2 a {
        padding: 270px 0 4px 0;
    }

    .doc_profile_sec {
        max-width: 768px;
    }

    .doc_txt h1 {
        font-size: 27px;
    }

    .doc_txt h2 {
        font-size: 25px;
    }

    .doc_txt h3 {
        font-size: 16px;
    }

    .doc_txt p {
        font-size: 15px;
    }

    .doc_txt ul li {
        font-size: 14px;
    }

    .prof_links ul li a {
        font-size: 12px;
        padding: 8px 8px 8px 45px;
    }

    .doc_pic {
        margin: 155px 0 0 0;
    }

    .doc_view_prof a {
        width: 113px;
    }

    .recent_news_publication .news-recent-post-image {
        background: #fff;
        padding: 10px 0;
        height: 149px;
    }

    .recent_news_publication .news-recent-post-title {
        font-size: 15px;
    }

    .pub_img {
        margin: 28px 5px;
    }

    .pub_title {
        padding: 7px 0 4px 57px;
    }

    .quick_links ul li a {
        padding: 17px 2px 17px 61px;
        font-size: 12px;
    }

    .edu_vid ul li a {
        width: 248px;
        padding: 117px 0 10px 0;
    }

    .foot_spl {
        margin: 0 10px 0 10px;
        width: 17%;
    }

    .footer_menu {
        margin: 0 10px 0 0;
        width: 15%;
    }

    .footer_pat_rvw {
        width: 34%;
    }

    .healthgrade_vitals ul li {
        margin: 0 2px 0 0;
    }

    .banner_doc {
        width: 57%;
    }

    .banner_doc_txt {
        width: 59%;
    }

    .inner_banner .rslides > li {
        background-position: -775px 0;
    }

    .inner_banner_txt {
        bottom: 3%;
        right: 21%;
    }

    .inner_banner_txt h2,
    .inner_banner_txt h3 {
        font-size: 12px;
    }

    .banner_doc_txt h2 {
        font-size: 21px;
    }

    article {
        width: 58%;
    }

    .serv_pg_blk {
        margin: 0 5px 20px 0;
        width: 49%;
    }

    .serv_pg_blk ul {
        padding: 23px 0 23px 148px;
    }

    .serv_pg_blk ul {
        min-height: 289px;
    }

    .serv_pg_blk h2 {
        font-size: 20px;
    }

    .facilities_blk {
        width: 98%;
    }

    .cont_page_blk {
        width: 85%;
        float: none;
        margin: 0px auto 10px;
    }

    #servtabs li {
        width: 48%;
    }

    article h3 {
        font-size: 19px;
    }

    .testimonial-sec {
        margin: 10px auto;
        padding: 0px;
        float: none;
        width: 97%;
    }
}

@media screen and (max-width:766px) {
    .header_nav {
        position: relative;
    }

    .banner,
    .inner_banner {
        margin: 0;
    }

    header {
        padding: 10px 0;
    }

    .logo {
        width: 295px;
        margin: 10px auto;
        float: none;
        border: none;
        clear: both;
    }

    .header_icons {
        width: 265px;
        margin: 10px auto;
        float: none;
        border: none;
        clear: both;
    }

    .tiger_logo {
        width: 185px;
    }

    .bu_logo {
        width: 75px;
    }

    .smo {
        width: 260px;
        margin: 0px auto;
        padding: 10px 0;
        float: none;
        border: none;
        clear: both;
    }

    .smo ul li.smo_link a {
        margin: 4px 1px 0;
    }

    .header_phone {
        width: 380px;
        margin: 0px auto;
        padding: 10px 0;
        float: none;
        border: none;
        clear: both;
    }

    .head_appoint {
        width: 380px;
        margin: 0px auto;
        padding: 10px 0;
        float: none;
        border: none;
        clear: both;
    }

    .stickyMenu .menu nav ul li a,
    .menu nav ul li a {
        font-size: 15px;
        padding: 12px 4px 13px;
    }

    .banner .rslides > li {
        background-position: -400px 0px;
    }

    .banner_txt {
        display: none;
    }

    .home_banner_doc_pic {
        width: 50%;
    }

    .home_banner_doc_txt {
        width: 50%;
        margin: 0;
    }

    .home_banner_doc_txt h3 {
        font-size: 22px;
    }

    .specialities ul {
        width: 560px;
    }

    .specialities ul li {
        margin: 0 5px 10px;
    }

    .doc_pic {
        margin: 74px 0 0 0;
    }

    .doc_txt {
        width: 63%;
    }

    .doc_txt > ul {
        display: none;
    }

    .doc_view_prof {
        bottom: -97px;
    }

    .recent_news_publication {
        padding: 30px 0;
    }

    .recent_news_publication .recent_news {
        width: 506px;
        float: none;
        margin: 0px auto;
    }

    .publications {
        width: 460px;
        margin: 0px auto;
        float: none;
    }

    .pub_title {
        background-position: 30px 11px;
    }

    .pat_ref_rsrc {
        background: #636363 url(../images/patient-and-refferer-resources-bg.png) top center no-repeat;
        padding: 20px 0;
    }

    .pat_ref_rsrc_title {
        margin: 0 0 20px 0;
    }

    .quick_links {
        margin: 0 0 10px 0;
    }

    .quick_links ul li a {
        padding: 17px 0px 17px 65px;
        font-size: 16px;
        width: 175px;
        float: none;
        margin: 10px auto;
        border-radius: 0px;
    }

    .edu_vid ul li a {
        float: none;
        margin: 10px auto;
    }

    footer {
        padding: 20px 0;
    }

    .foot_spl,
    .footer_menu,
    .footer_pat_rvw,
    .footer_opening_hrs {
        width: 95%;
        float: left;
        margin: 0 0 0 10px;
    }

    .copy {
        width: 90%;
    }

    .ypo {
        float: left;
        margin: 10px 0 0 10px;
    }

    .inner_banner .rslides > li {
        background-position: -467px 0;
    }

    .inner_banner_txt {
        display: none;
    }

    .banner_doc {
        width: 73%;
    }

    article {
        width: 51%;
    }

    .serv_pg_blk {
        width: 80%;
        margin: 10px auto;
        float: none;
    }

    .serv_pg_blk ul {
        min-height: auto;
    }

    #accordion h3 {
        width: 92%;
    }

    #servtabs li {
        float: none;
        width: 80%;
        margin: 0px auto 2px;
        min-height: 57px;
    }

    .more-reviews.submit-testi.share-story {
        padding: 0;
        float: left;
        margin: -50px 0 0 10px !important;
    }
}

@media screen and (max-width:638px) {
    .menu {
        display: none
    }

    .slicknav_menu {
        display: block
    }

    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: right;
        padding: .438em .625em;
        line-height: 1.125em;
        cursor: pointer
    }

    .slicknav_menu .slicknav_menutxt {
        display: block;
        float: left;
        padding: 0 1px
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        margin: .188em 0 0 .438em
    }

    .slicknav_menu .slicknav_no-text {
        margin: 0
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 2px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25)
    }

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: .188em
    }

    .slicknav_nav {
        clear: both
    }

    .slicknav_nav ul,
    .slicknav_nav li {
        display: block
    }

    .slicknav_nav ul li ul {
        margin: 0;
        padding: 0
    }

    .slicknav_nav ul li ul li {
        padding: 0 0 0 20px
    }

    .slicknav_nav .slicknav_arrow {
        font-size: .8em;
        margin: 0 0 0 .4em
    }

    .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
    }

    .slicknav_menu {
        *zoom: 1
    }

    .slicknav_btn {
        margin: 5px 5px 6px;
        text-decoration: none;
        border-radius: 4px;
        background-color: #fff;
        width: 80px;
        height: 14px;
        float: none;
        margin: 4px auto 9px
    }

    .slicknav_menu .slicknav_menutxt {
        color: #000;
        font-weight: 700
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #000
    }

    .slicknav_menu {
        padding: 5px 0 0;
        clear: both;
        background: #000;
    }

    .slicknav_nav {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: .875em
    }

    .slicknav_nav,
    .slicknav_nav ul {
        list-style: none;
        overflow: hidden
    }

    .slicknav_nav ul {
        padding: 0;
        background: #fff;
    }

    .slicknav_nav .slicknav_item {
        padding: 5px 10px;
        margin: 2px 5px
    }

    .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #000
    }

    .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0
    }

    .slicknav_nav .slicknav_item:hover {
        color: #FF2922
    }

    .slicknav_nav a:hover {
        color: #FF2922
    }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px
    }

    .slicknav_nav li {
        border-bottom: 1px dashed #000
    }

    .slicknav_nav ul li a:hover a {
        color: #000
    }

    .banner .rslides > li {
        height: 370px;
        background-position: -400px bottom;
    }

    .home_banner_doc {
        width: 95%;
        bottom: -370px;
    }

    .home_banner_doc_txt h4 {
        font-size: 14px;
    }

    .specialities {
        padding: 30px 0;
    }

    .specialities ul {
        width: 300px;
    }

    .specialities ul li {
        float: none;
        margin: 10px auto;
    }

    .doc_profile {
        background: #605752 url(../images/doc-sec-bg.jpg) top center no-repeat;
    }

    .doc_pic {
        margin: 0px auto;
        float: none;
        width: 250px;
    }

    .doc_txt {
        width: 92%;
    }

    .doc_view_prof {
        position: relative;
        bottom: 0px;
        float: left;
        clear: both;
        margin: 10px 0 0 0;
    }

    .doc_view_prof a {
        padding: 10px 0 33px 0;
    }

    .doc_txt > ul {
        display: block;
    }

    .recent_news_publication .recent_news {
        width: 455px;
    }

    .banner_doc {
        width: 96%;
    }

    article {
        width: 97%;
        float: none;
        margin: 0px auto;
    }

    aside {
        float: none;
        margin: 10px auto;
        clear: both;
    }

    .hav_question iframe {
        min-height: 325px;
    }

    .content ul.pagelet-posts li div.post-image {
        text-align: center;
        float: none;
        margin: 0 0 10px 0;
    }

    article h3 {
        font-size: 25px;
    }

    article h3 {
        font-size: 21px;
    }

    article h3 {
        font-size: 17px;
    }
	 .home_banner_doc_txt h2 {
        font-size: 20px;
    }

    .home_banner_doc_txt h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:478px) {
    .header_phone {
        width: 185px;
    }

    .header_phone li {
        padding: 0;
        margin: 0 0 10px 0;
        background: none;
    }

    .head_appoint {
        width: 190px;
        margin: 0 auto;
    }

    .head_appoint ul li a {
        margin: 0 0 10px 0;
    }

    .banner .rslides > li {
        height: 245px;
    }

    .home_banner_doc {
        bottom: -245px;
    }

    .home_banner_doc_txt h2 {
        font-size: 15px;
    }

    .home_banner_doc_txt h3 {
        font-size: 14px;
    }

    .home_banner_doc_txt h4 {
        display: none;
    }

    .services_blk_sec ul li a {
        font-size: 12px;
    }

    .prof_links ul li a {
        margin: 0 2px 4px 0;
    }

    .recent_news_publication .recent_news {
        width: 310px;
    }

    .recent_news_publication .news-recent-post-content p {
        font-size: 13px;
    }

    .recent_news_publication .news-recent-post-content {
        padding: 8px 0;
    }

    .recent_news_publication .news-recent-post-title {
        font-size: 14px;
    }

    .recent_news_publication .recent_news ul li {
        min-height: 144px;
    }

    .recent_news_publication .news-recent-post-image {
        height: 124px;
    }

    .news-recent-meta-date {
        display: none;
    }

    .recent_news_publication .news-recent-post-content {
        padding: 8px;
    }

    .publications {
        width: 310px;
    }

    .pat_ref_rsrc_title {
        font-size: 21px;
    }

    .ad-img {
        display: none;
    }

    .ad-head {
        font-size: 13px;
    }

    .ad-head1,
    .ad-head3 {
        font-size: 12px;
    }

    .banner_doc_pic {
        width: 41%;
    }

    .banner_doc_txt {
        width: 50%;
    }

    .banner_doc_txt h2 {
        font-size: 18px;
    }

    .banner_doc_txt h3 {
        font-size: 16px;
    }

    .banner_doc_txt h4 {
        display: none;
    }

    .inner_banner #controls3 {
        bottom: 2px;
        right: 5px;
    }

    .serv_pg_blk {
        width: 96%;
    }

    .serv_pg_blk ul {
        padding: 10px 0 23px 35px;
    }

    .serv_pg_blk h2 {
        padding: 98px 0 3px 148px;
        font-size: 14px;
    }

    .hav_question_title {
        font-size: 31px;
    }

    .footer_pat_rvw p {
        min-height: 113px;
    }

    .facilities_blk ul li {
        margin: 0 1px 5px 0;
    }
	.home_banner_doc_pic {
	width: 42%;
}
.award-logos img {
	width: 25%;
}

}
@media screen and (max-width:430px) {
.home_banner_doc {
	bottom: -200px;
}
}