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

.loc-cl li {
    background: #010080;
    margin: 5px auto !important;
    padding: 10px;
    width: 50% !important;
    text-align: center !important;
    color: #fff;
}

.loc-cl li a {
    color: #fff;
    /* display: block;*/
    text-align: center !important;
    border: none;
    /*padding: 10px 0px 10px 15px;*/
    /* z-index: 1000;
    position: relative;
    margin: 0px;
    width: auto;*/
    font-size: 16px;
}

html {
    height: 100%;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img,
ul,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
input,
textarea,
select,
p,
li {
    color: #000;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
	
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-size: 100%;
    line-height: 1.1;
    max-height: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
}

img {
    max-width: 100%;
    border: 0;
}

ul li {
    list-style: none;
}

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

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.gridWrapper {
    margin: 0 auto;
    max-width: 1170px;
    position: relative;
}

.mainWrapper {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

span.mandatory {
    color: red;
}

.nodisp {
    display: none;
}


/* Slider CSS */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides>li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides>li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides>img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/* Scrolling CSS */

#flexiselDemo {
    display: none;
}

.nbs-flexisel-container {
    max-width: 100%;
    position: relative;
}

.nbs-flexisel-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 9999px;
}

.nbs-flexisel-inner {
    float: none;
    overflow: hidden;
    width: 95%;
    margin: 0 auto
}

.nbs-flexisel-item {
    cursor: pointer;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.nbs-flexisel-item img {
    cursor: pointer;
    position: relative;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    cursor: pointer;
    height: 47px;
    opacity: 0.5;
    position: absolute;
    width: 23px;
    z-index: 100;
    top: 35px!important;
}

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

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

#header {
    width: 100%;
    display: block;
    padding-top: 20px;
}

#header .logo {
    width: 70%;
    display: inline-block;
}

#header .logo p {
    float: left;
}

#header .logo a {
    display: inline-block;
}


/*#header .logo p.logohd1{margin-top: 30px;}*/

#header .logo p.logohd2 {
    float: right;
    margin-top: 30px;
}

#header .rightInfo {
    width: 220px;
    float: right;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px
}

#header .rightInfo li {
    display: inline-block;
    padding: 5px 10px;
    text-align: left;
    position: relative;
    margin: 4px 0;
    width: 100%;
}

#header .rightInfo li span.text,
#header .rightInfo li a {
    display: block
}

#header .rightInfo li.call {
    background-position: left center;
    background: url(/images/hd-cont.png) no-repeat 20px 8px;
    padding-left: 20px;
}

#header .rightInfo li.call a {
    margin-left: 25px;
}

#header .rightInfo li.loc {
    background-position: left center;
    background: url(/images/hd-cont.png) no-repeat 20px -27px;
    padding-left: 20px;
}

#header .rightInfo li.loc a {
    font-size: 16px;
    margin-left: 25px;
}

#header .rightInfo li.appontmnt {
    background: #d4dce0;
    font-weight: 600;
    font-size: 14px;
}

#header .rightInfo li.appontmnt a {
    color: #050505;
    text-align: center;
}

#header .rightInfo li a {
    font-size: 17px;
    font-weight: 700;
    color: #050505;
    text-align: left;
}

#header .rightInfo li span.text {
    font-size: 14px;
    font-weight: 400
}


/* Menu related css */

nav {
    position: relative;
    z-index: 9;
    margin: 16px 0px 0;
    height: auto;
    width: 100%;
    background: #fff;
    display: table;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#mobileMenu {
    display: none;
}

.menu {
    list-style: none;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
    display: block;
    float: left;
    width: 100%
}

.menu:after {
    clear: both;
}

.menu ul {
    list-style: none;
    margin: 0 auto;
    width: 100%;
}

.menu li {
    font-size: 17px;
    text-align: center;
    float: left;
    margin: 0;
    position: relative;
    width: calc(100%/6)
}

.menu>li>a {
    padding: 10px 0;
    margin: 0 0;
    color: #050505;
    display: block;
    border-bottom: solid 5px transparent;
    font-family: 'Poppins', sans-serif;
}

.menu li>a:hover,
.menu>li:hover>a {
    color: #fff;
    border-bottom: 5px solid #1f3277;
    background: #1f3277;
}

.menu li ul {
    position: absolute;
    left: 0%;
    padding: 0;
    background: #1f3277;
    display: none;
    width: 226px;
    top: 43px;
}

.menu li:hover>ul {
    display: block;
}

.menu li:hover>ul,
.menu li:focus>ul,
.menu li:focus-within>ul {
    display: block;
}

.menu li li ul {
    left: 100%;
    top: 30px;
    position: absolute;
}

.menu li li {
    position: relative;
    z-index: 1000;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    text-shadow: none;
    width: 100%;
}

.menu li li a {
    color: #fff;
    display: block;
    text-align: left;
    border: none;
    padding: 10px 0px 10px 15px;
    z-index: 1000;
    position: relative;
    margin: 0px;
    width: 100%;
    font-size: 16px;
}

.menu li li>a:hover,
.menu li li:hover>a {
    background: #fff;
    color: #000;
    border: none;
}

.menu li ul ul {
    top: 0;
    margin: -30px 0 0 0;
}

.menu li li li {
    text-align: left;
    background: #fff;
    z-index: 1000;
    margin: 0 0 0 0px;
}

.menu li li li a {
    padding: 12px 0px 12px 25px;
}

.menu li li li a:hover {
    padding: 12px 0px 12px 25px;
}

.menu li ul.doubleColumn {
    width: 630px;
    left: -200px;
}

.menu li ul.doubleColumn li {
    float: left;
    width: 315px;
}

.menu li ul.doubleColumn li:nth-child(2n+1) ul {
    left: -200px;
    width: 200px;
}

.menu li ul.doubleColumn li:nth-child(2n) ul {
    left: 100%;
    ;
    width: 200px;
}

.menu li ul.doubleColumn li:nth-child(2n+1) ul li {
    width: 100%;
}

.menu li ul.doubleColumn li:nth-child(2n) ul li {
    width: 100%;
}

#header .rightInfo .smo {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    float: left;
}

#header .rightInfo .smo {
    display: inline-block;
}

#header .rightInfo .smo li {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0 5px;
}

#header .rightInfo .smo li a {
    display: block;
    width: 29px;
    height: 29px;

}

#header .rightInfo .smo .fb a {
    /*background: url('/images/smo.png') no-repeat 15px center;*/
    background: url('/images/smo-upd.png') no-repeat 0px center;
}

#header .rightInfo .smo .tw a {
   /* background: url('/images/smo.png') no-repeat -27px center;*/
    background: url('/images/smo-upd.png') no-repeat -39px center;
	width: 24px;
}

#header .rightInfo .smo .li a {
    background: url('/images/smo.png') no-repeat -65px center;
}

#header .rightInfo .smo .yt a {
   /* background: url('/images/smo.png') no-repeat -100px center;*/
    background: url('/images/smo-upd.png') no-repeat -110px 0px;
}


/*Banner Styes*/

.banner #Banner {
    position: relative;
}

.banner .gridWrapper {
    height: 100%
}

#Banner .rslides li {
    height: 530px;
}
.drprof1 {
	width: 60%!important;
	top: 10px!important;
	left: 0px!important;
}
.mr-top {
	top:0px !important;
	width:90% !important;
	right:0px !important;
	left:0px !important;
}
#Banner .bannerContent {
    top: 40%;
    right: 4vw;
    position: absolute;
    z-index: 100;
    width: 565px;
}

#Banner .bannerContent .bannerHead {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 10px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    -webkit-text-stroke: 1px black;
    text-shadow: 3px 3px 0 #555251, -1px -1px 0 #555251, 1px -1px 0 #555251, -1px 1px 0 #555251, 1px 1px 0 #555251;
}

#Banner .bannerContent .bannerHead span {
    font-weight: 600;
    display: block;
    font-size: 27px;
}

#Banner .rslides li.banner0 {
    background: url('/images/hm-b1.jpg') no-repeat center center;
}

#Banner .rslides li.banner1 {
    background: url('/images/hm-b2.jpg')no-repeat center center;
}

#Banner .rslides li.banner2 {
    background: url('/images/hm-b3.jpg')no-repeat center center;
}

#Banner .rslides li.banner3 {
    background: url('/images/hm-b4.jpg')no-repeat center center;
}

#Banner .rslides li.banner4 {
    background: url('/images/hm-b5.jpg')no-repeat center center;
}
#Banner .rslides li.banner5 {
    background: url('/images/hm-b6.jpg')no-repeat center center;
}

#Banner .bannerTabs {
    bottom: 10px;
    right: 10%;
    position: absolute;
    z-index: 999;
}

#Banner .bannerTabs ul li {
    display: inline-block;
}

#Banner .bannerTabs ul li a {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%
}

#Banner .bannerTabs ul li.Banner_here a {
    width: 12px;
    height: 12px;
    background: #000;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%;
}

#BannerInner {
    position: relative;
}

#BannerInner .rslides li {
    height: 345px;
}

#BannerInner .rslides li .container {
    top: 40%
}

#BannerInner .bannerContent {
    left: 42%;
    position: absolute;
    z-index: 100;
    width: 570px;
    top: 40%
}

#BannerInner .bannerContent .bannerHead {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
    padding-left: 10px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    -webkit-text-stroke: 1px black;
    text-shadow: 3px 3px 0 #555251, -1px -1px 0 #555251, 1px -1px 0 #555251, -1px 1px 0 #555251, 1px 1px 0 #555251;
}

#BannerInner .bannerContent .bannerHead span {
    font-weight: 600;
    display: block;
    font-size: 27px;
}

#BannerInner .rslides li.banner0 {
    background: url('/images/ib1.jpg') no-repeat center center;
}

#BannerInner .rslides li.banner1 {
    background: url('/images/ib2.jpg') no-repeat center center;
}

#BannerInner .rslides li.banner2 {
    background: url('/images/ib3.jpg') no-repeat center center;
}

#BannerInner .rslides li.banner3 {
    background: url('/images/ib4.jpg') no-repeat center center;
}

#BannerInner .rslides li.banner4 {
    background: url('/images/ib5.jpg') no-repeat center center;
}
#BannerInner .rslides li.banner5 {
    background: url('/images/ib6.jpg') no-repeat center center;
}
#BannerInner .bannerTabs {
    bottom: 10px;
    right: 10%;
    position: absolute;
    z-index: 999;
}

