@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
* {
  font-family: 'Poppins', sans-serif;
}
html, body {
  position: relative;
  min-height: 100%;
  font-family: Open Sans;
  /*background: #2e3041 !important;*/
  width: 100%;
  padding: 0;
  margin: 0;
}
body {
  overflow-x: hidden;
}
.mb15 {
  margin-bottom: 15px !important;
  height: 85px;
  object-fit: scale-down;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mr30 {
  margin-right: 30px;
}
iframe {
  /*width: 560px;*/
  width: 100%;
}
.video {
  text-align: center;
}
.row > p {
  text-align: center;
}
.theme-color {
  width: 100%;
  float: left;
  color: #808080;
}
.btn-green {
  background: #7cc142 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  padding: 15px 20px;
  transition: all ease .3s;
  line-height: 20px;
}
.btn-green:hover, .btn-green:focus {
  background: #6aad32;
  color: #fff;
}
.btn-green i.mr30 {
  margin-right: 10px !important;
}
.main-banner {
  /*        background-image: url(../images/main-banner.jpg);*/
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-banner {
  /*
    min-height: 750px;
*/
  min-height: 100vh;
  position: relative;
}
video {
  width: 100% !important;
  height: auto !important;
}
.main-banner:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  z-index: 100;
  opacity: 0.5;
}
/*.inner-banner, .main-banner{

	width:100%;

	height:75vh;

	position: relative;

background-repeat: no-repeat;

	background-position: center center;

}*/
nav li.activity {
  background-color: #7cc142;
}
.inner-banner-about-us {
  background-image: url(../images/new/about_us.jpg);
}
.inner-banner-contact-us {
  background-image: url(../images/new/contact_banner.jpg);
}
.inner-banner-patient {
  background-image: url(../images/new/patient_form_new.jpg);
}
.banner-conditions-and-procedures {
  background-image: url(../images/new/conditions_and_procedures.jpg);
}
.banner-conditions-procedures-2 {
  background-image: url(../images/new/conditions-and-procedures2.jpg);
}
.banner-conditions-and-procedures, .banner-conditions-procedures-2 {
  /*background-size: cover;*/
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.inner-banner-about-us, .inner-banner-contact-us, .inner-banner-patient {
  /*background-size: cover;*/
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.form-list a {
  color: #2e3041;
}
.inner-banner {
  width: 100%;
  float: left;
  position: relative;
  min-height: 600px;
}
.inner-banner-contact-us {
  min-height: 300px;
}
.inner-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.inner-banner-title h1 {
  font-size: 77px;
  font-weight: 800;
  color: #fff;
  margin-top: 70px;
}
.inner-banner-title {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.inner-banner .banner-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.inner-banner.condition-1-banner {
  width: 100%;
  float: left;
}
.inner-banner img.slide-bg {
  width: 100%;
  float: left;
  display: none;
}
.imglight {
  padding-top: 40px;
}
.imglight > div img{
	width:100%;
	height: 200px;
	object-fit: contain;
}

@media only screen and (min-width: 1301px) and (max-width: 1500px) {
  .inner-banner {
    width: 100%;
    float: left;
    position: relative;
    min-height: 500px;
  }
  .inner-banner-contact-us {
    min-height: 300px;
  }
  .inner-banner-about-us {
    background-attachment: inherit;
    background-size: cover;
  }
}
@media only screen and (min-width: 1081px) and (max-width: 1300px) {
  .inner-banner {
    width: 100%;
    float: left;
    position: relative;
    min-height: 400px;
  }
  .inner-banner-contact-us {
    min-height: 300px;
  }
  .inner-banner-about-us {
    background-attachment: inherit;
    background-size: cover;
  }
}
.no-padding {
  padding-right: 0;
  padding-left: 0;
}
#lower-main-contain {
  width: 100%;
  float: left;
  background: #fff;
}
#lower-main-contain-2 {
  width: 100%;
  float: left;
  background: #fff;
}
.info-box {
  width: 100%;
  float: left;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.box-bg1 {
  background-image: url(../images/box-bg1.jpg);
}
.box-bg2 {
  background-image: url(../images/box-bg2.jpg);
}
.box-bg3 {
  background-image: url(../images/box-bg3.jpg);
}
.info-box:before {
  content: "";
  background: #7cc142;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.85;
}
.box-bg2:before {
  background: #fdb813;
}
.box-bg3:before {
  background: #00a0ae;
}
.info-box-content {
  border: 2px solid #fff;
  position: absolute;
  z-index: 9;
  font-size: 25px;
  color: #fff;
  line-height: 27px;
  padding: 55px 15px;
  font-weight: 700;
  left: 45px;
  right: 45px;
  top: 45px;
  bottom: 45px;
  display: table-cell;
}
header {
  padding: 15px 0 0;
  position: relative;
  z-index: 101;
}
.navbar-brand {
  height: auto;
}
.main-menu {
  font-size: 16px;
}
.main-menu .nav > li {
  margin: 0 0 0 5px;
  padding: 0;
}
.main-menu .nav > li > a {
  color: #fff;
  text-decoration: none;
}
.main-menu .nav > li.activity > a {
  color: #fff;
}
.main-menu .nav > li > a:focus, .main-menu .nav > li > a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid #00a1b0;
  background-color: transparent;
}
/*
.main-menu .contact-tab {

    margin-left: 30px;

}

*/
.main-menu .nav > li.activity > a:focus, .main-menu .nav > li.activity > a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
.main-menu .navbar-right {
  margin-top: 16px;
}
.banner-content {
  color: #fff;
  padding: 0 20px;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: 140px 0 45px 0;
}
.banner-content h1 {
  font-weight: 700;
  font-size: 65px;
}
.sub-heading {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px
}
.navbar-toggle {
  position: absolute;
  right: 0;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.inner-facility-col.cen-fec {
  width: 34%
}
footer {
  width: 100%;
  float: left;
  background: #2e3041;
  color: #9295a6;
  padding: 20px 0;
  position: relative;
}
.copyright-text {
  width: 100%;
  float: left;
  color: #d9d9d9;
}
.useful-links {
  width: 100%;
  float: left;
}
.useful-links ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.useful-links ul li {
  width: auto;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  border-left: 1px solid #d9d9d9;
  padding: 0 10px;
  line-height: 12px;
}
.useful-links ul li:first-child {
  padding-left: 0;
  border-left: 0;
}
.useful-links ul li a {
  color: #d9d9d9;
  text-decoration: none;
}
.useful-links ul li a:focus, .useful-links ul li a:hover {
  color: #d9d9d9;
  text-decoration: underline;
}
/* inner-pages */
.small-description {
  color: #808080;
  line-height: 24px;
  font-size: 15px;
  margin-top: 45px;
}
.form-list {
  margin-top: 60px;
  margin-bottom: 90px;
}
.list-content {
  border-top: 1px solid #ddd;
  padding: 20px 0 20px 50px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #202020;
}
.bottom-border {
  border-bottom: 1px solid #ddd;
}
.form-list .list-icon {
  position: absolute;
  left: 0;
  top: 10px;
}
.contact-map {
  margin-bottom: -6px;
}
.bold-title {
  font-weight: bold;
  color: #404040;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 27px;
  text-align: left;
}
.collapsed-view .bold-title {
  text-align: center;
}
.bold-title-md {
  font-size: 24px;
}
.bold-title-1 {
  width: 100%;
  float: left;
  font-weight: bold;
  color: #404040;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  min-height: 45px;
}
.bold-title-2 {
  width: 100%;
  float: left;
  font-weight: bold;
  color: #404040;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 27px;
  min-height: 80px;
}
.bold-title-3 {
  width: auto;
  font-weight: bold;
  color: #404040;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  min-height: 45px;
}
.bold-title-lg {
  text-align: center;
  font-size: 36px;
  margin: 65px 0 45px 0;
}
.contact-details {
  margin-bottom: 20px;
  position: relative;
  padding-left: 48px;
  display: flex;
  align-items: center;
  min-height: 35px;
}
.contact-details a {
  color: #808080;
}
.office-hours, .contact-details {
  font-size: 16px;
  color: #808080;
}
.contact-information {
  margin: 60px 6% 0 14%;
}
.contact-information .bold-title {
  margin-bottom: 25px;
}
.contact-information hr {
  margin: 30px 0;
  border-color: #ddd;
}
.contact-details > img {
  position: absolute;
  left: 0;
  top: 0;
}
.wrap_col {
  margin-bottom: 0;
  float: left;
  margin-top: 40px !important;
}
.pic_col {
  width: auto !important;
}
.about-us-wrapper hr {
  border-color: #ddd;
  margin-top: 72px;
  margin-bottom: 0;
}
.about-us-content {
  color: #808080;
  line-height: 28px;
}
.about-us-content > p {
  margin-bottom: 30px;
}
.about-us-content > p:last-child {
  margin-bottom: 0;
}
.team-members {
  width: 100%;
  float: left;
  margin: 0 0 35px 0;
}
.member-details hr {
  margin: 15px 0 20px;
  border-color: #ddd;
}
.member-pic {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.member-pic > img {
  width: 100%;
  object-fit: cover;
  height: 345px;
}
.member-name {
  margin-bottom: 5px;
  color: #7cc142;
}
.team-members:focus .member-name, .team-members:hover .member-name {
  color: #00a1b0;
  transition: all 0.5s ease;
}
.member-designation, .member-about, .tab-date, .tab-content {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #808080;
  line-height: 28px;
}
.member-about p {
  min-height: 95px;
}
.member-about span {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
a.read-more4 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7cc142;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 14px;
}
.team-members:focus a.read-more4, .team-members:hover a.read-more4 {
  color: #fff;
  text-decoration: none;
  background: #00a1b0;
  transition: all 0.5s ease;
}
.space-bottom {
  margin-bottom: 10px;
}
.read-more5 {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background: #7cc142;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 14px;
  border: 0;
}
.team-members:focus .read-more5, .team-members:hover .read-more5 {
  color: #fff;
  text-decoration: none;
  background: #00a1b0;
  transition: all 0.5s ease;
}
.logo-list {
  width: 100%;
  display: table;
  margin-bottom: 60px;
}
.logo-list > li {
  width: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px 20px 0;
}
#about-tabbing-main {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 45px;
}
.about-tabbing {
  width: 100%;
  float: left;
  position: relative;
}
.about-tabs {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.tab-content-main {
  border-left: 1px solid #eaeaea;
  min-height: 407px;
}
.about-tabs li a {
  color: #404040;
  font-weight: 600;
  display: block;
  padding: 15px 15px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 1px;
  clear: both;
}
.about-tabs li:last-child a {
  margin-bottom: 0;
}
.about-tabs li.active a, .about-tabs li:hover a {
  background: #f4f4f4;
  color: #7cc142;
  text-decoration: none;
  transition: all 0.5s ease;
}
.about-tabs li.active a:before, .about-tabs li:hover a:before {
  width: 4px;
  background: #7cc142;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0px;
  content: "";
}
.tab-content-list li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.tab-content-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.video-container {
  margin-top: 50px;
}
.procedure-list .list-icon {
  width: 123px;
  position: absolute;
  *top: 45px;
  top: 15px;
  left: 0;
  text-align: center;
}
.procedures-box {
  width: 175px;
  display: table-cell;
  padding: 0 15px;
  margin: 0 0 15px 0;
  min-height: 210px;
  vertical-align: top;
}
.condition-list-content {
  min-height: 210px;
  padding: 25px 0 25px 140px;
}
.procedure-list li {
  border-top: 1px solid #ddd;
}
.procedure-list li:first-child {
  border-top: none;
}
.procedure-list li:last-child {
  /*	border-bottom: 0;*/
}
ul.row.list-unstyled.procedure-list {
  border-top: 1px solid #ddd;
}
.procedure-list li .bold-title {
  margin-bottom: 10px;
  margin-top: 15px;
}
.procedure-list li .list-desc {
  font-size: 14px;
  color: #808080;
  line-height: 26px;
  padding-right: 100px;
  text-align: justify;
}
.collapse-list0000 .mb30, .collapse-list0000 p {
  padding: 25px 100px 25px 140px;
  word-break: break-word;
  word-wrap: break-word;
  text-align: justify;
}
.healthy-desc {
  line-height: 26px;
}
.middle-content {
  width: 100%;
  float: left;
  padding: 0;
  /*    border-bottom: 1px solid #ddd;*/
}
.middle-content .bold-title {
  margin-right: 34px;
  display: inline-block;
}
ul.facility-list {
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
	max-width: 205px;
}
.inner-facility-col.cen-fec ul.facility-list
{
	max-width: 145px;
}
.facility-list li {
  list-style: none;
  list-style-image: none;
  margin: 0 0 0 15px;
  padding: 10px 0;
  text-align: left;
}
.facility-list li::before {
  width: 16px;
  height: 24px;
  position: absolute;
  display: block;
  content: '';
  background: url(../images/location-icon-sm.png) no-repeat left;
  margin: 0 0 0 -20px;
}
.facility-list li > img {
  margin-right: 15px;
}
.facility-list li:last-child {
  margin-bottom: 0;
}
.procedures-main-2 {
  width: 100%;
  float: left;
  margin-top: -85px;
}
.middle-section {
  width: 100%;
  float: left;
  display: table;
  margin: 0 0 35px 0;
}
.box-main-container {
  width: 100%;
  float: left;
  margin: 0 0 0 -80px;
}
.collapse-icon {
  width: 20px;
  height: 20px;
  background: url(../images/collapse.png) no-repeat;
  display: inline-block;
  float: left;
  margin: 2px 7px 0 0;
  background-position: 0 -16px;
}
.collapsed .collapse-icon {
  background-position: 0 0;
}
.middle-section .col-xs-2 {
  min-height: 140px;
}
.middle-section .col-md-6 {
  text-align: center;
}
.middle-section .col-sm-4.col-xs-12 .bold-title {
  text-align: center;
}
.faq-accordin .panel-body {
  line-height: 28px;
}
.faq-accordin .panel {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}
.faq-accordin .panel a {
  padding: 2px 0;
  text-align: left;
  display: block;
}
.panel-title a {
  padding: 10px 0;
}
.panel-title a:focus, .panel-title a:hover {
  text-decoration: none;
  outline: none;
}
.post-operative {
  margin: 60px 0 70px;
}
.condition-tabbing {
  width: 100%;
  float: left;
  margin: 0;
}
.condition-tab {
  background: #f4f4f4;
  padding: 20px 15px;
  cursor: pointer;
  text-align: center;
  display: block;
}
.condition-tab i {
  margin-right: 20px;
}
.condition-tab-active, .condition-tab-active:hover {
  background: #7cc142;
  color: #fff;
}
.video-main {
  position: absolute;
  min-width: 100%;
}
.expanded-link-icon {
  font-size: 0;
  height: 11px;
  width: 18px;
  background: url(../images/collapse2.png) 0 0px no-repeat;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 120px;
}
.tab-pane.active {
  margin-top: 35px;
}
.expanded-link-icon.collapsed {
  background-position: 0px -18px;
}
.inner-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.info-box.box-bg1 > a {
  text-decoration: none;
}
.info-box.box-bg2 > a {
  text-decoration: none;
}
.info-box.box-bg3 > a {
  text-decoration: none;
}
.condition-tab.bold-title {
  text-align: center;
  text-decoration: none;
}
/* Condition Box */
.condition-box-section {
  width: 100%;
  float: left;
  display: table;
}
.condition-col {
  width: auto;
  float: left;
  vertical-align: top;
  clear: both;
}
.condition-box {
  width: 12%;
  float: left;
  min-height: 170px;
  margin: 0 0 10px 0;
  padding: 5px;
  text-align: center;
}
.condition-box-2 {
  width: 44%;
  float: left;
  min-height: 170px;
  margin: 0 0 10px 0;
  padding: 5px;
  text-align: center;
}
.condition-box-3 {
  width: 16%;
  float: left;
  min-height: 170px;
  margin: 0 0 10px 0;
  padding: 5px;
  text-align: center;
}
.facilty-col {
  width: 50%;
  float: left;
  vertical-align: top;
  text-align: center;
}
.condition-box-1 {
  width: 20%;
  min-height: 170px;
  margin: 0 auto 10px auto;
  padding: 5px;
  text-align: center;
  display: inline-block;
}
.condition-box1-img {
  width: 100%;
  float: left;
  text-align: center;
}
.lower-condition-row {
  max-width: 930px;
  float: left;
}
.lower-condition-row-1 {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.inner-facility-col {
  width: 50%;
  display: table-cell;
  vertical-align: top;
}
img.facility-pic {
  width: 100px;
  float: left;
  margin: 15px 35px 20px 0;
  object-fit: scale-down;
  height: 100px;
}
img.facility-pic-1 {
  width: 100px;
  float: left;
  margin: 15px 50px 20px 75px;
  object-fit: scale-down;
  height: 100px;
}
.roughly-contain {
  width: 100%;
  float: left;
  text-align: center;
}
.footer_text {
  text-align: center;
}
.banner-content.coming_soon {
  color: #fff;
  top: 50%;
  padding: 0 20px;
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-content.coming_soon h1 {
  font-weight: 700;
  font-size: 65px;
  margin: auto auto;
}
.main-menu .nav > li > a:focus, .main-menu .nav > li > a:hover {
  /*border-color: transparent;*/
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 12px 18px;
}
/*
.main-menu .contact-tab {

    margin-left: unset;

}
*/
.inner-banner-title p {
  color: #fff;
}
.tab-pane {
  padding-left: 50px;
}
.youtube-girl {
  height: 630px;
  width: 100%;
}
/* Inner page style */
.table-div {
  width: 100%;
  display: table;
}
.table-div > .table-col {
  width: 35%;
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
.table-div > .table-col:first-child {
  width: 65%;
  text-align: left;
}
.table-div > .table-col > img {
  object-fit: scale-down;
}
.abtnews h3{
	margin-bottom:30px;
}
.abtnews h3 a{
	color: #404040;
}
/* Tyupograpy Section */
img {
  max-width: 100%;
  height: auto;
}
/*.parallax-window {

    min-height: 400px;

    background: transparent !important;

}*/
/* Mobile Style */
@media(max-width:1340px) {
  .main-banner {
    min-height: 670px;
  }
}
@media(max-width:1200px) {
  .condition-col {
    width: 50%;
  }
  .condition-box {
    width: 25%;
  }
}
@media(max-width:1192px) {
  .box-main-container {
    margin: 0 0 0 -50px;
  }
  .procedures-main-2 {
    margin-top: 15px;
  }
  .main-banner {
    min-height: 605px;
  }
}
@media(max-width:1080px) {
  .banner-content {
    margin: 80px 0 45px 0;
  }
  .main-banner {
    min-height: 540px;
  }
  .navbar-header {
    width: 180px;
  }
  .nav > li > a {
    padding: 12px 10px;
  }
  .inner-banner-title h1 {
    font-size: 40px;
  }
  .inner-banner img.slide-bg {
    display: block;
  }
  .inner-banner {
    background-size: cover;
    background-image: none;
    min-height: auto !important;
  }
  .inner-banner-contact-us img.slide-bg {
    display: block;
    object-fit: cover;
    height: 200px;
  }
  .table-div > .table-col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .table-div > .table-col:first-child {
    width: 100%;
  }
  .box-main-container {
    margin: 0 0 0 -30px;
  }
  .condition-box {
    width: 33%;
  }
  .facilty-col:first-child img {
    float: none;
    margin: 0 15px 10px 0;
    position: relative;
    top: 0;
    display: block;
    width: auto;
    object-fit: none;
  }
  .condition-box-1 {
    width: 24%;
  }
  .condition-box-3 {
    width: 25%;
  }
}
@media(max-width:960px) {
  .banner-content {
    margin: 45px 0 45px 0;
  }
  .banner-content h1 {
    font-weight: 700;
    font-size: 45px;
  }
  .main-banner {
    min-height: 430px;
  }
}
@media(max-width:767px) {
  .collapsed-view .row.middle-section, .collapse-list0000 .mb30, .collapse-list0000 p {
    padding: 0 !important;
  }
  .youtube-girl {
    height: 350px;
    width: 100%;
  }
  .logo-list.list-unstyled img {
    margin-bottom: 20px;
  }
  .lineheight {
    line-height: 40px;
  }
  .pic_col {
    width: 100% !important;
    text-align: center;
  }
  .banner-content h1 {
    font-size: 28px;
    padding: 0 15px;
  }
  .banner-content {
    margin: 0 0 15px 0;
  }
  .main-banner {
    min-height: 300px;
  }
  .navbar-header {
    width: 100%;
    margin-top: -15px;
  }
  .about-tabbing {
    position: relative;
    padding-left: 0px;
    min-height: 300px;
  }
  .tab-pane {
    padding-left: 0px;
    width: 100% !important;
    float: left !important;
  }
  .about-tabs {
    width: 100%;
    position: relative;
    left: 0;
    font-weight: bold;
    top: 0;
    border-right: 1px solid #eaeaea;
  }
  .logo-list > li {
    width: 48%;
    display: inline-block;
  }
  .inner-banner-about-us {
    background-position: 100%;
  }
  /* Navigation */
  .main-menu .navbar-right {
    margin-top: 0;
    background: #fff;
    width: 100%;
  }
  .main-menu .nav > li {
    margin: 0;
    padding: 0;
  }
  .main-menu .nav > li > a {
    color: #414141;
  }
  .main-menu .nav > li.activity > a {
    color: #fff;
  }
  .main-menu .nav > li > a:focus, .main-menu .nav > li > a:hover {
    color: #fff;
    text-decoration: none;
    background: #00adff;
  }
  .main-menu .nav > li.contact-tab a, .main-menu .nav > li.contact-tab:hover a {
    color: #fff;
    text-decoration: none;
    background: #00adff;
  }
  .inner-banner-title h1 {
    font-size: 45px;
    padding: 0 15px;
  }
  .tab-content-main {
    border-top: 1px solid #eaeaea;
    min-height: auto;
  }
  .procedure-list .list-icon {
    width: 100%;
    position: relative;
    top: 40px;
    left: 0;
    text-align: center;
    display: inline-block;
  }
  .condition-list-content {
    padding-left: 0;
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
  }
  .procedure-list li .list-desc {
    padding-right: 0;
  }
  .procedures-box {
    width: 25%;
    min-height: 150px;
    display: inline-block;
  }
  .member-about p {
    min-height: auto;
  }
  .box-main-container {
    margin: 0 0 0 -15px;
  }
  .condition-col {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
  }
  .condition-box {
    width: 33%;
  }
  .condition-box-1 {
    width: 30%;
  }
  .condition-box-3 {
    width: 33%;
  }
  .copyright-text {
    text-align: center;
    margin-bottom: 15px;
  }
  .useful-links ul {
    text-align: center;
  }
  .info-box-content {
    font-size: 21px;
  }
}
@media(max-width:540px) {
  .banner-content .sub-heading {
    display: none;
  }
  .main-banner {
    min-height: 270px;
  }
  .inner-banner-title {
    top: 55%;
  }
  .inner-banner-title h1 {
    font-size: 24px;
  }
  .procedures-box {
    width: 48%;
  }
  .condition-box-1 {
    width: 30%;
  }
  .condition-box-2 {
    width: 33%;
  }
  .condition-box-3 {
    width: 50%;
  }
}
.about-tabs li .tab-pane {
  display: none;
  padding: 20px;
}
@media(max-width:991px) {
  .about-tabbing .tab-content-main {
    display: none;
  }
  .about-tabs li > .tab-pane {
    display: block;
  }
  .about-tabs li a:after {
    content: "^";
    position: absolute;
    right: 0;
    margin-right: 20px;
    transform: rotate(180deg);
  }
  .about-tabs li.down a:after {
    transform: rotate(0deg);
  }
  .about-tabs li.down a:before {
    width: 4px !important;
    background: #7cc142 !important;
    position: absolute !important;
    left: 0 !important;
    top: 0px !important;
    bottom: 0px !important;
    content: "" !important;
  }
  .about-tabs li.up a:before {
    width: 0px !important;
    background: #fff !important;
    position: absolute !important;
    left: 0 !important;
    top: 0px !important;
    bottom: 0px !important;
    content: "" !important;
  }
  .about-tabs li.down a {
    background: #f4f4f4;
    color: #7cc142;
    text-decoration: none;
    transition: all 0.5s ease;
  }
  .about-tabs li.up a {
    background: initial !important;
    color: initial !important;
    text-decoration: none;
    transition: all 0.5s ease;
  }
}
@media(max-width:480px) {
  .copyright-text span {
    display: block;
    margin-top: 15px;
  }
  .main-banner {
    min-height: 210px;
  }
  .banner-content {
    margin: -15px 0 15px 0;
  }
  .navbar-brand {
    width: 60%;
    position: relative;
    top: -5px;
  }
  .inner-banner-title {
    top: 35%;
  }
  .procedures-box {
    width: 48%;
    min-height: 150px;
  }
  .condition-box {
    width: 50%;
    text-align: center;
  }
  .facilty-col {
    width: 100%;
    float: left;
  }
  .facilty-col:first-child ul {
    width: 100%;
    display: inline-block;
  }
  .procedure-list li .bold-title {
    text-align: center;
  }
  .facilty-col:first-child img {
    float: none;
    margin: 0 auto 10px auto;
  }
  .condition-box-2 {
    width: 50%;
    float: left;
  }
  .inner-facility-col {
    width: 100% !important;
    display: inline-block;
    margin-bottom: 25px;
  }
  .condition-box-1 {
    width: 48%;
  }
  .condition-box-3 {
    width: 50%;
  }
  .inner-facility-col {
    text-align: center;
  }
  img.facility-pic-1 {
    float: none !important;
    margin: 15px 0 !important;
  }
  .bold-title-1 {
    text-align: center;
  }
  ul.facility-list {
    width: 100%;
  }
  .logo-list > li {
    width: 100%;
    display: inline-block;
  }
  .inner-banner-contact-us img.slide-bg {
    display: block;
    object-fit: cover;
    height: 150px;
  }
}
@media(max-width:375px) {
  .banner-content h1 {
    font-size: 21px;
  }
  .main-banner {
    min-height: 180px;
  }
}
@media(max-width:340px) {
  .inner-banner-title h1 {
    font-size: 21px;
    position: relative;
    top: 10px;
  }
  .inner-banner img.slide-bg {
    display: block;
    object-fit: cover;
    height: 145px;
  }
}
@media only screen and (min-width: 1024px) {
  .r99 .col-lg-1 {
    width: 12.5% !important;
  }
}
@media(min-width:1800px) {
  .banner-conditions-and-procedures, .inner-banner-patient, .inner-banner-contact-us {
    background-size: 100%;
  }
}
@media(min-width: 768px) {
  .col-sm-12 {
    padding-bottom: 30px;
  }
  #sidebar-wrapper {
    display: none;
  }
}
@media(max-width: 768px) {
  #sidebar-wrapper {
    margin-right: -284px;
    right: 0;
    top: 0;
    width: 280px;
    background: #2e3041;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
  }
  #sidebar-wrapper.active {
    right: 284px;
    width: 280px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
  }
}
.tab-date strong {
  color: #404040;
}
a.expanded-link {
  color: #808080;
}
a.expanded-link:hover, a.expanded-link:focus {
  text-decoration: none
}
.style98 {
  width: 70%;
  margin: auto;
  text-align: center;
}
.style982 {
  text-align: center;
}
.small-description.style982new {
  text-align: center;
  margin-top: 0;
}
/* Mobile Slide Menu */
.menu-header {
  width: 100%;
  float: left;
}
.menu-hide-contain {
  width: 100%;
  float: left;
  padding: 10px 15px;
}
.menu-hide-contain a#menu-close {
  float: right;
  opacity: 1;
}
.menu-hide-contain a#menu-close:focus, .menu-hide-contain a#menu-close:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
.slide-menu-logo {
  width: 100%;
  float: left;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.slide-menu-logo img {
  width: 100%;
  float: left;
  object-fit: scale-down;
}
#slide-nav-phone {
  width: 100%;
  float: left;
  margin: 15px 0;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
#slide-nav-phone i {
  font-size: 28px;
  position: relative;
  top: 3px;
  right: 4px;
}
.slide-navigation {
  width: 100%;
  float: left;
}
.slide-navigation ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slide-navigation ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.slide-navigation ul li a {
  width: 100%;
  float: left;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 15px 15px;
  margin: 0;
  border-top: 1px solid #4C4C4C;
}
.slide-navigation ul li a:focus, .slide-navigation ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #7cc142;
  transition: all 0.5s ease;
}
.style656 {
  text-align: left !important;
  padding-left: 34%;
}
.bold-title-1.left-align {
  text-align: left;
}
@media only screen and (max-width: 770px) {
  .contact-information {
    margin: 0px auto 30px auto;
  }
  .col-sm-6 {
    margin: 60px auto 30px auto;
  }
}
@media only screen and (max-width: 480px) {
  .collapse-list0000 img.facility-pic {
    width: 100%;
    float: none;
    margin: 15px auto 20px auto;
    text-align: center;
  }
  .collapse-list0000 .mb30, .collapse-list0000 p {
    padding: 0;
  }
  .contact-information {
    margin: 0px auto 0px auto;
  }
  .col-sm-6 {
    margin: 60px auto 0px auto;
  }
  ul.row.list-unstyled.form-list li {
    margin: 0 !important;
  }
  .small-description.style982new {
    margin-top: 16px;
  }
}
.collapsed-view .row.middle-section {
  padding: 25px 100px 25px 140px;
}
.no-margintopbottom {
  margin: 0 auto !important;
}
.condition-col.inline-one {
  clear: none;
  width: 33%;
}
@media only screen and (max-width: 900px) {
  .condition-col.inline-one {
    clear: none;
    width: 100%;
  }
  .condition-col.inline-one.facility {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .condition-col.inline-one.facility {
    width: 100%;
  }
}
/*============================================================*/
.terms-of-service {
  padding: 65px 0;
  width: 100%;
  float: left;
  color: #808080;
  line-height: 28px;
}
.terms-of-service .tosHeader, .terms-of-service .tosTitle {
  color: #404040;
}
.privacy-policy .pp-bld {
  font-weight: 600;
  margin: 15px auto 0px;
  color: #404040;
}
.inner-banner-reviews {
  background-image: url(../images/new/reviews.jpg);
  min-height: 540px;
}
.reviews-wrap {
  text-align: center;
  padding: 60px 0 50px;
}
.rw-ttl {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 35px;
  color: #404040;
}
.rw-cnt {
  margin-bottom: 40px;
  color: #808080;
}
.gyh-wrap {
  max-width: 1108px;
  width: 100%;
  margin: 0 auto;
}
.gyh-bx {
  border: 1px solid #dddddd;
  border-collapse: collapse;
  width: 33.33%;
  float: left;
}
.gyh-bx a {
  display: inline-block;
  width: 100%;
}
.gyh-yelp {
  border-left: none;
  border-right: none;
}


.facility-box .facility-list
{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: initial;
    justify-content: flex-start;
}

.facility-box .facility-list li
{
	-ms-flex: 0 0 31.33%;
    flex: 0 0 31.33%;
    max-width: 31.33%;
    position: relative;
    width: 100%;
    padding-left: 25px;
    margin: 0 0 0 2%;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
}

.condi-box .condition-box-2, .condi-box .condition-box-1, .condi-box .condition-box-3, .condi-box .condition-box
{
    width: auto;
    float: none;
 padding: 0 15px;
	margin: 0;
}

.condi-box .condition-box1-img
{
	width: auto;
	float: none;
}
.condi-box .theme-color {
    max-width: 180px;
    float: none;
}
 

.condi-box
{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: initial;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .gyh-yelp {
    height: 165.75px;
  }
}
@media only screen and (max-width: 991px) {
  .gyh-yelp {
    height: 125.883px;
  }
.facility-box .facility-list li {
    -ms-flex: 0 0 31.33%;
    flex: 0 0 48%;
    max-width: 48%;
}
}
@media only screen and (max-width: 767px) {
  .gyh-yelp {
    height: auto;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: none;
    border-top: none;
  }
  .gyh-bx {
    width: 100%;
  }
  .rw-ttl {
    font-size: 30px;
  }
  .terms-of-service .tosHeader {
    font-size: 16px !important
  }
  .video-main {
    display: none;
  }
  .main-banner {
    background-image: url(../images/main-banner.jpg);
  }
	
  .facility-box .facility-list li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	    margin: 0;
	}	
}