@import "https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;display=swap";
@import "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 "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;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  vertical-align: middle;
}
a {
  -webkit-transition: 0.6s;
  transition: 0.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: 700;
}


/*------------------------ddddddddddddddddddddddddddddddddddddddddddd--------------------------------------sssss*/
.left_part{position: absolute;
    top: 48%!important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px!important;
    color: #0164a7;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    height: 46px!important;
    left: 20px!important;
        background: #163330!important;
}
.right-part{position: absolute;
    top: 48%!important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px!important;
    color: #0164a7;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    height: 46px!important;
    right: 20px!important;
        background: #163330!important;
}

.address-part{padding-top: 30px; padding-bottom: 15px;}
.address-part h6{color: #fff!important; padding: 10px 0;}
.address-part h6 a {color: #fff;}
.address-part h6 i{ margin-right: 10px; }
.faq-section{padding-top: 70px; padding-bottom: 20px;}
.footer-image{width: 120px!important;}
.physical-image{padding-bottom: 20px;}
.physical-image img{height: 380px; max-width: 100%;}
.payment-section{padding-top: 20px; padding-bottom: 10px!important;}
.payment-image{width: 100%!important;}
.payment-image img{width: 100%!important;}

.logo-part img{width: 550px!important;}
.hover_part{color: #9a100b;}
.hover_part:hover{color: #0085e1!important; border-bottom: 1px solid;}
.tow-icon{padding-left: 26px!important;}


.right-icons {
    padding: 0px;
    position: fixed;
    top: 190px;
    z-index: 99999;
    width: 42px;
    border-radius: 0px 22px 22px 0px;
}

.qlwapp-toggle { color: #000;
    padding: 4px;
    display: inline-block;
}


.right-icons a i.fa-whatsapp {
    font-size: 26px;
    float: right;
    color: #fff;
    font-weight: bold;
    background: #00b509;
    border-radius: 30px;
    padding: 10px;
}

.right-icons a i.fa-phone {
    font-size: 22px;
    float: left;
    color: #fff;
    font-weight: bold;
    background: #a90909;
    border-radius: 30px;
    padding: 10px;
}






.default-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #163330;
  color: #fff;
  border-radius: 50px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  border: 1px solid #163330;
}
.default-btn-one:hover {
  text-decoration: none;
  background-color: #fff;
  color: #750803; border-color: #750803;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.gray-bg {
  background-color: #f0f0f055;
}
.bg-style {
  background-color: #163330;
}
.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pb-100 {
  padding-bottom: 100px;
}
.section-title {
  text-align: center;
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 36px;
  margin: 0 0 16px;
  text-transform: capitalize;
}
.section-title p {
  font-size: 16px;
  color: #666;
  max-width: 550px;
  margin: auto;
  line-height: 30px;
}
p {
  color: #565656;
  line-height: 1.8;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 999;
}
.spinner {
  width: 80px;
  height: 80px;
  position: absolute;
  margin: 100px auto;
  left: 0;
  right: 0;
  top: 35%;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #6a9b1c;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-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);
  }
}
.header-area {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #163330;
}
.header-info {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 2px;
}
.header-info li {
  list-style-type: none;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
}
.header-info li:last-child {
  margin-right: 0;
}
.header-info i {
  font-weight: 700;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
}
.header-info i::before {
  font-size: 15px;
}
.header-info a {
  text-decoration: none;
  color: #fff;
}
.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: #fff;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  color: #3a3737;
  border-radius: 30px;
  margin: 0 0 0 5px;
  border: 1px solid #fff;
}
.social-links i::before {
  font-size: 13px;
}
.social-links i:hover {
  background-color: #a1150e;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.social-links a {
  text-decoration: none;
}
.jian-mobile-nav {
  display: none;
}
.jian-mobile-nav.mean-container .mean-nav ul li a.active {
  color: #6a9b1c;
}
.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff !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: #e5eefa;
  padding-top: 5px;
  padding-bottom: 5px;
}
.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: 14px;
}
.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: #750803;
}
.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: #750803;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 5px 10px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 14.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: #750803;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #141414;
  text-transform: capitalize;
}
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #6a9b1c;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
  position: relative;
  padding: 0;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  text-transform: capitalize;
  padding: 8px 15px;
  margin: 0;
  display: block;
  color: #141414;
  font-size: 15.4px;
  font-weight: 600;
}
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #6a9b1c;
}
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a {
  color: #141414;
  text-transform: capitalize;
}
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:hover,
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a:focus,
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li
  .dropdown-menu
  li
  a.active {
  color: #6a9b1c;
}
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li.active
  a {
  color: #6a9b1c;
}
.jian-nav
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  li
  .dropdown-menu
  li:hover
  .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #6a9b1c;
}
.jian-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.jian-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.jian-nav .others-options {
  margin-left: 15px;
}
.jian-nav .others-options .btn-primary {
  background-color: #163330;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  border-color: #163330;
}
.jian-nav .others-options .btn-primary::before,
.jian-nav .others-options .btn-primary::after {
  background: #141414;
}
.jian-nav .others-options .btn-primary:not(:disabled):not(.disabled).active,
.jian-nav .others-options .btn-primary:not(:disabled):not(.disabled):active,
.show > .jian-nav .others-options .btn-primary.dropdown-toggle {
  background-color: #6a9b1c;
  color: #fff;
  border-color: #141414;
}
.jian-nav .others-options .btn-primary:hover,
.jian-nav .others-options .btn-primary:focus {
  background-color: #fff;
  color: #750803; border-color: #750803;
  -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);
}
.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: #000;
  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: #fff;
  font-size: 48px;
  font-family: raleway, sans-serif;
  margin: 0 0 24px;
}
.banner-slider .banner-slider-item .banner-area-content p {
  font-size: 18px;
  color: #fff;
  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: #6a9b1c;
  color: #fff;
  border-radius: 50px;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  border: 1px solid #6a9b1c;
}
.banner-slider .banner-slider-item .banner-btn .banner-btn-one:hover {
  text-decoration: none;
  background-color: #fff;
  color: #6a9b1c;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner-slider .slider-one {
  background-image: url(../img/banner/banner-bg.jpg);
}
.banner-slider .slider-two {
  background-image: url(../img/banner/banner-bg2.jpg);
}
.banner-slider .slider-three {
  background-image: url(../img/banner/banner-bg3.jpg);
}
.banner-slider .owl-prev {
  position: absolute;
  left: 4%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #6a9b1c !important;
  color: #fff !important;
  border: none;
  border-radius: 50px !important;
}
.banner-slider .owl-prev:hover {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner-slider .owl-next {
  position: absolute;
  right: 4%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #6a9b1c !important;
  color: #fff !important;
  border: none;
  border-radius: 50px !important;
}
.banner-slider .owl-next:hover {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner-slider .owl-nav {
  margin-top: 0;
}
.banner-slider .owl-item.active h1 {
  -webkit-animation: 2s 0.3s fadeInUp both;
  animation: 2s 0.3s fadeInUp both;
}
.banner-slider .owl-item.active p {
  -webkit-animation: 2s 0.3s fadeInUp both;
  animation: 2s 0.3s fadeInUp both;
}
.banner-slider .owl-item.active .banner-btn {
  -webkit-animation: 2s 0.3s fadeInUp both;
  animation: 2s 0.3s fadeInUp both;
}
.partner-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.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;
}
.about-section {
  padding-bottom: 100px;
  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: 10px 0 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 0;
}
.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: #fff;
  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: #000;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.about-video .video-btn i {
  font-weight: 900;
}
.about-video .video-btn i::before {
  font-size: 40px;
}
.offer-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
}
.offer-section::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  background-color: #fff;
  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;
  font-family: raleway, sans-serif;
  position: relative;
}
.offer-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  background-color: #16519a;
  right: -180px;
  left: 0;
  margin: 0 auto;
  top: 16px;
}
.offer-section .section-title p {
  font-size: 30px;
  color: #061933;
  font-weight: 600;
  max-width: 645px;
  margin: auto;
  line-height: 40px;
}
.offer-section .therapy-slider .therapy-content {
  background-color: #f9f9f9;
  padding: 20px;
}
.offer-section .therapy-slider .therapy-content h2 {
  font-size: 18px;
  color: #061933;
  margin: 0 0 10px;
}
.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: #6a9b1c;
  font-weight: 600;
  -webkit-transition: 0.6s;
  transition: 0.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: #000;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px;
}
.offer-section .therapy-slider .owl-prev:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.6s;
  transition: 0.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: #000;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px;
}
.offer-section .therapy-slider .owl-next:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.counter-section {
  background-color: #061933;
  padding-top: 100px;
  padding-bottom: 110px;
  position: relative;
}
.single-counter {
  text-align: center;
  margin-bottom: 30px;
}
.single-counter h3 {
  color: #fff;
  font-size: 48px;
}
.single-counter .sub-title {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
  color: #fff;
  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;
}
.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;
}
.customer-area p {
  font-size: 16px;
  color: #565656;
  line-height: 30px;
  margin: 0;
}
.customer-area .customer-btn {
  margin-top: 30px;
}
.advantags-section {
  padding-bottom: 100px;
}
.advantags-content h3 {
  font-size: 15px;
  color: #2174bd;
  margin: 0 0 15px;
  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;
}
.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: 0.6s;
  transition: 0.6s;
  padding: 35px 20px 20px 110px;
  margin-top: 28px;
}
.advantags-area .advantags-text-content:hover {
  border: 1px solid #2174bd;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.advantags-area .advantags-text-content h3 {
  font-family: raleway, sans-serif;
  font-size: 18px;
  color: #061933;
  margin: 0 0 8px;
}
.advantags-area .advantags-text-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}
.advantags-area .advantags-text-content i {
  position: absolute;
  left: 40px;
  top: 28px;
  z-index: 1;
}
.advantags-area .advantags-text-content i::before {
  font-size: 30px;
}
.advantags-area .advantags-text-content img {
  position: absolute;
  left: 20px;
  top: 20px;
}
.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 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 0 rgba(72, 73, 121, 0.15);
}
.help-desk-area .desk-form-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 0 0 20px;
}
.help-desk-area .desk-form-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 16px;
}
.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: #fff;
  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: #fff;
  border-color: #fff;
  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;
}
.video-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/video-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
.video-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: -1;
}
.video-area .video-title {
  text-align: center;
  margin-bottom: 100px;
}
.video-area .video-title h2 {
  color: #fff;
  text-transform: capitalize;
  margin: -6px 0 20px;
  font-size: 36px;
  font-family: raleway, sans-serif;
}
.video-area .video-title p {
  font-size: 24px;
  color: #fff;
  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: #000;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 102px;
  background: #fff;
  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: #fff;
}
.video-area .video-content .video-btn a:hover {
  color: #000;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.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: #fff;
  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);
  }
}
.testimonial-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonial-section .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.testimonial-section .section-title h2 {
  font-size: 30px;
  color: #061933;
  font-family: raleway, sans-serif;
  position: relative;
  margin: 0;
}
.testimonial-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #061933;
  right: -33%;
  left: 0;
  margin: 0 auto;
  top: 25px;
}
.testimonial-slider .testimonial-content {
  background-image: url(../img/pattern.png);
  background-position: center center;
  background-size: cover;
  padding: 35px;
  text-align: center;
}
.testimonial-slider .testimonial-content i::before {
  font-size: 40px;
  color: #6a9b1c;
  line-height: normal;
}
.testimonial-slider .testimonial-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 10px 0 16px;
  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: #6a9b1c;
  margin: 8px 0 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: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.testimonial-slider .owl-dots .owl-dot.active span {
  background: #6a9b1c;
}
.welcome-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #061933;
  position: relative;
}
.welcome-content h2 {
  font-size: 36px;
  color: #fff;
  margin: 16px 0 0;
}
.welcome-content span {
  font-size: 18px;
  color: #fff;
  margin: 0 0 15px;
  position: relative;
}
.welcome-btn {
  margin-top: 24px;
}
.shape-img10 {
  position: absolute;
  right: 25px;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  z-index: 1;
  bottom: 30px;
}
.shape-img11 {
  position: absolute;
  left: 0;
  -webkit-animation: movebounce 5s linear infinite;
  animation: movebounce 5s linear infinite;
  z-index: 1;
  bottom: 70px;
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog-section .section-title {
  text-align: center;
  margin-bottom: 60px;
}
.blog-section .section-title h2 {
  font-size: 16px;
  color: #2174bd;
  margin: 0 0 15px;
  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: #0064a6;
  font-weight: 400;
}
.blog-item .blog-content h2 {
  font-size: 20px;
  color: #061933;
  margin: 10px 0 12px;
  line-height: 30px;
}
.blog-item .blog-content a {
  color: #061933;
}
.blog-item .blog-content a:hover {
  color: #0064a6;
}
.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;
}
.footer-section {
  background-image: url(../img/footer-bg2.jpg);
  background-position: center center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.footer-section::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: #000;
  opacity: 0.7;
  z-index: -1;
}
.footer-content {
  margin-bottom: 28px;
}
.footer-content h2 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-family: lato, sans-serif;
}
.footer-item p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  margin: 28px 0 0 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: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #852a27;
  border-radius: 30px;
  margin: 0 4px 0 0;
}
.footer-item .footer-links i:hover {
  background-color: #852a27;
  color: #fff;
  -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: 15px;
  color: #fff;
  font-weight: 500;
  list-style-type: none;
  line-height: 35px;
}
.menu-item .physio-menu a {
  color: #fff;
}
.menu-item .physio-menu a:hover {
  color: #00afef;
  -webkit-transition: 0.6s;
  transition: 0.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: #fff;
  font-weight: 500;
  list-style-type: none;
  line-height: 40px;
}
.menu-item-content .quick-menu a {
  color: #fff;
}
.menu-item-content .quick-menu a:hover {
  color: #00afef;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-decoration: none;
}
.footer-info h3 {
  font-size: 14px;
  color: #fff;
  margin: 1px 0 25px;
}
.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: #fff;
}
.footer-info span {
  font-size: 16px;
  color: #fff;
}
.footer-bottom {
  background-color: #06131e;
  padding-top: 20px;
  padding-bottom: 18px;
}
.footer-bottom .bottom-content {
  text-align: center;
}
.footer-bottom .bottom-content p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  font-weight: 500;
}
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99999;
  background: #852a27;
  color: #fff;
  border: 1px solid #852a27;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
