/* ---------- Theme CSS ---------- */

#Map-Container,
#Our-Mission,
#Research-Education,
#Donate-Now,
#Our-Latest-Research,
#In-The-News,
#Our-Research-Team,
#Research-Main,
#Credibility-Logo,
#S-Social-Links,
#web-counter {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Accessibility,
#Header,
#Banner,
#Content-Main,
#Footer,
#Main-Menu,
#Mobile-Menu,
#Service,
#Credibility,
#Our-Mission-Intra,
#Research-Education-Intra,
#Donate-Now-Intra,
#Our-Latest-Research-Intra,
#In-The-News-Intra,
#Our-Research-Team-Intra,
#Research-Main-Intra,
#Credibility-Logo-Intra,
#S-Social-Links-Intra,
#web-counter-intra,#Map-intra {
    max-width: 1170px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}


/* Back to Bottom */

#backtobot,
#backtotop {
    background: #fff;
    border: 2px solid #000;
    color: #000;
}


/* Header CSS */

.logo {
    width: 70%;
    padding: 0px 10px 20px 15px;
    transition: 0.7s all ease;
    vertical-align: middle;
}

.logo a {
    display: inline-block;
    padding: 18px 10px;
}

.call-menu {
    text-align: right;
}

.gen-app a {
    display: inline-block;
    border: 1px solid #ccc;
    width: 210px;
    padding: 10px 10px 10px 38px;
    border-radius: 25px;
    color: #0b406a;
    font: 800 15px/20px 'Lato', sans-serif;
    background: url(../images/gen-app-icon.png) no-repeat 8px center;
    margin: 10px 0px 0px 0px;
    transition: 0.7s all ease;
}

.gen-app a:hover {
    background-color: #278ada;
    color: #fff;
}

.appnt-list {
    text-align: center;
    padding-top: 7%;
}

.appnt-list li {
    font: 700 20px/26px 'Lato', sans-serif;
    color: #003967;
    display: block;
    vertical-align: top;
}

.usa-hips {
    padding: 10px 14px 10px 37px;
    background: url("../images/call-icn.png") no-repeat left center;
    display: inline-block;
    position: relative;
}

.usa-hips::before {
    content: '';
    position: absolute;
    right: 0;
    height: 25px;
    border-right: 2px solid #00398f;
    top: 10px;
}

.tel1 {
    display: inline-block;
}

.appnt-list li a {
    display: block;
    padding: 10px 5px 10px 5px;
}

.appnt-list li a:hover {
    color: #278ada;
    text-shadow: 1px 0px 1px #999;
}


/* Menu CSS */

#Menu-Container {
    border-bottom: 1px solid #5f5f5f;
}

.menu {
    position: relative;
}

.menu li {
    color: #242424;
    font: 800 16px/16px 'Lato', sans-serif;
    border-right: 1px solid #9e9e9e;
    transition: 0.7s all ease;
}

.menu li:last-child {
    border-right: none !important;
}

.menu > li:hover {
    color: #fff;
    background: #003967;
}

.menu li a {
    padding: 15px 0px;
}

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

.menu ul {
    padding: 0;
}

.menu li li {
    background: url(../images/menu-icon-bg.png) no-repeat 10px center #d9e0e6;
    color: #0d0d0d;
    font: 800 15px/24px 'Lato', sans-serif;
    width: 230px;
    padding: 0px 0px 0px 15px;
    border-bottom: 1px solid #b9b9b9;
}

.menu li li:hover {
    background: url(../images/menu-icon-bg-hover.png) no-repeat 10px center #004c8a;
    transition: 0.7s all ease;
    color: #fff;
}

.menu ul li a {
    padding: 11px 15px 11px 20px;
}

.menu-about {
    width: 16%;
}

.menu-faculty {
    width: 16%;
}

.menu-media {
    width: 14%;
}

.menu-donate {
    width: 18%;
}

.menu-proff {
    width: 19%;
}

.menu-contact {
    width: 16%;
}

.toggleMenu {
    text-align: center;
    padding: 2px;
    color: #ffffff;
    font: 700 20px/26px 'Lato', sans-serif;
    background: #00589f;
}

.toggleMenu span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    width: 40px;
    height: 30px;
    background: url(../images/mobile-menu.png) no-repeat right top;
}


/* Home Banner CSS */

#Banner-Container #Banner {
    height: 504px;
}

#Banner-Container .banner1 {
    background: url(../images/banner1-bg.jpg) no-repeat right top;
    background-size: cover;
}

