@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;
overflow-x: hidden;
}

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

.d-table-cell {
  vertical-align: middle;
}

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: #2fa699;
  color: #ffffff;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 1px solid #2fa699;
}

.default-btn-one:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #2fa699;
  -webkit-transition: .6s;
  transition: .6s;
}

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

.bg-style {
  background-color: #2174bd;
}
.mt-0{margin-top: 0px;}
.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pb-100 {
  padding-bottom: 100px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60{padding-top: 60px;}

.pb-80{padding-bottom: 70px;}
.pb-60{padding-bottom: 60px;}
.pb-50{padding-bottom: 50px;}
.pb-45{padding-bottom: 45px;}
.pb-35{padding-bottom: 35px;}
.pb-10{padding-bottom: 10px;}
.pb-0{padding-bottom: 0px;}

.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: #2fa699;
  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: #061933;
}

.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: #2fa699;
  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: #2fa699;
}

.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;
}

.jian-nav {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 1px -1px 8px #000;
}

.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: #2fa699;
}

.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: #2fa699;
}

.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: 155px;
  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: #2fa699;
}

.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: #2fa699;
}

.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: #2fa699;
}

.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: #2fa699;
}

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

.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: #2fa699;
}

.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: #2fa699;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
  border-color: #2fa699;
}

.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: #2fa699;
  color: #ffffff;
  border-color: #141414;
}

.jian-nav .others-options .btn-primary:hover, .jian-nav .others-options .btn-primary:focus {
  background-color: #ffffff;
  color: #2fa699;
  -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);
}

.bookNow-btn a{
  border: 1px solid #fac917;
    animation: bookNow-btn 1.5s linear infinite;
    padding: 8px;
    border-radius: 25px;
    margin-top: 7px;
    display: block;
    margin-bottom: 5px;
    width: 160px;
    text-align: center;
    margin: 6px auto;
    color: #e4002b;
    font-weight: 700;
    background: #fac917;
    box-shadow: 1px 1px 5px #000;
}
@keyframes bookNow-btn {
  40% {
      opacity: 0;
     
  }
}

@keyframes bookNow-btn {
  80% {
      opacity: 0.4;
     
  }
}
/* 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: #2fa699;
  color: #ffffff;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  border: 1px solid #2fa699;
}

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

.banner-slider-item {
  background-image: url(../images/hero/slider1.jpg);
}

.banner-slider .slider-two {
  background-image: url(../images/hero/topbanner.png);
}

.banner-slider .slider-three {
  background-image: url(../images/hero/slider1.jpg);
}

.heroBanner{
  background-image: url(../images/hero/slider1.jpg);
}

.banner-slider .owl-prev {
  position: absolute;
  left: 4%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #072557 !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: #072557 !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;
}

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

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

.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: 30px;
  color: #061933;
  margin: 0px 0px 20px 0;
  line-height: 40px;
}

.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: 70px;
  padding-bottom: 80px;
  background-color: #f0f0f0;
  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;
}

.offer-section .section-title h2 {
  font-size: 18px;
  color: #2174bd;
  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: 28px;
  color: #061933;
  font-weight: 600;
  max-width: 645px;
  margin: auto;
  line-height: 40px;
  text-transform: uppercase;
}

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

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

.offer-section .therapy-slider .therapy-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
}

.offer-section .therapy-slider .therapy-content .therapy-btn .therapy-btn-one {
  display: inline-block;
  color: #2fa699;
  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: 80px;
  padding-bottom: 60px;
  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-top: 80px;
  padding-bottom: 80px;
}

.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: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

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

.advantags-area .advantags-text-content:hover h3 {
  color: #fff;
}
.advantags-area .advantags-text-content:hover p {
  color: #fff;
}
.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;
  color: #2fa699;
}

.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: 80px;
  padding-bottom: 80px;
  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: 80px;
  padding-bottom: 80px;
}

.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: #2fa699;
  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: #2fa699;
  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: #2fa699;
}

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

.welcome-content h2 {
  font-size: 24px;
  color: #ffffff;
  margin: 16px 0 0 0;
  line-height: 40px;
}

.welcome-content h3 {
  font-size: 28px;
  color: #ffffff;
  margin: 16px 0 0 0;
  line-height: 40px;
}
.welcome-content span {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 15px 0;
  position: relative;
}

.welcome-btn {
  margin-top: 24px;
  text-align: right;
}
.text-yellow a{background: #fac917;}

.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: 80px;
  padding-bottom: 80px;
}

.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: #2fa699;
  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: #2fa699;
}

.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: #072556;
  background-position: center center;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 60px;
  position: relative;
}

.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: 22px;
  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: #2fa699;
  -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: #2fa699;
  -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;
  line-height: 30px;
}

/* End Footer Style */
/* Start Footer-bottom Style */
.footer-bottom {
  background-color:  #021839;
  padding-top: 16px;
  padding-bottom: 16px;

}