#toTop:hover {
  background-color: #fff;
  color: #6a9b1c;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#toTop .top-arrow i::before {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  top: 3px;
  position: relative;
}
.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;}
.main-slider .item-bg {
  background-image: url(../img/slider/banner1.jpg);
}
.main-slider .item-bg-two {
  background-image: url(../img/slider/banner2.jpg);
}
.main-slider .item-bg-three {
  background-image: url(../img/slider/banner3.jpg);
}
.main-slider .item-bg-four {
  background-image: url(../img/slider/banner4.jpg);
}
.main-slider .banner-area-content {
  max-width: 100%;
  text-align: left;
}
.main-slider .banner-area-content h1 {
  color: #fff;
  font-size: 45px;
  font-family: raleway, sans-serif;
  margin: 0 0 10px;
  line-height: 70px;
}
.main-slider .banner-area-content p {
  font-size: 18px;
  color: #fff;
  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: #0064a6!important;
  color: #fff !important;
  border: none;
  border-radius: 50px !important;
}
.main-slider .owl-prev:hover {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.main-slider .owl-next {
  position: absolute;
  right: 2%;
  top: 45%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #0064a6 !important;
  color: #fff !important;
  border: none;
  border-radius: 50px !important;
}
.main-slider .owl-next:hover {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.main-slider .owl-nav {
  margin-top: 0;
}
.main-slider .owl-item.active h1 {
  -webkit-animation: 2s 0.3s fadeInUp both;
  animation: 2s 0.3s fadeInUp both;
}
.main-slider .owl-item.active p {
  -webkit-animation: 2s 0.3s fadeInUp both;
  animation: 2s 0.3s fadeInUp both;
}
.main-slider .owl-item.active .banner-btn {
  -webkit-animation: 2s 0.3s fadeInUp both;
  animation: 2s 0.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: #fff;
  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: #000;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.banner-video .video-btn i {
  font-weight: 900;
}
.banner-video .video-btn i::before {
  font-size: 40px;
}
.top-services-section {
  padding-bottom: 70px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.no-padding {
  padding: 5px;
}
.top-services-content {
  padding: 30px;
  text-align: center;
  background-image: url(../img/top1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-services-content h2 {
  font-size: 24px;
  color: #fff;
  margin: 20px 0 14px;
}
.top-services-content p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: -1px 0 0;
}
.top-services-content span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.top-services-content i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #fff;
  color: #1a3a37;
  border-radius: 50px;
}
.top-services-content i::before {
  font-size: 35px;
}
.expertise-section {
  padding-bottom: 40px;
  position: relative;
}
.expertise-content-area h2 {
  font-size: 18px;
  color: #750803;
  margin: 0 0 10px;
  font-family: raleway, sans-serif;
  position: relative;
}
.expertise-content-area h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 77px;
  background-color: #750803;
  left: 0;
  margin: 0 auto;
  top: 21px;
}
.expertise-content-area h3 {
  font-size: 36px;
  color: #061933;
  margin: 0 0 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: 0;
  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 #0064a6;
  border-radius: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
}
.expertise-box {
  margin-top: 35px;
}
.back-image {
  position: absolute;
  right: 0;
  top: -20%;
  z-index: -1;
}
.expertise-image {
  text-align: right;
}
.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: #0064a6;
  opacity: 0.3;
  z-index: -1;
}
.choose-area {
  margin-bottom: 60px;
}
.choose-area .choose-title h2 {
  font-size: 20px;
  color: #0064a6;
  margin: 0 0 10px;
  font-family: raleway, sans-serif;
  position: relative;
}
.choose-area .choose-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #0064a6;
  right: 30%;
  left: 0;
  margin: 0 auto;
  top: 22px;
}

