@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
body {
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 0;
}

/* Default CSS */
.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}
.trai-wrp ul
{
padding: 7px 15px;
    list-style: circle;
}
.trai-wrp img 
{
  border-radius: 15px;
}

.trai-wrp ul li
{
padding: 7px 0px;
   
}
a {
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.default-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #068643;
  color: #ffffff;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 1px solid #6a9b1c;
}
.home-care-wrp
{
  padding: 70px 0px;
}
.hme-bx-wrp
{
      box-shadow: 0 0 1px 0 rgb(0 0 0 / 4%), 0 2px 6px 0 rgb(0 0 0 / 4%), 0 16px 24px 0 rgb(0 0 0 / 6%);
          padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 101px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}
.hme-bx-wrp h3 
{
  text-align: center;
  color: green;
}
.hme-bx-wrp img
{
      width: 59%;
    height: 290px;
    object-fit: cover;
    margin: 0 auto;
    display: flex;
    margin-bottom: 13px;
    border-radius: 50% 0px 50% 0px;
    border: 5px solid #000000;
}
.default-btn-one:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #6a9b1c;
  -webkit-transition: .6s;
  transition: .6s;
}

.gray-bg {
  background-color: #f0f0f055;
}

.bg-style {
  background-color: #2174bd;
}

.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pb-100 {
  padding-bottom: 100px;
}

.section-title {
  text-align: center;
  margin-bottom: 50px;
}

.section-title h2 {
  font-size: 36px;
  margin: 0 0 16px 0;
  text-transform: capitalize;
}

.section-title p {
  font-size: 16px;
  color: #666666;
  max-width: 550px;
  margin: auto;
  line-height: 30px;
}

p {
  color: #565656;
  line-height: 1.8;
}

/* Default CSS */
/* Preloader CSS */
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 999;
}

.spinner {
  width: 80px;
  height: 80px;
  position: absolute;
  margin: 100px auto;
  left: 0;
  right: 0;
  top: 35%;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6a9b1c;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Preloader CSS */
/* Start Header Style */
.header-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0f8a4a;
}

.header-info {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 2px;
}

.header-info li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  margin-right: 15px;
}

.header-info li:last-child {
  margin-right: 0;
}

.header-info i {
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
}

.header-info i::before {
  font-size: 15px;
}

.header-info a {
  text-decoration: none;
  color: #ffffff;
}

.social-links {
  padding-left: 0;
  text-align: right;
  margin-bottom: 0;
}

.social-links li {
  list-style-type: none;
  display: inline-block;
}

.social-links i {
  display: inline-block;
  height: 27px;
  width: 27px;
  background-color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #3a3737;
  border-radius: 30px;
  margin: 0 0 0 5px;
  border: 1px solid #ffffff;
}

.social-links i::before {
  font-size: 13px;
}

.social-links i:hover {
  background-color: #6a9b1c;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.social-links a {
  text-decoration: none;
}

/* End Header Style */
/* Start Nav Style */
.jian-mobile-nav {
  display: none;
}

.jian-mobile-nav.mean-container .mean-nav ul li a.active {
  color: #6a9b1c;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
      width: 55%;
}


.jian-nav {
  background-color:#ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.jian-nav .navbar {
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.jian-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.jian-nav .navbar .navbar-nav {
  margin-left: auto;
}

.jian-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.jian-nav .navbar .navbar-nav .nav-item a {
  font-size: 14.4px;
  font-weight: 600;
  color: #141414;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
}

.jian-nav .navbar .navbar-nav .nav-item a:hover, .jian-nav .navbar .navbar-nav .nav-item a:focus, .jian-nav .navbar .navbar-nav .nav-item a.active {
  color: #0f8a4a;
}

.jian-nav .navbar .navbar-nav .nav-item a i {
  margin-left: -3px;
  font-size: 13px;
}

.jian-nav .navbar .navbar-nav .nav-item:hover a, .jian-nav .navbar .navbar-nav .nav-item:focus a, .jian-nav .navbar .navbar-nav .nav-item.active a {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 600;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  position: relative;
  padding: 0;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 600;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #6a9b1c;
}

.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.jian-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.jian-nav .others-options {
  margin-left: 15px;
}

.jian-nav .others-options .btn-primary {
  background-color: #6a9b1c;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  border-color: #6a9b1c;
}

.jian-nav .others-options .btn-primary::before, .jian-nav .others-options .btn-primary::after {
  background: #141414;
}

.jian-nav .others-options .btn-primary:not(:disabled):not(.disabled).active, .jian-nav .others-options .btn-primary:not(:disabled):not(.disabled):active, .show > .jian-nav .others-options .btn-primary.dropdown-toggle {
  background-color: #6a9b1c;
  color: #ffffff;
  border-color: #141414;
}

.jian-nav .others-options .btn-primary:hover, .jian-nav .others-options .btn-primary:focus {
  background-color: #ffffff;
  color: #6a9b1c;
  -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
          box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
}

/* End Nav Style */
/* Start Banner Style */
.banner-slider .banner-slider-item {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.banner-slider .banner-slider-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}

.banner-slider .banner-slider-item .banner-area-content {
  text-align: center;
}

.banner-slider .banner-slider-item .banner-area-content h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 24px 0;
}

.banner-slider .banner-slider-item .banner-area-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  max-width: 550px;
  margin: auto;
}

.banner-slider .banner-slider-item .banner-btn {
  margin-top: 35px;
  text-align: center;
}

.banner-slider .banner-slider-item .banner-btn .banner-btn-one {
  display: inline-block;
  padding: 14px 40px;
  background-color: #0f8a4a;
  color: #ffffff;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 1px solid #0f8a4a;
}

.banner-slider .banner-slider-item .banner-btn .banner-btn-one:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #6a9b1c;
  -webkit-transition: .6s;
  transition: .6s;
}

.banner-slider .slider-one {
  background-image: url(../img/banner/banner-bg.jpg);
}

.banner-slider .slider-two {
  background-image: url(../img/banner/banner-bg2.jpg);
}

.banner-slider .slider-three {
  background-image: url(../img/banner/banner-bg3.jpg);
}

.banner-slider .owl-prev {
  position: absolute;
  left: 4%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #0f8a4a !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px !important;
}

.banner-slider .owl-prev:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.banner-slider .owl-next {
  position: absolute;
  right: 4%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #0f8a4a !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px !important;
}

.banner-slider .owl-next:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.banner-slider .owl-nav {
  margin-top: 0;
}

.banner-slider .owl-item.active h1 {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.banner-slider .owl-item.active p {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.banner-slider .owl-item.active .banner-btn {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

/* End Banner Style */
/* Start Partner Style */
.partner-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.partner-section .partner-slider {
  position: relative;
}

.partner-section .partner-slider .partner-item {
  text-align: center;
}

.partner-section .partner-slider .partner-item img {
  display: inline-block;
  width: 150px;
  margin: auto;
}
.about-image img
{
  border-radius: 26px;
}

.partner-section .partner-slider .owl-nav {
  margin-top: 0;
}

/* End Partner Style */
/* Start About Style */
.about-section {
     padding-bottom: 100px;
    position: relative;
    padding-top: 100px;
}

.about-area-content .about-content span {
  font-size: 18px;
  color: #2174bd;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.about-area-content .about-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  left: 105px;
  margin: 0 auto;
  top: 15px;
}

.about-area-content .about-content h3 {
    font-size: 37px;
    color: #068643;
    margin: 10px 0px 20px 0;
    line-height: 47px;
    font-weight: 800;
}

.about-area-content .about-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 0 0px;
}

.about-area-content .about-features-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 10px;
}

.about-area-content .about-features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  font-weight: 600;
  color: #565656;
  font-size: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
}

.about-area-content .about-features-list li i::before {
  margin-right: 6px;
  color: #16519a;
}

.about-area-content .btn-box {
  margin-top: 35px;
}

.about-video {
  position: relative;
}

.about-video .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -50px;
}

.about-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: #8dc63f;
  position: relative;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
  padding-left: 2px;
}

.about-video .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #8dc63f;
}

.about-video .video-btn a:hover {
  color: #000000;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.about-video .video-btn i {
  font-weight: 900;
}

.about-video .video-btn i::before {
  font-size: 40px;
}

/* End About Style */
/* Start Offer Style */
.offer-section {
  padding-top: 100px;
  padding-bottom: 100px;
     background-color: #05063a;
  position: relative;
  z-index: 1;
}

.offer-section::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
}

.offer-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.heds
{
  color: white;
    font-size: 52px;
}

.offer-section .section-title h2 {
  font-size: 18px;
  color:#ffffff;
  margin: 0 0 15px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.offer-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #16519a;
  right: -180px;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.offer-section .section-title p {
  font-size: 30px;
  color: #061933;
  font-weight: 600;
  max-width: 645px;
  margin: auto;
  line-height: 40px;
}

.offer-section .therapy-slider .therapy-content {
  background-color: #f9f9f9;
  padding: 20px;
}

.offer-section .therapy-slider .therapy-content h2 {
font-size: 18px;
    color: #000000;
    margin: 0 0 10px 0;
    font-weight: 800;
}

.offer-section .therapy-slider .therapy-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
      display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one {
  display: inline-block;
  color: #6a9b1c;
  font-weight: 600;
  -webkit-transition: .6s;
  transition: .6s;
}

.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one:hover {
  letter-spacing: 1px;
}

.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one i::before {
  position: relative;
  top: 1px;
  font-size: 11px;
}

.offer-section .therapy-slider .owl-prev {
  position: absolute;
  left: -5%;
  top: 28%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000000;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px;
}

.offer-section .therapy-slider .owl-prev:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: .6s;
  transition: .6s;
}

.offer-section .therapy-slider .owl-next {
  position: absolute;
  right: -5%;
  top: 28%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000000;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px;
}

.offer-section .therapy-slider .owl-next:hover {
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: .6s;
  transition: .6s;
}

/* End Offer Style */
/* Start Counter Style */
.counter-section {
  background-color: #061933;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}

.single-counter {
  text-align: center;
  margin-bottom: 30px;
}

.single-counter h3 {
  color: #ffffff;
  font-size: 48px;
}

.single-counter .sub-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
  color: #ffffff;
  display: block;
}

.shape-img1 {
  position: absolute;
  right: 0;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: 1;
  bottom: 30px;
}

.shape-img2 {
  position: absolute;
  left: 0;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: 1;
  bottom: 0;
}