#BannerInner .bannerTabs ul li {
    display: inline-block;
}

#BannerInner .bannerTabs ul li a {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%
}

#BannerInner .bannerTabs ul li.Banner_here a {
    width: 12px;
    height: 12px;
    background: #000;
    display: inline-block;
    margin-right: 4px;
    border-radius: 50%;
}

#controls,
#controls1,
#controls2,
#controls3 {
    right: 2%;
    bottom: 10px;
    margin-top: 0;
    position: absolute;
    z-index: 999;
    width: 115px;
}

#controls1 {
    bottom: -35px;
}

#controls2 {
    bottom: -8px;
}

#controls li.prev,
#controls1 li.prev,
#controls2 li.prev,
#controls3 li.prev {
    display: inline-block !important;
    position: relative
}

#controls li.next,
#controls1 li.next,
#controls2 li.next,
#controls3 li.next {
    display: inline-block !important;
    position: relative
}

#controls li,
#controls1 li,
#controls2 li,
#controls3 li {
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    background: none repeat scroll 0 0;
    background: transparent;
    top: 0!important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    text-indent: inherit !important;
    height: 30px !important;
    width: 30px !important;
}

#controls li.pause,
#controls1 li.pause,
#controls2 li.pause,
#controls3 li.pause {
    display: none;
}

#controls li a,
#controls1 li a,
#controls2 li a,
#controls3 li a {
    background: none !important;
    position: relative !important;
    top: auto !important;
    width: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    text-indent: inherit !important;
}

.h2fnt {
    line-height: 1.1;
}

.h2fnt span {
    font-size: 19px;
    line-height: 1.1;
}

#sbmenu .menu {
    display: block;
    border: 1px solid #bababa;
    margin: 30px 0 0;
    float: left;
    width: 100% !important;
}

#sbmenu .menu li ul {
    display: block !important;
    background: none;
    position: static !important;
    width: 100% !important;
    margin-top: 12px;
}

#sbmenu .menu li {
    width: 100% !important;
}

#sbmenu>.menu>li>a {
    border-bottom: 1px solid #000;
}

#sbmenu .menu li ul li {
    width: 100% !important;
}

#sbmenu .menu li li a {
    color: #000 !important;
}

#sbmenu .menu li li>a:hover,
#sbmenu .menu li li:hover>a {
    background: none !important;
}

#sbmenu>.menu>li.activeUl1>a {
    color: #010080;
}

#sbmenu .activeLi {
    background: #010080;
}

#sbmenu .menu li li.activeLi a {
    color: #fff !important;
}


/* cpmenu style */

.cpmenu .pane h2 {
    display: none;
}

.cpmenu .pane hr {
    display: none;
}

.cpmenu .accordion .pane {
    background: none;
}

.cpmenu .accordion h2.current::after {
    display: none;
}

.cpmenu .accordion h2::after {
    display: none;
}

.cpmenu .accordion h2 {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.cpmenu ul.contentList li a:hover {
    color: #fff;
}


/* cpmenu style  end */


/* index page */

#section1 {
    width: 100%;
    background: #d2d8dd url(/images/hm-ser-bg.jpg) repeat;
    padding: 60px 0 70px;
    position: relative;
    height: 420px;
}

#section1 .s1hd {
    width: 120px;
    text-align: center;
    background: url(/images/hm-ser-bg.jpg) repeat;
    padding: 6px 20px;
    margin: 0 auto;
    display: table;
    position: relative;
    top: 20px;
    text-transform: uppercase;
    color: #050505;
}

.s1List {
    border: 5px solid #e9eef0;
    padding: 15px 12px 15px 35px;
    width: 800px;
    float: right;
}

.s1List li a {
    border: 1px solid #b4bdbf;
    float: left;
    width: 33%;
    padding: 40px 0 40px 95px;
    color: #050505;
    font-size: 15px;
}

.s1List li a:hover,
.s1List li.homeSer_here a {
    color: #1f3277;
}

.s1List li.sh a {
    background: url(/images/hm-ser.png) no-repeat 0 0;
    border-width: 0px 1px 1px 0px;
}

.s1List li.hi a {
    background: url(/images/hm-ser.png) no-repeat 0 -104px;
    border-width: 0px 1px 1px 0px;
}

.s1List li.el a {
    background: url(/images/hm-ser.png) no-repeat 0 -215px;
    border-width: 0px 0px 1px 0px;
}

.s1List li.kn a {
    background: url(/images/hm-ser.png) no-repeat 0 -299px;
    border-width: 0px 1px 0px 0px;
}

.s1List li.an a {
    background: url(/images/hm-ser.png) no-repeat 0 -402px;
    border-width: 0px 1px 0px 0px;
}

.s1List li.sm a {
    background: url(/images/hm-ser.png) no-repeat 0 -512px;
    border-width: 0px 0px 0px 0px;
}

.s1List li.sh:hover a,
.s1List li.sh.homeSer_here a {
    background: url(/images/hm-ser-h.png) no-repeat 0 0;
}

.s1List li.hi:hover a,
.s1List li.hi.homeSer_here a {
    background: url(/images/hm-ser-h.png) no-repeat 0 -104px;
}

.s1List li.el:hover a,
.s1List li.el.homeSer_here a {
    background: url(/images/hm-ser-h.png) no-repeat 0 -215px;
}

.s1List li.kn:hover a,
.s1List li.kn.homeSer_here a {
    background: url(/images/hm-ser-h.png) no-repeat 0 -299px;
}

.s1List li.an:hover a,
.s1List li.an.homeSer_here a {
    background: url(/images/hm-ser-h.png) no-repeat 0 -402px;
}

.s1List li.sm:hover a,
.s1List li.sm.homeSer_here a {
    background: url(/images/hm-ser-h.png) no-repeat 0 -512px;
}

.s1ser {
    width: 320px;
    float: left;
    position: absolute;
    top: -25px;
    left: 70px;
}

.s1ser ul {
    width: 100%;
}

.s1ser ul li {
    width: 100%;
    position: relative;
    background: url(/images/ser-hor-br.png) repeat top center;
    padding: 10px;
}

.s1ser ul li div {
    height: 270px;
    position: relative;
}

.s1ser ul li>div ul {
    margin-left: 20px;
}

.s1ser ul li>div ul li {
    background: none;
    height: 0;
    margin: 10px 0;
}

.s1ser ul li p.hdr {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 0;
}

.s1ser ul li>div ul li a {
    color: #fff;
    font-size: 15px;
}

.s1ser ul li>div ul li:before {
    font-family: "FontAwesome";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
    margin-left: -1.3em;
    width: 1.3em;
}

.hm-sr {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    background: #050505;
    text-align: center;
    padding: 12px 0;
}

.hm-sr a {
    width: 100%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
}

.s1ser ul li.s1ser2 div {
    background: url(/images/shoulder-tab.png) no-repeat -15px 0;
}

.s1ser ul li.s1ser1 div {
    background: url(/images/hip-tab.png) no-repeat 0px 0;
}

.s1ser ul li.s1ser3 div {
    background: url(/images/elbow-tab.png) no-repeat 0px 0;
}

.s1ser ul li.s1ser4 div {
    background: url(/images/knee-tab.png) no-repeat 0px 0;
}

.s1ser ul li.s1ser5 div {
    background: url(/images/ankle-tab.png) no-repeat 0px 0;
}

.s1ser ul li.s1ser6 div {
    background: url(/images/sports-medicine-tab.png) no-repeat 0px 0;
}

.s1ser6 p {
    color: #fff;
    margin: 0 5px;
    line-height: 1.4;
    font-size: 15px;
}

.s1ser ul li.s1ser6 p.hdr {
    padding: 12px 0;
}

.s1ser6 p.hm-sr {
    margin: 0;
}

#section2 {
    background: url(/images/hm-dr.jpg) no-repeat right center;
    height: 550px;
}

.drpic {
    float: left;
    width: 50%;
    position: relative;
    height: 550px;
}

.drpic img {
    height: 500px;
    position: absolute;
    right: -40px;
    bottom: 0px;
}

.drprof {
    width: 48%;
    float: left;
    position: relative;
    top: 50px;
    left: 125px;
}

.dr_hd {
    color: #fff;
    font-size: 45px;
    margin: 20px 0 40px 20px;
    font-weight: normal;
}

.dr-rd {
    background: #1f3277;
    padding: 10px 20px;
    width: auto;
    display: table;
}

.dr-rd a {
    color: #fff;
}

.drprof h1 {
    color: #fff;
    font-size: 42px;
    line-height: 0.7;
}

.drprof h1 span {
    color: #bebebe;
    font-size: 19px;
}

.drprof p.drdesc {
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
    margin: 20px 0 35px;
}


/*.bag{
    border: 1px solid #1f3277;
    border-left: none;
    padding: 5px;
}
.fr-patient p{
    margin: 10px auto;
}*/

.drprof.fr-patient p {
    margin: 15px auto;
}

.fr-patient .bag {
    border: 1px solid #ccc;
    border-left: none;
    padding: 5px;
}

.dr_hd span {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 82px;
}

#section3 {
    background: url(/images/hm-ortho-bg.jpg) no-repeat top center;
    height: 409px;
}

.ortho {
    float: right;
    margin: 60px 30px 0 0;
    width: 350px;
}

.ortho h2 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: normal;
    margin-bottom: 40px;
}

.ortho ul li {
    margin-bottom: 25px;
}

.ortho ul li a {
    display: block;
    color: #fff;
    background: #1f3277;
    box-shadow: -5px -5px #f7e5cf;
    padding: 11px 0 11px 20px;
    font-size: 16px;
}

.ortho ul li:hover a {
    color: #fff;
    background: #383a3b;
}

.news {
    background: #fff;
    position: relative;
    height: 550px;
    padding: 30px 0;
}

.news h2.hd {
    font-family: 'Poppins', sans-serif;
    position: relative;
    top: 30px;
    left: 145px;
    display: table;
    color: #000;
}

.drprof p.drdesc a {
    color: #fff;
}

.newspic {
    width: 440px;
    float: left;
    height: 330px;
    position: relative;
    top: 50px;
    left: 60px;
}

