/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Header
    -------------------------------------------------------------
    1.1 Menu css
    -------------------------------------------------------------
    1.2 Responsive menu
----------------------------------------------------------------
2.0 Content
    -------------------------------------------------------------
    2.1 Header slider section
    -------------------------------------------------------------
    2.2 Bio Graphy section
    -------------------------------------------------------------
    2.3 Services section
    -------------------------------------------------------------
    2.4 Specialities section
   -------------------------------------------------------------
    2.5 FAQ recipies section
   -------------------------------------------------------------
    2.6 Appointment section
    -------------------------------------------------------------
    2.7 Blog in touch section
----------------------------------------------------------------
3.0 Footer
    -------------------------------------------------------------
    3.1 Contact me Section
----------------------------------------------------------------
/*=================== 1.0 Header =============================*/
/*=================== 1.1 Menu css ===========================*/
.green-text {
    color: #3abf10;
}
.navbar-default {
  border: 0;
  background: #23af33;
}
.navbar-default .navbar-nav > li > a {
  color: #fff !important;
}
.book-now a {
  vertical-align: -45px;
}
.menu-effect a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.menu-effect a::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 3.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}
.menu-effect a:hover::before,
.menu-effect a:focus::before,
.menu-effect li.active a::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.menu-effect a:hover,
.menu-effect a:focus {
    color: #3abf10;
}
/*=================== 1.2 Responsive menu ====================*/
/*=================== 2.0 Content ============================*/
/*=================== 2.1 Header slider section ==============*/
#slider-wrapper .nivo-controlNav a.active {
    background: #23AF33 !important;
}
.navbar-collapse > ul > li + li {
  margin: 0 0 0 10px;
}
.cssload-thecube .cssload-cube:before {
    background: #23AF33;
}
/*=================== 2.2 Bio Graphy section =================*/
.left-border::before {
  background: #3abf10;
  content: " ";
  display: inline-block;
  height: 4px;
  margin: 0 20px 8px 0;
  text-shadow: none;
  width: 75px;
}
.about-me h4, .border-block p {
  margin: 0;
}
.border-block {
  border: 1px solid #d2d2d2;
  margin-bottom: 15px;
  padding: 10px;
}
.rank {
    color: #3abf10;
}
.download-pdf span {
  margin: 0 15px 0 0;
}
.download-pdf a:hover, .download-pdf span:hover, .social-icon-sec ul li a:hover {
  color: #3abf10;
}
.experience {
  background: #3abf10;
  padding: 30px;
}
.experience h5 {
    color: #fff;
    margin: 0
}
.social-icon-sec {
  background: #000000 none repeat scroll 0 0;
  display: inline-block;
  padding: 10px;
}
.social-icon-sec ul li a {
    color: #fff;
}

/*=================== 2.3 Services section ===================*/
#services, #review {
    background: #e9f1ed;
}
.service-title h3 {
  font-size: 30px;
}
.facility-wrap {
    overflow: hidden;
}
.facility-wrap img {
  transform: scale(1) translateZ(0px);
  transition-duration: 5s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
}
.facility-wrap:hover img {
  transform: scale(1.5) translateZ(0px);
  transition-duration: 5s;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
}
/*=================== 2.4 Specialities section ===============*/
.facility-hover-content {
  background: rgba(58, 191, 16,0.4);
  padding: 135px 20px;
  display: none;
}
.facility-wrap:hover .facility-hover-content {
    display: block;
}
.expand-link {
  display: inline-block;
  background: #fff;
  padding: 15px 18px;
  border-radius: 100%;
  margin: 0 0 25px;
}
.facility-hover-content h4, #specialities h3, #specialities p {
  color: #ffffff;
}
.expand-link:hover i {
    color: #3abf10;
}
.completion {
  color: #a7a7a7;
}
.progress {
  height: 8px;
}
.progress-bar-success {
  background: #ffffff;
}
.progress {
  background-color: #202020;
  border-radius: 0;
}
.progress-active {
    width:80%;
}

#specialities {
    background: url("../images/speciality-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.appointment-now a {
  padding: 20px 70px;
}
/*=================== 2.5 FAQ recipies section ===============*/
.faq-answer, .post-content p {
  color: #7d7d7d;
}
.faq-list {
  border-bottom: 1px solid #cecece;
  padding: 15px 0;
}
.form-wrapper input[type="text"], .form-wrapper input[type="email"], .form-wrapper input[type="date"], .form-group textarea {
    height: 50px;
    border-radius: 0;
}
.form-wrapper .form-group textarea {
    height: 100px !important;
}
.form-control::-moz-placeholder {
   color: #202020 !important;
}
.faq-btn a {
  font-size: 30px;
  padding: 15px 40px;
}
/*=================== 2.6 Appointment section ================*/

#appointment {
    background: url("../images/schdule-banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.apponitment-block {
  background: #ffffff;
  padding: 50px 0;
}
.appointment-sec {
  padding: 0 50px;
}
/*=================== 2.7 Blog in touch section ==============*/
.blog-sec {
  box-shadow: 0 0 8px #cecece;
}
.post-content {
  padding: 20px;
}
/*=================== 2.8 Review section =====================*/
.testimonial-slide {
    background: #fff;
    padding: 40px 30px;
}
.patient-review.slick-dotted > ul li button {
  background: #cecece;
  border: 0 none;
  border-radius: 100px;
  height: 15px;
  margin: 4px 10px;
  text-indent: -999999px;
  width: 15px;
}
.patient-review.slick-dotted > ul li {
    display: inline-block;
}
.patient-review.slick-dotted > ul {
  text-align: center;
  margin: 60px 0 0;
}
.slick-active button {
    background: #3abf10 !important;
}
#client {
    padding: 40px 15px;
    border-bottom: 1px solid #d2d2d2;
}
.client-thumb {
  display: table-cell;
  height: 150px;
  vertical-align: middle;
}
.client-thumb img {
    opacity: 0.5;
}
.client-thumb img:hover {
    opacity: 1;
    cursor: pointer;
}
/*=================== 3.0 Footer =============================*/
/*=================== 3.1 Contact me Section =================*/
#contact-me {
    background: #3abf10;
    padding: 40px 15px;
}
.text-middle {
    font-size: 18px;
}
.call-us span, .call-us a, .send-message span, .send-message a, .get-direction span, .get-direction p, .get-direction a {
  color: #ffffff;
  display: inline-block;
}
.bottom-footer {
  padding: 40px 15px;
}