#Banner-Container .banner1 .theme-L {
    background: url(../images/banner1-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner1 .theme-R {
    background: url(../images/banner1-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner2 {
    background: url(../images/banner2-bg.jpg) no-repeat right top;
    background-size: cover;
}

#Banner-Container .banner2 .theme-L {
    background: url(../images/banner2-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner2 .theme-R {
    background: url(../images/banner2-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner3 {
    background: url(../images/banner3-bg.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner3 .theme-L {
    background: url(../images/banner3-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner3 .theme-R {
    background: url(../images/banner3-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner4 {
    background: url(../images/banner4-bg.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner4 .theme-L {
    background: url(../images/banner4-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner4 .theme-R {
    background: url(../images/banner4-r-bg.jpg) no-repeat left top;
}

#Banner-Container .banner5 {
    background: url(../images/banner5-bg.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container .banner5 .theme-L {
    background: url(../images/banner5-l-bg.jpg) no-repeat right top;
}

#Banner-Container .banner5 .theme-R {
    background: url(../images/banner5-r-bg.jpg) no-repeat left top;
}


/* Subpage Banner CSS */

#Banner-Container-S #Banner {
    height: 232px;
    min-height: 200px !important;
}

#Banner-Container-S .banner1 {
    background: url(../images/banner1-s-bg.jpg) no-repeat right top;
    background-size: cover;
}

#Banner-Container-S .banner1 .theme-L {
    background: #b8c2c6;
}

#Banner-Container-S .banner1 .theme-R {
    background: url(../images/banner1-sr-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner2 {
    background: url(../images/banner2-s-bg.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container-S .banner2 .theme-L {
    background: #212b44;
}

#Banner-Container-S .banner2 .theme-R {
    background: url(../images/banner2-sr-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner3 {
    background: url(../images/banner3-s-bg.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container-S .banner3 .theme-L {
    background: #a6e8ec;
}

#Banner-Container-S .banner3 .theme-R {
    background: #a6e8ec;
}

#Banner-Container-S .banner4 {
    background: url(../images/banner4-s-bg.jpg) no-repeat center top;
    background-size: cover;
}

#Banner-Container-S .banner4 .theme-L {
    background: #e4e9f0;
}

#Banner-Container-S .banner4 .theme-R {
    background: #e4e9f0;
}

#Banner-Container-S .banner5 {
    background: url(../images/banner5-s-bg.jpg) no-repeat right top;
    background-size: cover;
}

#Banner-Container-S .banner5 .theme-L {
    background: #f0f0f0;
}

#Banner-Container-S .banner5 .theme-R {
    background: url(../images/banner5-sr-bg.jpg) no-repeat left top;
}

#Banner-Container-S .banner-content {
    position: absolute;
    font: 700 26px/34px 'Lato', sans-serif;
    padding: 15px;
    letter-spacing: 0.5px;
    left: 5px;
    top: 28%;
    width: 65%;
    margin: initial;
    text-align: left;
}

#Banner-Container-S .clr-blk {
    color: #000;
}

#Banner-Container-S .banner-content.clr-blue {
    color: #003967;
    width: 34%;
    min-width: 400px;
}

#Banner-Container-S .banner-content.sub-wid {
    width: 50%;
}

#Banner-Container-S .banner-subText {
    right: initial;
    left: 68%;
    top: 34%;
}

#Banner-Container-S .banner-content span.sub {
    display: inline;
    font: 700 26px/32px 'Lato', sans-serif;
}


/* Banner Content CSS */

.Banner-Tabs li a:hover span,
.Banner-Tabs li.Banner_here a span {
    font-size: 0px;
}

.banner-content {
    position: absolute;
    font: 700 48px/56px 'Lato', sans-serif;
    padding: 15px;
    letter-spacing: 0.5px;
}

.clr-blk {
    color: #000f1c;
}

.clr-wht {
    color: #ffffff;
}

.pos-lft {
    left: 5px;
    top: 26%;
    width: 45%;
}

.pos-mid {
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    top: 56%;
    text-align: center;
}

.banner-content span.sub {
    display: block;
    font: 400 30px/36px 'Lato', sans-serif;
}

.banner-content .banner-subText {
    position: absolute;
}

.banner-subText {
    position: absolute;
    right: 6%;
    width: 210px;
    top: 43%;
    color: #000000;
    font: 400 13px/17px 'PT Sans', sans-serif;
}

.banner-subText span {
    display: block;
    font: 700 18px/24px 'PT Sans', sans-serif;
}

#Banner .Banner-Tabs li.Banner_here {
    background: #008dff;
}

.Banner-Tabs li a:hover span,
.Banner-Tabs li.Banner_here a span {
    background: #008dff;
    height: 12px;
}


/* Navigation CSS */

.navigation {
    padding: 50px 10px 10px 0;
    margin-left: 10px;
    font: 700 16px/22px 'Lato', sans-serif !important;
}


/* Text CSS */

.textMain {
    font: 400 15px/24px 'Lato', sans-serif;
    color: #141414;
    letter-spacing: .5px;
}

.textMain a {
    color: #1188e4;
}

.textMain a:hover {
    color: #1188e4;
}

.textMain h1 {
    color: #003967;
    font: 900 35px/42px 'Lato', sans-serif;
}

.textMain h1 span {
    font: normal 20px/30px Verdana, Arial, Helvetica, sans-serif;
    color: #4d4d4d;
}

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 700 32px/36px 'Lato', sans-serif;
    color: #0982cc;
}

.textMain h2 span {
    font: normal 16px/20px 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 {
    color: #0b3f6a;
    font: 600 26px/32px 'Lato', sans-serif;
}

.textMain h3 a,
.hTag3 a,
.textMain h2.hTag3 a,
.textMain h4.hTag3 a {
    color: #353535;
}

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    color: #0b3f6a;
    font: 600 22px/28px 'Lato', sans-serif;
}

.textMain h4 a,
.hTag4 a,
.textMain h2.hTag4 a,
.textMain h3.hTag4 a {
    color: #014cbe;
}


/* Sidebar CSS */

#Sidebar {
    width: 283px;
}

.sb-our-team {
    min-height: 390px;
    background: #01325a;
    text-align: center;
}

.sb-our-team a.dr-contain-lnk {
    display: block;
}

.sb-our-team a.dr-contain-lnk .img-contain img {
    transition: 0.7s all ease;
}

.sb-our-team a.dr-contain-lnk:hover .img-contain img {
    filter: brightness(105%);
}

.sb-our-team .img-contain {
    width: 230px;
    margin: auto;
}

.sb-our-team .pHead {
    color: #fff;
    font: 700 26px/32px 'Lato', sans-serif;
    padding: 18px 0;
}

.sb-our-team .dr-name {
    color: #fff;
    font: 300 20px/26px 'Lato', sans-serif;
    padding: 18px 10px;
}

.sb-our-team .dr-name span {
    display: block;
    font: 400 16px/26px 'Lato', sans-serif;
    padding: 12px 0;
}

.sb-our-team .SidebarDrPro_nav {
    display: inline-block;
    width: 30px;
    margin-bottom: 10px;
}

.sb-our-team .SidebarDrPro_nav::before {
    font-size: 20px;
    color: #fff;
}

.sb-our-team .SidebarDrPro_nav span {
    display: none;
}

.sb-profession-list {
    margin: 10px 0;
}

.sb-profession-list li {
    background: #01325a;
    width: 253px;
    color: #ffffff;
    font: 400 16px/22px 'Lato', sans-serif;
    margin-bottom: 8px;
    transition: 0.7s all ease;
}

.sb-profession-list li a {
    display: block;
    background: url("../images/sb-btn-arrow-bg.png") no-repeat right center;
    padding: 19px 18px 19px 67px;
    position: relative;
}

.sb-profession-list li:hover a {
    background: url("../images/sb-btn-arrow-bg-hover.png") no-repeat right center;
}

.sb-profession-list li:hover {
    background: #0070ca;
}

.sb-profession-list li a::before {
    content: '';
    position: absolute;
    top: 11px;
    background: url("../images/sb-btn-icn-border.png") no-repeat center center;
    width: 2px;
    height: 36px;
    left: 51px;
    transition: 0.7s all ease;
}

.sb-profession-list li:hover a::before {
    background: url("../images/sb-btn-icn-border-hover.png") no-repeat center center;
}

.sb-profession-list li span {
    position: absolute;
    top: 11px;
    left: 7px;
    width: 40px;
    height: 37px;
}

.sb-profession-list li a::after {
    content: '';
    position: absolute;
    border-left: 21px solid #01325a;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    right: -21px;
    top: 0;
    transition: 0.7s all ease;
}

.sb-profession-list li:hover a::after {
    border-left: 21px solid #0070ca;
}

.sb-profession-list .fellow-prog span {
    background: url("../images/fellow-prog-icn.png") no-repeat center center;
}

.sb-profession-list .publication span {
    background: url("../images/publication-icn.png") no-repeat center center;
}

.sb-profession-list .presentation span {
    background: url("../images/presentation-icn.png") no-repeat center center;
}

.sb-res-edu {
    border: 1px solid #cecece;
    padding: 7px;
    margin-bottom: 8px;
}

.sb-res-edu .pHead {
    padding: 6px 12px 5px 12px;
    background: url("../images/sb-our-ser-head-bg.png") repeat left top;
    color: #003967;
    font: 700 22px/27px 'Lato', sans-serif;
}

.sb-res-edu-list li {
    color: #003967;
    font: 400 16px/22px 'Lato', sans-serif;
    border-bottom: 1px solid #e4e4e4;
    transition: 0.7s all ease;
}

.sb-res-edu-list li:last-child {
    border-bottom: none;
}

.sb-res-edu-list li:hover {
    color: #24a2ef;
}

.sb-res-edu-list li a {
    display: block;
    padding: 7px 0 7px 36px;
}

.sb-res-edu-list li a::before {
    content: "\2022";
    color: #24a2ef;
    font-weight: bold;
    position: absolute;
    left: 19px;
    width: 7px;
}

.sb-donate-now {
    margin: 10px 0 20px 0;
}

.sb-donate-now li {
    background: #0d436f;
    text-transform: uppercase;
    margin: 5px 0;
    transition: 0.7s all ease;
}

.sb-donate-now li:hover {
    background: #318bd4;
}

.sb-donate-now li a {
    display: block;
    padding: 27px 0 27px 55px;
    color: #fff;
    font: 700 20px/26px 'Lato', sans-serif;
}

.sb-donate-now .donate-nw a {
    background: url("../images/dontae-icn.png") no-repeat 8px center;
}

.sb-donate-now .our-res a {
    background: url("../images/our-res-icn.png") no-repeat 8px center;
}

.sb-donate-now .news a {
    background: url("../images/news-icn.png") no-repeat 8px center;
}


/* Footer CSS */

#Footer {
    padding-top: 55px;
}

#Footer-Container {
    background: #2c2c2c;
    padding: 0 0 55px 0;
}

.ft-menu {
    width: 14%;
    padding-left: 2%;
}

.ft-info-links {
    width: 15%
}

.copyrights {
    width: 20%;
    padding: 0 2%;
}

#Footer .pHead {
    color: #ffffff;
    font: 400 25px/32px 'Lato', sans-serif;
    padding-bottom: 15px;
}

.ft-item-list li {
    color: #ffffff;
    font: 400 15px/22px 'Lato', sans-serif;
    margin-bottom: 5px;
}

.ft-item-list li a {
    color: #ffffff;
    display: inline-block;
    padding: 2px 0;
    transition: 0.7s all ease;
}

.ft-item-list li a:hover {
    color: #75bbf3;
}

.copyright-text {
    color: #ffffff;
    margin: 35px 0;
}

.copyright-text h2 {
    font: 400 15px/22px 'Lato', sans-serif;
}

.ft-logo img {
    filter: invert(1) saturate(0%) brightness(120%);
}

.ypo-logo {
    width: 120px;
    text-align: center;
    margin: 45px 0;
}

.research-list li {
    background: none !important;
    width: 47%;
    border: 2px solid #ccc;
    display: inline-block;
}

/* Contact Page */

.contactTable {
    border: 1px solid #000;
    border-spacing: 5px;
}

.contact-address {
    width: 300px;
    padding: 10px;
    border: 1px solid #000;
    position: relative;
}

.contact-address::before,
.contact-address::after {
    position: absolute;
    content: '';
}

.contact-address::before {
    border-right: 15px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 15px solid transparent;
    left: 0px;
    top: 0px;
}

.contact-address::after {
    border-top: 15px solid transparent;
    border-right: 15px solid #000;
    border-left: 15px solid transparent;
    right: 0px;
    bottom: 0px;
}

.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;
}


/* Profile Schema */

.schemaTable {
    padding: 3px;
    border: 1px solid #000;
}

.textMain .schemaTitle {
    background: #000;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    font: normal 18px/24px Verdana, Arial, Helvetica, sans-serif;
}

.textMain .schemaTable .table-div {
    margin: 0px;
    padding: 0px;
    border-spacing: 3px;
}

.textMain .schemaTable .table-cell {
    margin: 0px;
    padding: 10px;
    border: 1px solid #000;
    position: relative;
    background: none;
}

.textMain .schemaTable .table-cell::before,
.textMain .schemaTable .table-cell::after {
    position: absolute;
    content: '';
}

.textMain .schemaTable .table-cell::before {
    border-right: 15px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 15px solid transparent;
    left: 0px;
    top: 0px;
}

.textMain .schemaTable .table-cell::after {
    border-top: 15px solid transparent;
    border-right: 15px solid #000;
    border-left: 15px solid transparent;
    right: 0px;
    bottom: 0px;
}

.textMain .schemaTable p.textMainBold {
    padding: 5px 0px;
}

.textMain .schemaTable p {
    position: relative;
    padding: 5px 10px 5px 30px;
}

.textMain .schemaTable p::before {
    position: absolute;
    left: 5px;
    top: 5px;
}


/*---------------------Homepage CSS-------------------*/