.newspic img {
    border: 3px solid #c2c2c2;
}

.newsdesc {
    border: 5px solid #e7e7e7;
    float: left;
    padding: 25px 20px 0px 100px;
    width: 700px;
}

.newsdesc p.news_rd {
    float: right;
    text-align: center;
    background: #1f3277;
    position: relative;
    bottom: 0;
    right: 0px;
    margin: 30px 0 10px;
    padding: 7px 15px;
}

.news_rd a {
    width: 100%;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}

.newsdesc h2 {
    font-weight: normal;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.newsdesc p {
    line-height: 1.5;
    margin-bottom: 8px;
    font-size: 16px;
}

#section5 {
    background: url(/images/hmpr-bg.jpg) repeat top center;
    padding: 35px 0 60px;
    height: 250px;
}

.hmpr ul {
    width: 100%;
    float: left;
}

.hmpr ul li {
    float: left;
    width: 180px;
    text-align: center;
    border-right: 1px solid #c8c9c9;
    height: 100%;
}

.hmpr .hd {
    text-align: center;
    display: block;
    font-size: 35px;
    margin: 4px 0 30px;
    color: #333333;
}

.hmpr ul li a {
    width: 100%;
    color: #333333;
    font-size: 17px;
    padding: 70px 0 15px 0;
    display: block;
}

.hmpr ul li:last-child {
    border: none;
}

.hmpr ul li.pf a {
    background: url(/images/hm-pr-h.png) no-repeat 72px 0;
}

.hmpr ul li.fv a {
    background: url(/images/hm-pr-h.png) no-repeat -124px 0;
}

.hmpr ul li.ev a {
    background: url(/images/hm-pr-h.png) no-repeat -327px 0;
}

.hmpr ul li.ii a {
    background: url(/images/hm-pr-h.png) no-repeat -530px 0;
}

.hmpr ul li.po a {
    background: url(/images/hm-pr-h.png) no-repeat -735px 0;
}

.hmpr ul li.ap a {
    background: url(/images/hm-pr-h.png) no-repeat -929px 0;
}

.hmpr ul li.pf:hover a {
    background: url(/images/hm-pr.png) no-repeat 72px 0;
}

.hmpr ul li.fv:hover a {
    background: url(/images/hm-pr.png) no-repeat -124px 0;
}

.hmpr ul li.ev:hover a {
    background: url(/images/hm-pr.png) no-repeat -327px 0;
}

.hmpr ul li.ii:hover a {
    background: url(/images/hm-pr.png) no-repeat -530px 0;
}

.hmpr ul li.po:hover a {
    background: url(/images/hm-pr.png) no-repeat -735px 0;
}

.hmpr ul li.ap:hover a {
    background: url(/images/hm-pr.png) no-repeat -929px 0;
}

#section6 {
    background: #000;
    padding: 30px 0 40px;
}

.testiWrapper .hd {
    text-align: center;
    display: block;
    font-size: 35px;
    margin: 4px 0 30px;
    color: #fff;
}

.testi {
    position: relative;
}

.testiWrapper {
    position: relative;
}

.tpara {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
    height: 50px;
}

.testi #controls3 img {
    display: none;
}

.testi #controls3 li a {
    height: 8px !important;
    width: 12px !important;
    position: absolute !important;
}

.testi #controls3 li.prev a {
    background: url(/images/hm-lt-arw.png) no-repeat center !important;
    left: -20px !important;
}

.testi #controls3 li.next a {
    background: url(/images/hm-rt-arw.png) no-repeat center !important;
    left: 32px !important;
}

.testi #controls3 {
    right: 40%;
    bottom: -64px;
}

.q-lt {
    position: absolute;
    left: 200px;
    top: -70px;
}