.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: 80px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background: #fac917;
  color: #ffffff;
  border: 1px solid #fac917;
  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: #fac917;
  -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: #2fa699 !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: #2fa699 !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: 80px;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.no-padding {
  padding: 5px;
}

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

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

.top-services-content p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin: 7px 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: #9E1B85;
  color: #fff;
  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 #2fa699;
  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: 80px;
  padding-bottom: 80px;
  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: #2fa699;
  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: #2fa699;
  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: #2fa699;
  border: 1px solid #2fa699;
}

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

.choose-content::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background-color: #2fa699;
  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: 80px;
  padding-bottom: 70px;
}

.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;
}



/* Our custom export */




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

.what-we-slider2 .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: #07826d;
  margin: 0px;
  opacity: 0;
 
  text-align: center;
  visibility: hidden;
}
.what-we-slider2 .what-we-item .what-we-image .what-we-text h3 {
  
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin-top: 25px;
  
}

.what-we-slider2 .what-we-item .what-we-image .what-we-text p {
  
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0px;
  
}

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

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

.what-we-slider2 .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-slider2 .what-we-item .what-we-content .what-we-btn .what-we-btn-one:hover {
  letter-spacing: 1px;
}

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

.what-we-slider2 .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-slider2 .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-slider2 .owl-prev:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.what-we-slider2 .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-slider2 .owl-next:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: .6s;
  transition: .6s;
}

.what-we-slider2 .owl-nav {
  margin-top: 0;
}
.owl-controls{margin-top: 21px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #07826d;
}

.rating {
  display: inline-block;
  position: relative;
}
.rating i.voted {
  color: #ffc107 !important;
}
.rating i {
  color: #fff !important;
  font-size: 13px;
  font-size: .8125rem;
}
.flaticon-star:before:before {
  font-family: Flaticon;
  content: "\e033";
}
.rating small {
  margin-bottom: 0;
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  color: #fff !important;
}

/* 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: 80px;
  padding-bottom: 80px;
  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: #2fa699;
}

/* End Customer style */
/* Start Team style */
.team-section {
  padding-top: 80px;
  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: #0190BA;
}

.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: 15px;
  line-height: 30px;
  padding: 15px;
  border: 1px solid #cccccc;
  border-top: none;
  color:#000
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}
.accordion-content p{color: #000;}

.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(../images/hero/topbanner.png);
  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 h1 {
  font-size: 36px;
  color: #fefafa;
  margin: 0 0 16px 0;
}
.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: 80px;
  padding-bottom: 60px;
}

.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;
  text-align: justify;
}

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

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

.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;
  text-align: justify;
}

