/* ----- Fonts CSS ----- */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?y3h23u');
  src:  url('fonts/icomoon.eot?y3h23u#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?y3h23u') format('truetype'),
    url('fonts/icomoon.woff?y3h23u') format('woff'),
    url('fonts/icomoon.svg?y3h23u#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ----- Global CSS ----- */
body {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
     *overflow-y:none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	outline: none;
}
input, select, textarea {
	outline: none;
}
/* ----- General CSS ----- */
.hr { border-top: 1px dashed #acc6e6;
	height: 7px;
    margin-top: 10px !important;
}
.nodisplay {
    display: none !important;
}
.clear-float {
	clear: both;
}
.img-l {
	float: left;
	margin: 0px 15px 10px 0px;
}
.img-r {
	float: right;
	margin: 0px 0px 10px 20px;
}
.align-left {
	float: left;
	margin-right: 3%;
}
.align-right {
	float: right;
	margin: 10px;
}
.align-center {
  text-align: center !important;
}
.align-r {  text-align: right!important;
}
.videoBorder {
	border: 4px solid #666666;
	width: 90%;
	position: relative;
	margin: 15px auto;
	padding: 53% 0px 0px 0px;
}
.multiBorder {
	width: 90%;
	position: relative;
	margin: 10px auto;
	padding: 50% 0px 0px 0px;
	overflow: hidden;
	min-height: 1260px;
}
.videoBorder iframe, .videoBorder embed, .multiBorder iframe, .multiBorder embed {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.fluid-div {
	width: 100%;
	height: 100%;
}
.intra-div { height: 100%;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.intra-cell {
	display: table-cell;
	vertical-align: middle;
}
.col-divide { display: inline-block;
    vertical-align: top;
}
.Intra-L, .Intra-R {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
	top: 0px;
	z-index: 2;
}
.Intra-L {
	left: -100%;
}
.Intra-R {
	right: -100%;
}
.mandatory {
	color: #FF0000;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
/*-------------------- Useful Links Styles --------------------*/
.UseFul-links {
	width: 90%;
	height: auto;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
.UseFul-links img {
	margin: 2px;
	padding: 10px;
	border: 1px solid #666666;
	float: left;
}
/* ----- Slider CSS ----- */
.rslides {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.rslides li {
	display: none;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}
.rslides li li {
	display: inherit;
	width: inherit;
	height: inherit;
	position: inherit;
	left: inherit;
	top: inherit;
}
/* ----- Scrolling Styles ----- */
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.nbs-flexisel-inner {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	position: relative;
	margin: 10px 0px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	position: absolute;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	top: 10%;
	width: 40px;
	height: 100%;
}
.nbs-flexisel-nav-left {
	left: 0px;
}
.nbs-flexisel-nav-right {
	right: 0px;
}
/* ----- Back to Top and Bottom Styles ----- */
#backtobot, #backtotop {
	cursor: pointer;
	right: 5px;
	position: fixed;
	z-index: 10000;
	width: 50px;
	height: 50px;
	font: 700 12px/40px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	border-radius: 20px;
    opacity: .7;
}
#backtotop {	bottom: 4%;
	background: url(../images/up-arrow-icon.png) left top no-repeat;
}
#backtobot {	bottom: 4%;
	background: url(../images/down-arrow-icon.png) left top no-repeat;
}
#backtobot a, #backtotop a {
	display: block;
	text-indent: -9999px;
}
#backtobot:hover, #backtotop:hover {	opacity: 1;
}
/*-------------------------Animation Text Movement Css---------------------------*/
.animation-element { opacity: 0;
	position: relative;
}
.animation-element.slide-left, .animation-element.slide-right, .animation-element.slide-up, .animation-element.slide-down {
	opacity: 0;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.animation-element.slide-left {
	-webkit-transform: translate3d(-200px, 0px, 0px);
	-moz-transform: translate3d(-200px, 0px, 0px);
	-ms-transform: translate(-200px, 0px);
	-o-transform: translate(-200px, 0px);
	transform: translate3d(-200px, 0px, 0px);
}
.animation-element.slide-right {
	-webkit-transform: translate3d(200px, 0px, 0px);
	-moz-transform: translate3d(200px, 0px, 0px);
	-ms-transform: translate(200px, 0px);
	-o-transform: translate(200px, 0px);
	transform: translate3d(200px, 0px, 0px);
}
.animation-element.slide-left.in-view, .animation-element.slide-right.in-view, .animation-element.bounce-up.in-view, .animation-element.bounce-down.in-view {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.animation-element.bounce-up, .animation-element.bounce-down {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.animation-element.bounce-up {
	-webkit-transform: translate3d(0px, 80%, 0px);
	-moz-transform: translate3d(0px, 80%, 0px);
	-o-transform: translate(0px, 80%);
	-ms-transform: translate(0px, 80%);
	transform: translate3d(0px, 80%, 0px);
}
.animation-element.bounce-down {
	-webkit-transform: translate3d(0px, -80%, 0px);
	-moz-transform: translate3d(0px, -80%, 0px);
	-o-transform: translate(0px, -80%);
	-ms-transform: translate(0px, -80%);
	transform: translate3d(0px, -80%, 0px);
}
[class*="icon-"]::before { font-family: 'icomoon' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: large;
}
.icon-phone2::before, .icon-calendar::before, .icon-printer:before, .icon-sphere:before, .icon-envelop:before  {
    margin-right: 10px;
}
.icon-graduate:before {
  content: "\e909";
}
.icon-handshake-o:before {
  content: "\e900";
}
.icon-comment-discussion:before {
  content: "\e910";
}
.icon-location:before {
  content: "\e906";
}
.icon-home2:before { vertical-align: middle;
  content: "\e901";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-award:before {
  content: "\e902";
}
.icon-document-text2:before {
  content: "\e903";
}
.icon-printer:before {
  content: "\e904";
}
.icon-calendar-check-o:before {
  content: "\e905";
}
.icon-quote-right:before {
  content: "\e907";
}
.icon-quote-left:before {
  content: "\e908";
}
.icon-clipboard:before {
  content: "\e90a";
}
.icon-user2:before {
  content: "\e90b";
}
.icon-umbrella:before {
  content: "\e90c";
}
.icon-check-square-o:before {
  content: "\e90d";
}
.icon-calendar:before {
  content: "\e90e";
}
.icon-users:before {
  content: "\e90f";
}
.icon-phone2:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-user-plus:before {
  content: "\e973";
}
.icon-sphere:before {
  content: "\e9c9";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-file-pdf:before {
  content: "\eadf";
}
/*.social a { padding: 15px 0px 0px 0px !important;
}*/
.social a::before { font-size: 25px
}
.social a:hover::before { color: #ad404b;
}
.social a:hover { text-decoration: none !important;
}

/* ------------------------------ Main CSS ------------------------------ */
#Container { width: 100%;
	position: relative;
	overflow: hidden;
}
header, section, footer, #menuContainer, #Content-Container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.header-wrap, #Main-Menu, #Mobile-Menu, #Intractivity, .container, .credibility, #Footer, #Content-Main {
	max-width: 1170px;
	min-width: 320px;
	margin: 0px auto;
	position: relative;
}
.container { padding: 1%;
    font-family: 'Muli', sans-serif;
}
/*---------- Header  Css -------------*/
header { border-top: 13px solid #000; }
.header-wrap {  padding: 0px 1%;
}
.header-wrap { height: 120px;
}
.h-logo {	width: 315px;
    vertical-align: bottom;
}
.header-in-r {  text-align: right;
    vertical-align: top;
}
.contact-appoint {  display: inline-block;
    width: 605px;
    margin-top: 22px;
}
.contact-appoint a {  color: #0e0e0e;
    display: inline-block;
}
.contact-appoint span { display: inline-block;
	vertical-align: top;
    margin: 10px 0px;
    font: 400 16px/20px 'Muli', sans-serif;
}
.contact-appoint span:nth-child(2) {  margin: 10px 7.5% 10px 8.5%
}
.contact-appoint span:last-child {  font-size: 20px;
    font-weight: 700;
    margin-right: 0;
}
.contact-appoint span::before, .contact-appoint span a::before { font-weight: 400;
    margin-right: 5px;
    color: #9e1f32;
    vertical-align: middle;
}
/*---------- Menu Css -----------------*/
#Mobile-Menu {	display: none;
}
#Main-Menu {   position: absolute;
    border-width: 1px 0px 1px 0px;
    background: url(../images/double-border.png)repeat-x top left, url(../images/double-border.png)repeat-x bottom left;
    bottom: 0;
    right: 0;
}
.menu > li { text-align: center;
	position: relative;
	/*float: left;*/
    display: inline-block;
    vertical-align: middle;
	font: 400 14px/44px 'Muli', sans-serif;
    text-transform: uppercase;
}
.menu>li>a {  display: inline-block;
	color: #000;
	position: relative;
    border-top: 4px solid transparent;
    padding: 0px 10px;
}
.menu .home-nav a { padding-right: 8px;
    border-top: 0;
    color: #ad404b;
}
.menu>li:last-child a { padding-right: 2px }
.menu>li>a:hover, .menu>li:hover>a, .menu>li.active>a {
    border-top-color: #ad404b;
}
.menu>li:hover>a::after, .menu>li>a:hover::after { position: absolute;
    bottom: 5px;
    content: "";
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 10px;
	background: url(../images/menu-hover-img.png)no-repeat center;
}
.menu ul { position: absolute;
	z-index: 9999;
	left: 0px;
	width: 250px;
	display: none;
}
.menu li:hover > ul { display: block;
}
.menu li li {	width: 100%;
	float: none;
	text-transform: none;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
	position: relative;
    transition: all 0.1s ease-in-out 0s;
    text-transform: none;
	text-align: left;
    background-color: #ad404b;
    border-bottom: 1px solid #c57981;
}
.menu li li a {	display: block;
    color: #fff;
    position: relative;
    border-radius: 0px;
	margin: 0px;
	padding: 15px 10px 15px 20px;
	z-index: 999;
	transition-duration: 0.2s;
}
.menu li li a::after {	position: absolute;
    z-index: -1;
	content: "";
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	transition-duration: 0.3s;
	transform-origin: left 0px 0px;
	transform: scaleX(0);
}
.menu li li a:hover::after, .menu li li:hover > a::after {
    background-color: #1b4971;
	-webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
	border-radius: inherit;
}
.menu ul ul { margin-top: 0px;
    border-top: 0px;
	left: 100%;
	top: 0px;
	width: 150px;
	border-left-color: transparent;
}
.menu li li li { font-size: 16px }
/*Mobile Menu-------------------------------*/
.Wrapper {	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
    min-width: 300px;
}
.menu-mobile {
    background: url(../images/double-border.png)repeat-x top left, url(../images/double-border.png)repeat-x bottom left;
	font: 300 26px/42px "Open Sans", sans-serif;
	text-align: center;
	color: #26a0a5;
}
.menu-mobile a { color: #ad404b;
	display: block;
    font-weight: 900;
}
.par-menu li {	background-color: #ad404b;
	border-bottom: 1px solid #9b9b9d;
    text-transform: uppercase;
	font: 300 15px/30px "Open Sans", sans-serif;
	color: #fff;
}
.par-menu li:hover, .par-menu li:active {	background-color: #1b4971;
}
.par-menu li a {	color: #fff;
	display: block;
	padding: 5px 15px 5px 25px;
}
.sub-menu li a {
	padding: 3px 15px 3px 50px;
}
/*---------- Banner Css -----------------*/
#Intra-Container #Intractivity { height: 567px }
#Intra-Container .banner1 {	background: url(../images/banner1-bg.png) no-repeat right top;
}
#Intra-Container .banner1 .Intra-R {	background: url(../images/banner1-bg-r.jpg) no-repeat left top;
}
#Intra-Container .banner2 {	background: url(../images/banner2-bg.png) no-repeat right bottom;
}
#Intra-Container .banner2 .Intra-R {	background: url(../images/banner2-bg-r.jpg) no-repeat left bottom;
}
#Intra-Container .banner3 {	background: url(../images/banner3-bg.png) no-repeat right bottom;
}
#Intra-Container .banner3 .Intra-R {	background: url(../images/banner3-bg-r.jpg) no-repeat left bottom;
}
/*---------- Sub Banner Css -----------------*/
#Intra-Container-S #Intractivity { height: 340px }
#Intra-Container-S .banner1 {	background: url(../images/banner1-bg-s.jpg) no-repeat right top;
}
#Intra-Container-S .banner1 .Intra-R {	background: url(../images/banner1-bg-r-s.jpg) no-repeat left top
}
#Intra-Container-S .banner2 {	background: url(../images/banner2-bg-s.jpg) no-repeat right top;
}
#Intra-Container-S .banner2 .Intra-R {	background: url(../images/banner2-bg-r-s.jpg) no-repeat left top
}
#Intra-Container-S .banner3 {	background: url(../images/banner3-bg-s.jpg) no-repeat right top;
}
#Intra-Container-S .banner3 .Intra-R {	background: url(../images/banner3-bg-r-s.jpg) no-repeat left top
}
/*----------------Tag line css ------------------------*/
.intra-text { position: absolute;
    width: 470px;
    left: 5%;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: #020202;
    z-index: 9;
}
.intra-text h3 {    text-transform: uppercase;
	font-size: 30px;
    line-height: 1em;
    font-weight: 300;
}
.intra-text h3 span { text-transform: none;
    display: block;
    padding: 5px 0px 10px;
	font-size: 0.7em;
    font-weight: 400;
    line-height: 1.2em;
    color: #ad404b;
}
.intra-text p a {  color: #9a0303;
}
#Intra-Container-S .intra-text { width: auto }
#Intra-Container-S .intra-text p {  display: none
}
#Intra-Container-S .banner2 .intra-text h3 {  font-size: 25px;
}
.Intra_nav, .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {    position: absolute;
    height: 60px;
    width: 30px;
    padding-top: 15px;
    right: 0;
    top: 35% !important;
    z-index: 9;
    font-size: 25px;
    border: 1px solid #365e82;
    border-radius: 10px;
    color: #365e82;
    text-align: center;
}
.Intra_nav.prev::before, .Intra_nav.next::before, .nbs-flexisel-nav-left::before, .nbs-flexisel-nav-right::before {
    content: "\276f";
    margin-top: -3px;
    display: block;
    font-weight: 300;
}
.Intra_nav.prev, .nbs-flexisel-nav-left {  right: inherit;
    left: 0;
}
.Intra_nav.prev::before, .nbs-flexisel-nav-left::before { content: "\276e";
}
/* -------------------- Resources Styles -------------------- */
.services-wrap {  font-size: 0;
}
.services-wrap .col-divide {  font: 400 16px/22px 'Muli',sans-serif;
}
.services-wrap::before {	content: "";
	position: absolute;
    left: 335px;
    top: -160px;
    background: url(../images/bg-infographics.png)no-repeat;
    height: 220px;
    width: 270px;
    z-index: -1;
}
.common-head, .common-head a { font-size: 32px;
    line-height: 1.2em;
    font-weight: 300;
    color: #030304;
    margin: 9% 0px 50px;
    text-align: center;
    text-transform: uppercase;
}
.common-head span {	display: block;
	font-size: 0.5em;
    line-height: 1.3em;
	padding-top: 5px;
	text-transform: none;
    font-weight: 400;
}
.spine-bg { width: 41%;
    position: relative;
}
.spine-bg .Intra-L { background: url(../images/spine-bg-l.jpg)no-repeat right top;
}
.services { width: 59%;
}
.services li a { display: inline-block;
    color: #000;
    line-height: 1.2em;
}
.services li img { margin: 0px auto 30px;
    display: block;
}
.services li a:hover, #service-p li a:hover {  color: #9a1414;
}
.services li a:hover img, #service-p li a:hover img {  -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}
.services .nbs-flexisel-inner { padding-bottom: 70px }
.services [class*=nbs-flexisel-nav] { 
    border: 1px solid #4e85a3;
    padding-top: 3px;
    width: 35px;
    height: auto;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    top: inherit !important;
    color: #474747;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.services .nbs-flexisel-nav-right { margin-left: 40px; }
.services [class*=nbs-flexisel-nav]:hover { background-color: #1a4366;
    color: #fff;
}

/* -------------------- Doctor Styles -------------------- */
.doctor-wrap {  font: 300 16px/20px 'Muli',sans-serif;
    padding-bottom: 0;
}
.doctor-wrap .intra-div { border-spacing: 0px 40px }
.doc-info h1, .doc-profile-p h1 { font-size: 30px;
    line-height: 1.2em;
    font-weight: 300;
    color: #030304;
    text-transform: uppercase;
    width: 70%;
    margin-bottom: 8%;
}
.doc-info h1 span, .doc-profile-p h1 span {  display: block;
    font-size: 15px;
    font-weight: 400;
    color: #ad404b;
    padding: 10px 0px;
    line-height: 1em;
}
.doc-info h1 strong, .doc-profile-p h1 strong {  display: block;
    float: right;
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    color: #0b0b0b;
    line-height: 1em;
    margin-right: 8%;
}
.doc-info p { margin: 0px 6% 6% 0;
    text-align: justify;
}
.view-doc { position: relative }
.view-doc a {
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 0px 10px;
    transition-duration: 0.3s;
    border: 1px solid #96a6c4;
    color: #191312;
    margin: 5px 5px 5px 0px;
}
.view-doc a::before {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: top;
    color: #3e698f;
}
.doc-profile { position: absolute;
    right: -72px;
    border: none !important;
    padding: 0 !important;
    z-index: 1;
    top: -40px;
}
.doc-img { width: 45.9%;
    position: relative;
}
.doc-img .Intra-R { background: url(../images/mr-amarjit-anand-bg-r.jpg)no-repeat left top;
}

/* -------------------- testim Styles -------------------- */
.pt-journey { font-family: 'Muli', sans-serif;
    line-height: 20px;
    padding: 0;
}
.pt-journey .intra-div { background: url(../images/pt-journey-bg.png)no-repeat left top;
}
.pt-journey h3 {  margin: 10px 0px 33px;
}
.education-vdo { width: 39%;
}
.education-vdo h4 { font-size: 26px;
    font-weight: 300;
    color: #020202;
    text-transform: uppercase;
    line-height: 1.2em;
    padding: 10% 0 15px 20px;
}
.journey-in { text-align: right;
}
.journey-in ul { font-size: 0;
    display: inline-block;
    margin-right: 5%;
    width: 550px;
    text-align: left;
}
.journey-in li { width: 145px;
    display: inline-block;
    vertical-align: top;
    font-size: 15.6px;
    font-style: italic;
    color: #193b3d;
    min-height: 135px;
    text-align: center;
    background: url(../images/resources-li-bg.png)no-repeat;
}
.journey-in li:hover { background: url(../images/resources-li-bg-hover.png)no-repeat; }
.journey-in li:first-child a { padding-bottom: 50px;
}
.journey-in li:nth-child(2), .journey-in li:nth-child(4) {
    margin-top: 80px;
    margin-left: -15px;
}
.journey-in li:nth-last-child(-n+2) {
    margin: -65px 120px 0 0;
}
.journey-in li a { display: block;
    color: #fff;
    padding-bottom: 25px;
}
.journey-in li span { display: block;
    padding: 30px 0px 2px;
    font-style: normal;
}
.journey-in li span::before {  font-size: 33px;
}

/* -------------------- Footer Styles -------------------- */
.credibility-main  {  padding: 2% 0px;
    min-height: 220px;
    text-align: center;
}
.credibility h3 { margin: 10px 0 30px 0;
    font-family: "Muli", sans-serif;
}
.home .credibility h3 { margin-top: 0;
}
/*.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	position: absolute;
	height: 30px;
	width: 25px;
	top: 35% !important;
	z-index: 9;
	font-size: 25px;
	color: #fff;
	cursor: pointer;
}*/
/*.nbs-flexisel-nav-left { left: -1px;
}
.nbs-flexisel-nav-right { right: -5px;
}*/
/*.nbs-flexisel-nav-left::before{
	content: "\276e";
}
.nbs-flexisel-nav-right::before{
	content: "\276f";
}*/
/*-------------------------footer-----------------------*/
footer { background: url(../images/footer-bg.png)no-repeat center #000;
    color: #fff;
    font: 400 13px/20px 'Muli', sans-serif;
    text-align: center;
}
#Footer a {  color: #fff;
    padding: 2px;
    display: inline-block;
}
#Footer a:hover { text-decoration: underline;
}
.social{  margin: 2% 0 3%; }
.social a { display: inline-block;
	vertical-align: top;
	margin: 8px;
}
.social a:hover { color: #2a3983;
}
.serv-menu-foot {   margin: 0 7%;
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
}
.serv-menu-foot a { margin: 7px 10px;
    position: relative;
}
.copyrightText { vertical-align: middle;
    font-weight: 300;
    font-size: 13px;
    margin-top: 3%;
}
.ypo-logo { margin: 3% 0 3% 4%;
    padding-left: 4%;
    border-left: 1px solid #353535;
}

