/* ---------- Theme CSS ---------- */
#Map-Container,
#yrs-con,
#revws-Con,
#ptn-cr-con,
#Our-Speclst-Con,
#Map-Con,
#why-hstn-con {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Accessibility,
#Header,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Service,
#Credibility,
#yrs-in,
#why-hstn-in,
#Banner,
#reviews-in,
.banner-content-wrap,
#ptn-cr-in,
#Our-Speclst-In,
#Map-In,
.ban-appnmnt,
#Main-menu-wrap {
    max-width: 1200px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}

.skldl-appntmnt a::before,
.speclst-list li .learn-more a::after,
.testimnl-links li a::after,
#ptn-cr-con .appmnt a::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.skldl-appntmnt a:hover::before,
.speclst-list li .learn-more a:hover:after,
.testimnl-links li a:hover::after,
#ptn-cr-con .appmnt a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.menu li,
.menu li a {
    transition: background-color .8s ease;
}

/* 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: #0489ba;
    color: #fff;
    border-radius: 50%;
}

/* Scroller CSS */
#Scroller a {
    background: #0489ba;
    border: 0px solid #0489ba;
   color: #fff;
    border-radius: 50%;
}

/* Header CSS */
#Header {
    min-height: 113px;
}

.logo {
    padding: 26px 0px 0px 0px;
}

.appoint {
    width: 66.8%;
    padding: 45px 0px 0px 0px;
}

.call-appoint {
    text-align: right;
    margin: 20px 0;
}

.call-appoint li {
    display: inline-block;
    vertical-align: top;
    font: 700 15px/21px muli, sans-serif;
    margin-left: 27px;
    position: relative;
    min-width: 132px;
}

.call-appoint li.contact {
    min-width: auto;
}

.call-appoint li.contact a {
    min-width: auto;
}

@-webkit-keyframes headfadein {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, -8%, 0);
        transform: translate3d(0%, -8%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes headfadein {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, -8%, 0);
        transform: translate3d(0%, -8%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

#Header {
    -webkit-animation-name: headfadein;
    animation-name: headfadein;
}

#Header-Container {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(166, 161, 166, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(166, 161, 166, 1);
    box-shadow: 0px 0px 8px 0px rgba(166, 161, 166, 1);
    padding-bottom: 3px;
}

.call-appoint li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #a6d5e7;
    top: 0px;
    right: -17px;
}

.call-appoint li:last-child::after {
    content: none;
}

.call-appoint li a:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/images/sprite-home.png);
    left: 0px;
    top: 0px;
}

.call-appoint li.find-lctn a:before {
    background-position: 0px 0px;
}

.call-appoint li.skldl-apnmnt a::before {
    background-position: -47px 0px;
    left: -5px;
}

.call-appoint li.billng-qtn a::before {
    background-position: 0px -49px;
    top: -2px;
}

.call-appoint li.number a::before {
    background-position: -48px -47px;
}

.call-appoint li a {
    color: #0489ba;
    display: block;
    padding: 0px 0px 0px 20px;
    position: relative;
    min-width: 132px;
    transition: all .3s linear;
}

.call-appoint li a:hover {
    opacity: 0.7;
}

.login-section {
    position: absolute;
    top: 10px;
    right: 0px;
}

.login-section a.logged-drname {
    display: inline-block;
    padding: 6px 20px;
    background: #0489ba;
    color: #fff;
    text-align: center;
    font: 700 15px/21px muli, sans-serif;
}

.login-section .header-links-dropdown {
    display: none;
    position: absolute;
    left: 0px;
    top: 31px;

}

.login-section:hover .header-links-dropdown {
    display: block;
}

.header-links-dropdown ul li {
    border-top: 1px solid #ccc;
}

.header-links-dropdown ul li a {
    display: block;
    padding: 6px 10px;
    background: #0489ba;
    color: #fff;
    text-align: center;
    font: 700 15px/21px muli, sans-serif;
}

.header-links-dropdown ul li a:hover {
    background: #ccc;
    color: #000;
}

.call-appoint .header-links-dropdown {
    text-align: center;
}

.call-appoint .header-links-dropdown li {
    margin: 0px;
    width: 100%;
}

.call-appoint .header-links-dropdown li::after,
.call-appoint .header-links-dropdown li a::before {
    display: none;
}

.call-appoint .header-links-dropdown li a:hover {
    opacity: 1;
}

/* Menu CSS */
#Menu-Container {
    background: #0489ba;
}

#Main-Menu {
    background: #0489ba;
    border-radius: 30px 0px 0px 30px;
    border: 1pxsolid #abd8e8;
    padding-left: 10px;
    padding-right: 30px;
}

#Main-Menu .theme-R {
    background: #0489ba;
}

.menu {
    text-align: center;
    display: table;
    width: 100%;
}

.menu li,
.accessible_on .menu li {
    font: 300 14px/20px muli, sans-serif;
    height: 50px;
}

.menu li a {
    padding: 15px 15px;
    color: #fff;
}

.menu li:hover > a {
    background: #049ad1;
}

.menu ul li {
    background: #049ad1;
}

.menu li.ssub-menu::before {
    content: '\f105';
    font-size: 18px;
    padding: 20px 0px 0px 6px;
    /* position: relative; */
    display: block;
    color: #fff;
    font-family: 'fontello';
    position: absolute;
    top: -10px;
    right: 12px;
    height: 100%;
}

.menu ul li:hover > a {
    background: #0489ba;
}

.menu ul li a {
    padding: 10px 15px 10px 20px;
}

.menu-home a::before {
    font-size: 20px;
    top: -2px;
    position: relative;
}

.menu-home a {
    width: 55px;
}

.menu-about ul {
    width: 240px;
}

.menu-about ul ul {
    width: 180px;
}

.menu-diagnostic ul {
    width: 210px;
}

.menu-vascular ul {
    width: 258px;
}

.menu-vascular {
    width: 257px;
}

.search-link {
    display: block;
    background: url(/images/sprite-home.png) no-repeat 9px -85px;
    font-size: 0px;
}

.search-link {
    display: block;
    background: url(/images/sprite-home.png) no-repeat 4px -83px;
    font-size: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 1px;
}

.search-cms {
    display: none;
}

.search-cms.search-cms-display {
    display: block;
    width: 180px;
    position: absolute;
    z-index: 99;
    left: -140px;
}

.search-menu {
    display: table-cell;
    width: 25px;
    vertical-align: top;
    position: relative;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
}

.search-button {
    background: url(/images/sprite-home.png) no-repeat 9px -85px;
    border: medium;
    height: 40px;
    position: absolute;
    right: -3px;
    top: -6px;
    width: 34px;
    z-index: 112;
    cursor: pointer;
    text-indent: 1000px;
    filter: invert(1);
}

.search-text {
    background: #fff;
    border: none;
    color: #000;
    height: 27px;
    opacity: 1;
    padding: 0 0 3px 10px;
    width: 100%;
    outline: none;
    font-size: 15px;
    margin: 4px 0px 0px 0px;
    z-index: 99;
    position: relative;
}

.search-cms {
    position: relative;
    margin: 10px 0 0 0;
    z-index: 99;
}

.mobile-search {
    display: none;
}

.menu-rect-wrap {
    position: absolute;
    top: 11px;
    left: 0px;
}

/* Mobile Menu CSS */
.toggleMenu {
    font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
}

.toggleMenu a {
    border-radius: 5px;
    border: 0px solid #ccc;
    color: #0489ba;
    padding-left: 45px;
}

.Wrapper {
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
}

.toggleMenu a span {
    position: absolute;
    background: #0489ba;
    width: 21px;
    height: 1px;
    left: 1px;
    top: 5px;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.toggleMenu a span.rect2 {
    top: 11px;
    width: 27px;
    left: -5px;
}

.toggleMenu a span.rect3 {
    top: 17px;
    width: 17px;
    left: 5px;
}

.cross1 {
    left: 1px !important;
    top: 10px !important;
    transform: rotate(45deg);
}

.cross2 {
    display: none !important;
}

.cross3 {
    top: 10px !important;
    width: 21px !important;
    left: 1px !important;

    transform: rotate(-45deg);
}

/* Home Banner CSS */
.load-wrapp {
    position: absolute;
    width: 110px;
    height: 50px;
    margin: 0 10px 10px 0;
    padding: 7px 6px 10px;
    text-align: center;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    top: 35%;
    color: #0489ba;
    border-radius: 16%;
}

.load-wrapp span {
    display: block;
}

.loading {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 999;
}

.line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}

.load-3 .line:nth-last-child(1) {
    animation: loadingC 0.8s 0.1s linear infinite;
    background: #0489ba;
    width: 8px;
    height: 8px;
}

.load-3 .line:nth-last-child(2) {
    animation: loadingC 0.8s 0.2s linear infinite;
    background: #0489ba;
    width: 10px;
    height: 10px;
}

.load-3 .line:nth-last-child(3) {
    animation: loadingC 0.8s 0.3s linear infinite;
    background: #0489ba;
    width: 12px;
    height: 12px;
}

@keyframes loadingC {
    0 {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, 0);
    }
}

#Banner-Container {
    background: #fff;
}

#Banner-Container #Banner {
    height: 573px;
}

#Banner-Container .banner1 {
    background: url(/images/banner1.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner1 .theme-L {
    background: url(/images/banner-left1.jpg) no-repeat right top;
}

#Banner-Container .banner1 .theme-R {
    background: url(/images/banner-riht1.jpg) no-repeat left top;
}

#Banner-Container .banner2 {
    background: url(/images/banner2.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner2 .theme-L {
    background: url(/images/banner-left2.jpg) no-repeat right top;
}

#Banner-Container .banner2 .theme-R {
    background: url(/images/banner-riht2.jpg) no-repeat left top;
}

#Banner-Container .banner3 {
    background: url(/images/banner3.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner3 .theme-L {
    background: url(/images/banner-left3.jpg) no-repeat right top;
}

#Banner-Container .banner3 .theme-R {
    background: url(/images/banner-riht3.jpg) no-repeat left top;
}

#Banner-Container .banner4 {
    background: url(/images/banner4.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner4 .theme-L {
    background: url(/images/banner-left4.jpg) no-repeat right top;
}

#Banner-Container .banner4 .theme-R {
    background: url(/images/banner-riht4.jpg) no-repeat left top;
}

/* Banner Content CSS */
.banner-content {
    position: absolute;
    font: 300 24px/30px muli, sans-serif;
    color: #100c0c;
    right: 0;
    top: 22%;
    text-align: right;
    padding: 15px 5px;
}

.banner-more {
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
}

.Banner_auto,
.Banner_nav {
    display: none;
}

.ban-appntmnt {
    position: absolute;
    z-index: 9;
    right: 0px;
}
.banner4 .banner-content{ top: 19%; }
/* Banner Tabs CSS */
.Banner-Tabs {
    bottom: 50%;
    left: -4%;
}

.Banner-Tabs li {
    display: block;
    position: relative;
    background: #0489ba;
    width: 15px;
    height: 15px;
    border: -;
    border-radius: 50%;
    margin-bottom: 7px;
}

.Banner-Tabs li.Banner_here {
    background: #2a2a2a;
}

/* 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;
}

.banner-content .banner-head {
    font: bold 50px/56px muli, sans-serif;
    color: #0489ba;
    margin-top: 8px;
}

.banner-content.hoston-methd-ban {
    top: 18%;
}

.banner-content.hoston-methd-ban .banner-head {
    font: bold 43px/46px muli, sans-serif;
    margin: 0px;
    margin-bottom: 8px;
}

.banner-content.hoston-methd-ban .banner-hstn-logo {
    position: absolute;
    bottom: -56px;
    left: 15px;
}

.diagnostic-img-ban {
    font: 200 48px/54px muli, sans-serif;
    top: 25%;
}

.diagnostic-img-ban .banner-head {
    font: 700 54px/60px muli, sans-serif;
    margin: 0px;
}

.banner-content-wrap {
    position: relative;
}

.banner-content .banner-head span {
    display: block;
}

.skldl-appntmnt {
    position: absolute;
    right: 0px;
    top: 56%;
    z-index: 99;
    width: 255px;
}

.skldl-appntmnt a {
    background: #0489ba;
    display: block;
    font: 400 16px/20px muli, sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 13px 0px 13px 0px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.skldl-appntmnt a:hover {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes banfadeindown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-12%, 0%, 0);
        transform: translate3d(-12%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes banfadeindown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-12%, 0%, 0);
        transform: translate3d(-12%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.Banner_on .banner-content,
.Banner_on .fade-down-anmt {
    -webkit-animation-name: banfadeindown;
    animation-name: banfadeindown;
}

/* Subpage Banner CSS */
/* Navigation CSS */
.navigation {
    font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
    padding: 10px;
}

/* Text CSS */
.textMain {
    font: normal 14px/24px Verdana, Arial, Helvetica, sans-serif;
    color: #110b16;
}

.textMain a {
    color: #141414;
}

.textMain a:hover {
    color: #0000AC;
}

.textMain h1 {
    font: 600 30px/34px Verdana, Arial, Helvetica, sans-serif;
    color: #414141;
}

.textMain h1 span {
    font: normal 20px/24px Verdana, Arial, Helvetica, sans-serif;
    color: #4d4d4d;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 500 24px/30px Verdana, Arial, Helvetica, sans-serif;
    color: #014cbe;
}

.textMain h2 span {
    font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #014cbe;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 500 20px/30px Verdana, Arial, Helvetica, sans-serif;
    color: #353535;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #0489ba;
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: normal 18px/22px Verdana, Arial, Helvetica, sans-serif;
    color: #014cbe;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #014cbe;
}

.home h1 {
    font-size: 0px;
    line-height: 0px;
}

#yrs-in {
    padding: 50px 0px 60px 0px;
    text-align: center;
}

#yrs-in .head-txt {
    font: 200 60px/68px muli, sans-serif;
    margin-bottom: 6px;
}

#yrs-in .head-txt span {
    font-weight: 400;
    color: #2f2f2f;
}

#yrs-in p {
    font: 400 16px/24px muli, sans-serif;
    color: #110b16;
    max-width: 1170px;
    margin: 0px auto;
}

#why-hstn-in {
    text-align: center;
}

#revws-Con {
    background: url(/images/reviews-bg.jpg) repeat center top;
}

#reviews-in {
    text-align: center;
    padding: 50px 0px 55px 0px;
    min-height: 860px;
}

#reviews-in .head {
    font: 200 48px/54px muli, sans-serif;
    margin-bottom: 190px;
    position: relative;
    color: #232323;
}

#reviews-in .head::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    background: #97dfee;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

#reviews-in .quotes-pic {
    position: absolute;
    left: 0px;
    top: 148px;
}

.patnt-review {
    text-align: left;
    float: left;
    width: calc(100% - 440px);
}

.reviewr-img {
    position: relative;
    right: 3%;
    top: -110px;
    /* min-width: 350px; */
    /* width: 34%; */
    text-align: center;
    float: right;
}

.reviewr-img::before {
    content: "";
    position: absolute;
    width: 593px;
    height: 579px;
    background: url(/images/reviewrs-bg-img.png) no-repeat left top;
    left: -40px;
    top: -25px;
    z-index: 9;
}

