/* ------------------------------ Fonts CSS ------------------------------ */

@font-face {
  font-family: 'MyriadProRegular';
  src: url('/fonts/myriadpe-webfont.eot');
  src: url('/fonts/myriadpe-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/myriadpe-webfont.woff') format('woff'), url('/fonts/myriadpe-webfont.ttf') format('truetype'), url('/fonts/myriadpe-webfont.svg#MyriadProRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway-Light';
  src: url('/fonts/Raleway-Light.eot');
  src: url('/fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Raleway-Light.woff') format('woff'), url('/fonts/Raleway-Light.ttf') format('truetype'), url('/fonts/Raleway-Light.svg#Raleway-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'museo_sans_cyrl100';
  src: url('/fonts/museosanscyrl-webfont.eot');
  src: url('/fonts/museosanscyrl-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/museosanscyrl-webfont.woff2') format('woff2'), url('/fonts/museosanscyrl-webfont.woff') format('woff'), url('/fonts/museosanscyrl-webfont.ttf') format('truetype'), url('/fonts/museosanscyrl-webfont.svg#museo_sans_cyrl100') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayregular';
  src: url('/fonts/raleway-regular-webfont.eot');
  src: url('/fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/raleway-regular-webfont.woff2') format('woff2'), url('/fonts/raleway-regular-webfont.woff') format('woff'), url('/fonts/raleway-regular-webfont.ttf') format('truetype'), url('/fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Archer-Medium';
  src: url('/fonts/Archer-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Archer-Medium.otf') format('opentype'), url('/fonts/Archer-Medium.woff') format('woff'), url('/fonts/Archer-Medium.ttf') format('truetype'), url('/fonts/Archer-Medium.svg#Archer-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Backto Top */
#toTop {
  position: fixed;
  width: 120px;
  right: 0px;
  bottom: 100px;
  background: #373636;
  font: normal 12px/30px Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  display: none;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -ms-border-radius: 5px 0px 0px 5px;
  -o-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
}
/* Backto Top */

/* Mobile Menu  */
#dc_jqaccordion_widget-2-item {
    font: bold 14px Arial, sans-serif;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    border-left: 1px solid #111;
    border-radius: 10px;
    padding: 3px;
    border-bottom: 1px solid #111;	
	max-width:100%;
    background: #FDFFC7;
}
#dc_jqaccordion_widget-2-item ul, #dc_jqaccordion_widget-2-item ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;	
  width:95%;
}
#dc_jqaccordion_widget-2-item ul a {
    padding: 9px 0% 9px 17%;
    background: #fdfec2 !important;
    text-decoration: none;
    display: block;
    color: #9b932d;
    border-bottom: 1px solid #fdfec2;
    position: relative;
    width: 94% !important;
}
#dc_jqaccordion_widget-2-item ul ul a {
  background: #fdfec2 !important;
}
#dc_jqaccordion_widget-2-item ul a.dcjq-parent, #dc_jqaccordion_widget-2-item ul a.dcjq-parent:hover {
  background: #e45047 !important;
  color: #ffffff !important;
}
#dc_jqaccordion_widget-2-item ul a .dcjq-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 34px;
  margin-top: -17px;
  height: 34px;
  background: url(/images/arrow_black_right.png) no-repeat 0 center;
}
#dc_jqaccordion_widget-2-item ul a.dcjq-parent.active .dcjq-icon {
  background: url(/images/arrow_black_down.png) no-repeat 0 center;
}
#dc_jqaccordion_widget-2-item ul a:hover, #dc_jqaccordion_widget-2-item ul .current_page_item>a, #dc_jqaccordion_widget-2-item>ul .current_page_item>a {
  background: #e45047!important;
  color: #fff !important;
}
#dc_jqaccordion_widget-2-item ul .current-menu-ancestor>a, #dc_jqaccordion_widget-2-item>ul .current-menu-ancestor>a {
  background: #fdfec2 !important;
}
}
/* Mobile Menu  */

/* ------------------------------ General CSS ------------------------------ */

body {
  margin: 0px;
  padding: 0px;
  overflow-y: scroll;
  *overflow-y: none;
}
img {
  border: 0px;
  max-width: 100%;
  vertical-align: middle;
}
p, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
  padding: 0px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
a, a:hover {
  text-decoration: none;
}

/* ------------------------------ Global CSS ------------------------------ */

.hr {
  height: 10px;
  background: url(/images/hr.gif) repeat-x left center;
}
.clear-float {
  clear: both;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
.videoBorder {
  padding: 5px;
  background: repeating-linear-gradient(125deg, #426319 0px, #426319 10px, #6f8e2b 10px, #6f8e2b 20px);
}

/* ------------------------------ Scrolling Styles ------------------------------ */

#Credibility {
  height: 105px;
}
#flexiselDemo1 {
  margin: 0px;
  padding: 0px;
  display: block;
  list-style: none;
  overflow: hidden !important;
}
.nbs-flexisel-container {
  margin: 15px 0px 0px 0px;
  padding: 0px;
  position: relative;
  max-width: 100%;
  overflow: hidden !important;
}
.nbs-flexisel-ul {
  width: 9999px;
  *width: 9999px;
  position: relative;
  @ margin: 0px !important;
  padding: 0px !important;
  list-style: none;
  overflow: hidden !important;
}
.nbs-flexisel-inner {
  width: 90%;
  max-width: 90%;
  margin: 0px auto;
  padding: 0px;
  overflow: hidden !important;
}
.nbs-flexisel-item {
  margin: 0px;
  padding: 0px;
  float: left;
  overflow: hidden !important;
  text-align: center;
  vertical-align: middle;
}
.nbs-flexisel-item img {
  vertical-align: middle;
}
.nbs-flexisel-item a, .nbs-flexisel-item a:hover {
  text-decoration: none;
}

/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
  width: 40px;
  height: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 16;
  top: 0px;
}
#Credibility .nbs-flexisel-nav-left {
  left: 12px;
  background: url(/images/left-arrow.jpg) no-repeat left center;
}
#Credibility .nbs-flexisel-nav-right {
  right: 12px;
  background: url(/images/right-arrow.jpg) no-repeat right center;
}
.bordernone {
  border: none !important;
}

/* ------------------------------ Common CSS ------------------------------ */

#Container, #Container-S, #Header-Container, #Intra-Container, #Intra-Container-S, #Reputation-Container, #Quicklinks-H-Container, #MeetDoctor-Container, #Facilities-Container, #Approach-Container, #MakeAppointment-Container, #Cred-Container, #Footer-Container, #Content-Container, #Banner-Bottom, #Bottom-Inner-Container, #Bottom {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  overflow: hidden !important;
  clear: both;
}
#Menu-Container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  clear: both;
}
#Header, #Main-Menu, #Intractivity, #Reputation, #Quicklinks-H, #MeetDoctor, #Facilities, #Approach, #MakeAppointment, #Credibility, #Footer, #Content-Main {
  max-width: 940px;
  min-width: 320px;
  margin: 0px auto;
}

/* ------------------------------ Header CSS ------------------------------ */