h1#Main-Headline {
    visibility: hidden !important;
}

#Our-Mission {
    background: #00589f;
    padding: 70px 0 0 0;
}

.our-mission-contain {
    border: 13px solid #fff;
    background: url("../images/our-mission-bg.jpg")left top repeat;
    text-align: center;
    padding: 40px 0;
    -webkit-box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 9px 19px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 9;
}

#Our-Mission .pHead {
    color: #00589f;
    font: 300 34px/42px 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 20px 0;
}

#Our-Mission .pHead span {
    display: inline-block;
    color: #00589f;
    font: 700 34px/42px 'Lato', sans-serif;
}

#Our-Mission .pDesc {
    color: #000;
    font: 300 16px/24px 'Lato', sans-serif;
    padding-bottom: 15px;
    max-width: 926px;
    margin: auto;
}

#Research-Education {
    background: #f3f3f3;
}

.research-edu {
    vertical-align: top;
    padding-bottom: 45px;
}

.edu-list {
    vertical-align: middle;
    width: 30%;
}

.research-edu-list li {
    position: relative;
    color: #000000;
    font: 400 18px/26px 'Lato', sans-serif;
    max-width: 300px;
    margin: 25px 2%;
}

.research-edu-list li a {
    display: block;
    padding: 15px 10px 15px 93px;
}

.research-edu-list li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border: 1px solid #c5c5c5;
    background: #f1f1f1;
    border-radius: 55px;
}

.research-edu-list li span::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    width: 66px;
    height: 66px;
    border-radius: 50px;
    transition: 0.7s all ease;
}

.research-edu-list li:hover span::before {
    background-color: #00589f;
}

.research-edu-list .fellowship-prgs span::before {
    background: url("../images/fellowship-prgs-icn.png") no-repeat center center #00345f;
}

.research-edu-list .orthopaedics-research span::before {
    background: url("../images/orthopaedics-research-icn.png") no-repeat center center #00345f;
}

.research-edu-list .sports-medicine span::before {
    background: url("../images/regenerative-sports-medicine-icn.png") no-repeat center center #00345f;
}

.research-edu-list .surgical-skills span::before {
    background: url("../images/surgical-skills-laboratory-icn.png") no-repeat center center #00345f;
}

#Donate-Now {
    padding: 80px 0 50px 0;
    background: url("../images/donate-now-bg.jpg") no-repeat top center;
    background-attachment: scroll;
    text-align: center;
}

#Donate-Now .pHead {
    color: #ffffff;
    font: 700 30px/36px 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding-bottom: 12px
}

#Donate-Now .pSubhead {
    color: #ffffff;
    font: 300 17px/24px 'Lato', sans-serif;
    padding-bottom: 12px;
}

#Donate-Now .read-mr {
    width: 148px;
    margin: 20px auto;
    border: 1px solid #1d7bc9;
    background: #00345f;
    text-transform: uppercase;
    color: #ffffff;
    font: 700 16px/22px 'Lato', sans-serif;
    text-align: center;
    transition: 0.7s all ease;
}

#Donate-Now .read-mr:hover {
    background: #00589f;
}

#Donate-Now .read-mr a {
    display: block;
    padding: 11px 0;
}

#Our-Latest-Research {
    padding: 50px 0 40px 0;
}

#Our-Latest-Research .txt-contain {
    padding: 0 5px;
}

#Our-Latest-Research .slide-contain {
    width: 60%;
}

#Our-Latest-Research .pHead {
    color: #000000;
    font: 700 32px/38px 'Lato', sans-serif;
    position: relative;
    padding: 10px 0 30px 0;
}

#Our-Latest-Research .pHead::before {
    content: '';
    position: absolute;
    bottom: 10px;
    border-bottom: 1px solid #00589f;
    width: 20%;
    min-width: 100px;
    letter-spacing: 0.5px;
}

#Our-Latest-Research .pDesc {
    color: #242424;
    font: 400 16px/24px 'Lato', sans-serif;
    letter-spacing: 0.2px;
    padding: 12px 0;
}

#Our-Latest-Research .read-mr {
    color: #003967;
    font: 400 15px/22px 'Lato', sans-serif;
    font-style: italic;
}

.sliders {
    border: 1px solid #aeaeae;
}

.slide-lists .intra {
    position: relative;
    width: 91%;
    margin: auto;
}

.slide-lists .txt {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    left: 0;
    bottom: 0;
    color: #000000;
    font: 400 15px/22px 'Lato', sans-serif;
    opacity: 0;
    transition: 0.7s all ease;
    padding: 10px;
}

.slide-lists li:hover .txt {
    opacity: 1;
}

#Our-Latest-Research .nbs-flexisel-nav-left,
#Our-Latest-Research .nbs-flexisel-nav-right {
    width: 25px;
    height: 25px;
    background: #008dff;
    top: initial !important;
    bottom: 4px;
}

#Our-Latest-Research .nbs-flexisel-nav-left {
    left: -77px;
}

#Our-Latest-Research .nbs-flexisel-nav-right {
    right: initial !important;
    left: -50px;
}

.nbs-flexisel-nav-left::before,
.nbs-flexisel-nav-right::before {
    color: #fff;
    height: 25px;
    font: normal 15px/25px 'fontello';
}


/*-------------------Previous CSS--------------------*/

#In-The-News {
    background: #f1f1f1;
    padding: 45px 0 75px 0;
}

#In-The-News .pTitle {
    color: #003967;
    font: 700 40px/46px 'Lato', sans-serif;
    text-align: center;
    padding-bottom: 20px;
}

.the-news-contain {
    border: 15px solid #ffffff;
    -webkit-box-shadow: 2px 0px 4px 2px rgba(216, 216, 216, 1);
    -moz-box-shadow: 2px 0px 4px 2px rgba(216, 216, 216, 1);
    box-shadow: 2px 0px 4px 2px rgba(216, 216, 216, 1);
    background: url("../images/the-news-hip-pain-bg.jpg") no-repeat right top #003967;
}

#In-The-News .pTitle a {
    display: block;
}

#In-The-News .pTitle span {
    display: block;
    color: #242424;
    font: 400 16px/22px 'Lato', sans-serif;
}

#In-The-News .dates-contain .pHead a {
    font: 700 26px/32px 'Lato', sans-serif
}

.news-tabs-s {
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    bottom: 297px;
    right: 36%;
    z-index: 9;
}

.news-tabs-s li.NewsSec_here {
    background: #3795dd;
}

.news-tabs-s li {
    display: inline-block;
    position: relative;
    background: #75bbf3;
    width: 20px;
    height: 5px;
}

.news-tabs-s li {
    display: inline-block;
    position: relative;
    background: #75bbf3;
    width: 20px;
    height: 5px;
}

.news-img {
    width: 30%;
    position: relative;
    padding-bottom: 34px;
}

.news-txt {
    position: relative;
    padding-top: 6%;
    min-height: 593px;
}

.news-img .img-container {
    border: 11px solid #002e52;
    border-radius: 165px;
    width: 98%;
    margin: 4% auto 0 auto;
    max-width: 325px;
}

.dates-contain {
    margin-top: 4%;
}

.news-img .read-mr {
    background: #75bbf3;
    width: 83px;
    padding: 7px 0;
    color: #0a0a0a;
    font: 400 14px/20px 'Lato', sans-serif;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.dates-contain .pHead {
    background: url("../images/news-archive-icn-bg.png") no-repeat left center;
    color: #ffffff;
    font: 700 20px/26px 'Lato', sans-serif;
    padding: 10px 0 10px 48px;
    margin-bottom: 12px;
    margin-left: 12%;
}

.news-archive-list li {
    color: #ffffff;
    font: 400 15px/22px 'Lato', sans-serif;
    padding: 8px 0 8px 6%;
    border-bottom: 1px solid #1a4d76;
}

.news-archive-list li span {
    color: #ffffff;
    font: 400 15px/22px 'Lato', sans-serif;
    display: inline-block;
    width: 150px;
    padding-left: 22px;
}

.news-txt .pHead {
    margin-left: 16%;
    color: #ffffff;
    font: 700 24px/30px 'Lato', sans-serif;
    padding: 0 1% 0 1%;
    position: relative;
    min-height: 58px;
}

.news-txt .pHead {
    margin-left: 16%;
    color: #ffffff;
    font: 700 24px/30px 'Lato', sans-serif;
    padding: 0 1% 12px 1%;
    position: relative;
    min-height: 58px;
    max-width: 640px;
}

.news-txt .pDesc {
    margin-left: 16%;
    color: #ffffff;
    font: 300 16px/25px 'Lato', sans-serif;
    padding: 0 1%;
    min-height: 220px;
    max-width: 640px;
}

.news-txt .pDesc {
    margin-left: 16%;
    color: #ffffff;
    font: 300 16px/25px 'Lato', sans-serif;
    padding: 0 1%;
    min-height: 220px;
}

.news-txt .pDesc {
    margin-left: 16%;
    color: #ffffff;
    font: 300 16px/25px 'Lato', sans-serif;
    padding: 0 1%;
    min-height: 205px;
}

.news-txt .date-div span::before {
    content: '';
    position: absolute;
    border-top: 1px solid #0d406a;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.news-txt .pDesc a {
    display: block;
    color: #75bbf3;
    font: 300 16px/25px 'Lato', sans-serif;
    padding: 20px 8px 0 0;
}

.news-sub-list .contain {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0 2%;
}

.news-sublist-contain .img-contain {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    position: relative;
}

.news-sublist-contain .txt-contain {
    display: inline-block;
    vertical-align: top;
    width: 58%;
    padding-left: 4%;
}

.news-sublist-contain .img-contain::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #a3a3a3;
    left: 7px;
    top: 7px;
}