.ptnt-pic {
    position: absolute;
    right: 0px;
    top: 235px;
    width: 440px;
    height: 500px;
    z-index: 99;
    overflow: hidden;
    display: none;
}

.ptnt-pic-wrap {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: auto;
}

.ptnt-pic .reviewr-img {
    position: relative;
    display: inline-block;
    left: 0px;
    float: left;
}

.ptnt-pic::before {
    content: "";
    position: absolute;
    width: 593px;
    height: 579px;
    background: url(/images/reviewrs-bg-img.png) no-repeat left top;
    left: -57px;
    top: -60px;
    z-index: -1;
}

.patnt-review .review-content {
    max-width: 620px;
    font: 200 24px/30px muli, sans-serif;
    font-style: italic;
    text-align: left;
    opacity: 0;
    transition: all .5s linear;
    transition: opacity 1000ms ease-in-out 0s;
}

.patnt-review .testimonial_on .review-content {
    opacity: 1;
}

.patnt-review .reviewr-img img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes reviewfade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-8%, 0%, 0);
        transform: translate3d(-8%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes reviewfade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-8%, 0%, 0);
        transform: translate3d(-8%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.patnt-review .testimonial_on .reviewr-img img {
    -webkit-animation-name: reviewfade;
    animation-name: reviewfade;
}

.patnt-review ul li {
    width: 100%;
    font: 200 24px/30px muli, sans-serif;
}

.patnt-review ul li .comments {
    font: 200 24px/36px muli, sans-serif;
    font-style: italic;
}

.patnt-review ul li .comments {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes commentfade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-25%, 0%, 0);
        transform: translate3d(-25%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes commentfade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-25%, 0%, 0);
        transform: translate3d(-25%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.patnt-review ul li.testimonial_on .comments {
    -webkit-animation-name: commentfade;
    animation-name: commentfade;
}

.patnt-review .patnt-name {
    font: 600 21px/28px muli, sans-serif;
    margin-top: 45px;
    color: #232323;
}

.reviewr-img span img {
    right: 0px;
}

.testimonial_on .reviewr-img span img {
    transition: right 1000ms ease-in-out 0s !important;
    position: relative;
    z-index: 99999;
}

.patnt-review .testimonial_on .comments {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, 200%, 0);
        transform: translate3d(0%, 200%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, 200%, 0);
        transform: translate3d(0%, 200%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.patnt-review .testimonial_on .patnt-name {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
}

.home .stars {
    margin-bottom: 10px;

}

.testimonial_on .reviewr-img span {
    overflow: hidden;
}

#revws-Con {
    background: url(/images/reviews-bg.jpg) repeat center top;
}

#reviews-in {
    text-align: center;
    padding: 50px 0px 55px 0px;
    min-height: 860px;
}

#reviews-in .head {
    font: 200 48px/54px muli, sans-serif;
    margin-bottom: 190px;
    position: relative;
    color: #232323;
}

#reviews-in .head::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 1px;
    background: #97dfee;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

#reviews-in .quotes-pic {
    position: absolute;
    left: 0px;
    top: 148px;
}

.patnt-review {
    text-align: left;
    float: left;
    width: calc(100% - 440px);
}

.reviewr-img {
    position: relative;
    right: 3%;
    top: -110px;
    /* min-width: 350px; */
    /* width: 34%; */
    text-align: center;
    float: right;
}

.reviewr-img::before {
    content: "";
    position: absolute;
    width: 593px;
    height: 579px;
    background: url(/images/reviewrs-bg-img.png) no-repeat left top;
    left: -40px;
    top: -25px;
    z-index: 9;
}

.ptnt-pic {
    position: absolute;
    right: 0px;
    top: 235px;
    width: 440px;
    height: 500px;
    z-index: 99;
    overflow: hidden;
    display: none;
}

.ptnt-pic-wrap {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: auto;
}

.ptnt-pic .reviewr-img {
    position: relative;
    display: inline-block;
    left: 0px;
    float: left;
}

.ptnt-pic::before {
    content: "";
    position: absolute;
    width: 593px;
    height: 579px;
    background: url(/images/reviewrs-bg-img.png) no-repeat left top;
    left: -57px;
    top: -60px;
    z-index: -1;
}

.patnt-review .review-content {
    max-width: 620px;
    font: 200 24px/30px muli, sans-serif;
    font-style: italic;
    text-align: left;
    opacity: 0;
    transition: all .5s linear;
    transition: opacity 1000ms ease-in-out 0s;
}

.patnt-review .testimonial_on .review-content {
    opacity: 1;
}

.patnt-review .reviewr-img img {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes reviewfade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-8%, 0%, 0);
        transform: translate3d(-8%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes reviewfade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-8%, 0%, 0);
        transform: translate3d(-8%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.patnt-review .testimonial_on .reviewr-img img {
    -webkit-animation-name: reviewfade;
    animation-name: reviewfade;
}

.patnt-review ul li {
    width: 100%;
    font: 200 24px/30px muli, sans-serif;
}

.patnt-review ul li .comments {
    font: 200 24px/36px muli, sans-serif;
    font-style: italic;
}

.patnt-review ul li .comments {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes commentfade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-25%, 0%, 0);
        transform: translate3d(-25%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes commentfade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-25%, 0%, 0);
        transform: translate3d(-25%, 0%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.patnt-review ul li.testimonial_on .comments {
    -webkit-animation-name: commentfade;
    animation-name: commentfade;
}

.patnt-review .patnt-name {
    font: 600 21px/28px muli, sans-serif;
    margin-top: 45px;
    color: #232323;
}

.reviewr-img span img {
    right: 0px;
}

.testimonial_on .reviewr-img span img {
    transition: right 1000ms ease-in-out 0s !important;
    position: relative;
    z-index: 99999;
}

.patnt-review .testimonial_on .comments {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, 200%, 0);
        transform: translate3d(0%, 200%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInTop {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, 200%, 0);
        transform: translate3d(0%, 200%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.patnt-review .testimonial_on .patnt-name {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
}

.home .stars {
    margin-bottom: 10px;

}

.testimonial_on .reviewr-img span {
    overflow: hidden;
}

.testimnl-links {
    text-align: left;
    margin: 53px 0px 0px 0px;
}

.testimnl-links li {
    display: inline-block;
    vertical-align: top;
    width: inherit !important;
}

.testimnl-links li a {
    display: block;
    font: 700 14px/20px muli, sans-serif;
    color: #000000;
    border: 1px solid #d7d7d7;
    padding: 15px 60px 15px 30px;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 9;
}

.testimnl-links li a:after {
    background: #0489ba;
}

.testimnl-links li a:hover {
    color: #fff;
}

.testimnl-links li a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 40px;
    background: url(/images/sprite-home.png) no-repeat -43px -97px;
    right: 19px;
    top: 9px;
    transition: all 0.3s linear;
}

.testimnl-links li a:hover::before {
    filter: invert(1);
}

.patnt-review .nav-butns {
    position: absolute;
    z-index: 9;
    bottom: 60px;
    left: 0;
    right: 0px;
    text-align: center;
}

.patnt-review .slideNext,
.patnt-review .slidePrev {
    width: 70px;
    height: 70px;
    border: 1px solid #222;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-right: 80px;
    text-align: center;
}

.patnt-review .slideNext {
    margin-right: 0px;
}

.patnt-review .slideNext::before {
    content: '\f105';
    font-size: 35px;
    padding: 20px 0px 0px 6px;
    position: relative;
    display: block;
    color: #222;
}

.patnt-review .slideNext span,
.patnt-review .slidePrev span {
    display: none;
}

.patnt-review .slidePrev::before {
    content: '\f104';
    font-size: 30px;
    padding: 22px 4px 0px 1px;
    display: block;
}

.Intra-Tabs {
    position: absolute;
    left: 0p;
    left: 0;
    right: 0;
    bottom: 61px;
    font: 700 20px/28px muli, sans-serif;
}

.reviewr-img span {
    display: block;
}

.reviewr-img span {
    position: relative;
    z-index: 9;
}

#reviews-in .slidePrev,
#reviews-in .slideNext {
    position: relative;
    z-index: 9;
    transition: all .3s linear;
}

#reviews-in .slidePrev:hover,
#reviews-in .slideNext:hover {
    background: #0489ba;
    color: #fff;
}

.total-test-count {
    font: 700 20px/28px muli, sans-serif;
    position: absolute;
    left: 0p;
    left: 50.6%;
    /* right: 0; */
    bottom: 81px;
}

.total-test-count::before {
    content: "";
    position: absolute;
    left: -9px;
    width: 2px;
    height: 22px;
    background: black;
    top: 1px;
    -ms-transform: rotate(20deg);
    transform: rotate(15deg);
}

.Intra-Tabs {
    min-width: 15px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    /* position: relative; */
    position: absolute;
    /* left: 0p; */
    left: 48%;
    right: 0;
    bottom: 90px;
    font: 700 20px/28px muli, sans-serif;
    margin: auto;
}

.Intra-Tabs ul li {
    opacity: 0;
    visibility: none;
    position: absolute;
    font: 700 20px/28px muli, sans-serif;
}

.Intra-Tabs ul li.testimonial_here {
    opacity: 1;
    visibility: visible;
}

@-webkit-keyframes tabsFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, 50%, 0);
        transform: translate3d(0%, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes tabsFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0%, 50%, 0);
        transform: translate3d(0%, 50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.Intra-Tabs ul li.testimonial_here {
    -webkit-animation-name: tabsFade;
    animation-name: tabsFade;
}


#ptn-cr-con {
    text-align: center;
    background: url(/images/ptnt-care-bg.jpg) no-repeat center top #f8eee2;
    background-size: cover;
}

#ptn-cr-con .head {
    font: 300 48px/54px muli, sans-serif;
    color: #0489ba;
}

#ptn-cr-in {
    padding: 90px 0px 90px 0px;
}

#ptn-cr-con .appmnt {
    margin: 36px 0px 0px 0px;
}

#ptn-cr-con .appmnt a {
    background: #2a2a2a;
    color: #fff;
    width: 325px;
    display: block;
    margin: auto;
    border-radius: 30px;
    font: 700 17px/23px muli, sans-serif;
    padding: 18px 10px 17px 10px;
    position: relative;
    text-align: left;
    z-index: 9;
    overflow: hidden;
    text-align: center;
}

#ptn-cr-con .appmnt a::after {
    background: #0489ba;
}

#why-hstn-con {
    background: url(/images/why-houstern-bg.jpg) repeat left top #f3eae3;
}

#why-hstn-in {
    padding: 45px 0px 80px 0px;
}

#why-hstn-in .head {
    font: 200 48px/54px muli, sans-serif;
    margin: 12px 0px 50px 0px;
}

.why-hstn-list li {
    text-align: left;
    margin-bottom: 38px;
    position: relative;
}

.why-hstn-list li:hover .wht-bg {
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.why-hstn-list li:nth-child(even) {
    text-align: right;
}

.why-hstn-list li .wht-bg {
    background: #fff;
    width: 90%;
    position: relative;
    -webkit-box-shadow: 0px 0px 9px 0px rgb(200, 198, 200);
    -moz-box-shadow: 0px 0px 9px 0px rgb(200, 198, 200);
    box-shadow: 0px 0px 9px 0px rgb(200, 198, 200);
    transition: all 0.27s linear;
    display: inline-block;
}

.why-hstn-list li .wht-bg a {
    display: block;
    min-height: 220px;
    padding: 30px 0px 30px 90px;
    padding-right: 115px;
}

.why-hstn-list li .why-radio-img {
    position: absolute;
    border: 20px solid #0489ba;
    border-radius: 50%;
    width: 222px;
    height: 222px;
}

.why-hstn-list li:nth-child(2n) .why-radio-img {
    left: -120px;
    right: inherit;
}

.why-hstn-list li .why-radio-img {
    right: -120px;
    top: 0px;
}

.why-hstn-list li .wht-bg {
    text-align: left;
}

.why-hstn-list li:nth-child(2n) .wht-bg a {
    padding-left: 12%;
    padding-right: 5%;
    text-align: left;
}

.why-hstn-list li:nth-child(2) .wht-bg a {
    padding: 4.4% 5% 30px 12%;
}

.why-hstn-list li:nth-child(5) .wht-bg a {
    padding: 5.1% 0px 30px 90px;
    padding-right: 115px;
}

.why-hstn-list li:nth-child(3) .wht-bg a {
    padding: 4.1% 0px 30px 90px;
    padding-right: 115px;
}

.why-hstn-list li:last-child {
    margin-bottom: 0px;
}

.why-hstn-list li .title {
    font: 700 26px/34px muli, sans-serif;
    color: #048abb;
    margin-bottom: 12px;
}

.why-hstn-list li p {
    font: 400 16px/24px muli, sans-serif;
    color: #1e1e1e;
}

#Our-Speclst-In {
    padding: 60px 0px 120px 0px;
}

#Our-Speclst-In .head {
    font: 200 60px/66px muli, sans-serif;
    text-align: center;
    color: #2f2f2f;
    margin-bottom: 84px;
}

.speclst-list li {
    position: relative;
    min-height: 473px;
    margin-bottom: 15px;
}

.speclst-list li.Diagnostic-Radiology::before {
    content: "";
    width: 560px;
    height: 560px;
    border: 50px solid #bccfde;
    position: absolute;
    left: -128px;
    border-radius: 50%;
    top: -135px;
}

.speclst-list li.academic-radiology::before {
    content: "";
    width: 517px;
    height: 517px;
    border: 47px solid #f0f8fb;
    position: absolute;
    left: 134px;
    border-radius: 50%;
    bottom: -100px;
}

.speclst-list li.vsclr-intrvtnl-Radiology::before {
    content: "";
    width: 390px;
    height: 390px;
    border: 35px solid #f7dfb2;
    position: absolute;
    right: 250px;
    border-radius: 50%;
    bottom: -40px;
}

.speclst-list li:last-child {
    margin-bottom: 0px;
}

.speclst-list li .speclty-img {
    position: absolute;
    overflow: hidden;
}

.speclst-list li .speclty-img img {
    transform: scale(1.3);
}

.speclst-list li:nth-child(odd) {
    text-align: right;
}

.speclst-list li:nth-child(odd) .speclty-img {
    position: absolute;
    left: -100%;
    top: 0px;
}

.speclst-list li:nth-child(even) .speclty-img {
    position: absolute;
    right: -100%;
    top: 0px;
}

.speclst-list li:nth-child(even) {
    text-align: left;
}

.speclst-list li.vsclr-intrvtnl-Radiology .spclty-content::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 2px solid #075ac9;
    border-radius: 50%;
    bottom: 25px;
    left: 39%;
    content: none;
}

.speclst-list li .spclty-content {
    width: 50%;
    display: inline-block;
    text-align: left;
    position: relative;
    padding: 90px 0px 0px 0px;
    min-height: 473px;
}

.speclst-list li:nth-child(2n+1) .spclty-content {
    padding-left: 8.6%;
}

.speclst-list li:nth-child(2n) .spclty-content {
    padding-right: 8.6%;
}

.speclst-list li .spclty-content .title {
    font: 800 36px/42px muli, sans-serif;
    color: #06050e;
    margin-bottom: 30px;
}