/* End Counter Style */
/* Start Customer Services Style */
.customer-services-section {
  padding-bottom: 100px;
  position: relative;
  margin-top: -50px;
}

.customer-area {
  position: absolute;
  background: #fff;
  max-width: 750px;
  bottom: 26%;
  right: 18%;
  padding: 45px;
}

.customer-area h2 {
  font-size: 30px;
  color: #061933;
  line-height: 45px;
  margin: 0 0 20px 0;
}

.customer-area p {
  font-size: 16px;
  color: #565656;
  line-height: 30px;
  margin: 0;
}

.customer-area .customer-btn {
  margin-top: 30px;
}

/* End Customer Services Style */
/* Start Advantags Style */
.advantags-section {
  padding-bottom: 100px;
}

.advantags-content h3 {
  font-size: 15px;
  color: #2174bd;
  margin: 0 0 15px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.advantags-content h3::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  right: 28%;
  left: 0;
  margin: 0 auto;
  top: 14px;
}

.advantags-content h4 {
  font-size: 30px;
  color: #061933;
  line-height: 40px;
  margin: 0 0 12px 0;
}

.advantags-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.advantags-content .advantags-btn {
  margin-top: 10px;
}

.advantags-area .advantags-text-content {
  position: relative;
  border: 1px solid #c9c9c9;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 35px 20px 20px 110px;
  margin-top: 28px;
}

.advantags-area .advantags-text-content:hover {
  border: 1px solid #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.advantags-area .advantags-text-content h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  color: #061933;
  margin: 0 0 8px 0;
}

.advantags-area .advantags-text-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

.advantags-area .advantags-text-content i {
  position: absolute;
  left: 40px;
  top: 28px;
  z-index: 1;
}

.advantags-area .advantags-text-content i::before {
  font-size: 30px;
}

.advantags-area .advantags-text-content img {
  position: absolute;
  left: 20px;
  top: 20px;
}

/* End Advantags Style */
/* Start Desk Style */
.help-desk-section {
  padding-bottom: 100px;
}

.help-desk-area {
  max-width: 500px;
  margin-right: auto;
  padding-left: 30px;
}

.help-desk-area .desk-form-content {
  background-color: #f0f0f0;
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 7px 5px 0px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 0px rgba(72, 73, 121, 0.15);
}

.help-desk-area .desk-form-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 0 0 20px 0;
}

.help-desk-area .desk-form-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 16px 0;
}

.help-desk-area .desk-form-content .get-form-area .form-group {
  margin-bottom: 15px;
}

.help-desk-area .desk-form-content .get-form-area .form-group .form-control {
  height: 50px;
  padding: 15px;
  font-size: 15px;
  color: #a6a6a6;
  background-color: #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 0;
}

.help-desk-area .desk-form-content .get-form-area .form-group .form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #ffffff;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
}

.help-desk-area .desk-form-content .get-form-area .send-btn {
  text-align: center;
  margin-top: 30px;
}

/* End Desk Style */
/* Start Video Style */
.video-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}

.video-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}

.video-area .video-title {
  text-align: center;
  margin-bottom: 100px;
}

.video-area .video-title h2 {
  color: #ffffff;
  text-transform: capitalize;
  margin: -6px 0 20px 0;
  font-size: 36px;
  font-family: 'Raleway', sans-serif;
}

.video-area .video-title p {
  font-size: 24px;
  color: #ffffff;
  line-height: 30px;
  margin: auto;
  max-width: 465px;
  line-height: 35px;
}

.video-area .video-content {
  position: relative;
}

.video-area .video-content .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -50px;
}

.video-area .video-content .video-btn a {
  color: #000000;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 102px;
  background: #ffffff;
  position: relative;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
  padding-left: 2px;
}

.video-area .video-content .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #ffffff;
}

.video-area .video-content .video-btn a:hover {
  color: #000000;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.video-area .video-content .video-btn i {
  font-weight: 900;
}

.video-area .video-content .video-btn i::before {
  font-size: 60px;
}

.video-text {
  position: relative;
  text-align: center;
  margin-top: 208px;
}

.video-text h3 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/* End Video Style */
/* Start Testimonial Style */
.testimonial-section {
  padding-top: 100px;
  padding-bottom: 100px;
      background: #0f8a4a4a;
}

.testimonial-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.testimonial-section .section-title h2 {
  font-size: 30px;
  color: #061933;
  font-family: 'Raleway', sans-serif;
  position: relative;
  margin: 0;
}

.testimonial-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #061933;
  right: -33%;
  left: 0;
  margin: 0 auto;
  top: 25px;
}

.testimonial-slider .testimonial-content {
  background-image: url(../img/pattern.png);
  background-position: center center;
  background-size: cover;
  padding: 35px;
  text-align: center;
}

.testimonial-slider .testimonial-content i::before {
  font-size: 40px;
  color: #6a9b1c;
  line-height: normal;
}

.testimonial-slider .testimonial-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0 16px 0;
  font-style: italic;
}

.testimonial-slider .testimonial-content .star-list {
  padding-left: 0;
  margin-bottom: 0;
}

.testimonial-slider .testimonial-content .star-list li {
  list-style-type: none;
  display: inline-block;
}

.testimonial-slider .testimonial-content .star-list i::before {
  font-size: 24px;
  color: #fac917;
  line-height: normal;
  margin-right: 8px;
}

.testimonial-slider .testimonial-content .rectangle-image {
  position: relative;
}

.testimonial-slider .testimonial-content .rectangle-image img {
  width: 70px;
  position: absolute;
  left: 4%;
  bottom: -70px;
}

.testimonial-slider .testimonial-content-area {
  padding-left: 40px;
  margin-top: 40px;
}

.testimonial-slider .testimonial-content-area img {
  width: 100px;
  display: inline-block;
}

.testimonial-slider .testimonial-content-area h2 {
  font-size: 16px;
  color:#068643;
  margin: 8px 0px 6px 0;
  padding-left: 10px;
}

.testimonial-slider .testimonial-content-area p {
  font-size: 14px;
  color: #565656;
  font-weight: 400;
  margin: 0;
  padding-left: 24px;
}

.testimonial-slider .owl-dots .owl-dot {
  position: relative;
  top: 10px;
}

.testimonial-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 6px;
  background: #bdbebb;
  display: block;
  border-radius: 30px;
  border: none;
}

.testimonial-slider .owl-dots .owl-dot span:hover {
  background-color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.testimonial-slider .owl-dots .owl-dot.active span {
  background: #068643;
}

/* End Testimonial Style */
/* Start Welcome Style */
.welcome-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #061933;
  position: relative;
}

.welcome-content h2 {
  font-size: 36px;
  color: #ffffff;
  margin: 16px 0 0 0;
}

.welcome-content span {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 15px 0;
  position: relative;
}

.welcome-btn {
  margin-top: 24px;
}

.shape-img10 {
  position: absolute;
  right: 25px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: 1;
  bottom: 30px;
}

.shape-img11 {
  position: absolute;
  left: 0;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
  z-index: 1;
  bottom: 70px;
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/* End Welcome Style */
/* Start Blog Style */
.blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-section .section-title {
  text-align: center;
  margin-bottom: 60px;
}

.blog-section .section-title h2 {
  font-size: 16px;
  color: #2174bd;
  margin: 0 0 15px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.blog-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  right: -220px;
  left: 0;
  margin: 0 auto;
  top: 14px;
}

.blog-section .section-title p {
  font-size: 30px;
  color: #061933;
  font-weight: 600;
  max-width: 645px;
  margin: auto;
  line-height: 40px;
}

.blog-item .blog-content {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 25px;
}

.blog-item .blog-content span {
  font-size: 14px;
  color: #6a9b1c;
  font-weight: 400;
}

.blog-item .blog-content h2 {
  font-size: 20px;
  color: #061933;
  margin: 10px 0 12px 0;
  line-height: 30px;
}

.blog-item .blog-content a {
  color: #061933;
}

.blog-item .blog-content a:hover {
  color: #6a9b1c;
}

.blog-item .blog-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
}

.blog-item .blog-content .blog-btn-one {
  font-size: 16px;
  color: #2174bd;
  font-weight: 600;
}

.blog-item .blog-content .blog-btn-one:hover {
  letter-spacing: 1px;
}

/* End Blog Style */
/* Start Footer Style */
.footer-section {
  background-image: url(../img/footer-bg.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
      background:#05063a;
}

.footer-section::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.7;
  z-index: -1;
}

.footer-content {
  margin-bottom: 28px;
}

.footer-content h2 {
  font-size: 24px;
  color: #ffffff;
  margin: 0;
  font-family: 'Lato', sans-serif;
}

.footer-item p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 30px;
  margin: 28px 0px 0px 0;
}

.footer-item .footer-links {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
}

.footer-item .footer-links li {
  list-style-type: none;
  display: inline-block;
}

.footer-item .footer-links i {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ffffff;
  color: #2174bd;
  border-radius: 10px;
  margin: 0 4px 0 0px;
}

.footer-item .footer-links i:hover {
  background-color: #2174bd;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-item .footer-links a {
  text-decoration: none;
}

.menu-item {
  padding-left: 45px;
}

.menu-item .physio-menu {
  margin-bottom: 0;
  padding-left: 0;
}

.menu-item .physio-menu li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  list-style-type: none;
  line-height: 40px;
}

.menu-item .physio-menu a {
  color: #ffffff;
}

.menu-item .physio-menu a:hover {
  color: #6a9b1c;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

.menu-item-content .quick-menu {
  margin-bottom: 0;
  padding-left: 0;
}

.menu-item-content .quick-menu li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  list-style-type: none;
  line-height: 40px;
}

.menu-item-content .quick-menu a {
  color: #ffffff;
}

.menu-item-content .quick-menu a:hover {
  color: #6a9b1c;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

.footer-info h3 {
  font-size: 16px;
  color: #ffffff;
  margin: 1px 0 25px 0;
}

.footer-info h3:last-child {
  margin-bottom: 0;
}

.footer-info i::before {
  font-size: 20px;
  margin-right: 8px;
  font-weight: 900;
  position: relative;
  top: 3px;
}

.footer-info a {
  text-decoration: none;
  color: #ffffff;
}

.footer-info span {
  font-size: 16px;
  color: #ffffff;
}

/* End Footer Style */
/* Start Footer-bottom Style */
.footer-bottom {
  background-color: #06131e;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-bottom .bottom-content {
  text-align: center;
}

.footer-bottom .bottom-content p {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
}

/* End Footer-bottom Style */
/* Start Button style */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background:#068341;
  color: #ffffff;
  border: 1px solid #6a9b1c;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
}

