@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Black.woff2') format('woff2'),
        url('./fonts/PlayfairDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-ExtraBold.woff2') format('woff2'),
        url('./fonts/PlayfairDisplay-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('./fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('./fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('./fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('./fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('./fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Black.woff2') format('woff2'),
        url('./fonts/Poppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Bold.woff2') format('woff2'),
        url('./fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('./fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-ExtraLight.woff2') format('woff2'),
        url('./fonts/Poppins-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Light.woff2') format('woff2'),
        url('./fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Medium.woff2') format('woff2'),
        url('./fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.woff2') format('woff2'),
        url('./fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('./fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Thin.woff2') format('woff2'),
        url('./fonts/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(40px);
        -ms-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.Banner_on .fadeInRight {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}



/* ---------- Theme CSS ---------- */
#Map-Container,
#Map-cntr,
#Ded-cntr,
#Ser-cntr,
#Res-cntr,
#Dr-cntr,
#Testimonial-cntr,
#Adv-cntr,
#Title-cntr,
#Nav-cntr,
#Credibility-cntr,
#head-top,
#nav-container,
#candi-test-cntr {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#Accessibility,
#Header,
#Banner,
#Content-Main,
#Footer,
#Map-intra,
#Main-Menu,
#Mobile-Menu,
#Service,
#Ded-intra,
#Ser-intra,
#Res-intra,
#Dr-intra,
#Testimonial-intra,
#Adv-intra,
#Title-intra,
#Nav-intra,
#Credibility-intra,
#head-top-inner,
#nav-inner,
#candi-test-inner {
    max-width: 1170px;
    min-width: 300px;
    margin: 0px auto;
    padding: 0px;
    position: relative;
}


#head-top-inner {
	background: #0f2554;
}

#head-top .theme-L {
	background: #0f2554;
}

#head-top .theme-R {
	background: #e24c00;
}

.head-bg {
	background: #ffffff;
	padding: 30px 0px;
}

.logo-r {
	text-align: right;
}

.middle {
	vertical-align: middle;
}

.pos {
	position: static;
}

#nav-container {
	background: #e24c00;
	border-bottom: 4px solid #fff;
}



/* Default Custom CSS */
.img-l {
    margin: 0px 15px 10px 0px;
}

.img-r {
    margin: 0px 0px 10px 15px;
}

.img-c {
    margin: 10px;
}

/* Selection CSS */
#Container ::selection {
    background: #CCC;
    color: #000;
}

/* ADA Icon CSS */
.adaOn span {
    background: #000080;
    color: #fff;
    border-radius: 50%;
}

/* Scroller CSS */
#Scroller a {
    background: #fff;
    border: 2px solid #000;
    color: #000;
    border-radius: 50%;
}

/* Header CSS */
header {
    position: absolute;
    z-index: 9;
    background: #000080;
}

.home header {
    background: #fff;
	 min-height: 120px;
}

#Header {
   
}

.logo {
    width: 360px;
    padding: 36px 2px 0px;
}

.logo a {
    display: inline-block;
}

.appoint {
    text-align: right;
}

.call-app {
    font-size: 0;
    margin: 10px auto 9px;
}

.call-app li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    margin: 2px 8px 2px 0px;
    position: relative;
}

.call-app li:last-child {
    margin-right: 0;
}

.call-app li a {
    display: block;
    position: relative;
}

.call-app li:after {
    position: absolute;
}

.pat:after,
.the:after {
    content: '';
    height: 17px;
    top: 0;
    bottom: 0;
    left: -10px;
    background: rgba(255, 255, 255, 0.6);
    width: 1px;
    margin: auto;
}

.call-app li a:before {
    position: absolute;
    content: '';
    background-image: url(/images/home-sprite1.png);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.call-li a {
    padding: 5px 10px 5px 28px;
}

.num,.fax {
    font: 600 16px/24px 'Poppins';
}

.pat,
.the {
    font: 500 15px/24px 'Poppins';
}

.pat a:before {
    background-position: left -50px;
}

.the a:before {
    background-position: left -100px;
}

.req {
    background: #e24c00;
    font: 500 15px/23px 'Playfair Display';
    text-transform: uppercase;
    border-radius: 25px;
}

.req a {
    padding: 5px 15px 5px 47px;
}

.call-app .req a:before {
    background-position: left -150px;
    left: 17px;
}
.pay {
    background: #e24c00;
    font: 500 15px/23px 'Playfair Display';
    text-transform: uppercase;
    border-radius: 25px;
}

.pay a {
    padding: 5px 15px 5px 47px;
}

.call-app .pay a:before {
    background-position: left -461px;
    left: 17px;
}

/* Menu CSS */
nav {
    color: #fff;
  
    margin: 0px 0px 0px auto;
}

.menu {
    text-align: center;
	
}

.menu li {
    transition: 0.5s linear;
}

.menu li,
.accessible_on .menu li {
    font: 400 15px/24px 'Poppins';
}

.menu li a {
    padding: 5px 0px;
    color: inherit;
    transition: 0.5s linear;
}

.menu li li {
    background: #0f2554;
    color: #fff;
    font: 400 16px/24px 'Poppins';
    min-width: 200px;
}

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

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

.menu li.menu-home {
    width: 50px;
}

.menu-home a::before {
    font-size: 20px;
}

.menu-about {
    width: 10%;
}

.menu-services {
    width: 8%;
}

.menu-patient {
    width: 8%;
}

.menu-contact {
    width: 8%;
}
.menu-forms {
    width: 12%;
}

.menu-protocols {
    width: 12%;
}

.num {
   /* width: 12%;*/
	    margin: 0 20px;
}
.menu-appoint{
	width: 20%;
	background: #19256c !important;
	padding: 8px;
}
.menu-appoint a{
	text-transform: uppercase;
}







.menu > li::before {
    position: absolute;
    content: '';
    width: 0%;
    left: 20%;
    bottom: 0;
    height: 3px;
    background: #0f2554;
    transition: 0.5s linear;
}

.menu > li:hover::before {
    width: 60%;
}

.menu-services li {
    width: 220px;
}

.menu-patient ul {
   /* background: #fff;*/
    width: 600px;
    right: -141%;
    left: auto;
}

.menu .menu-patient li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.menu .menu-patient li:hover{
	background: #e24c00;
}

.menu .menu-patient li a {
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    padding: 0px 15px 0px 20px;
    align-content: center;
}

/* Mobile Menu CSS */
.toggleMenu {
    font: bold 16px/30px Verdana, Arial, Helvetica, sans-serif;
}

.toggleMenu a {
    border-top: 2px solid #ccc;
}

.Wrapper {
    font: normal 14px/20px Verdana, Arial, Helvetica, sans-serif;
}

.parentMenu {
    background: #fff;
    text-align: left;
    position: relative;
    z-index: 10;
}

.parentMenu li {
    background: #fff;
    color: #111a51;
}

.parentMenu li:hover {
    background: #111a51;
    color: #fff;
}
#Banner-Container{
	border-bottom: 5px solid #fa9664;
}

/* Home Banner CSS */
#Banner-Container #Banner {
    height: 645px;
}


#Banner-Container .banner1 {
    background: url(/images/banner-main-new-img.jpg) no-repeat center top;
    background-size: cover;
}

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

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

#Banner-Container .banner2 {
    background: url(/images/banner-main-new-img.jpg) no-repeat center top;
    background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Banner Content CSS */

.banner-content {
    position: absolute;
    right: 5%;
    top: 22.2%;
    padding: 15px;
}

.banner-head {
    font: 400 45px/50px 'Playfair Display' !important;
    color: #fff;
    margin: 10px auto 37px;
}

.banner1 .banner-content {
    top: 24%;
}

.banner1 .banner-head {
    font: 400 49px/54px 'Playfair Display' !important;
    letter-spacing: 1px;
}

