/**
|index page styles|

* Global Style & prefex.
* Hover Effect.
* Header Styles.
      (Top header)
      (Bottom header)
* Menu Styles.
* Banner Styles.
* Welcome finance press Styles.
* Best Services Styles.
* Testimonial & People choose us Styles.
    (Testimonial)
    (People choose us)
* FAQ & Gallery Styles.
* Parallax Section Styles.
* Team Styles.
* Stay With & Consultation Styles.
* Footer Styles.
|Single Pages Styles|
* Inner Banner Styles.
* Breadcrumb Styles.
* Service container Styles.
* Services single content Styles.

******************************************/
@import url('../fonts/flat-icon-2/flaticon.css');
/*  Global Style & prefex */
@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'kepler-std';
  src: url('../fonts/kepler-std/Kepler-Std-Bold.ttf');
}
body {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 20px;
  color: #545454;
}
.flt_left {
  float: left;
}
.flt_right {
  float: right;
}
.m0 {
  margin: 0px;
}
.m_bottom20 {
  margin-bottom: 20px;
}
.p0 {
  padding: 0px;
}
.p_left0 {
  padding-left: 0;
}
.p_right0 {
  padding-right: 0;
}
.clear_fix {
  clear: both;
}
.transition3s {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transform_img_holder:hover img {
  opacity: 1;
  transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  cursor: pointer;
}
.transform_img_holder {
  overflow: hidden;
  position: relative;
}
.transform_img_holder img {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button {
  outline: none;
  box-shadow: none;
  border: none;
}
.button-main {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  width: 190px;
  text-align: center;
  display: inline-block;
  line-height: 47px;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 3px;
}
.button-main:hover, .button-main:focus {
  color: #fff;
}
.disclaimers {
  text-align: center;
  font-size: 14px;
  padding-top: 10px;
  line-height: 14px;
}
.hide-image {
  display: block;
}
.show-image {
  display: none;
}
/*----- anchor----*/
a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
ul {
  list-style-type: none;
  padding: 0;
}
.fa-check-square {
  padding-right: 5px;
  font-size: 22px;
}
p {
  line-height: 26px;
}
.border_round {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
}
/* Styling section title =*/
.title_container h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-transform: uppercase;
}
.title_container h3 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  font-size: 30px;
  text-transform: uppercase;
}
.title_container h1, .title_container h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.text-white {
  color: #fff !important;
}
/*
----------------------------- Hover Effect ----------------------
*/
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Right */
.hvr-sweep-to-rightB {
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-rightB:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-rightB:hover, .hvr-sweep-to-rightB:focus, .hvr-sweep-to-rightB:active {
  color: white;
  border-radius: 3px;
}
.hvr-sweep-to-rightB:hover:before, .hvr-sweep-to-rightB:focus:before, .hvr-sweep-to-rightB:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Right */
.hvr-sweep-to-right-white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right-white:hover, .hvr-sweep-to-right-white:focus, .hvr-sweep-to-right-white:active {
  color: white;
}
.hvr-sweep-to-right-white:hover:before, .hvr-sweep-to-right-white:focus:before, .hvr-sweep-to-right-white:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 139, 179, 0.9);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.team_member:hover .hvr-sweep-to-bottom:before, .team_member:focus .hvr-sweep-to-bottom:before, .team_member:active .hvr-sweep-to-bottome:before, .single_news:hover .hvr-sweep-to-bottom:before, .single_news:focus .hvr-sweep-to-bottom:before, .single_news:active .hvr-sweep-to-bottome:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Header */
/* Bottom header ==*/
.bottom_header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 99999;
}
.bottom_header .search_icon {
  top: 0;
  z-index: 9999;
  color: #fff;
  padding: 0px 12px;
  border-radius: 3px;
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  height: 50px;
  float: right;
  font-weight: 600;
  margin: 30px 0;
  text-transform: uppercase;
  line-height: 22px;
}
.flaticon-technology:before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f095" !important;
  transform: rotate(90deg);
  display: inline-block;
}
.bottom_header .logo_holder {
  background: url(../images/logo/logo.png) no-repeat 9% 100%;
  height: 100px;
  margin-top: 2px;
  background-size: contain;
}
.bottom_header .logo_holder a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bottom_header .address_container {
  padding-left: 475px;
  padding-top: 40px;
}
.bottom_header .address_container > div {
  display: inline-block;
}
.bottom_header .address_container > div:nth-child(2) {
  padding-left: 32px;
}
.bottom_header .address_container > div:nth-child(3) {
  padding-left: 30px;
}
.bottom_header .address_container .icon_holder {
  display: inline-block;
  width: 58px;
  height: 58px;
  border: 6px solid #eaedf0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  vertical-align: 15px;
}
.bottom_header .address_container .icon_holder span {
  display: block;
  padding-top: 6px;
  padding-left: 0px;
}
/* Menu =*/
.main_menu {
  height: 50px;
  position: relative;
  z-index: 9999;
  top: 110px;
  border-bottom: 1px solid #B4B4B4;
}
.main_menu .navbar-default {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0 auto;
}
.main_menu .nav > li {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  text-align: center;
  line-height: 18px;
}
.main_menu .nav > li:before {
  content: '';
  width: 1px;
  height: 100%;
  background: url(../images/home/nav-border.png) no-repeat;
  position: absolute;
  right: 0;
  top: 2px;
}
.main_menu .nav > li:last-child:before {
  width: 0;
}
.main_menu .nav > li a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: #fff;
  font-size: 22px;
  padding: 15px 27px;
  line-height: 18px;
}
.main_menu .nav > li:hover a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main_menu .nav > li:first-child a, .main_menu .nav > li:first-child span, .main_menu .nav > li:first-child {
  padding-left: 27px;
}
.main_menu .nav li a i {
  padding-left: 7px;
}
.main_menu .nav > li > .sub-menu {
  position: absolute;
  z-index: 9999;
  width: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.main_menu .nav li .sub-menu li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 13px 14px;
  border: .5px solid #fff;
  text-align: left;
}
.main_menu .nav > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 50px;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.main_menu .nav li .sub-menu li a:hover {
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.main_menu nav ul li.dropdown_menu .fa-bars {
  display: none;
}
.main_menu .container {
  position: relative;
}
.fa-sort-down {
  color: #fff;
}
.fixed {
  position: fixed;
  background: #272727;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  animation-name: fixed-bouce;
  animation-duration: 1s;
  -webkit-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
}
/* Banner */
body, html {
  height: 100%;
}
/* The hero image */
.hero-image {
  background-image: url("../images/home/hero-slide.jpg");
  height: 1000px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text .overlay-grey {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px 40px 30px;
  margin: 30px 0 0;
  border-radius: 3px;
}
.hero-text h2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 2px 5px #000;
  margin-top: 0px;
}
.hero-text h3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
}
.hero-text h4 {
  color: #fff;
  font-size: 28px;
}
.hero-text h5 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  margin-top: 40px;
}
.hero-text h6 {
  color: #F4DC09;
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
  margin-top: 15px;
}
.hero-text p {
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
}
.hero-text p i {
  color: #00C3E6;
}
.hero-text p.deal {
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
}
.hero-text span {
  color: #F4DC09;
}
.hero-text .button {
  font-weight: 600;
  font-size: 28px;
  background: #F11C1C;
  margin: 15px 0 0;
  display: inline-block;
  line-height: 30px;
  padding: 5px 30px;
  border-radius: 3px;
}
.hero-text.button:hover {
  background: #0c0c0c;
}
.hero-text .button a {
  color: #fff;
}
/* Best Services ==*/
.best_service {
  padding-top: 65px;
}
.single_service_item {
  text-align: center;
  border: solid 1px #B4B4B4;
  margin-top: 32px;
  border-radius: 2px;
}
.single_service_item .service_icon {
  display: -webkit-flex;
  display: flex;
  height: 300px;
  width: 100%;
}
.single_service_item .service_icon.a2m {
  background: url("../images/home/electrical-stimulation-therapy.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.single_service_item .service_icon.spd {
  background: url("../images/home/spinal-decompression-therapy.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.single_service_item .service_icon.chiro {
  background: url("../images/home/chiropractic-care.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.single_service_item .service_icon.ultra {
  background: url("../images/home/ultrasound-therapy.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.single_service_item .service_icon.pep {
  background: url("../images/home/infrared-light-therapy.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.single_service_item .service_icon.trac {
  background: url("../images/home/traction-therapy.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.single_service_item .service_icon.knee {
  background: url("../images/home/knee-decompression.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.single_service_item .service_icon.laser {
  background: url("../images/home/class-iv-laser-therapy.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.single_service_item .service_icon.pemf {
  background: url("../images/home/pemf-therapy.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.single_service_item .service_icon.trigger {
  background: url("../images/home/nutritional-therapy.jpg") no-repeat 50% 110%;
  background-size: cover;
  border-bottom: 1px solid #b4b4b4;
  cursor: help;
}
.service_text h5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: normal;
  font-size: 24px;
  text-transform: capitalize;
  color: #007AC3;
}
.service_text h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: normal;
  font-size: 28px;
  text-transform: capitalize;
  color: #007AC3;
  cursor: help;
}
.service_text p {
  line-height: 24px;
  text-align: left;
  padding: 0 15px 10px;
}
.service_text {
  padding: 0px 5px 5px;
}
#con1 {
  display: none;
}
#con2 {
  display: none;
}
#con3 {
  display: none;
}
#con4 {
  display: none;
}
#con5 {
  display: none;
}
#con6 {
  display: none;
}
#con7 {
  display: none;
}
#con8 {
  display: none;
}
#con9 {
  display: none;
}
#con10 {
  display: none;
}
.section_bg {
  background: #eee;
}
.sideImage {
  position: relative;
}
.sideImage .img_holder {
  float: right;
  position: relative;
}
.sideImage .img_holder .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(26, 139, 179, 0.9);
}
.form-class {
  position: absolute;
  top: 50%; /* Adjust as needed */
  left: 50%; /* Adjust as needed */
  transform: translate(-50%, -50%);
}
/*new testimonial CSS*/
.testimonial-wrap {
  margin: 0px auto 30px;
}
.testimonial {
  position: relative;
  padding: 10px 30px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.testimonial > * {
  margin-bottom: 0;
}
.testimonial > *:not(:first-child) {
  margin-top: 20px;
}
.testimonial-photo {
  display: inline-block;
  position: relative;
  width: 154px;
}
.testimonial-photo img {
  display: inline-block;
  width: 100%;
  border-radius: 0%;
  z-index: 1;
  overflow: hidden;
}
.testimonial-photo img + img {
  opacity: 0;
  position: absolute;
  width: 154px;
  height: 154px;
  left: 0;
  top: 0;
  transition: 0.35s;
  transform: rotate(-45deg);
}
.testimonial:hover .testimonial-photo img + img {
  opacity: 1;
  width: 204px;
  height: 204px;
  left: 90%;
  top: -35px;
  transform: rotate(0deg);
}
.testimonial-photo + .testimonial-title {
  margin-top: 20px;
}
.testimonial-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  color: #444;
}
.testimonial-name {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
}
.testimonial-position {
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  font-style: italic;
}
.testimonial .star-rating:not(:first-child) {
  margin-top: 15px;
}
.testimonial p {
  font-size: 19px;
  line-height: 24px;
  color: #404040;
}
.testimonial-bg1 {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  overflow-y: scroll;
  height: 250px;
}
/* width */
.testimonial-bg1::-webkit-scrollbar {
  width: 4px;
}
/* Track */
.testimonial-bg1::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.testimonial-bg1::-webkit-scrollbar-thumb {
  background: grey;
  opacity: .5;
  border-radius: 10px;
}
/* Handle on hover */
.testimonial-bg2 {
  color: #fff;
  box-shadow: none;
}
.testimonial-bg2:before {
  -webkit-filter: none;
  filter: none;
}
.testimonial-bg2 .testimonial-title {
  color: #fff;
}
.testimonial-bg2 .star-rating .txt-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testimonial-card {
  position: relative;
  overflow: hidden;
  padding: 48px 35px 50px;
  border: 1px solid #f0f0f0;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}
.testimonial-card h2 {
  line-height: 1.18em;
}
.testimonial-card-text {
  margin-top: 30px;
  font-size: 19px;
  line-height: 29px;
}
.testimonial-card-author {
  margin-top: 20px;
}
.testimonial-card-name {
  font-size: 17px;
  line-height: 1em;
  font-weight: 400;
}
.testimonial-card-position {
  padding-right: 1px;
  font-size: 17px;
  line-height: 1em;
  font-weight: 400;
  font-style: italic;
  color: #00c21f;
}
.testimonial-card:before {
  content: '„';
  position: absolute;
  z-index: -1;
  right: 50%;
  transform: translateX(50%);
  top: -652px;
  font-size: 850px;
  line-height: 1em;
  font-weight: 400;
  color: #f6f7f5;
}
.testimonial-card-carousel {
  margin-bottom: 0 !important;
}
.testimonial-card-carousel .slick-dots {
  margin: 30px 0 0;
}
/* People choose us =*/
div.people_choose_us {
  padding-top: 50px;
  padding-left: 18px;
  position: relative;
  padding-bottom: 50px;
}
section.people_choose_us {
  padding-top: 50px;
  padding-left: 0px;
  position: relative;
  padding-bottom: 50px;
}
.people_choose_us h5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600 !important;
  font-size: 26px;
  margin-bottom: 10px;
}
.people_choose_us span.icon:before {
  font-size: 39px;
  display: block;
}
.people_choose_us span.flaticon-tasks2:before {
  font-size: 60px;
  margin-top: -3px;
}
.people_choose_us .choose_category i {
  padding-right: 15px;
  font-size: 38px;
  vertical-align: middle;
}
.people_choose_us .choose_category {
  margin-bottom: 15px;
}
.consultation .choose_category {
  padding-top: 25px;
}
/* FAQ & Gallery =*/
.faq_gallery_sec {
  background: #eee;
  padding-bottom: 50px;
}
.faq_sec {
  padding-top: 50px;
}
.faq_sec .panel-group {
  padding-left: 15px;
}
.faq_sec .panel-default:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #A3A3A3;
  position: absolute;
  top: 28px;
  left: -5px;
}
.faq_sec .panel-default:last-child:before {
  width: 0;
}
.faq_sec .panel-default {
  border: none;
  box-shadow: none;
  position: relative;
}
.faq_sec h5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: normal;
  font-size: 24px;
}
.faq_sec .panel-heading {
  position: relative;
}
.faq_sec .panel-group .panel + .panel {
  margin-top: 4px;
}
.faq_sec .panel-body {
  padding: 5px 18px;
}
.panel {
  background-color: #eee;
}
.panel-group .panel {
  box-shadow: none;
  margin-bottom: 10px;
}
.faq_sec .panel-heading:before {
  content: '';
  width: 16px;
  height: 16px;
  background: #eee;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  position: absolute;
  left: -12px;
  top: 14px;
}
.faq_sec .panel-default > a[aria-expanded="true"] .panel-heading:before, .faq_sec .panel-default > a:focus .panel-heading:before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery_sec {
  padding-top: 70px;
  ;
}
/* Parallax Section */
.parallax {
  height: 180px;
  padding-top: 57px;
  position: relative;
}
.parallax .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.parallax h3 {
  font-size: 31px;
  color: #fff;
  margin-top: 17px;
  text-transform: uppercase;
}
.parallax .button a {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 10px 0 0 37px;
  display: inline-block;
  line-height: 47px;
  padding: 0 28px 0 28px;
  border-radius: 3px;
  font-style: italic;
}
.parallax2 {
  height: 270px;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.parallax2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #F23E3E;
}
.parallax2 h2 {
  font-size: 46px;
  color: #fff;
  margin-top: 17px;
}
.parallax2 p {
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
}
.parallax2 .button a {
  font-weight: 400;
  font-size: 24px;
  color: #F23E3E;
  background: #FFF;
  margin: 10px 0 0 0;
  display: inline-block;
  line-height: 47px;
  padding: 0 28px 0 28px;
  border-radius: 3px;
  font-style: italic;
}
.parallax2 .button a:hover {
  color: #fff;
  background: #0c0c0c;
}
/* Team ==*/
.team {
  padding-top: 50px;
  padding-bottom: 50px;
}
.team .title_container {
  text-align: center;
}
.team .team_member {
  margin-bottom: 36px;
}
.team .team_member .team_img {
  position: relative;
}
.team .member_info {
  border-left: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  padding: 18px 10px 0 18px;
  text-align: center;
  margin-top: -10px;
}
.team .member_info h5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 7px;
}
.team .member_info > span {
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
.team .member_info a {
  display: block;
  border-top: 1px solid #f6f4f4;
  margin: 0px -10px 0 -18px;
  padding: 11px 0 11px 19px;
}
.team .member_info a span {
  color: #9b9b9b;
}
.team .member_info a i {
  padding-right: 4px;
}
/* Consultation */
.consultation {
  padding-left: 18px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.consultation-box {
  background-color: #fff;
  outline: 4px solid #FFf;
  border-style: outset;
  box-shadow: 2px 1px 15px 12px #a4a4a4;
  padding: 12px;
  margin-top: 5px;
}
.consultation-box h5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600 !important;
  font-size: 30px;
  margin-bottom: 15px;
}
/* Footer */
footer {
  background: #272727;
  padding-top: 50px;
  color: #9b9b9b;
  text-align: center;
}
footer p {
  line-height: 24px;
}
footer h4 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-top: 25px;
  color: #fff;
}
footer .footer_logo p {
  margin-top: 20px;
  padding-right: 2px;
  margin-bottom: 33px;
}
footer .footer_logo a.logo {
  display: block;
  height: 79px;
}
footer .footer_logo a.read_more {
  border: 1px solid transparent;
  -moz-background-clip: padding; /* Firefox 3.6 */
  -webkit-background-clip: padding; /* Safari 4? Chrome 6? */
  background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
footer .footer_logo a.read_more:hover, footer .footer_logo a.read_more:focus {
  border: 1px solid #fff;
}
footer .footer_widget_title {
  margin-bottom: 12px;
}
footer .footer_widget_title span.decor_white {
  display: block;
  width: 13px;
  height: 13px;
  background: #FFF;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  margin-top: 13px;
  margin-left: 25px;
}
footer .footer_widget_title span.decor_white:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 4px;
  right: -68px;
}
footer .footer_widget_title span.decor_white:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: -28px;
}
footer .contact_us ul li {
  position: relative;
  margin-top: 22px;
  line-height: 24px;
}
footer .contact_us ul span {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  color: #fff;
  margin-bottom: 9px;
}
footer .contact_us ul li a {
  color: #9b9b9b;
}
footer .contact_us ul li a:hover {
  color: #F23E3E;
}
footer .contact_us ul li:before {
  position: absolute;
  font-size: 20px;
  color: #fff;
  padding: 1px;
  left: 0;
}
footer .bottom_footer {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 15px;
  border-top: 1px solid #3a3a3a;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 14px;
}
footer .bottom_footer p {
  float: left;
}
footer .bottom_footer p, footer .bottom_footer a {
  display: inline-block;
}
footer .bottom_footer a {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 15px;
  color: #9b9b9b;
}
footer .bottom_footer .left_space_fix {
  text-align: right;
}
footer .bottom_footer a:hover, footer .bottom_footer a:focus {
  color: #fff;
}
/* Inner Banner =*/
.inner_banner {
  height: 350px;
  text-align: center;
  padding-top: 130px;
}
.inner_banner h1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  line-height: 90px;
  padding-bottom: 10px;
}
.inner_banner p {
  font-size: 24px;
  color: #fff;
}
.page-title {
  height: auto;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 10px;
}
.page-title h1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-shadow: 1px 2px 5px #000;
}
.inline-img-right {
  float: right;
  padding-left: 20px;
}
.inline-img-left {
  float: left;
  padding-right: 20px;
}
/* video media */
.fluid-video-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
}
iframe {
  border: none;
  width: 100%;
}
iframe.treatment-video {
  height: 320px;
  float: left;
  width: 48%;
  padding: 8px 15px 5px 0;
}
.media-video, .testimonial-video {
  height: 200px;
}
/* Box-Layout  */
.home_boxed .body_wrapper {
  width: 1300px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}