#Header {
  height: 141px;
  background: url(/images/logo-design.png) no-repeat 40% top;
}
.logo {
  float: left;
  margin: 38px 0px 10px 0px;
}
.header-right {
  float: right;
}
.header-contact {
  color: #202020;
  font: normal 13px/19px Verdana, Geneva, sans-serif;
  margin: 22px 20px 0px 0px;
}
.header-contact a {
  color: #e45047;
}
.head-contact {
  color: #202020 !important;
}

/* ------------------------------ Menu CSS ------------------------------ */

#Main-moblie {
  display: none;
}
#Main-Menu {
  height: 46px;
  padding: 6px 0px 0px 0px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
}
#access {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#access li {
  font: normal 12px/38px Arial, Helvetica, sans-serif;
  color: #707070;
  text-align: center;
  text-transform: uppercase;
  height: 48px;
  margin: 0px;
  padding: 0px;
  float: left;
  position: relative;
}
#access a {
  color: #707070;
  display: block;
}
#access a:hover {
  background: #f9f4eb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#access ul ul {
  display: none;
  position: absolute;
  z-index: 99999;
  padding: 0px 0px 20px 0px;
  background: #FDFEC2;
  top: 47px;
  border: 2px solid #e7e0d6;
  border-top: none;
  border-left: none;
  -webkit-border-radius: 0px 0px 20px 20px;
  -moz-border-radius: 0px 0px 20px 20px;
  -ms-border-radius: 0px 0px 20px 20px;
  -o-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px;
}
#access ul ul li {
  background: url(/images/menu-list-border.jpg) no-repeat center bottom #FDFEC2;
  float: none;
  text-align: left;
  font: normal 13px/35px Arial, Helvetica, sans-serif;
  height: 40px;
  text-transform: none;
}
#access ul ul li:last-child {
  background-image: none;
}
#access ul ul a {
  background: url(/images/menu-list.png) no-repeat 35px center #FDFEC2;
  color: #9B932D;
  padding: 0px 0px 0px 60px;
}
#access ul ul a:hover {
  background: url(/images/menu-list-on.png) no-repeat 35px center #E45047;
  color: #ffffff !important;
  border-radius: 0px;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
.menu-item-20 {
  width: 12%;
}
.menu-item-21 {
  width: 15%;
}
.menu-item-21 ul a {
  width: 200px !important;
}
.menu-item-26 {
  width: 20%;
}
.menu-item-26 ul a {
  width: 200px !important;
}
.menu-item-24 {
  width: 20%;
}
.menu-item-24 ul a {
  width: 200px !important;
}
.menu-item-22 {
  width: 13%;
}
.menu-item-23 {
  width: 13%;
}
.menu-item-661 {
  width: 7%;
}
#access ul li:hover>ul {
  display: block;
}
.menu .current_page_item>a, .menu .current_page_ancestor>a, .menu .current-menu-item>a, .menu .current-menu-ancestor>a {
  color: #e33d2f !important;
  background: #f9f4eb !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
.menu li a:hover, .menu>li:hover>a, .menu>li .current-menu-item>a, .menu>li.current_page_ancestor>a {
  color: #e33d2f !important;
  background: #f9f4eb !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border-radius: 5px !important;
}
.menu ul .current_page_item>a, .menu ul .current_page_ancestor>a, .menu ul .current-menu-item>a, .menu ul .current-menu-ancestor>a {
  color: #ffffff !important;
  background: url(/images/menu-list-on.png) no-repeat 35px center #E45047 !important;
  border-radius: 0px !important;
}
.menu ul li a:hover, .menu ul>li:hover>a, .menu ul>li .current-menu-item>a, .menu ul>li.current_page_ancestor>a {
  color: #ffffff !important;
  background: url(/images/menu-list-on.png) no-repeat 35px center #E45047 !important;
  border-radius: 0px !important;
}
#mheader {
  display: none;
}

/* ------------------------------ Interactivity CSS ------------------------------ */

#Intra-Container #Intractivity {
  height: 372px;
}
#Intra-Container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
#Intra-Container, #Intra-Container-S {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* --------------- Home Interactivity --------------- */

.demo {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.demo1 {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
}
.intra-div {
  width: 100%;
  height: 100%;
}
.Intra-L, .Intra-R {
  width: 2000px;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.Intra-L {
  margin: 0px 0px 0px -2000px;
}
.Intra-R {
  margin: 0px 0px 0px 940px;
}

/*---------- Home-Intra Style ----------*/

#Intractivity {
  position: relative;
}
#Intra-Tabs {
  position: absolute;
  z-index: 200;
  width: 155px;
  height: 15px;
  bottom: 10px;
  right: 2%;
  z-index: 1000;
}
#Intra-Tabs img, .Intra-Tabs img {
  margin: 0px 2px;
}
.Intra-Tabs {
  position: absolute;
  z-index: 200;
  width: 155px;
  height: 15px;
  bottom: 10px;
}
#Intra-Container #div1 {
  background: url(/images/banner1.jpg) no-repeat right top;
  background-size: 100% auto;
}
#Intra-Container #div1 .Intra-L {
  background: url(/images/banner1-left.jpg) no-repeat right top;
}
#Intra-Container #div1 .Intra-R {
  background: url(/images/banner1-right.jpg) no-repeat left top;
}
#Intra-Container #div2 {
  background: url(/images/banner2.jpg) no-repeat right top;
  background-size: 100% auto;
}
#Intra-Container #div2 .Intra-L {
  background: url(/images/banner2-left.jpg) no-repeat right top;
}
#Intra-Container #div2 .Intra-R {
  background: url(/images/banner2-right.jpg) no-repeat left top;
}
#Intra-Container #div3 {
  background: url(/images/banner3.jpg) no-repeat right top;
  background-size: 100% auto;
}
#Intra-Container #div3 .Intra-L {
  background: url(/images/banner3-left.jpg) no-repeat right top;
}
#Intra-Container #div3 .Intra-R {
  background: url(/images/banner3-right.jpg) no-repeat left top;
}
#Intra-Container .intra-main {
  padding: 95px 0 0 35%;
}
#Intra-Container .intra-textmain {
  font: normal 20px/24px 'ralewayregular';
  color: #818181;
}
#Intra-Container .intra-textmain span {
  font: normal 70px/74px 'museo_sans_cyrl100';
  color: #e44132;
}
#Intra-Container .together {
  font: normal 22px/26px 'ralewayregular';
  color: #e44132;
  padding: 0px 0px 0px 1%;
}
.banner-services {
  background: url(/images/banner-divider.png) no-repeat 76% top;
  position: absolute;
  z-index: 999;
  padding: 0px 0px 0px 73%;
  height: 372px;
}
.banner-services ul {
  margin: 70px 0px 0px 0px;
}
.banner-services li {
  width: 281px;
  height: 74px;
  margin: 0px 0px 20px 0px;
}
.banner-services li a {
  font: normal 14px/14px Arial, Helvetica, sans-serif;
  color: #e54032;
  display: block;
  padding: 10px 0px 0px 100px;
  display: block;
}
.whatwedo {
  background: url(/images/what-we.png) no-repeat left top;
}
.patient-resources {
  background: url(/images/patient-resources.png) no-repeat left top;
}
.faqs {
  background: url(/images/faqs.png) no-repeat left top;
}

/*---------- Sub-Intra Style ----------*/