.banner1 .banner-head span {
    display: block;
    color: #a9b5ff;
    font: 400 24px/30px 'Poppins' !important;
    letter-spacing: 0px;
}

.banner-content p {
    font: 400 18px/25px 'Poppins' !important;
    color: #a9b5ff;
    text-transform: uppercase;
}

.ban-mr,
.ban-mr-app {
    display: inline-block;
    vertical-align: top;
}

.ban-mr-app a {
    display: block;
    width: 210px;
    background: #fb9765;
    color: #fff;
    border-radius: 25px;
    font: 400 15px/25px 'Poppins';
    border: 2px solid #fb9765;
    padding: 8px 0px;
    text-align: center;
    transition: 0.5s linear;
}

.ban-mr-app a:hover {
    background: #fff;
    color: #fb9765;
}

.ban-mr a {
    font: 400 15px/25px 'Poppins';
    display: block;
    width: 126px;
    background: #eef1f3;
    padding: 8px 0px;
    border: 2px solid #eef1f3;
    transition: 0.5s linear;
    border-radius: 25px;
    text-align: center;
}

.ban-mr a:hover {
    background: #000080;
    color: #fff;
}

/* Banner Tabs CSS */
.Banner-Tabs {
    right: 5px;
    top: 27%;
}

.Banner-Tabs li {
    position: relative;
    padding: 2px;
    width: 13px;
    height: 13px;
    border: 1px solid transparent;
    transition: 0.5s linear;
    border-radius: 50%;
    margin: 4px auto;
}

.Banner-Tabs li a {
    background: #3654ad;
    transition: 0.5s linear;
    border-radius: 50%;
}

.Banner-Tabs li.Banner_here,
.Banner-Tabs li:hover {
    border: 1px solid #fff;
}

.Banner-Tabs li.Banner_here a,
.Banner-Tabs li:hover a {
    background: #fff;
}

/* Banner Navigation CSS */
.Banner_nav.slidePrev {
    left: 5px;
}

.Banner_nav.slideNext {
    left: 55px;
}

.Banner_nav.slidePrev span {
    left: 0px;
}

.Banner_nav.slideNext span {
    right: 0px;
}

/* Subpage Banner CSS */
#Banner-Container-S #Banner {
    text-align: center;
    padding: 20px 0px;
}

/* Navigation CSS */
#Title-cntr {
   /* padding-top: 140px;*/
    background: #ebebeb;
}

#Title-intra {
    padding: 50px 5px;
    text-align: center;
}

#Title-intra h1 {
    font: 500 30px/36px 'Playfair Display';
}

#Nav-cntr {
    /*background: #000080;*/
    margin-bottom: 2%;
    border-bottom: 1px solid #ebebeb;
}

.navigation {
    font: 400 15px/24px 'Poppins';
    /*color: #fff;*/
    padding: 8px;
    text-align: center;
}

.navigation a,
.navigation span {
    display: inline-block;
    padding: 3px;
    margin: 3px;
}

/* Text CSS */
.textMain {
    padding: 10px 10px 50px 10px;
    font: 400 15px/27px 'Poppins';
    color: #666666;
}

.textMain a {
    color: #e24c00;
}

.textMain a:hover {
    color: #0000AC;
}

.textMain h1 {
    font: 600 30px/34px Verdana, Arial, Helvetica, sans-serif;
    color: #414141;
}

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

.textMain h2,
.hTag2,
.textMain h3.hTag2,
.textMain h4.hTag2 {
    font: 500 26px/32px 'Playfair Display';
    color: #e24c00;
}

.textMain h2 span {
    font: 500 20px/28px 'Poppins';
    color: #000080;
}

.textMain h2 a,
.hTag2 a,
.textMain h3.hTag2 a,
.textMain h4.hTag2 a {
    color: #e24c00;
}

.textMain h3,
.hTag3,
.textMain h2.hTag3,
.textMain h4.hTag3 {
    font: 500 20px/27px 'Playfair Display';
    color: #000080;
}

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

.textMain h4,
.hTag4,
.textMain h2.hTag4,
.textMain h3.hTag4 {
    font: 500 17px/23px 'Playfair Display';
    color: #e24c00;
}

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

/* Sidebar CSS */
#Sidebar {
    width: 280px;
    padding: 5px 0px 20px 10px;
}

.pro-sb {
    min-height: 450px;
    background: #e24c00;
    text-align: center;
    margin-bottom: 35px;
}

.nm-sb {
    font: 800 26.2px/32px 'Playfair Display';
    color: #fff;
    padding: 24px 0px 0px;
    margin-bottom: 17px;
}

.nm-sb span {
    display: block;
    font: 500 15px/16px 'Poppins';
    text-transform: uppercase;
    margin-top: 8px;
}

.img-sb a,
.nm-sb a {
    display: inline-block;
}

.pro-sb-mr a {
    position: relative;
    width: 164px;
    display: block;
    font: 400 15px/25px 'Poppins';
    padding: 10px 0px 10px 37px;
    background: #fff;
    color: #000;
    margin: auto;
    border-radius: 25px;
}

.pro-sb-mr a:before {
    position: absolute;
    content: '';
    background: url(/images/home-sprite1.png) no-repeat left -300px;
    width: 24px;
    height: 26px;
    left: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: invert(1);
}

.res-sb {
    margin-bottom: 17px;
}

.res-hd-sb {
    background: #000080;
    color: #fff;
    text-align: center;
    font: 600 25px/32px 'Playfair Display';
    padding: 20px 0px;
}

.sb-res {
    background: #e9e9e9;
    padding: 27px 0px;
}

.sb-res li {
    font: 400 16px/25px 'Poppins';
    width: 80%;
    margin: 10px auto;
}

.sb-res li a {
    position: relative;
    display: block;
    padding: 25px 0px 25px 91px;
}

.sb-res li span {
    position: absolute;
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s linear;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sb-res li span:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(/images/sb-res-icons.png);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transition: 0.5s linear;
}

.fv-s span:before {
    background-position: left 0px;
}

.ii-s span:before {
    background-position: 1px -75px;
}

.sb-res li:hover span {
    background: #ff6302;
}

.sb-res li:hover span:before {
    filter: brightness(0)invert(1);
}

.vid-sb a {
    display: block;
    position: relative;
    font: 400 17px/25px 'Poppins';
    color: #fff;
}

.vid-sb span {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

/* Footer CSS */


#Footer-Container {
    background: url(/images/footer-bg.jpg) no-repeat bottom center;
}

.home #Footer-Container {
    padding-top: 235px;
}

#Footer {
    min-height: 421px;
    text-align: center;
    color: #fff;
    padding: 76px 5px 30px;
}

.follow {
    font: 400 15px/24px 'Poppins';
}

.copyrights {
    text-align: center;
    margin-bottom: 26px;
}

.social-logo {
    text-align: center;
}

.social-logo ul {
    font-size: 0px;
    margin: 17px 0px 0px;
}

.social-logo li {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 33px;
    font-size: 18px;
    border-radius: 100%;
    line-height: 33px;
    margin: 7px;
}

.facebook {
    background: #1b88e5;
}

.twitter {
    background: #0099bb;
}

.youtube {
    background: #ee2c33;
}

.linkedin {
    background: #0c64c5;
}

.instagram {
    background: #e41e52;
}

.social-logo li a::before {
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
    display: block;
    margin: auto;
    height: 100%;
}