/*--------------- textMain Starts ------------------------------------*/
/*--------------- Navigation Starts -------------------------------------*/
.navigation {	font: 400 15px/20px 'Muli', sans-serif;
	color: #1e4f7b;
    padding: 10px 0px 3%;
}
.navigation a { color: #111111;
	text-decoration: none;
}
.navigation a:hover {	text-decoration: underline;
}

.textMain { text-align: justify;
	font: normal 15px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #363636;
	padding: 10px;
}
.textMain a {
	color: #141414;
	text-decoration: underline;
}
.textMain a:hover {
	color: #ad404b;
	text-decoration: none;
}
.textMain p {
	padding: 5px 0;
}
.textMain ol {
	padding: 0px 0px 0px 30px;
	margin: 10px 0px;
}
.textMain ul li {
	list-style: none;
	position: relative;
	padding: 5px 0px 5px 15px;
}
.textMain ul li::before { content: "\25b6";
	left: 0px;
	position: absolute;
    font-size: 12px;
}
.textMain ul li li::before {
	display: none;
}
.textMain ol li {
	padding: 5px 0px 5px 5px;
	list-style: decimal;
}
.textMain ul ul, .textMain ol ol {
	margin: 0px;
	padding: 5px 0px 5px 20px;
}
.textMain ul ul li {
	background: none;
	padding: 5px 0px;
	list-style: circle;
}
.textMain ol ol li {
	padding: 5px 0px;
	list-style-type: lower-alpha;
}
.textMain ul ul ul li {
	list-style: square;
}
.textMain ol ol ol li {
	list-style: lower-roman;
}
.textMain li p {
	margin: 5px 0px;
}
.textMain h1 { text-align: left;
	font: 300 30px/36px 'Muli', sans-serif;
	color: #030304;
	padding:10px 0px 20px 0px;
    text-transform: uppercase;
}
.textMain h1 span {
	font: normal 20px/24px 'Muli', sans-serif;
	color: #606060;
    text-transform: none;
}
.textMain h2, .textMain h3, .textMain h4, .hTag2, .hTag3, .hTag4 {
	padding: 10px 0px;
}
.textMain h2, .hTag2, .textMain h3.hTag2, .textMain h4.hTag2 {
	font: 300 26px/30px 'Muli', sans-serif;
	color: #040404;
}
.textMain h2 a, .hTag2 a, .textMain h3.hTag2 a, .textMain h4.hTag2 a {
	color: #001683;
}
.textMain h3, .hTag3, .textMain h2.hTag3, .textMain h4.hTag3 {
	font: 300 22px/30px 'Muli', sans-serif;
	color: #040304;
}
.textMain h3 a, .hTag3 a, .textMain h2.hTag3 a, .textMain h4.hTag3 a {
	color: #0000AC;
}
.textMain h4, .hTag4, .textMain h2.hTag4, .textMain h3.hTag4 {
	font: 300 18px/20px 'Muli', sans-serif;
	color: #050304;
}
.textMain h4 a, .hTag4 a, .textMain h2.hTag4 a, .textMain h3.hTag4 a {
	color: #0000AC;
}
.textMainBold { color: #bd666f;
	font-weight: bold;
    margin-top: 10px;
}
.textMain em {
	font-style:italic;
}
.PDFtext {
	font: 400 11px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
article::after {  clear: both;
  display: block;
  content: "";
}
/*-------------Sidebar---------------------------------------*/
#Content-Left, #Sidebar { display: table-cell;
	vertical-align: top;
    padding-bottom: 10px
}
#Content-Left {	padding-right: 3% }
#Sidebar {	width: 270px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}
.doc-s, .services-s, .resource-in-s  { border-top-right-radius: 20px;
    margin-bottom: 10px;
}
.doc-s  { background-color: #1b4971;
    padding: 30px 0 20px;
    color: #fff;
    text-align: center;
    border-top-right-radius: 20px;
}
.doc-s p { font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
}
.doc-s p span {  display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}
.doc-s p a { display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    background-color: #ad404b;
    width: 110px;
    margin: auto;
    color: #fff;
}
.services-s {  background: #ad404b;
}
.services-s h3, .resource-in-s h3 { font-size: 22px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.services-s li {  font-size: 14px;
}
.services-s li a {  color: #fff;
    display: block;
    padding: 8px 0px 8px 15px;
    position: relative;
}
.services-s li:last-child {  padding-bottom: 20px;
}
.services-s li:first-child {  padding-top:  5px;
}
.services-s li img { width: 26%;
    margin-right: 10px;
}
.services-s li span { display: inline-block;
    vertical-align: middle;
    width: 70%;
}
.services-s li a:hover {  background-color: #293987;
    color: #fff;
}
.resource-in-s {  background: #cdcdcd;
    padding: 0 10px;
}
.resource-in-s h3 { font-size: 20px;
    font-weight: 400;
    color: #020202;
    line-height: 50px;
    text-transform: uppercase;
}
.resource-in-s li {  font-size: 17px;
    line-height: 45px;
    border-top: 1px solid #e1e1e1;
}
.resource-in-s li a {  color: #181818;
    display: block;
}
.resource-in-s li a:hover {  background-color: #ad404b;
    color: #fff;
}
.resource-in-s li span::before { font-size: 26px;
    vertical-align: middle;
    color: #1b4971;
    margin: 0px 15px 0px 8px;
}
.resource-in-s li a:hover span::before { color: #fff;
}

/*-----------------Content-Main Start---------------------------------*/
/*-----------------Services Page ---------------------------------*/
#service-p { margin: 2% auto;
}
#service-p ul { font-size: 0px;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}
#service-p li { margin: 15px 0;
    padding: 0px;
    font-size: 16px;
    line-height: 1.2em;
    width: 20%;
    text-align: center;
    min-width: 180px;
}
#service-p li::before, .staff-list li::before {
    content: none !important;
}
#service-p li a { color: #111;
    display: inline-block;
    text-decoration: none;
}
#service-p li img { display: block;
	margin: 12px auto;
}