.news-sublist-contain .img-contain img {
    position: relative;
}

.news-sublist-contain .date-Head {
    padding: 9px 0 9px 25px;
    color: #0d0d0d;
    font: 400 13px/19px 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px;
    max-width: 125px;
}

.news-sublist-contain .pDescription {
    color: #000000;
    font: 400 14px/19px 'Lato', sans-serif;
}

.news-tabs-s li a {
    display: block;
    width: 100%;
    height: 100%;
}

.rslides::after {
    content: '';
    display: block;
    clear: both;
}

.news-sub-list {
    background: #d9d9d9;
    padding: 45px 2% 24px 6%;
    min-height: 262px;
}

.news-txt .date-div {
    position: absolute;
    left: -105px;
    top: 15px;
    width: 77px;
    height: 94px;
    padding: 18px 0;
    color: #0d406a;
    font: 700 19px/30px 'Lato', sans-serif;
    background: #75bbf3;
    text-align: center;
    border-radius: 20px;
}

.news-txt .date-div span {
    position: relative;
    display: block;
    color: #0d406a;
    font: 300 20px/25px 'Lato', sans-serif;
}

.news-txt .date-div span::before {
    content: '';
    position: absolute;
    border-top: 1px solid #0d406a;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

#Our-Research-Team {
    background: #b6defb;
    min-height: 546px;
    text-align: center;
    padding: 22px 0;
}

#Our-Research-Team .pHead {
    color: #2c2c2c;
    font: 700 35px/42px 'Lato', sans-serif;
    padding: 25px 0;
}

.our-team-list .contain {
    text-align: center;
    border: 3px solid #fff;
    width: 204px;
    margin: auto;
    transition: 0.7s all ease;
}

.our-team-list .contain:hover {
    cursor: pointer;
    border: 3px solid #64ade2;
}

.our-team-list .contain img {
    margin: 0;
    max-width: 196px;
}

.our-team-list .dr-txt {
    background: #fff;
    padding: 12px 0;
    min-height: 155px;
}

.our-team-list .dr-name {
    color: #000000;
    font: 700 17px/24px 'Lato', sans-serif;
}

.our-team-list .dr-name.font {
    font: 700 14px/22px 'Lato', sans-serif;
}

.our-team-list .dr-name span {
    display: block;
    color: #000000;
    font: 300 17px/24px 'Lato', sans-serif;
    padding: 5px 0 8px 0;
    min-height: 50px;
}

.our-team-list .dr-name span.fnt {
    font: 400 12px/24px 'Lato', sans-serif;
}

.our-team-list .view-pro {
    position: absolute;
    width: 204px;
    padding: 10px 0;
    text-align: center;
    background: #64ade2;
    transition: 0.6s all ease;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font: 400 15px/22px 'Lato', sans-serif;
    bottom: -42px;
}

.our-team-list .contain:hover .view-pro {
    bottom: 0;
}

#Our-Research-Team .nbs-flexisel-nav-left::before,
#Our-Research-Team .nbs-flexisel-nav-right::before {
    top: 42%;
    font-size: 30px;
}

#Research-Main {
    padding: 50px 0;
}

#Research-Main .pHead {
    color: #00589f;
    font: 300 26px/32px 'Lato', sans-serif;
    padding: 15px 0 20px 0;
}

#Research-Main .pHead span {
    font: 700 26px/32px 'Lato', sans-serif;
}

#Research-Main .video-contain {
    border: 10px solid #000000;
    position: relative;
}

#Research-Main .video-contain a {
    display: block;
}

#Research-Main .video-contain span {
    position: absolute;
    color: #ffffff;
    text-align: center;
    font: 700 15px/22px 'Lato', sans-serif;
    width: 120px;
    left: 0;
    right: 0;
    bottom: 31%;
    margin: auto;
    background: url("../images/video-play-btn.png") no-repeat top center;
    padding-top: 84px;
}

#Research-Main .txt-contain {
    background: #2c2c2c;
    position: relative;
    padding: 50px 3% 50px 6%;
    min-height: 364px;
}

#Research-Main .txt-contain::before {
    content: '';
    position: absolute;
    width: 97%;
    height: 95%;
    border: 1px solid #7d7d7d;
    left: 10px;
    top: 8px;
}

#Research-Main .txt-contain .date {
    display: block;
    width: 109px;
    height: 31px;
    background: #008dff;
    text-align: center;
    color: #fff;
    font: 700 15px/22px 'Lato', sans-serif;
    padding: 4px 0;
    position: relative;
}

#Research-Main .txt-contain .date span {
    display: inline-block;
    font: 300 15px/22px 'Lato', sans-serif;
}

#Research-Main .txt-contain .ptDesc {
    color: #fff;
    font: 700 17px/24px 'Lato', sans-serif;
    padding: 12px 0;
    position: relative;
}

#Research-Main .txt-contain .pDesc {
    color: #fff;
    font: 400 15px/22px 'Lato', sans-serif;
    padding: 5px 0;
    position: relative;
}

#Research-Main .txt-contain .pDesc a {
    display: inline-block;
    color: #008dff;
    font: 400 15px/22px 'Lato', sans-serif;
}

#Research-Main .Publication_nav span {
    display: none;
}

#Research-Main .Publication_nav {
    width: 25px;
    height: 22px;
    position: absolute;
    bottom: 10px;
    border: 1px solid #7d7d7d;
    z-index: 9;
}

#Research-Main .Publication_nav::before {
    color: #7d7d7d;
    left: 6px;
    position: absolute;
    font-size: 12px;
    top: 2px;
}

.Publication_nav.slidePrev {
    right: 32px;
}

.Publication_nav.slideNext {
    right: 8px;
}

.rsch-presentation {
    vertical-align: middle;
}

#Credibility-Logo {
    background: #fff;
    border-top: 1px solid #d0d0d0;
    padding-bottom: 30px;
}

#Credibility-Logo .pHead {
    color: #2c2c2c;
    font: 700 30px/36px 'Lato', sans-serif;
    position: relative;
    padding: 45px 0 20px 0;
    text-align: center;
    margin-bottom: 20px;
}

#Credibility-Logo .pHead::before {
    content: '';
    position: absolute;
    width: 98px;
    border-bottom: 2px solid #008dff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

#Credibility-Logo ul li a {
    display: block;
}

#Credibility-Logo .nbs-flexisel-nav-left::before,
#Credibility-Logo .nbs-flexisel-nav-right::before {
    color: #000;
    height: 30px;
    font: normal 25px/25px 'fontello';
    top: 46px;
}


/*-------------------Faculty Page--------------------*/

.faculty .section-Head {
    color: #0982cc;
    font: 900 20px/26px 'Lato', sans-serif;
    padding: 20px 0;
}

.faculty .faculty-list li {
    padding: 0;
    background: none;
    margin: 12px 0;
}

.faculty-contain {
    border: 1px solid #e6e8e9;
    padding: 9px;
    transition: 0.7s all ease;
}

.faculty-contain:hover {
    -webkit-box-shadow: 0px 6px 18px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 18px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 18px -3px rgba(0, 0, 0, 0.75);
}

.faculty-contain .img-contain {
    width: 216px;
    padding: 0 20px 0 0;
    vertical-align: middle;
}

.faculty-contain .pHead {
    color: #000;
    font: 700 26px/32px 'Lato', sans-serif;
    letter-spacing: 0.5px;
    padding: 5px 0;
}

.faculty-contain .pHead span {
    padding-top: 5px;
    display: block;
    color: #000;
    font: 300 23px/30px 'Lato', sans-serif;
}

.faculty .faculty-contain .pDesc {
    margin: 0 0 10px 0;
    ;
    color: #000;
    font: 400 16px/22px 'Lato', sans-serif;
}

.faculty .faculty-contain .read-mr {
    display: block;
    color: #0a0a0a;
    font: 400 14px/20px 'Lato', sans-serif;
    background: #75bbf3;
    padding: 10px 0;
    width: 95px;
    text-align: center;
}


/*------------------ Research Publications ------------*/

.accordion {
    margin: 0 auto;
    width: 98%;
}

.textMain .accordead.show_accord {
    background: #003967 url(../images/minus-w.png) 98% center no-repeat;
}

.textMain .accordane-img-list {
    margin: 0 auto;
    max-width: 640px;
}

.textMain .accordane-img-list li {
    margin: 20px 3%;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    background: none;
    padding: 0;
    min-width: 160px;
}

.textMain .accordane-img-list li a {
    display: block;
    padding: 10px;
}

.textMain .accordead a::after {
    display: none;
}


/*---------------Existing Website CSS---------------*/


/*----------------Contact-Us CSS--------------------*/

.contact-page h1 {
    text-transform: uppercase;
    text-align: center;
}

.con-hips {
    color: #1188e4;
}

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