.social-logo li:hover a::before {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fhome {
    font: 400 15px/25px 'Poppins';
    margin: 34px auto 21px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fhome a {
    display: inline-block;
    margin: 5px auto;
    padding: 6px 2%;
}

.copyrights h2 {
    font: 400 15px/24px 'Poppins';
}

.social-logo li a {
    width: 100%;
    height: 100%;
    display: block;
}

.ypo-logo {
    text-align: center;
}

.ypo-logo a {
    display: inline-block;
    padding: 2px;
    margin: 5px auto;
}

/* Contact Page */
.contactTable {
    border-spacing: 5px;
    -webkit-box-shadow: inset 0 0 12px 0px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: inset 0 0 12px 0px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: inset 0 0 12px 0px rgba(51, 51, 51, 0.2);
    -o-box-shadow: inset 0 0 12px 0px rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 0 12px 0px rgba(51, 51, 51, 0.2);
}


.contact-address {
    padding: 10px;
    position: relative;
}

.contact-address p.textMainBold {
    padding: 5px 0px;
}

.contact-address p {
    position: relative;
    padding: 5px 10px 5px 30px;
    margin-bottom: 10px;
}

.contact-address p span {
    display: inline-block;
}

.contact-address p::before {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #e24c00;
}

.contact-map {
    position: relative;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    border: 0px;
}

/* Submit Testimonials */
.textMain .write-review {
    font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
    float: right;
    position: relative;
    border: 2px solid #ccc;
}

.textMain .write-review a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
}

.textMain .write-review a::before {
    margin-right: 15px;
}

/* Usefull Links Page */
.textMain .useFul {
    margin: 15px 0px;
    padding: 0px;
}

.textMain .useFul ul {
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    text-align: center;
}

.textMain .useFul li {
    margin: 1%;
    padding: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    min-width: 290px;
    font: 400 16px/20px Verdana, Arial, Helvetica, sans-serif;
    background: none;
    border: 1px solid #ccc;
}

.textMain .useFul li span {
    display: block;
    padding: 15px 0px;
    background: #000080;
    margin: 0px 0px 15px 0px;
    color: #fff;
}

.textMain .useFul li img {
    margin: 10px 0px;
}

.textMain .useFul li a {
    display: block;
    padding: 5px 5px 10px;
    text-decoration: none;
    color: #000;
}

/* Relative List */
.textMain .relList li {
    border: 2px solid #ccc;
}

.textMain .relList li a {
    padding: 5px 15px;
}

#Ded-cntr {
    /*top: -184px;*/
    z-index: 9;
	min-height: 200px;
}

#Ded-intra {
    padding: 20px 0px 8px;
    text-align: center;
    top: -5px;
    margin-bottom: -184px;
}

.ded-hd {
    font: 500 32px/40px 'Playfair Display';
}

#Ded-intra p {
    font: 400 15px/30px 'Poppins';
    color: #666666;
    width: 90%;
    margin: 17px auto 20px;
}














.home #Credibility-cntr {
    border: 0;
}

#Credibility-cntr {
    border-top: 1px solid #e5e5e5;
}

.home #Credibility-intra {
    min-height: 202px;
    padding: 50px 0px 40px;
}

#Credibility-intra {
    min-height: 180px;
    padding: 39px 0px 30px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    background: url(/images/home-sprite1.png) no-repeat left -250px;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    box-shadow: 3px -1px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px -1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px -1px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

#Credibility-intra .nbs-flexisel-nav-left:before,
#Credibility-intra .nbs-flexisel-nav-right:before,
#Ser-intra .nbs-flexisel-nav-left:before,
#Ser-intra .nbs-flexisel-nav-right:before {
    display: none;
}

.nbs-flexisel-nav-right {
    transform: rotate(180deg);
}

#Map-intra {
    min-height: 415px;
    background: url(/images/map-bg.jpg) no-repeat top center;
    margin-bottom: -219px;
    z-index: 1;
}

.loc-tab {
    background: #fff;
    max-width: 719px;
    margin: auto;
    width: 95%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 163px;
    border-radius: 15px 15px 0px 0px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    text-align: center;
    padding-bottom: 15px;
}


.loc-in {
    display: inline-block;
    vertical-align: middle;
    padding: 19px 10px 0px;
    margin: 0px 3.8%;
}

.loc-hd {
    font: 500 32px/40px 'Playfair Display';
    text-align: left;
}

.loc-hd span {
    display: block;
}

.loc {
    text-align: left;
}

.loc p {
    font: 400 15px/23px 'Poppins';
    color: #666666;
}

.loc-num {
    margin: 7px auto;
}

.loc-num a {
    display: inline-block;
    font: 500 16px/24px 'Poppins';
    padding: 2px 2px 2px 28px;
    position: relative;
}

.loc-num a:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: url(/images/home-sprite1.png) no-repeat left -350px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.loc-book a {
    display: inline-block;
    position: relative;
    background: #e24c00;
    color: #fff;
    font: 500 16px/20px 'Poppins';
    text-transform: uppercase;
    max-width: 163px;
    margin: auto;
    border-radius: 10px;
    min-height: 126px;
    padding: 68px 0px 0px;
    transition: 0.5s linear;
}

.loc-book a:hover {
    background: #000080;
}

.loc-book a:before {
    position: absolute;
    content: '';
    width: 33px;
    height: 33px;
    left: 0;
    right: 0;
    margin: auto;
    top: 21px;
    background: url(/images/home-sprite1.png) no-repeat left -400px;
}

#Ser-cntr {
    padding: 0 0px 30px;
    z-index: 9;
}

.service {
    position: relative;
    max-width: 360px;
    height: 342px;
    width: 95%;
    margin: auto;
    background: #fff;
    margin: 36px auto 30px;
    padding: 174px 10px 30px;
    box-shadow: -1px 1px 15px -2px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: -1px 1px 15px -2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -1px 1px 15px -2px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    text-align: center;
}


.ser-img {
    width: 196px;
    height: 184px;
    position: absolute;
    top: -36px;
    left: 10px;
    right: 0;
    margin: auto;
}

.ser-img a {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/services-sprite.png);
    background-repeat: no-repeat;
    position: relative;
}

.shoulder .ser-img a {
    background-position: left 0px;
}

.hip .ser-img a {
    background-position: left -250px;
}

.knee .ser-img a {
    background-position: left -500px;
}

.hand .ser-img a {
    background-position: left -750px;
}

.genort .ser-img a {
    background-position: left -1000px;
}

.fract .ser-img a {
    background-position: left -1250px;
}

.jointre .ser-img a {
    background-position: left -1500px;
}

.sportsmed .ser-img a {
    background-position: left -1750px;
}

.shoulder:hover .ser-img a {
    background-position: -250px 0px;
}

.hip:hover .ser-img a {
    background-position: -250px -250px;
}

.knee:hover .ser-img a {
    background-position: -250px -500px;
}

.hand:hover .ser-img a {
    background-position: -250px -750px;
}

.genort:hover .ser-img a {
    background-position: -250px -1000px;
}

.fract:hover .ser-img a {
    background-position: -250px -1250px;
}

.jointre:hover .ser-img a {
    background-position: -250px -1500px;
}

.sportsmed:hover .ser-img a {
    background-position: -250px -1750px;
}
















.ser-img:before {
    position: absolute;
    content: '';
    width: 185px;
    height: 171px;
    background: url(/images/services-sprite-bfr.png) no-repeat left 0px;
    left: -25px;
    top: 36px;
    z-index: 0;
}

.service:hover .ser-img:before {
    background: url(/images/services-sprite-bfr.png) no-repeat -200px 0px;
}

.service:hover .ser-hd a {
    color: #fff;
}



.ser-hd {
    margin-bottom: 15px;
}

.ser-hd a {
    display: inline-block;
    font: 500 32px/30px 'Playfair Display';
}

.service li {
    margin: 5px auto;
    float: none;
}

.service li a {
    display: inline-block;
}

.service li a,
.service p {
    font: 400 15px/25px 'Poppins';
    color: #666666;
}

.service:hover li a,
.service:hover p {
    color: #fff;
}

.ser-mr a {
    display: inline-block;
}

.ser-mr a:before {
    position: absolute;
    content: '';
    width: 54px;
    height: 54px;
    background: #fff url(/images/home-sprite1.png) no-repeat 10px -190px;
    border-radius: 50%;
    bottom: -27px;
    left: 0;
    right: 0;
    margin: auto;
}