.bgGray{
  background: #f9f9f9;
}
/* End Superior Style */
/* Start Mission Style */
.mission-section {
  padding-top: 80px;
}
.ptb{padding: 100px 0;}
.mission-area {
  margin-bottom: 45px;
}
.bgLightGreen{background: #2fa699;}
.bgLightGray{background: #f1f1f1;}
.bgNavy{background: #072556;}

.mission-area .mission-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  position: relative;
}
.bgLightGreen h2 {color: #fff;}
.bgLightGreen p {color: #fff;}
.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: #000;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-align: justify;
}

/* 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;
}
.undeLine h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 41% !important;
  left: 0;
  margin: 0 auto;
  top: 16px;
  display: none;
}
.undeLine h2{
    color: #333 !important;
    font-weight: 400 !important;
    font-size: 33px !important;
}
.undeLine p{
  font-weight: 300;
    font-size: 20px;
}

.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;
  background: #fff;
  box-shadow: 0 0 30px #0000001a;
  border-radius: 5px;
}

.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-image img{width: 100%;border-top-left-radius: 5px; border-top-right-radius: 5px;}
.services-content {
  padding: 20px;
}
.detailsMain{padding: 20px;}
.detailsMain .services-content{padding:20px 0px;}
.detailsMain h1{font-size: 36px;padding:20px 0 10px 0;}
.services-item .services-content h2 {
  font-size: 20px;
  color: #333;
  margin: 0 0 10px 0;
}
.detailsMain2 {padding: 15px 0px;}
.detailsMain2 h2{font-size: 30px !important;margin-bottom: 18px;}

.services-item .services-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.detailsMain h3 {
  background-color: #13a89e;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 18px;
  font-size: 16px;
  color: #fff;
}
.services-btn {
 padding:15px 20px;
  border-top: 1px solid #ededed;
}

.services-btn-one{
  background: #fff;
    border: 2px solid #13a89e;
    color: #13a89e;
    padding: 5px 13px 7px 13px;
    font-weight: 600;
    border-radius: 20px;
}
.services-btn-one:hover{  background: #13a89e;color:#fff}
.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);
}

.pageTitle h1{font-size: 40px;margin-bottom: 40px;text-align: center;}



.navBox {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e1e8ed;
 }
.navbar-dark{
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 6px;
  border: 1px solid #e1e8ed;
  margin-bottom: 0px;
}
.ownNav{padding: 0px !important;justify-content: end;}
.navbar-toggler{border: 1px solid #fff;}
.pageNaveforDes {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.sidebar {
  height: 180vh;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
}
.pageNaveforDes li {
  border-bottom: 1px solid #e1e8ed;
  list-style-type: none;
    font-size: 16px;
    color: #000;
    font-family: 'Raleway';
    font-weight: 500;
    position: relative;
    padding-left: 24px;
}
.pageNaveforDes li::before {
  font-size: 18px;
  position: absolute;
  content: "\eb0e";
  font-family: IcoFont !important;
  line-height: 20px;
  color: #555;
  left: 8px;
  border-radius: 50px;
  top: 29%;
  text-align: center;
}
.pageNaveforDes li a {
  font-size: 14px;
  position: relative;
  color: #555;
  display: block;
  padding: 14px 10px;
}
.pageNaveforDes li a:hover {color: #13a89e;}
.pageNaveforDes li i {
  font-size: 16px;
  font-size: 1rem;
  margin: 1px 10px 0 0;
  float: left;
}


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

.appoinment-area {
  position: relative;
  background-image: url("../images/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 #2fa699 !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: #2fa699;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #2fa699;
  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: #2fa699;
  -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: #2fa699;
  border-radius: 50px;
}

.appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one:hover {
  background-color: #2fa699;
  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;
}
.mb25{margin-bottom: 25px;}
.single-team-item .single-team-content .bar {
  position: absolute;
  left: 0;
}
.font22{font-size: 22px !important;}
.single-team-area {
  margin-bottom: 40px;
}
.font20{font-size: 20px !important;}
.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-content h3 {
  font-size: 25px;
  color: #061933;
  margin: 20px 0 12px 0;
}
.work-injury-content h5 {
  font-size: 19px;
  color: #061933;

}
.cwhite{color: #fff !important;}
.work-injury-content p{margin-top: 0px !important;margin-bottom: 15px !important;}
.head4 h4 {
  font-size: 27px;
  color: #061933;
  margin: 20px 0 12px 0;
}
.head4 h5 {
  font-size: 27px;
  color: #061933;
  margin: 20px 0 12px 0;
}
.contactUs h4 {
  font-size: 26px;
  color: #fff;
  margin: 0px 0 20px 0;
}
.contactUs p { color: #fff !important; }
.contactUs strong { color: #fff !important; }
.work-injury-area .work-injury-content strong {
  font-size: 17px;
  color: #061933;
  line-height: 30px;
}
.black li{color: #000000 !important;}
.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%;
}
.tUpper h2{font-size:28px !important;text-transform: uppercase;margin-bottom: 10px !important;}

.rightArrowlist{padding-left: 5px;}
.rightArrowlist li {
  list-style-type: none;
  font-size: 16px;
  color: #fff;
  font-family: 'Raleway';
  font-weight: 500;
  position: relative;
  padding-top: 13px;
  padding-left: 30px;
}

.rightArrowlist li::before {
  font-size: 10px;
  position: absolute;
  content: "\f111";
  font-family: Flaticon;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #fac917;
  color: #fff;
  left: 0;
  border-radius: 50px;
  top: 43%;
  text-align: center;
}
.rightArrowlist li strong{color:#fff !important}
.rightArrowlist2{

}
.rightArrowlist2 li {
  list-style-type: none;
  font-size: 16px;
  color: #000;
  font-family: 'Raleway';
  font-weight: 500;
  position: relative;
  padding-top: 13px;
  padding-left: 30px;
}

.rightArrowlist2 li::before {
  font-size: 10px;
  position: absolute;
  content: "\f111";
  font-family: Flaticon;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #16519a;
  color: #fff;
  left: 0;
  border-radius: 50px;
  top: 43%;
  text-align: center;
}

.listDesi{list-style: decimal;}
.listDesi li{margin-bottom: 12px;}
.listNone{padding-left: 5px;}
.listNone li{list-style: none;font-size: 22px;color: #fff;font-family: 'Raleway';font-weight: 400;}

/* 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: 80px;
  padding-bottom: 80px;
}

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

.details-content h2 {
  font-size: 20px;
  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-list li a{
  color:#16519a;font-size: 16px;font-weight: 600;
}

.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: 80px;
  padding-top: 80px;
}

.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: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  min-height: 229px;
}

.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: #2fa699;
  border: 1px solid #2fa699;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

.contact-box  a {
  color: blue;
}

.contact-box p a:hover {
  color: #2fa699;
}

.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: #2fa699;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #2fa699;
}

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

.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 #2fa699;
  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: #2fa699;
  color: #ffffff;
  border: 1px solid #2fa699;
  font-size: 16px;
  font-weight: 600;
}

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

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

.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: #2fa699;
}

.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: #2fa699;
  border: 1px dashed #2fa699;
  display: inline-block;
}

.blog-page-item .blog-page-content .read-button .read-btn-one:hover {
  color: #2fa699;
  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: #2fa699;
}

.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: #2fa699;
}

.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: #2fa699;
}

.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: #2fa699;
  color: #ffffff;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

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

.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: #2fa699;
  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 #2fa699;
}

.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: #2fa699;
  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: #2fa699;
  color: #ffffff;
  border: 1px solid #2fa699;
  font-size: 16px;
  font-weight: 600;
}

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

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

.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: #2fa699;
  color: #ffffff;
  -webkit-transition: .6s;
  transition: .6s;
}

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

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

.gallery-section .single-work .work-image {
  display: block;
  position: relative;
}
.bigFont{
  font-weight: 500 !important;
  font-size: 19px !important;

}
.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: #072556;
}

.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: #2fa699;
  color: #ffffff;
  border: 1px solid #2fa699;
  font-size: 16px;
  font-weight: 600;
}

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

/* End Gallery Style */
/*# sourceMappingURL=style.css.map */
.mt-50{margin-top: 20px !important;}

.well-block {
  background-color: #fff;
  border: 1px solid #e9e6e8;
  padding: 26px;
}

.well-title {
  margin-bottom: 40px;
}

.wBox{
  background: #fff;
    padding: 25px;
    box-shadow: 0 0 15px #0000000d;
    text-align: center;
}
.wBox h2{color:#16519a !important}

.mb-25{margin-bottom: 25px !important;}
/* .float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:80px;
	left:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:35px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
} */
.rightAro::before{
  content: '';
  background-image:url(../images/rightArrow.svg);
  position:absolute;
  top:0px;
  left:0px;
}
.fa-sign-out{color: #2fa699;}
.my-float{
	margin-top:16px;
}
.float-1{
  position:fixed;
	width:50px;
	height:50px;
  bottom:120px;
  left:10px;
  z-index:100;
}

.listArrow {
  list-style-type: none;
  padding-left: 0px;
  color: #333;
}

.listArrow li {
  position: relative !important;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 15px;
  
}
.listArrow li:before {
  position: absolute;
  top: 5px;
  left: 0;
  font-family: Flaticon;
  content: "\f100";
  color: #061933;
}

.list_title {
  background-color: #07826d;
  color: #fff;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 18px 0;
  text-align: center;
}
.list_title h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.list_home ul {
  text-align: left;
  padding-left: 0px;
}
.scrollable-menu {
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
  margin: 0 0 10px;
}
.list_home ul {
  text-align: left
}

.list_home ul li a {
  background-color: #fff;
  padding: 10px;
  display: block;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  font-weight: 500;
  color: #555
}

.list_home ul li a strong {
  background-color: #f8f8f8;
  color: #999;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  padding: 6px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px
}

.list_home ul li a:after {
  font-family: IcoFont;
  content: "\eab8";
  right: 15px;
  top: 10px;
  position: absolute;
  color: #13a89e
}

.list_home ul li a:hover {
  /* background-color:#072556; */
  background: #07826d;
  -webkit-transform: scale(0.);
  -moz-transform: scale(0.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(0.95);
  color: #fff
}

.list_home ul li a:hover:after {
  color: #fff
}

.officeAddress{text-align: center;}
.officeAddress h1{
    color: #fff;
    margin: 0 0 15px;
    font-size: 35px;
    text-transform: uppercase;
}
.topAddress p{
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
}

.ctaSec{
  align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.callS{display: inline-block;}
.dirbtn:hover{
    background-color: #fff;
    color: #E4002C;
}

.ctaSec .callS a {font-size:18px;color: #fff;font-weight: 800;letter-spacing: 2px;display: inherit;}
.callS a:first-child{margin-bottom: 20px;}

.directionS a {  border: none;
  font-weight: 700;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all .3s ease;
  font-size: 18px;
  padding: 20px 24px!important;
  letter-spacing: 1px;
  white-space: pre-wrap;
  margin-left: 15px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;}

  .directionS a:hover{
    background-color: #fff;
    color: #E4002C;
}

#footerCTACall {
    background: #fff;
    box-shadow: 0 0 5px #333;
    position: fixed;
    text-align: center;
    font-weight: 700;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}
.mks{font-weight: 800;color: #fac917;}
.mks:hover{font-weight: 800;color: #fac917;}

.mobile-phone {
  color: #fff;
  display: block;
  width: 28%;
  float: left;
  padding: 23px 0;
  background-color: #e4002b;
  font-size: 22px;
  font-weight:bold;
  border-right: 1px solid #fff;
  text-align:center;
}

.appointmentBox {
  color: #fff;
  display: block;
  width: 44%;
  float: left;
  padding: 23px 0;
  background-color: #e4002b;
  font-size: 22px;
  font-weight:bold;
    text-align:center;
}

.directionBox {
  color: #fff;
  display: block;
  width: 28%;
  float: left;
  padding: 23px 0;
  background-color: #e4002b;
  font-size: 22px;
  font-weight:bold;
  border-left: 1px solid #fff;
    text-align:center;
}

.aboutDoc h4{color: #fff;font-size: 19px;}
a {
  cursor: pointer;
  color: #e4002b;
}

.contact-form label{font-size: 14px;margin-bottom: 5px;}
.contact-form .form-group{margin-bottom: 15px;}


.thankyouPage{padding-top:80px;padding-bottom:80px;text-align:center}
.thankyouPage h3{color:#2fa699;font-size:32px}

.pageNotfnd{text-align:center;padding:50px 0}
.pageNotfnd img {width:410px}


.brnchLocation h6 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 25px 0px 20px;
  padding-bottom: 5px;
  font-size: 26px;
  position: relative;
  font-weight: 800;
}
.brnchLocation h6::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #fac917;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.wa-chat-box-poweredby{display: none;}
.footerLocationMenu ul {
  list-style-type: none;
  padding: 0px;margin: 0px;
}
.footerLocationMenu ul li a {
  color: #eee;
  font-size: 13px;
}
address{color: #fff;
  font-size: 15px;
  border: 1px solid silver;
  padding: 8px;
  border-radius: 4px;
}

address:hover{background: #fac917;color: #000;}
address:hover p{color: #000 !important;}
address:hover a{color: #000 !important; font-weight: bold;}
address p{font-size: 17px;margin-bottom: 0;color: #fac917;font-weight: bold;}
address a{color: #fff;font-weight: bold;}
.getDirection{
  background: #fac917;
    color: #000 !important;
    padding: 5px 0;
    text-align: center;
    display: block;
    margin-top: 8px;
    font-weight: bold;
}

.btnConDir {
  background: #fac917;
  color: #000 !important;
  padding: 5px 0;
  text-align: center;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
.pt-0{margin-top: -10px;}
.mt-25{margin-top: 25px;}