.ofc-img img {
    display: inline-block;
    width: 270px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    margin: 5px;
    text-align: center;
}

.text-center.textsize {
    font-size: 20px !important;
    text-align: center;
    font-weight: 700;
}

.text-center {
    text-align: center;
    font-weight: bold;
}

.address-container.table {
    margin: 10px auto;
    display: block;
    max-width: 670px;
}

.address-tab {
    width: 300px;
    margin: 20px 10px 20px 10px;
    border: 1px solid #ccc;
}

.address-tab .pHead {
    background: #003967;
    font: 500 20px/24px 'lato', sans-serif;
    color: #fff;
    padding: 10px;
}

.address-tab div {
    font: 400 15px/24px 'Lato', sans-serif;
    color: #141414;
    padding: 8px 0 8px 40px;
    position: relative;
}

.address-tab div::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 30px;
    left: 10px;
}

.address-tab .map-icon::before {
    background: url(../images/loc-icon.png) no-repeat center center;
}

.address-tab .cal-icon::before {
    background: url(../images/contact-call-icon.png) no-repeat center center;
}

.contact-page .appointment-links li:hover,
.review-list li:hover {
    background: #0b88ec !important;
}

.address-tab .fax-icon::before {
    background: url(../images/fax-icon.png) no-repeat center center;
}

.address-tab .dir-icon::before {
    background: url(../images/dir-icon.png) no-repeat center center;
}

.appointment-links {
    width: 55%;
    padding: 0px 0px 0px 20px;
}

.contact-page .appointment-links li {
    background: #003967 !important;
    display: inline-block;
    text-align: left;
    width: 100%;
    vertical-align: top;
    padding: 0px 10px 0px 0px;
    font: 500 20px/24px 'lato', sans-serif;
    color: #fff;
    margin: 0 2% 5px 0;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
    -o-transition: 0.7s all ease;
    transition: 0.7s all ease;
    display: block;
}

.appointment-links li em {
    font-style: normal;
}

.contact-page .appointment-links li a {
    padding: 10px 0 !important;
    display: block;
    text-decoration: none;
    color: #fff;
}

.appointment-links li.contact-ph span {
    background: url(../images/cal-icon.png) no-repeat scroll 0px 0px;
    filter: brightness(0) invert(1);
    margin: 15px 10px 0 11px;
    width: 13px;
}

.appointment-links li.contact-fax span {
    background: url(../images/fax-icon.png) no-repeat scroll 0px 0px;
    filter: brightness(0) invert(1);
    margin: 4px 10px 0 10px;
}

.appointment-links li.app-c span {
    background: url(../images/app-icon.png) no-repeat scroll 0px 0px;
}

.appointment-links li.contact-fax {
    padding: 10px 0 !important;
}

.appointment-links li.app-c span {
    background: url(../images/app-icon.png) no-repeat scroll 0px 0px;
}

.appointment-links li span {
    float: left;
    width: 20px;
    height: 20px;
    margin: 1px 10px 0 10px;
}

.review-list li a {
    display: block;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
}

.review-list li.review-c span {
    background: url(../images/film-icon.png) no-repeat scroll 0px 0px;
}

.review-list li.out-of-town-c span {
    background: url(../images/plane-icon.png) no-repeat scroll 0px 0px;
}

.review-list li {
    background: #003967 !important;
    display: inline-block;
    text-align: left;
    width: 22%;
    vertical-align: top;
    padding: 0px !important;
    font: 500 20px/24px 'lato', sans-serif;
    color: #fff;
    margin: 12px 2%;
    -webkit-transition: 0.7s all ease;
    -moz-transition: 0.7s all ease;
    -o-transition: 0.7s all ease;
    transition: 0.7s all ease;
    min-width: 280px;
}

.review-list {
    text-align: center;
}

.review-list li span {
    float: left;
    width: 30px;
    height: 23px;
    margin: 1px 10px 0 10px;
}

#Map-intra {
    min-height: 535px;
    text-align: center;
}

#Map-Container {
    background: #aadaff;
}

.contact-frm {
    text-align: center;
}

.contact-frm .form-head img {
    margin: -5px 10px 0 0;
}

.review-list li a:hover {
    color: #fff;
}

.form-c {
    width: 331px;
    margin: 0 auto;
}

.social-links-list {
    display: block;
    margin: 5px auto;
    text-align: center;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #fff;
    padding: 5px;
    border-radius: 30px;
    box-shadow: 0 2px 5px 2px rgba(115, 115, 115, .5)
}

.social-links-list li {
    vertical-align: top;
    margin: 5px 2px 0 0;
    padding: 0
}

.social-links-list li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: 0 0;
    transition: .7s all ease
}

.social-links-list li a:hover {
    transform: translate(0, -5px)
}

.social-links-list li span {
    display: none;
}

.social-links-list li a::before {
    content: attr(data-icon);
    font-family: "fontello";
    font-size: 22px;
}

.social-links-list li a::before {
    position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    border: 2px solid #144873;
    border-radius: 50%;
    font-size: 25px;
    padding: 6px 0 0 0;
    color: #003867
}

.social-links-list li {
    margin: 6px 2px
}

.social-links-list li::after {
    content: '';
    display: block;
    clear: both
}

/* .social-links-list {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 36%;
}
.social-links-list li {
 display: inherit;
 background: #1452a5;
 margin: 1px 5px;
 color: #fff;
 width:38px;
 height:38px;
 padding:7px;
 text-align:center;
}
.social-links-list li a {
 padding-top: 3px;
}
.social-links-list li:hover {
 color: #fff;
 background: #0e64d7;
}
.social-links-list li:hover a::before {
 color: #fff;
}
.social-links-list li a::before {
	content: attr(data-icon);
	font-family: "fontello";
 font-size: 22px;
}
.social-links-list li span {
	display: none;
} */

/* .social-links-list li {
    margin: 2px 0;
}

.social-links-list li a {
    display: inline-block;
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    transition: 0.7s all ease;
    float: right;
}

.social-links-list li a::before {
    position: absolute;
    font-family: 'fontello';
    color: #ffffff;
    font-size: 26px;
    left: 2px;
    text-align: center;
    padding: 11px 0 9px 0;
    width: 46px;
    height: 46px;
    top: 1px;
}

.social-links-list li span {
    opacity: 0;
    padding: 15px 0 15px 48px;
    display: block;
}

.social-links-list li::after {
    content: '';
    display: block;
    clear: both;
} */

.facebook a::before {
    content: '\f09a';
}

/* .facebook a {
    background: #016dc4;
} */

.twitter a::before {
    content: '\f099';
}

/* .twitter a {
    background: #1da1f2;
} */

.youtube a::before {
    content: '\f167';
}

/* .youtube a {
    background: #e0121f;
} */

.blog a::before {
    content: '';
    background: url(../images/blog-icon.png) no-repeat center center;
}

.blog a {
    background: #0274b3;
}

/* .social-links-list li a:hover span {
    display: block;
    transition: 0.7s all ease;
    color: #ffffff;
    font: 400 17px/22px 'Lato', sans-serif;
    opacity: 1;
}

.social-links-list li a:hover {
    width: 140px;
} */

.awards-pg .pTitle {
    color: #1886b2;
    font: 700 30px/36px 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 10px 0;
}

.awards-pg .subHead {
    font: 600 22px/28px 'Lato', sans-serif;
    color: #585656;
    padding-bottom: 15px;
}

.img-doc {
    text-align: center;
    min-width: 290px;
    margin: 20px 0;
}

.useful-links-s {
    float: left;
    width: 100%;
}

.useful-links-s.awards li {
    height: 131px !important;
    width: 276px !important;
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
}

.award-log {
    min-height: 73px;
}

.useful-links-s.awards p {
    background: #01325a;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.useful-links-s.awards li a {
    padding: 0;
}

.useful-links-s li a {
    display: block;
    padding: 5px;
}

.useful-links-s.awards p a {
    display: block;
    padding: 6px 3px;
    color: #fff;
    text-decoration: none;
}

.useful-links-s li {
    border: 1px solid #ccc;
    float: left;
    margin: 5px;
    padding: 10px;
    width: 27%;
    text-align: center;
    background-image: none;
    height: 80px !important;
    background: none !important;
    padding: 0 !important;
}


/*--------------fellowship CSS----------------*/

.fellowship .container {
    margin-top: 30px;
}

.fello-ahi {
    width: 98%;
    max-width: 666px;
    margin: auto;
    text-align: center;
}

.fello-ahi-img {
    margin: 10px auto;
    min-width: 290px;
}

.pg-ahi-img {
    margin: 20px auto;
    min-width: 290px;
    text-align: center;
}

.fello-ahi .pTitle {
    font: 600 22px/28px 'Lato', sans-serif;
}

.fello-ahi .pTitle span {
    display: block;
    font: 400 20px/26px 'Lato', sans-serif;
}

.fello-ahi .subHead {
    font: 400 18px/28px 'Lato', sans-serif;
    padding: 5px 0;
}

.fello-ahi .pHead {
    font: 700 18px/26px 'Lato', sans-serif;
}

.fellowship .fello-mission p {
    font: 600 15px/22px 'Lato', sans-serif;
    margin: 20px 0;
    text-align: center;
}

.fellowship .italic {
    font-style: italic;
    font-size: 15px;
}

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