#toTop:hover {
  background-color: #ffffff;
  color: #6a9b1c;
  -webkit-transition: .6s;
  transition: .6s;
}

#toTop .top-arrow i::before {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  top: 3px;
  position: relative;
}

/* End Button style */
/* Start Main Banner style */
.main-slider {
  position: relative;
}

.main-slider .main-banner-item {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.main-slider .main-banner-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.8;
  z-index: -1;
}

.main-slider .item-bg {
  background-image: url(../img/slider/bg.jpg);
}

.main-slider .item-bg-two {
  background-image: url(../img/slider/bg2.jpg);
}

.main-slider .item-bg-three {
  background-image: url(../img/slider/bg3.jpg);
}

.main-slider .banner-area-content {
  max-width: 550px;
  text-align: left;
}

.main-slider .banner-area-content h1 {
  color: #ffffff;
  font-size: 45px;
  font-family: 'Raleway', sans-serif;
  margin: 0 0 10px 0;
  line-height: 70px;
}

.main-slider .banner-area-content p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  max-width: 450px;
}

.main-slider .banner-area-content .banner-btn {
  margin-top: 35px;
}

.main-slider .owl-prev {
  position: absolute;
  left: 2%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #6a9b1c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px !important;
}

.main-slider .owl-prev:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.main-slider .owl-next {
  position: absolute;
  right: 2%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #6a9b1c !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px !important;
}

.main-slider .owl-next:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.main-slider .owl-nav {
  margin-top: 0;
}

.main-slider .owl-item.active h1 {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.main-slider .owl-item.active p {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.main-slider .owl-item.active .banner-btn {
  -webkit-animation: 2s .3s fadeInUp both;
          animation: 2s .3s fadeInUp both;
}

.banner-video {
  position: relative;
  background-image: url(../img/about.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.banner-video .video-btn {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -50px;
}

.banner-video .video-btn a {
  color: #ffffff;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  background: #8dc63f;
  position: relative;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
  padding-left: 2px;
}

.banner-video .video-btn a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #8dc63f;
}

.banner-video .video-btn a:hover {
  color: #000000;
  background: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.banner-video .video-btn i {
  font-weight: 900;
}

.banner-video .video-btn i::before {
  font-size: 40px;
}

/* End Main Banner style */
/* Start Top Services style */
.top-services-section {
  padding-bottom: 100px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}

.no-padding {
  padding: 5px;
}

.top-services-content {
  padding: 30px;
  text-align: center;
  background-image: url(../img/top-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-services-content h2 {
  font-size: 24px;
  color: #ffffff;
  margin: 20px 0 14px 0;
}

.top-services-content p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin: -1px 0 0px 0;
}

.top-services-content span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.top-services-content i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #fff;
  color: #609bd0;
  border-radius: 50px;
}

.top-services-content i::before {
  font-size: 35px;
}

/* End Top Services style */
/* Start Expertise style */
.expertise-section {
  padding-bottom: 100px;
  position: relative;
}

.expertise-content-area h2 {
  font-size: 18px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.expertise-content-area h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #2174bd;
  right: 40%;
  left: 0;
  margin: 0 auto;
  top: 15px;
}

.expertise-content-area h3 {
  font-size: 36px;
  color: #061933;
  margin: 0 0px 20px 0;
  line-height: 50px;
}

.expertise-content-area p {
  font-size: 16px;
  color: #565656;
  line-height: 30px;
  font-weight: 400;
}

.expertise-features-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 0px;
  margin-top: 10px;
}

.expertise-features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  font-weight: 600;
  color: #061933;
  font-size: 15px;
  padding-right: 15px;
  padding-left: 22px;
  margin-top: 10px;
  position: relative;
}

.expertise-features-list li::before {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 2px solid #6a9b1c;
  border-radius: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: bold;
}

.expertise-box {
  margin-top: 35px;
}

.back-image {
  position: absolute;
  right: 0;
  top: -20%;
  z-index: -1;
}

.expertise-image {
  text-align: right;
}

/* End Expertise style */
/* Start Choose style */
.choose-section {
  background-image: url(../img/choose-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.choose-section::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
}

.choose-area {
  margin-bottom: 60px;
}

.choose-area .choose-title h2 {
  font-size: 20px;
  color: #6a9b1c;
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.choose-area .choose-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #6a9b1c;
  right: 30%;
  left: 0;
  margin: 0 auto;
  top: 15px;
}

.choose-area .choose-title h3 {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 45px;
}

.choose-area .p-text {
  margin-top: 35px;
}

.choose-area .p-text p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}

.choose-content {
  position: relative;
  border: 1px solid #c9c9c9;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 35px 20px 20px 110px;
  margin-bottom: 30px;
  z-index: 1;
}

.choose-content:hover {
  -webkit-transition: .6s;
  transition: .6s;
  background-color: #6a9b1c;
  border: 1px solid #6a9b1c;
}

.choose-content::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 50px;
  background-color: #6a9b1c;
  right: 0;
  margin: 0 auto;
  top: -1px;
}

.choose-content::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background-color: #6a9b1c;
  right: -24px;
  top: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.choose-content h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 8px 0;
}

.choose-content p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

.choose-content i {
  position: absolute;
  left: 40px;
  top: 28px;
  z-index: 1;
  color: #115fa4;
  z-index: 11;
}

.choose-content i::before {
  font-size: 30px;
}

.choose-content img {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
}

.choose-image {
  position: absolute;
  top: -1px;
  right: 15px;
}

.choose-btn {
  margin-top: 20px;
  text-align: center;
}

/* End Choose style */
/* Start What We style */
.what-we-section {
  padding-top: 100px;
  padding-bottom: 90px;
}

.what-we-area {
  margin-bottom: 60px;
}

.what-we-area .what-we-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.what-we-area .what-we-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 55%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.what-we-area .what-we-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.what-we-area .p-text {
  margin-top: 15px;
}

.what-we-area .p-text p {
  font-size: 16px;
  color: #061933;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}

.what-we-slider .what-we-item .what-we-image {
  position: relative;
}

.what-we-slider .what-we-item .what-we-image .what-we-text {
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
  bottom: 0;
  background: #317aba;
  margin: 10px;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-align: center;
  visibility: hidden;
}

.what-we-slider .what-we-item .what-we-image .what-we-text p {
  position: absolute;
  margin: 0;
  top: 30%;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  padding: 20px;
}

.what-we-slider .what-we-item .what-we-content {
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 0;
}

.what-we-slider .what-we-item .what-we-content h2 {
  font-size: 18px;
  color: #061933;
  margin: 0 0 18px 0;
  line-height: 28px;
}

.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one {
  display: inline-block;
  color: #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one:hover {
  letter-spacing: 1px;
}

.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one i::before {
  position: relative;
  top: 0px;
  font-size: 11px;
}

.what-we-slider .what-we-item:hover .what-we-image .what-we-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.what-we-slider .owl-prev {
  position: absolute;
  left: -5%;
  top: 28%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000000 !important;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px !important;
}

.what-we-slider .owl-prev:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.what-we-slider .owl-next {
  position: absolute;
  right: -5%;
  top: 28%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000000 !important;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px !important;
}

.what-we-slider .owl-next:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.what-we-slider .owl-nav {
  margin-top: 0;
}

/* End What We style */
/* Start Treatments style */
.treatments-section {
  padding-top: 150px;
  padding-bottom: 100px;
}

.treatments-area-content span {
  font-size: 18px;
  color: #2174bd;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.treatments-area-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  left: 105px;
  margin: 0 auto;
  top: 15px;
}

.treatments-area-content h3 {
  font-size: 30px;
  color: #061933;
  margin: 10px 0px 20px 0;
  line-height: 40px;
}

.treatments-area-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 0 0px;
}

.treatments-features-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: 0px;
  margin-top: 10px;
}

.treatments-features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  font-weight: 600;
  color: #061933;
  font-size: 16px;
  margin-top: 16px;
  position: relative;
  background-color: #a6c7e4;
  padding: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#a7c8e5), color-stop(#c3d4ec), color-stop(#dae1f3), color-stop(#eff0f9), to(#ffffff));
  background: linear-gradient(to right, #a7c8e5, #c3d4ec, #dae1f3, #eff0f9, #ffffff);
}

.treatments-features-list i {
  font-size: 20px;
  padding-right: 8px;
}

.treatments-features-list i::before {
  font-size: 20px;
}

.treatments-box {
  margin-top: 40px;
  text-align: center;
}

/* End Treatments style */
/* Start Customer style */
.customer-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/choose-bg.jpg);
  background-position: center center;
  background-size: cover;
}

.customer-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.customer-section .section-title h2 {
  font-size: 30px;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  position: relative;
  margin: 0;
}

.customer-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #ffffff;
  right: -30%;
  left: 0;
  margin: 0 auto;
  top: 25px;
}

.customer-slider .customer-item {
  position: relative;
  margin-top: 68px;
}

.customer-slider .customer-item .customer-content {
  background-color: #ffffff;
  padding: 35px;
  text-align: left;
  position: relative;
}

.customer-slider .customer-item .customer-content .last-icon {
  position: absolute;
  bottom: 0;
  right: 30px;
}

.customer-slider .customer-item .customer-content .last-icon i::before {
  font-size: 50px;
  color: #9fc3e3;
}

.customer-slider .customer-item .customer-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0 16px 0;
}

.customer-slider .customer-item .customer-content .customer-pic {
  position: absolute;
  left: 30px;
  top: -52px;
}

.customer-slider .customer-item .customer-content .customer-pic img {
  width: 100px;
  display: inline-block;
}

.customer-slider .customer-item .customer-content h2 {
  font-size: 16px;
  color: #2174bd;
  margin: 30px 0px 0px 0;
}

.customer-slider .customer-item .customer-content span {
  font-size: 14px;
  color: #b4b4b4;
  font-weight: 400;
  margin: 0;
}

.customer-slider .customer-item .star-list {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 30px;
  top: 60px;
}

.customer-slider .customer-item .star-list li {
  list-style-type: none;
  display: inline-block;
}

.customer-slider .customer-item .star-list li i {
  padding-right: 4px;
}

.customer-slider .customer-item .star-list li i::before {
  font-size: 20px;
  color: #fac917;
}

.customer-slider .owl-dots .owl-dot {
  position: relative;
  top: 15px;
}

.customer-slider .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 6px;
  background: #bdbebb;
  display: block;
  border-radius: 30px;
  border: none;
}