.accordian h2 {	background-color: #2a3983;
	color: #fff;
	cursor: pointer;
    padding: 10px 0px 10px 20px;
	margin: 4px 0;
    font-size: 18px;
    position: relative;
}
.accordian h2::before { display: none !important }
.accordian h2::after {	color: #fff;
	content: "\002b";
	font-size: 30px;
	position: absolute;
	right: 3%;
	top: 10px;
    font-weight: 400;
}
.accordian .current { background-color: #cb421a;
}
.accordian .current::after { content: "\2212";
}
.pane { display: none;
    margin: -3px 0px 20px !important;
    background-color: #eee;
    padding: 15px 4% !important;
	border-bottom: 2px solid #36BCD1;
}
.current + .pane { display: block;
}

.textMain .contact-add .icon-phone2::before { display: inline-block;
    color: #fff;
}
        .form-heading {
            border: 1px solid #D6D6D6;
            margin: 20px 10px;
            padding: 15px;
            position: relative;
        }
        .form-heading::before,
        .form-heading::after {
            color: #D6D6D6;
            content: "┌";
            font-size: 55px;
            left: -22px;
            position: absolute;
            top: -18px;
        }
        .form-heading::after {
            bottom: -10px;
            content: "┘";
            left: inherit;
            right: -23px;
            top: inherit;
        }
        #form-heading-more {
            margin: 15px 10px;
            text-align: right;
            line-height: 40px;
        }
        #form-heading-more a {
            border-radius: 10px;
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            padding: 0px 15px;
            background-color: #0058ad;
        }
        #form-heading-more a:last-child {
            margin-left: 20px;
        }
        #form-heading-more > a::after {
            content: "\276f";
            font-weight: 700;
            margin-left: 10px;
        }
        #form-heading-more a:hover {
            color: #fff;
            background-color: #003A7E;
            text-decoration: none;
        }
        #form-heading-more .fa {
            color: #fff;
            font-size: 25px;
            margin: 0 6px 0 0;
            position: relative;
            top: 3px;
        }