.fello-group-img {
    width: 33%;
    margin: 10px auto;
    min-width: 320px;
    display: inline-block;
    vertical-align: top;
    /*  width: 86%;
    margin: 10px auto;
    min-width: 200px; */
}

.fello-img .pDesc {
    font: 600 13px/20px 'Lato', sans-serif;
}

.fellowship .main-desc {
    margin: 20px 0;
}

.fellow-blk {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin: 0px 10px;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 0px 10px;
}

.blue-border {
    border: 8px solid #123B67;
}

.textMain .images-list {
    text-align: center;
    margin: 15px auto;
}

.textMain .images-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 10px 1%;
    background: none;
}

.textMain .images-list li img {
    border: 1px solid #ccc;
    padding: 2px;
}

.research-presentations .container {
    text-align: center;
}

.in-the-news .img-container {
    text-align: center;
    margin: 10px 0 25px 0;
    min-width: 290px;
}

.dr-img-p {
    background: #005090 none repeat scroll 0 0;
    color: #ffffff;
    float: right;
    font-size: 16px;
    padding: 3px;
    text-align: center;
    width: 200px;
    margin: 20px 0 10px 20px;
}


/*----------iframe-------------*/

.vid-con {
    width: 82%;
    min-width: 290px;
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 10px auto;
    border: 4px solid #333;
}

.vid-con iframe {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.vid-con img {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}


/*----------------Subpage css--------------*/

.textMain .Listsub.no-icn li {
    max-width: 275px;
    min-width: 265px;
}

.textMain .Listsub li {
    font: 400 16px/20px 'lato', sans-serif;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 3px 7% 9px 0px;
    width: 40%;
    background: none !important;
    padding: 0 !important;
    position: relative;
    min-height: 56px;
}

.textMain .Listsub.no-icn li a {
    color: #fff;
    display: block;
    padding: 17px 15px 19px 22px;
    background: #01325a;
    text-decoration: none;
}

.textMain .Listsub li::after {
    position: absolute;
    right: -30px;
    top: 0;
    content: '';
    width: 30px;
    height: 100%;
    background: url(../images/listsub-bg.png) no-repeat scroll 0 0;
    background-size: 100% 100%;
}

.yt-video:hover {
    background: #eeeeee;
    transition: 0.7s all ease;
}

.yt-video {
    margin: 20px 2%;
    width: 210px;
    min-height: 210px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: transparent;
    border-radius: 10px;
    padding-top: 10px;
}

.textMain .yt-video a {
    text-decoration: none;
}

img.img-vd {
    width: 150px;
    height: auto;
    padding: 2px;
    border: solid 1px #ccc;
    margin: 5px auto;
}

span.vd-name {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 17px;
}

#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 9999999;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    width: 700px;
    height: auto;
    margin: auto;
    z-index: 32;
}

.slvj-lightbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    margin: 0;
    background-color: #FFF;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .3);
    z-index: 53;
}

#slvj-close-icon {
    background-color: #fff;
    background-image: url("../images/close-icon.png");
    background-position: 3px center;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    z-index: 551;
}

#slvj-back-lightbox iframe {
    width: 100%;
    height: 450px;
}

.about-pg .sb-profession-list li {
    background: #01325a !important;
    padding: 0;
}

.about-pg .sb-profession-list li a {
    background: url("../images/sb-btn-arrow-bg.png") no-repeat right center !important;
    color: #fff;
}

.about-pg .sb-profession-list li a::before {
    background: url("../images/sb-btn-icn-border.png") no-repeat center center !important;
}

.about-pg .sb-profession-list li a::after {
    border-left: 21px solid #01325a !important;
}

.list_nav11 li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding: 0 !important;
    background: none !important;
    margin: 0 3% 1% 0;
}


/*---------------- Accessibility CSS ---------------*/

.accessible_on #Our-Mission,
.accessible_on #Donate-Now,
.accessible_on #Donate-Now .read-mr,
.accessible_on .our-mission-contain,
.accessible_on #Research-Education,
.accessible_on #In-The-News,
.accessible_on #Our-Research-Team,
.accessible_on .the-news-contain,
.accessible_on .news-txt .date-div,
.accessible_on .news-sub-list,
.accessible_on .news-img .read-mr,
.accessible_on .our-team-list .dr-txt,
.accessible_on #Footer-Container,
.accessible_on .news-sublist-contain .date-Head,
.accessible_on .our-team-list .view-pro,
.accessible_on #Research-Main .txt-contain,
.accessible_on #Research-Main .txt-contain .date,
.accessible_on .menu > li:hover,
.accessible_on #Credibility-Logo,
.sb-donate-now li,
.accessible_on .sb-donate-now li:hover,
.accessible_on .sb-res-edu .pHead,
.accessible_on .about-pg .sb-profession-list li,
.accessible_on .sb-profession-list li,
.accessible_on .sb-our-team,
.accessible_on .sb-donate-now li a,
.accessible_on .sb-profession-list li span,
.accessible_on .useful-links-s.awards p,
.accessible_on .list_nav11,
.accessible_on .airport-list,
.accessible_on.faculty .faculty-contain .read-mr,
.accessible_on .donate-btn a,
.accessible_on .donate-btn a:hover,
.accessible_on .accordead,
.accessible_on .textMain .accordead,
.accessible_on .address-tab .pHead,
.accessible_on.contact-page .appointment-links li,
.accessible_on .facebook a,
.accessible_on .twitter a,
.accessible_on .youtube a,
.accessible_on .dr-img-p {
    background: none !important;
}

.accessible_on #S-Social-Links {
    position: relative;
    top: -114px;
    right: 0px;
    text-align: right;
}

.accessible_on .social-links-list {
    position: relative;
}

.accessible_on .social-links-list li a {
    width: 140px;
}

.accessible_on .social-links-list li {
    margin: 2px 0;
    display: inline-block;
    right: 0px;
    text-align: center;
    border: 1px solid #ccc;
}

.accessible_on .social-links-list li a span {
    font: 400 17px/22px 'Lato', sans-serif;
    display: block !important;
    opacity: 1;
}

.accessible_on .social-links-list li span {
    padding: 15px;
}

.accessible_on .yt-video {
    background: #eeeeee;
    transition: 0.7s all ease;
}

.accessible_on .our-team-list .view-pro {
    position: relative;
    bottom: 0px;
}

.accessible_on .slide-lists li .txt {
    opacity: 1;
}

.accessible_on .news-txt .date-div span,
.accessible_on .news-txt .date-div {
    color: #000 !important;
}

.accessible_on.dfw-blackmode .news-txt .date-div span,
.accessible_on.dfw-blackmode .news-txt .date-div {
    color: #fff !important;
}

.accessible_on .sb-our-team,
.accessible_on .sb-profession-list,
.accessible_on .sb-res-edu,
.accessible_on .sb-donate-now {
    border: 1px solid #ccc;
}

.accessible_on nav .dfw-skip {
    right: 0px;
}

.accessible_on .appnt-list li,
.accessible_on #Our-Mission .pHead span,
.accessible_on #Our-Mission .pDesc,
.accessible_on #Donate-Now .pHead,
.accessible_on #Donate-Now .pSubhead,
.accessible_on #Our-Mission .pHead,
.accessible_on #Our-Latest-Research .pDesc,
.accessible_on .news-txt .pDesc,
.accessible_on #In-The-News .pTitle span,
.accessible_on .news-sublist-contain .pDescription,
.accessible_on #Our-Latest-Research .pHead,
.accessible_on .news-archive-list li span,
.accessible_on #Our-Research-Team .pHead,
.accessible_on .our-team-list .dr-name,
.accessible_on .our-team-list .dr-name span,
.accessible_on .news-sublist-contain .date-Head,
.accessible_on #Research-Main .txt-contain .date,
.accessible_on #Research-Main .txt-contain .ptDesc,
.accessible_on #Footer .pHead,
.accessible_on .copyright-text,
.accessible_on #Research-Main .txt-contain .pDesc,
.accessible_on #Research-Main .video-contain span,
.accessible_on .news-archive-list li,
.accessible_on .menu > li:hover,
.accessible_on #Credibility-Logo .pHead,
.accessible_on .sb-res-edu .pHead,
.accessible_on .sb-profession-list li,
.accessible_on .sb-our-team .dr-name,
.accessible_on .sb-our-team .pHead,
.accessible_on.awards-pg .subHead,
.accessible_on.awards-pg .pTitle,
.accessible_on.faculty .section-Head,
.accessible_on.faculty .pHead,
.accessible_on.faculty .pHead span,
.accessible_on.faculty .faculty-contain .pDesc,
.accessible_on.contact-page .appointment-links li,
.accessible_on .mandatory,
.accessible_on .con-hips,
.accessible_on .address-tab div,
.accessible_on .dr-img-p,
.accessible_on .social-links-list li a span {
    color: inherit !important;
}

.accessible_on.dfw-blackmode .logo img {
    background: #fff;
}

.accessible_on .our-team-list li {
    max-width: 318px;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    min-width: 280px;
}

.accessible_on #Credibility-Logo-Intra li {
    display: inline-block;
    vertical-align: middle;
}

.accessible_on .news-img .img-container,
.accessible_on .the-news-contain {
    border: none;
}