.speclst-list li .spclty-content p {
    font: 300 20px/26px muli, sans-serif;
    color: #1a1a1c;
}

.speclst-list li .learn-more {
    margin-top: 45px;
    width: 200px;
}

.speclst-list li .learn-more a {
    border: 1px solid #d7d7d7;
    display: block;
    border-radius: 30px;
    padding: 16px 60px 16px 45px;
    font: 700 17px/24px muli, sans-serif;
    text-align: center;
    color: #000000;
    position: relative;
    z-index: 9;
    overflow: hidden;
    transition: all 0.3s linear;
}

.speclst-list li .learn-more a:hover {
    color: #fff;
}

.speclst-list li .learn-more a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 40px;
    background: url(/images/sprite-home.png) no-repeat -43px -97px;
    right: 28px;
    top: 11px;
    z-index: 9;
    transition: all 0.3s linear;
}

.speclst-list li .learn-more a::after {
    background: #0489ba;
}

.speclst-list li .learn-more a:hover::before {
    filter: invert(1);
}

.speclst-list li.Diagnostic-Radiology .spclty-content {
    padding: 30px 0px 0px 4.5%;
}

.speclst-list li.vsclr-intrvtnl-Radiology .spclty-content {
    padding: 0px 0px 0px 0px;
    padding-right: 4.5%;
}

.speclst-list li.academic-radiology .spclty-content {
    padding: 55px 0px 0px 4.5%;
}

.speclst-list li.academic-radiology .spclty-content::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 32px;
    background: url(/images/sprite-home.png) no-repeat -50px -200px;
    position: absolute;
    left: 29%;
    top: 70px;
    content: none;
}

.speclst-list li.Diagnostic-Radiology li,
.speclst-list li.academic-radiology li,
.speclst-list li.vsclr-intrvtnl-Radiology li {
    text-align: left;
    min-height: inherit;
}

.speclst-list li.Diagnostic-Radiology .dr-topic-table,
.speclst-list li.Diagnostic-Radiology .dr-topic-div {
    text-align: left;
    /* min-height: inherit; */
    margin: 30px 0px 20px 0px;
}

.speclst-list li.Diagnostic-Radiology .dr-topic-table .table-cell {
    padding-right: 2%;
}

.speclst-list li.Diagnostic-Radiology .dr-topic-table .table-cell.neuro-cell {
    padding-left: 4.5%;
}

.spl-inner-content-list > li {
    padding: 0px 0px 20px 20px;
    font: 300 18px/24px muli, sans-serif;
}

.spl-inner-content-list li li {
    padding: 0px 0px 0px 20px;
}

.spl-inner-content-list li li {
    margin-bottom: 12px;
}

.spl-inner-content-list li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgb(6, 138, 187);
    left: 0px;
    top: 5px;
    border-radius: 50%;
}

.spl-inner-content-list li li::before {
    border: 2px solid rgb(6, 138, 187);
    background: none;
}

.spl-inner-content-list li h3 {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 20px;
    color: #068abb;
}

#Map-Con {
    background: #0489ba;
}

#Map-In {
    text-align: center;
    padding: 60px 0px 103px 0px;
}

#Map-In .head {
    font: 200 48px/54px muli, sans-serif;
    color: #fff;
    margin-bottom: 60px;
}

.loocat-head-content {
    padding: 35px 0px 0px 40px;
}

.loocat-head-content .search-closest {
    float: left;
    border: 1px solid #d7d7d7;
    background: none;
    font: 200 48px/54px muli, sans-serif;
}

.loocat-head-content label {
    font: 300 14px/54px muli, sans-serif;
    color: #939393;
    display: inline-block;
    margin: -18px 0px -18px 5px;
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    width: 600px;
    height: 400px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 600px;
    height: 400px;
}

.jcarousel img {
    display: block;
}

.jcarousel ul {
    width: 100%;
    height: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 200px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.jcarousel-control-prev {
    /* left: -50px; */
    margin: inherit !important;
    right: 30px !important;
    left: inherit !important;
    top: -30px !important;
}

.jcarousel-control-next {
    right: 30px;
    left: inherit !important;
    bottom: -20px !important;
    top: inherit;
    margin: inherit !important;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/
.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    margin-right: 2px;
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.loocat-head-content .total-number {
    font: 200 21px/27px muli, sans-serif;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.loocat-head-content .total-number h3 {
    font: 200 21px/27px muli, sans-serif;
}

.loocat-head-content .total-number h4 {
    font: 300 30px/66px muli, sans-serif;
    color: #0489ba;
    margin-top: 13px;
}

.loocat-head-content .total-number h4 span {
    font: 900 72px/80px muli, sans-serif;
    display: inline-block;
    vertical-align: top;
    color: #0489ba;
}

.loctn-list-cell {
    background: #f2f2f2;
    border-right: 1px solid #0489ba;
    text-align: left;
    width: 35.5%;
    position: relative;
    height: 583px;
}

.loctn-list-cell::before {
    content: "";
    position: absolute;
    width: 111%;
    height: 109%;
    background: #0b7399;
    z-index: 1;
    left: -25px;
    top: -20px;
    border-radius: 30px 39% 39% 30px;
}

.loctn-list-cell::after {
    content: "";
    position: absolute;
    width: 111%;
    height: 109%;
    background: #0b7399;
    z-index: 1;
    left: -25px;
    top: -20px;
    border-radius: 30px 39% 39% 30px;
}

.locatin-wrap {
    position: relative;
    background: #f2f2f2;
    border-radius: 30px 0px 0px 30px;
    z-index: 9;
    height: 100%;
    overflow: hidden;
}

.locatin-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 200px;
    background: rgba(255, 255, 255, .1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 0) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 8) 0%, rgba(242, 242, 242, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border-radius: 0px 0px 0px 30px;
    visibility: visible;
    opacity: 1;
    transition: all 1000ms ease-in-out 0s;
}

.locatin-wrap:hover::after {
    opacity: 0;
    visibility: hidden;
}

.map-list-wrap {
    height: 370px;
}

.map-list-wrap .jcarousel-wrapper,
.map-list-wrap .jcarousel {
    width: 100%;
    border: none;
    height: 100%;
    box-shadow: none;
}

.foot-lctn-list {
    scroll-behavior: smooth;
}

.map-list-wrap .jcarousel-control-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/images/sprite-home.png) no-repeat -42px -138px;
    margin: auto;
    font-size: 0px;
    transform: rotateZ(180deg);
    left: 11%;
    right: 0;
    /* margin: auto; */
    z-index: 99;
    top: -47px;
    box-shadow: none;
    left: -30px;
    opacity: .8;
    transition: all .3s linear;
}

.map-list-wrap .jcarousel-control-prev:hover {
    opacity: 1;
}

.next-lctn {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 0px;
    z-index: 9;
    left: 44%;
    right: 0px;
}

.map-list-wrap .jcarousel-control-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/images/sprite-home.png) no-repeat -42px -138px;
    margin: auto;
    font-size: 0px;
    left: 0;
    border: 0px;
    z-index: 9999;
    bottom: -32px;
    box-shadow: none;
    left: -80px;
    opacity: .8;
    transition: all .3s linear;
}

.map-list-wrap .jcarousel-control-next:hover {
    opacity: 1;
}

.map-list-wrap .jcarousel-control-next.inactive,
.map-list-wrap .jcarousel-control-prev.inactive {
    opacity: 0;
}

.map-list-wrap .jcarousel-pagination {
    display: none;
}

.foot-lctn-list li a {
    display: block;
    padding: 10px 0px 10px 45px;
    font: 600 14px/20px muli, sans-serif;
}

.foot-lctn-list li:first-child {
    border-top: 1px solid #dbdada;
}

.foot-lctn-list li {
    border-bottom: 1px solid #dbdada;
    width: 100%;
}

.foot-lctn-list li a:hover,
.foot-lctn-list li a.active {
    background: #fff;
}

.map-foot {
    position: relative;
    z-index: 9;
    background: #f2f2f2;
    height: 583px;
}

.map-foot::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 108%;
    background: #0b7399;
    z-index: -1;
    right: -25px;
    top: -20px;
    border-radius: 39% 30px 30px 39%;
}

.map-foot #map_canvas {
    background: #0b7399;
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-radius: 0px 30px 30px 0px;
}

.locatin-wrap .nbs-flexisel-inner {
    width: 100%;
}

.mainMapInfo {
    text-align: center;
}

.mainHeading {
    color: #0589ba !important;
    font-size: 16px;
    font-weight: bold;
}

.clickme {
    cursor: pointer;
    text-align: center;
}

.clickme a {
    background-color: 0589ba !important;
    padding: 8px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    background: #0489ba;
}
/*
.gm-ui-hover-effect {
    background: #A4D3EE !important;
    display: block;
    border: 0px none;
    
    padding: 0px;
    position: absolute;
    cursor: pointer;
    user-select: none;
    top: 2px !important;
    right: 1px !important;
    width: 20px !important;
    height: 20px !important;
    outline: currentcolor none medium;
    border-radius: 16px !important;
}
*/
.gm-ui-hover-effect {
	background: #A4D3EE !important;
	display: block;
	border: 0px none;
	/ margin: 0px; /
	padding: 0px;
	position: absolute;
	cursor: pointer;
	user-select: none;
	top: 2px !important;
	right: 1px !important;
/*	width: 20px !important;
	height: 20px !important;*/
	outline: currentcolor none medium;
	border-radius: 16px !important;
}


.gm-ui-hover-effect img {
    margin: 3px !important;
}

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: hidden;
}

.gm-style .gm-style-iw-c {
    padding: 30px 35px;
    max-width: 414px !important;
    min-width: 315px !important;
    padding-right: 35px !important;
    padding-bottom: 30px !important;
}

.mainHeading {
    font: 400 18px/24px Muli, sans-serif;
    margin-bottom: 5px;
}

.clickme {
    font: 300 18px/24px Muli, sans-serif;
}

.clickme a {
    font: 300 18px/23px Muli, sans-serif;
    border-radius: 30px;
    width: 230px;
    padding: 13px 0px;
    display: block;
    margin: auto;
}

.gm-ui-hover-effect {
    background: #e0e0e0 !important;
    border-radius: 3px !important;
    right: 5px !important;
    top: 5px !important;
    font-weight: 700;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
}

.gm-style p {
    font: 300 14px/20px Muli, sans-serif;
    color: #373737;
    letter-spacing: 0.2px;
}

.gm-style p.number {
    font: 600 18px/24px Muli, sans-serif;
    margin: 8px 0px 8px 0px;
    color: #373737;
}

.gm-style p.number a {
    text-decoration: underline;
    color: #5a413c;
}

.gm-style p.mainHeading {
    font: 400 22px/28px Muli, sans-serif;
    margin-bottom: 5px;
}

.textMain .gm-style p.mainHeading,
.gm-style p.number,
.gm-style p {
    padding: 0px;
}

.dirctn-lnk {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #0489ba;
    display: block;
}

.dirctn-lnk a:hover {
    text-decoration: underline;
}

.dirctn-lnk a,
.textMain .dirctn-lnk a {
    color: #0589ba;
}

/* Sidebar CSS */
#Sidebar {
    width: 300px;
    padding: 5px 0px 20px 0px;
    display: none;
}

/* Footer CSS */
#Footer {
    padding: 45px 0px 35px 0px;
    text-align: center;
}

.social-logo h3 {
    font: 300 24px/30px muli, sans-serif;
    color: #3b3b3b;
    margin-bottom: 9px;
}

.foot-nav {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 15px 0px;
    margin-bottom: 25px;
}

.foot-nav a {
    display: inline-block;
    vertical-align: top;
    color: #3c3c3c;
    font: 300 16px/24px muli, sans-serif;
    margin: 0px 2.7%;
    position: relative;
}

.foot-nav a:hover {
    color: #000;
}

.social-logo li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*
    background: #0b7399;
    border-radius: 50%;
    */
}

.foot-nav a::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #000;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.foot-nav a:hover::before {
    width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.foot-nav a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #81c4dc;
    right: -25px;
    text-align: ;
    top: 11px;
}

.copyrights {
    text-align: center;
}

.copyrights h2 {
    font: 300 16px/24px muli, sans-serif;
    margin-bottom: 20px;
}

.social-logo {
    text-align: center;
}

.social-logo ul {
    font-size: 0px;
    margin-bottom: 27px;
}

.social-logo li {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    font-size: 20px;
    line-height: 32px;
    margin-right: 10px;
    background: url(/images/footer-smo.png) no-repeat center center;
}

.social-logo li.twitter {background-position: 0px 0px;}
.social-logo li.youtube {background-position: -40px 0px;}

.social-logo li a {
    width: 100%;
    height: 100%;
    display: block;
    /*background: #0489ba;*/
    color: #fff;
    height: 42px;
    display: table;
    /*border-radius: 5px;*/
    transition: all .3s linear;
}

.social-logo li a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /*background: #0b7399;*/
}

.social-logo li a:before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.ypo-logo {
    text-align: center;
}

/* Contact Page */
.contactTable {
    border-spacing: 5px;
}

.contact-address {
    width: 300px;
    padding: 10px;
    position: relative;
}

.contact-address p.textMainBold {
    padding: 5px 0px;
}

.contact-address p {
    position: relative;
    padding: 5px 10px 5px 30px;
}

.contact-address p::before {
    position: absolute;
    left: 5px;
    top: 5px;
}

.contact-map {
    position: relative;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border: 0px;
}

.all-lctn-map {
    height: 600px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 0px 30px 0px;
}

.locatn-table {
    margin: 30px 0px 0px 0px;
}

/* Submit Testimonials */
.textMain .write-review {
    font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
    float: right;
    position: relative;
}

.textMain .write-review a {
    display: block;
    padding: 9px 15px;
    text-decoration: none;
    background: #000;
    color: #0489ba;
    border-radius: 30px;
}

.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 Verdana, Arial, Helvetica, sans-serif;
    background: none;
    border: 2px solid #ccc;
}

.textMain .useFul li span {
    display: block;
    padding: 15px 0px;
    background: #ccc;
    margin: 0px 0px 15px 0px;
}

.textMain .useFul li img {
    margin: 10px 0px;
}

.textMain .useFul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

/* Relative List */
.textMain .relList li {
    border: 2px solid #ccc;
}

.textMain .relList li a {
    padding: 5px 15px;
}

/*
#Content-Container {
    background: url(/images/content-bg.jpg) center 135px no-repeat;
}
*/
#Content-Main::before {
    content: "";
    z-index: 9;
    width: 520px;
    height: 520px;
    border: 50px solid #f0f8fb;
    border-radius: 50%;
    z-index: -1;
    top: 135px;
    left: -270px;
    position: absolute;
}

#Content-Main::after {
    content: "";
    z-index: 9;
    width: 310px;
    height: 310px;
    border: 25px solid #fbf1df;
    border-radius: 50%;
    z-index: -1;
    bottom: 10%;
    right: -135px;
    position: absolute;
}

#Banner-Container-S {
    background: url(/images/inner-banner-bg.jpg) center top;
    background-size: auto 100%; 
}

/*
#Banner-Container-S::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #f7f6f2;
	position: absolute;
	left: 0px;
	top: 0px;
	border-bottom: 10px solid #efe7dc;
	border-radius: 0px 0px 50% 50%;
}
*/
#Banner-Container-S #Banner {
    text-align: center;
    padding: 61px 0px;
    min-height: 180px;
    z-index: 9;
}