.home .ser-mr span {
    display: none;
}

.service:hover .ser-mr a::before {
    background: #e24c00 url(/images/home-sprite1.png) no-repeat 10px -190px;
}




#Dr-intra {
    padding: 76px 0px 35px;
    min-height: 600px;
}

.abt-dr {
    position: relative;
    padding: 5px 50% 5px 5px;
}

.abt-dr:before {
    position: absolute;
    content: '';
    background: url(/images/dr-bg.png) no-repeat center;
    width: 1014px;
    height: 1195px;
    /*left: 50%;*/
    right: -431px;
    bottom: 75px;
    z-index: 2;
}

.abt {
    color: #898989;
    font: 300 22px/28px 'Poppins';
}

#Dr-intra h1 {
    font: 800 55px/60px 'Playfair Display';
    position: relative;
    z-index: 2;
}

#Dr-intra h1 span {
    display: block;
    font: 400 17px/22px 'Poppins';
    color: #000080;
    margin-top: 10px;
    text-transform: uppercase;
}

.drimg {
    position: absolute;
    bottom: 75px;
    right: -100px;
    /*right: -8.5%;*/
    z-index: 2;
}

.drint {
    font: 300 15px/28px 'Poppins';
    width: 85%;
    color: #666666;
    margin: 33px 0px;
    position: relative;
    z-index: 9;
}


.view-bk,
.spe-lst {
    font-size: 0;
}

.view-bk li,
.spe-lst li {
    display: inline-block;
    transition: 0.5s linear;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

.view-bk li a,
.spe-lst li a {
    display: block;
}

.view-bk li {
    border-radius: 25px;
    margin: 5px 19px 5px 0px;
}

.viewp {
    background: #e24c00;
    font: 300 15px/25px 'Poppins';
}

.bookap {
    background: #000080;
    font: 500 15px/25px 'Poppins';
    text-transform: uppercase;
}

.view-bk li a {
    padding: 10px 20px 10px 56px;
    position: relative;
    color: #fff;
}

.view-bk li a:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 26px;
    left: 21px;
    background-image: url(/images/home-sprite1.png);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.viewp a:before {
    background-position: left -300px;
}

.bookap a:before {
    background-position: left -147px;
}

.viewp:hover {
    background: #000080;
}

.bookap:hover {
    background: #ff6302;
}

.spe-lst {
    margin: 53px 0px 0px;
}

.spe-lst li {
    border-right: 1px solid #d7d7d7;
    margin: 0px 0px 10px;
}

.spe-lst li:last-child {
    border-right: 0;
}

.spe-lst li a {
    position: relative;
    font: 500 15px/25px 'Poppins';
    padding: 35px 25px 3px;
}

.spe-lst li a:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 30px;
    background-image: url(/images/profile-icons-sprite.png);
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto;
    top: 1px;
}

.qua a:before {
    background-position: 2px 0px;
}

.awd a:before {
    background-position: 10px -50px;
}

.pres a:before {
    background-position: 5px -100px;
}

.pub a:before {
    background-position: 5px -150px;
}


#Testimonial-cntr {
    background: url(/images/rev-bg.jpg) no-repeat top center;
}

#Testimonial-intra {
    min-height: 574px;
    padding: 62px 0px 40px;
    color: #fff;
    text-align: center;
}

.testi-hd {
    font: 500 35px/40px 'Playfair Display';
    margin-bottom: 45px;
}

.test-h {
    background: #19256c;
    position: relative;
    /*width: 95%;*/
    padding: 45px 15px 25px;
    max-width: 358px;
    min-height: 215px;
    border-radius: 10px;
    margin: 35px auto 15px;
    box-shadow: -1px 1px 15px -2px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: -1px 1px 15px -2px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -1px 1px 15px -2px rgba(0, 0, 0, 0.13);
}

.test-h:before {
    position: absolute;
    content: '';
    width: 56px;
    height: 45px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/images/quotes.png) no-repeat center;
    top: -32px;
}

.star-rating {
    background: url(/images/stars.png) no-repeat center;
    min-height: 41px;
    width: 100%;
}

.star-rating .stars {
    display: none;
}

.testimonial {
    position: relative;
    font: 300 14px/29px 'Poppins';
    font-style: italic;
    margin: 8px auto 0px;
}

.testimonial:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    text-align: center;
    background: url(/images/testimonial-bfr.png) no-repeat center;
    bottom: -22px;
}

.view-submit {
    font-size: 0;
    margin: 15px auto;
	text-align:center;
}

.view-submit li {
    display: inline-block;
    vertical-align: top;
    border-radius: 25px;
    width: 215px;
    font: 400 15px/25px 'Poppins';
    transition: 0.5s linear;
    margin: 5px 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.view-submit li:hover {
    background: #e24c00;
}

.view-submit li a {
    display: block;
    padding: 9px 5px;
	text-align:center;
}

#Testimonial-intra .nbs-flexisel-nav-left,
#Testimonial-intra .nbs-flexisel-nav-right {
    top: auto;
    bottom: -120px;
    width: 19px;
    height: 19px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}

#Testimonial-intra .nbs-flexisel-nav-left:before,
#Testimonial-intra .nbs-flexisel-nav-right:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #2f3b85;
    left: 0;
    right: 0;
    top: 8px;
    bottom: auto;
    margin: auto;
    border-radius: 50%;
    transition: 0.5s linear;
}

#Testimonial-intra .nbs-flexisel-nav-left:hover:before,
#Testimonial-intra .nbs-flexisel-nav-right:hover:before {
    background: #fff;
}

#Testimonial-intra .nbs-flexisel-nav-left {
    right: 50.5%;
    left: auto;
}

#Testimonial-intra .nbs-flexisel-nav-right {
    left: 50.5%;
    right: auto;
}






#Adv-intra {}

.adv-intro {
    position: relative;
    padding: 97px 5px 55px 40.5%;
    /*padding: 97px 5px 5px 475px;*/
    max-width: 1170px;
    min-height: 729px;
}

.adv-hd {
    font: 700 45px/55px 'Playfair Display';
}

.adv-hd span {
    font: 400 25px/35px 'Playfair Display';
    display: block;
    color: #111a51;
}

.adv-img {
    position: absolute;
    bottom: 0;
    left: -56px;
}

.jnt-h {
    font-size: 0;
    margin: 36px 0px 0px;
}

.jnt-h li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 32%;
    margin: 10px 2% 10px 0px;
}

.jnt-h li:last-child {
    margin-right: 0;
}

.jnt-img {
    position: relative;
}

.jnt-img a {
    display: inline-block;
    color: #111a51;
    font: 500 20px/24px 'Playfair Display';
}

.jnttxt {
    font: 300 14px/25px 'Poppins';
    color: #666666;
    margin: 23px 0px;
    width: 95%;
}

.jnt-mr a {
    display: inline-block;
    font: 400 15px/22px 'Poppins';
    color: #ff6302;
    transition: 0.5s linear;
}

.jnt-h li:hover .jnt-mr a {
    color: #111a51;
}

.jnt-img span {
    display: block;
    background-image: url(/images/joint-sprite.png);
    background-repeat: no-repeat;
    width: 107px;
    height: 125px;
    margin-bottom: 16px;
}

.shldr-j .jnt-img span {
    background-position: left 0px;
}

.hip-j .jnt-img span {
    background-position: left -150px;
}

.knee-j .jnt-img span {
    background-position: left -300px;
}

.shldr-j:hover .jnt-img span {
    background-position: -150px 0px;
}

.hip-j:hover .jnt-img span {
    background-position: -150px -150px;
}

.knee-j:hover .jnt-img span {
    background-position: -150px -300px;
}












#Res-cntr {
    background: url(/images/videos-bg.jpg) no-repeat top center;
}