.q-rt {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.rdtesti {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.rdtesti a {
    margin: 0 20px;
    color: #fff;
}

.locWrapper {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    height: 459px;
}

.locWrapper .hd {
    text-align: center;
    display: block;
    font-size: 35px;
    margin: 15px 0;
    color: #000;
    position: relative;
    z-index: 5;
    line-height: 45px;
    clear: both;
}

.loc li {
    height: 459px;
    width: 100%;
    transition: none !important;
}

.loc .l1 {
    background: url(/images/conway-bg.jpg) no-repeat top center;
}

.loc .l2 {
    background: url(/images/hot-springs.jpg) no-repeat top center;
}

.loc .l3 {
    background: url(/images/hot-springs-location.jpg) no-repeat top center;
}

.loc .l4 {
    background: url(/images/ruselvile-bg.jpg) no-repeat top center;
}

.ladrs {
    float: right;
    width: 300px;
    margin: -435px 30px 0 0;
    position: relative;
    right: 0;
    z-index: 9;
}

.ladrs li {
    position: relative;
    margin: 2px 0;
    cursor: pointer;
}

.ladrs li:hover,
.ladrs li.homeLoc_here {
    width: 100%;
}

.ladrs li:hover a,
.ladrs li.homeLoc_here a {
    display: block;
    font-size: 14px;
    letter-spacing: .25px;
    color: #fff;
    background: #383a3b;
    padding: 0px 5px 5px 15px;
}

.ladrs li:hover a .hmadrs,
.ladrs li.homeLoc_here a .hmadrs {
    display: block;
    font-size: 14px;
    letter-spacing: .25px;
    color: #fff;
    width: 100%;
    background: #383a3b;
    text-align: left;
    padding: 0px 7px;
}

.ladrs li:hover div::before,
.ladrs li.homeLoc_here div::before {
    content: "";
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #383a3b transparent transparent;
    position: absolute;
    left: -3%;
    top: 30%;
}

.ladrs li.rtarw:hover div::before,
.ladrs li.rtarw.homeLoc_here div::before {
    content: "";
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #383a3b transparent transparent;
    position: absolute;
    left: 99%;
    top: 30%;
    transform: rotate(55deg);
}

.ladrs li span {
    display: block;
    width: 30%;
    background: #1f3277;
    text-align: center;
    color: #fff;
    padding: 12px 7px;
}

.ladrs li.rtarw span {
    float: right;
}

.ladrs li.rtarw .hmadrs {
    float: none;
}

.ladrs li div {
    display: block;
    width: 100%;
    position: absolute;
}

.ladrs li:hover span,
.ladrs li.homeLoc_here span {
    display: none;
}

.ladrs li a {
    display: none;
    color: #fff;
    line-height: 1.1;
    padding: 10px 0;
}

.ladrs li a strong {
    line-height: 1.5;
    font-size: 16px;
    padding: 0px 7px;
}

/*.ladrs li.ad1 div {
    top: 130px;
    left: -350px;
}*/

.ladrs li.ad2 div {
    top: 272px;
    left: -461px;
}

.ladrs li.ad3 div {
   top: 212px;
    left: -400px;
}
/*
.ladrs li.ad4 div {
    top: 97px;
    left: -808px;
}*/

.cplanding ul {
    display: block;
    float: left;
    width: 100%;
}

.cplanding ul li {
    background: none;
    text-align: center;
    float: left;
}

.cplanding ul li a {
    display: block;
    padding: 20px 10px 15px;
    width: 300px;
    border: 1px solid #1f3277;
    margin: 30px 2%;
}

.cplanding ul li a span {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
}

.cplanding ul li:hover a span {
    color: #000;
}


/* content list */

article ul.contList li {
    float: left;
    line-height: 1.4;
    width: 48%;
    margin: 20px 1%;
    padding-left: 0;
    text-align: center;
}

article ul.contList li:before {
    display: none;
}

article ul.contList li a {
    display: block;
    color: #000;
    padding: 10px 0;
    background: #f1f1f1;
    margin: 2px 0;
}

article ul.contList li a:hover {
    color: #fff;
    background: #1f3277;
}

article ul.contList li.odd {
    float: none;
    margin: 10px auto;
    clear: both;
}

article ul.contentList li {
    float: left;
    line-height: 1.4;
    width: 44%;
    margin: 20px 2%;
    padding-left: 0;
    text-align: center;
    background: none;
}

article ul.contentList li.odd {
    float: none;
    margin: 10px auto;
    clear: both;
}

article ul.contentList li:before {
    display: none;
}

article ul.contentList li a {
    display: block;
    position: relative;
    transition: color 0.25s ease;
    border: 1px solid #bababa;
    color: #000;
    padding: 10px 0;
    margin: 2px 0;
}

article ul.contentList li a:hover {
    color: #fff;
}

article ul.contentList li a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1f3277;
    transform-origin: left;
    transition: width 0.25s ease;
    z-index: -1;
}

article ul.contentList li a:hover::after {
    width: 100%;
}


/* content list end */


/* pat res list */

.patresList li {
    float: left;
    line-height: 1.4;
    width: 46%;
    margin: 8px 1%;
    padding: 0;
    height: 53px;
}

.patresList li:before {
    display: none;
}

.patresList li a {
    display: block;
    color: #000;
    padding: 0 12px 0 25px;
    margin: 2px 0;
    background: #dcdcdc;
    height: 100%;
    line-height: 50px;
}

.patresList li a:hover {
    color: #000;
}

.patresList li a span {
    display: inline-block;
    height: 60px;
    width: 40px;
    float: left;
    margin-right: 25px;
}

.patresList li a:hover span {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
}

.patresList li.odd {
    float: none;
    margin: 10px auto;
    clear: both;
}

.patresList li.pf1 a span {
    background: url(/images/sb-pres.png) no-repeat 0 13px;
}

.patresList li.fv1 a span {
    background: url(/images/sb-pres.png) no-repeat 0 -54px;
}

.patresList li.ev1 a span {
    background: url(/images/sb-pres.png) no-repeat 0 -128px;
}

.patresList li.ii1 a span {
    background: url(/images/sb-pres.png) no-repeat 0 -201px;
}

.patresList li.po1 a span {
    background: url(/images/sb-pres.png) no-repeat 0 -273px;
}

.patresList li.pt1 a span {
    background: url(/images/sb-pres.png) no-repeat 0 -339px;
}

.patresList li.ap1 a span {
    background: url(/images/sb-pres.png) no-repeat 0 -398px;
}


/* pat res list end */

.testimonialSub a {
    float: right;
    width: auto;
    padding: 12px 10px;
    background: #1f3277;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.knw a {
    float: left;
    width: auto;
    padding: 12px 10px;
    background: #1f3277;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.midpic {
    text-align: center;
    margin: 10px 0;
}

.midpic img {
    border: 1px solid #1f3277;
}


/*Footer Styles*/

footer {
    width: 100%;
    background: #040304;
    /*padding: 70px 0 8px;*/
	padding: 70px 0 76px;
    float: left;
}

.footer_c1 {
    width: 200px;
    float: left;
    margin: 0 15px 0 20px;
}

.footer_c2 {
    width: 250px;
    float: left;
    margin: 0 15px;
}

.footer_c3 {
    width: 300px;
    float: left;
    margin: 0 15px;
}

.footer_c4 {
    width: 300px;
    float: left;
    margin: 0 0 0 15px;
}

.footer_c1 p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer_c1 ul li a {
    color: #fff;
    font-size: 16px;
}

.footer_c1 ul li {
    margin: 15px 0;
}

.footer_c2 p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer_c2 ul li a {
    color: #fff;
    font-size: 16px;
}

.footer_c2 ul li {
    margin: 15px 0;
}

.footer_c3 p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer_c3 ul li a {
    color: #fff;
    font-size: 16px;
}

.footer_c3 ul li {
    margin: 15px 0;
}

.footer_c4 .openhr {
    display: block;
}

.footer_c4 .openhr p {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.2;
}

.footer_c4 .openhr p span {
    font-size: 17px;
    text-transform: none;
}

.footer_c4 .c4_cont {
    display: block;
    margin: 20px 0;
}

.footer_c4 .c4_cont p {
    color: #fff;
    line-height: 1.6;
    font-size: 15px;
}

.footer_c4 .c4_cont p.hd {
    text-transform: uppercase;
    font-size: 20px;
}

.footer_c4 .c4_cont p a {
    font-size: 15px;
    color: #fff;
}

.copyrights {
    margin-bottom: 20px;
}

.copyrights p {
    color: #fff;
    line-height: 1.3;
    font-size: 16px;
}

.copyrights p span {
    font-size: 15px;
}

.footer_c5 {
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 0 10px;
}

.footer_c5 div {
    float: left;
    text-align: center;
}

.footer_c5 div.copyrights {
    width: 60%;
}

.footer_c5 div.ypo {
    width: 40%;
}


/*Accordion styles*/

.pane li {
    background: none;
    line-height: 1.5;
}

.accordion h2 {
    cursor: pointer;
    position: relative;
    clear: both;
    padding: 15px 20px 15px 2px;
    border-bottom: dotted 1px #ccc;
    color: #000;
    font-size: 20px;
}

.accordion h2.current {
    color: #1f3277;
}

.accordion h2:after {
    position: absolute;
    content: '';
    right: 2px;
    top: 12px;
    width: 39px;
    height: 40px;
    background: url('/images/list-plus.png') no-repeat 0 0;
}


/*to make image '+' or '-' Black use this style  .accordion h2:after{filter: invert(100%);} */

.accordion h2.current:after {
    position: absolute;
    content: '';
    right: 2px;
    top: 12px;
    width: 39px;
    height: 40px;
    background: url('/images/list-minus.png') no-repeat 0 0;
}

.accordion .pane {
    background: #f3f3f3;
    padding: 10px;
    box-sizing: border-box;
    border-top: 3px solid #1f3277;
    margin-bottom: 10px;
    display: none;
    float: left;
    width: 100%
}

.accordion .pane * {
    color: #000;
}


/*Accordion styles end */

.pcol2 {
    border-bottom: solid 1px #eee;
    padding: 10px 0;
}

.pcol2 li {
    vertical-align: middle;
    display: inline-block;
}

.pcol2 li:before {
    display: none;
}

.pcol2 li:nth-child(1) {
    width: 30%;
    text-align: center;
}

.pcol2 li:nth-child(2) {
    width: 50%;
    text-align: center;
}


/* contact us */

.office_list {
    float: left;
    width: 100%;
    margin: 5px 0 20px;
}

.offce {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: auto;
    margin: 20px 0;
}

.offce:hover {
    border: 1px solid #777;
}

.offce .hd {
    padding: 0;
}

.offce .hd a {
    background: #1f3277;
    display: block;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
}

.offce .adrslt {
    width: 60%;
    float: left;
}

.offce .adrsrt {
    float: left;
    width: 38%;
    padding: 15px 0;
}

.offce .adrsrt iframe {
    float: right;
    margin-right: 30px;
    border: 1px solid #777;
    width: 370px;
    height: 225px;
}

.offce .adrs1 {
    margin: 0 10px;
}

.offce .adrs2 {
    margin: 0 10px;
}

.adrswebsite {
    margin: 15px 10px 35px;
}

.adrswebsite p {
    padding: 0;
    float: left;
    text-align: center;
    width: 46%;
}

.adrswebsite p.wbml {
    text-align: left;
}

.adrswebsite p.wbst {
    text-align: left;
    float: left;
}

.offce .adrs2 .drive2 a i {
    margin-right: 5px;
}


/*.offce:hover .adrslt .fa{animation: fa-spin 2s infinite linear;}*/

.offce .adrslt p:hover .fa,
.offce .adrslt .adrs1 .street:hover:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.ophr {
    width: 100%;
    display: block;
    border-top: 1px solid #282828;
    padding: 20px 0 0;
    text-align: center;
    font-size: 20px !important;
}

.adrs1 .street {
    margin-left: 15px;
}

.adrs1 .street:before {
    content: "\f041";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    width: 1.1em;
}

.loc_adrs {
    border: 1px solid #ccc;
}

.loc_adrs .adrs1 {
    float: left;
    margin-bottom: 20px;
    padding-left: 50px;
}

.loc_adrs .adrs2 {
    float: right;
    margin-bottom: 20px;
    padding-right: 50px;
}

.offce .adrs2 .addressPhone2 {
    display: none;
}

.offce .adrs2 .addressPhone1 {
    display: none;
}

.loc_adrs .adrswebsite {
    float: left;
    border: 1px solid #000;
    padding: 10px;
    width: 100%;
    margin-top: 20px;
}

.loc_adrs .adrswebsite p {
    float: left;
    margin: 5px 2%;
    padding: 0;
    text-align: center;
    width: 44%;
}

.loc_adrs .map1 {
    clear: both;
    display: block;
    width: 90%;
    height: 400px;
    margin: 20px auto;
    border: 1px solid #ccc;
}

.loc_adrs .drive2 {
    float: none;
    display: block;
    clear: both;
    text-align: center;
}

.we-are-on-fb a {
    width: 100%;
    display: block;
    margin: 0 0 50px 0;
    text-align: center;
    float: left;
    font-size: 27px;
    border-bottom: 1px solid #282828;
    border-top: 1px solid #282828;
    padding: 14px 0;
}

.we-are-on-fb a span {
    margin-left: 10px;
    font-size: 40px;
}

.content-button2 {
    width: 100%;
    display: block;
    margin: 0 0 40px 0;
}

.content-button2 ul li a.patient-contact {
    background: #1f3277 url(/images/pdf-26.png) no-repeat 20px 16px;
}


/*.content-button2 ul li:hover a.patient-contact {background:url(/images/pdf-26.png) no-repeat 15px 12px;}*/

.content-button2 ul li a.appointment-contact {
    background: #1f3277 url(/images/appointment_icon1.png) no-repeat 20px 16px;
}


/*.content-button2 ul li:hover a.appointment-contact {background: url(/images/appointment_icon1.png) no-repeat 15px 12px;}*/

.content-button2 ul li a {
    float: left;
    width: 215px;
    padding: 10px 0 10px 50px;
    margin: 5px 10px;
    color: #fff;
}

.content-button2 ul li:hover a {
    color: #fff;
}

.content-button2 ul li::before {
    content: none;
}

.adrsphn {
    margin: 10px 10px 20px;
    border-top: 1px solid #282828;
}

.adrsphn p {
    float: left;
    width: 46%;
    margin: 10px 0;
    text-align: center;
}


/*.adrsphn p.addressPhone1{text-align: left;}*/

.adrsphn p.addressPhone1 {
    text-align: left;
}

.adrsphn p.addressPhone2 {
    text-align: left;
}


/*.adrsphn p.addressPhone2{text-align: right;}*/

.office_adrs {
    float: left;
    width: 100%;
}

.office_adrs .content-button2 {
    float: left;
    width: 100%;
    margin: 20px 0;
    border-top: 1px solid #282828;
}

.office_adrs .content-button2 li {
    float: left;
    width: 46%;
    background: none;
    padding: 0;
}

.office_adrs .content-button2 li a {
    margin: 2px 10px;
}

.office_adrs .offadrs .adrslt {
    width: 350px;
    float: left;
}

.office_adrs .offadrs .adrslt p:hover .fa,
.office_adrs .offadrs .adrslt .adrs1 .street:hover::before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.office_adrs .offadrs .adrsrt {
    float: left;
    margin-left: 20px;
}

.office_adrs .offadrs .adrswebsite p {
    padding: 0;
    float: none;
    text-align: center;
    width: 96%;
    margin: 10px 0 0;
    text-align: left;
    float: left;
}

.office_adrs .offadrs .adrswebsite {
    margin: 0;
}

.office_adrs .offadrs {
    border: 1px solid #777;
    float: left;
    padding: 10px;
}

.office_adrs .offadrs .adrsrt iframe {
    float: right;
    margin-right: 0px;
    border: 1px solid #ccc;
    width: 450px;
    height: 320px;
}


/* getimage style */

ul.image-explore li a {
    background: none !important;
    padding: 0 !important;
}

ul.image-explore li a:hover {
    background: none !important;
    color: #000;
}

ul.image-explore li {
    padding: 10px 0 !important;
    margin: 0;
    width: 96% !important;
    text-align: left !important;
    position: relative !important;
    background: none !important;
    border-bottom: 1px dashed #050505;
}

ul.content-explore .dataAppend a {
    text-align: right !important;
    display: inline-block !important;
    width: auto !important;
    padding: 10px !important;
    background: #1f3277 !important;
    color: #fff;
    font-size: 14px;
    margin: 2px 4px;
}

ul.content-explore .dataAppend a:hover {
    color: #fff;
    background: #1f3277 !important;
}

ul.content-explore li a:hover {
    color: #000 !important;
}

ul.content-explore .dataAppend {
    position: relative;
    z-index: 9999;
    padding: 10px 0;
    box-sizing: border-box;
    color: #fff;
    text-align: right;
}

ul.content-explore .dataAppend p {
    margin: 0 !important;
    color: #000;
    text-align: left;
}

ul.image-explore li span {
    padding: 10px;
    position: relative;
    overflow: hidden;
    z-index: 999;
    width: 150px;
    float: left;
    height: 150px;
    margin-right: 10px;
    border: 3px double #000000;
}

ul.image-explore li span img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* getimage style end */

.rdnw {
    float: right;
    text-align: center;
    clear: both;
}

.rdnw a {
    color: #000;
    display: block;
    background: #c0c2c4;
    padding: 10px;
    border-radius: 10px;
}

.rdnw a::before {
    font-family: "FontAwesome";
    content: "\f067";
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
    color: #000;
    font-size: 11px;
}


/* Main Content related css */

main {
    position: relative;
    display: table;
    margin-bottom: 30px;
    width: 100%;
}

article {
    float: left;
    width: calc(100% - 300px);
    padding-left: 5px;
}

aside {
    float: right;
    width: 270px;
    margin: 30px 0;
    position: relative
}

article h1 {
    font-size: 30px;
    line-height: 1.5;
    padding: 15px 0 0 0;
    color: #1f3277;
}

article h2 {
    font-size: 24px;
    line-height: 1.5;
    padding: 10px 0 0 0;
    color: #1f3277;
}

article h3 {
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 0 0 0;
    color: #050505;
}

article p {
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 0 0 0;
}

article a {
    color: #005a98;
    font-weight: bold;
}

article ul {
    padding: 15px 0 0 0;
}

article h2+p,
article h3+p,
article h2+img+p,
article h3+img+p,
article h2+ul,
article h3+ul {
    padding: 3px 0 0 0;
}

article ul ul {
    margin: 0px 0 5px 15px;
}

article ul li {
    padding: 4px 0 4px 15px;
    font-size: 16px;
    list-style: none;
    margin: 0 0 0 18px;
    background: url('/images/arrow-list.png') no-repeat left 11px;
    line-height: 1.4;
}


/* Breadcrumbs button related css */

.breadcrumbs {
    padding: 20px 0 0px 0;
    color: #004880;
    font-size: 14px;
}

.breadcrumbs a {
    color: #424242;
}

.breadcrumbs a:hover {
    color: #005a98;
}


/* Pdf,Doc,PPT related css */

article li a[href$=".pdf"]:before,
article li a[href$=".docx"]:before,
article li a[href$=".doc"]:before,
article li a[href$=".xlsx"]:before,
article li a[href$=".ppt"]:before,
article li a[href$=".csv"]:before,
article li a[href$=".xls"]:before {
    position: relative
}

article li a[href$=".pdf"]:before,
article li a[href$=".docx"]:before,
article li a[href$=".doc"]:before,
article li a[href$=".xlsx"]:before,
article li a[href$=".ppt"]:before,
article li a[href$=".csv"]:before,
article li a[href$=".xls"]:before {
    background: #fff;
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 21px;
    display: inline-block;
    margin-left: -1em;
    width: 1.3em;
    color: #f00;
}

article li a[href$=".docx"]:before,
article li a[href$=".doc"]:before {
    content: "\f1c2";
    color: aqua
}

article li a[href$=".xlsx"]:before,
article li a[href$=".xls"]:before,
article li a[href$=".csv"]:before {
    content: "\f1c3";
    color: green
}

article li a[href$=".ppt"]:before {
    content: "\f1c4";
    color: orangered
}


/*sidebar styles*/

aside {
    float: right;
    width: 280px;
    margin: 30px 0;
    position: relative;
}

.sb_profile {
    display: block;
}

.sb_profile p {
    color: #050505;
    font-weight: 600;
    font-size: 25px;
    display: block;
    margin-bottom: 15px;
}

.sb_profile a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    display: block;
    background: #1f3277;
    padding: 15px 0px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 5px;
}