.customer-slider .owl-dots .owl-dot span:hover {
  background-color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.customer-slider .owl-dots .owl-dot.active span {
  background: #6a9b1c;
}

/* End Customer style */
/* Start Team style */
.team-section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.team-area {
  margin-bottom: 45px;
}

.team-area .team-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.team-area .team-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 55%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.team-area .team-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.team-area .p-text {
  margin-top: 15px;
}

.team-area .p-text p {
  font-size: 16px;
  color: #061933;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}

.team-item .team-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 20px;
  text-align: center;
  max-width: 230px;
  position: relative;
  left: 13px;
  top: -45px;
}

.team-item .team-content::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  background-color: #115fa4;
  left: 0;
  margin: 0 auto;
  bottom: 0;
}

.team-item .team-content::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 26px;
  background-color: #115fa4;
  left: -12px;
  bottom: 11px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.team-item .team-content h3 {
  font-size: 18px;
  color: #061933;
  margin: 0 0 8px 0;
}

.team-item .team-content span {
  font-size: 16px;
  color: #72a8d8;
  font-weight: 500;
}

.team-item .team-content .social-team-links {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 15px;
}

.team-item .team-content .social-team-links li {
  list-style-type: none;
  display: inline-block;
}

.team-item .team-content .social-team-links i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 27px;
  background-color: #2174bd;
  border: 1px solid #2174bd;
  color: #ffffff;
  border-radius: 50px;
  margin: 0 0 0 6px;
}

.team-item .team-content .social-team-links i:hover {
  background-color: #ffffff;
  color: #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.team-item .team-content .social-team-links i::before {
  font-size: 14px;
  font-weight: 900;
}

.team-item .team-content .bar {
  position: absolute;
  left: 0;
}

/* End Team style */
/* Start FAQ style */
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 14px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
  padding: 12px 35px 12px 15px;
  color: #ffffff;
  position: relative;
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  display: inline-block;
  font-size: 15.5px;
  font-weight: 600;
  background-color: #2174bd;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\eab2";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 30px;
  padding: 15px;
  border: 1px solid #cccccc;
  border-top: none;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.faq-image {
  padding-left: 70px;
  margin-top: 0px;
}

/* End FAQ style */
/* Start Page area Style */
.page-banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/page-banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.page-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}

.page-banner .page-banner-content {
  text-align: left;
}

.page-banner .page-banner-content h2 {
  font-size: 36px;
  color: #fefafa;
  margin: 0 0 16px 0;
}

.page-banner .page-banner-content p {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.page-banner .page-banner-content p a {
  color: #ffffff;
}

.page-banner .page-banner-content p a:hover {
  color: #8dc63f;
  -webkit-transition: .5s;
  transition: .5s;
}

/* End Page area Style */
/* Start Physical Style */
.physical-section {
  padding-top: 100px;
}

.single-physical-item .physical-content span {
  font-size: 18px;
  color: #2174bd;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.single-physical-item .physical-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  left: 160px;
  margin: 0 auto;
  top: 15px;
}

.single-physical-item .physical-content h3 {
  font-size: 30px;
  color: #061933;
  margin: 10px 0 20px 0;
}

.single-physical-item .physical-content p {
  font-size: 16px;
  color: #061933;
  font-weight: 500;
  line-height: 30px;
}

.single-physical-item .physical-btn {
  margin-top: 28px;
}

/* End Physical Style */
/* Start Superior Style */
.superior-section {
  padding-top: 100px;
}

.superior-area {
  margin-bottom: 45px;
}

.superior-area .superior-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.superior-area .superior-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 35%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.superior-area .superior-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.superior-area .p-text {
  margin-top: 25px;
  padding-left: 30px;
}

.superior-area .p-text p {
  font-size: 16px;
  color: #061933;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}

.superior-content {
  padding-left: 30px;
}

.superior-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

/* End Superior Style */
/* Start Mission Style */
.mission-section {
  padding-top: 100px;
}

.mission-area {
  margin-bottom: 45px;
}

.mission-area .mission-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.mission-area .mission-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 45%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.mission-area .mission-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.mission-area .p-text {
  margin-top: 25px;
  padding-left: 30px;
}

.mission-area .p-text p {
  font-size: 16px;
  color: #061933;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}

.mission-item .mission-content h3 {
  font-size: 18px;
  color: #061933;
  margin: 20px 0 10px 0;
}

.mission-item p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

/* End Mission Style */
/* Start Services Style */
.services-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.services-area {
  margin-bottom: 60px;
}

.services-area .services-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.services-area .services-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 75%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}

.services-area .services-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}

.services-area .p-text {
  margin-top: 30px;
}

.services-area .p-text p {
  font-size: 17px;
  color: #061933;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}

.services-item {
  margin-bottom: 30px;
}

.services-item .services-image {
  position: relative;
}

.services-item .services-image .services-text {
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
  bottom: 0;
  background: #317aba;
  margin: 10px;
  opacity: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-align: center;
  visibility: hidden;
}

.services-item .services-image .services-text p {
  position: absolute;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  padding: 20px;
}

.services-item .services-content {
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 0;
}

.services-item .services-content h2 {
  font-size: 18px;
  color: #061933;
  margin: 0 0 10px 0;
}

.services-item .services-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

.services-item .services-content .services-btn {
  margin-top: 20px;
}

.services-item .services-content .services-btn .services-btn-one {
  display: inline-block;
  color: #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.services-item .services-content .services-btn .services-btn-one:hover {
  letter-spacing: 1px;
}

.services-item .services-content .services-btn .services-btn-one i::before {
  position: relative;
  top: 0px;
  font-size: 11px;
}

.services-item:hover .services-image .services-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

/* End Services Style */
/* Start Appoinment Style */
.appoinment-section {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}

.appoinment-area {
  position: relative;
  background-image: url("../img/appoinment-bg.png");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 600px;
}

.appoinment-area .appoinment-form-content {
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  margin-top: 30px;
  -webkit-box-shadow: 2px -2px 5px 9px rgba(72, 73, 121, 0.15);
          box-shadow: 2px -2px 5px 9px rgba(72, 73, 121, 0.15);
  max-width: 465px;
  margin-left: auto;
  position: absolute;
  bottom: -50px;
  right: 100px;
}

.appoinment-area .appoinment-form-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 0 0 20px 0;
}

.appoinment-area .appoinment-form-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  max-width: 350px;
  margin: 20px auto;
}

.appoinment-area .appoinment-form-content .appoinment-form .form-group .form-control {
  height: 50px;
  padding: 15px;
  font-size: 15px;
  color: #a6a6a6;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #b5b4b4;
  border-radius: 0;
}

.appoinment-area .appoinment-form-content .appoinment-form .form-group .form-control:focus {
  color: #495057;
  background-color: transparent;
  border-bottom: 1px solid #6a9b1c !important;
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: none;
}

.appoinment-area .appoinment-form-content .appoinment-form .send-btn {
  text-align: center;
  margin-top: 30px;
}

.appoinment-area .appoinment-form-content .appoinment-form .send-btn .send-btn-one {
  display: inline-block;
  padding: 16px 45px;
  background-color: #6a9b1c;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #6a9b1c;
  width: 100%;
  text-transform: uppercase;
}

.appoinment-area .appoinment-form-content .appoinment-form .send-btn .send-btn-one:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #6a9b1c;
  -webkit-transition: .6s;
  transition: .6s;
}

.appoinment-style {
  padding-left: 45px;
  max-width: 580px;
  padding-right: 45px;
}

.appoinment-style .appoinment-content span {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  position: relative;
}

.appoinment-style .appoinment-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #ffffff;
  left: 90px;
  margin: 0 auto;
  top: 15px;
}

.appoinment-style .appoinment-content h3 {
  font-size: 28px;
  color: #ffffff;
  margin: 10px 0px 0 0;
  line-height: 40px;
}

.appoinment-style .appoinment-content .appoinment-btn {
  margin-top: 45px;
}

.appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one {
  display: inline-block;
  padding: 14px 30px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #6a9b1c;
  border-radius: 50px;
}

.appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one:hover {
  background-color: #6a9b1c;
  color: #ffffff;
}

/* End Appoinment Style */
/* Start Single Team Style */
.single-team-section {
  padding-top: 100px;
  padding-bottom: 60px;
}

.single-team-item .single-team-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.02);
  padding: 20px;
  text-align: center;
  max-width: 230px;
  margin: auto;
  position: relative;
  left: 0;
  top: -45px;
}

.single-team-item .single-team-content .social-team-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-team-item .single-team-content .social-team-links li {
  list-style-type: none;
  display: inline-block;
}

.single-team-item .single-team-content .social-team-links i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 34px;
  background-color: #2174bd;
  border: 1px solid #2174bd;
  color: #ffffff;
  border-radius: 50px;
  margin: 0 0 0 6px;
}

.single-team-item .single-team-content .social-team-links i:hover {
  background-color: #ffffff;
  color: #2174bd;
  -webkit-transition: .6s;
  transition: .6s;
}

.single-team-item .single-team-content .social-team-links i::before {
  font-size: 16px;
}

.single-team-item .single-team-content .bar {
  position: absolute;
  left: 0;
}

.single-team-area {
  margin-bottom: 40px;
}

.single-team-area .single-team-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 14px 0 14px 0;
}

.single-team-area .single-team-content span {
  font-size: 16px;
  color: #72a8d8;
  font-weight: 500;
}

.single-team-area .single-team-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin: 12px 0 0 0;
  line-height: 30px;
}

.single-team-area .single-team-details {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-team-area .single-team-details li {
  list-style-type: none;
  font-size: 17px;
  color: #464646;
  font-weight: 600;
  padding-top: 12px;
}

.single-team-area .single-team-details li:first-child {
  padding-top: 0;
}

.single-team-area .single-team-details span {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  padding-left: 20px;
}

/* End Single Team Style */
/* Start Work-Injury Style */
.work-injury-section {
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative;
}

.work-injury-area .work-injury-content h2 {
  font-size: 30px;
  color: #061933;
  margin: 0px 0 20px 0;
}

.work-injury-area .work-injury-content strong {
  font-size: 17px;
  color: #061933;
  line-height: 30px;
}

.work-injury-area .work-injury-content p {
  font-size: 16px;
  color: #565656;
  line-height: 30px;
  margin: 20px 0 10px 0;
}

.work-injury-area .injury-list {
  padding-left: 0;
  margin-bottom: 0;
}

.work-injury-area .injury-list li {
  list-style-type: none;
  font-size: 16px;
  color: #565656;
  font-weight: 600;
  position: relative;
  padding-top: 14px;
  padding-left: 25px;
}

.work-injury-area .injury-list li::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background-color: #16519a;
  left: 0;
  border-radius: 50px;
  top: 50%;
}