#Res-intra {
    min-height: 484px;
}

.res-tpc {
    position: relative;
    padding: 80px 50% 0px 5px;
}

.reshd {
    font: 700 45px/55px 'Playfair Display';
}

.reshd span {
    display: block;
    font: 400 25px/32px 'Playfair Display';
    color: #151f5c;
}

#Res-intra p {
    font: 300 15px/28px 'Poppins';
}

.vid-int {
    width: 80%;
    margin: 30px 0px 25px;
}


.vid {
    position: absolute;
    right: 0;
    top: -60px;
}

.vid::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 116px;
    background: url(/images/ed-bfr.png) no-repeat center;
    bottom: -93px;
    margin: auto;
    text-align: center;
}

.vid a {
    display: inline-block;
}

.vid span {
    position: absolute;
    font: 300 15px/25px 'Poppins';
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 75px;
    color: #fff;
}






.res {
    font-size: 0;
}

.res li {
    display: inline-block;
    vertical-align: top;
    font: 400 16px/25px 'Poppins';
    position: relative;
    margin: 5px 40px 5px 0px;
}

.res li a {
    display: block;
    padding: 36px 10px 36px 97px;
}

.res li span {
    position: absolute;
    background-color: #000080;
    background-image: url(/images/res-sprite.png);
    background-repeat: no-repeat;
    width: 77px;
    height: 77px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    transition: 0.5s linear;
}

.fv span {
    background-position: 22px 22px;
}

.ii span {
    background-position: 25px -46px;
}

.res li:hover span {
    background-color: #e24c00;
}


.services-pg {
    margin: 35px auto 0px;
    text-align: center;
}

.services-pg .service {
    padding: 169px 10px 10px;
    min-width: auto;
    min-height: 360px;
    max-width: inherit;
    margin: 36px 0px 30px;
    width: 100%;
    height: auto;
}

.textMain .services-pg li {
    padding: 0;
    background: none;
    list-style: none;
}


.services-pg .all-ser {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0.3%;
    width: 370px;
    min-width: 300px;
}


.textMain .services-pg li li {
    display: block;
    margin: 2px 0px;
}

.services-pg li ul {
    padding: 0;
}

.textMain .services-pg li p {
    padding: 0;
}

.textMain .services-pg .ser-img::before {
    display: none;
}

.services-pg .ser-mr {
    margin: 10px auto 5px;
}

.services-pg .ser-mr a {
    font: 400 15px/24px 'Poppins';
    color: #ff6302;
}

.textMain .services-pg li:hover .ser-mr a,
.ser-mr a:hover {
    color: #fff;
}

.services-pg .ser-mr a::before {
    display: none;
}

.service:hover {
    background: #e24c00;
}

















.textMain h2.dr-name {
    font: 800 50px/58px 'Playfair Display';
    color: #000;
    margin-bottom: 20px;
}

.textMain h2.dr-name span {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dr-flt {
    text-align: center;
    float: right;
    margin: -95px 0px 10px 10px;
}

.app-tst {
    font-size: 0;
    margin: 15px auto 0px;
}

.textMain .app-tst li {
    display: inline-block;
    font: 500 15px/25px 'Poppins';
    border-radius: 50px;
    transition: 0.5s linear;
    margin: 5px;
    padding: 0;
}

.textMain .app-tst li a {
    color: #fff;
}

.textMain .app-sb {
    background: #000080;
}

.textMain .tst-sb:hover {
    background: #000080;
}

.textMain .app-sb:hover {
    background: #e24c00;
}

.textMain .tst-sb {
    background: #e24c00;
}

.app-tst li a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px 10px 50px;
}


.app-tst li a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/images/app-rev-icons.png);
    background-repeat: no-repeat;
    left: 16px;
}

.app-sb a:before {
    background-position: left 0px;
    width: 20px;
    height: 20px;
}

.tst-sb a:before {
    background-position: left -50px;
    width: 21px;
    height: 16px;
}





.dr-info {
    position: relative;
    padding: 12px 20px 20px;
    margin: 0px auto 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.dr-info h2 {
    margin-bottom: 20px;
}

.drimg-sp {
    float: left;
    position: relative;
    margin: 0px 30px 10px 0px;
}



.textMain .req-num-s {
    font-size: 0;
    padding: 0;
}

.textMain .req-num-s li {
    display: inline-block;
    padding: 0;
    border-radius: 25px;
    transition: 0.5s linear;
}

.textMain .req-num-s li a {
    display: block;
    position: relative;
    color: #fff;
}

.textMain .reqsp {
    background: #000080;
    font: 500 15px/25px 'Poppins';
    text-transform: uppercase;
    margin: 2px 35px 2px 0px;
}

.textMain .numsp {
    background: #e24c00;
    font: 600 16px/25px 'Poppins';
    margin: 2px 0px 2px 0px;
}

.textMain .reqsp:hover {
    background: #e24c00;
}

.textMain .numsp:hover {
    background: #000080;
}

.req-num-s li a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 21px;
    background-image: url(/images/home-sprite1.png);
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}

.reqsp a {
    padding: 10px 20px 10px 50px;
}

.reqsp a:before {
    background-position: left -150px;
}

.numsp a {
    padding: 10px 20px 10px 45px;
}

.numsp a:before {
    background-position: 0px 2px;
}

.responsiveTabs {
    background: none;
    text-transform: none
}

.textMain .resp-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0
}

.textMain .resp-tabs-list li {
    margin: 2px;
    padding: 8px 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    background: #e24c00;
    border-radius: 1px;
    min-width: 175px;
    width: 15%;
}

.textMain .resp-tabs-list li.resp-tab-active {
    background: #2d2d2d
}

.textMain .resp-tabs-list li a {
    text-decoration: none;
    display: block;
    color: inherit
}

.textMain .resp-tabs-container {
    margin: 0;
    padding: 20px 0 0;
    clear: both
}

.textMain .resp-tab-content {
    display: none;
    margin: 0 auto;
    padding: 15px 5px;
    min-height: auto
}

.textMain h2.resp-accordion {
    cursor: pointer;
    display: none;
    border: 1px solid #fff;
    background: #000080;
    margin: 0;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.textMain h2.resp-accordion a {
    color: inherit;
}

.textMain .resp-tabs-container h2.resp-tab-active,
.textMain .resp-tabs-list li.resp-tab-active {
    border-bottom: 0;
    background: #000080;
    color: #fff
}

.textMain .resp-tabs-container .resp-tab-content-active,
.textMain .resp-tabs-container .resp-accordion-active {
    display: block
}

.textMain .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #fff
}

.textMain h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}

.textMain .resp-tabs-list li:before {
    content: ''
}

.textMain .resp-tabs-list li.resp-tab-active:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 15px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 10px solid #000080;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    bottom: -15px
}

.topicimage.table-cell {
    width: 230px;
    padding-top: 14px;
}

.topicimage.table-cell img {
    border: 1px solid #ccc;
}

.landing-page.table-cell {
    padding: 0 0 0 30px;
}

.landing-page.table-cell h3 a {
    color: inherit;
    font-weight: 500;
}

.textMain .ed-more {
    text-align: right;
    font-size: 0;
}

.textMain .ed-more li {
    display: inline-block;
    background-image: none;
    border-radius: 1px;
    padding: 0 !important;
    margin: 1px;
    font-size: 15px;
}

.textMain .ed-video {
    background: #000080;
}

.textMain .ed-more li a {
    text-decoration: none;
    display: block;
    color: inherit;
    position: relative;
    font: inherit;
    color: #fff;
}

.textMain .video-more {
    background: #e24c00;
}

.textMain .ed-more li a:before {
    position: absolute;
    font-family: "fontello";
    left: 10px;
    margin: auto;
    font-size: 17px;
    top: 0;
    line-height: 37px;
}

.textMain .ed-video a {
    padding: 5px 12px 5px 35px;
}