#Banner-Container-S h1 {
    font: 700 40px/41px Muli, sans-serif;
    color: #0489ba;
}

.navigation {
    font: 400 14px/28px Muli, sans-serif;
    padding: 30px 0 15px 10px;
    color: #0489ba;
}
#Banner-Container-S .navigation {
    font: 400 16px/28px Muli, sans-serif;
    padding: 15px 0 5px 10px;
    color: #313131;
} 
.textMain {
    padding: 10px 10px 50px;
    font: 400 16px/28px Muli, sans-serif;
}
 .textMain.auto-space {
    padding: 50px 10px 50px;
} 
.textMain a {
    color: #0489BA;
}

.textMain a:hover {
    color: #0000AC
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 700 30px/38px Muli, sans-serif;
    color: #2f2f2f;
}

.textMain h2 span {
    font: 600 33px/35px Muli, sans-serif;
    color: #000
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #54b3d7;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 600 25px/31px Muli, sans-serif;
    color: #0489ba
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: 600 20px/28px Muli, sans-serif;
    color: #282525;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #014cbe
}

/*
#Content-Container.dr-profile-pg {
    background: url(/images/profile-content-bg.png) center 135px no-repeat;
}
*/
.textMain .dr-content-cell p {
    font: 300 15px/28px Muli, sans-serif;
    color: #1a1a1c;
}

.dr-profile-pg .img-l {
    margin: 10px 5% 18px 0;
    overflow: hidden;
    position: relative;
    padding: 0px 15px 15px 0px;
}

.dr-profile-pg .img-l img {
    position: relative;
    border: 1px solid #f3eee7;
    z-index: 99;
    background: #fff;
}

.dr-profile-pg .img-l:after {
    width: 100%;
    height: 100%;
    background: #efe6da;
    content: "";
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 15px;
}

.dr-profile-pg .prof-pg-name {
    font: 800 33px/38px Muli, sans-serif;
    color: #0489ba;
    padding: 9px 0 15px 0px;
    margin: 0 0 5px 0;
}

.dr-profile-pg .prof-pg-name span {
    font: 400 18px/20px Muli, sans-serif;
    margin: 5px 0 0 0;
    color: #32a3cc;
}

.dr-info-bg {
    background: rgba(251, 249, 245, .7);
    position: relative;
    padding: 55px 0px 55px 0px;
    margin-top: 35px;
}

.dr-info-bg .theme-L {
    background: rgba(251, 249, 245, .7);
}

.dr-info-bg .theme-R {
    background: rgba(251, 249, 245, .7);
}

.spl-pg-vascular-and-interventional-radiology,
.spl-pg-academic-radiology {
    float: left;
    clear: both;
}

#Content-Container.specialties-pg {
    background: url(/images/specialities-diagnostic-radiology-bg.jpg) center 150px no-repeat;
}

#Content-Container.spl-pg-vascular-and-interventional-radiology {
    background: url(/images/specialities-vascular-and-interventional-radiology-bg.jpg) top center no-repeat;
}

#Content-Container.spl-pg-academic-radiology {
    background: url(/images/specialities-academic-radiology-bg.jpg) top center no-repeat;
}

#parentHorizontalTab {
    margin: 0px 0 !important;
    z-index: 9;
    position: relative;
}

.textMain .resp-tabs-list {
    width: 100%;
    text-align: left;
}

.textMain .resp-tabs-list li {
    cursor: pointer;
    display: inline-block;
    padding: 0 7px;
    background: none;
    vertical-align: top;
    margin-right: .9%;
}

.textMain .resp-tabs-list li:last-child {
    margin-right: 0%;
}

.textMain .resp-tabs-list li a {
    display: block;
    font: 600 16px/20px Muli, sans-serif;
    padding: 110px 0 20px;
    text-align: center;
    height: 100%;
    width: 100%;
    box-shadow: -5px 3px 38px -6px #b3b3b3;
    text-decoration: none;
    color: #000;
    width: 170px;
    margin: auto;
    height: 170px;
    position: relative;
    background: #fff;
}

.textMain .resp-tabs-list li a span {
    display: block;
}

.textMain .resp-tabs-list li a:before {
    width: 80px;
    height: 80px;
    background: url(/images/dr-info-sprite.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.textMain .resp-tabs-list li.resp-tab-active a {
    background: #0d9ed3;
    color: #fff;
}

.textMain .resp-tabs-list li.resp-tab-active a:before {
    background: #0d9ed3 url(/images/dr-info-sprite-over.png) no-repeat;
    color: #fff;
}

.textMain .resp-tabs-list li.credtial a::before {
    background-position: 11px 12px;
    top: 22px;
}

.textMain .resp-tabs-list li.clncl-intrst a::before {
    background-position: 11px -71px;
    top: 22px;
}

.textMain .resp-tabs-list li.publctn-prsntn a::before {
    background-position: 11px -148px;
    top: 22px;
}

.textMain .resp-tabs-list li.hnrs-awrds a::before {
    background-position: 14px -231px;
    top: 22px;
}

.textMain .resp-tabs-list li.accptd-ins a::before {
    background-position: 12px -312px;
    top: 22px;
}

.textMain .resp-tabs-list li.hsptl-affltn a::before {
    background-position: 12px -390px;
    top: 22px;
}

.resp-tabs-container {
    padding: 0;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-tab-content {
    margin: 0px 0 0 0;
    padding: 30px 3%;
    position: relative;
    font: 300 15px/28px Muli, sans-serif;
}

.resp-tab-content::before {
    content: "";
    position: absolute;
    height: 30px;
    background: #0d9ed3;
    width: 5px;
    left: 0px;
    top: 47px;
}

.textMain .resp-tab-content ul {
    padding: 0px 0px 10px 5px;
}

.textMain .resp-tab-content ul li {
    position: relative;
    background: none;
    padding-left: 20px;
}

.textMain .resp-tab-content ul li::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.textMain .resp-tab-content ul li a {
    color: #000;
    text-decoration: underline;
}

.textMain .resp-tab-content ul li a:hover {
    text-decoration: none;
    color: #0d9ed3;
}

.textMain .resp-tab-content h3 {
    font: 800 20px/26px Muli, sans-serif;
    color: #212222;
    margin-top: 10px;
    margin-top: 3px;
}

.textMain .resp-tab-content h3:first-child {
    margin-top: 0px;
}

.textMain .resp-tab-content li {
    margin-bottom: 5px;
    padding: 3px 5px 3px 30px;
}

.textMain .resp-tab-content li span {
    display: block;
}

h2.resp-accordion {
    font-size: 20px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797
}

.spl-pg-img {
    padding: 80px 90px 80px 0;
    width: 60%;
}

.spl-pg-cont {
    padding: 150px 0 0 0;
}

.spl-pg-cont h2 {
    font: 700 36px/35px Muli, sans-serif;
    color: #000;
}

.spl-pg-cont .spl-more a {
    font: 700 17px/30px Muli, sans-serif;
    color: #000;
    display: block;
    float: left;
    width: 200px;
    border: 1px solid #e2e2e2;
    padding: 14px 65px 14px 35px;
    border-radius: 40px;
    background: url(/images/specialties-arrow.png) 83% 16px no-repeat;
}

.spl-pg-img-right {
    padding: 80px 0;
    width: 60%;
}

#Footer-Container {
    clear: both;
}

.forms {
    padding: 3% 1%;
    margin: 2% 0px;
    /*	border-radius: 8px;*/
    position: relative;
    background: url(/images/reviews-bg.jpg) repeat center top;
}

.forms:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    left: -100%;
    top: 0px;
    background: url(/images/reviews-bg.jpg) repeat center top;
}

.forms::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/reviews-bg.jpg) repeat center top;
    right: -100%;
    top: 0px;
    /* background-size: cover; */
}

.textMain .procedure-lst-rd-mr {
    text-align: center;
    margin: 40px 0px 0px 0px;
}

.textMain .procedure-lst-rd-mr > li {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0px;
    font-size: 0px;
    max-width: 320px;
    margin: 0px 2%;
    margin-bottom: 40px;
    transition: all .4s linear;
}

.textMain .procedure-lst-rd-mr > li:hover {
    transform: translateY(-12px);
}

.textMain .procedure-lst-rd-mr > li .rd-mr-contnr {
    width: 100%;
    font: 400 16px/24px Muli, sans-serif;
    -webkit-box-shadow: 0 0 10px -4px rgba(176, 176, 176, 1);
    -moz-box-shadow: 0 0 10px -4px rgba(176, 176, 176, 1);
    box-shadow: 0 0 10px -4px rgba(176, 176, 176, 1);
    padding: 20px 15px 50px 15px;
    border-radius: 8px;
    background: #fff;
    min-height: 485px;
    position: relative;
    min-width: 320px;
    transition: all .4s linear;
}

.textMain .procedure-lst-rd-mr > li:hover .rd-mr-contnr {
    /*
    -webkit-box-shadow: 0 0 10px -1px rgba(176, 176, 176, 1);
	-moz-box-shadow: 0 0 10px -1px rgba(176, 176, 176, 1);
	box-shadow: 0 0 10px -1px rgba(176, 176, 176, 1);
*/
}

.textMain .procedure-lst-rd-mr > li .rd-mr-contnr h3 {
    min-height: 70px;
    color: #0489ba;
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
}

.textMain .procedure-lst-rd-mr > li .rd-mr-contnr h3 a {
    color: #0489ba;
    text-decoration: none;
}

.textMain .procedure-lst-rd-mr > li .rd-mr-contnr h3:after {
    width: 60px;
    height: 1px;
    background: #0489ba;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

.textMain .procedure-lst-rd-mr > li .rd-mr-contnr .read-more {
    position: absolute;
    right: 0;
    left: 0px;
    bottom: 30px;
    margin: auto;
    width: 150px;
}

.textMain .procedure-lst-rd-mr > li .rd-mr-contnr .read-more a {
    background: #0489ba;
    display: block;
    border-radius: 30px;
    color: #fff;
    padding: 8px 0px;
}

.textMain .procedure-lst-rd-mr > li .rd-mr-contnr .read-more a:hover {
    background: #000;
    text-decoration: none;
}

.cnt-lctn-list {
    text-align: center;
    font-size: 0px;
    margin: 0px 0px 0px 0px;
}

.textMain .cnt-lctn-list li {
    text-align: left;
    width: 100%;
    margin: 0% 0% 2% 0%;
    background: none;
    padding: 8px 12px 17px 10px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px dotted #c1c1be;
}

.textMain .cnt-lctn-list li .adress,
.textMain .cnt-lctn-list li .phone-num {
    padding: 0px 0px 0px 20px;
    position: relative;
}

.textMain .cnt-lctn-list li .adress::before,
.textMain .cnt-lctn-list li .phone-num::before {
    position: absolute;
    left: 0px;
    top: -2px;
    color: #595858;
}

.textMain .cnt-lctn-list li:last-child {
    border-bottom: 0px;
}

.textMain .cnt-lctn-list li h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 5px 0px 0px 0px;
}

.textMain .cnt-lctn-list li h3 a {
    color: #0489ba;
    text-decoration: none;
}

.address-head a.mobile {
    display: none;
}

.textMain .cnt-lctn-list li h3 a:hover {
    color: #0489ba;
    text-decoration: none;
}

.textMain .cnt-lctn-list li {
    font: 300 16px/22px Muli, sans-serif;
}

.textMain .cnt-lctn-list li a {
    text-decoration: underline;
    color: #000;
}

.textMain .cnt-lctn-list li .phone-num {
    font-weight: 600;
    margin: 5px 0px 0px 0px;
}

.textMain .cnt-lctn-list li .bk-appoint-cont {
    margin: 5px 0px 0px 0px;
}

.textMain .cnt-lctn-list li .bk-appoint-cont a {
    display: block;
    /* background: #0489ba; */
    color: #000;
    display: inline-block;
    /* padding: 7px 15px 7px 15px; */
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.textMain .cnt-lctn-list li .bk-appoint-cont a:hover {
    color: #0000AC;
    text-decoration: underline;
}

.location-cell {
    width: 300px;
}

.contact-map {
    border-radius: 5px;
    overflow: hidden;
}

.map-cell {
    padding: 0% 3%;
}

.phy-lan-pg {
    text-align: center;
}

.our-radlst-tbl {
    margin: 20px 0px 0px 0px;
}

.textMain ul.phy-lan-pg {
    padding: 0px;
    margin: 5px 0px 0px 0px;
}

.textMain .phy-lan-pg li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0% .9% 4% .9%;
    background: none;
    text-align: center;
    color: #000;
}

@-webkit-keyframes surgeonIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes surgeonIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.textMain .surgeon-lan {
    -webkit-animation-name: surgeonIn;
    animation-name: surgeonIn;
}

.textMain .surgeon-lan {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.textMain .surgeon-lan {
    width: 272px;
    position: relative;
    margin: auto;
    padding: 0px;
    border-radius: 0 0 15px 15px;
    border-bottom: solid 6px #e2d9cd;
    overflow: hidden;
    min-height: 354px;
    border-left: solid 1px transparent;
    border-top: solid 1px transparent;
    transition: all .5s linear;
}

.textMain .surgeon-lan a {
    display: block;
    text-decoration: none;
}

.textMain .surgeon-lan .radlgst-img {
    background: #f7f6f2;
    min-height: 227px;
    /* display: inline-block; */
    width: 100%;
    /* vertical-align: middle; */
    position: relative;
}

.textMain .surgeon-lan .radlgst-img img {
    max-height: 227px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.textMain .surgeon-lan .our-splst-name {
    font-size: 19px;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
    color: #0489ba;
    background: #fff;
    padding: 25px 10px;
    height: 135px;
    border-radius: 0 0 15px 15px;
    font-weight: 700;
}

.textMain .surgeon-lan .our-splst-name span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #2d2d2d;
}

.textMain .surgeon-lan span.view-profile {
    visibility: hidden;
    opacity: 0;
    /* line-height: 0px; */
    display: block;
    left: 0px;
    right: 0px;
    /* bottom: 0px; */
    position: absolute;
    z-index: 999;
    /* bottom: 0px; */
    top: 51px;
    margin: auto;
    width: 160px;
    height: 40px;
    line-height: 20px;
    color: #000;
    padding: 11px 10px 11px 45px;
    border-radius: 5px;
    transition: all .5s ease;
    background: #fff;
    bottom: 0px;
    display: none;
}

.textMain .surgeon-lan span.view-profile::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 35px;
    background: url(/images/profile.png) no-repeat 0px 0px;
    top: 9px;
    left: 18px;
    right: inherit;
}

.textMain .surgeon-lan:hover {
    border-radius: 0 0 15px 15px;
    border-bottom: solid 6px #0489ba;
}

/*.textMain .surgeon-lan a::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all .5s linear;
}
.textMain .surgeon-lan a:hover::before {
    display: block;
    visibility: hidden;
    opacity: 1;
}
.textMain .surgeon-lan a:hover span.view-profile {
    visibility: hidden;
    opacity: 1;
}*/
.pagination.float-right {
    margin: 0 auto;
    text-align: center;
    font-size: 0px;
}