#Intra-Container-S #Intractivity {
  height: 282px;
}
#Intra-Container-S #div1 {
  background: url(/images/banner1s.jpg) no-repeat right top;
  background-size: 100% auto;
}
#Intra-Container-S #div1 .Intra-L {
  background: url(/images/banner1s-left.jpg) no-repeat right top;
}
#Intra-Container-S #div1 .Intra-R {
  background: url(/images/banner1s-right.jpg) no-repeat left top;
}
#Intra-Container-S #div2 {
  background: url(/images/banner2s.jpg) no-repeat right top;
  background-size: 100% auto;
}
#Intra-Container-S #div2 .Intra-L {
  background: url(/images/banner2s-left.jpg) no-repeat right top;
}
#Intra-Container-S #div2 .Intra-R {
  background: url(/images/banner2s-right.jpg) no-repeat left top;
}
#Intra-Container-S #div3 {
  background: url(/images/banner3s.jpg) no-repeat right top;
  background-size: 100% auto;
}
#Intra-Container-S #div3 .Intra-L {
  background: url(/images/banner3s-left.jpg) no-repeat right top;
}
#Intra-Container-S #div3 .Intra-R {
  background: url(/images/banner3s-right.jpg) no-repeat left top;
}
#Intra-Container-S .intra-main {
  padding: 95px 0 0 49%;
}
#Intra-Container-S .intra-textmain {
  font: normal 20px/24px 'ralewayregular';
  color: #818181;
}
#Intra-Container-S .intra-textmain span {
  font: normal 70px/74px 'museo_sans_cyrl100';
  color: #e44132;
}
#Intra-Container-S .together {
  font: normal 22px/26px 'ralewayregular';
  color: #e44132;
  padding: 0px 0px 0px 1%
}
#Banner-Bottom {
  background: url(/images/banner-bottom.jpg) repeat-x left top;
}

/* ------------------------------ Menu CSS ------------------------------ */

#Reputation-Container {
  background: #e8d0a8;
}
#Reputation {
  height: 200px;
}
.reputation-head {
  text-align: center;
  font: normal 26px/30px 'Raleway-Light';
  color: #897250;
  padding: 20px 0px 10px 0px;
}
.reputation-head span {
  font: normal 86px/90px 'Raleway-Light';
  color: #e53f31;
}
.reputation-text {
  text-align: center;
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #272727;
}

/* ------------------------------Quicklinks-H CSS ------------------------------ */

#Quicklinks-H-Container {
  background: url(/images/quick-bg.jpg) repeat-x 53% top;
  height: 228px;
}

}
.quick {
  width: 100%;
}
.quick ul {
  margin: 25px 0 0;
}
.quick li {
  float: left;
}
.quick li a {
  float: left;
  padding: 120px 0px 0px;
  font: normal 15px/19px Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  text-transform: uppercase;
}
.trouble {
  background: url(/images/trouble-in-falling.png) no-repeat center top;
}
.falling {
  width: 30%;
}
.gynaecology {
  background: url(/images/gynacology.png) no-repeat center top;
}
.gyna {
  margin: 0px 11% 0px 10%;
  width: 14%;
}
.fertility {
  background: url(/images/fertility.png) no-repeat center top;
}
.fert {
  width: 32%;
}

/* ------------------------------MeetDoctor CSS ------------------------------ */
#MeetDoctor-Container {
  background: #f9f4eb;
  height: 278px;
  background: url(/images/meet-bg.jpg) no-repeat 53% top;
}
.doctor-section {
  float: left;
  width: 57%;
  margin: 0px 60px 0px 10px;
}
.doctor-video {
  float: left;
}
.dr-name {
  padding: 50px 0px 25px 0px;
}
.dr-name a {
  font: normal 30px/34px 'museo_sans_cyrl100';
  color: #c48928;
}
.dr-name span {
  font: normal 36px/34px 'museo_sans_cyrl100';
  color: #e54032;
  padding: 0px 0px 0px 15px;
}
.dr-text {
  font: normal 13px/17px Arial, Helvetica, sans-serif;
  color: #272727;
}
.more-h, .more-s {
  float: right;
  margin: 10px 40px 0px 0px;
  width: 105px;
  height: 30px;
}
.more-s {
  margin: -1px 5px 0px 0px;
}
.more-h a, .more-s a {
  display: block;
  text-align: center;
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  background: url(/images/read-bg.jpg) no-repeat 10px 10px #868686;
  color: #f9f4eb;
  padding: 7px 0px 5px 5px;
}
.appointment-h {
  clear: both;
  float: left;
  width: 310px;
  height: 30px;
  border: 1px solid #e8d0a8;
}
.appointment-h a {
  background: url("/images/appointment-bg.jpg") no-repeat 26px 10px;
  color: #e03a2c;
  display: block;
  font: 700 12px/17px Arial, Helvetica, sans-serif;
  padding: 5px 0 7px 15px;
  text-align: center;
}
.dr-video {
  padding: 50px 0px 0px 0px;
}
.video-text {
  margin: -10px 0px 0px 14px;
}
.video-text a {
  color: #160c0b;
  font: 13px/17px Arial, Helvetica, sans-serif;
}

/* ------------------------------Facilities CSS ------------------------------ */
#Facilities-Container {
  background: url(/images/facilities-bg.jpg) no-repeat center top;
  height: 374px;
}
.facility, .comments, .pregnancy {
  float: left;
}
.comments {
  padding: 0px 20px 0px 55px;
  width: 30%;
}
.facility-head {
  font: normal 26px/30px 'museo_sans_cyrl100';
  color: #000000;
  text-align: center;
  padding: 50px 0px 30px 0px;
}
.facility-head a {
  font: normal 26px/30px 'museo_sans_cyrl100';
  color: #000000;
}
.facility {
  width: 31%;
}
.facility-img {
  text-align: center;
}
.facility-border {
  float: left;
  margin: 55px 0px 0px 0px;
}
.form-resource {
  padding: 15px 0 0;
}
.request-form {
  width: 100%;
}
.request-txtfeild, .request-txtcomment {
  float: left;
  margin: 2px;
  width: 95%;
}
.request-field {
  background: #f5f2d8;
  width: 85%;
  font: normal 13px/27px Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  height: 20px;
  margin: 0 0 6px;
  padding: 0 5% 5px 5%;
  border: 1px solid #f0d6b9;
}
.request-comment {
  background: #f5f2d8;
  width: 85%;
  font: normal 13px/36px Arial, Helvetica, sans-serif;
  color: #3d3d3d;
  height: 55px;
  padding: 2px 5% 17px;
  border: 1px solid #f0d6b9;
}
.request-button {
  float: right;
  margin: 8px 12px 0px 0px;
  background: #c07d52;
  color: #ffffff;
  display: block;
  font: normal 13px/17px Arial, Helvetica, sans-serif;
  padding: 8px 31px;
  text-align: center;
  border: none;
}
.enter-text {
  width: 69.5%;
  background: #f5f2d8;
  border: 1px solid #f0d6b9;
  margin: 0px 0px 0px 10px;
}
.pregnancy {
  width: 30%;
}
.calculator {
  text-align: center;
}
.assesment {
  text-align: center;
}
.assesment a {
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #212020;
}