.sb_ser {
    display: block;
    border: 1px solid #bababa;
    margin: 30px 0 60px;
    float: left;
    width: 100%;
}

.sb_ser .head {
    text-align: center;
    border-bottom: 1px solid #bababa;
}

.sb_ser .head a {
    display: block;
    color: #1f3277;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 0;
}

.sb_ser ul {
    padding: 0 10px;
}

.sb_ser ul li {
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
}

.sb_ser ul li a {
    padding: 12px 0 12px 70px;
    color: #333333;
    font-size: 16px;
    display: block;
}

.sb_ser ul li.sh a {
    background: url(/images/sb-ser.png) no-repeat 20px 0px;
}

.sb_ser ul li.hi a {
    background: url(/images/sb-ser.png) no-repeat 20px -55px;
}

.sb_ser ul li.el a {
    background: url(/images/sb-ser.png) no-repeat 20px -115px;
}

.sb_ser ul li.kn a {
    background: url(/images/sb-ser.png) no-repeat 20px -168px;
}

.sb_ser ul li.an a {
    background: url(/images/sb-ser.png) no-repeat 27px -230px;
    padding-left: 80px;
}

.sb_ser ul li.sm a {
    background: url(/images/sb-ser.png) no-repeat 20px -280px;
}

.sb_ser ul li.sh:hover a {
    background: url(/images/sb-ser-h.png) no-repeat 20px 0px;
}

.sb_ser ul li.hi:hover a {
    background: url(/images/sb-ser-h.png) no-repeat 20px -55px;
}

.sb_ser ul li.el:hover a {
    background: url(/images/sb-ser-h.png) no-repeat 20px -115px;
}

.sb_ser ul li.kn:hover a {
    background: url(/images/sb-ser-h.png) no-repeat 20px -168px;
}

.sb_ser ul li.an:hover a {
    background: url(/images/sb-ser-h.png) no-repeat 27px -230px;
    padding-left: 80px;
}

.sb_ser ul li.sm:hover a {
    background: url(/images/sb-ser-h.png) no-repeat 20px -280px;
}

.sb_ser ul li:hover a {
    color: #1f3277;
}

.sb_pr .head {
    text-align: center;
    margin-bottom: 20px;
}

.sb_pr .head a {
    color: #383a3b;
    font-size: 20px;
}

.sb_pr ul li {}

.sb_pr ul li a {
    width: 100%;
    display: block;
    padding: 16px 0 16px 80px;
    border-bottom: 1px solid #d4d4d4;
    color: #383a3b;
    font-size: 16px;
}

.sb_pr ul li.pf a {
    background: url(/images/sb-pres.png) no-repeat 16px 10px;
}

.sb_pr ul li.fv a {
    background: url(/images/sb-pres.png) no-repeat 16px -54px;
}

.sb_pr ul li.ev a {
    background: url(/images/sb-pres.png) no-repeat 16px -128px;
}

.sb_pr ul li.ii a {
    background: url(/images/sb-pres.png) no-repeat 16px -201px;
}

.sb_pr ul li.po a {
    background: url(/images/sb-pres.png) no-repeat 16px -273px;
}

.sb_pr ul li.pt a {
    background: url(/images/sb-pres.png) no-repeat 16px -339px;
}

.sb_pr ul li.ap a {
    background: url(/images/sb-pres.png) no-repeat 16px -398px;
}

.sb_pr ul li.pf:hover a {
    background: url(/images/sb-pres-h.png) no-repeat 16px 10px;
}

.sb_pr ul li.fv:hover a {
    background: url(/images/sb-pres-h.png) no-repeat 16px -54px;
}

.sb_pr ul li.ev:hover a {
    background: url(/images/sb-pres-h.png) no-repeat 16px -128px;
}

.sb_pr ul li.ii:hover a {
    background: url(/images/sb-pres-h.png) no-repeat 16px -201px;
}

.sb_pr ul li.po:hover a {
    background: url(/images/sb-pres-h.png) no-repeat 16px -273px;
}

.sb_pr ul li.pt:hover a {
    background: url(/images/sb-pres-h.png) no-repeat 16px -339px;
}

.sb_pr ul li.ap:hover a {
    background: url(/images/sb-pres-h.png) no-repeat 16px -398px;
}


/* service */

.serWrapper {
    width: 100%;
    text-align: center;
    float: left;
}

.serBg {
    text-align: center;
    float: left;
    background: #014E86;
    height: 440px;
    width: 500px;
    background: url(/images/ser-hor-br.png) repeat top center;
    padding: 8px;
    position: relative;
    margin: 30px 30px;
}

.serBox {
    background: #004b85;
    width: 100%;
    height: 100%;
    padding-top: 40px;
}

.serBg1 {
    position: absolute;
    background: #fff url(/images/ser-v-sl.png) no-repeat bottom center;
    width: 8px;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    background-size: 100% 50%;
}

.serBg2 {
    position: absolute;
    background: #fff url(/images/ser-bg-sl.png) no-repeat center right;
    width: 100%;
    height: 8px;
    top: 0;
    left: 0;
    padding: 0;
    background-size: 50% 100%;
}

.ser-img {
    float: left;
    width: 125px;
    height: 80%;
    margin-right: 30px;
}

.ser-cont ul li:before {
    font-family: "FontAwesome";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    color: #fff;
    font-size: 11px;
}

.ser-cont ul li {
    text-align: left;
    padding: 2px 0;
    margin: 0;
    background: none;
}

.ser-cont .serhd {
    color: #fff;
    font-size: 24px;
}

.ser-cont {
    padding-left: 15px;
    float: left;
    text-align: left;
    height: 80%;
}

.ser-cont ul li a {
    color: #ecf5fa;
    font-weight: normal;
    font-size: 15px;
}

.ser-rd {
    display: block;
    text-align: center;
    margin-top: 30px;
    clear: both;
    position: relative;
    bottom: 0;
}

