@charset "utf-8";
/* CSS Document */
h2 {
  font-size: 19px;
  color: #0a366f;
  margin: 0px 0px 10px 0px;
  padding-bottom: 7px;
  font-family: 'Raleway', sans-serif;
  border-bottom: 1px solid #d9d9d9;
  font-weight: bold;
}
h2 span.txt {
  font-size: 15px;
  color: #000;
}
p {
  text-align: justify;
  line-height: 23px;
}

body {
  background: url(../images/bg-landing-header.jpg) no-repeat top center, linear-gradient(180deg, #f0f4f8 0%, #ffffff 450px) no-repeat;
  background-size: 100% auto;
}
#header {
  background: none;
  border-bottom: 1px solid #89abc5;
  margin-bottom: 20px;
}
.logo {
  padding-top: 5px;
}
.header-info {
}
.header-info .content {
  margin: 65px 0px 0px 150px;
  font-style: italic;
  text-align: center;
  font-size: 15px;
}
.header-info .content .heading {
  color: #415177;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 35px;
}
.header-info .content span.sub-heading {
  display: block;
  color: #3a3a3a;
  text-shadow: none;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 4px;
}
.header-info .content span.punchline {
}
.header-info .content span.appointment {
  display: inline-block;
  padding: 4px 25px;
  margin-top: 25px;
  background: #222222;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.header-info .banner {
}
.inner-middle-section {
  background: url(../images/bg-inner.jpg) no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 80px;
}
.inner-middle-section .content-area {
}
.inner-middle-section .content-area span.heading {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  padding: 7px 15px;
  margin-bottom: 15px;
  font-style: italic;
  background: #0a366f;
  color: #fff;
}
.inner-middle-section .content-area span.sub-heading {
  display: block;
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 5px;
  color: #e32c26;
}
.inner-middle-section .content-area span.more-info {
  background: #656565;
  color: #fff;
  font-style: italic;
  font-size: 13px;
  border-radius: 20px;
}
.inner-middle-section .content-area span.more-info a {
  color: #fff;
  padding: 6px 15px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.inner-middle-section .content-area span.more-info:hover {
  background: #e02a26;
  color: #fff;
}
.inner-middle-section .content-area ul {
  margin: 0px 0px 0px 20px;
}
.inner-middle-section .content-area ul li {
  width: 33.33333%;
  float: left;
  list-style-type: disc;
  font-size: 14px;
  line-height: 26px;
}
.treatments {
}
.treatments ul {
}
.treatments ul li {
  float: none !important;
  width: 100% !important;
  line-height: 21px !important;
  font-size: 13px !important;
}
.treatments ol {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.treatments ol li {
  margin-left: 20px;
  padding-left: 5px;
  list-style-type: inherit;
}
.inner-middle-section .content-area .contact {
  margin-top: 30px;
}
.inner-middle-section .content-area .contact .col-md-12 {
  padding: 0px;
}
.inner-middle-section .content-area .contact .address {
  font-size: 17px;
  line-height: 26px;
}
.inner-middle-section .content-area .contact .form {
  background: #fff;
  height: 450px;
}

/*navigation bar*/
.topnav {
  margin-top: 40px;
}

/*accordion menu*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
#accordion .panel-title i.glyphicon {
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  float: right;
}
.rotate-icon {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.panel {
  border: 0;
  border-bottom: 1px solid #000000;
}
.panel-title {
  font-weight: bold;
}
.panel-body {
  padding: 25px 5px;
  text-align: justify;
}
.panel-group .panel,
.panel-heading {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading {
  color: #fff;
  padding: 15px 15px;
}
.panel-custom > .panel-heading {
  background-color: #3e5d8c;
}
.panel-group .panel:last-child {
  border-bottom: 5px solid #000000;
}
panel-collapse .collapse.in {
  border-bottom: 0;
}
.hospitals {
}
.hospitals ul {
  margin: 0px !important;
}
.hospitals ul li {
  list-style-type: none !important;
  width: 100% !important;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 13px !important;
}
.hospitals ul li:last-child {
  border-bottom: none;
}
.hospitals ul li img {
  float: left;
  margin-right: 20px !important;
}
.hospitals ul li span.heading {
  font-weight: bold !important;
  font-size: 18px !important;
  display: block !important;
  padding: 5px 0px 2px 0px !important;
  margin-bottom: 0px !important;
  font-style: normal !important;
  background: none !important;
  color: #000 !important;
}
.hospitals ul li p {
}