.pagination.float-right li.active a,
.pagination.float-right li.active a:hover {
    background: #efe6da;
    border-radius: 3px;
    color: #2d2d2d;
    font-weight: 600;
}

.pagination.float-right li a {
    padding: 7px 12px;
    display: inline-block;
    vertical-align: top;
}

.pagination.float-right li a {
    color: #2d2d2d;
    text-decoration: none;
    font: normal 16px/18px Muli, sans-serif;
    border: 1px solid #efe6da;
    border-radius: 2px;
}

.pagination.float-right li a:hover {
    background: #f7f6f2;
}

.pagination.float-right li.page-item.disabled a {
    background: none;
}

.textMain ol.our-radiologists-list,
.textMain .our-radiologists-list.ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.textMain ol.our-radiologists-list li {
    list-style-type: none;
}

.textMain .our-radiologists-list li a {
    color: #000;
}

.our-body-radiolists .textMain {
    padding: 50px 5px 50px 5px;
    font: normal 16px/28px Muli, sans-serif;
}

.our-radiologists-list li {
    margin-bottom: 10px;
}

.textMain .specality-list {
    table-layout: fixed;
    width: 100%;
    text-align: center;
    padding: 0px 0px 15px 0px;
    font-size: 0px;
}

.specality-list li {
    display: inline-block;
    vertical-align: top;
    font: normal 16px/18px Muli, sans-serif
}

.textMain ol.specality-list li {
    padding: 0px 2px 15px 2px;
}

.specality-list li a {
    display: block;
    padding: 10px 10px;
    color: #363538;
    transition: all .5s linear;
}

.specality-list li a {
    text-decoration: underline;
}

.specality-list li a:hover {
    color: #363538;
    background: #ece9df;
    border-radius: 5px;
    text-decoration: none !important;
}

.specality-list li.active-tab a {
    color: #363538;
    background: #efe6da;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
}

#Button-holder li {
    margin-bottom: 10px;
    background: none;
    padding: 0px;
    position: relative;
}

#Button-holder li select {
    width: 100%;
    padding: 0px 0px 0px 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    display: block;
}

#Button-holder li.select::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border: 5px solid transparent;
    border-top: 7px solid #9f9e9e;
    right: 19px;
    top: 5px;
    bottom: 0px;
    margin: auto;
}

#Button-holder li select {
    width: 100%;
    padding: 10px 7px 11px 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
}

#Button-holder .docButton {
    background: #0489ba;
    color: #fff;
    padding: 6px 15px 6px 15px;
    text-transform: uppercase;
    border: none;
    position: relative;
    font: 400 14px/20px Muli, sans-serif;
    border-radius: 3px;
    cursor: pointer;
    margin: 0px;
    text-transform: none;
}

#Sidebar.our-radlgst-cell {
    display: block;
    display: table-cell;
    background: #f8eee2;
    border: 1px solid #d7cabd;
    border-radius: 3px;
    width: 240px;
}

.table-cell.our-radiolist {
    display: block;
}

.textMain .vir-accordian-list {
    font-size: 0px;
    text-align: center;
}

/*
.textMain .vir-accordian-list li:before{
    content: "";
    position:fixed;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0px;
    top: 0px;
    z-index: 9;
}
*/
.textMain .vir-accordian-list li {
    font-size: 0px;
    background: none;
    padding: 0px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    width: 32.3%;
    margin: 0px 10px 10px 0px;
    position: relative;
    min-width: 300px;
    text-align: left;
}

.textMain .vir-accordian-list li .accordTitle {
    border-radius: 3px;
    font-size: 16px;
    border: 1px solid #f0e6dc;
    background: #efe5d9;
    color: #fff;
    padding: 0px;
}

.textMain .vir-accordian-list li .accordTitle a {
    color: #0489ba;
    display: flex;
    padding: 0px 0px 0px 10px;
    line-height: 20px;
    min-height: 50px;
    align-items: center;
    margin-right: 35px;
    background: #f7f6f2;
}

/*
.textMain .vir-accordian-list li .accordTitle.showAccord{
    background: #fff;
}
*/
.textMain .vir-accordian-list li .accordTitle::after {
    content: '\f107';
    font-size: 22px;
    color: #2d2f2f;
}

.textMain .vir-accordian-list li .accordContent {
    margin: -4px 0px 0px 0px;
    border: 1px solid #f0e6dc;
    background: #fff;
    position: absolute;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(166, 161, 166, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(166, 161, 166, 1);
    box-shadow: 0px 0px 8px 0px rgba(166, 161, 166, 1);
    width: 100%;
}

.textMain .vir-accordian-list li .accordContent .read-more {
    text-align: right;
    font-size: 14px;
    margin: 5px 0px 0px 0px;
    color: #0489ba;
}

.textMain .vir-accordian-list li .accordContent .read-more a {
    color: #0489ba;
    text-decoration: underline;
}

.right-img {
    float: right;
    margin: 30px 0px 10px 2%;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}

.contactTable {
    border-spacing: 5px
}

.contact-address {
    width: 100%;
    padding: 10px;
    position: relative;
    padding-right: 4%
}

.contact-address p.textMainBold {
    padding: 5px 0
}

.textMain .contact-address li {
    position: relative;
    padding: 5px 10px 15px 0;
    background: none;
    font: normal 16px/22px Muli, sans-serif;
    border-bottom: 1px dotted #e6e0e0;
    margin-bottom: 15px
}

.textMain .contact-address li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.textMain .contact-address li span {
    padding: 0 0 0 30px;
    display: block
}

.textMain .contact-address li a {
    color: #000;
    text-decoration: underline
}

.textMain .contact-address li a:hover {
    text-decoration: none
}

.textMain .contact-address li .contact-head {
    display: block;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    font: normal 16px/22px Muli, sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #005099
}

.textMain .contact-address li .contact-head .head-sub-txt {
    color: #000;
    text-transform: none;
    display: inline;
    vertical-align: top;
    padding-left: 5px;
    font-weight: 500
}

.textMain .contact-address li span.contact-head::before {
    position: absolute;
    left: 5px;
    top: 0
}

.contact-wrap {
    margin-top: 20px;
    margin-bottom: 40px
}

.contact-map {
    position: relative
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border: 0
}

.contact-form {
    padding: 0 1%;
    position: relative;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}

.textMain .contact-list-scrdian .accordContent {
    padding: 5px 7px 0px 8px;
    border: 0px;
    border: 1px dotted #f0e6dc;
    margin: -8px 0px 0px 0px;
    background: #f7f6f2;
}

.contact-form {
    margin: 10px 0px 0px 0px;
}

.textMain .contact-list-scrdian .accordTitle {
    background: #0489ba;
    border: 0px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 5px;
}

.textMain .contact-list-scrdian .accordTitle a {
    color: #fff;
}

.textMain .contact-list-scrdian.accordion {
    margin: 5px 0px;
}

.textMain .links-tabs {
    margin: 10px 0px 0px 0px;
}

.textMain .links-tabs li {
    display: inline-block;
    vertical-align: top;
    min-width: 250px;
    width: 31%;
    margin: 0 15px 15px 0;
    background: none;
    padding: 0;
}

.textMain .links-tabs li a {
    text-decoration: none;
    background: #f0f0f0;
    color: #0489ba;
    padding: 0;
    font: 400 18px/25px Muli, sans-serif;
    display: flex;
    height: 60px;
    position: relative;
    border-radius: 3px;
    padding: 0 10px 0 21px;
    vertical-align: middle;
    transition: .5s;
    align-items: center;
    font-weight: 600;
}

.textMain .links-tabs li a:hover {
    color: #fff;
    background: #0489ba;
}

#Button-holder li.find-by-name {
    display: none;
}

.all-radiologist-link a {
    background: #0489ba;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 15px 0px 0px 0px;
    transition: all .5s linear;
}

.all-radiologist-link a:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

.no-result-message {
    color: red;
}

.textMain .Appnmnt-btns {
    font-size: 0px;
    margin: 20px 0px 20px 0px;
}

.textMain .Appnmnt-btns li {
    display: inline-block;
    vertical-align: top;
    vertical-align: top;
    background: none;
    padding: 0px;
    width: 45%;
    margin: 1% 1%;
    min-width: 310px;
}

.textMain .Appnmnt-btns li a {
    display: flex;
    background: #0489ba;
    min-height: 60px;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0px 50px 0px 10px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(166, 161, 166, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(166, 161, 166, 1);
    box-shadow: 0px 0px 8px 0px rgba(166, 161, 166, 1);
    transition: all .5s linear;
    position: relative;
}

.textMain .Appnmnt-btns li a::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 40px;
    background: url(/images/sprite-home.png) no-repeat -43px -95px;
    right: 28px;
    top: 11px;
    z-index: 9;
    transition: all 0.5s linear;
    filter: invert(1);
}

.textMain .Appnmnt-btns li a:hover::before {
    right: 23px;
}

.textMain .Appnmnt-btns li a:hover {
    background: #000;
}

.dr-prfl-pg .textMain {
    padding-bottom: 0px;
}

.srvlst-lst-wrap {
    background: url(/images/why-houstern-bg.jpg) repeat left top #f3eae3;
    padding: 4% 3%;
    position: relative;
    margin: 25px 0px 20px 0px;
}

.srvlst-lst-wrap .theme-L {
    background: url(/images/why-houstern-bg.jpg) repeat left top #f3eae3;
    left: -99.8%;
}

.srvlst-lst-wrap .theme-R {
    background: url(/images/why-houstern-bg.jpg) repeat -5px top #f3eae3;
    right: -99.8%;
}

.service-lst-common .srvc-lst-innr {
    -webkit-box-shadow: 0px 0px 9px 0px rgb(200, 198, 200);
    box-shadow: 0px 0px 9px 0px rgb(200, 198, 200);
    background: #fff;
    padding: 2.3% 3%;
    border-radius: 3px;
    position: relative;
}

.service-lst-common .srvc-lst-innr p {
    font: 300 15px/26px muli, sans-serif;
}

.textMain ul.service-lst-common li {
    padding: 0px;
    background: none;
}

.textMain ul.service-lst-common li {
    margin-bottom: 0px;
    font: 300 15px/26px muli, sans-serif;
}

.textMain ul.service-lst-common li:last-child {
    margin-bottom: 0px;
}

.textMain ul.service-lst-common li h2 {
    padding: 0px;
    margin-bottom: 10px;
    /* font-size: 25px; */
    font: 700 26px/34px muli, sans-serif;
}

.textMain ul.service-lst-common li h2 a {
    color: #0489ba;
}

.textMain ul.service-lst-common li .dgn-raly-intr-img {
    float: right;
    margin: -20px 0px 0px 20px;
    border-radius: 3px;
    overflow: hidden;
}

.textMain ul.service-lst-common li:nth-child(2n) .dgn-raly-intr-img {
    float: left;
    margin: 5px 20px 10px 0px;
}

.textMain ul.service-lst-common li:nth-child(2n) .intro-txt {
    padding: 15px 0px 0px 0px;
}

.textMain ul.service-lst-common li:nth-child(2n) ul.cmn-cndtn-lst {
    padding: 2% 0px 0px 1%;
}

.textMain ul.service-lst-common li .dgn-raly-intr-img img {
    border: 1px solid #fbf1df;
}

.condtn-prdr-wrap {
    font-size: 0px;
}

.textMain ul.cmn-cndtn-lst {
    padding: 0px;
    margin: 0px;
    padding: 0px 0px 0px 1%;
    display: inline-block;
    vertical-align: top;
    width: 400px;
    margin-right: 1%;
}

.textMain ul.service-lst-common .cmn-cndtn-lst li {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px 0px 0px 30px;
    position: relative;
    min-width: 300px;
    text-align: left;
}

.textMain ul.service-lst-common .cmn-cndtn-lst li::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 10px;
    background: url(/images/ser-list-icon-arrow.png)no-repeat 1px 0px;
    left: 0px;
    border-radius: 50%;
    top: 7px;
}

.textMain ul.service-lst-common .cmn-cndtn-lst li a {
    color: #000;
    font-weight: 600;
}

.textMain ul.service-lst-common .cmn-links-cndtn-prdr li {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px 0px 0px 30px;
    position: relative;
    min-width: 300px;
    text-align: left;
}

.textMain ul.service-lst-common ul.cmn-links-cndtn-prdr li::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 10px;
    background: url(/images/ser-list-icon-arrow.png)no-repeat 1px 0px;
    left: 0px;
    border-radius: 50%;
    top: 7px;
}

.textMain ul.cmn-links-cndtn-prdr li a {
    color: #000;
    font-weight: 600;
}

.inner-pg-ser-img {
    float: right;
    margin: -30px 0px 20px 20px;
}

.inner-pg-ser-img img {
    border: 1px solid #ccc;
    padding: 3px;
}

.hor-tabs-cdtn-prcdr {
    margin-top: 20px;
}

.hor-tabs-cdtn-prcdr .resp-tab-content::before {
    content: none;
}

.textMain .hor-tabs-cdtn-prcdr .resp-tabs-list li a::before {
    content: none;
}

.textMain .hor-tabs-cdtn-prcdr .resp-tabs-list li a {
    padding: 16px 40px;
    height: inherit;
    font-size: 20px;
    width: inherit;
}

.textMain .conditon-more-lst {
    margin: 20px 0px 0px 0px;
}

.textMain .hor-tabs-cdtn-prcdr .conditon-more-lst li,
.textMain .conditon-more-lst li {
    background: none;
    padding: 0px;
    margin-bottom: 40px;
    background: #fff;
    padding: .5% 2% 0.5% 2%;
    position: relative;
    border: 1px solid #f3eee7;
}

.textMain .hor-tabs-cdtn-prcdr .resp-tab-content {
    padding: 15px 2%;
}

.textMain .hor-tabs-cdtn-prcdr .resp-tabs-list li {
    margin-right: 1%;
    padding: 0px;
}

.textMain .conditon-more-lst li h3 a {
    color: #0489ba;
    font: 700 26px/34px muli, sans-serif;
    text-decoration: none;
    font-size: 22px;
    line-height: 30px;
}

.textMain .conditon-more-lst li h3 {
    position: relative;
    margin-bottom: 30px;
}

.textMain .conditon-more-lst li h3::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #0489ba;
    left: 6px;
    bottom: -13px;
}

.textMain .conditon-more-lst li p {
    font: 300 16px/24px muli, sans-serif;
}

.textMain .conditon-more-lst li .read-more {
    text-align: right;
    margin: 15px 0px 0px 0px;
}

.textMain .conditon-more-lst li .read-more a {
    background: #0489ba;
    display: inline-block;
    font: 700 12px/23px muli, sans-serif;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 9px 20px 7px 20px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
}

.textMain .hor-tabs-cdtn-prcdr .conditon-more-lst li::before,
.textMain .conditon-more-lst li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f0e6dc;
    z-index: 1;
    right: -10px;
    top: 10px;
    z-index: -1;
    border-radius: 0px;
    border: 0px;
    left: inherit;
}

.textMain h2.main-txt-sr-pg {
    color: #0489ba;
    /* font-weight: 300; */
    /* margin-bottom: 5px; */
    font: 800 33px/38px Muli, sans-serif;
}

.textMain .index-prdr-list {
    font-size: 0px;
    margin-top: 20px;
}

