@charset "UTF-8";
/* Table of Content
==================================================
1.	Typography
2.  Global Styles (body, link color, gap, ul, section-title, overlay etc)
3.  Header area
4.	Banner area


*/
/* Typography
================================================== */
body {
  font-family: "Inter", sans-serif;
  line-height: 26px;
  font-size: 16px;
  color: #475569;
  font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #003478;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}

h1 {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1.08px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.08px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: -0.54px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
}

h5 {
  font-size: 16px;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 14px;
  }
  h4 {
    font-size: 16px;
    line-height: 24px;
  }
  h5 {
    font-size: 14px;
    line-height: 22px;
  }
  h6 {
    font-size: 13px;
    line-height: 20px;
  }
}
/* Global styles
================================================== */
body {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  margin: 0;
}

iframe {
  border: none;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: #15803D;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #15803D;
}

a.read-more {
  color: #15803D;
  font-weight: 700;
}

a.read-more:hover {
  color: #222;
}

.body-color {
  background: #161362;
  color: #fff;
}

.no-padding {
  padding: 0;
}

.p-60 {
  padding: 60px 0;
}

.p-100 {
  padding: 100px 0 !important;
}

.media > .pull-left {
  margin-right: 20px;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-50 {
  clear: both;
  height: 50px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

.gap-10 {
  clear: both;
  height: 10px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-35 {
  margin-top: 35px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrb-80 {
  margin-bottom: -80px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-70 {
  margin-left: 70px;
}

.mrt-0 {
  margin-top: 0 !important;
}

.pab-60 {
  padding-bottom: 60px;
}

.pab-70 {
  padding-bottom: 70px;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #15803D;
  height: 50px;
  padding: 0 30px;
  line-height: 52px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  outline: none;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
}
.btn i {
  margin-right: 5px;
}
.btn:focus {
  outline: none;
  background: #15803D;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:hover {
  color: #fff;
  background: #15803D;
  border-color: #15803D;
}
.btn.fill {
  background: transparent;
  padding: 0 25px;
  color: #fff;
  margin-left: 20px;
  border: 2px solid #fff;
}
.btn.fill:hover {
  background: #15803D;
  border-color: #15803D;
}
.btn.btn-round {
  border-radius: 36px;
  -webkit-border-radius: 36px;
  -ms-border-radius: 36px;
}
.btn.btn-shadow {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(21, 128, 61, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(21, 128, 61, 0.1);
  background: transparent;
  color: #15803D;
  display: block;
}
.btn.btn-shadow .icon {
  margin-left: 30px;
}
.btn.btn-shadow:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(21, 128, 61, 0.1);
          box-shadow: 0px 5px 10px 0px rgba(21, 128, 61, 0.1);
}
.btn.btn-border {
  background: transparent;
  border: 1px solid #15803D;
  color: #fff;
}

a.btn-link {
  font-size: 14px;
  font-weight: 800;
  color: #15803D;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: -0.14px;
}
a.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}
a.btn-link:hover {
  color: #15803D;
}

.btn-white {
  background: #fff;
  color: #2c2c2c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.solid-bg-two {
  background: #f2f2f2;
}

.title-bg-small {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  color: #fff;
  background: #101010;
  display: inline-block;
  padding: 3px 18px;
  text-transform: uppercase;
}

.section-title,
.column-title {
  font-size: 36px;
  font-weight: 300;
  color: #101010;
  position: relative;
}
.section-title span,
.column-title span {
  font-weight: 700;
}
.section-title:after,
.column-title:after {
  position: absolute;
  left: 0;
  height: 1px;
  width: 40px;
  background: #ff5d34;
  content: "";
  bottom: -26%;
  display: none;
}
.section-title.title-center:after,
.column-title.title-center:after {
  margin: auto;
  left: 0;
  right: 0;
}
.section-title.title-right:after,
.column-title.title-right:after {
  margin: auto;
  left: auto;
  right: 0;
}

/*   title   */
.title-small {
  font-size: 30px;
  font-weight: 700;
}

.ts-title {
  font-size: 18px;
  font-weight: 600;
}
.ts-title.md {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  font-weight: 800;
}

.overlay {
  position: relative;
  z-index: 1;
}
.overlay:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.68);
  z-index: -1;
}

.overlay-two::before {
  background: rgba(1, 14, 42, 0.6);
}

.main-container {
  padding: 80px 0;
}
.main-container.blog, .main-container.blog-single {
  padding-bottom: 50px;
}

/*=======================
   owl default css
========================*/
.hero-area.owl-carousel .owl-nav {
  margin: 0;
}

.owl-carousel .owl-nav {
  text-align: center;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
  background: #2154cf;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  -webkit-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
  right: 40px;
}

.owl-carousel.owl-theme .owl-nav > div:hover {
  background: #272d33;
}

.owl-carousel.owl-loaded .owl-nav .owl-next.disabled,
.owl-carousel.owl-loaded .owl-nav .owl-prev.disabled {
  background: #ff5c23 !important;
  color: #fff !important;
  opacity: 1;
}

/* owl carousel home slider */
.owl-stage-outer .owl-item.active .slider-item .slider-content p {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.owl-stage-outer .owl-item.active .slider-item .slider-content .slider-title {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.owl-stage-outer .owl-item.active .slider-item .slider-content .btn {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* BounchInDown */
.healnetic_animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes healneticbounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes healneticbounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.healneticbounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/*
	Template Name: healnetic
	Author: Themewinter
	Author URI: https://themeforest.net/user/tripples
	Description: healnetic - Medical agency WordPress Theme
   Version: 1.0

=====================
   table of content 
====================

1.  topbar
2.  header
3.  hero area
4.  banner area 
5.  testimonial area

*/
/* healnetic animation */
.healnetic-danceBottom {
  -webkit-animation-name: healnetic-danceBottom;
  animation-name: healnetic-danceBottom;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

@-webkit-keyframes healnetic-danceBottom {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg);
  }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg);
  }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg);
  }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg);
  }
}
@keyframes healnetic-danceBottom {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg);
  }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg);
  }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg);
  }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg);
  }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg);
  }
}
.healnetic-animate .ekit-wid-con:hover img,
.healnetic-animate .ekit-wid-con:hover .icon,
.healnetic-animate:hover .feature-icon img {
  -webkit-animation: healnetic-danceBottom 400ms ease-in-out;
          animation: healnetic-danceBottom 400ms ease-in-out;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

/*================================================== 
	 Top Bar
================================================== */
.topbar-bg {
  background: #f0f4f9;
  color: #fff;
}

.ts-topbar {
  position: relative;
}
.ts-topbar ul {
  padding-left: 0;
}
.ts-topbar ul li {
  display: inline-block;
}
.ts-topbar .top-menu ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #15803D;
  position: relative;
  padding: 0 18px;
}
.ts-topbar .top-menu ul li a:hover {
  color: #f0f4f9;
  background: transparent;
}
.ts-topbar .top-menu ul li:not(:last-child) a::before {
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 20px;
  background: rgba(21, 128, 61, 0.15);
  content: "";
  margin: auto;
}
.ts-topbar .xs-social-list {
  padding-top: 7px;
}
.ts-topbar .xs-social-list li a {
  font-size: 14px;
  line-height: 24px;
  color: #15803D;
  padding: 0 10px;
}
.ts-topbar .xs-social-list li a:hover {
  color: #15803D;
}
.ts-topbar .top-nav li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 0 18px;
  position: relative;
}
.ts-topbar .top-nav li a:hover {
  color: #15803D;
}
.ts-topbar .top-nav li a:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
  content: "";
  margin: auto;
}
.ts-topbar .top-nav li:last-child a {
  padding-right: 0;
}
.ts-topbar .top-nav li:last-child a:before {
  display: none;
}
.ts-topbar .ekit_social_media li:last-child a {
  border: none !important;
}

