@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
asdsad
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --geomanistRegular: "Geomanist Regular";
  --geomanistMedium: "Geomanist Medium";
  --geomanistBold: "Geomanist Bold";
  --paytoneOne: "Paytone One", sans-serif;
  --geomanistBook: "Geomanist Book";
  --tiemposHeadlineBlack: "Tiempos Headline";
  --tiemposHeadlineSemibold: "Tiempos Fine";
  --default-trans: 0.3s all ease-in-out;
}

html {
  overflow-x: hidden;
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */
}
p:empty {
  display: none;
}
/**
 * Remove default margin.
 */

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
/* 1 */

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

::-moz-selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

body {
  margin: 0;
  padding: 0;
  font-size: 18px !important;
  overflow-x: hidden;
  color: #292f27 !important;
  font-family: var(--geomanistRegular);
  margin-right: 0px !important;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto !important;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none !important;
}

p {
  margin-top: 0;
}

@font-face {
  font-family: "Geomanist Regular";
  src: url("fonts/Geomanist-Regular.eot");
  src: url("fonts/Geomanist-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Geomanist-Regular.woff2") format("woff2"),
    url("fonts/Geomanist-Regular.woff") format("woff"),
    url("fonts/Geomanist-Regular.ttf") format("truetype"),
    url("fonts/Geomanist-Regular.svg#Geomanist-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist Medium";
  src: url("fonts/Geomanist-Medium.eot");
  src: url("fonts/Geomanist-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Geomanist-Medium.woff2") format("woff2"),
    url("fonts/Geomanist-Medium.woff") format("woff"),
    url("fonts/Geomanist-Medium.ttf") format("truetype"),
    url("fonts/Geomanist-Medium.svg#Geomanist-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist Bold";
  src: url("fonts/Geomanist-Bold.eot");
  src: url("fonts/Geomanist-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Geomanist-Bold.woff2") format("woff2"),
    url("fonts/Geomanist-Bold.woff") format("woff"),
    url("fonts/Geomanist-Bold.ttf") format("truetype"),
    url("fonts/Geomanist-Bold.svg#Geomanist-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geomanist Book";
  src: url("fonts/Geomanist-Book.eot");
  src: url("fonts/Geomanist-Book.eot?#iefix") format("embedded-opentype"),
    url("fonts/Geomanist-Book.woff2") format("woff2"),
    url("fonts/Geomanist-Book.woff") format("woff"),
    url("fonts/Geomanist-Book.ttf") format("truetype"),
    url("fonts/Geomanist-Book.svg#Geomanist-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tiempos Headline";
  src: url("fonts/TiemposHeadline-Black.eot");
  src: url("fonts/TiemposHeadline-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/TiemposHeadline-Black.woff2") format("woff2"),
    url("fonts/TiemposHeadline-Black.woff") format("woff"),
    url("fonts/TiemposHeadline-Black.ttf") format("truetype"),
    url("fonts/TiemposHeadline-Black.svg#TiemposHeadline-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tiempos Fine";
  src: url("fonts/TiemposFine-Semibold.eot");
  src: url("fonts/TiemposFine-Semibold.eot?#iefix") format("embedded-opentype"),
    url("fonts/TiemposFine-Semibold.woff2") format("woff2"),
    url("fonts/TiemposFine-Semibold.woff") format("woff"),
    url("fonts/TiemposFine-Semibold.ttf") format("truetype"),
    url("fonts/TiemposFine-Semibold.svg#TiemposFine-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/**************global css end*******/

.container {
  position: relative;
  max-width: 1560px !important;
  margin: 0 auto;
  padding: 0 15px;
  width: 100% !important;
}

h1,
h2,
h3 {
  font-family: var(--paytoneOne);
}

.main-heading h2 {
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 25px;
}

.main-heading h2 span {
  color: #378924;
}

.main-heading h4 {
  font-size: 24px;
  font-family: var(--geomanistBook);
  color: #646a63;
}

/*============ Start Header ================*/
header {
  padding: 20px 0 24px;
  border-bottom: 1px #c7c9c5 solid;
  position: absolute;
  width: 100%;
}

.logo img {
  max-width: 320px;
  width: 100%;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-right-sec,
.header-right-items {
  display: flex;
  align-items: center;
}

.header-right-sec {
  gap: 25px;
}

.header-right-items {
  gap: 12px;
}

.header-right-items p {
  margin: 0;
  line-height: 22px;
}

.header-right-items p a {
  font-size: 20px;
  font-family: var(--geomanistMedium);
  color: #292f27;
}

.header-right-items p a:hover {
  color: #378924;
}

/*============ End Header ================*/

/*============ Banner start ================*/

.banner {
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0 48px;
}

.banner h1 {
  text-align: center;
  color: #378924;
  font-size: 60px;
  max-width: 1320px;
  margin: 0 auto;
  line-height: 70px;
}

.banner-heading {
  text-align: center;
  margin-bottom: 45px;
}

.banner-heading p {
  font-size: 20px;
  font-family: var(--geomanistMedium);
  display: inline-block;
  color: #bcf437;
  background-color: #121810;
  padding: 3px 19px;
  border-radius: 8px;
}

.banner-left .banner-list-items-holder + a {
  color: #292f27;
  font-family: var(--geomanistMedium);
  font-size: 25px;
  display: inline-block;
  margin-top: 15px;
}

.banner-left .banner-list-items-holder + a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.banner-left .banner-list-items-holder + a:hover {
  color: #378924;
}

.banner-left > p {
  font-family: var(--geomanistBook);
  font-size: 25px;
  max-width: 480px;
  margin-bottom: 45px;
  color: #314014;
}
.banner-list-items .item {
  color: #0c2506;
}
.banner-list-items {
  display: flex;
  align-items: center;
  gap: 16px;
}

.banner-list-items + .banner-list-items {
  padding-top: 22px;
}

.banner-right {
  display: flex;
  gap: 35px;
  position: relative;
  justify-content: flex-end;
}

.banner-form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  border: 1px #bcbcbc solid;
  min-width: 270px;
  max-width: 270px;
  padding-bottom: 25px;
}
.banner-form h2 {
  font-size: 20px;
  color: #378924;
  margin-bottom: 30px;
  text-align: center;
}

.banner-form label {
  font-size: 16px;
  font-family: var(--geomanistBook);
  padding-left: 6px;
}

input.custom-form-control {
  font-size: 16px;
  color: #344830;
  min-height: 38px;
  padding: 0 6px 6px;
  border: none;
  border-bottom: 1px #e4e4e4 solid !important;
  width: 100%;
  display: block;
  outline: none;
}

.custom-form-wrap {
  margin-bottom: 20px;
}
.banner-form p {
  margin: 0;
  position: relative;
}
.banner-form .wpcf7-spinner {
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  bottom: -25px;
}
/* .banner-video-sec .overlay-img {
  position: absolute;
  left: -137px;
  bottom: 0;
  max-width: 228px;
} */

.banner-form input::-webkit-outer-spin-button,
.banner-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.banner-form input[type="number"] {
  -moz-appearance: textfield;
}

.banner-form input[type="submit"] {
  background: #0c2506 url(images/arrow1.png) no-repeat center right 12px;
  color: #fff;
  border: none;
  min-height: 57px;
  width: 100%;
  border-radius: 7px;
  font-size: 20px;
  font-family: var(--geomanistMedium);
  color: #fff330;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
}

.banner-form input[type="submit"]:hover {
  background: #0c2506 url(images/arrow1.png) no-repeat center right 18px;
  transition: all ease-in-out 0.3s;
}

.buy-now-btn a {
  font-size: 38px;
  color: #000000;
  font-family: var(--geomanistMedium);
  min-width: 318px;
  min-height: 95px;
  background-color: #fff330;
  display: inline-block;
  text-align: center;
  padding: 23px 0;
  line-height: normal;
  border-radius: 8px;
  box-shadow: 0 10px #cbc00e;
  margin-top: 96px;
}

.buy-now-btn a i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  transition: all ease-in-out 0.3s;
}

.buy-now-btn a:hover i {
  margin-left: 20px;
  transition: all ease-in-out 0.3s;
}

.banner-video-sec {
  position: relative;
  max-height: 415px;
}

@media only screen and (min-width: 1400px) {
/*   .banner-video-sec .overlay-img {
    left: -170px;
    bottom: -48px;
    max-width: 280px;
  } */
}

/*============ Banner end ================*/

/*============ Body Content start ================*/

.logo-slider-section {
  padding: 50px 0 0 0;
}

.logo-slider-wrapper {
  border-bottom: 1px #e0e0e0 solid;
  padding: 0 0 50px 0;
  text-align: center;
}

.logo-slider-wrapper h2 {
  color: #292f27;
  font-size: 30px;
}

.logo-slider {
  max-width: 1280px;
  margin: 38px auto 0 auto;
}

.logo-slider .item {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
}

.logo-slider img {
  filter: grayscale(100%);
  max-width: 140px;
}

.logo-slider img:hover {
  filter: grayscale(0%);
}

.tired-sec {
  position: relative;
  padding: 80px 0 65px;
}

.tired-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/bg-1.png) no-repeat center right;
  background-size: cover;
  width: 58%;
  height: 100%;
  z-index: -1;
}

.tired-sec-list {
  margin: 55px 0 35px;
}

.tired-sec-list ul {
  padding: 0 0 0 15px;
  width: 100%;
  overflow: hidden;
}

.tired-sec-list ul li {
  width: 50%;
  float: left;
  color: #378924;
  font-family: var(--geomanistBook);
  margin-bottom: 10px;
  background: url(images/li-icon.png) no-repeat left top 4px;
  padding-left: 28px;
}

.tired-sec-wrapper h4 {
  font-family: var(--geomanistBook);
  font-size: 24px;
  margin: 0px 0 25px;
  clear: both;
}

.pain-relief-sec h4 {
  font-family: var(--geomanistBook);
  font-size: 24px;
  margin: 45px 0 45px;
  max-width: 750px;
}

.pain-relief-sec {
  background-color: #0c2506;
  padding: 90px 0 80px;
  color: #ffffff;
}

.pain-relief-sec .main-heading h2 span {
  color: #bcf437;
}

.pain-relief-left .main-heading {
  max-width: 650px;
}

.pain-relief-right {
  position: relative;
  padding-left: 65px;
  margin-bottom: -190px;
}

.overlay-img2 {
  position: absolute;
  left: -40px;
  bottom: -55px;
}

.end-joint-pain-sec {
  padding: 320px 0 120px;
  position: relative;
}

.end-joint-pain-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/bg-2.png) no-repeat center right;
  background-size: cover;
  width: 70%;
  height: 100%;
  z-index: -1;
}

.joint-pain-content h4 {
  font-family: var(--geomanistBook);
  font-size: 24px;
  margin: 45px 0 35px;
}

.testimonials-sec {
  padding: 70px 0 60px;
}

.testimonials-sec .main-heading h2 {
  margin-bottom: 12px;
}

.testimonial-video-sec {
  position: relative;
}

.testimonial-video-sec img:first-child {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 358px !important;
  object-fit: cover;
  object-position: center;
}

.testimonial-video-sec .play-icon {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%);
}

.testimonial-video-sec a {
  display: block;
}

.testimonial-slider {
  margin-top: 40px;
  position: relative;
}

.testimonial-slider .item {
  padding: 15px;
}

.testimonial-slider .item .testimonial-box {
  padding: 38px;
  border: 1px #14af7e solid;
  border-radius: 10px;
  position: relative;
}

.test-author-img {
  width: 58px;
  height: 58px;
}
.testimonial-slider .item .testimonial-box::before {
  content: "";
  position: absolute;
  background: url(images/quote-img.png) no-repeat center;
  left: 38px;
  top: -15px;
  z-index: 9;
  width: 56px;
  height: 31px;
}

.testimonial-content-sec p {
  margin-top: 32px;
  margin-bottom: 18px;
}

.testimonial-author {
  display: flex;
  gap: 18px;
  align-items: center;
}

.test-author-img img {
  width: 100%;
  height: 100% !important;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.test-author-info h4 {
  font-size: 22px;
  color: #181818;
  font-family: var(--geomanistBook);
  margin-bottom: 4px;
}

.test-author-info p {
  color: #929eab;
  font-size: 16px;
  margin-bottom: 0;
}
.testimonial-slider .slick-arrow img {
  transition: var(--default-trans);
}
.testimonial-slider .slick-arrow {
  position: absolute;
  right: 15px;
  top: -125px;
  font-size: 20px;
  color: #9bc491;
  cursor: pointer;
}
.testimonial-slider .slick-arrow:hover {
  opacity: 0.5;
}

.testimonial-slider .slick-arrow.slick-prev {
  right: 80px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  background: url(images/prev-icon2.png) no-repeat center;
  background-size: contain;
  width: 31px;
  height: 20px !important;
  font-size: 0;
}
.testimonial-slider .slick-arrow.slick-next {
  background-color: transparent;
  border: none;
  box-shadow: none;
  background: url(images/next-icon2.png) no-repeat center;
  background-size: contain;
  width: 31px;
  height: 20px !important;
  font-size: 0;
}
.testimonial-slider .slick-dots,
.tab-slider .slick-dots,
.client-review-slider .slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}

.testimonial-slider .slick-dots li,
.tab-slider .slick-dots li,
.client-review-slider .slick-dots li {
  display: inline-block;
  margin: 3px;
}

.testimonial-slider .slick-dots button,
.tab-slider .slick-dots button,
.client-review-slider .slick-dots button {
  background-color: #d7d7d7;
  font-size: 0;
  border: none;
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.testimonial-slider .slick-dots li.slick-active button,
.tab-slider .slick-dots li.slick-active button,
.client-review-slider .slick-dots li.slick-active button {
  width: 22px;
  border-radius: 16px;
}

.beyond-sec {
  padding: 70px 0;
  background-color: #edffaa;
}

.beyond-left {
  text-align: center;
}

.beyond-left .main-heading h2 {
  font-size: 40px;
  line-height: 50px;
}

.beyond-left h4 {
  font-family: var(--geomanistMedium);
  font-size: 20px;
  text-transform: uppercase;
  margin: 45px 0 0 0;
}

.beyond-img img {
  border-radius: 8px;
  overflow: hidden;
}

.beyond-right .row > *:nth-child(2) {
  margin-top: 98px;
}

.formula-sec {
  padding: 80px 0 56px;
}

.formula-sec .main-heading {
  text-align: center;
  margin-bottom: 60px;
}

#tab > ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px #d5d5d5 solid;
  max-width: 970px;
}

#tab > ul > li {
  display: inline-block;
}