/* End Work-Injury Style */
/* Start Payment Style */
.payment-content {
  padding-left: 10px;
}

.payment-content p {
  font-size: 16px;
  color: #565656;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
}

/* End Payment Style */
/* Start Details Style */
.details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.details-content {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

.details-content h2 {
  font-size: 25px;
  color: #061933;
  margin: 0 0 20px 0;
}

.details-content p {
  font-size: 15px;
  color: #061933;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.details-content .details-list {
  padding-left: 0;
  margin-bottom: 0;
}

.details-content .details-list li {
  font-size: 15px;
  color: #061933;
  font-weight: 500;
  list-style-type: none;
  padding-top: 10px;
}

.details-content .details-style {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}

.details-content .details-style li {
  font-size: 14px;
  color: #061933;
  font-weight: 600;
  list-style-type: none;
  padding-top: 10px;
}

.details-content .details-style .details-button {
  margin-top: 26px;
}

.details-content .details-style .details-button .details-button-one {
  display: inline-block;
  padding: 8px 30px;
  background-color: #061933;
  color: #ffffff;
  border: 1px solid #061933;
}

.details-content .details-style .details-button .details-button-one:hover {
  background-color: #ffffff;
  color: #061933;
}

.details-payment {
  background-color: #061933;
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
  text-align: center;
}

.details-payment h3 {
  font-size: 25px;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.details-payment p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.details-payment .details-style {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}

.details-payment .details-style .details-button {
  margin-top: 26px;
}

.details-payment .details-style .details-button .details-button-one {
  display: inline-block;
  padding: 8px 30px;
  background-color: #ffffff;
  color: #061933;
  border: 1px solid #ffffff;
}

.details-payment .details-style .details-button .details-button-one:hover {
  background-color: #061933;
  color: #ffffff;
}

/* End Details Style */
/* Start Map Style */
.map iframe {
  height: 510px;
  width: 100%;
}

/* End Map Style */
/* Start Contact Style */
.contact-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.contact-box {
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  padding-left: 115px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.contact-box .icon {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 70px;
  height: 70px;
  line-height: 68px;
  font-size: 35px;
  text-align: center;
  border-radius: 50%;
  color: #068341;
  border: 1px solid #068341;
  -webkit-transition: .4s;
  transition: .4s;
}

.contact-box:hover .icon {
  background: #068341;
  color: #ffffff;
}

.contact-box h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-box p {
  margin: 0;
  line-height: 25px;
  font-weight: 400;
}

.contact-box p a {
  color: #777777;
}

.contact-box p a:hover {
  color: #6a9b1c;
}

.get-in-touch {
  margin-top: 40px;
}

.get-in-touch h3 {
  font-size: 18px;
  margin-bottom: 14px;
}

.get-in-touch p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}

.get-in-touch ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.get-in-touch ul li {
  display: inline-block;
}

.get-in-touch ul li a {
  color: #ffffff;
  margin-right: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #068341;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #6a9b1c;
}

.get-in-touch ul li a:hover {
  background-color: #ffffff;
  color: #6a9b1c;
}

.contactForm {
  margin-top: 40px;
}

.contactForm .form-group {
  margin-bottom: 15px;
}

.contactForm .form-control {
  background: transparent;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  height: 50px;
}

.contactForm .form-control:focus {
  border: 1px solid #6a9b1c;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contactForm textarea.form-control {
  height: 100px !important;
}

.contactForm .send-btn {
  margin-top: 10px;
}

.contactForm .send-btn .send-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #068341;
  color: #ffffff;
  border: 1px solid #068341;
  font-size: 16px;
  font-weight: 600;
}

.contactForm .send-btn .send-btn-one:hover {
  background-color: #ffffff;
  color: #6a9b1c;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

/* End Contact Style */
/* Start Blog Page Style */
.blog-page-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-page-item {
  margin-bottom: 40px;
}

.blog-page-item:last-child {
  margin-bottom: 0;
}

.blog-page-item .single-image img {
  width: 100%;
}

.blog-page-item .blog-page-content {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 40px 28px;
}

.blog-page-item .blog-page-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 12px 0 10px 0;
}

.blog-page-item .blog-page-content a {
  color: #061933;
}

.blog-page-item .blog-page-content a:hover {
  color: #6a9b1c;
}

.blog-page-item .blog-page-content span {
  color: #8dc63f;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-page-item .blog-page-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}

.blog-page-item .blog-page-content .read-button {
  margin-top: 20px;
}

.blog-page-item .blog-page-content .read-button .read-btn-one {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 30px;
  background-color: #6a9b1c;
  border: 1px dashed #6a9b1c;
  display: inline-block;
}

.blog-page-item .blog-page-content .read-button .read-btn-one:hover {
  color: #6a9b1c;
  background-color: #ffffff;
  letter-spacing: 1px;
}

.blog-page-item .blog-page-content .blog-list {
  padding-left: 0;
  margin-bottom: 0;
  line-height: normal;
}

.blog-page-item .blog-page-content .blog-list li {
  display: inline-block;
  font-size: 15px;
  color: #666;
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.blog-page-item .blog-page-content .blog-list a {
  color: #666666;
}

.blog-page-item .blog-page-content .blog-list a:hover {
  color: #6a9b1c;
}

.blog-page-item .blog-page-content .blog-list i {
  color: #666666;
  margin-right: 6px;
  font-weight: bold;
  line-height: normal;
}

.blog-page-item .blog-page-content .blog-list i::before {
  font-size: 16px;
}

.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widget.widget-search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  padding: 20px;
}

.sidebar .widget.widget-search form {
  position: relative;
}

.sidebar .widget.widget-search form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: #8dc63f;
  outline: 0;
  color: #fff;
  padding: 12px;
  cursor: pointer;
}

.sidebar .widget.widget-search form .form-control {
  height: 50px;
  padding: 16px;
  font-size: 15px;
  color: #a6a6a6;
  background-color: transparent;
  border-bottom: 1px solid #b5b4b4;
}

.sidebar .widget.widget-search form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #8dc63f;
}

.sidebar .widget h3, .sidebar .widget .widget-title {
  font-size: 22px;
  margin-bottom: 18px;
  position: relative;
}

.sidebar .widget h3 span, .sidebar .widget .widget-title span {
  z-index: 2;
  position: relative;
}

.sidebar .widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar .widget.widget-categories {
  padding: 20px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-categories ul {
  padding-left: 0;
}

.sidebar .widget.widget-categories ul li {
  position: relative;
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.sidebar .widget.widget-categories ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.sidebar .widget.widget-categories ul li a {
  color: #6084a4;
}

.sidebar .widget.widget-categories ul li a:hover {
  color: #6a9b1c;
}

.sidebar .widget.widget-recent-entries {
  padding: 20px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-recent-entries ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 15px;
}

.sidebar .widget.widget-recent-entries ul li a {
  display: block;
}

.sidebar .widget.widget-recent-entries ul li a img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 85px;
  height: 65px;
}

.sidebar .widget.widget-recent-entries ul li h5 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 2px;
}

.sidebar .widget.widget-recent-entries ul li a {
  color: #172841;
}

.sidebar .widget.widget-recent-entries ul li a:hover {
  color: #6a9b1c;
}

.sidebar .widget.widget-recent-entries ul li p {
  color: #6084a4;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
}