/*=====================================
      header middle area
=====================================*/
.header-top-info .ekit-wid-con .elementskit-infobox {
  border: none;
}
.header-top-info .ekit-wid-con .elementskit-infobox.icon-lef-right-aligin {
  padding-top: 0;
  padding-bottom: 0;
}
.header-top-info .ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon {
  margin: 0;
  padding: 0;
}
.header-top-info .ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon .icon {
  font-size: 15px;
  line-height: 28px;
  color: #15803D;
}

.header-contact-info {
  padding: 0;
}
.header-contact-info li {
  display: inline-block;
  list-style: none;
  font-size: 16px;
  color: #101010;
  padding: 0 35px 0 65px;
  border-right: 1px solid #eee;
  position: relative;
}
.header-contact-info li:last-child {
  border-right: 0;
  padding-right: 0;
}
.header-contact-info li i {
  font-size: 25px;
  position: absolute;
  left: 20px;
  top: 6px;
}
.header-contact-info li span {
  font-weight: 700;
  display: block;
}

.info-icon .ekit-wid-con .elementskit-infobox .elementskit-box-header .elementskit-info-box-icon {
  margin-bottom: 0;
}

.logo {
  max-width: 175px;
  display: inline-block;
}

/* *************************
    header
************************** */
.header-wrapper .navbar-light {
  padding: 0px;
}
.header-wrapper .navbar-light .navbar-toggler {
  outline: none;
  border: none;
  background: #475569;
}
.header-wrapper .navbar-light .navbar-toggler-icon {
  background-image: none;
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
  padding: 4px 0;
}
.header-wrapper .navbar-light .navbar-nav > li {
  padding: 0 12px;
  position: relative;
}
.header-wrapper .navbar-light .navbar-nav > li > a {
  line-height: 70px;
  position: relative;
  padding: 0;
}
.header-wrapper .navbar-light .navbar-nav li a {
  font-weight: 700;
  color: #0F172A;
  text-transform: uppercase;
  font-size: 13px;
}
.header-wrapper .navbar-light .navbar-nav li a:hover {
  color: #15803D;
}
.header-wrapper .navbar-light .navbar-nav li.active > a {
  color: #15803D;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu {
  padding: 0;
  min-width: 230px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 500ms ease 0.4s ease;
  -webkit-transition: all 500ms ease 0.4s ease;
  -moz-transition: all 500ms ease 0.4s ease;
  -ms-transition: all 500ms ease 0.4s ease;
  margin: 0;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li a {
  font-size: 12px;
  border-top: 1px solid #eaeaea;
  line-height: 36px;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li:first-child > a {
  border-top: none;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-menu {
    padding-left: 20px;
  }
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item.active,
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li .dropdown-item:hover {
  background: transparent;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown {
  position: relative;
}
.header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  vertical-align: 0;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
@media (max-width: 991px) {
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown a {
    border-top: none;
  }
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: 5px;
  }
}
@media (min-width: 992px) {
  .header-wrapper .navbar-light .navbar-nav li:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 992px) {
  .header-wrapper .navbar-light .navbar-nav li a:hover {
    color: #fff;
  }
}
.header-wrapper .navbar-light .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  vertical-align: 0;
  float: right;
}

.healnetic-header-transparent.ekit-sticky--effects.ekit-sticky--active {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.healnetic-header-transparent.ekit-sticky--effects.ekit-sticky--active:not(.elementor-motion-effects-element-type-background) {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: rgba(0, 52, 120, 0.7);
}

/* header two */
.make-btn .elementskit-infobox {
  padding: 18px 12px 18px 14px !important;
}
.make-btn .elementskit-infobox .elementskit-info-box-icon {
  margin-right: 15px !important;
}

.newsletter-form .ekit_form_control {
  padding: 10px 30px 10px 30px !important;
}

.elementskit-navbar-nav .elementskit-dropdown li:first-child {
  margin-top: 0;
}

.elementskit-navbar-nav .elementskit-dropdown li:last-child {
  margin-bottom: 0;
}

.elementskit-dropdown-has > a .elementskit-submenu-indicator {
  border: none;
}

/* Offcanvas animation */
.ekit-wid-con .ekit-sidebar-group .ekit-overlay {
  -webkit-transform: translate(-100vw, -100vh);
      -ms-transform: translate(-100vw, -100vh);
          transform: translate(-100vw, -100vh);
  left: 0;
}

.ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit-overlay {
  -webkit-transform: translate(0vw, 0vh);
      -ms-transform: translate(0vw, 0vh);
          transform: translate(0vw, 0vh);
}

.ekit-wid-con .ekit-sidebar-widget {
  max-width: 560px;
}

.header-icon-box .elementskit-box-header .elementskit-info-box-icon {
  margin-right: 15px;
}

/* ============================
		banner area
==============================*/
.banner-area .banner-title {
  font-size: 64px;
  color: #fff;
  line-height: 70px;
  font-weight: 600;
}
.banner-area ol.breadcrumb {
  background: none;
  color: #fff;
}
.banner-area.banner-solid {
  padding-top: 32px;
  padding-bottom: 32px;
  background: #193656;
}
.banner-area.banner-solid .banner-title {
  font-size: 40px;
  line-height: 48px;
}

.banner-bg,
.banner-area {
  padding: 110px 0 70px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner-bg::after,
.banner-area::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(76, 116, 168, 0.8);
  z-index: -1;
}

.banner-heading h2,
.banner-heading h1 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  margin: 5px 10px;
  font-size: 16px;
  color: #fff;
}
.breadcrumb li:not(:last-child)::after {
  position: absolute;
  content: "-";
  right: -15px;
  top: 0;
}
.breadcrumb li a {
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  height: 50px;
  width: 50px;
  border-radius: 100px;
  background-color: #0b3948;
  color: #fff;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* Counter Box Widget
================================================== */
.hk-counter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  --hk-cols: 4;
  --hk-gap: 40px;
  -webkit-column-gap: var(--hk-gap);
     -moz-column-gap: var(--hk-gap);
          column-gap: var(--hk-gap);
  row-gap: 30px;
}

.hk-counter-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - (var(--hk-cols) - 1) * var(--hk-gap)) / var(--hk-cols));
          flex: 0 0 calc((100% - (var(--hk-cols) - 1) * var(--hk-gap)) / var(--hk-cols));
  min-width: 0;
  position: relative;
}