/* ------------------------------ Approach CSS ------------------------------ */
#Approach-Container {
  background: #c07d52 url(/images/approach-bg.jpg) no-repeat center top;
  height: 281px;
}
.approaches {
  margin: 40px 0px 0px 10px;
  float: right;
}
.approach-head a {
  font: normal 30px/34px 'museo_sans_cyrl100';
  color: #eccbb2;
}
.approach-head span {
  font: normal 36px/40px 'museo_sans_cyrl100';
  color: #f1f0ed;
  margin: 0px 0px 0px 6px;
}
.approaches ul {
  margin: 25px 0 0;
}
.approaches li {
  float: left;
}
.approaches li a {
  font: normal 14px/18px Arial, Helvetica, sans-serif;
  color: #f1f0ed;
  float: left;
  padding: 115px 0 0;
  width: 95px;
  margin: 0px 10px 0px 0px;
  text-align: center;
}
.nutrition {
  background: url(/images/nutrition.png) no-repeat center top;
}
.mental-health {
  background: url(/images/mental-health.png) no-repeat center top;
}
.fitnes {
  background: url(/images/fitness.png) no-repeat center top;
}
.complementary {
  background: url(/images/complimentary.png) no-repeat center top;
}

/* ------------------------------ MakeAppointment CSS ------------------------------ */
#MakeAppointment-Container {
  height: 170px;
  background: url(/images/make-appoint-bg.jpg) no-repeat 53% top;
}
.appoint {
  float: left;
  width: 51%;
}
.patient-registration {
  float: left;
  width: 48%;
}
.appoint-head {
  padding: 40px 0px 10px 0px;
}
.appoint-head a {
  font: normal 30px/34px 'museo_sans_cyrl100';
  color: #e54032;
}
.appointment-text {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color: #272727;
  text-align: center;
}
.appointmnet-border {
  float: left;
  padding: 18px 0px 0px 0px;
}
.registration {
  padding: 60px 0px 0px 50px;
}
.registration a {
  width: 378px;
  height: 66px;
  font: normal 20px/60px 'museo_sans_cyrl100';
  color: #000000;
  text-align: center;
  display: block;
  background: url(/images/patient-registration.png) no-repeat left top;
}

/* ------------------------------ CredibilityCSS ------------------------------ */
#Credibility {
  height: 113px;
}

/* ------------------------------ Footer CSS ------------------------------ */
#Footer-Container {
  background: #b6b2a3;
}
#Footer {
  height: 305px;
}
.socialicons {
  width: 54%;
  float: left;
}
.doctor-name {
  font: normal 35px/39px 'museo_sans_cyrl100';
  color: #202020;
  padding: 25px 0px 15px 0px;
}
.social-logos {
  float: left;
  padding: 0px 0px 15px 0px;
}
.social-logos a {
  margin: 0px 20px 0px 0px;
}
.copyright-text, .footer-menu a {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color: #202020;
  clear: both;
}
.copyright-text {
  padding: 25px 0px 0px 0px;
}
.footer-menu {
  padding: 0px 0px 25px 0px;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.footer-menu {
  margin: 5px 0px 0px 0px;
}
.ypo-logo {
  padding: 15px 0px 0px 0px;
}
.footer-contact {
  float: right;
  position: relative;
  width: 45%;
  height: 100%;
}
.contact-head {
  border-bottom: 1px solid #9c988b;
  padding: 50px 29px 15px 0px;
  width: 60%;
}
.contact-head img {
  vertical-align: baseline;
}
.contact-head a {
  font: normal 26px/30px 'Raleway-Light';
  color: #4e4e4e;
}
.contact {
  font: normal 12px/20px Arial, Helvetica, sans-serif;
  color: #202020;
  padding: 20px 0px 0px 0px;
}
.contact a {
  color: #202020;
}
.arrow-tabs {
  position: absolute;
  right: 33%;
  top: -35px;
}
#Bottom {
  height: 20px;
  background: #6f6d65;
}
.toppad {
  padding: 6px 0px 0px 0px;
}