#tab > ul > li > a img {
  display: inline-block;
  text-align: center;
  margin-bottom: 24px;
  box-shadow: 2px 0 35px rgb(0 0 0 / 19%);
  border-radius: 50%;
  height: 100px !important;
  width: 100px;
  object-fit: cover;
  object-position: center;
}

#tab > ul > li > a {
  color: #a2a7a0;
  font-size: 20px;
  font-family: var(--geomanistMedium);
  border-bottom: 3px transparent solid;
  padding-bottom: 20px;
  display: inline-block;
}

#tab > ul > li.active > a {
  color: #378924;
  border-color: #378924;
}

.tab-body {
  margin-top: 56px;
}

.formula-content .main-heading {
  margin-bottom: 53px;
}

.formula-content h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
}

.formula-content-items {
  height: 100%;
}

.formula-content-items h4 {
  font-size: 18px;
  font-family: var(--geomanistBook);
  color: #378924;
  margin-bottom: 38px;
}

.formula-content-items ul {
  padding: 0 0 0 15px;
}

.formula-content-items ul li {
  margin-bottom: 10px;
  background: url(images/li-icon.png) no-repeat left top 7px;
  padding-left: 33px;
}

.formula-content-items ul li + li {
  margin-top: 25px;
}

.formula-content .row > *:first-child .formula-content-items {
  padding-right: 50px;
  border-right: 1px #d5d5d5 solid;
}