.hk-counter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hk-counter-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #e6f4ec;
  border: 1px solid #15803D;
  margin-right: 20px;
}
.hk-counter-icon i {
  font-size: 28px;
  color: #15803D;
}
.hk-counter-icon svg {
  width: 28px;
  height: 28px;
  fill: #15803D;
}

.hk-counter-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.hk-counter-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
  color: #0F172A;
  margin-bottom: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.hk-counter-title {
  font-size: 16px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
}

.hk-counter-desc {
  font-size: 14px;
  color: #64748B;
  line-height: 1.5;
  margin: 0;
}

.hk-has-separator .hk-counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: calc(var(--hk-gap) / -2);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: var(--sep-width, 1px);
  height: var(--sep-height, 80px);
  background-color: var(--sep-color, #CBD5E1);
  pointer-events: none;
}

.hk-counter-item.hk-align-left .hk-counter-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.hk-counter-item.hk-align-center .hk-counter-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.hk-counter-item.hk-align-center .hk-counter-inner .hk-counter-icon {
  margin-right: 0;
  margin-bottom: 15px;
}
.hk-counter-item.hk-align-right .hk-counter-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
.hk-counter-item.hk-align-right .hk-counter-inner .hk-counter-icon {
  margin-right: 0;
  margin-left: 20px;
}