.textMain .index-prdr-list ul {
    font-size: inherit;
}

.textMain .index-prdr-list > li {
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    background: none;
    padding: 0px 0px 10px 20px;
    margin-right: 1%;
    min-width: 300px;
    margin-bottom: 20px;
}

.textMain .dianst-list > li {
    background: none;
}

.textMain .index-prdr-list li li {
    font-weight: 300;
}

.textMain .view-more {
    margin: 10px 0px;
    text-align: left;
    margin-right: 1%;
}

.textMain .view-more a {
    background: #0489ba;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    background: #0489ba;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    font: 600 15px/26px muli, sans-serif;
    padding: 11px 15px 10px 16px;
    position: relative;
    text-align: left;
    z-index: 9;
    overflow: hidden;
    text-align: center;
    min-width: 150px;
}

.textMain .view-more a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0489ba;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: #000;
}

.textMain .view-more a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.textMain .contact-no a {
    text-decoration: underline;
}

.textMain .contact-no a:hover {
    text-decoration: none;
}

.textMain .dianst-list > li {
    background: none;
    padding: 0px;
    padding-bottom: 5px;
    padding-top: 10px;
    border-bottom: 1px dotted #ccc;
}

.dianst-list > li:last-child {
    border-bottom: 0px;
}

.textMain .dianst-list > li:first-child {
    padding-top: 0px;
}

.accessible_on #Main-Menu,
.accessible_on #why-hstn-con,
.accessible_on .social-logo li a,
.accessible_on #Map-Con,
.accessible_on #ptn-cr-con,
.accessible_on #revws-Con,
.accessible_on .why-hstn-list li .wht-bg,
.accessible_on #ptn-cr-con .appmnt a,
.accessible_on .menu li:hover > a,
.accessible_on .locatin-wrap,
.accessible_on .loctn-list-cell,
.accessible_on .foot-lctn-list li a,
.accessible_on .our-radiologist-btn a,
.accessible_on .textMain .subList li a,
.accessible_on .textMain .procedure-lst-rd-mr > li .rd-mr-contnr .read-more a,
.accessible_on #Menu-Container,
.accessible_on .textMain .write-review a,
.accessible_on .textMain .contact-list-scrdian .accordTitle,
.accessible_on .textMain .contact-list-scrdian .accordContent,
.accessible_on .textMain .view-more a,
.accessible_on .textMain .surgeon-lan .radlgst-img,
.accessible_on .textMain .phy-lan-pg li,
.accessible_on .textMain .surgeon-lan .our-splst-name,
.accessible_on .grey-bg,
.accessible_on .dr-info-bg { 
 
    background: none !important;
}

.accessible_on #Header-Container,
.accessible_on #yrs-con,
.accessible_on #ptn-cr-con,
.accessible_on #why-hstn-con,
.accessible_on #Our-Speclst-Con,
.accessible_on #revws-Con,
.accessible_on #Map-Con,
.accessible_on #Content-Container {
    border-bottom: 1px solid;
}

.accessible_on #Header-Container,
.accessible_on .why-hstn-list li .wht-bg {
    box-shadow: none;
}

.accessible_on .social-logo li a,
.accessible_on .why-hstn-list li .wht-bg,
.accessible_on .speclst-list li .learn-more a,
.accessible_on #ptn-cr-con .appmnt a,
.accessible_on .locatin-wrap,
.accessible_on .our-radiologist-btn a,
.accessible_on .textMain .procedure-lst-rd-mr > li .rd-mr-contnr .read-more a,
.accessible_on .textMain .contact-list-scrdian .accordTitle
    border: 1px solid;
}

.accessible_on .social-logo li a,
.accessible_on .why-hstn-list li .wht-bg {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.accessible_on .social-logo li a:hover {
    border-radius: 0px;
}

.accessible_on #ptn-cr-con .appmnt a,
.accessible_on #ptn-cr-con .head,
.accessible_on .why-hstn-list li p,
.accessible_on .why-hstn-list li .title,
.accessible_on #yrs-in p,
.accessible_on #Our-Speclst-In .head,
.speclst-list li .spclty-content p,
.accessible_on .social-logo h3,
.accessible_on #yrs-in .head-txt span,
.accessible_on .patnt-review .patnt-name,
.accessible_on .loocat-head-content .total-number h4,
.accessible_on .loocat-head-content .total-number h4 span,
.accessible_on .our-radiologist-btn a, 
.accessible_on .textMain .write-review a,
.accessible_on .textMain .surgeon-lan .our-splst-name span,
.accessible_on .textMain .surgeon-lan .our-splst-name,
.accessible_on .tree-str-el.heading-cls,
.accessible_on .textMain .dr-content-cell p { 
    color: inherit;
}

.accessible_on .search-link {
    filter: invert(1);
}

.accessible_on .speclst-list li .learn-more a::after,
.accessible_on .testimnl-links li a::after,
.accessible_on #ptn-cr-con .appmnt a::after,
.accessible_on .loctn-list-cell::before,
.accessible_on .locatin-wrap::after,
.accessible_on .loctn-list-cell::after,
.accessible_on .map-foot::before,
.accessible_on .social-logo li a::before,
.accessible_on #Content-Main::before,
.accessible_on #Content-Main::after,
.accessible_on .total-test-count {
    display: none;
}

.accessible_on .textMain .vir-accordian-list li .accordContent {
    position: static;
}
.accessible_on .textMain .Testimonials li,
.accessible_on .textMain .write-review a,
.accessible_on .textMain .contact-list-scrdian .accordContent,
.accessible_on .textMain .view-more a,
.accessible_on .textMain .neuro-radialogy-specialists-new li,
.accessible_on .textMain .surgeon-lan .radlgst-img {
    border: 1px dotted;
}
.textMain .neuro-radialogy-specialists .phy-lan-pg li {
    margin: 10px;
}

.textMain .neuro-radialogy-specialists .surgeon-lan .our-splst-name {
    font-size: 17px;
}

.textMain .neuro-radialogy-specialists .surgeon-lan {
    width: 210px;
}

.textMain .neuro-radialogy-specialists-new {
    margin-top: 10px;
}

.textMain .neuro-radialogy-specialists-new li {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    margin: 10px;
    background: none;
    /* border: 1px solid #ccc; */
    padding: 5px;
    min-height: 115px;
    width: 270px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
    /* -moz-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); */
    /* -webkit-box-shadow: 0 -4px 1px rgba(0, 0, 0, 0.2); */
    /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.13); */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.13); */
    background: #f5f5f5;
    min-width: 260px;
}

.textMain .neuro-radialogy-specialists-new .radlgst-img-new {
    display: inline-block;
    vertical-align: top;
    width: 70px;
}

.textMain .neuro-radialogy-specialists-new .radlgst-img-new > a {
    width: 76px;
    height: 105px;
    display: table-cell;
    /* background: #ccc; */
    /* vertical-align: middle; */
    padding: 7px 3px 0px 3px;
}

.textMain .neuro-radialogy-specialists-new .our-splst-name-new {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 5px;
    font-size: 15px;
    width: calc(100% - 80px);
}

.textMain .neuro-radialogy-specialists-new .our-splst-name-new .specialty {
    display: block;
    font-size: 13px;
    margin: -7px 0 0 0;
    color: #000;
}

.prcdr-list-ir {
    margin-bottom: 10px;
}

.textMain .prcdr-list-ir ul li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 48%;
    margin-bottom: 10px;
    font-weight: 300;
    padding: 0px 0px 0px 30px;
    background: none;
    position: relative;
}

.textMain .prcdr-list-ir ul li::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border: 2px solid #000;
    border-radius: 50%;
    left: 12px;
    top: 8px;
}

.textMain .prcdr-list-ir ul {
    padding-top: 0px;
    padding-top: 5px;
}

.textMain .prcdr-list-ir h3 a {
    color: #0489ba;
    font-size: 24px;
    line-height: 30px;
}

.textMain h2.blk-text a {
    color: #000;
}

.textMain ul.button-list {
    margin-top: 15px;
    margin-left: -8px;
}

.textMain ul.button-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    background: none;
    margin: 0px 8px;
}

.textMain ul.button-list li a {
    display: block;
    padding: 0px 0px 0px 0px;
    background: #0489ba;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all .5s linear;
}

.textMain ul.button-list li a:hover {
    background: #000;
}

.Speclty-dctrs-hide {
    display: none;
}

/*
.gdpCookie {
    width: 100% !important;
    max-width: 1200px !important;
    border-radius: 10px !important;
}
*/

.service-pic {
    border: 1px solid #ccc;
    padding: 2px;
    max-width: 500px;
    margin: 15px 10px 20px 20px;
    float: right;
    width: 50%;
}

.service-pic.w-100 {
    max-width: 640px;
    float: inherit;
    margin: 20px auto 20px auto;
    max-width: inherit;
}

.stars {
    margin: 5px 5px 30px;
    text-align: center;
    display: inline-block;
}

.rating-display {
    color: #9f9fa2;
    font: 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: normal;
    display: none;
}

.galleries li {
    display: block;
    padding: 5px 0px;
}

svg .star1 {
    fill: #006A9C !important;
    stroke: #006A9C !important;
}

svg .star1_stroke {
    fill: #006A9C !important;
    stroke: #006A9C !important;
}

svg .star4 {
    fill: none !important;
    stroke: none !important;
}

svg .star4_stroke {
    stroke: #006A9C !important;
}

label.error {
    color: #ff0000;
    display: block;
    font-size: 14px;
}

label.form-label {
    display: block;
}

.alert {
    position: relative;
    padding: .5rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    text-align: center;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.login-form {
    max-width: 500px;
    margin: 0px auto;
    background: #ffffff;
    border: 1px solid #dddddd;
    box-shadow: 0 15px 35px 0 rgb(60 66 87 / 8%), 0 5px 15px 0 rgb(0 0 0 / 12%);
    padding: 3rem !important;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.75em + 1rem + 2px);
    padding: .5rem 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bfc1c3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 2px;
}

.form-control-width-280 {
    width: 280px;
}

.form-group-left {
    display: inline-flex;
}

.form-group-right {
    float: right;
}

.form-control-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 5px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: .25rem;
    cursor: pointer;
    text-transform: uppercase;
    font-family: inherit;
    color: #fff;
    background-color: #0489ba;
    border: 1px solid #0489ba;
    font-size: 1.25rem;
}

#btn_change_password {
    padding: 10px 5px !important;
}