.sidebar .widget.widget-tag-cloud {
  padding: 20px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.sidebar .widget.widget-tag-cloud .tagcloud a {
  font-size: 15px !important;
  border: 1px dashed #8dc63f;
  padding: 10px 25px;
  color: #495057;
  display: inline-block;
  background: transparent;
  margin: 5px;
}

.sidebar .widget.widget-tag-cloud .tagcloud a:hover {
  background: #8dc63f;
  color: #ffffff;
}

.pagination-area {
  margin-top: 30px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 40px;
  color: #000000;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 17px;
  font-weight: 600;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
  background: #6a9b1c;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

/* End Blog Page Style */
/* Start Single Blog Style */
.single-blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-details {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.blog-details .article-img {
  position: relative;
}

.blog-details .article-img .date {
  position: absolute;
  bottom: 15px;
  width: 80px;
  left: 15px;
  height: 90px;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  border-radius: 5px;
  padding-top: 15px;
  line-height: 30px;
  background-color: #6a9b1c;
  color: #ffffff;
}

.blog-details .article-content {
  padding: 30px;
}

.blog-details .article-content h3 {
  font-size: 22px;
  margin-bottom: -2px;
  line-height: 30px;
}

.blog-details .article-content p {
  margin-bottom: 0;
  margin-top: 15px;
}

.blog-details .article-content .blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f9f9f9;
  padding: 30px;
  border-left: 4px solid #6a9b1c;
}

.blog-details .article-content .blockquote p {
  margin-top: 0;
  font-size: 18px;
}

.blog-details .article-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.post-controls-buttons {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-controls-buttons .controls-left {
  float: left;
}

.post-controls-buttons .controls-right {
  float: right;
}

.post-controls-buttons div a {
  border: 1px solid #eeeeee;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  color: #06131e;
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
  color: #ffffff;
  background: #8dc63f;
  border-color: #8dc63f;
}

.post-comments {
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

.post-comments h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.post-comments .single-comment {
  position: relative;
  padding-left: 95px;
  margin-top: 30px;
}

.post-comments .single-comment .comment-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
}

.post-comments .single-comment .comment-img img {
  border-radius: 50%;
}

.post-comments .single-comment .comment-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.post-comments .single-comment .comment-content span {
  color: #141414;
}

.post-comments .single-comment .comment-content p {
  margin-bottom: 15px;
}

.post-comments .single-comment .comment-content a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #141414;
}

.post-comments .single-comment.left-m {
  margin-left: 85px;
}

.leave-a-reply {
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
          box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  margin-top: 25px;
}

.leave-a-reply h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

.leave-a-reply .form-group {
  margin-bottom: 15px;
}

.leave-a-reply .form-group .form-control {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  color: #818992;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.leave-a-reply .form-group .form-control:focus {
  border-color: #6a9b1c;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leave-a-reply .form-group textarea.form-control {
  height: 120px !important;
}

.leave-a-reply .send-btn {
  margin-top: 10px;
}

.leave-a-reply .send-btn .send-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #6a9b1c;
  color: #ffffff;
  border: 1px solid #6a9b1c;
  font-size: 16px;
  font-weight: 600;
}

.leave-a-reply .send-btn .send-btn-one:hover {
  background-color: #ffffff;
  color: #6a9b1c;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

/* End Single Blog Style */
/* Start Gallery Style */
.gallery-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-section .filter-menu {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}

.gallery-section .filter-menu li {
  border: none;
  background: #f4f4f4;
  padding: 9px 24px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  color: #828893;
  outline: 0 !important;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}

.gallery-section .filter-menu li:hover {
  background: #6a9b1c;
  color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

.gallery-section .filter-menu .filter.active {
  color: #ffffff;
  background-color: #068341;
}

.gallery-section .single-work {
  margin-bottom: 30px;
}

.gallery-section .single-work .work-image {
  display: block;
  position: relative;
}

.gallery-section .single-work .work-image::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.gallery-section .single-work .work-image:hover::before, .gallery-section .single-work .work-image:focus::before {
  height: 100%;
  background-color: #068341;
}

.gallery-section .single-work .work-image .popup-btn {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  right: 0;
  color: #ffffff;
  margin-top: 0;
  font-size: 24px;
  opacity: 0;
  visibility: hidden;
}

.gallery-section .single-work .work-image .popup-btn:hover {
  text-decoration: none;
}

.gallery-section .single-work .work-image:hover .popup-btn, .gallery-section .single-work .work-image:focus .popup-btn {
  opacity: 1;
  visibility: visible;
  margin-top: -15px;
}

.gallery-section #Container .mix {
  display: none;
}

.gallery-section .gallery-btn {
  margin-top: 30px;
  text-align: center;
}

.gallery-section .gallery-btn .gallery-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #068341;
  color: #ffffff;
  border: 1px solid #068341;
  font-size: 16px;
  font-weight: 600;
}

.gallery-section .gallery-btn .gallery-btn-one:hover {
  background-color: #ffffff;
  color: #6a9b1c;
  text-decoration: none;
  -webkit-transition: .6s;
  transition: .6s;
}

/* End Gallery Style */
/*# sourceMappingURL=style.css.map */
/* Responsive css*/
@media only screen and (max-width: 767px) {
  br {
    display: none;
  }
  .default-btn-one {
    padding: 12px 40px;
  }
  .header-area {
    display: none;
  }
  .banner-slider .banner-slider-item {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner-slider .banner-slider-item::before {
    background-color: #000000;
    opacity: 0.7;
  }
  .banner-slider .banner-slider-item .banner-area-content h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
    line-height: 45px;
  }
  .banner-slider .banner-slider-item .banner-area-content p {
    font-size: 15px;
    line-height: 25px;
  }
  .banner-slider .banner-slider-item .banner-btn {
    margin-top: 24px;
  }
  .banner-slider .banner-slider-item .banner-btn .banner-btn-one {
    padding: 12px 30px;
  }
  .banner-slider .owl-prev {
    top: 80%;
  }
  .banner-slider .owl-next {
    top: 80%;
  }
  .partner-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f6f3f371;
  }
  .about-area-content .about-content span::before {
    display: none;
  }
  .about-area-content .about-content h1 {
    font-size: 20px;
    margin: 0 0px 10px 0;
    line-height: 30px;
  }
  .about-area-content .about-content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .about-area-content .about-features-list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    width: 100%;
  }
  .about-image {
    margin-top: 30px;
  }
  .about-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .offer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .offer-section .section-title {
    margin-bottom: 30px;
  }
  .offer-section .section-title h2::before {
    display: none;
  }
  .offer-section .section-title p {
    font-size: 20px;
    line-height: 30px;
  }
  .offer-section .therapy-slider .owl-prev {
    left: -4px;
    top: 32%;
  }
  .offer-section .therapy-slider .owl-next {
    right: -4px;
    top: 32%;
  }
  .customer-services-section {
    padding-bottom: 50px;
    margin-top: 0;
    padding-top: 50px;
  }
  .customer-area {
    position: relative;
    background: #f1f1f1;
    max-width: 100%;
    bottom: 0;
    right: 0;
    padding: 18px;
  }
  .customer-area h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 8px 0;
  }
  .counter-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .counter-section .shape-img1 {
    display: none;
  }
  .counter-section .shape-img2 {
    display: none;
  }
  .advantags-section {
    padding-bottom: 20px;
  }
  .advantags-area {
    margin-top: 20px;
  }
  .advantags-area .advantags-text-content {
    padding: 25px 20px 20px 80px;
  }
  .advantags-area .advantags-text-content img {
    left: 5px;
  }
  .advantags-area .advantags-text-content i {
    left: 26px;
  }
  .advantags-content h3::before {
    display: none;
  }
  .advantags-content h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
    line-height: 30px;
  }
  .advantags-text-content {
    margin-bottom: 0 !important;
  }
  .help-desk-section {
    padding-bottom: 50px;
  }
  .help-desk-area {
    padding-left: 0;
    margin: 30px auto;
  }
  .help-desk-area .desk-form-content h3 {
    margin: 0 0 10px 0;
  }
  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-area .video-title h2 {
    font-size: 30px;
  }
  .video-area .video-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .video-text {
    margin-top: 200px;
  }
  .testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial-section .section-title {
    margin-bottom: 30px;
  }
  .testimonial-section .section-title h2 {
    font-size: 25px;
  }
  .testimonial-section .section-title h2::before {
    display: none;
  }
  .testimonial-slider .testimonial-content {
    padding: 15px;
  }
  .testimonial-slider .testimonial-content .rectangle-image {
    position: relative;
  }
  .testimonial-slider .testimonial-content .rectangle-image img {
    bottom: -50px;
    position: absolute;
  }
  .testimonial-slider .testimonial-content-area {
    padding-left: 18px;
  }
  .welcome-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .welcome-content h2 {
    font-size: 25px;
  }
  .welcome-content p::before {
    display: none;
  }
  .shape-img11 {
    display: none;
  }
  .shape-img10 {
    display: none;
  }
  .blog-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .blog-section .section-title {
    margin-bottom: 35px;
  }
  .blog-section .section-title h2::before {
    display: none;
  }
  .blog-section .section-title p {
    font-size: 18px;
  }
  .blog-item {
    margin-bottom: 30px;
  }
  .blog-item .blog-content {
    padding: 15px;
    margin-top: 0;
  }
  .footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-item .footer-links i {
    height: 35px;
    width: 35px;
    line-height: 34px;
  }
  .menu-item {
    padding-left: 0;
    margin-top: 25px;
  }
  .footer-content {
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .main-slider .main-banner-item {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 150px;
  }
  .main-slider .banner-area-content {
    text-align: center;
  }
  .main-slider .banner-area-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .main-slider .owl-prev {
    top: auto;
    bottom: 10px;
  }
  .main-slider .owl-next {
    top: auto;
    bottom: 10px;
  }
  .top-bottom-area {
    display: none;
  }
  .top-services-section {
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 50px;
  }
  .top-services-content {
    margin-bottom: 30px;
  }
  .top-services-content h2 {
    font-size: 20px;
  }
  .expertise-content-area h2::before {
    display: none;
  }
  .expertise-content-area h1 {
    font-size: 30px;
    margin: 0 0px 10px 0;
    line-height: 35px;
  }
  .expertise-features-list li {
    font-size: 15px;
  }
  .expertise-image {
    margin-top: 35px;
  }
  .expertise-section {
    padding-bottom: 60px;
  }
  .choose-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .choose-area .choose-title h2::before {
    display: none;
  }
  .choose-area .p-text {
    margin-top: 10px;
  }
  .choose-area .choose-title h3 {
    font-size: 20px;
    line-height: 35px;
  }
  .what-we-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .what-we-area {
    margin-bottom: 30px;
  }
  .what-we-area .what-we-title h2 {
    font-size: 16px;
  }
  .what-we-area .what-we-title h2::before {
    display: none;
  }
  .what-we-area .what-we-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .what-we-slider .owl-prev {
    left: 0;
    top: 48%;
  }
  .what-we-slider .owl-next {
    right: 0;
    top: 48%;
  }
  .request-form-content .request-form .send-btn .send-btn-one {
    font-size: 14px;
  }
  .treatments-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .treatments-area-content {
    margin-top: 40px;
  }
  .treatments-area-content span::before {
    display: none;
  }
  .treatments-area-content h3 {
    font-size: 20px;
    margin: 10px 0px 8px 0;
    line-height: 34px;
  }
  .treatments-features-list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    width: 100%;
  }
  .expertise-features-list li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
    width: 100%;
  }
  .customer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .customer-section .section-title {
    margin-bottom: 25px;
  }
  .customer-section .section-title h2 {
    font-size: 25px;
  }
  .customer-section .section-title h2::before {
    display: none;
  }
  .team-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .team-image img {
    width: 100%;
  }
  .team-area {
    margin-bottom: 30px;
  }
  .team-area .team-title h2::before {
    display: none;
  }
  .team-area .team-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .team-item .team-content {
    left: 0;
    max-width: 100%;
  }
  .faq-detail .accordion .accordion-text i {
    display: none;
  }
  .faq-header h3::before {
    display: none;
  }
  .faq-image {
    padding-left: 0;
    margin-top: 30px;
  }
  .jian-mobile-nav {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .others-options {
    display: none;
  }
  .jian-nav {
    display: none;
  }
  .mean-container a.meanmenu-reveal {
    padding: 5px 15px 0 0;
  }
  .mean-container .mean-bar {
    width: 100%;
  }
  .mean-container .mean-nav {
    margin-top: 45px;
  }
  .navbar-nav {
    overflow: auto;
    height: 350px;
  }
  .logo {
    position: relative;
    left: 15px;
  }
  .page-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-banner .page-banner-content h2 {
    font-size: 25px;
  }
  .physical-section {
    padding-top: 50px;
  }
  .single-physical-item .physical-content span::before {
    display: none;
  }
  .single-physical-item .physical-content h3 {
    font-size: 20px;
    margin: 10px 0 10px 0;
  }
  .single-physical-item .physical-content p {
    margin: 0;
  }
  .single-physical-item .physical-btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .superior-section {
    padding-top: 20px;
  }
  .superior-area {
    margin-bottom: 30px;
  }
  .superior-area .superior-title h2::before {
    display: none;
  }
  .superior-area .superior-title h3 {
    font-size: 20px;
    line-height: 35px;
  }
  .superior-area .p-text {
    margin-top: 10px;
    padding-left: 0;
  }
  .superior-area .p-text p {
    font-size: 15px;
    line-height: 25px;
  }
  .superior-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .superior-content p {
    margin: 0;
  }
  .mission-section {
    padding-top: 50px;
  }
  .mission-area {
    margin-bottom: 30px;
  }
  .mission-area .mission-title h2 {
    font-size: 16px;
  }
  .mission-area .mission-title h2::before {
    display: none;
  }
  .mission-area .mission-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .mission-area .p-text {
    margin-top: 14px;
    padding-left: 0;
  }
  .mission-image {
    margin-top: 30px;
  }
  .services-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .services-area .services-title h2::before {
    display: none;
  }
  .services-area {
    margin-bottom: 30px;
  }
  .services-area .services-title h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .appoinment-area .appoinment-form-content {
    max-width: 100%;
    bottom: -50px;
    right: 0;
  }
  .appoinment-style {
    padding-left: 0;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .appoinment-style .appoinment-content span::before {
    display: none;
  }
  .appoinment-style .appoinment-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .appoinment-style .appoinment-btn {
    margin-top: 20px;
  }
  .appoinment-section {
    padding-bottom: 50px;
  }
  .single-team-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .single-team-item .single-team-content {
    left: 30px;
  }
  .payment-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .work-injury-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .work-injury-area .work-injury-content h2 {
    font-size: 25px;
    margin: 0px 0 10px 0;
  }
  .work-injury-area .work-injury-content strong {
    font-size: 14px;
    line-height: 25px;
  }
  .details-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .details-content {
    margin-bottom: 20px;
  }
  .details-content h2 {
    text-align: center;
  }
  .blog-page-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .blog-side-area {
    margin-top: 20px;
  }
  .blog-page-item .blog-page-content h3 {
    font-size: 18px;
    margin: 18px 0 10px 0;
  }
  .sidebar .widget.widget-search {
    margin-top: 40px;
  }
  .single-blog-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .map-section {
    padding-bottom: 50px;
  }
  .contact-section {
    padding-top: 50px;
  }
  .contact-box {
    margin-bottom: 30px;
    padding-left: 90px;
  }
  .contact-box .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
  .get-in-touch h3 {
    font-size: 22px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .get-in-touch {
    margin-top: 0;
  }
  .contact-section {
    padding-bottom: 50px;
  }
  .gallery-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gallery-section .gallery-btn {
    margin-top: 0;
  }
  .gallery-section .filter-menu li {
    margin-bottom: 12px;
  }
  .blog-details .article-content {
    padding: 16px;
  }
  .post-controls-buttons {
    padding: 16px;
  }
  .post-comments {
    padding: 15px;
  }
  .post-comments .single-comment.left-m {
    margin-left: 0;
  }
  .post-comments .comment-content a {
    display: none;
  }
  .post-comments .comment-content p {
    margin-bottom: 10px;
  }
  .choose-content {
    padding: 20px 20px 20px 92px;
  }
  .choose-content img {
    width: 60px;
  }
  .choose-content i {
    top: 28px;
  }
  .choose-content i::before {
    font-size: 25px;
  }
  .choose-content h3 {
    font-size: 18px;
  }
  .choose-content p {
    font-size: 14px;
  }
  .single-counter h3 {
    font-size: 32px;
    margin: 0;
  }
  .customer-slider .customer-item .star-list {
    right: 5px;
    top: 70px;
  }
  .customer-slider .customer-item .star-list li i::before {
    font-size: 15px;
  }
  .pagination-area .page-numbers {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
  }
  .blog-details .article-img .date {
    width: 60px;
    height: 90px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .footer-info span {
    margin: 6px 0px 0px 0px;
  }
  .banner-video {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  br {
    display: none;
  }
  .default-btn-one {
    padding: 14px 32px;
    font-size: 14px;
  }
  .header-area {
    display: none;
  }
  .banner-slider .banner-slider-item {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .banner-slider .banner-slider-item::before {
    background-color: #000000;
    opacity: 0.7;
  }
  .banner-slider .banner-slider-item .banner-area-content h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
    line-height: 45px;
  }
  .banner-slider .banner-slider-item .banner-area-content p {
    font-size: 15px;
    line-height: 25px;
  }
  .banner-slider .banner-slider-item .banner-btn {
    margin-top: 24px;
  }
  .banner-slider .banner-slider-item .banner-btn .banner-btn-one {
    padding: 12px 30px;
  }
  .banner-slider .owl-prev {
    top: 80%;
  }
  .banner-slider .owl-next {
    top: 80%;
  }
  .partner-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-area-content .about-content span::before {
    display: none;
  }
  .about-area-content .about-content h1 {
    font-size: 20px;
    margin: 0 0px 10px 0;
    line-height: 30px;
  }
  .about-area-content .about-features-list li {
    font-size: 14px;
    padding-right: 0;
  }
  .about-image {
    margin-top: 30px;
  }
  .about-section {
    padding-bottom: 50px;
  }
  .offer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .offer-section .section-title {
    margin-bottom: 30px;
  }
  .offer-section .section-title h2::before {
    display: none;
  }
  .offer-section .section-title p {
    font-size: 24px;
  }
  .offer-section .therapy-slider .owl-prev {
    left: -4px;
    top: 38%;
  }
  .offer-section .therapy-slider .owl-next {
    right: -4px;
    top: 38%;
  }
  .customer-services-section {
    padding-bottom: 50px;
    margin-top: 0;
    padding-top: 50px;
  }
  .customer-area {
    position: relative;
    background: #f1f1f1;
    max-width: 100%;
    bottom: 0;
    right: 0;
    padding: 18px;
  }
  .customer-area h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 8px 0;
  }
  .counter-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .counter-section .shape-img1 {
    display: none;
  }
  .counter-section .shape-img2 {
    display: none;
  }
  .advantags-section {
    padding-bottom: 20px;
  }
  .advantags-area {
    margin-top: 20px;
  }
  .advantags-area .advantags-text-content {
    padding: 25px 20px 20px 80px;
  }
  .advantags-area .advantags-text-content img {
    left: 5px;
  }
  .advantags-area .advantags-text-content i {
    left: 26px;
  }
  .advantags-content h3::before {
    display: none;
  }
  .advantags-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  .advantags-text-content {
    margin-bottom: 0;
  }
  .help-desk-section {
    padding-bottom: 50px;
  }
  .help-desk-area {
    max-width: 600px;
    margin: 35px auto;
  }
  .help-desk-area .desk-form-content h3 {
    margin: 0 0 10px 0;
  }
  .video-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .video-area .video-title h2 {
    font-size: 30px;
  }
  .video-area .video-title p {
    font-size: 18px;
    line-height: 28px;
  }
  .video-text {
    margin-top: 200px;
  }
  .testimonial-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .testimonial-section .section-title {
    margin-bottom: 40px;
  }
  .testimonial-section .section-title h2::before {
    display: none;
  }
  .testimonial-slider .testimonial-content {
    padding: 15px;
  }
  .testimonial-slider .testimonial-content .rectangle-image {
    position: relative;
  }
  .testimonial-slider .testimonial-content .rectangle-image img {
    bottom: -50px;
  }
  .testimonial-slider .testimonial-content .star-list i::before {
    font-size: 20px;
    margin-right: 5px;
  }
  .testimonial-slider .testimonial-content-area {
    padding-left: 18px;
  }
  .welcome-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .welcome-content p::before {
    display: none;
  }
  .shape-img11 {
    display: none;
  }
  .shape-img10 {
    display: none;
  }
  .blog-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .blog-section .section-title {
    margin-bottom: 35px;
  }
  .blog-section .section-title h2::before {
    display: none;
  }
  .blog-section .section-title p {
    font-size: 18px;
  }
  .blog-item {
    margin-bottom: 30px;
  }
  .footer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .menu-item {
    padding-left: 0;
    margin-top: 25px;
  }
  .footer-content {
    margin-top: 20px;
    margin-bottom: 14px;
  }
  .main-slider .main-banner-item {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .main-slider .banner-area-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .main-slider .owl-prev {
    top: auto;
    bottom: 10px;
  }
  .main-slider .owl-next {
    top: auto;
    bottom: 10px;
  }
  .top-bottom-area {
    display: none;
  }
  .top-services-section {
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 50px;
  }
  .top-services-content h2 {
    font-size: 20px;
  }
  .expertise-content-area h2::before {
    display: none;
  }
  .expertise-content-area h1 {
    font-size: 30px;
    margin: 0 0px 10px 0;
    line-height: 35px;
  }
  .expertise-features-list li {
    font-size: 15px;
  }
  .expertise-image {
    margin-top: 35px;
    text-align: center;
  }
  .expertise-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .choose-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .choose-area .choose-title h2::before {
    display: none;
  }
  .choose-area .p-text {
    margin-top: 10px;
  }
  .choose-content h3 {
    font-size: 18px;
  }
  .what-we-section {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .what-we-area {
    margin-bottom: 30px;
  }
  .what-we-area .what-we-title h2::before {
    display: none;
  }
  .what-we-area .what-we-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .what-we-slider .owl-prev {
    left: 0;
    top: 48%;
  }
  .what-we-slider .owl-next {
    right: 0;
    top: 48%;
  }
  .request-form-content .request-form .send-btn .send-btn-one {
    font-size: 14px;
  }
  .treatments-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .treatments-image {
    text-align: center;
  }
  .treatments-area-content {
    margin-top: 40px;
  }
  .treatments-area-content span::before {
    display: none;
  }
  .treatments-area-content h3 {
    font-size: 20px;
    margin: 10px 0px 8px 0;
    line-height: 34px;
  }
  .customer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .customer-section .section-title {
    margin-bottom: 25px;
  }
  .customer-section .section-title h2 {
    font-size: 25px;
  }
  .customer-section .section-title h2::before {
    display: none;
  }
  .team-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .team-area {
    margin-bottom: 30px;
  }
  .team-area .team-title h2::before {
    display: none;
  }
  .team-area .team-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .team-item .team-content {
    left: 0;
    max-width: 100%;
  }
  .faq-detail .accordion .accordion-text i {
    display: none;
  }
  .faq-header h3::before {
    display: none;
  }
  .faq-image {
    padding-left: 0;
    text-align: center;
    margin-top: 30px;
  }
  .jian-mobile-nav {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .others-options {
    display: none;
  }
  .jian-nav {
    display: none;
  }
  .mean-container a.meanmenu-reveal {
    padding: 5px 20px 0 0;
  }
  .mean-container .mean-bar {
    width: 100%;
  }
  .mean-container .mean-nav {
    margin-top: 45px;
  }
  .navbar-nav {
    overflow: auto;
    height: 350px;
  }
  .logo {
    position: relative;
    left: 15px;
  }
  .page-banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .page-banner .page-banner-content h2 {
    font-size: 25px;
  }
  .physical-section {
    padding-top: 50px;
  }
  .single-physical-item .physical-content span::before {
    display: none;
  }
  .single-physical-item .physical-content h3 {
    font-size: 20px;
    margin: 10px 0 10px 0;
  }
  .single-physical-item .physical-content p {
    margin: 0;
  }
  .single-physical-item .physical-btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .superior-section {
    padding-top: 50px;
  }
  .superior-area {
    margin-bottom: 30px;
  }
  .superior-area .superior-title h2::before {
    display: none;
  }
  .superior-area .superior-title h3 {
    font-size: 20px;
    line-height: 35px;
  }
  .superior-area .p-text {
    margin-top: 10px;
    padding-left: 0;
  }
  .superior-area .p-text p {
    font-size: 15px;
    line-height: 25px;
  }
  .superior-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .superior-content p {
    margin: 0;
  }
  .mission-section {
    padding-top: 50px;
  }
  .mission-area {
    margin-bottom: 30px;
  }
  .mission-area .mission-title h2 {
    font-size: 16px;
  }
  .mission-area .mission-title h2::before {
    display: none;
  }
  .mission-area .mission-title h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .mission-area .p-text {
    margin-top: 14px;
    padding-left: 0;
  }
  .mission-image {
    margin-top: 30px;
  }
  .mission-image img {
    width: 100%;
  }
  .services-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .services-area .services-title h2::before {
    display: none;
  }
  .services-area {
    margin-bottom: 30px;
  }
  .services-area .services-title h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .appoinment-area .appoinment-form-content {
    max-width: 100%;
    bottom: -50px;
    right: 50px;
    left: 50px;
  }
  .appoinment-style {
    padding-left: 0;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .appoinment-style .appoinment-content span::before {
    display: none;
  }
  .appoinment-style .appoinment-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .appoinment-style .appoinment-btn {
    margin-top: 20px;
  }
  .appoinment-section {
    padding-bottom: 50px;
  }
  .single-team-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .single-team-item .single-team-content {
    left: 30px;
  }
  .team-image img {
    width: 100%;
  }
  .single-team-area .single-team-details {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .single-team-area .single-team-content h3 {
    font-size: 20px;
    margin: 0 0 6px 0;
  }
  .single-team-area .single-team-content p {
    margin: 5px 0 0 0;
  }
  .payment-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .work-injury-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .work-injury-area .work-injury-content h2 {
    font-size: 25px;
    margin: 0px 0 10px 0;
  }
  .work-injury-area .work-injury-content strong {
    font-size: 14px;
    line-height: 25px;
  }
  .details-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .details-content {
    margin-bottom: 20px;
  }
  .details-content h2 {
    text-align: center;
  }
  .blog-page-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .blog-side-area {
    margin-top: 20px;
  }
  .blog-page-item .blog-page-content h3 {
    font-size: 18px;
    margin: 18px 0 10px 0;
  }
  .sidebar .widget.widget-search {
    margin-top: 40px;
  }
  .single-blog-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .map-section {
    padding-bottom: 50px;
  }
  .contact-section {
    padding-top: 50px;
  }
  .contact-box {
    margin-bottom: 30px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
  }
  .get-in-touch {
    margin-top: 0;
  }
  .contact-section {
    padding-bottom: 50px;
  }
  .gallery-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .gallery-section .gallery-btn {
    margin-top: 0;
    text-align: center;
  }
  .gallery-section .filter-menu li {
    margin-bottom: 12px;
  }
  .blog-details .article-content {
    padding: 16px;
  }
  .post-controls-buttons {
    padding: 16px;
  }
  .post-comments {
    padding: 15px;
  }
  .post-comments .single-comment.left-m {
    margin-left: 0;
  }
  .post-comments .comment-content a {
    display: none;
  }
  .post-comments .comment-content p {
    margin-bottom: 10px;
  }
  .blog-details .article-img .date {
    width: 60px;
    height: 90px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .footer-info span {
    margin: 6px 0px 0px 0px;
  }
  .details-content .details-list li {
    padding-top: 16px;
  }
  .banner-video {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  br {
    display: none;
  }
  .banner-area .banner-area-content h1 {
    font-size: 36px;
  }
  .default-btn-one {
    padding: 14px 32px;
    font-size: 14px;
  }
  .banner-area {
    height: 450px;
  }
  .banner-area .shape-img {
    display: none;
  }
  .about-area-content .about-content span::before {
    display: none;
  }
  .about-area-content .about-content h1 {
    font-size: 25px;
    margin: 0 0px 10px 0;
    line-height: 30px;
  }
  .about-area-content .about-features-list li {
    font-size: 14px;
    padding-right: 0;
    padding-top: 6px;
  }
  .about-area-content .btn-box {
    margin-top: 20px;
  }
  .about-area-content .btn-box .button-one {
    padding: 12px 45px;
  }
  .offer-section .therapy-slider .owl-prev {
    left: -4px;
    top: 38%;
  }
  .offer-section .therapy-slider .owl-next {
    right: -4px;
    top: 38%;
  }
  .customer-area {
    position: relative;
    max-width: 100%;
    bottom: 0;
    right: 0;
    background: #f1f1f1;
  }
  .customer-image img {
    width: 100%;
  }
  .advantags-content h3::before {
    display: none;
  }
  .advantags-area .advantags-text-content {
    margin-bottom: 0;
    padding: 35px 20px 20px 98px;
  }
  .advantags-area .advantags-text-content h3 {
    font-size: 15px;
  }
  .welcome-content p::before {
    right: -2%;
  }
  .welcome-btn .welcome-btn-one {
    padding: 16px 40px;
    font-size: 15px;
  }
  .testimonial-section .section-title h2 {
    font-size: 25px;
  }
  .testimonial-section .section-title h2::before {
    right: -35%;
    top: 22px;
  }
  .top-services-content h2 {
    font-size: 20px;
  }
  .top-services-content span {
    font-size: 14px;
  }
  .expertise-content-area h2::before {
    display: none;
  }
  .choose-area .choose-title h2::before {
    display: none;
  }
  .choose-content h3 {
    font-size: 24px;
  }
  .what-we-area .what-we-title h2::before {
    display: none;
  }
  .what-we-slider .owl-prev {
    left: 0;
    top: 35%;
  }
  .what-we-slider .owl-next {
    right: 0;
    top: 35%;
  }
  .treatments-area-content span::before {
    display: none;
  }
  .customer-section .section-title h2::before {
    display: none;
  }
  .team-area .team-title h2::before {
    display: none;
  }
  .team-item .team-content {
    max-width: 100%;
    left: 0;
    padding: 15px;
  }
  .team-item .team-content span {
    font-size: 15px;
  }
  .team-item .team-content .bar {
    left: 0;
    bottom: -3px;
  }
  .faq-header h3::before {
    display: none;
  }
  .faq-detail .accordion .accordion-text i {
    right: 14px;
  }
  .faq-detail .accordion .accordion-text {
    font-size: 16px;
  }
  .main-slider .banner-area-content {
    max-width: 650px;
    text-align: left;
    margin: auto;
  }
  .main-slider .banner-area-content p {
    margin: auto;
  }
  .single-physical-item .physical-content span::before {
    display: none;
  }
  .superior-area .superior-title h2::before {
    display: none;
  }
  .superior-content p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
  }
  .mission-area .mission-title h2::before {
    display: none;
  }
  .services-area .services-title h2::before {
    display: none;
  }
  .appoinment-style {
    padding-left: 40px;
  }
  .appoinment-style .appoinment-content span::before {
    display: none;
  }
  .single-team-item .single-team-content {
    left: 0;
  }
  .single-team-area .single-team-details {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .single-team-area .single-team-content h3 {
    font-size: 20px;
    margin: 0 0 6px 0;
  }
  .single-team-area .single-team-content p {
    margin: 5px 0 0 0;
  }
  .details-content {
    padding: 15px;
  }
  .details-content h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  .details-content p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 10px 0;
  }
  .details-content .details-style li {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 500;
  }
  .details-payment {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .details-style {
    padding-left: 0 !important;
    margin-bottom: 0;
  }
  .details-style li {
    font-size: 14px;
    padding-top: 4px;
  }
  .details-last-area .details-last-content .details-button .details-button-two {
    padding: 15px 8px;
    font-size: 14px;
  }
  .contact-box {
    padding-left: 110px;
  }
  .payment-image img {
    height: 100%;
  }
  .mission-image img {
    height: 100%;
  }
  .choose-content {
    padding: 30px 20px 30px 76px;
  }
  .choose-content img {
    width: 55px;
    left: 10px;
  }
  .choose-content i {
    top: 28px;
    left: 28px;
  }
  .choose-content i::before {
    font-size: 22px;
  }
  .choose-content h3 {
    font-size: 18px;
  }
  .choose-content p {
    font-size: 14px;
  }
  .main-slider .owl-prev {
    left: 2%;
    top: auto;
    bottom: 110px;
  }
  .main-slider .owl-next {
    right: 2%;
    top: auto;
    bottom: 110px;
  }
  .main-slider .banner-area-content h1 {
    font-size: 36px;
  }
  .footer-content h2 {
    font-size: 22px;
  }
  .blog-details .article-img .date {
    width: 60px;
    height: 90px;
  }
  .payment-content p {
    font-size: 15px;
    line-height: 28px;
  }
  .mission-item p {
    font-size: 15px;
    line-height: 28px;
  }
}

/* Responsive css */
@media only screen and (min-width: 1800px) {
  .banner-area {
    height: 830px;
  }
  .shape-img {
    width: 200px !important;
    left: 14% !important;
    top: 8%;
  }
  .appoinment-style .appoinment-content span::before {
    right: 55% !important;
  }
}

/* Only for mainmenu */
@media only screen and (max-width: 991px) {
  .jian-mobile-nav {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .jian-mobile-nav .logo {
    position: relative;
    z-index: 9910;
    left: 15px;
    width: 60%;
  }
  .jian-mobile-nav .logo a {
    display: inline-block;
  }
  .jian-nav {
    display: none !important;
  }
}
/*# sourceMappingURL=responsive.css.map */