.accessible_on .our-team-list .contain {
    border: 1px solid #ccc;
}

.accessible_on #Our-Latest-Research .pHead::before,
.accessible_on .news-tabs-s.NewsSec_tabs,
.accessible_on .research-edu-contain img,
.accessible_on .img-container img,
.accessible_on .social-links-list li a::before,
.accessible_on .social-links-list li::after {
    display: none !important;
}

.accessible_on #Our-Mission {
    padding: 0 !important;
}

.accessible_on h1#Main-Headline {
    visibility: hidden !important;
    font-size: 0;
}

.accessible_on .our-mission-contain {
    box-shadow: none;
}


/*------------------White Mode---------------*/

.accessible_on .our-mission-contain {
    border: 2px solid #000;
}

.accessible_on .research-edu-list li span::before {
    background-color: #000;
}

.accessible_on.dfw-whitemode .research-edu-contain img {
    filter: grayscale(100%) contrast(3);
}

.accessible_on.dfw-whitemode #Research-Education {
    border-top: 2px solid #000;
}

.accessible_on.dfw-whitemode #Research-Education,
.accessible_on.dfw-whitemode #Donate-Now {
    border-bottom: 2px solid #000;
}

.accessible_on.dfw-whitemode #Donate-Now .read-mr {
    border: 1px solid #000;
}


/*---------------------Black Mode-----------------*/

.accessible_on.dfw-blackmode .research-edu-list li span::before {
    background-color: #000;
    filter: invert(1);
}

.accessible_on.dfw-blackmode .research-edu-contain img {
    filter: grayscale(100%) contrast(3) invert(1);
}


/*--------------- Accessibility Design -------------*/

.accessible_on #Our-Latest-Research .txt-contain {
    display: block;
    text-align: center;
}

.accessible_on #Our-Latest-Research .slide-contain {
    display: block;
    width: auto;
    text-align: center;
}

.accessible_on .slide-lists li {
    max-width: 318px;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
    min-width: 280px;
}

.textMain .inner-hosp-list li {
    padding: 0;
    float: left;
    margin: 10px;
    width: 29%;
}

.textMain .inner-services li,
.textMain ul.blog-posts li,
.textMain .inner-hosp-list li {
    background: none;
}

.ahi-centre {
    text-align: center;
}

.video-titles ul {
    text-align: center;
    font-weight: bold;
}

.video-titles ul li {
    display: inline-block;
    text-align: center;
    border: 1px solid #eae3e3;
    margin: 5px;
    font-weight: bold;
    padding: 8px;
    background: #e1e1e138;
    box-shadow: 2px 2px 2px #e1e1e1cc;
    /* min-height: 520px; */
    vertical-align: top;
}

.research-list-bg {
    min-height: 520px;
}

.research-title {
    height: 170px;
}

.img-town {
    float: right;
    margin: 15px 15px 10px 5px;
}

.out-patients {
    color: #03345d !important;
    padding: 10px 0px 10px 5px !important;
    margin: 7px 0px 7px 0px;
    background: url(../images/head-line-bg.gif) no-repeat 74% 30px;
}

.out-patients img {
    margin: -3px 10px 0px 0px;
}

.airport-list {
    background: #f4f4f4;
    padding: 3px;
    border: 1px solid #e7e7e7;
    width: 98%;
}

.airport-list ul {
    padding: 0px;
    margin: 10px 0px;
}

.airport-list ul li {
    display: inline-block;
    border-right: 1px solid #dfdfdf;
    background: url(../images/bullet-b.gif) no-repeat 15px 14px;
    padding: 5px 5px 5px 30px;
}

.airport-list ul li:last-child {
    border-right: none;
}

.airport-list ul ul li {
    border-right: none;
    list-style: circle;
}

.list_nav11 {
    background: #f4f4f4;
    width: 98%;
    padding: 1% !important;
    border: 1px solid #e5e5e5;
}

.list_nav11 li {
    display: inline-block;
    width: 185px;
    vertical-align: top;
    padding: 5px !important;
    background: none !important;
    margin: 0px 2px 10px 2px;
    border-right: 1px solid #ccc;
}

.bg-line {
    background: url(../images/bg-line.gif) no-repeat 92% 30px !important;
}

.textMain .images-list {
    text-align: center;
    margin: 15px auto;
}

.textMain .images-list li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 10px 5px;
    background: none;
}

.textMain .image-list-max-height li img {
    max-height: 198px;
}

.textMain .images-list li img {
    border: 1px solid #ccc;
    padding: 2px;
}

.textMain .image-right {
    float: right;
    margin: 5px 5px 5px 10px;
}
.textMain .image-left {
    float: left;
    margin: 5px 10px 5px 5px;
}

.textMain .images-list-3 {
    text-align: center;
    margin: 15px auto;
    padding: 0;
}

.textMain .images-list-3 li {
    font: 400 15px/24px 'Lato', sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 20px 10px;
    width: 31%;
    min-width: 310px;
    box-shadow: 0px 0px 7px 2px #ddd;
}

.textMain .images-list-3 li img {
    padding: 5px;
}

.textMain .images-list-3 li span {
    display: block;
    min-height: 70px;
    margin: 10px auto 0 auto;
    max-width: 98%;
}

.donate-btn a {
    display: inline-block;
    background: #318bd4;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 8px;
}

.donate-btn a:hover {
    background: #0d436f;
    color: #ffffff;
}

.textMain .external_buttons {
    text-align: center;
}

.textMain .external_buttons li {
    background: none;
    padding: 0;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
}

.textMain .external_buttons li a {
    background: #01325A;
    color: #fff;
    padding: 10px 25px;
    font: 600 20px/28px 'Lato', sans-serif;
    border-radius: 25px;
    box-shadow: 1px 2px 4px 1px #777;
    transition: 0.7s all ease;
}

.textMain .external_buttons li a:hover {
    transform: translate(0, -5px);
}

#slider2 {
    max-width: 100% !important;
}

#slider2 li {
    background: #000;
    padding: 0px;
    text-align: center;
}

.rslides_container {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.centered-btns_tabs {
    display: none;
}

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}

.centered-btns_nav.slideNext {
    left: auto;
    background-position: right top;
    right: 0;
}

#Faculty_flex.faculty-list {
    min-height: 300px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#Faculty_flex.faculty-list li {
    text-align: left;
    min-height: 250px;
    height: 100%;
    width: 100%;
}

.pub-notice-map {
    height: 451px;
    background: url(/images/public-notice-map.jpg) no-repeat center 0;
}

.image-right-width-250 {
    max-width: 250px;
    margin: 5px 5px 5px 25px;
    float: right;
    clear: both;
}

.readmore-btn {
    display: block;
    color: #0a0a0a !important;
    font: 400 14px/20px 'Lato', sans-serif;
    background: #75bbf3;
    padding: 10px 0;
    width: 95px;
    text-align: center;
}

.interns {
    text-align: center;
}

.interns-r {
    text-align: center;
}

.interns-l {
    text-align: center;
}

.interns-profile {
    display: inline-block;
    width: 228px;
    padding: 20px 0px;
    vertical-align: top;
    text-align: center;
}

.interns-profile span {
    font-weight: bold;
    display: block;
}

.interns-profile img {
    border: 5px solid #0b3f6a;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 15px;
}

.interns-read a {
    display: inline-block;
    background: #0b3f6a;
    color: #ffffff;
    padding: 5px 15px;
    margin-top: 15px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.ra-txt {
    display: block;
    padding-top: 15px;
    font-size: 30px;
    color: #1188e4;
    font-weight: bold;
    text-align: center;
}



.immerse {
    position: relative;
   
}

.immerse h3 {
    text-align: left;
}

.collab h3 span,
.immerse h3 span {
    font-size: 20px;
    color: #1188e4;
}


.read-more a {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid #333;
    border-radius: 10px;
    text-decoration: none;
}

.blog-th {
    float: left;
    margin-right: 20px;
}

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

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

.dtable {
    display: table;
}

.dtablecell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.join-newsletter {
	border: 1px solid #1d7bc9;
	text-transform: uppercase;
	display: inline-block !important;
	background: #00345f;
	margin: 10px;
	font: 700 16px/22px 'Lato', sans-serif !important;
	padding: 5px 10px !important;
	color: #ffffff;
	transition: 0.7s all ease;
}
	.join-newsletter:hover {
	background: #00589f;
	color:#ffffff !important;
}
#web-counter-intra {
	font-family: Lato, sans-serif;
	padding:50px 0px;
}

.counterdiv {
	display: block;
	color: #003967;
	font-size: 40px;
	margin: 30px 0px;
	font-weight: bold;
}
.txt-ctr {
	text-align: center;
	padding: 0px 40px;
	font-weight:bold;
}
.brdr-rt {
	border-right:1px solid #797575;
}
.flex-main {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}.flex-inner{width:50%;}
/*--------------------Media Query-------------------*/