.formula-content .row > *:nth-child(2) .formula-content-items {
  padding-left: 50px;
}

.tab-slider .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.tab-slider .slick-arrow.slick-prev {
  left: 0;
  border: none;
  box-shadow: none;
  background: url(images/prev-icon.png) no-repeat center;
  background-size: contain;
  width: 57px;
  height: 57px !important;
  font-size: 0;
}
.foot-form .wpcf7 form .wpcf7-response-output {
  color: white;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}
.tab-slider .slick-arrow.slick-next {
  right: 0;
  border: none;
  box-shadow: none;
  background: url(images/next-icon.png) no-repeat center;
  background-size: contain;
  width: 57px;
  height: 57px !important;
  font-size: 0;
}

.tab-slider .item {
  padding: 0 80px;
}

.formula-sec .buy-now-btn a {
  margin-top: 45px;
}

.solution-sec {
  padding: 70px 0;
  background: url(images/bg3.jpg) no-repeat center;
  background-size: cover;
}

.solution-content {
  /* max-width: 1140px; */
  /* margin-left: auto; */
  padding-left: 415px;
}

.solution-content .main-heading {
  max-width: 767px;
  text-align: center;
  margin-bottom: 76px;
}

.solution-items {
  display: flex;
  gap: 12px;
}

.solution-items h4 {
  font-family: var(--tiemposHeadlineBlack);
  font-size: 25px;
  color: #292f27;
  margin-bottom: 18px;
}