/* ── Service Box Widget ── */
.hk-service-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--hk-srv-cols, 3), 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}

.hk-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 28px;
  background-color: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  -webkit-transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
}
.hk-service-item:hover {
  border-color: #2DD4A0;
}

.hk-srv-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #E8FAF5;
  border-radius: 12px;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hk-srv-icon i, .hk-srv-icon svg {
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #2DD4A0;
  fill: #2DD4A0;
}

.hk-srv-title {
  font-size: 18px;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 10px;
  line-height: 1.3;
}

.hk-srv-desc {
  font-size: 14px;
  color: #64748B;
  line-height: 1.6;
  margin: 0 0 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hk-srv-btn {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 10px 20px;
  background-color: transparent;
  color: #15803D;
  border: 1px solid #15803D;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  line-height: 1.4;
}
.hk-srv-btn:hover {
  background-color: #15803D;
  color: #ffffff;
}

/* ── Booking Backdrop (bare — booktics styles own the inner UI) ── */
#hk-booking-backdrop {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background-color: rgba(15, 23, 42, 0.7);
  overflow-y: auto;
  padding: 40px 20px;
}

body.hk-modal-open {
  overflow: hidden;
}

#hk-booking-backdrop-close {
  position: fixed;
  top: 56px;
  right: max(36px, 50vw - 584px);
  z-index: 100000;
  width: 36px;
  height: 36px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: #040404;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#hk-booking-backdrop-content {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