.form-control-btn:hover {
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

.form-control-btn.btn-default {
    background: #ffffff;
    text-decoration: none;
    border-color: #0489BA;
}

.form-control-btn.btn-default:hover {
    background: #ffffff;
    text-decoration: none;
    border-color: #2a2a2a;
    color: #2a2a2a;
}

.form-control-btn-100 {
    display: block;
    width: 100%;
}

.mb-10 {
    margin-bottom: 10px;
}

.no-documents {
    color: #ff0000;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}

.documents-title {
    background: #dddddd;
    padding: 5px 10px;
    font-weight: 600;
}

.document-content-files {
    display: inline-block;
    margin: 5px 15px;
}

.documents-content {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-bottom: 15px;
    background: #ffffff;
}

.document-content-files {
    display: inline-block;
    margin: 5px 15px;
    text-align: center;
    text-decoration: none !important;
}

.document-content-files-type,
.document-content-files-title {
    display: block;
}

.document-content-files-title {
    margin-top: 5px;
}

.document-content-files-type img {
    width: 48px;
}

ul.manage_doc_table {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

ul.manage_doc_table.doc_heading {
    background: #dad9d9 !important;
}

.manage_doc_table li {
    padding-left: 0px !important;
    background-image: none !important;
    float: left;
    padding: 10px !important;
    width: 100%;
}

.manage_doc_table li span {
    width: 75px;
    display: inline-block;
}

.manage_doc_table li label {
    float: right;
}

ul.manage_doc_table:nth-of-type(odd) {
    background: #f5f5f5;
}

ul.manage_doc_table:nth-of-type(even) {
    background: #ffffff;
}

ul.manage_doc_table:last-child {
    margin-bottom: 20px;
}

ul.manage_doc_table span img {
    max-height: 48px;
}

ul.manage_doc_table label a {
    background: #000000;
    padding: 5px 6px;
    text-transform: capitalize;
    border-radius: 3px;
    text-decoration: none !important;
    color: #ffffff !important;
    margin-left: 2px;
}

ul.manage_doc_table label a:hover {
    background: #0489ba;
}

.dashboard-links {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard-links a {
    text-align: center;
    width: 250px;
    border: 1px solid #0489ba;
    margin: 20px;
    display: inline-block;
    text-decoration: none !important;
    background-color: #ffffff;
}

.dashboard-links a:hover {
    border: 1px solid #000000;
}

.dashboard-links a img {
    margin: 0px auto;
    padding: 20px;
}

.dashboard-links a span {
    display: block;
    font-size: 24px;
    background-color: #0489ba;
    color: #ffffff;
    padding: 20px;
}

/*.document-folders {
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.document-folders a {
    text-align: center;
    width: 220px;
    margin: 10px 15px 10px 0px;
    text-decoration: none !important;
    height: 160px;
    float: left;
    background-color: #ffffff;
}
.document-folders a img {
    margin: 0px auto;
    padding: 10px;
    max-height: 100px;
}
.document-folders a span {
    display: block;
    font-size: 14px;
    padding: 10px 5px;
    height: 60px;
    line-height: 20px;
}*/

.document-folders {
    text-align: center;
    vertical-align: top;
    margin-bottom: 20px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}

.document-folders a {
    text-align: center;
    margin: 10px 15px 10px 0px;
    text-decoration: none !important;
    width: 150px;
    padding: 5px;
    display: block;
}

.document-folders a img {
    margin: 0px auto;
    padding: 10px;
    max-height: 100px;
}

.document-folders a span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.login-form .form-group label.form-label {
    font-size: 15px;
}

.textMain .document-folders ul li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    background: none;
    padding: 0px;
}

.textMain .document-folders-inner ul li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    background: none;
    padding: 0px;
    width: 135px;
    text-align: center;
}

.textMain .document-folders-inner ul li span {
    display: block;
}
.textMain .document-folders-inner ul li a img{ max-height: 100px; }
.arrow {
    border: solid #ffffff;
    border-width: 0px;
    display: inline-block;
    padding: 3px;
    margin-left: 4px;
}

.testimonials-list{
    text-align: center;
}


.testimonials-list li{
    display: inline-block;
    vertical-align: top;
    background: none !important;
    width: 30%;
    min-width: 200px;
    margin: 5px 4px;
    padding: 2px !important;
    color: #fff;
    border: 2px solid #ccc;
}

.testimonials-list li a{
    display: block;
    padding: 5px 10px;
    background: #0489ba;
    text-decoration: none;
    color: #fff;
}



/*.textMain .neuro-radialogy-specialists .surgeon-lan .radlgst-img{ background: none; }*/
/*GDPR ADA CSS*/
.accessible_on .cookie-main li.cookie-button .accept,
.accessible_on .cookie-main li.cookie-button .accept:hover, 
.accessible_on .cookie-main li.cookie-button .change-preference,
.accessible_on .cookie-main li.cookie-button .change-preference:hover {
    border: 1px solid !important;
    background: none !important;
    min-width: 120px;
    min-height: 40px;
    text-decoration: none;
    margin-top: 10px;
}
.accessible_on .cookie-main li.cookie-button .change-preference {
    padding-top: 3px;
}
.dfw-whitemode .cookie-main li.cookie-button .accept,
.dfw-whitemode .cookie-main li.cookie-button .change-preference,
.dfw-whitemode .gdpCookie a {
    color: #00e;
}
.dfw-blackmode .cookie-main li.cookie-button .accept,
.dfw-blackmode .cookie-main li.cookie-button .change-preference,
.dfw-blackmode .gdpCookie a {
    color: #fc0;
}
.dfw-greymode .cookie-main li.cookie-button .accept,
.dfw-greymode .cookie-main li.cookie-button .change-preference,
.dfw-greymode .gdpCookie a {
    color: #000;
}
.dfw-blackmode .gdpCookie {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border: 1px solid #fff;
}
.dfw-blackmode .gdpCookie p {
	color: #fff;
}
.accessible_on .cc-cp-body-content-entry-text {
    text-align: left !important;
}
.accessible_on .gdp_dialog .cc-cp-foot-byline {
	font-size: inherit;
}
.accessible_on .cc-custom-checkbox.always_active .nodisplay {
	display: none;
}
@media screen and (max-width : 1199px) {
    .login-section {
        right: 20px;
    }

    #Main-Menu {
        border-radius: 0px;
        padding-left: 0px;
    }

    .menu li a {
        padding: 15px 10px;
        color: #fff;
    }

    .menu li a {
        padding: 15px 6px;
        color: #fff;
    }

    .appoint {
        padding-right: 2%;
    }

    .search-cms.search-cms-display {
        left: -160px;
    }

    .logo {
        padding: 20px 5px 0px 5px;
    }

    .Banner-Tabs {
        bottom: 36%;
        left: 1%;
    }

    .banner-content span.small-head {
        font-size: 2vw;
        line-height: 2.5vw;
    }

    .banner-content .banner-head {
        font-size: 4.2vw;
        line-height: 4.8vw;
    }

    .banner-content.hoston-methd-ban .banner-head {
        font-size: 3.5vw;
        line-height: 3.9vw;
    }

    .banner-content.hoston-methd-ban .banner-hstn-logo {
        bottom: -47px;
        left: -30px;
    }

    .banner-content {
        right: 10px;
    }

    .appoint {
        width: 55%;
        padding: 30px 2% 0px 0px;
    }

    .call-appoint li {
        margin-bottom: 10px;
    }

    #yrs-in {
        padding: 50px 5px 60px 5px;
    }

    .why-hstn-list li .wht-bg a {
        padding: 30px 115px 30px 5%;
    }

    .why-hstn-list li:nth-child(2n) .wht-bg a {
        padding: 30px 5% 30px 115px;
        padding-left: 240px;
    }

    #reviews-in {
        padding: 50px 5px 55px 5px;
    }

    .speclst-list li:nth-child(2n+1) .speclty-img {
        width: 100%;
        top: 0px;
        bottom: 0px;
    }

    .speclst-list li:nth-child(2n) .speclty-img {
        width: 100%;
        top: 0px;
        bottom: 0px;
    }

    #why-hstn-in {
        padding: 45px 5px 80px 5px;
    }

    .why-hstn-list li .why-radio-img {
        right: 0px;
        width: 222px;
        height: 222px;
        margin: auto;
        top: 0;
        bottom: 0;
    }

    .why-hstn-list li .wht-bg a {
        padding: 30px 222px 30px 5%;
    }

    .why-hstn-list li .wht-bg {
        width: 100%;
    }

    .why-hstn-list li:nth-child(3) .wht-bg a {
        padding-right: 222px;
    }

    .why-hstn-list li:nth-child(2n) .why-radio-img {
        left: 0px;
    }

    #Our-Speclst-In {
        padding: 60px 5px 120px 5px;
    }

    .speclst-list li.vsclr-intrvtnl-Radiology .spclty-content {
        padding: 40px 0px 0px 0px;
        padding-right: 5.6%;
    }

    .speclst-list li.academic-radiology .spclty-content::before {
        display: none;
    }

    .speclst-list li.academic-radiology .spclty-content {
        padding: 66px 5px 0px 5%;
    }

    .patnt-review .reviewr-img {
        right: 0px;
    }

    .patnt-review .review-content {
        max-width: inherit;
        width: 88%;
    }

    .speclst-list li.Diagnostic-Radiology::before {
        width: 480px;
        height: 480px;
    }

    .speclst-list li.vsclr-intrvtnl-Radiology .spclty-content::after {
        display: none;
    }

    .speclst-list li.academic-radiology::before {
        width: 440px;
        height: 440px;
    }

    .speclst-list li.vsclr-intrvtnl-Radiology::before {
        width: 320px;
        height: 320px;
    }

    .acdmc-rdlgy-img {
        width: 45%;
        min-width: 200px;
    }

    .menu li {
        font: 400 13px/20px muli, sans-serif;
    }

    .reviewr-img {
        width: 350px;
    }

    .patnt-review {
        width: calc(100% - 350px);
    }

    .reviewr-img::before {

        width: 520px;
        height: 490px;

        left: -46px;
        top: -9px;

        background-size: contain;
    }
}

@media screen and (max-width : 1023px) {

    .appoint {
        padding: 5px 2% 27px 0;
    }

    .menu li a {
        padding: 15px 6px;
        color: #fff;
    }

    .menu li,
    .accessible_on .menu li {
        font: 400 13px/20px muli, sans-serif;
        height: 50px;
    }

    .menu-vascular {
        width: 230px;
    }

    .banner-content.hoston-methd-ban .banner-hstn-logo {
        position: absolute;
        bottom: -48px;
        left: -64px;
    }

    .loocat-head-content {
        padding: 25px 0px 0px 20px;
    }

    .foot-lctn-list li a {
        padding: 10px 0px 10px 25px;
    }

    .why-hstn-list li .wht-bg a,
    .why-hstn-list li:nth-child(3) .wht-bg a,
    .why-hstn-list li:nth-child(5) .wht-bg a {
        padding: 30px 222px 30px 3%;
    }

    .speclst-list li.Diagnostic-Radiology .spclty-content {
        padding: 50px 0px 0px 4.5%;
    }

    .speclst-list li .spclty-content {
        min-height: 390px;
    }

    .speclst-list li {
        min-height: inherit;
    }

    .speclst-list li.vsclr-intrvtnl-Radiology .spclty-content {
        padding: 18px 0px 0px 0px;
        padding-right: 2.6%;
    }

    .speclst-list li .spclty-content .title {
        font: 800 33px/42px muli, sans-serif;
    }

    .speclst-list li.academic-radiology .spclty-content {
        padding: 30px 5px 0px 5%;
    }

    .patnt-review .reviewr-img::before {
        width: 420px;
        height: 460px;
        background: url(/images/reviewrs-bg-img.png) no-repeat left top;
        background-size: cover;
    }

    .patnt-review .reviewr-img {
        width: 360px;
    }

    #reviews-in {
        min-height: 790px;
    }

    .speclst-list li.vsclr-intrvtnl-Radiology::before {
        width: 280px;
        height: 280px;
        border-width: 10px;
        right: 230px;
        bottom: -43px;
    }

    .speclst-list li.academic-radiology::before {
        width: 400px;
        height: 400px;
        border-width: 20px;
        left: ;
        left: 112px;
    }

    .dr-profile-pg .prof-pg-name {
        font: 700 30px/36px Muli, sans-serif;
    }

    .textMain .resp-tabs-list li {
        margin-right: 5%;
    }

    .menu li a {
        padding: 15px 4px;
        color: #fff;
    }
    
    .reviewr-img {
        width: 250px;
        top: 30px;
    }

    .patnt-review {
        width: calc(100% - 250px);
    }

    #reviews-in {
        padding: 50px 5px 140px 5px;
    }

    .reviewr-img::before {
        width: 542px;
        height: 365px;
        left: -40px;
        top: -25px;
        z-index: 9;
        background-size: contain;
    }

    .patnt-review .patnt-name {
        margin-top: 25px;
    }

    .testimnl-links {
        margin: 40px 0px 0px 0px;
    }

    .patnt-review ul li .comments {
        font: 200 22px/32px muli, sans-serif;
    }

    .reviewr-img {
        width: 250px;
        top: -30px;
    }
}

@media screen and (max-width : 1000px) {
    
    .logo {
    padding: 32px 5px 0px 5px;
}
}


@media screen and (max-width : 939px) {
    .banner-content.hoston-methd-ban .banner-hstn-logo {
        bottom: -41px;
        left: -87px;
    }

    .menu li,
    .accessible_on .menu li {
        font: 400 12px/20px muli, sans-serif;
    }

    #Mobile-Menu {
        display: block;
        min-width: inherit;
    }

    .search-link {
        filter: invert(1);
    }

    .call-appoint li {
        margin-right: 3%;
    }

    .search-menu {
        width: 30px;
        height: 40px;
    }

    #Main-Menu {
        display: none;
    }

    #Header {
        z-index: 99999;
    }

    #Menu-Container {
        left: 0px;
        position: absolute;
        bottom: 0px;
        top: inherit;
        right: 3%;
        bottom: -1px;
        width: 110px;
        left: inherit;
        background: none;
        z-index: 9999;
    }

    .search-menu {
        left: -90px;
    }

    .logo,
    .appoint {
        display: block;
        width: auto;
        text-align: left;
    }

    .locatin-wrap,
    .map-foot,
    .map-foot #map_canvas {
        border-radius: 0px;
    }

    .call-appoint {
        text-align: center;
        padding-right: 0px;
    }

    .skldl-appntmnt {
        top: 59%;
    }

    .skldl-appntmnt a {
        font: 400 15px/20px muli, sans-serif;
        padding: 10px 0px 10px 0px;
    }

    .speclst-list li.academic-radiology .spclty-content {
        padding: 10px 5px 0px 3%;
    }

    .why-hstn-list li .title {
        font: 600 20px/28px muli, sans-serif;
    }

    .textMain .Appnmnt-btns li a {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
    }

    .textMain .resp-tabs-list li {
        margin-right: 3%;
    }
    
    .speclst-list li .spclty-content {
        width: auto;
    }

    .speclst-list li:nth-child(2n+1) .speclty-img,
    .speclst-list li:nth-child(2n) .speclty-img {
        position: inherit;
        left: auto;
        max-width: 48%;
        margin-left: 2%;
        float: right;
        right: auto;
    }

    #Our-Speclst-In .head {
        margin-bottom: 0px;
    }

    .speclst-list li.Diagnostic-Radiology::before {
        content: none;
    }
}

@media screen and (max-width : 859px) {
    #Menu-Container {
        background: none;
    }

    .call-appoint li {
        margin-left: 15px;
        margin-right: 3%;
    }

    #yrs-in {
        padding: 40px 5px 40px 5px;
    }

    #yrs-in .head-txt {
        font: 200 45px/55px muli, sans-serif;
    }

    #why-hstn-in .head {
        font: 200 45px/51px muli, sans-serif;
    }

    .loctn-list-cell {
        width: 40%;
    }

    .call-appoint li:last-child {
        margin-right: 0px
    }

    .appoint {
        padding-right: 0px;
    }

    .logo {
        padding: 36px 5px 0px 5px;
    }

    .speclst-list li.Diagnostic-Radiology .spclty-content {
        padding: 50px 0px 0px 3.5%;
    }

    .speclst-list li .spclty-content .title {
        font: 700 33px/39px muli, sans-serif;
        color: #06050e;
        margin-bottom: 20px;
    }

    .speclst-list li.Diagnostic-Radiology .spclty-content {
        padding: 20px 0px 0px 3.5%;
    }

    .speclst-list li .spclty-content p {
        font: 300 18px/24px muli, sans-serif;
    }

    .speclst-list li .learn-more {
        margin-top: 30px;
        width: 200px;
    }

    .speclst-list li.Diagnostic-Radiology .spclty-content {
        min-height: inherit;
    }

    .patnt-review .reviewr-img::before {
        width: 360px;
        height: 350px;
    }

    .patnt-review .reviewr-img {
        width: 270px;
        top: -80px;
    }

    .mobile-search {
        display: block;
        position: absolute;
        right: 3%;
        top: 86px;
    }

    .search-text {
        background: #0489ba;
    }

    .search-cms.search-cms-display {
        left: -160px;
    }

    .banner-content.hoston-methd-ban .banner-hstn-logo {
        bottom: -98px;
        left: 110px;
    }

    .speclst-list li.Diagnostic-Radiology::before {
        width: 320px;
        height: 320px;
        top: -76px;
        border: 20px solid #bccfde;
    }

    .speclst-list li.Diagnostic-Radiology::before,
    .speclst-list li.vsclr-intrvtnl-Radiology::before,
    .speclst-list li.academic-radiology::before {
        display: none;
    }

    #why-hstn-in {
        padding: 45px 5px 40px 5px;
    }

    #Our-Speclst-In {
        padding: 60px 5px 0px 5px;
    }

    #Our-Speclst-In .head {
        margin-bottom: 40px;
    }

    #Banner-Container-S h1 {
        font: 700 35px/41px Muli, sans-serif;
        color: #0489ba;
    }

    .right-img {
        width: 40%;
        min-width: 250px;
    }

    .textMain .resp-tabs-list li {
        margin-right: 5px;
        padding: 0px;
    }

    .textMain .index-prdr-list > li {
        width: 100%;
    }

    .patnt-review ul li .comments {
        font: 200 20px/30px muli, sans-serif;
        font-style: normal;
        font-style: italic;
    }

    .patnt-review .patnt-name {
        font: 600 16px/24px muli, sans-serif;
        margin-top: 20px;

    }

    .Intra-Tabs {
        left: 46.3%;
        right: auto;
    }
}