.solution-items + .solution-items {
  margin-top: 50px;
}

.solution-items .item > img {
  min-width: 100px;
}

.solution-pro-img {
  position: absolute;
  left: -65px;
  bottom: -100px;
}

.client-review-sec {
  padding-top: 100px;
}

.experience-sec {
  padding: 80px 0 90px;
}

.experience-sec .main-heading {
  text-align: center;
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.experience-sec .main-heading h4 {
  line-height: 34px;
}

.exp-left img {
  margin: 0 auto;
}

.exp-list {
  font-size: 25px;
}

.exp-list + .exp-list {
  margin-top: 15px;
}

.exp-list strong {
  color: #008332;
}

.exp-list > span {
  font-family: var(--tiemposHeadlineSemibold);
  width: 55px;
  display: inline-block;
}

.secret-healing-sec {
  padding: 65px 0;
  background: #0c2506;
  color: #fff;
}

.secret-healing-sec .main-heading h2 {
  margin-bottom: 40px;
}

.secret-healing-sec .main-heading h2 span {
  color: #bcf437;
}

.secret-healing-sec .main-heading h4 {
  font-family: var(--geomanistRegular);
  color: #ffffff;
  line-height: 35px;
  margin-bottom: 50px;
}

.secret-healing-item {
  display: flex;
  gap: 20px;
}

.secret-healing-item > .item img {
  min-width: 103px;
}

.secret-healing-item h4 {
  font-family: var(--tiemposHeadlineBlack);
  margin-bottom: 15px;
}

.fitness-sec {
  padding: 70px 0 55px;
}
.fitness-sec .row {
  margin-bottom: 45px;
}
.fitness-sec .main-heading h2 {
  line-height: 60px;
  margin-bottom: 30px;
}

.fitness-sec .main-heading + p {
  max-width: 670px;
  margin-bottom: 34px;
}

.fitness-sec .test-author-info h4 {
  margin-bottom: 0;
}

.fitness-number {
  font-family: var(--geomanistBold);
  position: relative;
  padding-left: 124px;
  min-height: 67px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.fitness-number::before {
  content: "";
  width: 67px;
  height: 67px;
  background: #bcf437;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.fitness-number::after {
  content: "";
  position: absolute;
  left: 47px;
  width: 66px;
  height: 2px;
  background-color: #292f27;
  top: 50%;
  transform: translateY(-50%);
}

.fitness-sec .row:nth-child(even) {
  flex-direction: row-reverse;
}

.fitness-content .main-heading {
  max-width: 690px;
}

/* Bikram css start  */
.footer-top {
  padding: 100px 0 115px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .container {
  max-width: 1510px;
  margin: 0 auto;
}
.left-foot-content .main-heading h2 {
  color: white;
}
.left-foot-content .main-heading h2 span {
  display: inline-block;
  color: #bcf437;
}
.left-foot-content .main-heading p {
  font-family: var(--geomanistBook);
  font-size: 25px;
  line-height: 35px;
  color: white;
  margin-bottom: 50px;
  max-width: 735px;
  width: 100%;
}
.left-foot-content ul {
  margin: 0;
  padding: 0;
}
.foot-social-end {
  margin-top: 10px;
}
.left-foot-content ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 10px;
}
.foot-links p {
  font-family: var(--geomanistRegular);
  line-height: 27px;
  font-size: 22px;
  color: #879c83;
}
.foot-links p a {
  display: block;
  font-family: var(--geomanistMedium);
  color: #bcf437;
  line-height: 27px;
  font-size: 28px;
  padding-top: 10px;
  transition: var(--default-trans);
}
.foot-links p a:hover {
  color: #14af7e;
}
.footer-bottom-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-end {
  text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 20px;
}
.foot-social-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 55px;
}
.foot-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.foot-social ul li a {
  font-family: var(--geomanistRegular);
  font-size: 18px;
  line-height: 37px;
  color: #292f27;
  display: inline-block;
  transition: var(--default-trans);
}
.foot-social ul li a:hover {
  color: #378924;
}
.foot-social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.foot-social-icons a {
  display: block;
  transition: var(--default-trans);
  color: #000;
}
.foot-social-icons a:hover {
  color: #378924;
}
.footer-bottom {
  padding: 30px 0;
}
.foot-end p {
  margin: 0;
  font-family: var(--geomanistRegular);
  font-size: 14px;
  line-height: 24px;
  color: #838383;
}
.foot-end p a {
  display: inline-block;
  color: #378924;
  transition: var(--default-trans);
}
.foot-end p a:hover {
  color: #838383;
}
.foot-form h3 {
  font-family: var(--paytoneOne);
  font-size: 28px;
  line-height: 37px;
  color: white;
  margin-bottom: 30px;
}
.foot-form .input-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.foot-form .input-wrapper label {
  font-size: 18px;
  line-height: 27px;
  color: white;
  font-family: var(--geomanistRegular);
  margin-bottom: 5px;
}
.foot-form .input-wrapper input,
.foot-form .input-wrapper textarea {
  background: transparent;
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  color: white;
  font-family: var(--geomanistRegular);
  padding: 10px 7px 18px 0;
  border: none;
  border-bottom: 1px solid #73936d;
}
.foot-form .input-wrapper input:focus-within,
.foot-form .input-wrapper textarea:focus-within {
  outline: none;
}
.foot-form .input-wrapper textarea {
  min-height: 70px;
}
.foot-form .input-wrapper input::placeholder,
.foot-form .input-wrapper textarea::placeholder {
  /* color: #2a5123; */
  color: #879c83;
}
.foot-form .input-wrapper input[type="submit"] {
  background: url(images/right-arw-foot.png) no-repeat center right 18px;
  color: #292f27;
  border-radius: 7px;
  padding: 15px 135px 15px 85px;
  font-size: 25px;
  line-height: 33px;
  font-family: var(--geomanistMedium);
  background-color: #fff330;
  cursor: pointer;
  width: auto;
  position: relative;
  border: 1px solid transparent;
  transition: all ease-in-out 0.3s;
}
.foot-form .input-wrapper input[type="submit"]:hover {
  border: 1px solid #fff330;
  background-position: center right 10px;
}
/* footer ends  */

/* oil sec start  */
.oil-sec {
  background: #edffaa;
  padding: 82px 0 55px;
}
.oil-sec .main-heading {
  text-align: center;
  padding-bottom: 45px;
}
.oil-sec .banner-right-btn {
  text-align: center;
}
.oil-sec .banner-right-btn a {
  margin-top: 53px;
  font-size: 38px;
  color: #000000;
  font-family: var(--geomanistMedium);
  min-width: 318px;
  min-height: 95px;
  background-color: #fff330;
  display: inline-block;
  text-align: center;
  padding: 23px 0;
  line-height: normal;
  border-radius: 8px;
  box-shadow: 0 10px #cbc00e;
}
.oil-sec .banner-right-btn a i {
  transition: all ease-in-out 0.3s;
}
.oil-sec .banner-right-btn a:hover i {
  margin-left: 20px;
}
.ratings {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.star-sec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.ratings p {
  margin-bottom: 0 !important;
}
.oil-box {
  padding: 48px 23px 30px;
  background: white;
  border: 1px solid #14af7e;
  margin: 0 12.5px;
  position: relative;
  border-radius: 16px;
  margin-top: 20px;
}
.oil-box::after {
  content: "";
  position: absolute;
  background: url(images/quote-img-1.jpg) no-repeat center;
  left: 38px;
  top: -14px;
  z-index: 9;
  width: 56px;
  height: 31px;
}
.star-sec i {
  color: #378924;
  display: block;
}
.ratings p {
  font-family: var(--geomanistRegular);
  font-size: 16px;
  line-height: 27px;
  color: #000;
}
.ratings p span {
  font-family: var(--geomanistBold);
  display: inline-block;
  color: #378924;
}
.oil-box h3 {
  margin-bottom: 23px;
  font-family: var(--geomanistMedium);
  font-size: 16px;
  line-height: 27px;
  color: #292f27;
}
.oil-box p {
  font-family: var(--geomanistRegular);
  color: #292f27;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
}
.oil-slider .slick-arrow {
  display: none !important;
}
.oil-review-content {
  min-height: calc(100% - 130px);
}
.review-sec b {
  display: block;
  font-family: var(--geomanistBook);
  color: #181818;
  font-size: 22px;
  font-weight: 400 !important;
}
.review-sec {
  margin-top: 35px;
  font-family: var(--geomanistRegular);
  color: #929eab;
  font-size: 16px;
}
.oil-slider .slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}

.oil-slider .slick-dots li {
  display: inline-block;
  margin: 3px;
}

.oil-slider .slick-dots button {
  background-color: #d7d7d7;
  font-size: 0;
  border: none;
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.oil-slider .slick-dots li.slick-active button {
  width: 22px;
  border-radius: 16px;
}
/* oil sec end  */

/* .doubt-sec start  */
.doubt-sec {
  padding: 210px 0 145px;
}
.doubt-sec .container {
  max-width: 1616px !important;
  position: relative;
}
.doubt-sec-holder {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.doubt-sec-holder > img {
  position: absolute;
  right: 0;
  top: -95px;
}
.doubt-sec-faq {
  max-width: 955px;
  width: 100%;
}
.doubt-sec-faq .main-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
  width: 100%;
}
.doubt-sec .c_accordion_wrap {
  border-bottom: 1px solid #ececec;
  padding: 30px 0;
}
.doubt-sec .acc_heading {
  color: #378924;
  font-size: 20px;
  line-height: 27px;
  cursor: pointer;
  position: relative;
  font-family: var(--geomanistBook);
  display: flex;
  align-items: center;
  padding-right: 70px;
}
.doubt-sec .acc_heading::before {
  content: "";
  background: url(images/plusicon.png) no-repeat center;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
  position: absolute;
  right: 0px;
  left: auto;
  top: -15px;
}
.doubt-sec .acc_heading.active::before {
  background: url(images/minusicon.png) no-repeat right center;
  transform: rotate(0deg);
  background-size: 100%;
}
.doubt-sec .acc_contents {
  display: none;
  padding: 30px 0 0 0;
}
.doubt-sec .acc_contents p {
  color: #292f27;
  font-size: 18px;
  line-height: 27px;
  font-family: var(--geomanistRegular);
  margin-bottom: 0px;
  max-width: 800px;
}

/* .doubt-sec end */

/* risk-sec start  */
.risk-sec {
  background: #d3ffdc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 700px;
}
.risk-sec .risk-sec-img {
  position: absolute;
  left: 0;
  top: -75px;
}
.risk-sec .risk-sec-img img:nth-child(2) {
  display: none;
}
.risk-sec-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.risk-sec-text .main-heading {
  text-align: center;
  max-width: 675px;
  width: 100%;
}
.risk-sec-text .main-heading p {
  font-size: 24px;
  line-height: 30px;
  font-family: var(--geomanistBook);
  max-width: 613px;
}
.risk-sec-text .main-heading .sub_heading {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  font-family: var(--geomanistMedium);
  color: #292f27;
  background: #bcf437;
  padding: 0 18px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.risk-sec-text .main-heading .buy-now-btn a {
  margin-top: 30px;
}
/* risk-sec end  */

.client-review-sec .container {
  max-width: 1555px !important;
}
.client-review-box {
  padding: 50px 30px 20px;
  background: #f3fbf1;
  border: 1px solid #14af7e;
  margin: 0 12.5px;
  position: relative;
  border-radius: 16px;
  margin-top: 20px;
}
.client-review-box::after {
  content: "";
  position: absolute;
  background: url(images/quote-img-2.png) no-repeat center;
  left: 38px;
  top: -14px;
  z-index: 9;
  width: 56px;
  height: 31px;
}
.client-review-box .testimonial-author .test-author-info p {
  color: #929eab;
}
.client-review-box .ratings .star-sec i {
  color: #ffc107;
}
.client-review-box .ratings {
  margin-bottom: 0;
}
.client-review-box .testimonial-author {
  margin-bottom: 25px;
}
.client-review-box p {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 27px;
  font-family: var(--geomanistRegular);
  color: #292f27;
}
.client-review-box .testimonial-author p {
  margin-bottom: 0;
}
/* Bikram css end  */

/*============ Body content end ================*/

.banner-section {
  width: 100%;
  /* background: url(http://localhost/Sumanta/chakraheal/wp-content/themes/chakraheal-child/images/banner-img.jpg)
    no-repeat; */
  background-size: cover !important;
  background-position: center !important;
  padding: 200px 0 100px;
}
.inner-page-content {
  padding: 70px 0;
}
.inner-page-content h2 {
}
.ftr-copy {
  font-family: var(--geomanistRegular);
  font-size: 16px;
  line-height: 37px;
  color: #292f27;
  display: inline-block;
  transition: var(--default-trans);
}
.inner-page-content ul {
  list-style: disc;
}
.inner-page-content ul li,
.inner-page-content ol li {
  margin-bottom: 12px;
}
.inner-page-content a {
  color: #378924;
}
.inner-page-content a:hover {
  text-decoration: underline !important;
}
.custom-add-to-cart-button {
}
.added_to_cart {
  display: none !important;
}

.contact-page-content {
  padding-top: 110px;
  padding-bottom: 0;
}
.woofc-count span {
	background: #378924!important;
}
/* .inner-banner-txt h1 {
	    text-align: center;
    color: #378924;
    font-size: 60px;
    max-width: 1320px;
    margin: 0 auto;
    line-height: 70px;
} */
.inner-banner-txt.banner {
	padding: 0!important;
}
.woocommerce-checkout-payment button {
	background: #378924!important;
	border: 1px solid #378924!important;
}
.woocommerce-checkout-payment button:hover {
	background: transparent!important;
	color: #378924!important;
}
.woocommerce-info {
	border-top-color: #378924!important;
}
.woocommerce-info::before {
	color: #378924!important;	
}
#order_review_heading {
	margin-top: 40px!important;
}
.woofc-area.woofc-style-01 .woofc-inner {
	background: #378924!important;
}
.woofc-area.woofc-position-01 {
	max-width: 360px!important;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	font-family: var(--paytoneOne)!important;
	font-weight: 400!important;
}
.woofc-item-thumb {
	 width: 0px!important;
    flex: 0 0 40px!important;
}
.woofc-item-thumb img {
	max-width: 40px!important;
}
.woofc-action-checkout {
	color: #378924!important;
}
.woofc-action-checkout:hover {
	color: #fff!important;
}
.woofc-item-title {
	font-size: 16px!important;
	font-family: var(--paytoneOne)!important;
	font-weight: 400!important;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
    font-size: 14px !important;
    font-weight: 500 !important;

}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
		background-color: #ddb!important;
}
.woofc-total.woofc-data {
	margin-top: 8px!important;
}
.woocommerce {
	max-width: 970px;
	margin: auto;
}
.page-id-268 .inner-page-content {
	padding-bottom: 40px;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	margin-bottom: 0!important;
	line-height: 1!important;
}
.woocommerce-MyAccount-navigation ul li a {
	font-family: var(--geomanistRegular);
    font-size: 18px;
    color: #292f27;
	display: block;
	padding: 15px;
    border-bottom: 1px solid #37892442;
    display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	background: #378924!important;
	color: #fff!important;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	background: #378924!important;
	color: #fff!important;
}
.woocommerce-MyAccount-navigation ul li:last-child a {
	border-bottom: 0!important;
}
.woocommerce-MyAccount-navigation ul li a:hover {
	text-decoration: initial!important;
}
.woocommerce-info .button, .woocommerce-Button {
	background: #378924!important;
	color: #fff!important;
	margin-left: auto!important;
}
.woocommerce-info {
	display: flex;
    align-items: center;
    justify-content: space-between
}
.woocommerce-info::before {
	position: absolute!important;
    top: 50%!important;
    left: 1.5em!important;
    transform: translateY(-50%)!important;
}
.woocommerce-info .button:hover, .woocommerce-Button:hover {
	text-decoration: none!important;
	border:1px solid #378924!important;
	background: transparent!important;
	color: #378924!important;
}
.woocommerce-Address-title {
	border-bottom: none!important;
}
.woocommerce-Address header.woocommerce-Address-title {
	position: initial!important;
}
.woocommerce-account .addresses .title .edit {
	float: initial!important;
}
.main_footer {
	border-top: 1px solid #ddd;
}
.loading-item {
	display: none;
}
.custom-add-to-cart-button img {
	max-width: 40px;
}
.custom-add-to-cart-button {
	display: inline-flex!important;
	align-items: center!important;
	justify-content: center!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
	gap:0 10px!important;
}
.banner-price {
	margin-top: 70px;
}
.banner .buy-now-btn a {
	margin-top: 40px;
}
del[aria-hidden="true"] .woocommerce-Price-amount bdi {
	display: none!important;
}
.banner-price h3 {
	max-width: 300px;
	text-align:center;
}
.price-txt-center {
	text-align: center;
	margin-top: 50px;
}
.oil-sec .banner-right-btn a {
	margin-top: 25px;
} 
ins[aria-hidden="true"] {
	text-decoration: initial;
}