/* Hidden service panels (in DOM for React mount, revealed in backdrop) */
.hk-srv-panel {
  display: none;
}
.hk-srv-panel:not([hidden]) {
  display: block;
}

@media (max-width: 1024px) {
  .hk-service-wrap {
    -ms-grid-columns: (1fr)[var(--hk-srv-cols, 2)];
    grid-template-columns: repeat(var(--hk-srv-cols, 2), 1fr);
  }
}
@media (max-width: 767px) {
  .hk-service-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #hk-booking-backdrop {
    padding: 20px 12px;
  }
}
/* ── Blog Posts Widget ── */
.hk-bp-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: ;
  grid-template-columns: repeat(var(--hk-bp-cols, 3), 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}

.hk-bp-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  transition: box-shadow 0.25s ease, transform 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
}
.hk-bp-card:hover {
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* Image / placeholder area */
.hk-bp-thumb {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hk-bp-thumb img.hk-bp-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.hk-bp-thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.hk-bp-placeholder-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

/* Category badge */
.hk-bp-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-block;
  background-color: #ffffff;
  color: #0F172A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 12px;
  border-radius: 50px;
  line-height: 1.4;
  white-space: nowrap;
  z-index: 1;
}

/* Body */
.hk-bp-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 20px 24px;
}

.copy-right {
  padding: 15px 0;
}

/* Meta */
.hk-bp-meta {
  font-size: 13px;
  color: #64748B;
  margin-bottom: 8px;
  line-height: 1.4;
}

/* Title */
.hk-bp-title {
  font-size: 18px;
  font-weight: 700;
  color: #0F172A;
  margin: 0 0 10px;
  line-height: 1.35;
}
.hk-bp-title a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.hk-bp-title a:hover {
  color: #15803D;
}

/* Excerpt */
.hk-bp-excerpt {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin: 0 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Read link */
.hk-bp-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #15803D;
  text-decoration: none;
  margin-top: auto;
  -webkit-transition: color 0.2s ease, gap 0.2s ease;
  transition: color 0.2s ease, gap 0.2s ease;
}
.hk-bp-link:hover {
  color: #0F172A;
  gap: 8px;
}

.hk-bp-arrow {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .hk-bp-wrap {
    -ms-grid-columns: (1fr)[var(--hk-bp-cols, 2)];
    grid-template-columns: repeat(var(--hk-bp-cols, 2), 1fr);
  }
}
@media (max-width: 767px) {
  .hk-bp-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
/* ── Testimonial Box Widget ── */
.hk-testi-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 28px;
  background-color: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  background-size: cover;
}

.hk-testi-quote {
  margin-bottom: 16px;
}
.hk-testi-quote svg {
  width: 32px;
  height: auto;
  fill: #2DD4A0;
}

.hk-testi-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #334155;
  margin-bottom: 28px;
  line-height: 1.7;
}
.hk-testi-desc em {
  font-style: italic;
}
.hk-testi-desc u {
  text-decoration: underline;
}
.hk-testi-desc strong {
  font-weight: 700;
}

.hk-testi-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}

.hk-testi-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.hk-testi-avatar-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hk-testi-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hk-testi-author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.hk-testi-name {
  font-weight: 600;
  font-size: 15px;
  color: #0F172A;
  line-height: 1.3;
}

.hk-testi-subtext {
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.3;
}