.textMain .ed-video a:before {
    content: '\e808';
}

.textMain .video-more a {
    padding: 5px 12px 5px 32px;
}

.textMain .video-more a:before {
    content: '\e80b';
}

.textMain h2.cont-nm {
    font: 600 32px/36px 'Cinzel';
    margin-bottom: 10px;
}

.textMain .test-pg-rev {
    text-align: center;
}

.textMain .test-pg-rev ul {}

.textMain .test-pg-rev li {
    background: none;
    position: relative;
    text-align: left;
    margin: 35px auto;
    padding: 20px 20px 20px 130px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 4px 1px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0 0 4px 1px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: 0 0 4px 1px rgba(51, 51, 51, 0.2);
    -o-box-shadow: 0 0 4px 1px rgba(51, 51, 51, 0.2);
    box-shadow: 0 0 4px 1px rgba(51, 51, 51, 0.2);
}

.textMain .test-pg-rev li:before {
    position: absolute;
    content: '\f10d';
    font-family: 'fontello';
    font-size: 80px;
    line-height: 80px;
    left: 32px;
    top: 26px;
    margin: auto;
    color: #3b95e0;
    height: 80px;
}

.textMain .test-pg-rev .readmore {
    margin: 15px 0px 0px 4px;
}

.textMain .test-pg-rev .readmore a {
    display: inline-block;
    text-decoration: underline;
}

.textMain .test-pg-rev .galleries {
    padding: 0;
}

.textMain .test-pg-rev .galleries li {
    margin: 10px;
    padding: 0;
    box-shadow: none;
}

.textMain .test-pg-rev .galleries li:before {
    display: none;
}

.sp-ft {
    background: #ebebeb;
    padding: 20px;
    margin: 15px auto 0px;
}

.sp-ft a {
    display: inline-block;
}

.textMain h2.brian-c {
    font: 500 34px/40px 'Playfair Display';
}

.textMain h2.brian-c span {
    font: 500 16px/24px 'Poppins';
}

.disclaimer .textMain h1 {
    display: none;
}

.textMain .test-pg-rev {
    text-align: center;
}

.textMain .test-pg-rev ul {}

.textMain .test-pg-rev li {
    background: none;
    position: relative;
    text-align: left;
    margin: 35px auto;
    padding: 20px 20px 40px 130px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 8px 1px rgba(51, 51, 51, 0.2);
    -moz-box-shadow: inset 0 0 8px 1px rgba(51, 51, 51, 0.2);
    -ms-box-shadow: inset 0 0 8px 1px rgba(51, 51, 51, 0.2);
    -o-box-shadow: inset 0 0 8px 1px rgba(51, 51, 51, 0.2);
    box-shadow: inset 0 0 8px 1px rgba(51, 51, 51, 0.2);
}

.textMain .test-pg-rev li:before {
    position: absolute;
    content: '\f10d';
    font-family: 'fontello';
    font-size: 80px;
    line-height: 80px;
    left: 32px;
    top: 26px;
    margin: auto;
    color: #000080;
    height: 80px;
}

.textMain .test-pg-rev .readmore {
    margin: 15px 0px 0px 4px;
}

.textMain .test-pg-rev .readmore a {
    display: inline-block;
    text-decoration: underline;
}

.textMain .test-pg-rev .galleries {
    padding: 0;
}

.textMain .test-pg-rev .galleries li {
    margin: 10px;
    padding: 0;
    box-shadow: none;
}

.textMain .test-pg-rev .galleries li:before {
    display: none;
}

.source span {
    display: none;
}

.rating-pg svg .star1_stroke,
.rating svg .star1_stroke {
    fill: #000080 !important;
    stroke: #000080 !important;
}

.readmore-re {
    margin-top: 10px;
}

.source {
    position: absolute;
    right: 20px;
    bottom: 15px;
}

/*---ADA--*/
.accessible_on #Container div,
.accessible_on #Container p,
.accessible_on #Container ul,
.accessible_on #Container li,
.accessible_on #Container span,
.accessible_on #Title-intra h1,
.accessible_on #Welcome-intra h1 {
    color: inherit;
    background: none;
}

.accessible_on #Container .menu li.menu-home,
.accessible_on .menu li {
    transition: 0s !important;
}

.accessible_on #Container a,
.accessible_on #Container a:hover {
    background: none;
}

.accessible_on #Container div:before,
.accessible_on #Container div:after,
.accessible_on #Container p:before,
.accessible_on #Container p:after,
.accessible_on #Container ul:before,
.accessible_on #Container ul:after,
.accessible_on #Container li:before,
.accessible_on #Container li:after,
.accessible_on #Container span:before,
.accessible_on #Container span:after,
.accessible_on #Container a:before,
.accessible_on #Container a:after {
    display: none;
}

.accessible_on .textMain .test-pg-rev .galleries li {
    border: 0;
}

.accessible_on nav,
.accessible_on header,
.accessible_on #Footer-Container,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a {
    background: none;
}

.accessible_on .ser-img,
.accessible_on .star-rating,
.accessible_on .adv-img,
.accessible_on .jnt-img span,
.accessible_on .vid a img,
.accessible_on .res li span,
.accessible_on .vid-sb a img,
.accessible_on .contact-map,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a {
    display: none;
}

.accessible_on .view-bk li,
.accessible_on .spe-lst li,
.accessible_on .res li,
.accessible_on .social-logo li,
.accessible_on .view-submit li,
.accessible_on .textMain .app-tst li,
.accessible_on .pro-sb,
.accessible_on .pro-sb-mr a,
.accessible_on .res-sb,
.accessible_on .textMain .resp-tabs-list li,
.accessible_on .textMain .ed-more li,
.accessible_on .contactTable,
.accessible_on .textMain .test-pg-rev li,
.accessible_on .call-app li,
.accessible_on .textMain .req-num-s li,
.accessible_on #Sidebar,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a {
    border: 1px solid;
}

.accessible_on #Header-Container,
.accessible_on #Ded-cntr,
.accessible_on #Ser-cntr,
.accessible_on #Dr-cntr,
.accessible_on #Testimonial-cntr,
.accessible_on #Adv-cntr,
.accessible_on #Credibility-cntr,
.accessible_on .fhome,
.accessible_on #Title-cntr,
.accessible_on #Nav-cntr,
.accessible_on .res-hd-sb,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a {
    border-bottom: 1px solid;
}

.accessible_on #Credibility-cntr,
.accessible_on #Footer-Container,
.accessible_on nav,
.accessible_on #Footer-Container,
.accessible_on .fhome,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a,
.accessible_on .a {
    border-top: 1px solid;
}

.dfw-blackmode .cookie-main li.cookie-button a,
.dfw-blackmode a.gdpr-privacy {
    color: #fc0;
}

.dfw-whitemode .cookie-main li.cookie-button a,
.dfw-whitemode a.gdpr-privacy {
    color: #00e;
}

.accessible_on header {
    position: relative;
}

.accessible_on #Ded-cntr {
    z-index: 0;
}

.accessible_on #Ded-intra {
    top: auto;
    margin: auto;
    padding: 30px 5px;
}

.accessible_on .animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
}

.accessible_on .service {
    margin: 10px auto;
    padding: 10px;
    max-width: auto;
    height: auto;
    width: 100%;
    min-height: auto;
    box-shadow: none;
}

.accessible_on #Ser-intra {
    text-align: center;
}

.accessible_on .all-ser {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    border: 1px solid;
    margin: 10px;
}

.accessible_on .spe-lst li {
    margin: 5px;
}

.accessible_on .spe-lst li a {
    padding: 10px;
}

.accessible_on .test-h {
    padding: 10px;
    min-height: auto;
    max-width: inherit;
    margin: 10px auto;
}


.accessible_on .adv-intro {
    padding: 10px 5px;
    min-height: auto;
}

