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;
}
.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: 360px;
}
.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;
}
.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;
}
#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%;
    cursor: pointer;
}
.nbs-flexisel-nav-left {
    left: 0px;
}
.nbs-flexisel-nav-right {
    right: 0px;
}
#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-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-envelop:before {
    content: "\e945";
}
.icon-sphere:before {
    content: "\e9c9";
}
.icon-calendar:before {
    background: url(../images/book-appoint-h.png)no-repeat 0px 2px;
    width: 15px;
    height: 25px;
    content: '';
    position: relative;
}
.icon-document-text2:before {
    content: "\e903";
}
.icon-printer:before {
    content: "\e904";
}
.icon-quote-right:before {
    content: "\e907";
}
.icon-quote-left:before {
    content: "\e908";
}
.icon-phone_in_talk:before {
    content: "\e909";
}
.icon-award:before {
    content: "\e902";
}
.icon-user2:before {
    content: "\e90b";
}
.icon-payment:before {
    content: "\e90f";
}
.icon-phone2:before {
    content: "\e942";
}
.icon-google-plus:before {
    content: "\ea8b";
}
.icon-file-pdf:before {
    content: "\eadf";
}
.icon-calendar-check-o:before {
    content: "\e905";
}
/*.icon-location:before {
    content: '';
}
.icon-location img {
    position: absolute;
    top: 130px;
    width: 18px;
}*/
.icon-users:before {
    content: "\e90f";
}
/*.icon-alarmclock:before {
    content: '';
}
.icon-alarmclock img {
    position: absolute;
    top: 130px;
    width: 18px;
}*/
.icon-pinterest-p:before {
    content: "\e900";
}
.icon-check-square-o:before {
    content: "\e90d";
}
#Container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
header,
section,
footer {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.header-wrap,
#Intractivity,
.container,
#Footer{
    max-width: 1170px;
    min-width: 320px;
    margin: 0px auto;
    position: relative;
}
.container {
    padding: 1%
}
header.fixed {
    position: fixed;
    top: 0px;
    background-color: #fff;
}
.header-wrap {
    padding: 0px 1%;
}
.fixed .header-wrap {
    height: 180px;
    transition: all 0.3s ease-out 0s;
}
.fixed .h-logo img {
    transition-duration: 0.8s;
}
header {
    position: absolute;
    z-index: 9999;
}
.header-wrap {
    height: 138px;
    z-index: 11;
}
.contact-appoint {
    text-align: right;
}
.contact-appoint span {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font: 300 25px/33px 'Lato', sans-serif;
}
.contact-appoint a {
    color: #000;
    display: inline-block;
}
.contact-appoint span:last-child {
    margin-left: 3%;
}
.contact-appoint .phone a {
    color: rgb(55, 55, 57);
}
.phone a {
    background: url(../images/sprite-image.png)no-repeat 0px 2px;
    padding-left: 30px;
}
.phone1 a {
    background: url(../images/sprite-image.png)no-repeat 0px -2px !important;
    padding-left: 30px;
    display: inline-block;
}
.contact-appoint span a::before {
     background: url(../images/book-appoint-h.png)no-repeat 0px 2px;
}
.contact-appoint a:hover {
    color: #2eb9bf
}
.floating-serv {
    top: 260px;
    position: fixed;
    right: 0;
    z-index: 9999;
}
.floating-serv li {
    font: 300 14px/15px 'Roboto', sans-serif;
    margin: 3px 0px;
    text-align: center;
    height: 90px;
    width: 90px;
    position: relative;
}
.floating-serv li a {
    color: #fff;
    display: block;
    height: 100%;
    background-color: #343434;
}
.floating-serv li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 22%;
}
.floating-serv li:nth-child(2) a {
    background-color: #58babc;
}
.floating-serv li:last-child a {
    background-color: #193b3d;
}
.floating-serv li a:hover {
    background-color: #4a4a4c;
}
.floating-serv li span {
    padding-bottom: 5px;
    display: block;
}
.floating-serv li span::before {
    font-size: 28px;
}
/*.icon-blog{background: url(../images/blog-icon.png) no-repeat left top;}*/
#Intra-Container #Intractivity {
    height: 440px
}
#Intra-Container-S #Intractivity {
    height: 217px
}
#Intractivity {
    margin-top: 138px;
}
#Intra-Container .banner1 {
    background: url(../images/banner1-bg.jpg) no-repeat left top;
	background-size: cover;
}
#Intra-Container .banner1 .Intra-L {
    background: url(../images/banner1-bg-l.jpg) no-repeat right top #dad1c2;
}
#Intra-Container .banner1 .Intra-R {
    background: url(../images/banner1-bg-r.jpg) no-repeat left top #f1e9df;
}
#Intra-Container-S .banner1 {
    background: url(../images/banner1-bg-s-landing.jpg) no-repeat left top #f1e9df;
}
#Intra-Container-S .banner1 .Intra-L {
    background: url(../images/banner1-bg-l-s-landing.jpg) no-repeat right top;
}
#Intra-Container-S .banner1 .Intra-R {
    background: url(../images/banner1-bg-r-s-landing.jpg) no-repeat left top;
}
.intra-text {
    position: absolute;
    left: 1%;
    top: 50%;
    max-width: 560px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
.banner1 .intra-text {
    right: 1%;
    left: initial;
}
.intra-text h2 {
    font: 600 38px/1.1em 'ZurichBT-Bold', sans-serif;
    color: #000;
}
.intra-text h2 span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 56px;
    padding: 10px 0;
	color:#004d47;
}
.intra-text h2 span.june{
    font-size: 24px !important;
	line-height: 28px !important;
}
#Intra-Container-S .intra-text h2 span.june{
	font-size: 16px!important;
	line-height: 24px!important;
}
.banner-more {
    margin-top: 1%;
    font: 300 18px/33px 'Lato', sans-serif;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    background-color: #193b3d;
    color: #fff;
    padding: 0px 16px 3px;
    display: block;
}
#Intra-Container-S .intra-text h2 {
    font-size: 20px;
    line-height: 26px;
}
#Intra-Container-S .intra-text h2 span {
    font-size: 16px;
    line-height: 24px;
}
.intra-tabs {
    bottom: 20px;
    right: 5%;
    position: absolute;
    z-index: 9;
}
.intra-tabs li,
.serv-tabs li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #5c513b;
    padding: 2px;
    margin: 0% 2px;
}
.intra-tabs li a,
.serv-tabs li a,
.pub-tabs li a {
    display: block;
    background-color: #193b3d;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.intra-tabs li a:hover,
.intra-tabs .Banner_here a {
    background-color: #fff;
}
.intra-tabs .Banner_here {
    border-color: #fff;
}
.services-wrap {
    margin-bottom: 5%;
}
.faqs-wrapper{padding:40px 0px;}
.common-head {
    font: 400 36px/1.2em 'ZurichBT-BoldExtended', sans-serif;
    color: #000000;
    margin-bottom: 3%;
    padding-bottom: 22px;
    background: url(../images/services-brdr.png)no-repeat bottom center;
    text-align: center;
}
.common-head span {
    display: block;
    font: 400 15px/20px "Lato", sans-serif;
}
.doctor-wrapper {
  padding-top: 80px;
  background: url(../images/meet-dr-bg-new.jpg) repeat;
}
.doctor-wrap {
    padding: 0px 1%;
}
.doctor-wrap .intra-cell {
    padding-top: 3%;
}
.doc-info {
    font: 400 18px/30px 'Lato', sans-serif;
    color: #373739;
}
.doc-info p{margin:18px 0px;}
.doc-photo {
    float: right;
    margin-left: 5%;
}
.doc-info h2 {
    font: 400 35px/1.2em 'ZurichBT-BoldExtended', sans-serif;
    color: #000000;
}
.doc-info h2 strong {
    display: block;
    font: 400 0.8em/40px "Lato", sans-serif;
}
.doc-info h2 span {
    display: block;
    font-size: 0.42em;
    line-height: 1.2em;
    padding-top: 12px;
}
p.doc-sub-head {
    font: 400 22px/1.2em 'ZurichBT-Bold', sans-serif;
    color: #373739;
    margin-bottom: 20px;
}
.book-consult-wrapper {
    background-color: #29acb2;
	padding:38px 0px;
}
.book-consult-wrap h2 {
    font: 400 35px/1.2em 'ZurichBT-BoldExtended', sans-serif;
    color: #fff;
    margin-bottom:20px;
}
.book-consult-wrap p {
    font: 400 22px/26px 'Lato', sans-serif;
    color: #fff;
}
.book-consult-wrap .flex-div {
    display:flex;
	justify-content:space-between;
	align-items:center;
	gap:20px;
}
.btn-consult a {
	display:inline-block;
	border:1px solid #9bdcdf;
	text-align:center;
	color:#ffffff;
	padding:15px 28px;
	font:400 22px/28px 'Lato', sans-serif;
}
.btn-consult a:hover{
	background:#fbfbfb;
	color:#2eb9bf;
}
.btn-basis{flex-basis:575px;}
.flex-dir{flex-direction:column;}
.txt-size{font: 400 18px/30px 'Lato', sans-serif !important;}
.icon-clipboard::before {
    content: "\e90a";
}
.icon-user-plus::before {
    content: "\e973";
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    height: 32px;
    width: 25px;
    top: 35% !important;
    z-index: 9;
    font-size: 25px;
    color: #7da5cc;
    cursor: pointer;
    opacity: 0.6;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
    opacity: 1;
}
.nbs-flexisel-nav-left {
    left: -7px;
}
.nbs-flexisel-nav-right {
    right: -5px;
}
.nbs-flexisel-nav-left::before,
.Testimonials_nav.prev::before {
    content: "\276e";
}
.nbs-flexisel-nav-right::before,
.Testimonials_nav.next::before {
    content: "\276f";
}
footer {
    background: url(../images/footer-bg.jpg)no-repeat center/cover;
    color: #fff;
    font: 400 15px/20px 'Lato', sans-serif;
	padding-bottom:50px;
}
.foot-in .intra-cell {
    vertical-align: top;
    padding: 4% 0px 3%;
}
.menu-webSearch {
    width: 215px
}
.foot-in h3 {
    font: 400 20px/1.2em 'ZurichBT-BoldExtended', sans-serif;
    padding: 13px 0px;
}
#Footer a {
    color: #fff;
    padding: 2px;
    display: inline-block;
}
#Footer a:hover {
    text-decoration: underline;
}
.social h3 {
    margin-bottom: 10px
}
.social a {
    background-color: #29acb2;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    margin: 2px;
	text-align:center;
	padding-top:4px !important;
}
.social a:hover {
    background-color: #1d575a;
}
.menu-foot {
    margin-top: -60px;
}
.ypo-logo {
    margin-top: 50px;
}
#newsearch {
    max-width: 210px;
    border: 1px solid #63697d;
    position: relative;
}
.tftextinput2 {
    background-color: transparent;
    margin: 0;
    padding: 7px;
    color: #fff;
    border: none;
    width: 175px;
    border-bottom: none !important;
    font-size: 14px;
    vertical-align: top;
}
.tfbutton2 {
    border: none;
    border: none !important;
    padding: 16px 15px;
    background-color: #29acb2;
}
.tfbutton2::after {
    content: "\25b6";
    color: #fff;
    position: absolute;
    right: 8px;
    margin-top: -10px;
    cursor: pointer;
}
.goog-te-gadget-simple {
    width: 207px !important;
    background: none !important;
    padding-bottom: 0px !important;
    border: 1px solid #63697d !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
    display: block !important;
    width: 98%;
}
.goog-te-gadget-simple .goog-te-menu-value span:first-child {
    text-decoration: none;
    width: 80% !important;
    float: left;
    font: 400 14px/28px 'Roboto', sans-serif !important;
    height: 26px !important;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3) {
    display: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value span:nth-child(5) {
    background: #29acb2;
    color: #fff !important;
    float: right;
    font: 400 14px/17px 'Roboto', sans-serif !important;
    margin: -3px -2px 0px 0px;
    padding: 6px 7px 6px 7px;
}
.goog-te-gadget-simple img {
    display: none !important;
}
.textMain {
    position: relative;
    font: 400 15px/23px 'Lato', sans-serif;
    color: #000;
    text-align: justify;
}
.textMain p {
    margin: 10px 0px
}
.textMain a {
    color: #29acb2
}
.textMain a:hover {
    text-decoration: underline;
}
.textMain ul {
    padding: 0px;
    margin: 10px 0px;
    text-align: left;
}
.textMain ol {
    padding: 0px;
    margin: 10px 0px;
}
.textMain ul li {
    list-style: none;
    position: relative;
    padding: 5px 0px 5px 18px;
}
.textMain ul li::before {
    color: #555;
    content: "\25b6";
    left: 0px;
    position: absolute;
    font-size: 12px;
}
.textMain ul li li::before {
    display: none;
}
.textMain ol li {
    padding: 5px 0px 5px 0px;
    list-style: decimal;
}
.textMain ul ul,
.textMain ol ol,
.textMain ul ol,
.textMain ol ul {
    margin: 0px;
    padding: 5px 0px 5px 30px;
}
.textMain ul ul li,
.textMain ol ul li {
    background: none;
    padding: 5px 0px;
    list-style: disc;
}
.textMain ol li::before {
    display: none;
}
.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 ul.pdf-list li {
    text-align: left;
    padding: 7px 0px 7px 35px;
    list-style: none;
    background: url(../images/pdf.gif) no-repeat left center;
}
.textMain ul.pdf-list li::before {
    display: none;
}
.textMain h1,
.textMain h2,
.textMain h3,
.textMain h4,
.head1,
.head2,
.head3 {
    text-align: left;
    line-height: 1em;
    margin: 10px 0px;
    font-family: 'ZurichBT-BoldExtended', sans-serif;
}
.textMain h1 span,
.textMain h2 span,
.textMain h3 span,
.textMain h4 span {
    display: block;
    font-size: 0.52em;
    line-height: 1.3em;
    font-weight: 400;
    color: #444;
    text-transform: none;
}
.textMain h1,
.textMain .head1 {
    font-size: 36px;
    color: #373739;
    margin: 30px 0px 20px;
    position: relative;
}
.textMain h1 strong {
    font-size: 0.34em;
    line-height: 1.4em;
    display: block;
    color: #666;
}
.textMain h2,
.textMain .head2 {
    font-family: 'ZurichBT-Bold';
    font-weight: 300;
    color: #2EB9BF;
    font-size: 26px;
    margin-top: 15px;
}
.textMain h3,
.textMain .head3 {
    font-family: 'ZurichBT-Bold';
    font-weight: 300;
    font-size: 20px;
    color: #193b3d;
    margin-top: 12px;
}
.textMain h4 {
    font-family: 'ZurichBT-Bold';
    font-weight: 300;
    font-size: 17px;
    color: #0678d8;
}
.textMainBold {
    font-weight: 700;
}
.PDFtext {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
}
article::after {
    clear: both;
    display: block;
    content: "";
}
.accordian h2 {
    background-color: #ffffff;
    border: 2px solid #2eb9bf;
    color: #000000;
    cursor: pointer;
    padding: 10px 50px 10px 20px;
    margin: 3px 0;
    font-size: 22px;
    position: relative;
	font:400 20px/1.2em 'ZurichBT-BoldExtended', sans-serif
}
.accordian h2::before {
    display: none !important
}
.accordian h2::after {
    /*background-color: #fff;
    border-radius: 50%;
    color: #0083C2;
     content: "+"; */
	content:url('../images/down-arrow.png');
    font-size: 23px;
    padding: 3px 7px;
    position: absolute;
    right: 3%;
    top: 10px;
}
.accordian h2 a{ color:#000;}
.accordian .current {
	border: transparent;
	position: relative;
	background: #004d47;
}
.accordian .current::after {
    /* content: "-"; */
	content:url('../images/up-arrow.png');
    /* font-size: 24px; */
    padding: 0 8px 5px;
}
.accordian .current a{color:#ffffff;}
.pane {
    display: none;
    margin: -3px 0px 20px !important;
    /* background-color: #eee; */
    padding: 15px 4% !important;
    /* border-bottom: 2px solid #36BCD1; */
	font:400 17px/25px 'Lato', sans-serif;
}
.textMain .contact-add .icon-phone2::before {
    display: inline-block;
    color: #fff;
}
.img-brdr {
    border: 1px solid #0058ad;
}
figure {
    margin: 0px
}
.doc-p {
    overflow: hidden;
}
.icon-calendar {
	color: #fff !important;
	padding: 10px 10px 10px 30px;
	margin: 0px 0px 10px 0px;
	background: #2eb9bf url(../images/book-appoint-h.png)no-repeat 10px center;
}
.icon-calendar:hover {
	background-color: #193b3d;
}
.textMain .founding-list {
	text-align: center;
	font-size: 0;
}
.doc-photo-left {
	float: left;
}
.doc-photo-left img {
	border: 2px solid #58babc;
	background: #ccc;
}
.book-div {
  background: #000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
#book-pop {
  border-radius: 5px;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 600px;
  z-index: 99999;
  padding:20px;
  background:#ffffff;
  text-align: center;
  font:500 15px/30px 'Lato', sans-serif;
}
.book-button {
  color: #e73e51;
  cursor: pointer;
  font: 700 15px/30px 'Lato', sans-serif;
  height: 20px;
  position: absolute;
  right: 2px;
  text-align: center;
  top: 5px;
  width: 20px;
  z-index: 101;
}
.pop-btns{text-align:center;}
.pop-btns a {
	display: block;
	padding: 5px 15px;
	background: #193b3d;
	color: #fff;
	text-decoration: none;
	margin: 15px 0px;
	border-radius: 25px;
}
.pop-btns a:hover{background:#2eb9bf;}
.pop-sec,.pop-third{display:none;}
.appointment{width:420px;}
.contact-appoint span:first-child{
	display: block;
  text-align: right;
}
.h-logo a{
	display: inline-block;
}
.h-logo a:first-child{
	border-right: 1px solid #dcdcdc;
	padding-right: 15px;
	margin-right: 15px;
}	
.h-logo a:first-child img{padding: 10px 0px;}
.foot-logo img{padding-top: 16px;}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
	display: flex !important;
  justify-content: space-between;
  margin-right: 0px;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span:last-child {
	background: #29acb2;
  padding: 2px 7px;
  color: #fff !important;
}
.faq-l {
	padding-right: 40px;
	vertical-align: top;
}
.faq-r {
	background: url(../images/faq-bg.png) no-repeat right 0px;
	height: 387px;
	position: relative;
}
.faq-r .Intra-R{
		background: url(../images/faq-bg-r.png)no-repeat 0px 0px;
}
.key-wrapper{
	background:#e7e9e6;
	padding:40px 0px;
}
.img-pos{margin-top:-90px;margin-right:35px;}
.key-list li{
	padding-left:65px;
	margin:25px 0px;
	position:relative;
}
.key-list li::before {
	position: absolute;
	content: '';
	width: 51px;
	height: 51px;
	background: url('../images/key-sprite.png');
	left: 0px;
}
.eecs-key::before{background-position:0px 0px !important;}
.iol-key::before{background-position:0px 500px !important;}
.lcs-key::before{background-position:0px 400px !important;}
.cest-key::before{background-position:0px 300px !important;}
.rea-key::before{background-position:0px 200px !important;}
.pco-key::before{background-position:0px 100px !important;}
.key-img{vertical-align:top;width:43%;}
.key-txt h2{
	font:400 35px/1.2em 'ZurichBT-BoldExtended', sans-serif;
}
.key-list h3{
	font:400 22px/1.2em 'ZurichBT-BoldExtended', sans-serif
}
.key-list li p{
	  font: 400 16px/22px 'Lato', sans-serif;
	  color:#4b4b4b;
}
.key-list li p .textMainBold{color:#000000;}
.desk-off{display:none;}
/* Lasik Key START */
.key-wrapper-lasik{
	background:#e7e9e6;
	padding:40px 0px 220px 0px;
}
.lasik-key {
	background: url('../images/key-highlights-lasik-img.png') no-repeat center center;
	position: relative;
	width: 335px;
	height: 335px;
	margin: 0 auto;
	background-size:contain;
}
.lasik-key div{
	position:absolute;
	width:350px;
}
.lasik-key .platforms-key {
	top: 30px;
	left: -375px;
	text-align: right;
}
.lasik-key .awards-key{
	top: 30px;
    right: -375px;
    text-align: left;
}
.lasik-key .expertise-key{
	bottom: -85px;
	left: -375px;
	text-align: right;
}
.lasik-key .trust-key{
	bottom: -70px;
    right: -375px;
    text-align: left;
}
.lasik-key .innovation-key {
	bottom: -180px;
	text-align: center;
}
.lasik-key div::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 60px;
	background: url('../images/lasik-key-sprite.png');
}
.lasik-key .platforms-key::after {
	right: -115px;
  top: -15px;
  background-position: 0px 0px;
}
.lasik-key .awards-key::after {
	left: -115px;
	top: -15px;
	background-position: 0px 480px;
}
.lasik-key .expertise-key::after {
	right: -85px;
	bottom: 135px;
	background-position: 0px -240px;
}
.lasik-key .trust-key::after {
	left: -85px;
	bottom: 120px;
	background-position: 0px 240px;
}
.lasik-key .innovation-key::after {
	left: 0px;
	right: 0px;
	margin: 0 auto;
	bottom: 155px;
	background-position: 0px -480px;
}
.lasik-key h3{
	font:400 23px/35px 'ZurichBT-BoldExtended', sans-serif;
	color:#000000;
}
.lasik-key p{
	font:400 16px/20px 'Lato', sans-serif;
	color:#4b4b4b;
}
.platforms-key::before,.awards-key::before,.innovation-key::before {
	position: absolute;
	content: '';
	width: 50px;
	height: 11px;
	background: url('../images/lasik-key-list.png');
}
.platforms-key::before {
	transform: scaleX(-1);
	top: 12px;
}

.awards-key::before {
	top: 12px;
	left:-50px;
}

.innovation-key::before {
	transform: rotate(90deg);
	top: -35px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.expertise-key::before,.trust-key::before {
	position: absolute;
	content: '';
	width: 38px;
	height: 39px;
	background: url('../images/lasik-key-list1.png');
}
.expertise-key::before {
	top: -40px;
	right: -15px;
	transform: scaleX(-1);
}
.trust-key::before {
	top: -40px;
	left: -15px;
}
.platforms-key h3 {
	padding-right: 15px;
}
.awards-key h3 {
	padding-left: 15px;
}
/* Lasik Key  END*/
@media screen and (max-width:1070px) {
.lasik-key {
	width: 25%;
}
.lasik-key .innovation-key {
	bottom: -140px;
	left: -50px;
}
}
@media screen and (max-width:969px) {
#Intractivity {
	margin-top: 180px;
}
}
@media screen and (max-width:900px) {
    .doc-info {
        padding-right: 2%
    }
	.appointment {
	width: auto;
}
.menu-foot {
	margin-top: auto;
}

/* Lasik Key START */
.lasik-key {
	width: 100%;
	height: auto;
	background: none;
}
.lasik-key div {
	position: unset;
	width: 100%;
	padding-left: 70px;
	text-align:left !important
}
.lasik-key div::before {display:none;}
.lasik-key .platforms-key::after {
	left: 0px;
	top: 0px;
}
.lasik-key .awards-key {
	top: unset;
	right: unset;
	position: relative;
}
.lasik-key .awards-key::after {
	left: 0px;
	top: 0px;
}
.lasik-key .expertise-key {
	bottom: 0px;
	left: 0px;
	position: relative;
}
.lasik-key .expertise-key::after {
	right: unset;
	bottom: unset;
	left: 0px;
	top: 0px;
}
.lasik-key .trust-key {
	bottom: unset;
	right: unset;
	position: relative;
}
.lasik-key .trust-key::after {
	left: 0px;
	bottom: unset;
	top: 0px;
}
.lasik-key .innovation-key {
	bottom: unset;
	left: unset;
	text-align: center;
	position: relative;
}
.lasik-key .innovation-key::after {
	left: 0px;
	right: unset;
	bottom: unset;
	top: 0px;
}
.awards-key h3,.platforms-key h3 {
	padding: 0px;
}
.lasik-key div {
	margin: 50px 0px;
}
.key-wrapper-lasik {
	padding: 40px 0px;
}
.desk-off{display:block;}
/* Lasik Key END */

}
@media screen and (max-width:800px) {
    .doc-info {
        display: inherit;
        margin: 10px auto;
    }
    .Intra-L,
    .Intra-R {
        display: none;
        background-image: none;
        visibility: hidden;
    }
    #Intra-Container-S .intra-text::before {
        background-color: rgba(255, 255, 255, 0.5);
        content: "";
        height: 115%;
        left: -10px;
        position: absolute;
        top: -8%;
        width: 110%;
        z-index: -1;
    }
    .foot-in .intra-cell {
        display: inline-block;
        margin: 10px auto;
        padding: 0px;
        width: 320px;
    }
    .add-left,
    .add-right {
        width: 100%;
        padding-bottom: 10px;
        border-left: none;
        padding-left: 0px;
    }
    .add-left {
        border-bottom: 2px dashed #cecece;
    }
    .book-consult-wrap h2 {
        font: 400 30px/1.2em 'ZurichBT-BoldExtended', sans-serif;
    }
    .floating-serv li {
        width: 65px;
    }
    .img-l,
    .img-r {
        float: none;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    .book-consult-wrap h2,
    .book-consult-wrap p {
        padding: 5px;
        text-align: center;
    }
}
@media screen and (max-width:767px) {
	.btn-consult{flex-basis:auto;}
	.faq-l,.faq-r{display:block;}  
	.faq-l{padding:0px;}
	.faq-r{
		background-size: contain;
  background-position: center;
	}
	.key-img,.key-txt{display:block;}
	.key-img{width:100%;}
    }
@media screen and (max-width:640px) {
    .header-wrap {
        height: auto
    }
    .header-in {
        display: inherit;
        margin: 15px auto;
    }
    .fixed .header-wrap {
        height: 160px
    }
    .appointment {
        width: 100%;
        border-top: 1px solid #e5e5e5;
        margin: 22px 0px 10px;
        padding-top: 5px;
    }
    .contact-appoint {
        text-align: center;
    }
    .contact-appoint span a::before {
        margin-right: 1px;
    }
    #Intractivity {
        margin-top: 0px;
    }
    header {
        position: static;
    }
    header.fixed {
        display: none;
    }
    #Intractivity li {
        background-size: cover !important;
        background-position: center center !important;
    }

    #Intra-Container-S .intra-text h2 {
        font-size: 16px;
        line-height: 17px;
    }
    .contact-appoint span {
        font: bold 18px/36px 'Lato', sans-serif;
    }
    .contact-appoint span:last-child {
        font-size: 19px;
    }
	#book-pop {
	width: 95%;
	}
	#book-pop {top:17%;}
	.contact-appoint span:first-child {
	display: block;
	text-align: center;
}
.h-logo a:first-child {
	border:none;
	padding: 0px;
	margin: 0px;
}
header .intra-div {
        text-align: center;
    }
#Footer .intra-div {
        text-align: center;
    }
	.book-consult-wrap .flex-div {flex-direction:column;}
	.doctor-wrap {
    padding: 0px;
}
.doc-info {
        text-align: center;
		padding:0px 10px;
    }
    .doc-photo {
        min-width: 150px;
        float: none;
        margin: 0px auto;
    }
    .doc-info h2,.key-txt h2, .common-head {
        font-size: 24px;
		text-align:center;
    }
	.doctor-wrapper {
	padding-bottom: 1%;
}
 #Intra-Container-S .intra-text h2 span {
        font-size: 12px;
        line-height: 12px;
    }

    #Intra-Container-S .banner1 {
        background: url(../images/banner1-bg-s-landing.jpg) no-repeat -144px top #f1e9df !important;
    }
}

@media screen and (max-width:480px) {
    #Intra-Container-S {
        display: none
    }
    .h-logo {
        margin: 15px 0px
    }
    .home #Intra-Container-S {
        display: block
    }
    #Intractivity {
        margin-top: 0;
    }
    .align-left {
        float: none;
        display: block;
        margin: 10px auto;
    }
    .align-right {
        float: none;
        display: block;
        margin: 10px auto;
    }
	.doc-photo-left {
	float: none;
	text-align: center;
}
}
@media screen and (max-width:400px) {
    .phone a {
        padding-left: 24px
    }
    .contact-appoint span:last-child {
        margin-left: 1%;
    }
}