.hk-testi-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hk-testi-star {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hk-testi-star svg {
  width: 20px;
  height: 20px;
  fill: #F59E0B;
}
.hk-testi-star.is-empty svg {
  fill-opacity: 0.25;
}

/* ── Healnetic Team Member Widget ── */
/* Off-screen: React mounts here, modal portals to body — still works */
.hk-bkt-offscreen {
  position: fixed;
  left: -9999px;
  top: 0;
  width: 1024px;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.hk-team-grid {
  --hk-tm-cols: 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[var(--hk-tm-cols)];
  grid-template-columns: repeat(var(--hk-tm-cols), 1fr);
}

.hk-team-card {
  --hk-team-accent: #2D8653;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #E8EDF2;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  transition: box-shadow 0.2s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}
.hk-team-card:hover {
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hk-team-card-img-wrap {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #F5F0EA;
}

.hk-team-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  position: relative;
  z-index: 1;
}

.hk-team-card-img-placeholder {
  width: 100%;
  height: 100%;
  background: #E5EAF0;
}

.hk-team-card-body {
  padding: 16px 20px 20px;
}

.hk-team-card-name {
  font-size: 18px;
  font-weight: 600;
  color: #1A2332;
  margin: 0 0 4px;
  line-height: 1.3;
}

.hk-team-card-designation {
  font-size: 14px;
  color: var(--hk-team-accent);
  margin: 0 0 8px;
  line-height: 1.4;
}

.hk-team-card-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 13px;
  color: #555;
  margin-bottom: 16px;
}

.hk-team-star {
  color: #F59E0B;
  fill: #F59E0B;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hk-team-rating-value {
  font-weight: 600;
  color: #1A2332;
}

.hk-team-rating-sep {
  color: #aaa;
}

.hk-team-rating-count {
  color: #666;
}

.hk-team-book-btn {
  width: 100%;
  padding: 10px 16px;
  background: transparent;
  border: 1.5px solid var(--hk-team-accent);
  border-radius: 8px;
  color: var(--hk-team-accent);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
  display: block;
}
.hk-team-book-btn:hover:not([disabled]) {
  background: var(--hk-team-accent);
  color: #fff;
}
.hk-team-book-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  border-color: #aaa;
  color: #aaa;
}
.hk-team-book-btn.is-loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
}
.hk-team-book-btn.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid var(--hk-team-accent);
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: hk-spin 0.7s linear infinite;
          animation: hk-spin 0.7s linear infinite;
}

@-webkit-keyframes hk-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes hk-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.elementor-icon-list-items {
  padding: 0 !important;
  list-style: none;
}