.accessible_on .vid {
    top: auto;
    position: relative;
    right: auto;
    margin: 0px auto 20px;
}

.accessible_on .res li a {
    padding: 10px;
}

.accessible_on .res-tpc {
    padding: 20px 5px;
}

.accessible_on #Res-intra {
    min-height: auto;
}

.accessible_on #Credibility-intra {
    text-align: center;
}

.accessible_on #Credibility-intra li {
    display: inline-block;
    margin: 5px 2%;
}

.accessible_on.home #Credibility-intra {
    min-height: auto;
    padding: 20px 0px;
}

.accessible_on #Map-intra {
    min-height: auto;
    margin-bottom: 0;
}

.accessible_on .loc-tab {
    max-width: auto;
    margin: auto;
    width: auto;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    min-height: auto;
}

.accessible_on.home #Footer-Container {
    padding-top: 0;
}

.accessible_on .social-logo li {
    border-radius: 0px;
}

.accessible_on #Ser-cntr {
    z-index: 8;
}

.accessible_on #Menu-Container .dfw-skip {
    right: -80px;
}

.accessible_on .vid span {
    position: relative;
    left: auto;
    right: auto;
    margin: auto;
    text-align: center;
    bottom: auto;
}

.accessible_on .logo a img {
    padding: 2px;
    border-radius: 5px;
}

.dfw-whitemode .logo a img,
.dfw-greymode .logo a img {
    background: #000;
}

.accessible_on .test-h,
.accessible_on .textMain .test-pg-rev li,
.accessible_on .loc-tab,
.accessible_on .contactTable {
    box-shadow: none;
}

.accessible_on .jnt-img br {
    display: none;
}

.accessible_on .loc-book a {
    padding: 10px;
    border: 1px solid;
    min-height: auto;
}

.accessible_on #Title-cntr {
    padding-top: 0;
}

.accessible_on .menu li a {
    transition: none;
}

.accessible_on .vid-sb span {
    position: relative;
    bottom: auto;
    text-align: center;
    left: auto;
    right: auto;
    margin: auto;
    display: block;
}

.accessible_on .vid-sb a {
    padding: 5px;
    border: 1px solid;
}

.accessible_on #Sidebar .dfw-skip {
    top: -20px;
}

.accessible_on .drimg {
    bottom: 0;
}

.accessible_on .drimg img {
    background: none;
    border-radius: 50%;
    padding: 40px 0px 0px;
    border: 1px solid;
}

.accessible_on .textMain .test-pg-rev li {
    padding: 15px;
}

.dfw-greymode .ypo-logo a {
    filter: invert(1);
}

.dfw-blackmode .source img {
    filter: brightness(0)invert(1);
}

.accessible_on #Container .menu li.menu-home {
    font: 400 15px/24px 'Poppins' !important;
}

.accessible_on #Container .menu li.menu-home a {
    font-size: inherit !important;
}

@media screen and (max-width : 1139px) {
    .call-app {
        margin: 8px 15px 3px 0px;
    }

    .banner1 .banner-head {
        font-size: 4.38Vw !important;
        line-height: 5Vw !important;
        margin-bottom: 20px;
    }

    .banner1 .banner-head span {
        font-size: 2.12Vw !important;
        line-height: 2.8Vw !important;
    }

    .banner-head {
        font-size: 3.96Vw !important;
        line-height: 4.6Vw !important;
    }

    .banner-content p {
        font-size: 1.6Vw !important;
        line-height: 2.2Vw !important;
    }

    .spe-lst li a {
        padding: 35px 20px 3px;
    }
	
	.menu-about {
    width: 12%;
}
	.menu-patient {
    width: 9%;
}
	.menu-contact {
    width: 10%;
}
	.menu-protocols {
    width: 14%;
}
	.menu li.menu-home{
		width: 18px !important;
	}
	
	.menu{
		text-align: left;
	}
	.menu-appoint {
    width: 13%;
    background: #19256c !important;
    padding: 8px;
}
}



@media screen and (max-width : 1023px) {
    .banner1 .banner-content {
        top: 20%;
    }

    .abt-dr::before {
        right: -477px;
    }

    .drimg {
        right: -145px;
    }

    .abt-dr {
        padding: 5px 45% 5px 5px;
    }

    .vid {
        right: -4%;
        top: auto;
        width: 61%;
        bottom: 71px;
    }

    #Res-cntr {
        background-size: cover;
    }

    .res li a {
        padding: 36px 10px 36px 85px;
    }

    .res li {
        margin: 5px 15px 5px 0px;
    }

    .res-tpc {
        min-height: 484px;
    }

    .vid span {
        bottom: 71px;
    }

    .vid-int {
        width: 85%;
    }

    .textMain h2.dr-name {
        font-size: 4.95Vw !important;
        line-height: 5.8Vw !important;
    }

    .textMain h2.dr-name span {
        font-size: 2Vw !important;
        line-height: 2.8Vw !important;
    }

    #Ded-intra p {
        width: 95%;
    }
	
	
	

}

@media screen and (max-width : 959px) {
    .home header {
        background: #fff;
    }

    .accessible_on header {
        background: none;
    }

    header {
        position: relative;
    }

    .logo,
    .appoint {
        display: block;
        text-align: center;
        width: 100%;
    }

    .logo {
        padding: 25px 2px 2px;
    }

    nav {
        position: relative;
        left: auto;
        bottom: auto;
        margin: auto;
        max-width: inherit;
    }

    .call-app {
        margin: 8px auto 0px;
    }

    .call-app li {
        margin: 5px;
    }

    .banner-head {
        margin: 10px auto 22px;
    }

    .ban-mr a {
        width: 120px;
        padding: 4px 0px;
    }

    .ban-mr-app a {
        padding: 4px 0px;
    }

    .view-bk li {
        margin: 5px 10px 5px 0px;
    }

    .adv-intro {
        background: rgba(255, 255, 255, 0.9);
        padding: 6% 5px 3%;
        text-align: center;
        min-height: auto;
    }

    .jnt-img br {
        display: none;
    }

    /*.adv-hd,
    .adv-hd span,
    .jnt-img a,
    .jnttxt,
    .jnt-mr a {
        color: #000;
    }*/

    .adv-img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: -1;
    }

    .jnt-img span {
        margin: 0px auto 15px;
    }

    .jnttxt {
        margin: 15px 0px;
    }

    .jnt-h {
        margin: 30px 0px 0px;
    }

    .reshd {
        font: 700 42px/52px 'Playfair Display';
    }

    .reshd span {
        font: 400 24px/31px 'Playfair Display';
    }

    .dr-flt {
        width: 51%;
    }

    .textMain .app-tst li {
        display: block;
        text-align: left;
    }

    #Title-cntr {
        padding-top: 0;
    }

    .textMain .reqsp {
        margin: 2px 10px 2px 0px;
    }
}

@media screen and (max-width : 859px) {
    .abt-dr {
        padding: 5px;
        text-align: center;
    }

    .drimg {
        position: relative;
        bottom: auto;
        right: auto;
        z-index: 2;
        margin: 25px auto 10px;
        text-align: center;
    }

    .abt-dr::before {
        display: none;
    }

    .drimg img {
        background: #e8efef;
        border-radius: 50%;
        padding: 40px 0px 0px;
    }

    #Dr-intra {
        padding: 15px 0px;
        min-height: auto;
    }

    .drint {
        width: auto;
        margin: 20px auto 10px;
    }

    .spe-lst {
        margin: 25px 0px 0px;
    }

    .jnt-h li {
        margin: 10px 0.5%;
        min-width: 215px;
    }

    .jnt-img br {
        display: inline-block;
    }

    .vid {
        right: auto;
        top: auto;
        width: auto;
        bottom: auto;
        position: relative;
        text-align: center;
        margin: 0px auto 20px;
    }

    .res-tpc {
        min-height: auto;
        padding: 5% 5px 4%;
        text-align: center;
    }

    .vid::before {
        display: none;
    }

    .vid span {
        bottom: 75px;
    }

    .vid-int {
        width: auto;
        margin: 12px 0px 0px;
    }

    .services-pg .all-ser {
        width: 49%;
    }

    .services-pg .ser-hd a {
        font: 500 30px/30px 'Playfair Display';
    }

    .subList {
        text-align: center;
    }

    .subList li {
        text-align: left;
    }
}