/*-----------------Profile Page ---------------------------------*/
.img-brdr {  border: 1px solid #b8b8b8;
    box-shadow: 7px 7px 0px 0px #b8b8b8;
}
figure {  margin: 0px }
.doc-profile-p h1 { width: 93%;
    margin-bottom: 15px;
}
.doc-profile-p h1 span { font-size: 15px;
    color: #ad404b;
    padding: 2px 0;
}
.doc-p h3 { background-color: #1e214f;
	font-size: 20px;
	padding: 18px 0px 12px;
	color: #fff;
    margin: 0;
	text-align: center;
}
.break { display: block;
    margin-left: 10px;
    font-size: 13px !important;
}
.textMain .tableborder { border: 1px solid #1b4971;
    margin: 20px auto;
    max-width: 70%;
    min-width: 310px;
    padding-bottom: 10px;
}
.textMain .formHead {	background-color: #1b4971;
	padding: 10px;
	margin: 0px 0px;
	color: #fff;
    text-align: center;
}
.textMain .formHead span { color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
    display: block;
}
.textMain .tableborder p { text-align: center }
.tel-schema a::before {  font-size: 15px;
    display: inline-block !important;
    color: #5c5e60;
}
.add-left, .add-right {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.add-right {
	border-left: 1px dashed #666c7c;
	padding-left: 5%;
}

.textMain .staff-list li { margin: 10px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.staff-content {
	border: 1px solid #ccc;
	text-align: center;
	width: 260px;
	margin: -60px 0px 0 0;
}
.textMain .staff-content h3 {
	text-align: center;
	margin: 70px 0 0 0;
}
.staff-content a {
	display: block;
	color: #fff;
	background: #6582AE;
	padding: 10px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.7s all ease;
}
/*-----------------Content Page ---------------------------------*/
.review {
	text-align: center;
}
.review img {
	margin: 10px;
	padding: 0;
	position: relative;
}
.review a:hover img {
	left: -5px;
}
/*---------------------------Useful Links--------------------*/
.useful-links img {
	border: 1px solid #666666;
	float: left;
	margin: 2px;
	padding: 10px;
}
.textMain .ypo-use {
	border: 1px solid #1B76C4;
	font: 700 17px/22px 'Open Sans', sans-serif;
	padding: 10px;
	text-align: center;
}
.textMain .ypo-use h4 {
	border-top: 1px solid #1B76C4;
	text-align: center;
}
.textMain .ypo-use a {
	display: block;
	padding: 20px 3px 10px;
	text-decoration: none;
}
.text-address {
	margin-left: 10px;
}
.textMain .forms-pdf li {
	background: none;
	padding-left: 10px;
}
.textMain .forms-pdf li::before { content: ""}
.forms-pdf li a::before { font-family: 'icomoon';
	content: "\eadf";
	color: #FE6602;
    font-size: large;
	margin-right: 8px;
}
.forms-pdf img {
	border: 1px solid #cecece;
}
#main-form-block {  max-width: 100% !important;
  width: 100% !important;
}
#tell-friend, #supImg {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translateX(-50%, -50%);
	border: 1px solid #111;
	width: 310px;
    height: 520px;
	background: #ffffff;
	opacity: 1;
}
#tell-friend iframe {
    width:  100% !important;
    height: 100% !important;
}
#tell-friend .close, #supImg .close {
	font-size: 33px;
	position: absolute;
	right: 0;
	text-align: center;
	font-weight: 700;
	top: 0;
	width: 30px;
}
#tell-friend .close a {
	color: #fff;
}
#supImg {
	width: 70%;
}
#supImg .close {
	top: -30px;
}
.textMain .testim-text li {	margin-bottom: 30px;
	padding: 3%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    background-color:#E7F1FA;
    border-radius: 15px;
    min-height: 205px;
}
.testim-text li:nth-child(odd) { margin-right: 5% }
.testim-text li::before, .resources-s li::before {  content: none !important }
.textMain .star { color: #EB6E00;
    font-size: 20px;
}
.ratings {  margin-bottom: 10px }
.ratings > strong {  font-weight: 400;
  font-size: 20px;
}
.ratings > strong::before {
  color: #FFCB05;
  content: "\2605";
  display: inline-block;
  font-size: 50px;
  margin-right: 5px;
  vertical-align: top;
}
.submit-testimonial {   color: #ffffff;
  font: bold 14px/35px Verdana,Arial,Helvetica,sans-serif;
  margin: -20px 0 40px 10px;
  text-align: right;
}
.submit-testimonial a {  background-color: #013E79;
  border-radius: 15px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
    opacity: 0.8;
}
.submit-testimonial a:hover {	opacity: 1;
    color: inherit !important;
}
.ypo-video {
	margin-top: 30px;
}
.ypo-video iframe {
	border: 0 none;
	min-height: 455px;
}
.col-divide.align-center {
	margin: 15px 0px 0px 4%;
}
/*-----------------Contact Us Css---------------------------------*/
.doc-profile-p h1.contact-hd { width: 435px;
    margin: 10px auto;
    text-align: left !important;
}
.cont-map .col-divide {  margin-top: 5%;
}
.cont-map .col-divide a { color: #000;
    font-weight: 700;
}
.view-map::before {  content: "\27a6";
    margin-right: 5px
}
.textMain .cont-wraper {  color: #fff;
  margin-top: 30px;
  position: relative;
  width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
}
.contact-add {  background-color: #ad404b;
  position: absolute;
  right: 0;
  width: 310px;
  z-index: 9;
}
.textMain .cont-wraper h2 {  background-color: #1b4971;
  color: #fff;
    text-align: left;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 12px 0 12px 15px;
}
.contact-add p {  padding-left: 15px;
}
.contact-add p, .contact-add .textMainBold, .textMain .contact-add a {
  color: #fff;
}
.mapframe {  overflow: hidden;
  width: 100%;
}
.mapframe iframe { border: none;
    width: 100%;
}
.contact-add, .map-c {  height: 310px;
}
.map-c iframe { margin-top: -150px;
    height: 600px;
}