/* ------------------------------ Sub Page CSS ------------------------------ */
#Content-Left, #Sidebar {
  margin: 0px;
  padding: 0px;
  float: left;
}
#Content-Left {
  width: 71%;
}
.navigation {
  color: #323232;
  font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 30px 10px 10px;
}
.navigation a {
  font-weight: normal;
  color: #323232;
  text-decoration: underline;
}
.navigation a:hover {
  color: #333333;
  text-decoration: none;
}
#Sidebar {
  width: 246px;
}
.sidebar-services1 {
  float: left;
  width: 100%;
}
.sidebar-services1 ul {
  margin: 20px 0px 0px 0px;
}
.sidebar-services1 li {
  background: url(/images/sidebar-services-bg.jpg) no-repeat left top;
  width: 246px;
  height: 57px;
  margin: 0px 0px 5px 0px;
}
.sidebar-services1 li a {
  font: normal 14px/17px Arial, Helvetica, sans-serif;
  color: #4b4b4b;
  display: block;
  padding: 12px 0px 25px 83px;
}
.whatwe-s {
  background: url(/images/what-we-s.png) no-repeat 32px 6px;
}
.educational-s {
  background: url(/images/mac.png) no-repeat 32px 12px;
}
.faqs-s {
  background: url(/images/faqs-s.png) no-repeat 32px 12px;
}
.meet-s {
  background: url(/images/meet-s-bg.jpg) no-repeat left top;
  height: 137px;
  float: left;
  padding: 0px 18px 0px 14px;
  margin: 10px 0px 20px 0px;
}
.dr-name-s {
  padding: 25px 0px 5px 0px;
}
.dr-name-s a {
  font: normal 20px/24px 'museo_sans_cyrl100';
  color: #c48928;
}
.dr-name-s span {
  font: normal 24px/27px 'museo_sans_cyrl100';
  color: #e54032;
}
.dr-text-s {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color: #272727;
}
.videos-s {
  background: url("/images/videos-s-bg.jpg") no-repeat left top;
  float: left;
  height: 194px;
  width: 100%;
}
.video-s-img {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
.video-text-s {
  text-align: center;
  padding: 3px 0px 0px 0px;
}
.video-text-s a {
  font: normal 13px/17px Arial, Helvetica, sans-serif;
  color: #160c0b;
}
.services2 {
  float: left;
  width: 100%;
  background: url(/images/services-bg.jpg) no-repeat left top;
  height: 151px;
  margin: 15px 0px 10px 0px;
}
.services2 ul {
  margin: 0 auto;
  width: 88%;
}
.services2 li {
  /*background: url(/images/services-divider.png) no-repeat center top;*/
  
  border-bottom: 1px solid #d7d7d7;
}
.services2 li a {
  display: block;
  font: normal 13px/17px Arial, Helvetica, sans-serif;
  color: #4b4b4b;
  text-transform: uppercase;
}
.trouble-s {
  background: url(/images/trouble-s.png) no-repeat 16px 10px;
  padding: 9px 0 6px 67px;
}
.gynaecology-s {
  background: url(/images/gynacology-s.png) no-repeat 16px 8px;
  padding: 18px 0 12px 67px;
}
.fertility-s {
  background: url(/images/fertility-s.png) no-repeat 16px 8px;
  padding: 9px 0 6px 67px;
}
.services-padd {
  padding: 10px 3px 9px 9px;
}
.questiions-s {
  background: url(/images/questions-bg.jpg) no-repeat left top;
  float: left;
  width: 100%;
  height: 59px;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.questiions-s a {
  color: #000000;
  font: 22px/26px "museo_sans_cyrl100";
  padding: 15px 0px 0px 0px;
  height: 32px;
  display: block;
}
.quicklinks-s {
  float: left;
  width: 240px;
  height: 173px;
  background: url(/images/quicklings-s-bg.jpg) no-repeat left top;
  margin: 0px 0px 10px 0px;
}
.quicklinks-s ul {
  width: 97%;
  margin: 0px auto;
}
.quicklinks-s li {
  border-bottom: 1px solid #d7d7d7;
}
.quicklinks-s li a {
  font: 18px/22px "museo_sans_cyrl100";
  color: #ffffff;
  display: block;
}
.facility-s {
  background: url(/images/facilities-s.png) no-repeat 10px 13px;
  padding: 10px 0px 20px 50px;
}
.calculator-s {
  background: url(/images/calculator-s.png) no-repeat 10px 13px;
  padding: 10px 0px 4px 50px;
}
.patient-registration-s {
  background: url(/images/registration-s.png) no-repeat 10px 13px;
  padding: 10px 0px 13px 50px;
}
.appointment-s {
  background: url(/images/appointment-s.jpg) no-repeat left top;
  float: left;
  width: 100%;
  height: 67px;
  margin: 0px 0px 10px 0px;
}
.appointment-s a {
  font: 21px/25px "museo_sans_cyrl100";
  color: #e54032;
  display: block;
  padding: 10px;
}

/*--- textMain Starts ---*/
.textMain {
  color: #4c4c4c;
  padding: 0px 30px 30px 10px;
  text-align: justify;
  font: normal 13px/20px Verdana, Geneva, sans-serif;
  height: auto;
}
.textMain a {
  color: #000000;
  text-decoration: underline;
}
.textMain a:hover {
  color: #000000;
  text-decoration: underline;
}
.textMain ul, .textMain ol {
  padding: 0px;
  margin: 10px 0px;
  list-style: none;
}
.textMain ul li {
  padding-bottom: 10px;
  background: url(/images/bullet-tm.gif) no-repeat 15px 12px;
  padding: 5px 0px 0px 30px;
  list-style: none;
}
.textMain ul li ul {
  padding-bottom: 10px;
  background: none;
  padding: 5px 0px 0px 20px;
  list-style: circle;
}
.textMain ul li ul li {
  padding-bottom: 10px;
  background: none;
  padding: 5px 0px 0px 0px;
  list-style: circle;
}
.textMain ul li ul li ul li {
  padding-bottom: 8px;
  background: none;
  padding: 6px 0px 0px 0px;
  list-style: square;
}
.textMain ol li {
  padding-bottom: 10px;
}
.textMain ul li p, textMain ol li p {
  padding-bottom: 0px;
  margin: 10px 0px 0px 0px;
}
.textMain ul li ul, .textMain ul li ol, .textMain ol li ul, .textMain ol li ol {
  padding-bottom: 0px;
}

/*--- textMain Ends ---*/
.ypocmstitle {
  font: normal 26px/30px 'museo_sans_cyrl100';
  color: #c30009;
  text-align: left;
  padding: 10px 30px 10px 10px;
}
.textMain h2 {
  font: normal 22px/26px 'museo_sans_cyrl100';
  color: #848282;
  text-align: left;
}
.textMain h2 a {
  color: #929091;
  text-decoration: none;
}
.textMain h2 a:hover {
  color: #929091;
  text-decoration: underline;
}
.textMain h3 {
  font: normal 19px/23px 'museo_sans_cyrl100';
  color: #E44132;
  text-align: left;
}
.textMain h3 a {
  color: #cccccc;
  text-decoration: none;
}
.textMain h3 a:hover {
  color: #cccccc;
  text-decoration: underline;
}
.textMainBold {
  text-align: left;
  font: bold 13px/20px Verdana, Geneva, sans-serif;
  color: #4c4c4c;
}
.textMainBold a {
  color: #4c4c4c;
  text-decoration: underline;
}
.textMainBold a:hover {
  color: #4c4c4c;
  text-decoration: none;
}

/*-------------------- Form Head &amp; Label Styles --------------------*/
.tableborder, .divborder {
  border: 1px solid #cccccc !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.formHead {
  font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  background: #cccccc;
  padding: 5px 10px;
  text-align: left;
}
.formHead a, .formHead a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.formlable {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.mandatory {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #FF8204;
}

/*-------------------- Contact Address Styles --------------------*/
.contact-address {
  width: 100%;
  margin: 10px auto 20px auto;
  -o-box-shadow: 0px 5px 5px 0px #aaaaaa;
  -moz-box-shadow: 0px 5px 5px 0px #aaaaaa;
  -ms-box-shadow: 0px 5px 5px 0px #aaaaaa;
  -webkit-box-shadow: 0px 5px 5px 0px #aaaaaa;
  border: 1px solid #cccccc;
}
.address-text {
  padding: 4% 0px 4% 3%;
  /*float: left;*/
}
.address-frame {
  float: right;
  padding: 2% 3% 4% 3%;
}
.ph-text {
  float: none;
  padding: 2px 0 2% 3%;
}
.direction {
  padding: 2%;
}
.address-text-r {
  padding: 0px;
  width: 50%;
  float: left;
}
.map-pics {
  float: right;
}
.map-pics img {
  margin: 10px 20px 0px 0px;
  float: right;
  border: 2px solid #cccccc;
}
.map-size {
  width: 200px;
  height: 120px;
  float: left;
  margin: 10px;
}
.building-img {
  width: 100%;
  height: auto;
}
.building-img img {
  margin: -10px 10px 0px 10px;
}
.contact-ph {
  border-radius: 5px;
  font: 15px 'museo_sans_cyrl100';
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.contact-ph ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
}
.contact-ph li {
  border: 1px solid #cccccc;
  border-radius: 1px;
  float: left;
  list-style: outside none none;
  margin: 0 5px 2px 0 !important;
  padding: 5px 0 !important;
  width: 48%;
}
.contact-ph li img {
  margin: 0px 15px 0px 10px;
}

/*-------------------- Realtime Sitemap Styles --------------------*/
#wp-realtime-sitemap-menu {
  margin: 0px !important;
  padding: 0px !important;
}
#wp-realtime-sitemap-menu h3 {
  display: none;
}
#wp-realtime-sitemap-menu ul {
  margin: 0px !important;
  padding: 0px !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
}
#wp-realtime-sitemap-menu ul li {
  margin: 0px !important;
  padding: 0px !important;
  background: none !important;
  line-height: 30px;
  font-weight: bold;
}
#wp-realtime-sitemap-menu ul ul {
  margin: 0px 0px 0px 40px !important;
  padding: 0px !important;
  background: none !important;
  width: auto !important;
  height: auto !important;
}
#wp-realtime-sitemap-menu ul ul li {
  font-weight: normal;
}
#wp-realtime-sitemap-menu a {
  background: none !important;
}