.choose{color: #fff; text-align: center;}
.choose::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 66px;
    background-color: #ffffff;
    left:0;
    margin: 0 auto;
    top: 125px;
    right: 35px;
}









.choose-area .choose-title h3 { text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  line-height: 45px;
}
.choose-area .choose-title h3::before{content: ""; background: #fff; width: 20px; height: 5px; top: 0; left: 50%;}
.choose-area .p-text {
  margin-top: 35px;
}
.choose-area .p-text p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
}
.choose-content {
  position: relative;
  border: 1px solid #c9c9c9;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 35px 20px 20px 110px;
  margin-bottom: 30px;
  z-index: 1;
}
.choose-content:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #163330;
  border: 1px solid #163330;
}
.choose-content::before {
  content: "";
  position: absolute;
  height: 5px;
  width: 50px;
  background-color: #163330;
  right: 0;
  margin: 0 auto;
  top: -1px;
}
.choose-content::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background-color: #163330;
  right: -24px;
  top: 22px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.choose-content h3 {
  font-family: raleway, sans-serif;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
}
.choose-content p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}
.choose-content i {
  position: absolute;
  left: 40px;
  top: 28px;
  z-index: 1;
  color: #163330;
  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;
}
.what-we-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.what-we-area {
  margin-bottom: 60px;
}
.what-we-area .what-we-title h2 {
  font-size: 28px;
  color: #750803;
  margin: 0 0 10px;
  font-family: raleway, sans-serif;
  position: relative;
}
.what-we-area .what-we-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 166px;
  background-color: #750803;
  right: 79%;
  left: 0;
  margin: 0 auto;
  top: 36px;
}
.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: 0.6s;
  transition: 0.6s;
  bottom: 0;
  background: #163330;
  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: #fff;
  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;
  line-height: 28px;
}
.what-we-slider .what-we-item .what-we-content .what-we-btn .what-we-btn-one {
  display: inline-block;
  color: #0064a6;
  -webkit-transition: 0.6s;
  transition: 0.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: 0;
  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: 32%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000 !important;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px !important;
}
.what-we-slider .owl-prev:hover {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.what-we-slider .owl-next {
  position: absolute;
  right: -5%;
  top: 32%;
  height: 50px;
  width: 50px;
  line-height: 30px;
  font-size: 28px !important;
  background-color: #d6d9dc;
  color: #000 !important;
  border: 1px solid #d6d9dc !important;
  border-radius: 50px !important;
}
.what-we-slider .owl-next:hover {
  background-color: #fff !important;
  color: #000 !important;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.what-we-slider .owl-nav {
  margin-top: 0;
}
.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 0 20px 0;
  line-height: 40px;
}
.treatments-area-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 0 0;
}
.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: 0;
  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;
}
.customer-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/choose-img.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: #fff;
  font-family: raleway, sans-serif;
  position: relative;
  margin: 0;
}
.customer-section .section-title h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 289px;
  background-color: #fff;
  right: 0px;
  left: 0;
  margin: 0 auto;
  top: 36px;
}
.customer-slider .customer-item {
  position: relative;
  margin-top: 68px;
}
.customer-slider .customer-item .customer-content {
  background-color: #fff;
  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;
}
.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: #750803;
  margin: 30px 0 0 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: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.customer-slider .owl-dots .owl-dot.active span {
  background: #954b4b;
}
.team-section {
  padding-top: 100px;
  padding-bottom: 60px;
}
.team-area {
  margin-bottom: 45px;
}
.team-area .team-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px;
  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: 22px;
}
.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: #fff;
  -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;
}
.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: #fff;
  border-radius: 50px;
  margin: 0 0 0 6px;
}
.team-item .team-content .social-team-links i:hover {
  background-color: #fff;
  color: #2174bd;
  -webkit-transition: 0.6s;
  transition: 0.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;
}
.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: #fff;
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0;
  display: inline-block;
  font-size: 15.5px;
  font-weight: 600;
  background-color: #163330;
}
.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  -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: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 30px;
  padding: 15px;
  border: 1px solid #ccc;
  border-top: none;
}
.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}
.faq-image {
  padding-left: 4px;
  margin-top: 0;
}
.page-banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url(../img/about-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.page-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.6;
  z-index: -1;
}
.page-banner .page-banner-content {
  text-align: left;
}
.page-banner .page-banner-content h2 {
  font-size: 36px;
  color: #fefafa;
  margin: 0 0 16px;
}
.page-banner .page-banner-content p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.page-banner .page-banner-content p a {
  color: #fff;
}
.page-banner .page-banner-content p a:hover {
  color: #8dc63f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.physical-section {
  padding-top: 100px;
}
.single-physical-item .physical-content span {
  font-size: 18px;
  color: #2174bd;
  font-weight: 600;
  font-family: raleway, sans-serif;
  position: relative;
}
.single-physical-item .physical-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #16519a;
  left: 160px;
  margin: 0 auto;
  top: 15px;
}
.single-physical-item .physical-content h3 {
  font-size: 30px;
  color: #061933;
  margin: 0px 0 20px;
}
.single-physical-item .physical-content p {
  font-size: 16px;
  color: #061933;
  font-weight: 500;
  line-height: 30px;
}
.single-physical-item .physical-btn {
  margin-top: 28px;
}
.superior-section {
  padding-top: 100px;
}
.superior-area {
  margin-bottom: 45px;
}
.superior-area .superior-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px;
  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;
}
.mission-section {
  padding-top: 100px;
}
.mission-area {
  margin-bottom: 45px;
}
.mission-area .mission-title h2 {
  font-size: 20px;
  color: #2174bd;
  margin: 0 0 10px;
  font-family: raleway, sans-serif;
  position: relative;
}
.mission-area .mission-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 45%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}
.mission-area .mission-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}
.mission-area .p-text {
  margin-top: 25px;
  padding-left: 30px;
}
.mission-area .p-text p {
  font-size: 16px;
  color: #061933;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}
.mission-item .mission-content h3 {
  font-size: 18px;
  color: #061933;
  margin: 20px 0 10px;
}
.mission-item p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.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;
  font-family: raleway, sans-serif;
  position: relative;
}
.services-area .services-title h2::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #2174bd;
  right: 75%;
  left: 0;
  margin: 0 auto;
  top: 16px;
}
.services-area .services-title h3 {
  font-size: 30px;
  color: #061933;
  margin: 0;
  line-height: 45px;
}
.services-area .p-text {
  margin-top: 30px;
}
.services-area .p-text p {
  font-size: 17px;
  color: #061933;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}
.services-item {
  margin-bottom: 30px;
}
.services-item .services-image {
  position: relative;
}
.services-item .services-image .services-text {
  position: absolute;
  border-radius: 10px;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: 0.6s;
  transition: 0.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: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  padding: 20px;
}
.services-item .services-content {
  padding: 10px;
  margin-top: 10px;
  padding-bottom: 0;
}
.services-item .services-content h2 {
  font-size: 18px;
  color: #061933;
  margin: 0 0 10px;
}
.services-item .services-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}
.services-item .services-content .services-btn {
  margin-top: 20px;
}
.services-item .services-content .services-btn .services-btn-one {
  display: inline-block;
  color: #2174bd;
  -webkit-transition: 0.6s;
  transition: 0.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: 0;
  font-size: 11px;
}
.services-item:hover .services-image .services-text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.appoinment-section {
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
.appoinment-area {
  position: relative;
  background-image: url(../img/local-image.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 500px;
}
.appoinment-area .appoinment-form-content {
  background-color: #fff;
  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;
}
.appoinment-area .appoinment-form-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  line-height: 30px;
  max-width: 350px;
  margin: 20px auto;
}
.appoinment-area
  .appoinment-form-content
  .appoinment-form
  .form-group
  .form-control {
  height: 50px;
  padding: 15px;
  font-size: 15px;
  color: #a6a6a6;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #b5b4b4;
  border-radius: 0;
}
.appoinment-area
  .appoinment-form-content
  .appoinment-form
  .form-group
  .form-control:focus {
  color: #495057;
  background-color: transparent;
  border-bottom: 1px solid #6a9b1c !important;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: none;
}
.appoinment-area .appoinment-form-content .appoinment-form .send-btn {
  text-align: center;
  margin-top: 30px;
}
.appoinment-area
  .appoinment-form-content
  .appoinment-form
  .send-btn
  .send-btn-one {
  display: inline-block;
  padding: 16px 45px;
  background-color: #163330;
  color: #fff;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #163330;
  width: 100%;
  text-transform: uppercase;
}
.appoinment-area
  .appoinment-form-content
  .appoinment-form
  .send-btn
  .send-btn-one:hover {
  text-decoration: none;
  background-color: #fff;
  color: #163330;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.appoinment-style {
  padding-left: 45px;
  max-width: 580px;
  padding-right: 45px;
}
.appoinment-style .appoinment-content span {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  font-family: raleway, sans-serif;
  position: relative;
}
.appoinment-style .appoinment-content span::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 316px;
  background-color: #fff;
  left: 1px;
  margin: 0 auto;
  top: 30px;
}
.appoinment-style .appoinment-content h3 {
  font-size: 28px;
  color: #fff;
  margin: 10px 0 0 0;
  line-height: 40px;
}
.appoinment-style .appoinment-content .appoinment-btn {
  margin-top: 35px;
}
.appoinment-style .appoinment-content .appoinment-btn .appoinment-btn-one {
  display: inline-block;
  padding: 14px 30px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #163330;
  border-radius: 50px;
}
.appoinment-style
  .appoinment-content
  .appoinment-btn
  .appoinment-btn-one:hover {
  background-color: #163330;
  color: #fff;
}
.single-team-section {
  padding-top: 100px;
  padding-bottom: 60px;
}
.single-team-item .single-team-content {
  background-color: #fff;
  -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: #fff;
  border-radius: 50px;
  margin: 0 0 0 6px;
}
.single-team-item .single-team-content .social-team-links i:hover {
  background-color: #fff;
  color: #2174bd;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.single-team-item .single-team-content .social-team-links i::before {
  font-size: 16px;
}
.single-team-item .single-team-content .bar {
  position: absolute;
  left: 0;
}
.single-team-area {
  margin-bottom: 40px;
}
.single-team-area .single-team-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 14px 0;
}
.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;
  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;
}
.work-injury-section { padding-top: 5px; padding-bottom: 15px;
  position: relative;
}
.work-injury-area .work-injury-content h2 {
  font-size: 30px;
  color: #061933;
  margin: 0 0 20px;
}
.work-injury-area .work-injury-content strong {
  font-size: 17px;
  color: #061933;
  line-height: 30px;
}
.work-injury-area .work-injury-content p {
  font-size: 16px;
  color: #565656;
  line-height: 30px;
  margin:0px;
}
.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%;
}
.payment-content {
  padding-left: 10px;
}
.payment-content p {
  font-size: 16px;
  color: #565656;
  line-height: 28px;
  margin: 0;
  font-weight: 500;
}
.details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.details-content {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}
.details-content h2 {
  font-size: 25px;
  color: #061933;
  margin: 0 0 20px;
}
.details-content p {
  font-size: 15px;
  color: #061933;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}
.details-content .details-list {
  padding-left: 0;
  margin-bottom: 0;
}
.details-content .details-list li {
  font-size: 15px;
  color: #061933;
  font-weight: 500;
  list-style-type: none;
  padding-top: 10px;
}
.details-content .details-style {
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.details-content .details-style li {
  font-size: 14px;
  color: #061933;
  font-weight: 600;
  list-style-type: none;
  padding-top: 10px;
}
.details-content .details-style .details-button {
  margin-top: 26px;
}
.details-content .details-style .details-button .details-button-one {
  display: inline-block;
  padding: 8px 30px;
  background-color: #061933;
  color: #fff;
  border: 1px solid #061933;
}
.details-content .details-style .details-button .details-button-one:hover {
  background-color: #fff;
  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: #fff;
  margin: 0 0 20px;
}
.details-payment p {
  font-size: 15px;
  color: #fff;
  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: #fff;
  color: #061933;
  border: 1px solid #fff;
}
.details-payment .details-style .details-button .details-button-one:hover {
  background-color: #061933;
  color: #fff;
}
.map iframe {
  width: 100%;
}
.contact-section {
  padding-bottom: 45px;
  padding-top: 45px;
}
.contact-box {
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  padding-left: 115px;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.contact-box .icon {
  position: absolute;
  left: 25px;
  top: 30px;
  width: 70px;
  height: 70px;
  line-height: 68px;
  font-size: 35px;
  text-align: center;
  border-radius: 50%;
  color: #0064a6;
  border: 1px solid #0064a6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contact-box:hover .icon {
  background: #0064a6;
  color: #fff;
}
.contact-box h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
.contact-box p {
  margin: 0;
  line-height: 25px;
  font-weight: 400;
}
.contact-box p a {
  color: #777;
}
.contact-box p a:hover {
  color: #6a9b1c;
}
.get-in-touch {
  margin-top: 40px;
}
.get-in-touch h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.get-in-touch p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  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: #fff;
  margin-right: 5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #0064a6;
  text-align: center;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #0064a6;
}
.get-in-touch ul li a:hover {
  background-color: #fff;
  color: #0064a6;
}
.contactForm {
  margin-top: 40px;
}
.contactForm .form-group {
  margin-bottom: 15px;
}
.contactForm .form-control {
  background: 0 0;
  border: 1px solid #d4cdcd;
  border-radius: 0;
  height: 50px;
}
.contactForm .form-control:focus {
  border: 1px solid #0064a6;
  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: 10px 25px;
  background-color: #0064a6;
  color: #fff;
  border: 1px solid #0064a6;
  font-size: 15px;
  font-weight: 600; border-radius: 2px;
}
.contactForm .send-btn .send-btn-one:hover {
  background-color: #fff;
  color: #0064a6;
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.blog-page-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog-page-item {
  margin-bottom: 40px;
}
.blog-page-item:last-child {
  margin-bottom: 0;
}
.blog-page-item .single-image img {
  width: 100%;
}
.blog-page-item .blog-page-content {
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  padding: 40px 28px;
}
.blog-page-item .blog-page-content h3 {
  font-size: 24px;
  color: #061933;
  margin: 12px 0 10px;
}
.blog-page-item .blog-page-content a {
  color: #061933;
}
.blog-page-item .blog-page-content a:hover {
  color: #6a9b1c;
}
.blog-page-item .blog-page-content span {
  color: #8dc63f;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.blog-page-item .blog-page-content p {
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
}
.blog-page-item .blog-page-content .read-button {
  margin-top: 20px;
}
.blog-page-item .blog-page-content .read-button .read-btn-one {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  background-color: #6a9b1c;
  border: 1px dashed #6a9b1c;
  display: inline-block;
}
.blog-page-item .blog-page-content .read-button .read-btn-one:hover {
  color: #6a9b1c;
  background-color: #fff;
  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: #666;
}
.blog-page-item .blog-page-content .blog-list a:hover {
  color: #6a9b1c;
}
.blog-page-item .blog-page-content .blog-list i {
  color: #666;
  margin-right: 6px;
  font-weight: 700;
  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: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 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 #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}
.sidebar .widget.widget-categories ul li:last-child {
  border-bottom: 1px solid #eee;
}
.sidebar .widget.widget-categories ul li a {
  color: #6084a4;
}
.sidebar .widget.widget-categories ul li a:hover {
  color: #6a9b1c;
}
.sidebar .widget.widget-recent-entries {
  padding: 20px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.sidebar .widget.widget-recent-entries ul li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 15px;
}
.sidebar .widget.widget-recent-entries ul li a {
  display: block;
}
.sidebar .widget.widget-recent-entries ul li a img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 85px;
  height: 65px;
}
.sidebar .widget.widget-recent-entries ul li h5 {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 2px;
}
.sidebar .widget.widget-recent-entries ul li a {
  color: #172841;
}
.sidebar .widget.widget-recent-entries ul li a:hover {
  color: #6a9b1c;
}
.sidebar .widget.widget-recent-entries ul li p {
  color: #6084a4;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
}
.sidebar .widget.widget-tag-cloud {
  padding: 20px;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.sidebar .widget.widget-tag-cloud .tagcloud a {
  font-size: 15px !important;
  border: 1px dashed #8dc63f;
  padding: 10px 25px;
  color: #495057;
  display: inline-block;
  background: 0 0;
  margin: 5px;
}
.sidebar .widget.widget-tag-cloud .tagcloud a:hover {
  background: #8dc63f;
  color: #fff;
}
.pagination-area {
  margin-top: 30px;
  text-align: center;
}
.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  margin: 0 3px;
  display: inline-block;
  background-color: #fff;
  line-height: 40px;
  color: #000;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 17px;
  font-weight: 600;
}
.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  background: #6a9b1c;
  color: #fff;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.single-blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog-details {
  -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
}
.blog-details .article-img {
  position: relative;
}
.blog-details .article-img .date {
  position: absolute;
  bottom: 15px;
  width: 80px;
  left: 15px;
  height: 90px;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  border-radius: 5px;
  padding-top: 15px;
  line-height: 30px;
  background-color: #6a9b1c;
  color: #fff;
}
.blog-details .article-content {
  padding: 30px;
}
.blog-details .article-content h3 {
  font-size: 22px;
  margin-bottom: -2px;
  line-height: 30px;
}
.blog-details .article-content p {
  margin-bottom: 0;
  margin-top: 15px;
}
.blog-details .article-content .blockquote {
  margin-bottom: 20px;
  margin-top: 20px;
  background: #f9f9f9;
  padding: 30px;
  border-left: 4px solid #6a9b1c;
}
.blog-details .article-content .blockquote p {
  margin-top: 0;
  font-size: 18px;
}
.blog-details .article-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.post-controls-buttons {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035),
    0 7px 18px rgba(0, 9, 128, 0.05);
}
.post-controls-buttons .controls-left {
  float: left;
}
.post-controls-buttons .controls-right {
  float: right;
}
.post-controls-buttons div a {
  border: 1px solid #eee;
  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: #fff;
  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 #eee;
  border-radius: 2px;
  color: #818992;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.leave-a-reply .form-group .form-control:focus {
  border-color: #6a9b1c;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.leave-a-reply .form-group textarea.form-control {
  height: 120px !important;
}
.leave-a-reply .send-btn {
  margin-top: 10px;
}
.leave-a-reply .send-btn .send-btn-one {
  display: inline-block;
  padding: 12px 40px;
  background-color: #6a9b1c;
  color: #fff;
  border: 1px solid #6a9b1c;
  font-size: 16px;
  font-weight: 600;
}
.leave-a-reply .send-btn .send-btn-one:hover {
  background-color: #fff;
  color: #6a9b1c;
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.gallery-section {
  padding-top: 45px;
  padding-bottom: 45px;
}
.gallery-section .filter-menu {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
}
.gallery-section .filter-menu li {
  border: none;
  background: #f4f4f4;
  padding: 9px 24px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  color: #828893;
  outline: 0 !important;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.gallery-section .filter-menu li:hover {
  background: #6a9b1c;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.gallery-section .filter-menu .filter.active {
  color: #fff;
  background-color: #6a9b1c;
}
.gallery-section .single-work {
  margin-bottom: 30px;
}
.gallery-section .single-work .work-image {
  display: block;
  position: relative;
}
.gallery-section .single-work .work-image::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery-section .single-work .work-image:hover::before,
.gallery-section .single-work .work-image:focus::before {
  height: 100%;
  background-color: #38887fc7;
}
.gallery-section .single-work .work-image .popup-btn {
  position: absolute;
  left: 0;
  top: 50%;
  text-align: center;
  right: 0;
  color: #fff;
  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: #6a9b1c;
  color: #fff;
  border: 1px solid #6a9b1c;
  font-size: 16px;
  font-weight: 600;
}
.gallery-section .gallery-btn .gallery-btn-one:hover {
  background-color: #fff;
  color: #6a9b1c;
  text-decoration: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

li.you.ad a {
    width: 40px;
    height: 40px;
}

li.you a img {
    width: 100%;
    max-width: 20px;
}

li.you a {
    background: #fff;
    width: 28px;
    display: inline-flex;
    justify-content: center;
    height: 28px;
    align-items: center;
    border-radius: 50px;
}