.facebook-head { text-align: center;
	font-size: 28px;
}
.icon-facebook2::before { font-size: x-large;
    content: "\ea91";
	color: #09a7da;
}
.blog-posts li::before { content: "" !important;
}
#ptForm {
	background: #eee;
	padding: 15px;
	border-radius: 10px;
}
#ptForm li {
	width: 120px;
	background: #1861DA;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 10px;
}
#ptForm li a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.textMain .resources-s {  border: 0px }
.textMain .resources-s ul {  margin: 0px;
    text-align: center;
}
.textMain .resources-s li {  display: inline-block;
  padding-left: 0;
  text-align: left;
  width: 250px;
  margin: 5px 10px;
}
.insurance-list ul {
	width: 50%;
	float: left;
}
.insurance-list ul ul {
	width: auto;
	float: none;
}
.test-author {  text-align: right!important }
.staff { padding: 15px 10px 15px 15px;
    background-color: #E5E5E5;
    border-radius: 11px;
    max-width: 300px;
    margin: 10px auto;
    text-align: center;
}
.staff h2 { text-align: center !important; }
/*-------------Related Links--------------*/
.related-links { font: 500 16px/20px 'Work Sans', sans-serif;
}
.related-links h2 {  font-size: 30px;
    padding: 3% 0px;
    text-transform: uppercase;
    text-align: center;
    color: #6a6a6a;
}
#related-topic { padding: 0px 6% 3% 6%;
}
#related-topic li {	display: inline-block;
    position: relative;
    width: 33%;
    margin: 10px 0px;
    min-width: 190px;
    text-align: left;
}
#related-topic li::before { content: "\26aa";
    position: absolute;
    left: -10px;
    color: #727272;
}
#related-topic li a {	color: #727272;
	padding: 0px 10px;
	text-decoration: none;
	transition-duration: 0.3s;
}
#related-topic li a:hover {	color: #3dc7dd;
}
/*-------------Medaia Screens for Mobile Devices--------------*/
@media screen and (max-width :1070px) {
    .header-in-r { vertical-align: middle;
    }
    #Main-Menu { right: inherit;
        left: 0;
        bottom: -60px;
        width: 100%;
        text-align: center;
    }
    #Intractivity { margin-top: 60px }
    .intra-text::before {
        background-color: rgba(255,255,255,0.5);
        content: "";
        height: 115%;
        left: -10px;
        position: absolute;
        top: -8%;
        width: 105%;
        z-index: -1;
    }
}
@media screen and (max-width :980px) {
    .contact-appoint { width: auto;
    }
    .contact-appoint span:nth-child(2) { margin-right: 0;
    }
}
@media screen and (max-width :900px) {
    .pt-journey .intra-div { background-size: cover }
    .journey-in ul { margin: 0;
        width: auto;
        text-align: inherit;
    }
    .journey-in li {  margin: 10px !important;
    }
    
    .doc-p { float: none;
        margin-left: 0px;
        display: inline-block;
    }
    .submit-testimonial { margin-top: 0px;}
}
@media screen and (max-width :800px) {
    .Intra-L, .Intra-R {	display: none;
        background-image: none;
        visibility: hidden;
    }
    .header-in { vertical-align: middle }
    .contact-appoint { margin-top: 0 }
    .menu-wrapper { border: none;
        background-color: #fff;
        position: absolute;
        top: 10%;
        right: 2%;
    }
    #Main-Menu {	display: none   }
    #Mobile-Menu {  display: block;
      width: 100%;
      z-index: 99;
        min-width: inherit;
    }
    #Intractivity { margin-top: 0px;
    }
    .doc-info h1 { width: 95% }
    .education-vdo { width: 48%;
    }    
    #service-p li { width: 33% }
    .add-left, .add-right {
        width: 100%;
        padding-bottom: 10px;
        border-left: none;
        padding-left: 0px;
    }
    .add-left {
	   border-bottom: 2px dashed #cecece;
    }
    #related-topic { text-align: center }
}
@media screen and (max-width : 640px) {
    .header-wrap { height: auto }
    .header-in, .pt-journey .intra-cell {  display: inherit;
        margin: 20px auto;
        text-align: center;
    }
    .doctor-wrap .intra-div { border-spacing: 0;
        display: flex;
        flex-flow: wrap row;
    }
    .doctor-wrap .intra-cell { display: block;
        margin: auto;
        width: auto;
        text-align: center;
    }
    .doc-img { order: 1 }
    .doc-info { order: 2 }
    .doc-profile { position: static;
        display: block !important;
    }
    .education-vdo { width: auto }
    .education-vdo h4 { padding: 0 0 10px }
        
    #Content-Left, #Sidebar {  display: inherit;
        margin: 0px auto 10px;
        text-align: left;
    }
    #Content-Left {  width: 100%; }
    .align-left1 {	float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
    }
    .submit-testimonial { text-align: center }
    .img-l, .img-r {	float: none;
        display: block;
        margin: 10px auto;
    }
}
@media screen and (max-width : 550px) {
    .common-head, .doctor-wrap h1 { font-size: 6vw }
    .education-vdo h4 { font-size: 5vw }
    .education-vdo img { 
        width: 90%;
    }
}
@media screen and (max-width : 480px) {
    .h-logo { width: 260px; }
    #Intra-Container-S { display: none }
    .home #Intra-Container-S { display: block }
    #Intractivity {  margin-top: 0; }
    #Intractivity li[class*="banner"] { background-position: left top }
    #Intra-Container-S .intra-text { width: 305px }
    .intra-text { left: 10% }
    .intra-text h3 { font-size: 22px }
    .services-wrap {   text-align: center;
    }
    .services {  width: 100%;
    }
    .spine-bg { width: 90% }    
    .navigation { padding: 20px 0px 10px }
    .pt-edu { min-height: 440px }
    .doc-profile-p h1.contact-hd { width: auto }
    .align-left {	float: none;
        display: block;
        margin: 10px auto;
    }
    .align-right {	float: none;
        display: block;
        margin: 10px auto;
    }
    .facebook-head {  font-size: 24px }
}
@media screen and (max-width : 400px) {
    .contact-appoint span { width: 185px;
        text-align: left;
        margin: 10px 0 !important;
    }    
    .common-head, .pt-journey h1 { 
        font-size: 21px;
    }    
    .accordian h2 {   font-size: 20px;
        padding-left: 75px;
    }
    .doc-profile-p .tel1 { display: block }
}