.ser-rd a {
    padding: 10px 100px;
    background: #050505;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

.img-c {
    width: 100%;
    background: url(/images/ser-sm.png) no-repeat top center;
}

.img-c p {
    color: #fff;
}


/* Testimonial button related css */

a.submitTestimonials {
    float: right;
    background: #004880;
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    clear: both;
}

a.submitTestimonials:hover {
    background: #000;
}


/*Content image*/

.pageimg {
    float: right;
    width: 250px;
    margin: 0 0 10px 10px;
}

.pageimgLeft {
    float: left;
    width: 250px;
    margin: 0 10px 10px 0;
}

.pageimg img,
.pageimgLeft img {
    width: 100%;
    border: 2px solid #ededed;
}

.docimg img {
    width: 100%;
    border: 2px solid #1f3277;
}

.nmimg {
    text-align: center !important;
}

.nmimg img {
    width: 150px !important;
    border: 2px solid #1f3277;
}


/*Usefull links Style*/

.usefull-links-banner {
    text-align: center
}

.usefull-links-banner ul li {
    list-style: none;
    margin: 0 2% 20px !important;
    width: 43%;
    height: 155px;
    float: left;
    border: 2px solid #1f3277;
    padding: 10px 2% 0;
    border-radius: 25px 0;
    line-height: 18px;
    background: none !important;
    display: table
}

.usefull-links-banner ul li a {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.usefull-links-banner ul li:before {
    display: none;
}

.usefull-links-banner li span {
    display: block;
    height: 40px;
    color: #292929;
}


/*Contact us design*/

.face-book-like {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    padding: 8px 2.4em 8px 1em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #2b57a9;
    color: #fff !important;
}

.face-book-like::before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #fff;
}

.face-book-like::before {
    content: "\f087";
    position: absolute;
    right: 1em;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #fff;
}

iframe[src*=c-MTQyMzM2MA] {
    width: 100%;
    margin: 10px 0;
}

.image-center {
    text-align: center;
    margin: 10px auto;
}

.image-center img {
    border: 1px solid #ccc;
}

#Dr-new-location-image-container {
    max-width: 1170px;
    margin: auto;
    padding: 0;
    position: relative;
}

.dr-nationaal-park {
    color: #fff;
    top: 120px;
    border: 1px solid #ccc;
    padding: 10px;
    border-left: none;
}

.dr-nationaal-park h3 {
    font-size: 25px;
    line-height: 33px;
}

.dr-nationaal-park h3 span {
    display: block;
    padding: 8px 0 0 0;
    font-size: 18px;
}
#vid-container{
padding-bottom:56.25%; 
position:relative; 
display:block; 
width: 100%
}
#vid-frame{
position:absolute;
top:0; 
left: 0;
width:100%;
height:100%;
border:2px solid #006997;
}

/* Media Query For Different Screens */

@media screen and (max-width: 1310px) {
    .ladrs li.ad1 div {
        top: 130px;
        left: -325px;
    }
    /*.ladrs li.ad2 div{top: 225px; left: -290px;}*/
    .ladrs li.ad3 div {
        top: 337px;
        left: -260px;
    }
    .ladrs li.ad4 div {
        top: 102px;
        left: -785px;
    }
}

@media screen and (max-width: 1280px) {
    .ladrs li.ad1 div {
        top: 125px;
        left: -300px;
    }
    /*
.ladrs li.ad2 div {
	top: 218px;
	left: -266px;
}
*/
    .ladrs li.ad3 div {
        top: 339px;
        left: -226px;
    }
    .ladrs li.ad4 div {
        top: 96px;
        left: -778px;
    }
}

@media screen and (max-width: 1200px) {
    .ladrs li.ad1 div {
        top: 130px;
        left: -263px;
    }
    /*.ladrs li.ad2 div{top: 225px; left: -234px;}*/
    .ladrs li.ad3 div {
        top: 337px;
        left: -190px;
    }
    .ladrs li.ad4 div {
        top: 102px;
        left: -750px;
    }
}

@media screen and (max-width: 1170px) {
    .gridWrapper {
        width: 100%;
    }
    section {
        width: 100%;
    }
    .office_adrs .offadrs .adrslt {
        width: 45%;
    }
    .office_adrs .offadrs .adrsrt {
        margin-left: 2%;
        width: 52%;
    }
    .ladrs li.ad1 div {
        top: 130px;
        left: -350px;
    }
    /*.ladrs li.ad2 div{top: 225px; left: -315px;}*/
    .ladrs li.ad3 div {
        top: 337px;
        left: -277px;
    }
    .ladrs li.ad4 div {
        top: 102px;
        left: -812px;
    }
	.hmpr ul {
	width: 100%;
	float: none;
	text-align: center;
}
	.hmpr ul li {
	float: none;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
}

@media screen and (max-width:1135px) {
    .ladrs li.ad1 div {
        top: 130px;
        left: -180px;
    }
    /*.ladrs li.ad2 div{top: 225px; left: -145px;}*/
    .ladrs li.ad3 div {
        top: 337px;
        left: -113px;
    }
    .ladrs li.ad4 div {
        top: 102px;
        left: -645px;
    }
	.drprof.fr-patient p {
		font-size: 13px !important;
}
	.fr-patient .bag p{font-size: 15px !important;
	}
	.office_adrs .offadrs {
	border: 1px solid #777;
	float: none;
	padding: 10px;
		margin-bottom: 10px;
}
}

@media screen and (max-width: 1100px) {
    .newspic {
        width: 30%;
        top: 90px;
        left: 20px;
    }
    .news h2.hd {
        left: 15px;
    }
    .newsdesc {
        width: 65%;
    }
    .s1List {
        width: 70%;
    }
    .s1ser {
        width: 25%;
    }
    .s1ser ul li>div ul {
        margin-left: 0px;
    }
    .footer_c1 ul li a {
        font-size: 14px;
    }
    .footer_c2 ul li a {
        font-size: 14px;
    }
    .footer_c3 ul li a {
        font-size: 14px;
    }
    /* .footer_c1, .footer_c2, .footer_c3 {	width: 160px;}*/
    .footer_c1,
    .footer_c2,
    .footer_c3 {
        width: 21%;
    }
    .footer_c4 {
        width: 22%;
    }
    .footer_c1 p {
        font-size: 16px;
    }
    .footer_c2 p {
        font-size: 16px;
    }
    .footer_c3 p {
        font-size: 16px;
    }
    .footer_c4 .openhr p {
        font-size: 16px;
    }
    .footer_c4 .c4_cont p.hd {
        font-size: 16px;
    }
    article {
        width: 63%;
    }
    aside {
        width: 35%;
        padding-right: 1%;
    }
    .ser-img {
        float: left;
        width: 20%;
        height: 45%;
        margin-right: 0px;
    }
    .testi #controls3 li.prev a {
        background: url(/images/hm-lt-arw.png) no-repeat center !important;
        left: 0px !important;
    }
    .testi #controls3 li.next a {
        background: url(/images/hm-rt-arw.png) no-repeat center !important;
        left: 0px !important;
    }
    .testi #controls3 {
        right: 39%;
        bottom: -85px;
    }
    .drpic img {
        right: 0px;
    }
    #section5 {
        padding: 35px 0 10px;
        height: auto;
        float: left;
    }
    .serBg {
        width: 45%;
        margin: 30px 1%;
    }
    .ser-cont {
        width: 78%;
    }
    .img-c {
        width: 100% !important;
    }
    .office_adrs .offadrs .adrslt {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    .office_adrs .offadrs .adrsrt {
        float: none;
        margin: 20px auto;
        text-align: center;
        width: 100%;
    }
    .office_adrs .offadrs .adrsrt iframe {
        float: none;
        border: 1px solid #ccc;
        width: 96%;
        height: 320px;
    }
    .offce {
        height: auto;
    }
    .offce .adrslt {
        width: 100%;
        float: none;
        text-align: center;
    }
    .offce .adrsrt {
        width: 100%;
    }
    .offce .adrsrt iframe {
        float: none;
        margin: 0px auto;
        width: 96%;
        display: table;
    }
}

@media screen and (max-width: 1036px) {
    .s1ser {
        left: 5px;
        width: 30%;
    }
    .hmpr ul li {
        width: 170px;
    }
}

@media screen and (max-width: 1023px) {
    #controls2 {
        bottom: 320px;
    }
    .nbs-flexisel-container {
        max-width: 95%;
        margin: 0 auto;
    }
    #header .logo,
    #header .rightInfo {
        width: 100%;
        float: none;
    }
    #header .rightInfo ul {
        text-align: center;
    }
    #header .rightInfo li {
        width: 240px;
    }
    .menu li {
        font-size: 14px;
    }
    .menu li ul {
        top: 52px;
    }
    .menu li ul.doubleColumn {
        width: 560px;
    }
    .menu li ul.doubleColumn li {
        width: 280px;
    }
    article ul.contentList li {
        float: none;
        width: 90%;
        margin: 8px auto;
        display: table;
    }
    .patresList li {
        float: none;
        width: 90%;
        margin: 8px auto;
        display: table;
    }
    .newspic {
        width: 400px;
    }
    .footer_c4 {
        width: 270px;
    }
    .locWrapper .hd {
        top: 0px;
    }
    .cplanding ul li a {
        margin: 30px auto;
    }
}