@media screen and (max-width : 767px) {
    .login-section {
        position: relative;
        top: 0px;
        right: 0;
        width: auto;
        text-align: center;
    }

    .login-section a.logged-drname {
        display: inline-block;
    }

    .banner-content {
        top: 17%;
    }

    #Menu-Container {
        right: 0px;
    }

    .speclst-list li .spclty-content .title {
        font: 700 28px/39px muli, sans-serif;
        color: #06050e;
        margin-bottom: 10px;
    }

    .speclst-list li.Diagnostic-Radiology .spclty-content {
        padding: 0px 0px 0px 2.5%;
    }

    .speclst-list li .learn-more {
        margin-top: 15px;
        width: 180px;
    }

    .speclst-list li .learn-more a {
        padding: 8px 35px 8px 20px;
    }

    .speclst-list li .learn-more a::before {
        right: 17px;
        top: 4px;
    }

    .location-cell {
        width: 280px;
    }

    .map-cell {
        padding: 0% 0% 0px 1.5%;
    }

    .all-lctn-map {
        margin: 5px 0px 30px 0px;
    }

    .speclst-list li .spclty-content .title {
        font: 700 24px/39px muli, sans-serif;
    }

    .speclst-list li.vsclr-intrvtnl-Radiology .spclty-content {
        padding: 0px 0px 0px 0px;
        padding-right: 2%;
    }

    #Banner-Container-S h1 {
        font: 700 30px/41px Muli, sans-serif;
    }

    .banner-content.hoston-methd-ban .banner-hstn-logo {
        bottom: -86px;
        left: 78px;
        width: 150px;
    }

    .banner-content {
        font: 300 18px/23px muli, sans-serif;
        color: #100c0c;
        text-align: right;
    }

    .gm-style .gm-style-iw-c {
        padding: 30px 17px;
        max-width: 320px !important;
        min-width: 291px !important;
    }

    .dr-profile-pg .img-l img {
        border: 1px solid #ccc;
    }

    .dr-profile-pg .img-l {
        float: inherit;
        text-align: center;
        border: 0px;
        margin: 0px;
        margin: 20px auto;
    }

    .dr-profile-pg .prof-pg-name {
        font: 700 30px/36px Muli, sans-serif;
        text-align: center;
        margin: 0px;
        padding: 20px 0px;
    }

    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }

    .textMain .resp-tabs-list {
        display: none
    }

    .textMain h2.resp-accordion span {
        display: inline-block;
        color: #014cbe;
        vertical-align: top;
        font-size: 20px;
        font-weight: 700;
    }

    #reviews-in .head {
        margin-bottom: 170px;
        font: 200 40px/52px muli, sans-serif;
    }

    .reviewr-img {
        width: 200px;
        top: 30px;
    }

    .patnt-review .nav-butns {
        position: relative;
        z-index: 9;
        bottom: 0;
        left: 0;
        right: auto;
        text-align: left;
        clear: both;
        /* margin-top: 12px; */
        padding-top: 22px;
    }

    .patnt-review .slideNext,
    .patnt-review .slidePrev {
        width: 40px;
        height: 40px;
        margin-right: 15px;
    }

    .patnt-review .slidePrev::before {
        content: '\f104';
        font-size: 30px;
        padding: 8px 4px 0px 0px;

    }

    .patnt-review {
        width: calc(100% - 173px);
    }

    .testimnl-links li a {
        font: 700 13px/20px muli, sans-serif;
        padding: 11px 50px 11px 25px;

    }

    .testimnl-links li a::before {
        background-position: -43px -100px;
    }

    .reviewr-img {
        width: 150px;
        top: 0px;
    }

    .patnt-review .review-content {
        width: 95%;
    }

    #reviews-in {
        min-height: 680px;
    }

    .patnt-review .slideNext::before {
        content: '\f105';
        font-size: 30px;
        padding: 8px 0px 0px 3px;
        position: relative;
        display: block;
        color: #222;
    }

    .reviewr-img::before {
        width: 420px;
        height: 199px;
        left: -15px;
        top: -7px;

    }

    .total-test-count,
    .Intra-Tabs {
        display: none;
    }
}

@media screen and (max-width : 715px) {
    
    .testimonials-list li{
        width: 45%;
    }
}

@media screen and (max-width : 640px) {
    
    
    
    .login-section a.logged-drname {
    display: inline-block;
    margin: 5px auto;
}
    
    
    
    
    .appoint {
        padding: 5px 2% 0 0;
    }

    
    .login-section .header-links-dropdown {

        width: auto;
        position: absolute;
        left: 50%;
        top: 33px;
        text-align: center;
        transform: translate(-50%);
    }
    .call-appoint .header-links-dropdown li{ display: block; min-width: 0;}
    .header-links-dropdown ul li a {
        background: #ccc;
        color: #000;
    }

    .header-links-dropdown ul li a:hover {
        background: #fff;
    }

    #btn_change_password {
        padding: 5px 5px !important;
    }

    #Menu-Container {
        position: relative;
        bottom: inherit;
        top: inherit;
        width: 100%;
        background: #0489ba;
        right: inherit;
    }

    .toggleMenu a span {
        background: #fff;
    }

    .toggleMenu a {
        color: #fff;
        text-align: left;
        padding-left: 60px;
    }

    .search-menu {
        width: 30px;
        height: 28px;
        right: 0px;
        left: inherit;
        top: 8px;
        z-index: 99;
    }

    .Wrapper.mobileMenu {
        width: 100%;
        left: 0px;
    }

    .search-text {
        background: #fff;
    }

    .search-cms.search-cms-display {
        left: -160px;
        top: -14px;
    }

    .search-link {
        background: url(/images/sprite-home.png) no-repeat 4px -93px;
        filter: invert(0);
    }

    .logo {
        text-align: center;
    }

    .call-appoint li::after {
        right: -10px;
    }

    #Banner #Slider1 li:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .4);
        z-index: 9;
    }

    .banner-content {
        z-index: 99;
        color: #fff;
        left: 0;
        right: 0;
        text-align: center;
    }

    .banner-content .banner-head {
        color: #fff;
    }

    .banner-content span.small-head {
        font-size: 16px;
        line-height: 22px;
    }

    .banner-content .banner-head {
        margin-top: 2px;
    }

    .skldl-appntmnt {
        top: inherit;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 10%;
    }

    .banner-content {
        top: 25%;
        bottom: 0px;
        margin: 0px auto 0px auto;
    }

    .banner-content.hoston-methd-ban {
        bottom: 0px;
        top: inherit;
        height: 180px;
    }

    .banner-content.hoston-methd-ban .banner-head {
        margin-bottom: 5px;
    }

    .banner-content .banner-head {
        margin-top: 2px;
        font-size: 26px;
        line-height: 32px;
    }

    /* Menu CSS */
    #Main-Menu {
        display: none;
    }

    #Content,
    #Sidebar {
        display: block;
    }

    #Sidebar {
        margin: 0px auto;
    }

    .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%;
    }

    #yrs-in .head-txt {
        font: 200 35px/41px muli, sans-serif;
    }

    #yrs-in {
        padding: 30px 5px 30px 5px;
    }

    #why-hstn-in .head {
        font: 200 35px/41px muli, sans-serif;
    }

    #why-hstn-in {
        padding: 30px 5px 30px 5px;
    }

    .why-hstn-list li .why-radio-img,
    .why-hstn-list li:nth-child(2n) .why-radio-img {
        left: 0px;
        right: 0px;
        margin: auto;
        width: 221px;
        height: 221px;
        top: -113px;
        bottom: inherit;
    }

    .why-hstn-list li .wht-bg a,
    .why-hstn-list li:nth-child(2n) .wht-bg a,
    .why-hstn-list li:nth-child(3) .wht-bg a,
    .why-hstn-list li:nth-child(5) .wht-bg a {
        padding: 115px 0px 30px 0%;
        text-align: center;
        width: auto;
    }

    .why-hstn-list li {
        margin-bottom: 140px;
    }

    #why-hstn-in .head {
        margin-bottom: 140px;
    }

    #Our-Speclst-In .head {
        font: 200 35px/41px muli, sans-serif;
    }

    #Our-Speclst-In {
        padding: 30px 0px 35px 0px;
    }

    #ptn-cr-con .head {
        font: 300 35px/41px muli, sans-serif;
    }

    #ptn-cr-in {
        padding: 35px 0px 35px 0px;
    }

    #ptn-cr-con .appmnt a {
        width: 315px;
    }

    #reviews-in .head {
        font: 200 35px/41px muli, sans-serif;
    }

    #Map-In .head {
        font: 200 35px/41px muli, sans-serif;
    }

    #Map-In .head {
        margin-bottom: 45px;
    }

    .loctn-list-cell,
    .map-foot {
        display: block;
        width: auto;
    }

    .loctn-list-cell::after,
    .map-foot::before {
        content: none;
    }

    .loctn-list-cell,
    .map-foot {
        border: 2px solid #0489ba;
    }

    #Map-In {
        padding: 35px 0px 0px 0px;
    }

    .speclst-list li .spclty-content {
        width: 100%;
        text-align: center;
        padding: 0px;
    }

    .speclst-list li .speclty-img,
    .speclst-list li:nth-child(2n+1) .speclty-img,
    .speclst-list li:nth-child(2n) .speclty-img {
        position: relative;
        left: inherit;
        right: inherit;
        position: static;
        margin-bottom: 20px;
    }

    .speclst-list li .learn-more {
        margin: 20px auto;
    }

    .speclst-list li .spclty-content {
        padding: 0px 3% 0px 3% !important;
    }

    .map-cell,
    .location-cell {
        display: block;
        width: auto;
        padding: 0px;
    }

    .patnt-review .reviewr-img {
        position: relative;
        margin: auto;
        left: inherit;
        top: inherit;
        bottom: inherit;
        right: inherit;
    }

    .patnt-review .review-content {
        width: auto;
        margin: 50px auto 0px auto;
        text-align: center;
    }

    .patnt-review .nav-butns {
        position: relative;
        bottom: inherit;
        clear: both;
        /* margin: 12px 0px 0px 0px; */
        padding: 30px 0px 0px 0px;
        text-align: center;
    }

    #reviews-in {
        min-height: inherit;
    }

    .testimnl-links {
        text-align: center;
    }

    .Intra-Tabs {
        position: relative;
        bottom: 40px;
    }

    .testimnl-links {
        margin: 20px 0px 0px 0px;
        margin-bottom: 10px;
    }

    .testimnl-links li {
        margin-bottom: 10px;
    }

    #reviews-in .head {
        margin-bottom: 30px;
    }

    #reviews-in .quotes-pic {
        display: none;
    }

    .patnt-review ul li .comments {
        font: 200 20px/30px muli, sans-serif;
        font-style: italic;
    }

    .patnt-review .slideNext,
    .patnt-review .slidePrev {
        width: 50px;
        height: 50px;
    }

    .patnt-review .slideNext::before {
        padding: 13px 0px 0px 4px;
    }

    .patnt-review .slidePrev::before {
        padding: 13px 4px 0px 1px;
    }

    .banner-content {
        font-size: 16px;
        line-height: 22px;
    }

    .banner-content.hoston-methd-ban .banner-head {
        font-size: 21px;
        line-height: 26px;
    }

    #Our-Speclst-In .head {
        margin-bottom: 30px;
    }

    .banner-content.hoston-methd-ban .banner-hstn-logo {
        filter: brightness(0)invert(1);
        position: relative;
        bottom: inherit;
        top: inherit;
        text-align: center;
        left: inherit;
        width: 100px;
        margin: auto;
        margin-top: 5px;
    }

    .contact-information,
    .contact-map {
        display: block;
        width: auto;
    }

    #Banner-Container-S h1 {
        font: 700 26px/36px Muli, sans-serif;
    }

    .right-img {
        width: auto;
        text-align: center;
        float: inherit;
        border: none;
    }

    .right-img img {
        border: 1px solid #ccc;
    }

    #Sidebar.our-radlgst-cell,
    .our-radiolist {
        display: block;
    }

    .dr-content-cell {
        display: block;
    }

    #Sidebar.our-radlgst-cell {
        display: none;
    }

    .textMain .Appnmnt-btns li {
        margin-bottom: 2%;
        width: 100%;
    }

    .acdmc-rdlgy-img {
        width: auto;
        float: inherit !important;
        text-align: center;
        margin: 20px 0px !important;
        border: none !important;
    }

    .acdmc-rdlgy-img img {
        border: 1px solid #ccc;
    }

    .textMain ul.service-lst-common li .dgn-raly-intr-img {
        float: inherit;
        text-align: center;
        margin: 20px;
    }

    .service-lst-common .srvc-lst-innr {
        text-align: center;
    }

    .textMain ul.service-lst-common li:nth-child(2n) .dgn-raly-intr-img {
        float: inherit;
        margin: 20px;
    }

    .inner-pg-ser-img {
        margin: 0px 0px 20px 20px;
    }

    #Header-Container {
        margin-bottom: 0px
    }

    .address-head a.mobile {
        display: block;
    }

    .address-head a.desktop {
        display: none;
    }

    .speclst-list li.Diagnostic-Radiology .dr-topic-table .table-cell,
    .speclst-list li.Diagnostic-Radiology .dr-topic-div {
        padding: 0px;
        display: block;
        padding: 0px 3% 0px 3%;
    }

    .speclst-list li .speclty-img,
    .speclst-list li:nth-child(2n+1) .speclty-img,
    .speclst-list li:nth-child(2n) .speclty-img {
        max-width: inherit;
        float: inherit;
        margin-left: 0px;
    }

    .reviewr-img {
        float: inherit;
        width: auto;
        right: inherit;
    }

    .patnt-review {
        float: inherit;
        width: auto;
        text-align: center;
    }

    .total-test-count {

        /* right: 0; */
        bottom: inherit;
        top: ;
        position: relative;
        top: -55px;
    }

    #reviews-in {
        padding: 50px 5px 40px 5px;
    }

    .reviewr-img::before,
    .reviewr-img,
    .Intra-Tabs,
    .total-test-count {
        display: none;
    }

    .textMain .prcdr-list-ir ul li {
        max-width: inherit;
        display: block;
    }

    .textMain .neuro-radialogy-specialists-new li {
        width: calc(50% - 20px) !important;
    }

    .textMain .neuro-radialogy-specialists-new {
        font-size: 0px;
    }

    .service-pic {
        width: auto;
        max-width: 500px;
        margin: 10px auto;
        float: inherit;
    }
    .chanpwd .form-control-btn.btn-default{ padding: 5px !important; }
}

@media screen and (max-width : 479px) {
    
   
    
    .testimonials-list li{
        width: 80%;
   
}

    .search-cms.search-cms-display {
        top: -5px;
    }

    .mobile-search {
        top: inherit;
        bottom: 10px;
        z-index: 9;
    }

    .search-cms {
        margin: 0px;
    }

    .search-cms.search-cms-display {
        left: -154px;
    }

    .search-text {
        background: #fff;
    }

    .call-appoint {
        padding-right: 0px;
    }

    .search-link {
        background: url(/images/sprite-home.png) no-repeat 7px -93px;
        filter: invert(0);
    }

    .menu-rect-wrap {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .appoint {
        padding: 15px 0% 0px 0px;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    .why-hstn-list li .title {
        font: 600 18px/25px muli, sans-serif;
    }

    .banner-content.hoston-methd-ban .banner-head {
        font-size: 18px;
        line-height: 20px;
    }

    .banner-content {
        top: 7%;
    }

    .banner-content .banner-head {
        font-size: 21px;
        line-height: 26px;
    }

    .Banner-Tabs {
        bottom: 0;
        left: 0;
        right: 0px;
        text-align: right;
    }

    .Banner-Tabs li {
        display: inline-block;
        width: 12px;
        height: 12px;
    }

    #why-hstn-in .head {
        font: 200 28px/38px muli, sans-serif;
    }

    .skldl-appntmnt {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 999999;
        top: inherit;
    }

    .skldl-appntmnt a {
        border-radius: 0px;
    }

    #Footer {
        padding: 45px 0px 60px 0px;
    }

    .banner-content {
        top: 21%;
    }

    .inner-pg-ser-img {
        margin: 0px 0px 20px 20px;
        width: 150px;
    }

    .textMain .neuro-radialogy-specialists-new li {
        width: auto !important;
        width: 100% !important;
        margin: 5px auto;
    }

    .login-form {

        padding: 20px !important;
    }

    .form-group-right {
        float: none;
        clear: both;
    }

    .returntologin {
        width: 180px !important;
    }

    .changepwd {
        width: 246px !important;
    }

}