@media screen and (max-width : 768px) {
	
	
	
	
    .loc-in {
        margin: 0px 2%;
        padding: 19px 7px 0px;
    }

    .banner-content p {
        font-size: 1.8Vw !important;
        line-height: 2.4Vw !important;
    }

    #Ded-intra {
        top: -10px;
        margin-bottom: -150px;
    }
	#Ser-intra{
		top:130px;
	}
	#Dr-intra {
    padding: 100px 0px;
    min-height: auto;
}

    #Content,
    #Sidebar {
        display: block;
        margin: auto;
    }

    #Sidebar {
        width: 270px;
        padding: 5px 0px 20px 0px;
    }

    #Footer-Container {
        padding-bottom: 145px !important;
    }

    .textMain h2.resp-accordion {
        display: block;
    }

    .textMain .resp-tabs-list {
        display: none;
    }
	  #Main-Menu {
        display: none;
    }

    #Mobile-Menu {
        display: block;
    }
}

@media screen and (max-width : 640px) {
	
	.middle {
    vertical-align: middle;
    display: block;
    margin: 20px 10px;
}
	

    /* Menu CSS */
  

    #Sidebar {
        margin: 0px auto;
    }

    .contactTable .table-cell {
        display: block;
        width: 100%;
    }

    .contact-address {
        border-radius: 10px 10px 0px 0px;
    }

    .contact-map {
        height: 250px;
        border-radius: 0px 0px 10px 10px;
    }

    .textMain .useFul li {
        width: 95%;
    }

    .call-li a {
        padding: 5px 5px 5px 23px;
    }

    .call-app li:after {
        left: -8px;
    }

    .call-app {
        margin: 8px auto 4px;
    }

    .banner-content p,
    .ban-mr,
    .ban-mr,
    .ban-mr-app {
        display: none;
    }

    .banner-content {
        right: 6%;
        top: 19%;
    }

    .banner-head {
        margin: 10px auto;
    }

    #Ded-intra {
        top: -105px;
        margin-bottom: -105px;
    }

    .ded-hd {
        font: 500 28px/36px 'Playfair Display';
    }

    #Dr-intra h1 {
        font: 800 50px/55px 'Playfair Display';
    }

    #Dr-intra h1 span {
        font: 400 16px/21px 'Poppins';
    }

    .view-submit li {
        margin: 2px;
    }

    .testi-hd {
        font: 500 32px/38px 'Playfair Display';
    }

    #Testimonial-intra {
        min-height: auto;
        padding: 45px 0px 30px;
    }

    .testi-hd {
        margin-bottom: 25px;
    }

    #Testimonial-cntr {
        background-size: cover;
    }

    #Testimonial-intra .nbs-flexisel-nav-left,
    #Testimonial-intra .nbs-flexisel-nav-right {
        bottom: -96px;
    }

    .adv-img {
        bottom: 7%;
    }

    .jnt-h li {
        margin: 10px 0.5% 15px;
    }

    .vid span {
        display: none;
    }

    .res-tpc {
        padding: 6% 5px 4%;
    }

    .home #Credibility-intra {
        min-height: auto;
        padding: 30px 0px 25px;
    }

    .adv-intro {
        padding: 7% 5px 3%;
    }

    .jnt-h {
        margin: 15px 0px 0px;
    }

    .dr-flt {
        width: auto;
        float: none;
        margin: 10px auto;
    }

    .textMain .app-tst li {
        max-width: 462px;
    }

    .textMain h2.dr-name {
        text-align: center;
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 10px
    }

    .textMain h2.dr-name span {
        font-size: 14px;
        line-height: 22px;
    }

    .app-tst {
        margin: 5px auto 0px;
    }

    .services-pg .all-ser {
        max-width: 350px;
        width: 95%;
    }

    .services-pg .service {
        margin: 35px 0px 10px;
    }

    .drimg-sp {
        float: none;
        margin: 10px;
        text-align: center;
    }

    .textMain .test-pg-rev li {
        padding: 20px 20px 20px 85px;
    }

    .textMain .test-pg-rev li::before {
        font-size: 50px;
        line-height: 50px;
        left: 18px;
        top: 26px;
        height: auto;
    }

    .ypo-showcase {
        position: relative;
        bottom: auto;
        left: auto;
    }

    .topic-inner.table-div .table-cell {
        display: block;
        padding: 0;
        width: auto;
    }

    .topicimage.table-cell img {
        border: 1px solid #ccc;
    }

    .topicimage.table-cell {
        text-align: center;
    }

    .accessible_on .contact-map {
        display: none;
    }

    .videoBorder {
        padding: 55% 0px 0px 0px;
    }

    .img-r {
        float: none;
        text-align: center;
        margin: 10px;
    }

    .adv-img {
        display: none;
    }

    #Ded-cntr {
        z-index: 8;
    }
}

@media screen and (max-width : 479px) {
    .call-app li:after {
        display: none;
    }

    .logo {
        padding: 15px 2px 2px;
    }

    .banner1 .banner-head span {
        display: none;
    }

    .banner1 .banner-head {
        font-size: 4.65Vw !important;
        line-height: 5.2Vw !important;
    }

    .banner-head {
        font-size: 4.3Vw !important;
        line-height: 5.1Vw !important;
    }

    .ded-hd {
        font: 500 25px/33px 'Playfair Display';
    }

    #Ded-intra {
        top: -10px;
        margin-bottom: -75px;
    }

    .Banner-Tabs {
        top: 17%;
    }

    .service {
        height: auto;
    }

    #Dr-intra h1 span {
        font: 400 15px/20px 'Poppins';
        margin-top: 4px;
    }

    #Dr-intra h1 {
        font: 800 46px/50px 'Playfair Display';
    }

    .spe-lst li {
        border-right: 0;
    }

    .view-bk,
    .spe-lst {
        font-size: 0;
        text-align: center;
    }

    .view-bk li {
        margin: 2px;
    }

    #Testimonial-intra .nbs-flexisel-nav-left,
    #Testimonial-intra .nbs-flexisel-nav-right {
        bottom: -128px;
    }

    .view-submit {
        max-width: 350px;
        margin: 0px auto 15px;
    }

    #Testimonial-intra {
        padding: 45px 0px 40px;
    }

    .jnt-h li {
        width: 90%;
    }

    .jnt-img br {
        display: none;
    }

    .jnttxt {
        margin: 5px 0px;
    }

    .reshd {
        font: 700 33px/40px 'Playfair Display';
    }

    .textMain h2.dr-name {
        font-size: 32px;
        line-height: 42px;
    }

    .textMain h2.dr-name span {
        font-size: 12px;
        line-height: 22px;
    }

    .dr-info {
        padding: 2px 10px 12px;
    }

    .textMain .test-pg-rev li::before {
        top: -24px;
    }

    .textMain .test-pg-rev li {
        padding: 25px 15px 15px;
    }

    #Footer-Container {
        padding-bottom: 195px !important;
    }

    .videoBorder {
        padding: 57% 0px 0px 0px;
    }

    .navigation {
        padding: 5px 1px;
        font: 400 14px/24px 'Poppins';
    }

    .navigation a,
    .navigation span {
        padding: 3px 0px;
        margin: 3px 1px;
    }
}

@media screen and (max-width : 370px) {
    #Banner-Container {
        display: none;
    }

    #Ded-intra {
        top: 0;
        margin-bottom: 0;
    }
}