@media screen and (max-width: 975px) {
	body {
	overflow-x: hidden;
}
    .tpara {
        height: 100px;
    }
    #header {
        text-align: center
    }
    .s1ser {
        float: none;
        position: static !important;
        margin: 20px auto 20px;
        width: 70%;
    }
    #section1 {
        height: auto;
    }
    .s1List {
        border: none;
        width: 96%;
        float: none;
        margin: 0 auto 30px;
    }
    #header .logo p.logohd2 {
        margin-right: 10px;
    }
    #header .logo p.logohd1 {
        margin-left: 10px;
    }
    #header .rightInfo li.appontmnt {
        background: none;
    }
    .s1ser {
        width: 335px;
    }
    .s1ser ul li>div ul li::before {
        font-size: 9px;
        margin-left: -0.8em;
        width: 0.8em;
    }
    .mr-top .fr-patient{
        left: 15px;
		width: 57%;
  top: 1px;
    }
	.drprof {
	left: 15px;
	width: 43%;
	top: 1px;
}
	.drprof.fr-patient p {
	margin: 4px auto;
		font-size: 15px;
}
    .drprof h1 {
        font-size: 30px;
    }
    .news h2.hd {
        top: 0;
        left: 0px;
        display: block;
        text-align: center;
    }
    .newspic {
        width: 30%;
        margin: 10px auto;
        display: block;
        position: static;
        float: none;
        height: auto;
    }
    .newsdesc {
        float: none;
        width: 90%;
        margin: 0 auto;
        display: block;
        padding: 20px 2%;
    }
    #section5 {
        height: auto;
        float: left;
    }
    .hmpr ul li {
        margin: 15px 0;
    }
    .q-lt {
        left: 20px;
    }
    .footer_c1,
    .footer_c2,
    .footer_c3,
    .footer_c4 {
        width: 96%;
        float: none;
        display: block;
        clear: both;
        margin: 0 1%;
		text-align: center;
    }
    .footer_c1 ul li {
        margin: 0 15px 15px 15px;
        /*float: left;*/
        float: none;
		display: inline-block;
    vertical-align: top;
    }
    .footer_c2 ul li {
        margin: 0 15px 15px 15px;
        /*float: left;*/
		float: none;
		display: inline-block;
    vertical-align: top;
    }
    .footer_c2 p {
        padding-top: 20px;
    }
    .footer_c3 p {
        padding-top: 20px;
    }
    .footer_c3 ul li {
        margin: 0 15px 15px 15px;
        /*float: left;*/
		float: none;
		display: inline-block;
    vertical-align: top;
    }
    .footer_c4 .openhr {
        display: block;
        /*float: left;*/
        float: none;
        /*margin-right: 50px;*/
        /*height: 100px;*/
		margin: 7px auto;
    }
    .footer_c4 .c4_cont {
        display: block;
        margin: 0 auto;
        height: 100px;
      /*  float: left;
        margin-right: 45px;*/
		float: none;
    }
    .copyrights {
        float: left;
    }
    .footer_c4 {
        padding-top: 30px;
    }
    #Banner li,
    #BannerInner li {
        background-size: 105% !important;
        padding-top: 3% !important;
    }
    #BannerInner .rslides li {
        height: 187px !important;
    }
    #Banner .rslides li {
        height: 285px !important;
    }
    #BannerInner .bannerContent .bannerHead {
        font-size: 26px;
    }
    #Banner .bannerContent .bannerHead {
        font-size: 26px;
    }
    .ladrs li.ad1 div {
        top: 130px;
        left: -130px;
    }
    /*.ladrs li.ad2 div{top: 225px; left: -30px;}*/
    .ladrs li.ad3 div {
        top: 337px;
        left: -79px;
    }
    .ladrs li.ad4 div {
        top: 130px;
        left: -400px;
    }
    .ladrs li.rtarw:hover div::before,
    .ladrs li.rtarw.homeLoc_here div::before {
        display: none;
    }
    .ladrs li:hover div::before,
    .ladrs li.homeLoc_here div::before {
        display: none;
    }
	.footer_c5 div.copyrights {
	width: 100%;
}
	.footer_c5 div.ypo {
	width: 100%;
}
	.footer_c5 {
	padding: 0px 0 0px;
}
	#BannerInner .mr-top .fr-patient {
	display: none;
}
	.banner #Banner.mr-top .fr-patient {
	display: block;
	}
	#BannerInner .rslides li.banner5 {
	background: url('/images/ib6.jpg') no-repeat center center #040406;
	background-position-x: -300px;
}
}

@media screen and (max-width: 885px) {
    .testi #controls3 {
        right: 35%;
    }
    #header .logo {
        width: 100%;
        margin-bottom: 10px
    }
    .adrsphn {
        margin: 10px 0 20px;
        float: left;
        width: 100%;
    }
    .drprof {
        width: 48%;
        float: left;
        position: relative;
        top: 8px;
        left: 5px;
    }
    .img-c p {
        font-size: 13px;
    }
    .ser-cont ul li a {
        font-size: 13px !important;
    }
    .drprof h1 {
        font-size: 26px;
        line-height: 0.9;
    }
    .ser-rd a {
        padding: 10px;
        font-size: 13px !important;
    }
    .adrsphn {
        margin: 2px 0;
    }
    .adrsphn p {
        float: none;
        width: 96%;
        margin: 0px 0 8px;
        text-align: center !important;
        padding: 0;
    }
    .adrswebsite {
        width: 100%;
    }
    .adrswebsite p {
        width: 98%;
    }
    .adrswebsite p.wbml {
        text-align: center;
    }
    .adrswebsite p.wbst {
        text-align: center;
        float: left;
        margin-top: 10px;
    }
    .ophr {
        float: left;
    }
    #BannerInner .bannerContent {
        left: 2%;
        top: 45%;
        width: 90%;
        text-align: center;
    }
    /*
	#BannerInner .rslides li.banner4 {background-position: left center;}
	#BannerInner .rslides li.banner1 {background-position: left center;}
*/
    .ladrs li:hover a .hmadrs,
    .ladrs li.homeLoc_here a .hmadrs {
        display: none;
    }
    .ladrs li a {
        display: block;
        width: 50%;
        padding: 12px 7px;
        text-align: center;
        background: #203578;
    }
    .ladrs li a strong {
        color: #fff;
        line-height: 0;
        margin: 0;
        padding: 0;
        letter-spacing: 0.25px;
    }
    .ladrs li span {
        display: none;
    }
    .ladrs li.rtarw a {
        float: right;
    }
    .ladrs li:hover a,
    .ladrs li.homeLoc_here a {
        display: block;
        width: 50%;
        padding: 12px 7px;
        text-align: center;
        background: #383a3b;
    }
    .ladrs li.ad1 div {
        top: 180px;
    }
    /*.ladrs li.ad2 div{top: 260px; }*/
    .ladrs li.ad3 div {
        top: 380px;
    }
    .ladrs li.ad4 div {
        top: 135px;
        left: -454px;
    }
}
@media screen and (max-width: 810px) {
	.ladrs li.ad3 div {
	top: 243px;
}
}
@media screen and (max-width: 770px) {
	.mr-top .fr-patient {
	left: 15px;
	width: 59%;
	top: 1px;
}
	.ladrs li.ad2 div {
	left: -365px;
}
}
@media screen and (max-width: 767px) {
    article {
        width: 98%;
        margin: 0 auto;
        float: none;
    }
    aside {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 290px;
    }
    .dfw-off {
        position: relative !important
    }
    body #header .logo p {
        float: none !important;
        margin: 20px auto !important;
        display: inline-block;
        text-align: center;
        width: 100%;
    }
	footer {
	padding: 70px 0 8px;
}
	.drprof.fr-patient p {
	margin: -1px auto;
	font-size: 15px;
}
}
@media screen and (max-width: 650px) {
	.ladrs li.ad2 div {
	top: 100px;
	left: -199px;
	}
	#Banner .rslides li.banner5 {
	background: url('/images/hm-b6.jpg')no-repeat center center #030003;
	background-position-x: -308px;
}
}
@media screen and (max-width: 640px) {
    .tpara {
        height: 130px;
    }
    .testi #controls3 {
        right: 31%;
    }
    .pcol2 li:nth-child(1),
    .pcol2 li:nth-child(2) {
        width: 100%;
        display: block;
        text-align: left;
        line-height: 1.6;
        margin: 12px 0 0;
    }
    .ladrs li.rtarw span {
        float: left;
    }
    .cpmenu .accordion h2 {
        width: 80%;
    }
    .cplanding ul li a {
        width: 230px;
    }
    .hmpr ul {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    article ul.contList li {
        width: 96%;
        margin: 10px 1%;
    }
    /* Menu CSS */
    nav {
        display: none;
    }
    /* Mobile Menu */
    #mobileMenu {
        display: block;
        clear: both;
    }
    .wrapper {
        display: block;
        position: absolute;
        z-index: 9999;
        left: 0px;
        width: 100%;
        display: none;
        background: #525252;
    }
    .menuText {
        text-align: center;
        padding: 0px;
        color: #fff;
        font: normal 20px Verdana, Arial, Helvetica, sans-serif;
        line-height: 2;
        background: #1f3277;
    }
    .menuText.menuActive .fa-bars::before {
        content: '\f00D';
        font-family: FontAwesome;
    }
    .menuText a {
        color: #fff;
        display: block;
    }
    .parentMenu {
        font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
        color: #fff;
    }
    .parentMenu li {
        position: relative;
        padding: 0 !important;
        width: 100% !important;
    }
    .parentMenu li a {
        padding: 10px 10px 10px 20px;
        color: #fff;
        display: block;
        border-bottom: 1px solid #747474;
        text-align: left
    }
    .parentMenu li a:hover {
        background: #1f3277;
    }
    .parentMenu li ul {
        display: none;
    }
    .parentMenu li li a {
        padding: 10px 10px 10px 40px;
        background: #525252;
    }
    .parentMenu li li li a {
        padding: 10px 10px 10px 60px;
        background: #525252;
    }
    .parentMenu li a:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        margin-left: -12px;
        width: 1.3em;
        color: #fff;
        position: absolute;
        top: 9px;
    }
    .parentMenu li a:before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        margin-left: -12px;
        width: 1.3em;
        color: #fff;
        position: absolute;
        top: 9px;
    }
    a.level1Menu:after {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        margin-left: -12px;
        width: 1.3em;
        color: #fff;
        position: absolute;
        top: 9px;
        right: 0;
    }
    a.level1Menu:hover:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 14px;
        display: inline-block;
        margin-left: -12px;
        width: 1.3em;
        color: #fff;
        position: absolute;
        top: 9px;
        right: 0;
    }
    .slideRight #mobileMenu,
    .slideLeft #mobileMenu {
        width: 35px;
        position: relative;
        z-index: 9999999999;
        float: right;
    }
    .slideRight .menuText,
    .slideLeft .menuText {
        width: 100%;
        float: right;
        clear: both;
        display: block;
        height: 35px;
    }
    .wrapper.mobileMenu {
        position: absolute;
        width: 100%;
        left: 0px;
        display: none;
    }
    .wrapper.slideMenu {
        position: fixed;
        width: 90%;
        top: 0px;
        display: block;
    }
    .slideLeft .wrapper.slideMenu {
        left: -90%
    }
    .slideLeft .wrapper.slideMenu.showMenu {
        left: 0px;
    }
    .slideRight .wrapper.slideMenu {
        left: 100%;
    }
    .slideRight .wrapper.slideMenu.showMenu {
        left: 10%;
    }
    .slideRight,
    .slideLeft,
    .wrapper.slideMenu {
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -ms-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
        right: 0
    }
    .slideLeft.slideContainer {
        left: 90%;
    }
    .slideRight.slideContainer {
        right: 90%;
        position: relative;
        -webkit-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -ms-transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        transition: all 0.9s ease;
    }
    #Banner .bannerContent,
    #BannerInner .bannerContent,
    #BannerInner .bannerimg,
    #Banner .bannerimg {
        display: none
    }
    /*#Banner li,#BannerInner li{background-size: cover !important;} */
    /*
	#BannerInner .rslides li.banner4 {background-position: center center;}
	#BannerInner .rslides li.banner1 {background-position: center center;}
*/
    /*
	#Banner li, #BannerInner li {
	background-size: 110% !important;
	padding-top: 27% !important;
	height: auto !important;
}
*/
    /*
	#Banner li, #BannerInner li {
	background-size: 342% !important;
	padding-top: 84% !important;
	height: 154px !important;
}
*/
    #Banner li,
    #BannerInner li {
        background-size: 127% !important;
        padding-top: 3% !important;
    }
    .testiWrapper .hd {
        font-size: 24px;
    }
    #header .rightInfo li {
        width: 46%;
    }
    #header .rightInfo li a {
        text-align: left;
    }
    #header .rightInfo .smo {
        display: block;
        width: auto;
        text-align: left;
        float: none;
    }
    #header .rightInfo {
        text-align: left;
    }
    .s1List li a {
        padding: 40px 0 35px 73px;
        font-size: 13px;
    }
    .drprof {
        width: 96%;
        float: none;
        top: 0px;
        /*left: 3px;*/
		margin: 0px auto;
    }
    #section2 {
        height: auto;
        float: left;
        background-size: cover;
        background-position: center;
    }
    .drpic {
        float: none;
        width: 85%;
        height: auto;
        margin: 20px auto;
    }
    .drpic img {
        height: auto;
        position: static;
        margin-top: 25px;
    }
    .dr-rd {
        width: 150px;
        margin: 0 auto;
    }
    .drprof p.drdesc {
        margin: 35px 0 15px;
    }
    .copyrights {
        margin-top: 20px;
    }
    .ypo img {
        margin: 30px;
    }
    .serBg {
        width: 80%;
        display: block;
        float: none;
        margin: 20px auto;
    }
    .img-c p {
        font-size: 15px;
    }
    .ser-cont ul li a {
        font-size: 15px !important;
    }
    .footer_c4 .c4_cont {
        margin-right: 1%;
    }
    .footer_c4 .openhr {
        margin-right: 3%;
    }
    .ladrs li.ad4 div {
        left: -361px;
    }
    .ladrs li.ad1 div {
        top: 182px;
        left: -78px;
    }
    .ladrs li.ad3 div {
        left: -19px;
    }

}