@media screen and (max-width:980px) {
    .banner-content {
        font: 700 34px/42px 'Lato', sans-serif;
    }

    .banner-content span.sub {
        font: 400 24px/30px 'Lato', sans-serif;
    }

    .banner-subText {
        right: 0;
    }

    .edu-list {
        width: 33%;
    }

    #Our-Latest-Research .nbs-flexisel-nav-left {
        left: 9px;
        bottom: -32px;
    }

    #Our-Latest-Research .nbs-flexisel-nav-right {
        left: 40px;
        bottom: -32px;
    }

    .news-img {
        width: 32%;
    }

    .news-txt .pHead {
        font: 700 20px/26px 'Lato', sans-serif;
    }

    .news-txt .pDesc {
        font: 400 15px/25px 'Lato', sans-serif;
    }

    .news-sub-list {
        min-height: 330px;
    }

    .news-txt .pDesc a {
        font: 400 15px/25px 'Lato', sans-serif;
    }

    .news-tabs-s {
        bottom: initial;
        top: 419px;
    }

    .img-contain img {
        margin-top: 0;
    }

    .news-txt .date-div {
        left: -92px;
    }

    .copyrights {
        width: 26%;
    }

    #Banner-Container-S .banner-content,
    #Banner-Container-S .banner-content span.sub {
        font: 700 19px/27px 'Lato', sans-serif;
    }

    .textMain .accordane-img-list {
        text-align: center;
    }

    .address-container.table {
        margin: 10px auto;
        display: block;
        width: 90%;
    }

    .logo {
        width: 54.4%;
    }
}

@media screen and (max-width:860px) {
    .menu li {
        font: 700 15px/22px 'Lato', sans-serif;
    }

    .pos-lft {
        width: 60%;
    }

    .research-edu-list li {
        font: 400 15px/24px 'Lato', sans-serif;
    }

    .edu-list {
        vertical-align: top;
    }

    .slide-lists .txt {
        font: 400 14px/22px 'Lato', sans-serif;
    }

    #Our-Latest-Research .slide-contain {
        width: 38%;
    }

    .news-sublist-contain .img-contain {
        width: auto;
    }

    .news-sublist-contain .txt-contain {
        width: auto;
        margin-top: 20px;
    }

    .news-txt .date-div {
        left: -84px;
    }

    .news-txt .pHead {
        min-height: 116px;
    }

    .news-sub-list {
        min-height: 354px;
    }

    .rsch-publication {
        width: 55%;
    }

    #Research-Main .video-contain span {
        bottom: 22%;
    }

    .faculty-contain .pHead {
        font: 700 22px/28px 'Lato', sans-serif;
    }

    .faculty-contain .pHead span {
        font: 300 18px/24px 'Lato', sans-serif;
    }

    .textMain h4,
    .hTag4,
    .textMain h2.hTag4,
    .textMain h3.hTag4 {
        font: 600 18px/24px 'Lato', sans-serif;
    }

    .appnt-list li {
        font: 700 17px/26px 'Lato', sans-serif;
    }
}

@media screen and (max-width:767px) {
    .banner-content {
        font: 700 30px/36px 'Lato', sans-serif;
        width: 100%;
        text-align: center !important;
        bottom: 26px !important;
        top: initial;
        background: rgba(255, 255, 255, 0.5);
        color: #000 !important;
    }

    .banner-subText {
        right: initial;
        left: 10px;
    }

    .research-edu {
        display: block;
        width: auto;
        padding: 0 5px 20px 5px;
    }

    .edu-list {
        display: inline-block;
        width: 39%;
        min-width: 300px;
        text-align: left;
        vertical-align: top;
        margin: 0 2% 25px 2%;
    }

    #Research-Education {
        text-align: center;
    }

    #Edu-List {
        margin: 0 2% -25px 2%
    }

    .news-sub-list {
        padding: 45px 1% 24px 1%;
        min-height: 354px;
    }

    .news-img {
        display: block;
        width: auto;
    }

    .news-img .img-container {
        margin: 20px auto;
        min-width: 290px;
    }

    .news-txt {
        display: block;
        width: auto;
    }

    .news-tabs-s {
        bottom: 402px;
        right: 32px;
        top: initial;
    }

    .dates-contain {
        width: 50%;
        margin: auto;
        min-width: 290px;
        border: 2px solid #1a4d76;
        background: #003967;
    }

    .news-sub-list .contain {
        margin: 20px 2%;
        min-width: 220px;
    }

    #Research-Main .pHead {
        text-align: center;
    }

    .rsch-presentation {
        display: block;
        width: 76%;
        margin: 0 auto 20px auto;
    }

    .rsch-publication {
        display: block;
        width: auto;
    }

    #Research-Main .txt-contain {
        min-height: 340px;
    }

    #Banner-Container-S .banner-content {
        left: 0;
        bottom: 5px !important;
        width: 100% !important;
        top: initial;
    }

    #Banner-Container-S .banner-subText {
        display: none;
    }

    #Content {
        display: block;
        width: auto;
    }

    #Sidebar {
        display: block;
        margin: auto;
        clear: both;
    }

    .textMain h4,
    .hTag4,
    .textMain h2.hTag4,
    .textMain h3.hTag4 {
        font: 600 15px/22px 'Lato', sans-serif;
    }

    .dr-img-p {
        float: none;
        text-align: center;
        margin: 15px auto;
    }

    .address-tab.table-cell,
    .appointment-links.table-cell {
        display: inherit;
    }

    .address-tab {
        margin: 20px auto;
    }

    .appointment-links.table-cell {
        margin: 20px auto;
        min-width: 300px;
        padding: 0;
    }

    .appointment-links li.app-c span {
        padding-bottom: 25px;
    }

    .fellow-blk {
        width: 46%;
    }

    .pub-notice-map {
        background-size: 170% 70%;
    }

    #sun-pop .popup-image {
        border-bottom: 1px dashed #ccc;
    }

    #sun-pop img {
        margin: 10px 0px;
    }

    #sun-pop {
        width: 95% !important;
    }

    .interns-profile {
        width: 49%;
    }

}


@media screen and (max-width:700px) {
    #Header {
        text-align: center;
    }

    .table-cell.logo {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .call-menu {
        width: auto;
        display: inline-block;
        padding-bottom: 15px;
    }

    .banner-content {
        font: 700 25px/30px 'Lato', sans-serif;
    }

    #Our-Latest-Research .txt-contain {
        display: block;
        width: auto;
        text-align: center;
    }

    #Our-Latest-Research .slide-contain {
        display: block;
        width: auto;
        max-width: 340px;
        margin: 25px auto;
    }

    #Our-Latest-Research .pHead::before {
        margin: auto;
        left: 0;
        right: 0;
    }

    .news-txt .date-div {
        display: none;
    }

    .news-txt .pHead {
        min-height: initial;
        margin: 0;
        text-align: center;
        padding: 10px 1%;
    }

    .news-txt .pDesc {
        margin: 0;
        padding: 10px 1% 30px 1%;
        text-align: center;
        max-width: initial;
    }

    .news-txt .pDesc a {
        display: inline-block;
        padding: 0;
    }

    .news-sub-list {
        text-align: center;
    }

    .news-sub-list .contain {
        text-align: left;
    }

    .ft-menu {
        display: block;
        text-align: center;
        width: auto;
    }

    .ft-info-links {
        display: block;
        text-align: center;
        width: auto;
        margin-top: 30px;
    }

    .copyrights {
        display: block;
        text-align: center;
        width: auto;
        margin-top: 30px;
    }

    .ypo-logo {
        margin: 45px auto;
    }

    .faculty-contain .img-contain {
        display: block;
        margin: 20px auto;
    }

    .faculty-contain .txt-contain {
        display: block;
        text-align: center;
    }

    .faculty .faculty-contain .read-mr {
        margin: auto;
    }

    .our-team-list .contain .view-pro {
        bottom: 0;
    }

    .our-team-list .contain {
        cursor: pointer;
        border: 3px solid #64ade2;
    }

    .dfw-off {
        display: none !important;
    }

    /* .social-links-list {
        display: none !important;
    } */
    .social-links-list {
        /* display: none !important; */
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        top: auto;
        text-align: center;
    }

    .social-links-list li {
        display: inline-block;
    }

    .logo a {
        padding: 12px 10px;
    }

    .appnt-list {
        padding-top: 0;
    }
}

@media screen and (max-width:640px) {
    .collab {
        width: 100%;
    }

    .immerse {
        top: 0px;
    }

    .img-r,
    .img-l {
        float: none;
        margin: 0px;
        text-align: center;
    }

    .dtablecell {
        display: block;
        width: 100%;
    }
	.brdr-rt {
	border:none;
}
.flex-inner{width:100%;}
}

@media screen and (max-width:639px) {
    .blog-th {
        float: none;
        margin: 0px;
        text-align: center;
    }

    .fellow-blk {
        width: 97%;
    }

    .rslides_container {
        width: 90%;
    }

    .image-right-width-250 {
        float: none;
        clear: both;
        margin: 10px auto;
        display: block;
        text-align: center;
    }
	#web-counter-intra .table-cell {
		display:block;
	}
	.mblk .table-cell {
        display: block;
    }
}


@media screen and (max-width:480px) {
    .research-list li {
        width: auto;
        margin: 5px;
    }

    .news-tabs-s {
        bottom: 710px;
    }

    #Research-Main .txt-contain {
        min-height: 400px;
    }
}

@media screen and (max-width:479px) {
    .interns-profile {
        width: 100%;
    }

    .ra-txt {
        display: block;
        text-align: center;
        padding-top: 20px;
    }
}