/* footer social icons */
.footer-social {
  text-align: center;
}
.footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.footer-social li {
  display: inline-block;
  margin: 0;
}
.footer-social li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-social li a :hover {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-social li a i {
  color: #fff;
}

/* header search overlay */
.nav-search-area {
  position: relative;
}
.nav-search-area .nav-search {
  cursor: pointer;
  font-size: 16px;
}
.nav-search-area .nav-search.hide {
  visibility: hidden;
}
.nav-search-area .nav-search #search {
  display: inline-block;
  padding: 8px 10px;
}
.nav-search-area .search-block {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  background: #fff;
  padding: 10px 40px 10px 15px;
  min-width: 320px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.nav-search-area .search-block .healnetic-serach {
  margin: 0;
}
.nav-search-area .search-block .healnetic-serach .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.nav-search-area .search-block .healnetic-serach .input-group .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.nav-search-area .search-block .healnetic-serach .input-group .search-button {
  height: 40px;
  padding: 0 14px;
  background: #15803D;
  color: #fff;
  border: 0;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.nav-search-area .search-block .search-close {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 14px;
}
.nav-search-area .search-block .search-close:hover {
  color: #15803D;
}

.footer-pivacy .elementor-icon-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-contact .elementor-icon-box-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.header-contact .elementor-icon-box-wrapper .elementor-icon-box-description {
  margin: 0 !important;
}

/* ── Blog Single Page — Mobile Responsive Titles ── */
@media (max-width: 767px) {
  .single-post .post .entry-header .entry-title,
  .single-post .entry-title,
  .blog-single .post .entry-header .entry-title,
  .blog-single .entry-title,
  body.single-post .post .entry-header .entry-title,
  body.single-post .entry-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .single-post .blog-post-comment .comment-title,
  .single-post .blog-post-comment .comment-respond .comment-reply-title,
  .blog-single .blog-post-comment .comment-title,
  .blog-single .blog-post-comment .comment-respond .comment-reply-title,
  body.single-post .blog-post-comment .comment-title,
  body.single-post .blog-post-comment .comment-respond .comment-reply-title {
    font-size: 20px;
  }
  .single-post .comments-list .comment-author,
  .blog-single .comments-list .comment-author,
  body.single-post .comments-list .comment-author {
    font-size: 16px;
  }
  .single-post .author-box .author-info > h3,
  .blog-single .author-box .author-info > h3,
  body.single-post .author-box .author-info > h3 {
    font-size: 16px;
  }
  .single-post .post-navigation h3,
  .blog-single .post-navigation h3,
  body.single-post .post-navigation h3 {
    font-size: 15px;
    line-height: 22px;
  }
  .single-post .sidebar .widget .widget-title,
  .blog-single .sidebar .widget .widget-title,
  body.single-post .sidebar .widget .widget-title {
    font-size: 16px;
  }
}
.wp-block-search__label {
  color: #0F172A !important;
}

@media (max-width: 480px) {
  .single-post .post .entry-header .entry-title,
  .single-post .entry-title,
  .blog-single .post .entry-header .entry-title,
  .blog-single .entry-title {
    font-size: 20px;
    line-height: 28px;
  }
}
/*==========================
tab rotate
===========================*/
@media (min-width: 992px) and (max-width: 1200px) {
  .header-contact-info li {
    padding: 0 30px 0 60px;
    font-size: 14px;
  }
  .mobile-left .elementskit-section-title {
    text-align: left;
    margin: 0;
  }
  .tab-center * {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .ts-tab .nav-tabs .nav-link {
    font-size: 16px;
    padding: 0 15px;
  }
  .header-wrapper .navbar-light .navbar-nav li a,
  .header-wrapper .navbar-light .navbar-nav li.active > a {
    color: #fff;
  }
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li a {
    border-top: none;
    white-space: pre-wrap;
  }
  .header-wrapper .navbar-light .navbar-nav li ul.dropdown-menu li.dropdown > a:after {
    right: 0px;
  }
}
/*==========================
tab device
===========================*/
@media (min-width: 768px) and (max-width: 991px) {
  .header-contact-info li {
    padding: 0 14px 0 14px;
    font-size: 13px;
  }
  .header-contact-info li i {
    display: none;
  }
  .banner-area .banner-title {
    font-size: 50px;
    line-height: 55px;
  }
  .nav-search-area,
  .header-quote {
    display: none;
  }
  .textwidget .contact {
    margin-bottom: 30px;
  }
}
/*==========================
small device /mobile sm and large
===========================*/
@media (max-width: 767px) {
  a.logo.d-none {
    display: block !important;
  }
  .nav-search-area,
  .header-quote {
    display: none;
  }
  .header-top-info .ekit-wid-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-area {
    padding: 60px 0;
  }
  .banner-area .banner-title {
    font-size: 40px;
    line-height: 44px;
  }
  .banner-area .mt-80 {
    margin-top: 150px;
  }
  .blog .post-body .entry-title {
    font-size: 24px;
    line-height: 30px;
  }
  .blog .pagination {
    margin-bottom: 40px;
  }
  .copy-right {
    text-align: center;
  }
  .copy-right .footer-social {
    text-align: center;
    margin-top: 15px;
    float: none;
  }
  .copy-right .footer-social ul {
    padding: 0;
  }
  .ts-tab .nav-tabs .nav-link {
    font-size: 12px;
    padding: 0 13px;
  }
  .healnetic-header-transparent {
    background: rgba(21, 128, 61, 0.5) !important;
  }
}
@media (max-width: 375px) {
  .banner-item .slider-content .btn-wrapper .btn {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .ts-feature-box.style2 {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .mobile-left .elementskit-section-title {
    text-align: left;
    margin-left: 0;
  }
  .mobile-center .elementskit-section-title {
    text-align: center;
    margin: 0;
  }
  .mobile-right .elementskit-section-title {
    text-align: right;
    margin-right: 0;
  }
  .elementskit-navbar-nav > li > a i {
    color: inherit !important;
  }
}
@media (min-width: 1025px) {
  .main-nav .elementskit-navbar-nav > li > a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
  }
  .main-nav .elementskit-navbar-nav > li > a:hover::after {
    opacity: 1;
  }
  .main-nav.nav-light-bg .elementskit-navbar-nav > li > a::after {
    background: rgba(21, 128, 61, 0.4);
  }
}
@media (max-width: 767px) {
  .post-navigation .post-previous, .post-navigation .post-next {
    float: none;
    width: 100%;
    display: block;
    border: 0;
  }
}
@media (max-width: 767px) {
  .post-navigation .post-next {
    text-align: left;
    margin-top: 30px;
    padding: 0;
  }
}