@media screen and (max-width: 580px) {
    .ladrs li div {
        position: static;
    }
    .ladrs {
        float: right;
        margin: -435px 12px 0 0;
        width: 100px;
    }
    .ladrs li.rtarw a {
        float: left;
    }
    .ladrs li a {
        width: 100%;
    }
    #controls2 {
        bottom: -8px;
    }
    .ladrs li:hover a,
    .ladrs li.homeLoc_here a {
        width: 100%;
    }
    #BannerInner .rslides li.banner4 {
        background-position: center center;
    }
    #BannerInner .rslides li.banner1 {
        background-position: center center;
    }
    #Banner li,
    #BannerInner li {
        background-size: 110% !important;
        padding-top: 27% !important;
        height: auto !important;
    }
    #BannerInner .rslides li,
    #Banner .rslides li {
        height: auto !important;
    }
	#BannerInner .rslides li.banner5 {
	background: url('/images/ib6.jpg') no-repeat center center #030303;
	background-position-x: -156px;
}
	#header .rightInfo li a {
	text-align: center;
		margin: 0px;
}
	#header .rightInfo li.call {
	background-position: left center;
	background: url(/images/hd-cont.png) no-repeat 97px 8px;
	padding-left: 0px;
}
	#header .rightInfo li.loc {
	background-position: left center;
	background: url(/images/hd-cont.png) no-repeat 99px -27px;
	padding-left: 43px;
}
}

@media screen and (max-width: 480px) {
    .testi #controls3 {
        right: 27%;
    }
    .tpara {
        height: 150px;
    }
    .pageimg,
    .pageimgLeft {
        float: none;
        clear: both;
        width: 80%;
        margin: 0 auto;
    }
    a.submitTestimonials {
        float: none;
        clear: both;
        width: 80%;
        margin: 0 auto;
    }
    .rdnw {
        float: none;
        clear: both;
        width: 80%;
        margin: 0 auto;
    }
    .usefull-links-banner li {
        display: block;
        width: 96%;
        float: none;
        margin: 2% auto;
        text-align: center;
        min-height: auto;
        height: auto;
    }
    .usefull-links-banner ul li a {
        display: block;
    }
    .dr_hd span {
        display: none;
    }
    #header .logo {
        width: 92%;
    }
    .nbs-flexisel-nav-right {
        right: 0
    }
    .nbs-flexisel-nav-left {
        left: 0
    }
    .nbs-flexisel-inner {
        width: 95%;
        float: none;
        margin: 0 auto
    }
    #header .logo p.logohd2 {
        float: none;
    }
    .cplanding ul li a {
        width: 300px;
        margin: 20px auto;
        display: table;
    }
    .cplanding ul li {
        float: none;
    }
    article h1 {
        font-size: 24px;
    }
    #header .rightInfo {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
    #header .rightInfo li {
        width: 96%;
    }
    ul.content-explore .dataAppend {
        text-align: left;
        width: 100%;
        clear: both;
    }
    ul.image-explore li span {
        margin: 10px;
        clear: both;
    }
    #section2 {
        padding: 0 1% 0 2%;
    }
    .drpic {
        margin: 20px auto 0;
    }
    .newsdesc h2 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .hmpr .hd {
        font-size: 30px;
    }
    .hmpr ul li a {
        padding: 50px 0 15px 0;
    }
    footer {
        padding: 10px 0 8px;
    }
    .footer_c2 ul li {
        margin: 0 5px 15px 5px;
    }
    .footer_c1 p {
        margin: 8px 12px;
    }
    .footer_c2 p {
        margin: 12px 10px;
    }
    .footer_c3 p {
        margin: 12px 15px;
    }
    .footer_c4 .openhr p {
        line-height: 1.5;
    }
    .footer_c4 .openhr {
        height: 50px;
        padding-left: 15px;
    }
    .footer_c4 .c4_cont {
        height: 100px;
        width: 100%;
        padding-left: 20px;
        margin-top: 30px;
    }
    .footer_c5 {
        width: 100%;
        padding: 3px 0 10px;
    }
    .footer_c5 div.copyrights {
        width: 100%;
    }
    .copyrights {
        margin-top: 10px;
    }
    .footer_c5 div.ypo {
        width: 100%;
    }
    .ypo img {
        margin: 10px 0;
    }
    /*	.locWrapper {height: 430px; background: #c5c5c5;}*/
    /*	ul#Slider4{display: none;}*/
    .newsdesc p {
        font-size: 14px !important;
    }
    #header .logo p.logohd1 {
        margin-top: 0px;
    }
    #header .rightInfo .smo {
        margin-top: 0px;
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }
    .s1List li a {
        width: 96%;
        padding: 35px 0 35px 95px;
        border-width: 1px 1px 1px 1px !important;
        font-size: 16px;
    }
    #section1 {
        padding: 5px 0 30px;
        height: auto;
        float: left;
    }
    .ortho {
        float: left;
        margin: 25px 1% 0;
        width: 96%;
    }
    #section3 {
        background: url(/images/hm-ortho-bg.jpg) no-repeat center center;
        height: auto;
        float: left;
        width: 100%;
    }
    .newspic {
        width: 70%;
    }
    .footer_c4 .openhr {
        margin-right: 0px;
    }
    .s1ser {
        width: 300px;
    }
    .drprof h1 {
        font-size: 25px;
    }
    .ser-rd a {
        font-size: 15px !important;
    }
    .serBg1 {
        display: none;
    }
    .serBg2 {
        display: none;
    }
    .ser-img {
        float: left;
        width: 85px;
        height: 75px;
        margin: -78px 0 7px -27px;
        background: #014E86;
        border-radius: 50%;
        padding: 10px 20px;
        z-index: 9;
        border: 1px solid #8d9396;
    }
    .serBg {
        width: 88%;
        height: auto;
        margin: 45px auto;
    }
    .ser-cont {
        width: 98%;
    }
    .ser-img img {
        width: 46px;
        height: 46px;
    }
    .ser-rd {
        padding-bottom: 15px;
    }
    /* article ul.contentList li {float: none; width: 90%; margin: 0 auto; display: table;}*/
    .patresList li {
        float: none;
        width: 90%;
        margin: 0 auto;
        display: table;
    }
}
@media screen and (max-width:420px) {
	#header .rightInfo li.call {
	background: url(/images/hd-cont.png) no-repeat 82px 8px;
}
	#header .rightInfo li.loc {
	background: url(/images/hd-cont.png) no-repeat 82px -27px;
}
}
@media screen and (max-width:360px) {
    .testi #controls3 {
        right: 19%;
    }
    .cplanding ul li a {
        width: 260px;
    }
    .cplanding ul li {
        margin: 12px 0;
        padding: 0;
    }
    .hmpr ul li {
        border: none;
        margin: 15px auto;
        display: table;
        float: none;
    }
    #section5 {
        height: auto;
        float: left;
        background-size: cover;
        width: 100%;
    }
    .office_adrs .offadrs .adrslt {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    .adrsphn p {
        float: none;
        width: 96%;
        text-align: center;
    }
    .adrsphn p.addressPhone2 {
        text-align: center;
    }
    .adrsphn p.addressPhone1 {
        text-align: center;
    }
    .footer_c5 div {
        float: none;
        margin-bottom: 0;
    }
	#header .rightInfo li.loc {
	background: url(/images/hd-cont.png) no-repeat 61px -27px;
}
	#header .rightInfo li.call {
	background: url(/images/hd-cont.png) no-repeat 59px 8px;
}
}
@media screen and (max-width:330px) {
	#header .rightInfo li.loc {
	background: url(/images/hd-cont.png) no-repeat 44px -27px;
}
	#header .rightInfo li.call {
	background: url(/images/hd-cont.png) no-repeat 41px 8px;
}
}