/*-------------------- Contact Us Form Styles --------------------*/
.contat-form {
  width: 96%;
  margin: 20px auto;
  padding: 2% 0px 2% 3%;
}
.contat-form ul {
  width: 95%;
  margin: 0px auto !important;
  padding: 0px !important;
  list-style: none;
}
.contat-form li {
  margin: 5px 0px !important;
  padding: 0px !important;
  background: none !important;
}
.contat-form .txtfi, .contat-form .txtcap, .contat-form .conbut {
  width: 50%;
  float: left;
}
.contat-form .txtar {
  width: 100%;
  float: left;
}
.txtfield-c {
  width: 90%;
  height: 35px;
  margin: 0px auto;
  padding: 2px 4px;
  font: normal 13px/30px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.textArea-c {
  width: 95%;
  padding: 4px;
  margin: 0px auto;
  font: normal 13px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.txtcap img {
  width: 30%;
  height: 100%;
  float: left;
  margin: 0px 10px 0px 0px;
  max-width: none;
  vertical-align: middle;
}
.txtcap input {
  width: 55%;
  float: left;
  padding: 4px;
  font: normal 14px/25px Verdana, Arial, Helvetica, sans-serif;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
.contat-form .txtcap {
  margin: 15px auto !important;
}
.contat-form .conbut {
  text-align: center;
  margin: 15px auto !important;
}

/*-------------------- Feedback &amp; Online Form Styles --------------------*/
.feedback-form {
  width: 100%;
  margin: 25px auto;
  padding: 0px;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: table;
}
.feedback-form ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
}
.feedback-form li {
  float: left;
  margin: 5px 0px !important;
  padding: 5px !important;
  background: none !important;
  display: table-column;
  color: #333;
}
.feedback-form .mandatory {
  padding: 5px 0%;
}
.feedback-form .formlable {
  line-height: 35px;
}
.feedback-form .form-left {
  width: 39%;
  text-align: right;
  clear: both;
}
.feedback-form .form-right {
  width: 56%;
  text-align: left;
}
.txtfield-f {
  width: 80%;
  height: 30px;
  margin: 0px auto;
  padding: 2px 4px;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.textArea-f {
  width: 80%;
  padding: 4px;
  margin: 0px auto;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.dropDownF {
  padding: 7px 5px;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  width: 83%;
  height: 36px;
}
.textArea-cf {
  width: 95%;
  padding: 4px;
  margin: 0px auto;
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.div-button {
  margin: 20px auto 10px auto;
  width: 200px;
  height: auto;
}
.button {
  background: none repeat scroll 0 0 #cccccc;
  border: 1px solid #333;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  font: 17px Verdana, sans-serif, Segoe;
  height: 40px;
  margin: 10px 0;
  padding: 0 10px;
  text-decoration: none;
}
#captchac {
  width: 75%;
  margin: 0px auto;
}
#captchac img {
  margin: 5px auto;
  width: 25%;
  height: auto;
  display: block;
  float: left;
  vertical-align: middle;
}
#captchac input {
  width: 61%;
  height: 30px;
  float: right;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  vertical-align: middle;
  border: 1px solid #cccccc;
  padding: 2px 4px;
}

/****************schema*****************/
.text-address {
  border-left: 1px solid #ccc;
  color: #707070;
  float: left;
  font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
  padding: 0 10.4px;
  text-align: justify;
  text-decoration: none;
  width: 45%;
}
.text-address a {
  color: #707070;
  text-decoration: underline;
}
.text-address a:hover {
  color: #004e96;
  text-decoration: underline;
}
.tel-schema {
  height: 28px;
  padding: 3px 0px 0px 10px;
}
.tel-schema img {
  margin: -5px 15px 0px 0px;
  float: left;
}

/****************************** Tabs-CSS************************/
.services-tabs {
  color: #ffffff;
  font: 16px/20px "MyriadProRegular";
  text-decoration: none;
}
.services-tabs li {
  background-image: none !important;
  float: left;
  height: auto;
  margin: 10px 5px;
  padding: 0 !important;
  text-align: center;
  width: 47%;
}
.services-tabs li a {
  background: #e2f2ab;
  border-radius: 4px;
  box-shadow: 0 -6px 0 #DEDAD7;
  color: #000;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
.services-tabs li a:hover {
  background: #ff0e4b;
  box-shadow: 0px 6px 0px #dce051;
  color: #ffffff;
  text-decoration: none;
  transition: all 3s linear 0s;
}
.PDFtext {
  color: #999999;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
}
.page-id-35 .meet-s {
  display: none;
}

/*********************Dr Profile*************************/
.dr-table {
  float: right;
  margin: 0px 15px 0px 3%;
}
.dr-table img {
  border: 5px solid #E6EEBD;
  border-radius: 5px;
  margin: 0;
}
.dr-table1 {
  float: right;
  margin: 0px 15px 0px 3%;
}
.dr-table1 img {
  border: 5px solid #E6EEBD;
  border-radius: 5px;
  margin: -40px 0px 0px 0px;
}
.dr-ph-name {
  background: none repeat scroll 0 0 #E6EEBD;
  border-radius: 5px;
  color: #000000;
  font: bold 12px/35px Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: center;
}
.formHead a, .formHead a:hover {
  text-decoration: none;
  color: #000000;
}

/*********************Multimedia*************************/
.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.iframe-video-size {
  height: 900px;
  width: 100%;
}
.request-form {
  max-width: 100%;
  margin: 0px auto;
}

.request-form-sub {
  width: 300px;
  margin: 0px auto;
}

.drname-contact {
  font: normal 22px/45px 'museo_sans_cyrl100';
  color: #E44638;
}
.dr-spec-con {
  font: normal 15px/23px 'museo_sans_cyrl100';
  color: #848282;
}
.dr-spec-con span {
  font: normal 19px/23px 'museo_sans_cyrl100';
  color: #997d49;
}
.comments .request-form span.wpcf7-not-valid-tip {
  background-color: #fff;
  border: 1px solid;
  color: #f00;
  font-size: 13px;
  margin: -29px 0 4px 82px;
  opacity: 0.81;
  position: absolute;
  width: 173px;
  z-index: 1;
}
.comments .request-form div.wpcf7-response-output {
  background: none repeat scroll 0 0 #fff;
  color: #f00;
  font-size: 12px;
  margin: -27px 0 0;
  opacity: 0.83;
  padding: 1px;
  width: 139px;
}
.multimedialist {
  height: 45px;
}
.media {
  font: normal 14px/16px 'MyriadProRegular';
  color: #fefefe;
  text-decoration: none;
  text-align: left;
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
}
.media li {
  list-style: none;
  width: 120px;
  float: left;
  padding: 0px !important;
  margin: 10px 81px 15px 0px !important;
}
.video a {
  font: normal 15px/16px 'MyriadProRegular';
  background: url(/images/loadmove.png) no-repeat 5px 3px #E4F5B1 !important;
  padding: 4px 0px 4px 20px !important;
}
.media li a {
  color: #000000;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  width: 120px;
  height: 20px;
  border: 2px solid #E3CCA3;
  padding: 0px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.media li a:hover {
  text-decoration: none;
  color: #fefefe;
  border: 2px solid #4a82ad;
}
.general {
  background: none repeat scroll 0 0 #989301;
  border: 1px solid #767201;
  border-radius: 5px;
  float: none;
  font: 19px/20px "museo_sans_cyrl100";
  height: 52px;
  list-style: outside none none;
  margin: 0 10px 10px 0;
  padding: 8px 0 0 15%;
  width: 40%;
  color: #fff;
  text-align: left;
}
.general a, .general a:hover {
  color: #fff;
  text-decoration: none;
}
.general-h {
  background: none repeat scroll 0 0 #989301;
  border: 1px solid #767201;
  border-radius: 5px;
  float: none;
  font: 19px/20px "museo_sans_cyrl100";
  height: 40px;
  list-style: outside none none;
  margin: 0 10px 10px 0;
  padding: 20px 0 0 15%;
  width: 40%;
  color: #fff;
  text-align: left;
}
.general-h a, .general-h a:hover {
  color: #fff;
  text-decoration: none;
}
.general-bg {
  background: url(/images/general-gynecology-bg.png) no-repeat 15px 13px #989301;
}
.pregnancy-bg {
  background: url(/images/pregnancy-bg-s.png) no-repeat 15px 0px #989301;
}
.menstruation-bg {
  background: url(/images/menstruation-bg.png) no-repeat 8px 0px #989301;
}
.contraception-bg {
  background: url(/images/contraception-bg.png) no-repeat 20px 6px #989301;
}
.multi-bg {
  background: url(/images/multi-bg.jpg) no-repeat 20px 6px #989301;
}
.ivf-bg {
  background: url(/images/ivf-bg.jpg) no-repeat 8px 6px #989301;
}
.obs-bg {
  background: url(/images/obs-bg.jpg) no-repeat 20px 6px #989301;
}
.procedures-bg {
  background: url(/images/procedure-bg.gif) no-repeat 8px 3px #989301;
  padding-top: 10px !important;
  height: 50px !important;
}
.booklet-bg {
  background: url(/images/booklet-bg.gif) no-repeat 20px 6px #989301;
}
.oth-bg {
  background: url(/images/oth-bg.gif) no-repeat 22px 0px #989301;
}
.multimedia-class {
  width: 100%;
}
.foralign {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.cal-mod {
  border: 1px solid #342987;
  border-radius: 5px;
  box-shadow: 4px 5px 6px 0 #342987;
  margin: 0 auto;
  padding: 20px 20px 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 939px) {
  #Header {
    background-position: 56% top;
  }
  .logo {
    margin: 38px 0px 10px 2%;
  }
  #Intra-Container .intra-main {
    padding: 95px 0px 0px 37%;
  }
  #Intra-Container .intra-textmain span {
    font-size: 37px;
  }
  #Intra-Container .together {
    padding: 0px 0px 0px 19%;
  }
  .banner-services {
    background-position: 68% top;
    padding: 0px 0px 0px 60%
  }
  .banner-services ul {
    margin: 30px 0px 0px 0px;
  }
  #Quicklinks-H-Container {
    background-position: 43% top;
  }
  .quick ul {
    margin: 25px 0px 0px 2%;
  }
  .doctor-section {
    margin: 0px 2% 0px 10px;
    width: 52%;
  }
  .more-h {
    margin: 0px 40px 8px 0px;
  }
  .comments {
    padding: 0px 10px 0px 20px;
  }
  .approaches {
    margin: 40px 4px 0px 10px;
  }
  .approaches li a {
    width: 87px;
  }
  .appoint-head a {
    font-size: 25px;
  }
  .appointmnet-border {
    padding: 25px 0px 0px 0px;
  }
  .appoint {
    margin: 0px 0px 0px 2%;
    width: 47%;
  }
  .registration {
    padding: 60px 0px 0px 5px;
  }
  .reputation-text {
    padding: 2%;
  }
  .socialicons {
    width: 60%;
    padding: 0px 0px 0px 2%;
  }
  .footer-contact {
    width: 38%;
  }
  .contact-head {
    width: 80%;
  }
  .arrow-tabs {
    right: 20%;
  }
  #Intra-Container-S .intra-main {
    padding: 45px 0px 0px 49%;
  }
  #Content-Left {
    width: 66%;
  }
  .falling {
    width: 32%;
  }
  .facility-head, .facility-head a {
    font-size: 22px;
    line-height: 26px;
  }
  .dr-table {
    float: none;
    margin: 0px auto;
    width: 166px;
  }
  .page-id-262 #Sidebar {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #Header {
    background-size: 29% auto;
  }
  #access {
    font-size: 11px;
  }
  .banner-services {
    background-position: 62.4% top;
    padding: 0px 0px 0px 56%;
  }
  .banner-services ul {
    margin: 2px 0px 0px;
  }
  #Intra-Container .intra-textmain span {
    font-size: 29px;
  }
  #Intra-Container .intra-main {
    padding: 31px 0px 0px 34%;
  }
  #Intra-Container .together {
    padding: 0px 0px 0px 11%;
  }
  .banner-services li {
    margin: 0px 0px 10px;
  }
  .doctor-section {
    width: 44%;
  }
  .dr-name span {
    font-size: 29px;
  }
  .dr-name {
    padding: 25px 0px 8px;
  }
  .more-h {
    margin: 6% 40px 8px 0px;
  }
  .appointment-h {
    width: 285px;
  }
  .appointment-h a {
    background-position: 15px 10px;
  }
  .dr-video {
    padding: 25px 0px 0px;
  }
  .facility-head {
    font-size: 19px;
  }
  .facility {
    width: 28%;
  }
  .facility-border {
    margin: 55px 0px 0px 2%;
  }
  .comments {
    width: 35%;
    padding: 0px 0px 0px 2%;
  }
  .appoint-head a {
    font-size: 20px;
  }
  .registration a {
    background-size: 74% auto;
    line-height: 47px;
    padding: 0px 0px 0px 8%;
    text-align: justify;
  }
  .socialicons {
    float: none;
    margin: 0px auto;
    width: 95%;
  }
  #Footer {
    height: auto;
  }
  .footer-line {
    clear: left;
  }
  .footer-contact {
    float: none;
    width: 50%;
    height: 288px;
    margin: 0px 0px 0px 3%;
  }
  .contact-head {
    padding-right: 0px;
  }
  #Intra-Container-S .intra-main {
    padding: 45px 0px 0px 47%;
  }
  #Content-Left {
    width: 61%;
  }
  .quick li a {
    font-size: 15px;
    padding: 120px 10px 0px;
  }
  .falling {
    width: 39%;
  }
  .gyna {
    margin: 0px 1%;
    width: 22%;
  }
  .fert {
    width: 37%;
  }
  .address-text {
    float: none;
    margin: 0px auto;
    width: 220px;
  }
  .map-pics {
    float: none;
    margin: 0px auto;
    width: 225px;
  }
  .map-pics img {
    float: none;
  }
  .contact-ph li {
    float: none;
    width: 95%;
  }
  .general {
    font: 19px/20px "museo_sans_cyrl100";
    padding: 20px 0 0 22%;
    width: 75%;
  }
  .text-address {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  /* ------------------------------ Mobuke Menu CSS ------------------------------ */
  
  #Header {
    height: auto;
    background-position: 96% top;
  }
  .logo {
    float: none;
    margin: 2% auto;
    width: 348px;
  }
  .header-right {
    float: none;
    margin: 2% auto;
    width: 210px;
  }
  .banner-services {
    background-position: 62.3% top;
    padding: 0 0 0 53%;
    height: 253px;
  }
  #Intra-Container .intra-main {
    display: none;
  }
  .banner-services li {
    margin: 0px 0px 25px;
    height: 66px;
    float: right;
  }
  #toTop {
	display: none !important; 
  }
  #Intra-Tabs {
    display: none;
  }
  #Reputation {
    height: auto;
  }
  .reputation-head {
    font-size: 22px;
  }
  .reputation-head span {
    font-size: 55px;
    line-height: 59px;
  }
  #Quicklinks-H-Container {
    background: url(/images/quick-bg1.jpg) repeat left top;
    height: auto;
  }
  .quick li {
    float: none;
    margin: 2% auto;
  }
  .falling {
    width: 320px;
  }
  .gyna {
    width: 195px;
  }
  .fert {
    width: 300px;
  }
  #MeetDoctor-Container {
    height: auto;
    background: #F9F5EC;
  }
  .doctor-section {
    float: none;
    margin: 0px auto;
    width: 95%;
  }
  .doctor-video {
    clear: both;
    float: none;
    margin: 2% auto;
    width: 320px;
  }
  #Facilities-Container {
    height: auto;
    background: #BDB7A7;
  }
  .facility, .comments, .pregnancy {
    float: none;
    width: 320px;
    margin: 3% auto;
    clear: both;
  }
  .facility-border {
    display: none;
  }
  .facility-head {
    font-size: 26px;
    padding: 2% 0px;
  }
  #MakeAppointment-Container {
    height: auto;
    background: url(/images/quick-bg1.jpg) repeat left top;
  }
  .registration {
    padding: 2% 0px 0px 5px;
  }
  .registration a {
    width: 290px;
    background-size: 100% auto;
  }
  .appoint, .patient-registration {
    float: none;
    margin: 2% auto 11% auto;
    width: 320px;
    padding: 2%;
  }
  .footer-contact {
    width: 280px;
  }
  #Main-Menu {
    display: none;
  }
  #Main-moblie {
    height: 44px;
    display: block;
  }
  #mheader {
    display: block;
    padding: 0px;
    width: 100%;
    position: relative;
    float: none;
    margin: 0px auto;
  }
  .menu-bg {
    width: 99%;
    float: left;
    margin: 0 auto !important;
    height: 42px !important;
    font: normal 17px/33px Verdana, Geneva, sans-serif !important;
    color: #353e57 !important;
    background: #a2bcfd;
  }
  .menu-bg a, .menu-bg a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
  }
  .menu-m {
    font: normal 15px/33px 'LatoRegular' !important;
    color: #FDFEC2 !important;
    text-decoration: none !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0px 0px 0px 0px !important;
    z-index: 10 !important;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
  }
  .menu-m a {
    background: #FDFEC2;
    color: #e45047 !important;
    display: block;
    float: none;
    font: 18px/44px "MyriadProRegular";
    margin: auto;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
  }
  #dc_jqaccordion_widget-2-item ul a {
    width: 92%;
  }
  #wrapper {
    position: absolute;
    z-index: 999999;
    width: 100%;
    overflow: hidden;
    top: 45px;
  }
  #Content-Left, #Sidebar {
    float: none;
    margin: auto;
    width: 98%;
  }
  #Sidebar {
    width: 246px;
  }
  #Intra-Container-S .intra-textmain span {
    font-size: 48px;
    line-height: 52px;
  }
  .address-text {
    float: left;
    padding: 2%;
  }
  .map-pics, .map-pics img {
    float: right;
  }
  .page-id-262 #Sidebar {
    display: block;
  }
  .GotoTop {
    display: none !important;
  }
}
@media screen and (max-width: 513px) {
  .banner-services {
    padding: 0px 0px 0px 40%;
    background-position: 47% top;
  }
  .banner-services li {
    float: none;
    margin: 0;
  }
  .address-text {
    float: none;
    margin: 0px auto;
    width: 220px;
  }
  .map-pics {
    float: none;
    margin: 0px auto;
    width: 225px;
  }
  .map-pics img {
    float: none;
  }
}
@media screen and (max-width: 480px) {
  #Header {
    background-size: 25% auto;
  }
  .banner-services {
    background-position: 34.2% top;
    height: 144px;
  }
  .banner-services li a {
    font-size: 12px;
    padding: 5px 0px 0px 72px;
    line-height: 14px;
  }
  .banner-services li {
    height: 54px;
    background-size: 68% auto;
  }
  .banner-services li {
    margin: 0px 0px -9px;
  }
  .nutrition, .mental-health, .fitnes, .complementary {
    background-size: 80% auto;
  }
  .approaches {
    margin: 40px 30px 0px 0px;
  }
  .approaches li {
    width: 71px;
  }
  .approaches li a, .approaches li a, .fitnes li a, .complementary li a {
    padding: 75px 0 0;
    width: 75px;
  }
  .approach-head {
    text-align: center;
  }
  #Intra-Container-S .intra-main {
    padding: 10px 0px 0px 29%;
  }
  #Intra-Container-S .intra-textmain span {
    font-size: 30px;
    line-height: 29px;
  }
  .txtfield-f {
    border: 1px solid #cccccc;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    height: 30px;
    margin: 0 auto;
    padding: 2px 4px;
    text-decoration: none;
    vertical-align: middle;
    width: 98%;
  }
  .feedback-form .form-right {
    text-align: left;
    width: 97%;
  }
  .dropDownF {
    width: 98%;
  }
  .textArea-f {
    width: 98%;
  }
  .feedback-form .form-left {
    text-align: left;
    width: 95%;
  }
  .feedback-form .formlable {
    line-height: 12px;
  }
  .dr-table {
    float: none;
    margin: 0px auto;
    width: 166px;
  }
  .textMain h2 {
    font-size: 16px;
  }
  .textMain h3 {
    font-size: 14px;
  }
  #Intra-Container-S .intra-textmain {
    font: 18px/9px "ralewayregular";
  }
  #Intra-Container-S .intra-textmain span {
    font-size: 27px;
    line-height: 32px;
  }
}
@media screen and (max-width: 360px) {
  .logo {
    margin: 8% auto;
    width: 300px;
  }
  .banner-services {
    height: 127px;
    background-position: 31% top;
  }
  .banner-services li {
    height: 49px;
  }
  .banner-services li a {
    line-height: 13px;
    padding: 6px 0px 0px 65px;
  }
  .reputation-head {
    padding: 0px 3px 10px 3px;
  }
  .registration a {
    padding: 0px 0px 0px 5%;
  }
  .footer-line {
    float: left;
  }
  #Intra-Container-S .intra-main {
    padding: 13px 0px 0px 47%;
  }
  .general {
    padding: 20px 0 0 39%;
    width: 60%;
  }
  #Intra-Container-S .intra-textmain {
    display: none;
  }
}