/*!
Theme Name: Witness Mi
Theme URI: http://underscores.me/
Author: Webskitters
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: witness-mi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Witness Mi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

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

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

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

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

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

/* font-family: "Poppins", serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
:root {
  --primarycolor: #4750a2;
  --secondaryColor: #add136;
  --whitecolor: #ffffff;
  --blackcolor: #000000;
  --headingColor: #373737;
  --paraColor: #535353;
  --lightBtnColor: rgba(173, 209, 54, 0.1);
  --PoppinsFont: "Poppins", serif;
  --NeueHaasGroteskDisplayFont: "neue_haas_grotesk_display";
  scroll-behavior: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--PoppinsFont);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 300;
  font-style: normal;
  color: var(--paraColor);
  font-size: 18px;
  line-height: 1.5;
  background-color: var(--whitecolor);
}

@media screen and (max-width: 768px) {
    .hide-on-mobile-billing {
        display: none !important;
    }
}



b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--NeueHaasGroteskDisplayFont);
  margin: 0 0 12px 0;
  padding: 0;
  color: var(--headingColor);
  font-weight: 300;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-size: 66px;
  line-height: 1;
}

h1 span,
.h1-title span {
  font-weight: 900;
  color: var(--primarycolor);
}

h2,
.h2-title {
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  text-transform: capitalize;
}

h2 span,
.h2-title span {
  font-weight: 900;
  color: var(--primarycolor);
}

h3,
.h3-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
}

h4,
.h4-title {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

h6,
.h6-title {
  font-size: 18px;
  line-height: 1.2;
}

a {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--blackcolor);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: var(--primarycolor);
}

figure {
  margin: 0;
}

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #525252;
  border: 1px solid #e3e3e3;
  height: 60px;
  padding: 0 16px 0 50px;
  outline: none !important;
  display: block;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  background: var(--whitecolor);
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.12);
  border-color: var(--whitecolor);
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  padding: 25px 16px 15px 50px;
  width: 100%;
  color: #525252;
  height: 145px;
  resize: none;
  outline: none !important;
  display: block;
}

select {
  border: 1px solid #e3e3e3;
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 12px) center transparent;
  background-size: 10px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--secondaryColor);
  border-radius: 100px;
  color: var(--headingColor);
  height: 50px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 62px;
  padding-right: 62px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--blackcolor);
  color: var(--whitecolor);
}

::-webkit-input-placeholder {
  color: var(--paraColor);
}

:-ms-input-placeholder {
  color: var(--paraColor);
}

::-moz-placeholder {
  color: var(--paraColor);
}

:-moz-placeholder {
  color: var(--paraColor);
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */




/* custom css */
.cmn-gap {
  padding: 100px 0;
}

.section-head {
  margin-bottom: 40px;
}

.cmn-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  background-color: var(--secondaryColor);;
  color: var(--whitecolor);
  padding: 10px 10px 10px 30px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  overflow: hidden;
}

.cmn-btn:after {
  /*position: absolute;*/
  /*content: '';*/
  /*background-color: var(--secondaryColor);*/
  /*width: 0;*/
  /*border-radius: 50px;*/
  /*height: calc(100% + 2px);*/
  /*-webkit-transition: all 0.6s ease;*/
  /*transition: all 0.6s ease;*/
  /*top: -1px;*/
  /*left: -1px;*/
  /*z-index: -1;*/
}

.cmn-btn:hover:after {
  width: calc(100% + 2px);
}

.cmn-btn:hover {
  color: var(--blackcolor);
}

.cmn-btn span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--blackcolor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 17px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cmn-btn span img {
  max-width: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: brightness(0) saturate(100%) invert(95%) sepia(23%) saturate(5766%) hue-rotate(14deg) brightness(101%) contrast(63%);
}

 .cmn-btn:hover {
  background-color: var(--secondaryColor);
  color: var(--blackcolor);
} 
.cmn-btn:hover span {
  background-color: var(--whitecolor);
}

.cmn-btn:hover span img {
  /*filter: brightness(0) saturate(100%) invert(95%) sepia(23%) saturate(5766%) hue-rotate(14deg) brightness(101%) contrast(63%);*/
}

.cmn-btn.white {
  background-color: var(--whitecolor);
  backdrop-filter: blur(60px);
}

.cmn-btn.white:hover {
  border-color: var(--secondaryColor);
}

/* custom css */

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 170px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.navbar-nav li {
  /* position: relative; */
  list-style: none;
}

.navbar-nav>li {
  margin: 0 20px;
  padding: 0;
  /* position: relative; */
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  color: var(--paraColor);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
  font-weight: 300;
  text-transform: capitalize;
  padding: 20px 0;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: var(--secondaryColor);
}







.navbar-nav>li>a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: var(--primarycolor);
  border-radius: 50%;
  /* opacity: 0; */
  position: absolute;
  bottom: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: var(--primarycolor);
}

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}



/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu>li>a {
  color: #747474;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
}

.sub-menu>li:first-child>a {
  padding-left: 0;
}

.sub-menu>li:last-child>a {
  padding-right: 0;
}

.sub-menu>li {
  /* width: 100%; */
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  color: var(--primarycolor);
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 11px;
  top: 80%;
  width: 187px;
  padding: 25px 24px;
  background: #f1f4c7;
  border-radius: 20px;
}

.navbar-nav>li>.sub-menu .sub-menu li:not(:last-child) {
  margin-bottom: 12px;
}

.navbar-nav>li>.sub-menu .sub-menu li a {
  padding: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

.navbar-nav .clickD {
  display: none;
  position: absolute;
  right: 0;
  top: 22px;
  width: 15px;
  height: 15px;
  background: url(images/sort-down.svg) center center no-repeat;
  background-size: 8px;
  cursor: pointer;
}

.navbar-nav>.menu-item-has-children>a,
.navbar-nav>.menu-item-has-children .sub-menu>.menu-item-has-children>a {
  position: relative;
  padding-right: 15px;
}

.navbar-nav>.menu-item-has-children>a::before,
.navbar-nav>.menu-item-has-children .sub-menu>.menu-item-has-children>a:before {
  position: absolute;
  right: 0;
  top: 22px;
  width: 15px;
  height: 15px;
  background: url(images/sort-down.svg) center center no-repeat;
  background-size: 8px;
  cursor: pointer;
  content: "";
}

.navbar-nav>.menu-item-has-children .sub-menu>.menu-item-has-children>a:before {
  top: 0;
}

/* .navbar-nav > .menu-item-has-children{
    padding-right:16px;
} */

/* for push-menu end*/

.login-list li a {
  font-size: 0;
}

.main-head {
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  z-index: 9;
}

.navbar-brand {
  width: 162px;
  display: block;
}

.navbar-brand img {
  width: 100%;
}

.header-btn-wrap {
  margin-left: 56px;
}

.header-btn-wrap .cmn-btn {
  padding: 9px 10px 9px 22px;
}

.header-btn-wrap .cmn-btn span {
  margin-left: 14px;
}

.header-btn-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}

.header-btn-list>* {
  padding: 5px;
}

.head-profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--whitecolor);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);


}

.head-profile:hover {
  background-color: var(--secondaryColor);
}

.head-profile:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(25%) saturate(4613%) hue-rotate(309deg) brightness(98%) contrast(98%);
}

.cart-menu img{
  height: 19px;
  width: 20px;
}

.main-head .navbar-nav {
  margin-left: 80px;
}

.hm-bnr-sec {
  overflow: hidden;
  padding-top: 30px;
}

.hm-bnr-row {
  display: flex;
  flex-wrap: wrap;
  /* align-items:flex-end; */
}

.hm-bnr-lft-clm {
  width: 54%;
  position: relative;
  z-index: 1;
}

.bnr-blur-img {
  position: absolute;
  max-width: 749px;
  z-index: -1;
  pointer-events: none;
  top: 23px;
  left: -110px;
  /* max-height: 403px; */
}

.hm-bnr-lft-wpr {
  padding: 228px 91px 70px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hm-bnr-lft-wpr h1 {
  text-transform: capitalize;
  margin-bottom: 15px;
}

.hm-bnr-lft-wpr p {
  margin-bottom: 0;
}

.witness-like-wpr {
  padding-top: 35px;
  margin-top: 67px;
  border-top: 1px solid #e1e1e1;
}

.witness-like-wpr .h4-title {
  color: var(--primarycolor);
  font-weight: 900;
  font-style: italic;
  margin-bottom: 20px;
}

.witness-like-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}

.witness-like-list li {
  padding: 5px;
}

.witness-like-list li img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 10px;
}

.hm-bnr-rt-clm {
  width: 46%;
}

.hm-bnr-rt-clm figure {
  position: relative;
  width: auto;
  margin-right: -110px;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.hm-bnr-rt-clm figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-it-sec .section-head {
  margin-bottom: 62px;
}

.letter-space-title {
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #535353;
  margin-bottom: 20px;
  display: block;
}

.how-it-line-svg-mobile {
  display: none;
}

.how-it-card i {
  width: 90px;
  height: 90px;
  background: var(--whitecolor);
  box-shadow: 10px 5px 34px rgba(0, 0, 0, 0.1);
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.how-it-card {
  height: 100%;
}

.how-it-card-txt .h4-title {
  margin-bottom: 9px;
}

.how-it-row {
  --bs-gutter-x: 40px;
  /* --bs-gutter-y: 70px; */
}

.how-it-card-txt p {
  font-size: 16px;
}

.how-it-card-txt .how-it-line {
  display: none;
}

.how-it-wpr {
  position: relative;
  z-index: 1;
}

.how-it-wpr .how-it-line-svg {
  position: absolute;
  top: 40px;
  left: 88px;
  z-index: -1;
}

.how-it-lwr-btn {
  padding-top: 34px;
  text-align: center;
}

.how-it-lwr-btn>span {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.we-help-row {
  --bs-gutter-x: 51px;
  --bs-gutter-y: 20px;
}

.we-help-lft-clm figure {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}

.we-help-lft-clm figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.we-help-rt-inr {
  height: 100%;
  padding: 60px 0 10px;
}

.we-help-rt-inr h2 {
  margin-bottom: 10px;
}

.we-help-acc .faq-accordian-item,
.journey-accordian-item {
  border-top: 1px solid #d9d9d9;
  /* margin-bottom:25px; */
  padding: 0 39px 18px 37px;
}

.journey-accordian-item {
  border: 0;
}

.we-help-acc .faq-accordian-item:first-child {
  border: 0;
}

.faq-accordian-body {
  display: none;
}

.faq-accordian-item.active .faq-accordian-body {
  display: none;
}

.faq-accordian-item.active,
.journey-accordian-item {
  background: var(--whitecolor);
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}

.faq-accordian-head,
.journey-accordian-head {
  position: relative;
  padding: 28px 0 10px;
  cursor: pointer;
}

.acc-arrw {
  position: absolute;
  top: 25px;
  right: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-arrw img {
  max-width: 10px;
}

.faq-accordian-head.active .acc-icon-plus {
  display: none;
}

.faq-accordian-head .acc-icon-minus {
  display: none;
}

.faq-accordian-head.active .acc-icon-minus {
  display: block;
}

.we-help-acc .faq-accordian-item.active {
  border-top-color: var(--whitecolor);
}

.we-help-acc .faq-accordian-item.active+.faq-accordian-item {
  border-top-color: transparent;
}

.we-help-inr {
  position: relative;
  z-index: 1;
}

.we-help-blur {
  position: absolute;
  top: -100px;
  left: 48%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  max-width: 675px;
  /* max-height: 505px; */
}

.product-sec {
  padding: 0 50px;
}

.product-sec-inr {
  padding: 84px 0;
  background: rgba(71, 80, 162, 0.2);
  border-radius: 30px;
  z-index: 1;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
}

.product-wpr {
  position: relative;
}

.product-slider .slick-list {
  margin: -10px;
}

.product-item {
  padding: 10px;
}

.product-sldr-link {
  display: block;
}

.product-sldr-link figure {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.product-sldr-link figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-sldr-link:hover figure img {
  transform: scale(1.05);
}

.products-sldr-txt {
  padding: 22px 0 0;
}

.products-sldr-txt .h4-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .product-sldr-link:hover .products-sldr-txt .h4-title {
  color: var(--secondaryColor);
} */
.slider-cmn-prev-arr,
.slider-cmn-nxt-arr {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondaryColor);
  position: absolute;
  top: 127px;
  left: -31px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.slider-cmn-prev-arr img,
.slider-cmn-nxt-arr img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-cmn-prev-arr:hover img,
.slider-cmn-nxt-arr:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7477%) hue-rotate(140deg) brightness(97%) contrast(101%);
}

.slider-cmn-prev-arr:after,
.slider-cmn-nxt-arr:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: var(--blackcolor);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  z-index: -1;
}

.slider-cmn-prev-arr:hover:after,
.slider-cmn-nxt-arr:hover:after {
  transform: scale(1);
}



.slider-cmn-nxt-arr {
  left: auto;
  right: -31px;
}

.product-tree-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.2;
}

.witness-journey-lft-clm {
  width: 45%;
}

.witness-journey-rt-clm {
  width: 55%;
}

.witness-journey-row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 40px;
}

.witness-journey-lft-clm figure {
  overflow: hidden;
  border-radius: 30px;
  /* height: 100%; */
}

.witness-journey-lft-clm figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.witness-journey-txt {
  padding-top: 23px;
  /* padding-bottom: 35px; */
}

.price-wpr {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.price-wpr del,
.price-wpr span {
  font-family: var(--NeueHaasGroteskDisplayFont);
  text-decoration: none;
  font-size: 50px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  line-height: 1;
}

.price-wpr del:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: var(--secondaryColor);
  top: 26px;
  left: 2px;
  transform: rotate(152deg);
}

.price-wpr span {
  margin-left: 22px;
  color: var(--primarycolor);
}

.price-wpr sub {
  font-family: var(--PoppinsFont);
  font-size: 18px;
  font-weight: 300;
  color: #535353;
  bottom: 0;
  margin-left: 10px;
}

.we-help-acc.journey .faq-accordian-item:not(:last-child) {
  margin-bottom: 20px;
}

.journey-accordian-body {
  display: none;
}

.journey-accordian-head {
  padding: 38px 0 20px;
}

.journey-accordian-item {
  padding-left: 40px;
  padding-right: 40px;
}

.journey-accordian-head .acc-icon-minus {
  display: none;
}

.journey-accordian-head.active .acc-icon-minus {
  display: block;
}

.journey-accordian-head.active .acc-icon-plus {
  display: none;
}

.journey-btn-wpr {
  padding-top: 42px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px;
}

.journey-btn-wpr li {
  padding: 10px;
}

.secure-txt {
  display: flex;
  align-items: center;
}

.secure-txt img {
  max-width: 53px;
  margin-right: 10px;
}

.journey-accordian-head .acc-arrw {
  top: 40px;
}

.witness-journey-sec {
  position: relative;
  z-index: 1;
}

.witness-journey-sec .section-head h2,
.product-sec.memories .section-head h2 {
  line-height: 1.2;
}

.journey-shp {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  max-height: 820px;
}

.product-sec.memories .product-sec-inr {
  padding: 100px 0;
}

.memorics-sldr .slick-list {
  margin: 0 -15px;
}

.memorics-item {
  padding: 0 15px;
}

.memorics-card {
  background: #EDEEF6;
  border: 1px solid rgba(71, 80, 162, 0.18);
  border-radius: 20px;
  padding: 20px 20px 38px;
  transition: all 0.5s;
  height: 100%;
}

.memorics-card:hover {
  background: var(--whitecolor);
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
  border-color: var(--whitecolor);
}

.memorics-sldr .slick-track {
  display: flex !important;
}

.memorics-sldr .memorics-item {
  height: inherit;
}

.memorics-wpr {
  position: relative;
}

.memorics-wpr .slider-cmn-prev-arr,
.memorics-wpr .slider-cmn-nxt-arr {
  top: 45%;
  transform: translateY(-50%);
}

.memorics-card-txt {
  padding: 18px 0 0 12px;
}

.memorics-card figure {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 53%;
}

.memorics-card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}

.memorics-card:hover figure img {
  transform: scale(1.06);
}

.memorics-card-txt i {
  margin-bottom: 17px;
  display: block;
}

.memorics-card-txt p {
  font-size: 16px;
}

.auth-name {
  font-family: var(--NeueHaasGroteskDisplayFont);
  font-size: 20px;
  font-weight: 500;
  color: var(--headingColor);
}


h2.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.faq-wpr-row {
  display: flex;
  flex-wrap: wrap;
  /* margin:0 -30px; */
}

.faq-wpr-row>* {
  width: 50%;
}

.resp-tabs-container {
  padding: 0 30px;
}

.case-study-tab-link-wpr .resp-tabs-list li,
.resp-accordion {
  cursor: pointer;
  padding: 51px 50px 51px 30px;
  border-top: 1px solid #DDDDDD;
  font-family: var(--NeueHaasGroteskDisplayFont);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #282924;
  background-color: transparent !important;
  position: relative;
  direction: ltr;
  text-align: left;
}

.case-study-tab-link-wpr .resp-tabs-list li:after,
.resp-accordion:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 36px;
  width: 15px;
  height: 14px;
  background-image: url(images/faq-arr.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center center;
  transform: translateY(-50%);
}

.case-study-tab-link-wpr .resp-tabs-list li:first-child {
  border-top-color: var(--whitecolor) !important;
}

.case-study-tab-link-wpr .resp-tabs-list li.resp-tab-active,
.resp-accordion.resp-tab-active {
  background-color: var(--whitecolor) !important;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-top-color: var(--whitecolor) !important;
  border-radius: 16px;
  padding: 36px 50px 36px 30px;
}

.case-study-tab-link-wpr .resp-tabs-list li.resp-tab-active+li {
  border-top-color: var(--whitecolor) !important;
}

.case-study-tab-link-wpr .resp-tabs-list li.resp-tab-active:after,
.resp-accordion.resp-tab-active:after {
  filter: brightness(0) saturate(100%) invert(66%) sepia(19%) saturate(4019%) hue-rotate(104deg) brightness(90%) contrast(68%);
}

.resp-tab-content {
  height: 100%;
}

.tab-content-innr {
  padding: 50px 42px;
  border: 1px solid rgba(71, 80, 162, 0.18);
  border-radius: 20px;
  min-height: 341px;
}

.tab-content-innr p {
  font-size: 16px;
}

.resp-tabs-list {
  max-height: 466px;
  overflow-y: auto;
  padding: 8px 0;
  margin: 0 !important;
  direction: rtl;
  padding-left: 40px;
  padding-right: 30px;
}

.resp-tabs-list::-webkit-scrollbar-thumb {
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--primarycolor);
}

.resp-tabs-list::-webkit-scrollbar-track {
  border-radius: 30px;
  overflow: hidden;
  background-color: #EDEDED;
}

.resp-tabs-list::-webkit-scrollbar {
  width: 4px;
  border-radius: 30px;
  overflow: hidden;
}

/* .resp-accordion{
    border:1px solid #DDDDDD;
    border-radius:15px;
 } */

.witness-mi-story-sec {
  position: relative;
  z-index: 1;
}

.mi-story-shp {
  position: absolute;
  bottom: -247px;
  left: 0;
  max-width: 701px;
  pointer-events: none;
  z-index: -1;
}


.witness-mi-story-row {
  align-items: center;
  --bs-gutter-x: 61px;
  --bs-gutter-y: 20px;
}

.witness-mi-story-img figure {
  padding-top: 98%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.witness-mi-story-img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.witness-mi-story-txt-inr h2 {
  line-height: 1.2;
  margin-bottom: 23px;
}

.witness-mi-story-txt-inr ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}

.witness-mi-story-txt-inr ul li {
  padding: 5px;
}

.footer-sec {
  padding: 0 50px 30px;
}

.footer-sec-inr {
  background-color: #ABAFD4;
  border-radius: 30px;
  max-width: 1500px;
  margin: 0 auto;
}

.footer-upper {
  padding-top: 60px;
  padding-bottom: 73px;
}

.ftr-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.ftr-flex>* {
  padding: 0 15px;
}

.ftr-clm.first {
  width: 32%;
}

.ftr-clm.second {
  width: 36%;
}

.ftr-clm.third {
  width: 32%;
}

.ftr-logo {
  width: 187px;
  display: block;
}

.ftr-title {
  font-family: var(--NeueHaasGroteskDisplayFont);
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  text-transform: capitalize;
  color: #131313;
  margin: 21px 0 32px;
}

.ftr-nav {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
  max-width: 350px;
}

.ftr-nav li {
  padding: 15px;
  width: 50%;
  line-height: 1;
}

.ftr-nav li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #535353;
  display: block;
}

.ftr-nav li a:hover,
.ftr-nav li.current-menu-item a {
  color: var(--primarycolor);
}

.newsltr-frm-input {
  position: relative;
}

.newsltr-frm-input:after {
  background-image: url(images/ftr-mail-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  z-index: 1;
  width: 20px;
  height: 15px;
  background-size: 20px;
}

.newsltr-frm-input input[type="email"] {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  border-radius: 16px;
  color: var(--whitecolor);
  height: 60px;
  padding-left: 72px;
}

.newsltr-frm-input input[type="email"]::placeholder {
  color: #535353;
}

.newsltr-frm-btn {
  padding-top: 16px;
}

.newsltr-frm-btn input[type="submit"] {
  border-radius: 50px;
  color: var(--paraColor);
  font-size: 16px;
  padding: 15px 42px;
  background: #ADD136;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  height: 60px;
}

.newsltr-frm-btn input[type="submit"]:hover {
  background-color: var(--blackcolor);
  color: var(--whitecolor);
}

.footer-lower {
  text-align: center;
  padding: 24px 0 30px;
  border-top: 1px solid #464646;
}

.footer-lower p,
.footer-lower p a {
  font-size: 16px;
  color: var(--paraColor);
  line-height: 1;
}

.footer-lower p a:hover {
  color: var(--primarycolor);
}

/* Inner page Css Start */
.hm-bnr-sec.inr .hm-bnr-lft-wpr {
  padding: 208px 98px 137px 0;
}

.hm-bnr-sec.inr .bnr-blur-img {
  max-height: 100%;
}

.story-behing-inr {
  max-width: 834px;
  margin: 0 auto;
}

.story-behing-inr p {
  margin-bottom: 26px;
}

.story-behing-inr p:last-child {
  margin: 0;
}

.team-wpr {
  position: relative;
}

.team-item {
  padding: 0 10px;
  height: inherit;
}

.team-sldr .slick-list {
  margin: 0 -10px;
}

.team-sldr .slick-track {
  display: flex !important;
}

.team-card {
  height: 100%;
}

.team-card figure {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 20px;
}

.team-card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.team-card:hover figure img {
  transform: scale(1.05);
}

.team-txt {
  padding: 27px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.team-txt .h4-title {
  max-width: 160px;
  flex: 0 0 auto;
  margin: 0;
}

.team-txt .membr-designation {
  flex: 1;
  text-align: right;
  line-height: 1;
}

.emphasizing .we-help-row {
  align-items: center;
}

.emphasizing .we-help-rt-inr {
  padding: 20px 0;
}

.emphasizing .we-help-rt-inr h2 {
  line-height: 1.2;
}

.emphasizing .we-help-lft-clm figure {
  border-radius: 30px;
}

.emphasizing .we-help-rt-inr p:last-child {
  margin: 0;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact-lft-clm {
  width: 40%;
}

.contact-ask-wpr {
  padding-right: 55px;
}

.contact-rt-clm {
  width: 60%;
}

.contact-ask-wpr h2 {
  margin-bottom: 8px;
}

.contact-ask-wpr>p {
  font-size: 16px;
  margin-bottom: 26px;
}

.ask-wpr ul li {
  display: flex;
  flex-wrap: wrap;
  background: var(--whitecolor);
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 21px;
}

.ask-wpr ul li i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--whitecolor);
  box-shadow: 10px 5px 34px rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
}

.ask-txt {
  flex: 1;
  padding-left: 15px;
}

.ask-txt span {
  display: block;
  font-family: var(--NeueHaasGroteskDisplayFont);
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--headingColor);
  margin-bottom: 5px;
}

.ask-txt p a {
  color: var(--secondaryColor);
  text-decoration: underline !important;
}

.ask-wpr ul li:hover .ask-txt a {
  color: var(--secondaryColor);
}

.ask-wpr ul li:last-child {
  margin-bottom: 0;
}

.contact-right-inr {
  background-color: #EDEEF6;
  border-radius: 20px;
  padding: 56px 47px 56px 48px;
}

.contact-Get-touch-title {
  margin-bottom: 24px;
}

.contact-frm-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.input-card {
  position: relative;
}

.input-card:after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

.input-card.name:after {
  background-image: url(images/input-profile.svg);
}

.input-card.email:after {
  background-image: url(images/input-mail.svg);
}

.input-card.tel:after {
  background-image: url(images/input-call.svg);
}

.input-card.msg:after {
  background-image: url(images/input-msg.svg);
  top: 30px;
  transform: translateY(0);
}

.input-card.odr-nmbr:after {
  background-image: url(images/order-nmbr-icon.svg);
}

.submit-wpr {
  padding-top: 16px;
}

.that-matter-sec .section-head {
  margin-bottom: 81px;
}

.that-matter-row {
  align-items: center;
}

.that-matter-lft figure {
  text-align: center;
  position: relative;
  z-index: 1;
}

.that-matter-lft figure .that-matter-img {
  max-width: 333px;
}

.that-matter-blur {
  position: absolute;
  top: 50%;
  left: 0;
  pointer-events: none;
  z-index: -1;
  transform: translateY(-50%);
}

.inspiration-row {
  align-items: center;
  --bs-gutter-x: 37px;
}

.inspiration-rt-clm {
  width: 47%;
}

.inspiration-lft-clm {
  width: 53%;
}

.inspiration-rt-clm figure {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.inspiration-rt-clm figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-sec.inspiration .product-tree-img {
  opacity: 0.05;
}

.inspiration-txt h2 {
  margin-bottom: 23px;
  line-height: 1.2;
}

.inspiration-large-inr {
  max-width: 1500px;
  margin: 0 auto;
  max-height: 493px;
  border-radius: 30px;
  overflow: hidden;
}

.inspiration-large-inr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inspiration-large-sec,
.partner-sec {
  padding-left: 50px;
  padding-right: 50px;
}





.partner-sec .product-sec-inr {
  margin-bottom: 100px;
  padding: 83px 90px 88px;
}

.partner-sec .product-sec-inr:nth-child(odd) {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.partner-sec .product-sec-inr:nth-child(even) .inspiration-row {
  flex-direction: row-reverse;
}

.partner-sec .product-tree-img {
  opacity: 0.05;
}

.product-sec.inspiration .inspiration-row {
  --bs-gutter-x: 42px;
}

.partner-sec .product-sec-inr:last-child {
  margin-bottom: 0;
}

.partner-sec .inspiration-rt-clm {
  width: 52%;
}

.partner-sec .inspiration-lft-clm {
  width: 48%;
}

.partner-sec .product-sec-inr:nth-child(even) .inspiration-rt-clm {
  width: 47%;
}

.partner-sec .product-sec-inr:nth-child(even) .inspiration-lft-clm {
  width: 53%;
}





.journey-today-inr h2 {
  margin-bottom: 20px;
}

.journey-today-inr ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
}

.journey-today-inr ul li {
  padding: 5px;
}

.ask-anything-upper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px 48px;
  justify-content: space-between;
}

.ask-anything-upper>* {
  padding: 0 15px;
}

.ask-anything-frm {
  max-width: 599px;
  width: 100%;
}

.ask-anything-frm-inr {
  position: relative;
  padding: 0 158px 0 62px;
  background: var(--whitecolor);
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  height: 60px;
  display: flex;
  align-items: center;
}

.ask-anything-frm-inr:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(images/filter-search-icon.svg);
  background-repeat: no-repeat;

}

.ask-anything-frm-inr input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  padding: 12px 47px;
  color: var(--headingColor);
  font-weight: 300;
}

.ask-anything-frm-inr input[type="submit"]:hover {
  color: var(--whitecolor);
}

.ask-anything-frm-inr input[type="search"] {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0;
}

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

.category-wpr {
  display: flex;
  align-items: center;
  /* max-width:415px;
  width:100%; */
}

.category-wpr label {
  font-family: var(--NeueHaasGroteskDisplayFont);
  font-size: 22px;
  font-weight: 500;
  color: var(--headingColor);
  margin-right: 16px;
}

.category-wpr select {
  width: 301px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #DDDDDD;
  height: 35px;
  padding: 0 30px 0 10px;
  color: var(--paraColor);
  font-weight: 300;
  font-size: 14px;
}


/* sg-12-feb-2024  */

/*[data-slide="right"],
[data-slide="left"],
[data-move="up"],
[data-title] {
  opacity: 0;
}*/

.we-help-acc .faq-accordian-item,
.journey-accordian-item {
  transition: all 0.3s ease-in-out;
}

.blue-arr {
  display: none;
}

.hm-bnr-sec,
.we-help-sec,
.faq-sec {
  overflow-x: hidden;
}



/* 17.02-25  Css SM*/
.process-work-sec .section-head {
  margin-bottom: 79px;
}

.process-work-inr {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 90px;
  background-color: rgba(71, 80, 162, 0.1);
  border-radius: 30px;
}

.process-work-row {
  --bs-gutter-x: 54px;
  --bs-gutter-y: 0;
}

.process-work-img figure {
  width: 100%;
  height: 100%;
}

.process-work-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-work-txt-inr {
  padding: 90px 0;
  position: relative;
}

.work-process-nmbr {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--whitecolor);
  font-family: var(--NeueHaasGroteskDisplayFont);
  font-size: 50px;
  font-weight: 900;
  color: var(--secondaryColor);
  box-shadow: 10px 5px 34px rgba(0, 0, 0, 0.1);
  margin-bottom: 21px;
}

.process-work-txt-inr .h2-title {
  line-height: 1.2;
  margin-bottom: 5px;
}

.process-work-txt-inr>p {
  margin-bottom: 20px;
}

/* .available-theme{
  margin-bottom:22px;
} */
.process-work-btn {
  padding-top: 22px;
}

.available-theme-list li {
  margin-bottom: 11px;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 26px;
  position: relative;
}

.available-theme-list li:last-child {
  margin: 0;
}

.available-theme-list li:after {
  position: absolute;
  content: '';
  top: 10px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--paraColor);
}

.available-theme p {
  font-size: 16px;
}

.process-work-outter .process-work-inr:nth-child(even) {
  background-color: transparent;
}

.process-work-outter .process-work-inr:nth-child(even) .process-work-row {
  flex-direction: row-reverse;
}

.process-work-outter .process-work-inr:first-child .process-work-txt-inr {
  padding: 40px 0;
}

.available-theme-inr:not(:last-child) {
  margin-bottom: 20px;
}

.process-arrow {
  position: absolute;
  top: 34px;
  right: 0;
}

.process-work-outter .process-work-inr:nth-child(odd) .process-work-txt-inr .process-arrow {
  transform: rotateY(-180deg);
  left: 197px;
  right: auto;
}

.process-work-img {
  width: 45%;
}

.process-work-txt {
  width: 55%;
}

.process-work-outter .process-work-inr:nth-child(even) .process-work-img {
  width: 48%;
}

.process-work-outter .process-work-inr:nth-child(even) .process-work-txt {
  width: 52%;
}

.why-fitness-mi-inr {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #11487C;
  padding: 86px 0 0;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
}

.why-fitness-mi-inr .section-head h2,
.why-fitness-mi-inr .section-head h2 span {
  color: var(--whitecolor);
}

.why-fitness-mi-row {
  align-items: center;
}

.why-fitness-mi-lft figure {
  position: relative;
  text-align: center;
  z-index: 1;
}

.why-fitness-mi-lft figure .why-fitness-mi-logo {
  max-width: 333px;
}

.why-fitness-mi-lft .why-ftness-mi-blur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

.why-fitness-mi-txt {
  width: 50vw;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.87);
  backdrop-filter: blur(30px);
  border-radius: 30px 0px 0px 30px;
  padding: 61px 76px;
  margin-bottom: -2px;
}

.why-fitness-list {
  max-width: 417px;
}

.why-fitness-list li:not(:last-child) {
  margin-bottom: 30px;
}

.why-fitness-list li i {
  max-width: 40px;
  margin-bottom: 22px;
  display: block;
}

.why-fitness-list .why-fitness-txt .h4-title {
  color: var(--whitecolor);
}

.why-fitness-list .why-fitness-txt p {
  font-size: 16px;
  color: var(--whitecolor);
}

.process-work-txt-lwr .h4-title {
  margin-top: 20px;
}

.process-work-txt-lwr p {
  font-size: 16px;
}

.process-work-txt-lwr p:nth-child(2) {
  font-size: 18px;
}

.process-work-outter .process-work-inr:first-child .process-work-txt .process-arrow {
  display: none;
}

.process-work-sec {
  overflow: hidden;
}

.why-fitness-mi-sec {
  padding: 0 25px 100px;
}

.hm-bnr-sec.inr.packages .hm-bnr-lft-wpr {
  padding: 208px 70px 137px 0;
}

.featured-theme-sec {
  overflow: hidden;
}

.featured-theme-wpr .row:not(:first-child) {
  margin-top: 50px;
}

.featured-theme-wpr .row:nth-child(even) {
  flex-direction: row-reverse;
}

.featured-theme-row {
  align-items: center;
}

.featured-theme-txt-inr {
  padding-left: 81px;
}

.featured-theme-wpr .row:nth-child(even) .featured-theme-txt-inr {
  padding-left: 0;
  padding-right: 81px;
}

.featured-theme-img figure {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.featured-theme-img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-theme-txt-inr .h2-title {
  margin-bottom: 25px;
}

.featured-theme-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}

.featured-theme-btn li {
  padding: 5px;
}

.featured-theme-wpr {
  position: relative;
  z-index: 1;
}

.featured-theme-blur {
  position: absolute;
  pointer-events: none;
  top: 213px;
  right: -140px;
  max-width: 577px;
  max-height: 679px;
  z-index: -1;
}

.more-theme-row {
  --bs-gutter-x: 27px;
}

.theme-card {
  height: 100%;
}

.theme-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.theme-card figure {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.theme-card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s;
}

.theme-card:hover figure img {
  transform: scale(1.03);
}

.theme-card-txt {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 33px 0 0;
}

.theme-card-txt p {
  color: var(--paraColor);
}

.theme-card-txt p:last-child {
  margin-bottom: 22px;
}

.theme-card-txt .theme-card-btn {
  margin-top: auto;
}

.product-sec.more-theme .product-tree-img {
  opacity: 0.07;
}

.great-theme-row {
  --bs-gutter-x: 27px;
  --bs-gutter-y: 50px;
}

.faq-lwr-btn {
  text-align: center;
  padding-top: 26px;
}

.faq-lwr-btn ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
}

.faq-lwr-btn ul li {
  padding: 5px;
}

.witness-journey-sec.love-story-thm .witness-journey-row {
  align-items: center;
}

.witness-journey-sec.love-story-thm .journey-btn-wpr {
  padding-top: 10px;
  margin: -10px -20px;
}

.witness-journey-sec.love-story-thm .journey-btn-wpr li {
  padding: 10px 20px;
}

.journey-btn-wpr .sm-logo {
  max-width: 114px;
}

.product-sec.happy-customer .product-sec-inr {
  background-color: transparent;
  padding: 0;
}

.memorics-card.happy-customer {
  background: var(--whitecolor);
  border: 1px solid rgba(71, 80, 162, 0.18);
}

.memorics-card.happy-customer:hover {
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
  border-color: var(--whitecolor);
}

.product-sec.happy-customer .memorics-sldr .slick-list {
  padding: 50px 0;
}

.product-sec.happy-customer {
  padding: 100px 0 50px;
}

.product-sec.happy-customer .section-head {
  margin-bottom: 0;
}

.perfect-for-row {
  align-items: center;
}

.perfect-for-lft-clm figure {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding-top: 110%;
}

.perfect-for-lft-clm figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.perfect-for-txt {
  padding-left: 30px;
}

.perfect-for-txt h2 {
  margin-bottom: 25px;
}

.perfect-for-list li {
  margin-bottom: 27px;
  padding-left: 35px;
  position: relative;
  line-height: 1.2;
}

.perfect-for-list li:last-child {
  margin-bottom: 0;
}

.perfect-for-list li:after {
  position: absolute;
  content: '';
  top: -2px;
  left: 0;
  width: 28px;
  height: 27px;
  background-image: url(images/perfect-list-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.straight-row {
  --bs-gutter-x: 37px;
  /* align-items:center; */
}

.straight-rt-clm figure {
  padding-top: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.straight-rt-clm figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.straight-txt {
  padding-top: 40px;
}

.straight-txt .h4-title {
  margin-bottom: 9px;
}

.straight-txt-lst {
  margin-bottom: 21px;
}

.straight-txt-lst li:not(:last-child) {
  margin-bottom: 10px;
}

.straight-txt-lst li strong {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--NeueHaasGroteskDisplayFont);
  color: var(--headingColor);
}

.straight-txt .journey-btn-wpr {
  padding-top: 5px;
}

.package-details-inr, .woocommerce-form-wrapper {
  padding-top: 226px;
  position: relative;
}

.package-details-lft {
  width: 45%;
}

.package-details-rt {
  width: 55%;
}

.package-details-txt .h2-title {
  margin-bottom: 16px;
  line-height: 1.2;
}

.package-details-lft figure {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding-top: 100%;
}

.package-details-lft figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-details-txt {
  padding-left: 18px;
  padding-top: 20px;
}

.package-details-txt .journey-btn-wpr {
  padding-top: 28px;
}

.product-sec.details-how-work .section-head {
  margin-bottom: 80px;
}

.details-how-work-wpr {
  position: relative;
  z-index: 1;
}

.dtls-hw-wrk-card:not(:first-child) {
  padding-left: 42px;
}

.dtls-hw-wrk-card figure {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  overflow: hidden;
}

.dtls-hw-wrk-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dtls-hw-wrk-img {
  width: fit-content;
  position: relative;
}

.dtls-hw-wrk-nmbr {
  position: absolute;
  top: -40px;
  right: 0;
  font-family: var(--NeueHaasGroteskDisplayFont);
  font-weight: 900;
  font-size: 100px;
  background: linear-gradient(180deg, rgba(71, 80, 162, 0.2) 0%, rgba(71, 80, 162, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: -1;
  line-height: 1;
}

.dtls-hw-wrk-txt {
  padding: 21px 0 0;
  max-width: 280px;
}

.dtls-hw-wrk-txt h4 {
  margin-bottom: 10px;
}

.dtls-hw-wrk-txt p {
  font-size: 16px;
}

.details-how-work-svg {
  position: absolute;
  top: 80px;
  left: 145px;
  z-index: -1;
  width: 70%;
}

.product-sec.perfect-for .product-sec-inr {
  padding: 58px 0;
}

.product-sec.details-how-work .product-sec-inr {
  padding: 76px 0 100px;
}

.straight-rt-clm {
  width: 52%;
}

.straight-lft-clm {
  width: 48%;
}

.perfect-for-lft-clm {
  width: 42%;
}

.perfect-for-rt-clm {
  width: 58%;
}

.witness-journey-lft-clm {
  width: 45%;
}

.witness-journey-rt-clm {
  width: 55%;
}

.package-details-txt .journey-btn-wpr,
.straight-txt .journey-btn-wpr {
  margin: -20px;
}

.package-details-txt .journey-btn-wpr li,
.straight-txt .journey-btn-wpr li {
  padding: 20px;
}

/* 17.02-25  Css SM*/



/* DashBoard Css Start */
.dashboard-sec {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.dashboard-hdr {
  width: 100%;
  padding: 41px 48px 0px 37px;
  background: var(--white-color);
}

.dashboard-hdr-inr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E3E5EC;
}

.dashboard-hdr-title {
  max-width: 300px;
}

.dashboard-hdr-title .navbar-toggler {
  display: none;
}

.dashboard-hdr-title h1,
.dashbrd-title-mobile h1 {
  font-size: 26px;
  font-weight: 500;
  color: #131313;
  text-transform: capitalize;
}

.dashboard-hdr-rtght {
  margin-left: auto;
}

.dashboard-hdr-rtght-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.dashboard-hdr-rtght-list li {
  padding: 0 10px;
}

.dash-hdr-select select {
  border: 0;
  width: 99px;
  font-size: 16px;
  font-weight: 300;
  color: var(--paraColor);
  padding: 0 12px 0 22px;
  height: 24px;
  background: url(images/world-icon.svg) no-repeat left center, url(images/dashbrd-slct-arr.svg) no-repeat right center;
}

.hdr-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hdr-profile i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.hdr-profile i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hdr-profile-txt {
  flex: 1;
  padding-left: 10px;
}

.hdr-profile-txt span {
  font-family: var(--NeueHaasGroteskDisplayFont);
  font-weight: 500;
  color: var(--headingColor);
  font-size: 18px;
  line-height: 1.1;
}

.hdr-profile-txt p {
  font-size: 14px;
  font-weight: 300;
  color: var(--paraColor);
  line-height: 1;
}

.notification-icon {
  max-width: 15px;
  position: relative;
}

.notification-icon img {
  width: 100%;
}

.notification-icon .circle {
  width: 6px;
  height: 6px;
  background: #4750A2;
  border: 1px solid var(--whitecolor);
  border-radius: 50%;
  top: 5px;
  right: 0;
  position: absolute;
}

.dashbrd-right-area {
  padding: 39px 50px 74px 37px;
}

.dashbrd-top {
  margin-bottom: 25px;
  padding-right: 42px;
  position: relative;
}

.step-numbr {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-family: var(--NeueHaasGroteskDisplayFont);
  font-weight: 500;
  color: #131313;
  line-height: 1;
}

.step-numbr span {
  font-size: 26px;
}

.dashbrd-top h2 {
  color: #131313;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 14px;
}

.dashbrd-top p {
  font-size: 22px;
  font-weight: 500;
  color: var(--headingColor);
  text-transform: capitalize;
  line-height: 1.2;
}
.dashbrd-support-img p, .collect-voice-elvnlab p {
  font-size: 22px;
  font-weight: 500;
  color: var(--headingColor);
  text-transform: capitalize;
  line-height: 1.2;
}

.dashboard-aside {
  position: fixed;
  top: 0;
  left: 0;
  padding: 40px 0 40px 50px;
  height: 100vh;
}

.dashboard-aside-wpr {
  width: 255px;
  /* min-height:564px; */
  background-color: #EDEEF6;
  border-radius: 20px;
  overflow: hidden;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 540px;
}

.dashbrd-menu-list {
  flex-grow: 1;
  overflow: auto;
}

.dashboard-logo {
  padding: 49px 15px;
}

.dashboard-logo a {
  max-width: 162px;
  margin: 0 auto;
  display: block;
}

.dashboard-logo a img {
  width: 100%;
}

.dashbrd-menu-list li:not(:last-child) {
  margin-bottom: 2px;
}

.dashbrd-menu-list li a {
  padding: 15px 27px;
  font-size: 17px;
  font-weight: 300;
  color: var(--paraColor);
  display: flex;
  align-items: center;
  border-radius: 20px;
  transition: 0.3s;
}

.dashbrd-menu-list li a img {
  max-width: 20px;
  margin-right: 10px;
}

.dashbrd-menu-list .current-menu a {
  background-color: #D7DCFF;
  padding: 25px 27px 28px;
}

.dashbrd-menu-list li a:hover, .dashbrd-menu-list li.is-active a {
  background-color: #D7DCFF;
}

.dashbrd-logout-icon {
  padding-top: 50px;
  margin-top: auto;
}

.dashbrd-logout-icon .logout {
  padding: 24px 27px;
  background-color: var(--primarycolor);
  color: var(--whitecolor);
  display: block;
}

.dashbrd-logout-icon .logout:hover {
  opacity: 0.8;
}

.dashbrd-logout-icon .logout img {
  max-width: 20px;
  margin-right: 10px;
}

.dashboard-top {
  padding-left: 305px;
  flex-grow: 1;
}

.dashbrd-card-row {
  --bs-gutter-x: 34px;
  --bs-gutter-y: 20px;
}

.dashbrd-img-card {
  padding-top: 84%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.dashbrd-img-card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-card input[type="file"] {
  display: none;
}

.upload-card {
  width: 100%;
  height: 100%;
}

.upload-card form {
  width: 100%;
  height: 100%;
}

.upload-card label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.upload-card label img {
  width: 100%;
}

/*.recording-wpr {
  margin-top: 51px;
}*/
.dashbrd-support-img, .upload-pic-tips, .collect-voice-elvnlab {
  margin-top: 51px;
}
.upload-pic-tips {
  margin-bottom: 22px;
  margin-top: 0;
}
.upload-pic-tips p{
  font-size: 18px;
}

.recording-title {
  margin-bottom: 25px;
}

.recording-title .h4-title i {
  cursor: pointer;
}

.recording-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}

.recording-list li {
  padding: 5px;
}

.recording-list a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--paraColor);
  padding: 16px 23px;
  border-radius: 20px;
  background-color: #EDEEF6;
  transition: 0.2s;
}

.recording-list a:hover {
  background-color: #e7e7ea;
}

.recording-icon {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.recording-icon i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primarycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.step-btn-wpr {
  padding-top: 25px;
}

.step-btn-wpr ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}

.step-btn-wpr ul li {
  padding: 5px;
}

.dashboard-ftr {
  padding: 0 50px;
}

.dashboard-ftr-inr {
  text-align: center;
  padding: 22px 0;
  border-top: 1px solid #D3D3D3;
}

.dashboard-ftr-inr p,
.dashboard-ftr-inr p a {
  font-size: 16px;
  color: var(--paraColor);
}

.dashboard-ftr-inr p a:hover {
  color: var(--primarycolor);
}

.dashboard-toggle,
.dashboard-close {
  display: none;
}

.step-btn-wpr .cmn-btn {
  min-width: 144px;
  justify-content: space-between;
  padding: 9px 10px 9px 30px;
}

.love-theme-wrapper {
  padding-top: 11px;
  padding-bottom: 26px;
}

.love-theme-clm {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E3E5EC;
}

.love-theme-clm:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.love-theme-title {
  margin-bottom: 22px;
}

.love-theme-card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.love-theme-card figure {
  max-width: 219px;
  flex: 0 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.love-theme-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.love-theme-card-txt {
  flex: 1;
  padding-left: 49px;
}

.love-theme-card-para {
  margin-bottom: 15px;
}

.love-theme-card-para p:not(:last-child) {
  margin-bottom: 27px;
}

.love-theme-card-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px;
}

.love-theme-card-btn li {
  padding: 5px;
}

.love-theme-card-btn .cmn-btn {
  padding: 9px 10px 9px 26px;
}

.profile-frm {
  padding: 10px 0 44px;
}

.profile-form-row {
  --bs-gutter-x: 28px;
  --bs-gutter-y: 20px;
}

.profile-input-card.upload {
  padding: 24px;
  /* border:1px solid #EAEAEA; */
  border-radius: 10px;
  /* margin-bottom:13px; */
}

.profile-input-card>label {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--NeueHaasGroteskDisplayFont);
  color: var(--headingColor);
  line-height: 1;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.profile-upload-wpr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.profile-image {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-image-wpr {
  flex: 0 0 auto;
}

.right-upload-btn {
  padding-left: 21px;
  flex: 1;
}

.right-upload-btn input {
  display: none;
}

.right-upload-btn label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  background-color: var(--lightBtnColor);
  color: #747474;
  padding: 9px 10px 9px 26px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.right-upload-btn label i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondaryColor);
  margin-left: 12px;
}

.right-upload-btn label:after {
  position: absolute;
  content: '';
  background-color: var(--secondaryColor);
  width: 0;
  border-radius: 50px;
  height: calc(100% + 2px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: -1px;
  left: -1px;
  z-index: -1;
}

.right-upload-btn label:hover:after {
  width: calc(100% + 2px);
}

.right-upload-btn label:hover {
  color: var(--whitecolor);
}

.right-upload-btn label:hover i {
  background-color: var(--whitecolor);
}

.security-wpr {
  padding: 34px 0 9px;
  border-top: 1px solid #EAEAEA;
  margin-top: 28px;
}

.profile-input-card input[type="text"],
.profile-input-card input[type="tel"],
.profile-input-card input[type="email"],
.profile-input-card input[type="password"] {
  padding: 10px 70px 10px 37px;
  font-family: var(--PoppinsFont);
  font-weight: 300;
  font-size: 18px;
}

.each-input {
  position: relative;
}

.edit-wpr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 100%;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pass-visible-wpr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 70px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pass-visible-wpr img {
  width: 25px;
  height: 16px;
}

.pass-visible-wpr .eye-icon {
  display: none;
}

.pass-visible-wpr.eye .eye-icon {
  display: block;
}

.pass-visible-wpr.eye .eye-slash-icon {
  display: none;
}

.save-chngs-btn {
  padding-top: 14px;
}

.profile-image-wpr {
  position: relative;
}

.profile-image-wpr label {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--secondaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.2s;
}

.profile-image-wpr label img {
  transition: 0.2s;
}

.profile-image-wpr label:hover {
  background-color: var(--blackcolor);
}

.profile-image-wpr label:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7428%) hue-rotate(321deg) brightness(111%) contrast(95%);
}

/* DashBoard Css End*/

.refer-friend-mdl {
  background: rgba(71, 80, 162, 0.8);
  backdrop-filter: blur(18px);
  box-shadow: none;
}

.refer-friend-mdl .modal-dialog {
  max-width: 795px;
  border-radius: 20px;
  overflow: hidden;
}

.refer-friend-mdl .modal-content {
  padding: 42px 88px;
  position: relative;
}

.refer-friend-mdl-hdr {
  text-align: center;
  margin-bottom: 18px;
}

.refer-friend-mdl-bdy {
  text-align: center;
  margin-bottom: 28px;
}

.refer-friend-mdl-wpr:not(:last-child) {
  margin-bottom: 30px;
}

.refer-friend-mdl-wpr .h4-title {
  margin-bottom: 7px;
  text-transform: capitalize;
  font-weight: 600;
}

.refer-friend-mdl-wpr p {
  font-size: 16px;
  margin-bottom: 17px;
}

.ask-anything-frm-inr.refer-friend-frm:after {
  background-image: url(images/input-mail.svg);
  width: 18px;
  height: 14px;
  left: 32px;
}

.ask-anything-frm-inr.refer-friend-frm {
  padding: 0 198px 0 62px;
  max-width: 619px;
  margin: 0 auto;
}

.ask-anything-frm-inr.refer-friend-frm input[type="email"] {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  height: auto;
}

.ask-anything-frm-inr.refer-friend-frm input[type="email"]:focus {
  box-shadow: none;
  background-color: transparent;
}

.refer-friend-mdl-wpr ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
}

.refer-friend-mdl-wpr ul li {
  padding: 5px;
}

.copy-lnk-btn {
  padding: 13px 52px;
  background-color: var(--secondaryColor);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 300;
  color: var(--headingColor);
  transition: 0.5s;
}

.copy-lnk-btn:hover {
  background-color: var(--blackcolor);
  color: var(--whitecolor);
}

.refer-friend-mdl-ftr {
  text-align: center;
}

.refer-friend-mdl-ftr p {
  font-size: 16px;
  font-weight: 300;
  color: var(--paraColor);
}

.refer-friend-mdl .btn-close {
  position: absolute;
  top: 23px;
  right: 23px;
  padding: 0;
  background-image: inherit;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  box-shadow: none;
}

.refer-friend-mdl .btn-close img {
  width: 15px;
  transition: 0.2s;
}

.refer-friend-mdl .btn-close:hover img {
  transform: scale(1.5);
}

.package-details-img,
.straight-sec,
.perfect-for-img,
.partner-sec {
  overflow-x: hidden;
}

.recording-frm-inr {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  background-color: #EDEEF6;
  border-radius: 20px;
  padding: 19px 18px 18px 20px;
  max-width: 794px;
}

.recording-frm-lft {
  max-width: 724px;
  flex: 1;
  position: relative;
  border: 1px solid #C0C0C0;
  border-radius: 10px;
}

.recording-btn,
.recording-upload-wpr label {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primarycolor);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  border: 0;
}

.recording-btn:hover {
  background-color: var(--secondaryColor);
}

.recording-frm-lft textarea {
  height: 157px;
  padding: 14px 14px 10px 18px;
  font-size: 14px;
  text-transform: capitalize;
  border: 0;
}

.recording-frm-lft textarea:focus {
  background-color: transparent;
  box-shadow: none;
}

.limit-word {
  text-align: right;
  padding: 0 16px 13px 0;
}

.limit-word span {
  font-size: 14px;
}

.recording-frm-rt {
  flex: 0 0 auto;
  padding-left: 20px;
}

.recording-upload-wpr input[type="file"] {
  display: none;
}

.recording-upload-wpr label, .upload-record {
  margin-top: 8px;
  cursor: pointer;
}

.recording-upload-wpr label:hover {
  background-color: var(--secondaryColor);
}

.dashbrd-title-mobile {
  display: none;
}

.witness-journey-txt h2 {
  line-height: 1.2;
}

/* SMv Css Start 27.02.25 */
.contact-right-inr .gform_fields {
  grid-row-gap: 20px !important;
  column-gap: 20px !important;
}

.contact-right-inr input[type="text"],
.contact-right-inr input[type="email"],
.contact-right-inr input[type="tel"],
.contact-right-inr textarea {
  background-color: transparent !important;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px !important;
  color: #525252 !important;
  border: 1px solid #e3e3e3 !important;
  height: 60px;
  padding: 0 16px 0 50px !important;
  outline: none !important;
  /*display: block !important;*/
  block-size: 60px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

.contact-right-inr .gfield_label.gform-field-label {
  display: none;
}

.contact-right-inr input[type="text"]:focus,
.contact-right-inr input[type="tel"]:focus,
.contact-right-inr input[type="email"]:focus,
textarea:focus {
  background: var(--whitecolor) !important;
  box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.12) !important;
  border-color: var(--whitecolor) !important;
}

.contact-right-inr textarea {
  padding: 25px 16px 15px 50px !important;
  height: 145px !important;
  resize: none !important;
  min-block-size: inherit !important;
  overflow-x: hidden;
  word-wrap: break-word;
}

.contact-right-inr .gform-theme--foundation .gform-grid-col {
  padding-inline: inherit !important;
  padding: 0 10px !important;
}

.contact-right-inr input[type="submit"] {
  background: var(--secondaryColor) !important;
  border-radius: 50px !important;
  color: var(--headingColor) !important;
  height: 50px !important;
  border: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-left: 62px !important;
  padding-right: 62px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-right-inr input[type="submit"]:hover {
  background: var(--blackcolor) !important;
  color: var(--whitecolor) !important;
}

.contact-right-inr .gform-footer {
  margin-top: 0 !important;
  padding-top: 38px;
}

.contact-right-inr .gform-grid-col,
.contact-right-inr .ginput_container {
  position: relative;
}

.contact-right-inr .name_first:after,
.contact-right-inr .name_last:after,
.contact-right-inr .ginput_container_email:after,
.contact-right-inr .ginput_container_phone:after,
.contact-right-inr .ginput_container_text:after,
.contact-right-inr .ginput_container_textarea:after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
}

.contact-right-inr .name_first:after,
.contact-right-inr .name_last:after {
  background-image: url(images/input-profile.svg);
  left: 28px;
}

.contact-right-inr .ginput_container_email:after {
  background-image: url(images/input-mail.svg);
}

.contact-right-inr .ginput_container_phone:after {
  background-image: url(images/input-call.svg);
}

.contact-right-inr .ginput_container_text:after {
  background-image: url(images/order-nmbr-icon.svg);
}

.contact-right-inr .ginput_container_textarea:after {
  background-image: url(images/input-msg.svg);
  top: 30px;
  transform: translateY(0);
}

.contact-sec {
  overflow-x: hidden;
}

.gform_validation_errors {
  display: none !important;
}

.contact-right-inr .gfield_validation_message {
  font-size: 14px !important;
  color: #a60000a3 !important;
}

.pagination {
  justify-content: center;
  padding-top: 50px;
}

.pagination .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e2e2e2;
  margin: 0 4px;
  color: var(--blackcolor);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  transition: 0.2s;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
  background-color: var(--secondaryColor);
  color: var(--whitecolor);
  border-color: var(--secondaryColor);
}

.pagination .next, .pagination .prev {
  width: inherit;
  height: inherit;
  border-color: var(--secondaryColor);
  border-radius: 50px;
  background-color: var(--secondaryColor);
  padding: 7px 20px;
  color: var(--whitecolor);
}

.pagination .next:hover {
  background-color: var(--blackcolor);
  border-color: var(--blackcolor);
}



/* SMv Css End 27.02.25 */

/* support starts 03.03.2025  */
.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block,
.woocommerce-checkout .wc-block-components-sidebar-layout {
  box-shadow: 10px 5px 34px rgba(0, 0, 0, 0.1);
}

.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button,
.wc-block-checkout__actions_row .wc-block-components-button.wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button, .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  background-color: #ADD136;
  color: white;
  padding: 18px 10px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  overflow: hidden;
}
 .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button{
  padding: 14px 20px;
 }

.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button:focus,
.wc-block-checkout__actions_row .wc-block-components-button.wc-block-components-checkout-place-order-button:focus,
.woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button {
  padding: 10px;
}

.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button:after,
.wc-block-checkout__actions_row .wc-block-components-button.wc-block-components-checkout-place-order-button::after,
.woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button::after {
  position: absolute;
  content: '';
  background-color: var(--secondaryColor);
  width: 0;
  border-radius: 50px;
  height: calc(100% + 2px);
  /*-webkit-transition: all 0.6s ease;*/
  /*transition: all 0.6s ease;*/
  color:#fff;
  top: -1px;
  left: -1px;
  z-index: -1;
}

.wc-block-cart__submit-button{
    background_color: #ADD136 
}


.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button:hover:after,
.wc-block-checkout__actions_row .wc-block-components-button.wc-block-components-checkout-place-order-button:hover:after,
.woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button:hover:after {
  width: calc(100% + 2px);
}

.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button:hover {
  color: var(--blackcolor);
}

.woocommerce-cart .wc-block-cart-item__remove-link {
  font-weight: 700 !important;
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input,
.woocommerce-checkout .wc-block-components-text-input {
  margin-top: 25px;
}

.wc-block-checkout__actions_row .wc-block-components-button.wc-block-components-checkout-place-order-button {
  border: none;
}

.wc-block-components-product-badge,
.is-large.wc-block-cart .wc-block-cart-items,
.is-large.wc-block-cart .wc-block-cart-items td,
.wp-block-woocommerce-cart-order-summary-totals-block,
.wc-block-components-totals-wrapper,
.wc-block-components-quantity-selector:after,
.wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-components-address-form input,
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-address-card,
.wc-block-checkout__add-note .wc-block-components-textarea,
.wc-block-components-text-input input {
  border-color: var(--secondaryColor) !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: var(--secondaryColor) !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none;
}

.woocommerce-cart .wc-block-cart-item__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-cart .wc-block-cart-item__wrap>* {
  padding: 0 8px;
}

.woocommerce-cart .wc-block-components-product-price__value.is-discounted {
  margin-left: 0;
}

.wc-block-components-sidebar-layout .wc-block-components-main,
.wc-block-components-sidebar {
  padding: 20px;
}

.woocommerce-cart .single-page-sec.cmn-gap,
.woocommerce-checkout .single-page-sec.cmn-gap {
  padding-top: 160px;
}

.wc-block-cart-item__wrap .wc-block-components-product-name {
  order: 1;
}

.wc-block-cart-item__wrap .wc-block-cart-item__prices {
  order: 4;
  max-width: 100%;
  width: 100%;
}

.wc-block-cart-item__wrap .wc-block-components-product-badge.wc-block-components-sale-badge {
  order: 5;
  max-width: 100%;
}

.wc-block-components-product-metadata {
  order: 2;
}

.wc-block-cart-item__wrap .wc-block-cart-item__quantity {
  order: 6;
  max-width: 100%;
  width: 100%;
}

.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: var(--primarycolor);
}

.wc-block-checkout__actions_row .wc-block-components-button.wc-block-components-checkout-place-order-button:hover {
  color: var(--blackcolor);
}

/* support ends 03.03.2025  */

.woocommerce-account [id="_wc_other/namespace/billing-company_field"] {
  display: none !important;
}

.woocommerce-account [id="_wc_other/namespace/billing-preferred-language_field"] {
  display: none !important;
}

/* pro 5/3/25 start */
.woocommerce-EditAccountForm.edit-account,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-edit-address .woocommerce-address-fields {
  margin-top: 30px;
}

.woocommerce-EditAccountForm.edit-account fieldset,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper fieldset {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  border-top: 1px solid #EAEAEA;
}

.woocommerce-EditAccountForm.edit-account fieldset legend,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper legend {
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--NeueHaasGroteskDisplayFont);
  color: var(--headingColor);
  margin-bottom: 30px;
}



.woocommerce-EditAccountForm.edit-account .clear,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .clear {
  display: none;

}

.woocommerce-EditAccountForm .profile-upload-wpr {
  width: 100%;
  margin-bottom: 40px;
}

.woocommerce-EditAccountForm .profile-upload-wpr:last-child {
  margin-bottom: 0;
}

.woocommerce-EditAccountForm.edit-account .form-row,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  padding: 0;
  margin-bottom: 30px;
  width: calc(50% - 15px);
  float: none;
  clear: none;
}

.woocommerce-EditAccountForm.edit-account .form-row label,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  font-size: 22px;
  font-weight: 500;
  font-family: var(--NeueHaasGroteskDisplayFont);
  color: var(--headingColor);
  line-height: 1;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.woocommerce-EditAccountForm.edit-account .form-row em,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row em {
  font-size: 14px;
  font-style: normal;
  margin-top: 8px;
  display: block;
}

.woocommerce-EditAccountForm.edit-account .form-row input[type="text"],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="text"],
.woocommerce-EditAccountForm.edit-account .form-row input[type="number"],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="number"],
.woocommerce-EditAccountForm.edit-account .form-row input[type="tel"],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="tel"],
.woocommerce-EditAccountForm.edit-account .form-row input[type="password"],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="password"],
.woocommerce-EditAccountForm.edit-account .form-row input[type="email"],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="email"],
.woocommerce-EditAccountForm.edit-account .form-row select,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row select {
  padding: 10px 37px;
  font-family: var(--PoppinsFont);
  font-weight: 300;
  font-size: 18px;
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #525252;
  border: 1px solid #e3e3e3;
  height: 60px;
  outline: none !important;
  display: block;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection.select2-selection--single {
  padding: 10px 37px;
  font-family: var(--PoppinsFont);
  font-weight: 300;
  font-size: 18px;
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  color: #525252;
  border: 1px solid #e3e3e3;
  height: 60px;
  outline: none !important;
  display: block;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection__rendered {
  padding: 0;
  line-height: 2;
  color: #525252;
  font-weight: 300;
}

.woocommerce-edit-address .select2-dropdown {
  border-color: #EAEAEA;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__arrow b {
  background-size: 22px;
  width: 22px;
  height: 22px;
  left: -10px;
  margin: -10px 0 0;
  filter: invert(0.6);
}

.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button,
.woocommerce-address-fields button {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  text-transform: capitalize !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(30px) !important;
  background-color: var(--lightBtnColor) !important;
  color: #747474 !important;
  padding: 10px 10px 10px 30px !important;
  border-radius: 50px !important;
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
  z-index: 1 !important;
  overflow: hidden !important;
  margin-top: 10px;
}

.woocommerce-address-fields button[type=submit]:before {
  position: absolute;
  content: '';
  background-color: var(--secondaryColor);
  width: 0;
  border-radius: 50px;
  height: calc(100% + 2px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: -1px;
  left: -1px;
  z-index: -1;
}

.woocommerce-address-fields button[type=submit]:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(./images/btn-full-icon.svg) no-repeat center/40px;
  display: inline-block;
  margin-left: 17px;
  transition: all 0.3s ease-in-out;

}

.woocommerce-EditAccountForm.edit-account .woocommerce-Button.button:hover,
.woocommerce-address-fields button[type=submit]:hover {
  color: var(--blackcolor) !important;
}

/*.woocommerce-address-fields button[type=submit]:hover:before {*/
/*  width: calc(100% + 2px);*/
/*}*/

.woocommerce-address-fields button[type=submit]:hover:after {
  background-image: url(./images/btn-full-icon-dark.svg);

}

.woocommerce table.woocommerce-orders-table {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #EAEAEA;
  border-collapse: collapse;
}

.woocommerce table.woocommerce-orders-table td,
.woocommerce table.woocommerce-orders-table th {
  padding: 10px;
  border: 0;
}

.woocommerce table.woocommerce-orders-table tr {
  border-bottom: 1px solid #EAEAEA;
}

.woocommerce table.woocommerce-orders-table tbody tr:last-child {
  border: 0;
}

.woocommerce table.woocommerce-orders-table th,
.woocommerce table.woocommerce-orders-table tbody th,
.woocommerce table.woocommerce-orders-table tbody th a {
  font-weight: 500;
  color: #373737;
}

.woocommerce table.woocommerce-orders-table tbody th a:hover {
  color: #373737;
  text-decoration: underline !important;
}

.woocommerce table.woocommerce-orders-table thead th {
  padding-top: 16px;
  padding-bottom: 16px;
}

.woocommerce table.woocommerce-orders-table td {
  color: #535353;
  font-weight: 400;
  background: transparent !important;
}

.woocommerce table.woocommerce-orders-table td::before {
  color: #373737;
  font-weight: 500 !important;
}

.woocommerce table.woocommerce-orders-table .woocommerce-button {
  background: var(--secondaryColor);
  color: var(--headingColor);
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
}

.woocommerce table.woocommerce-orders-table .woocommerce-button:hover {
  background: var(--blackcolor);
  color: var(--whitecolor);
}

.woocommerce table.woocommerce-orders-table .woocommerce-orders-table__header-order-actions,
.woocommerce table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
  text-align: center;
}

.woocommerce-edit-address .u-columns.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-edit-address .u-columns.woocommerce-Addresses.col2-set::after,
.woocommerce-edit-address .u-columns.woocommerce-Addresses.col2-set::before {
  display: none;
}

.woocommerce-edit-address .u-columns.woocommerce-Addresses .woocommerce-Address {
  float: none;
  width: calc(50% - 15px);
  border: 1px solid #EAEAEA;
  padding: 30px;
}

.woocommerce-edit-address .u-columns.woocommerce-Addresses .woocommerce-Address address {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
}

.woocommerce-edit-address .u-columns.woocommerce-Addresses .woocommerce-Address h2 {
  font-size: 30px;
  color: var(--blackcolor);
  margin-bottom: 10px;
}


.woocommerce-edit-address .u-columns.woocommerce-Addresses .woocommerce-Address a {
  float: left;
  color: var(--primarycolor);
  font-weight: 500;
  text-decoration: underline !important;
}

.woocommerce-edit-address .u-columns.woocommerce-Addresses .woocommerce-Address a:hover {
  color: var(--blackcolor);
}

.woocommerce-edit-address .u-columns.woocommerce-Addresses .woocommerce-Address-title {
  margin-bottom: 26px;
}

.woocommerce-table.woocommerce-table--order-details {
  font-size: 16px;
}

.woocommerce-table.woocommerce-table--order-details td {
  font-weight: 400 !important;
  color: #535353;
}

.woocommerce-table.woocommerce-table--order-details th {
  font-weight: 500 !important;
  color: #373737;
}

.woocommerce-customer-details address {
  margin-bottom: 2em !important;
}

.woocommerce-customer-details dt {
  font-weight: 500 !important;
  color: #373737;
}


.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
  margin-bottom: 12px;
}

.dashbrd-right-iner h2 {
  font-size: 30px;
}

.dashbrd-menu-list li.woocommerce-MyAccount-navigation-link a::before {
  content: "";
  display: inline-block;
  background: url(./images/profile.png) no-repeat center/20px;
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.dashbrd-menu-list li.woocommerce-MyAccount-navigation-link--orders a::before {
  background-image: url(./images/orders.png);
}

.dashbrd-menu-list li.woocommerce-MyAccount-navigation-link--themes a::before {
  background-image: url(./images/wit-theme.png);
}
.dashbrd-menu-list li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  background-image: url(./images/my-acc-cradit-card.png);
}

.dashbrd-menu-list li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  background-image: url(./images/addresses.png);

}

.dashbrd-menu-list li.woocommerce-MyAccount-navigation-link--add-your-story a::before {
  background-image: url(./images/add-your-story.png);

}

.dashbrd-menu-list li.woocommerce-MyAccount-navigation-link--download-story a::before {
  background-image: url(./images/download-story.png);
}

.dashbrd-menu-list li.woocommerce-MyAccount-navigation-link a img {
  display: none;
}

/* pro 5/3/25 end */
.strory-answer-area.active {
  display: block;
}
.strory-answer-area{
  display: none;
}
.cross-sells-product img {
  display: none;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block  .cross-sells-product {
  border: 1px solid var(--secondaryColor);
  padding: 15px;
}
section.error-404.not-found {
  text-align: center;
}
.error-404.not-found .img-404 img {
  width: 100%;
  max-width: 309px;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(40deg);
}
.wc-block-checkout__terms, .wp-block-woocommerce-checkout-consent-block {
  margin: 0 0 10px !important;
}
.wp-block-woocommerce-checkout-ai-consent-block {
  margin: 0 0 48px;
}

.question-steps.active{
  display: block;
}
.question-steps {
  display: none;
}

.add-story-modes a {
  display: block;
}

/*support css update 11/3/2025*/
.question-steps .recording-frm-lft{
  padding: 15px;
}
.question-steps .record-buttons button{
  width: 50px;
    height: 50px;
    border-radius: 50%;
    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;
    background-color:var(--whitecolor);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 10px 5px 34px rgba(0, 0, 0, 0.1);
            box-shadow: 10px 5px 34px rgba(0, 0, 0, 0.1);
}

.question-steps .record-buttons button i img{
  max-width: 30px;
}
.question-steps .record-buttons button:hover{
  background-color: var(--secondaryColor);
}
.question-steps .record-buttons .timer-display{
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #4750a2;
}
.question-steps .record-buttons .stop-record{
  margin-left: 5px;
}
.question-steps .record-buttons{
  text-align: center;
}
.question-steps .right-upload-btn{
padding-left: 0;
text-align: center;
}
.question-steps .recording-frm-lft .right-upload-btn label{
 background-color: var(--whitecolor);
}
.question-steps .recording-frm-lft textarea{
background-color: var(--whitecolor);
}
.question-steps .audio-section .aud-inner, .collect-voice-elvnlab .sample-audio-section .aud-inner{
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap: wrap;
     flex-wrap: wrap;
 -webkit-box-align:center;
     -ms-flex-align:center;
         align-items:center;
}
.question-steps .audio-section .audio-playback, .collect-voice-elvnlab .sample-audio-section .sample-audio-playback{
  width: 200px;
  padding-right: 15px;
}
.question-steps .audio-section .reset-record, .collect-voice-elvnlab .sample-audio-section .sample-reset-record {
  text-decoration: underline!important;
  color:var(--primarycolor);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  max-width: 50px;
  font-weight: 500;
}
.question-steps .audio-section .reset-record:hover, .collect-voice-elvnlab .sample-audio-section .sample-reset-record:hover{
  color: var(--secondaryColor);
}
.question-steps .strory-answer-area .limit-word{
  margin-top: 8px;
}
/*support css update 11/3/2025*/
button.wp-block-button__link.wp-element-button.add_to_cart_button.wc-block-components-product-button__button:hover {
  background: var(--secondaryColor);
  color: var(--blackcolor);
}
.wc-block-components-quantity-selector {
  display: none !important;
}

.story-help-tips {
  margin-bottom: 51px;
}
.story-help-tips ol, .story-reording-tips ol {
  margin-bottom: 22px;
}
.story-help-tips li, .story-reording-tips li {
  margin-bottom: 8px;
  padding-left: 16px;
  list-style: auto;
  list-style-position: inside;
}
.story-reording-tips {
  padding: 45px;
  line-height: 1.8;
}
.remove-image {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #535353;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  background: #ffffff;
  cursor: pointer;
}
.sample-voice {
  /*width: 350px;
  border: 1px solid #C0C0C0;*/
  padding: 25px;
}

/* 24th March 2025 */
.support-text {
  margin-bottom: 22px;
  border: 1px solid #C0C0C0;
  padding: 15px;
  border-radius: 10px;
  max-width: 794px;
}
.support-text p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
}
.question-steps .support-text .record-buttons{
  text-align: center;
}
.question-steps .record-buttons .pause-sample-record{
  display: none;
}
.wc-blocks-components-select__container {
  margin-top: 25px !important;
}
.input-each-question {
  margin-bottom: 20px;
}
.input-each-question .input-card {
  display: flex;
  gap: 20px;
  align-items: center;
}
.custom-question-wrap {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.custom-question-wrap form {
  border: 1px solid #CDCDCD;
  background-color: #EDEEF6;
  border-radius: 20px;
  padding: 56px 47px 56px 48px;
}
.custom-question-wrap .custom-ques-submit{
  text-align: center;
}
.custom-question-title{
  text-align: center;
}
.consent-btn-wrap {
  margin-top: 25px;
}
.consent-header{
  padding-left: 45px;
}
div#consent-message p {
  margin-top: 15px;
}
.wp-block-woocommerce-checkout-ai-consent-block p {
  font-weight: 600;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  margin-right: 20px;
}
.wc-block-components-order-summary-item__quantity {
  display: none !important;
}

/* Single page CSS */
.single-page-sec ul {
  margin-bottom: 25px;
}
.single-page-sec li {
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 26px;
    position: relative;
}
.single-page-sec li:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 9px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--paraColor);
}




/* 31-03-25 Css Start S.M */
.main-head {
  padding: 0 0 15px;
  border-bottom: 1px solid #add137;
}

.hm-bnr-sec {
  padding-top: 180px;
}
.hm-bnr-lft-clm {
  width: 65%;
  position: relative;
}

.hm-bnr-lft-wpr {
  padding: 50px 90px 150px 0;
}
.hm-bnr-rt-clm {
  width: 35%;
}
.header-btn-wrap .cmn-btn {
  background-color: #add136;
}
.more-theme-row {
  --bs-gutter-y:20px;
}
.perfect-for-list li{
  font-size:21px;
}
.perfect-for-list li strong{
  line-height:1.9;
  font-weight:500;
}
/* 31-03-25 Css End S.M */



/* Affiliate Program Page */
.second-theme-sec {
  margin-top: 5em;
}
.second-theme-sec .section-content h2 span {
  font-weight: 300;
  line-height: 1.3;
}
.second-theme-sec .container {
  padding: 40px 100px;
  position: relative;
}
.second-theme-sec .container::after {
  content: '';
  border-left: 672px solid transparent;
  border-right: 672px solid transparent;
  border-top: 50px solid var(--separator-color);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
}
ul.points li {
  display: flex;
  flex-wrap: nowrap;
  grid-gap: 15px;
}
ul.points li svg {
  width: 20px;
  flex: 0 0 20px;
  margin-top: 4px;
}
ul.points li:not(:last-child) {
  margin-bottom: 20px;
}
ul.points:has(+ .cmn-btn) {
  margin-bottom: 30px;
}
.perfect-for-sec .container > h2 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}
.perfect-for-sec {
  background: linear-gradient(90deg, rgb(135, 93, 253) 0%, 34.2054%, rgb(109, 173, 237) 68.4109%, 76.938%, rgb(101, 194, 235) 85.4651%, 92.7326%, rgb(95, 213, 231) 100%);
}
.perfect-for-sec .card {
  padding: 20px;
  border: 0;
  border-radius: 20px;
  height: 100%;
}
.perfect-for-sec .card .card-body {
  padding: 0;
  margin-top: 20px;
}
.perfect-for-sec .card img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.perfect-for-sec .card .card-body .card-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.perfect-for-sec .row {
  grid-row-gap: 20px;
}
.what_you_get.cmn-gap {
  padding-top: 0;
}
.what_you_get.cmn-gap {
  padding-top: 0;
}
.what_you_get figure img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.what_you_get [class*="col-"]:first-child > .container {
  max-width: 672px;
  margin-right: 0;
  padding: 0 23px;
}
.what_you_get .why-left-col {
  padding-top: 40px;
  padding-bottom: 40px;
}
.hm-bnr-sec.inr .hm-bnr-lft-wpr a.cmn-btn {
  align-self: flex-start;
  margin-top: 30px;
}
/* Affiliate Program Page */
.sample-voice {
    display: flex;
    text-align: center;
    gap: 20px;
    align-items: center;
}


/*Affiliate Signup Page*/
.affiliate_post_content.cmn-gap {
  padding-top: 200px;
}
.affiliate_post_content .section-content h3 {
  margin: 30px 0;
}
#gform_wrapper_3 {
  display: none !important;
  width: 700px;
  margin: 40px auto 0;
  background: #EDEEF6;
  padding: 40px;
  border-radius: 20px;
  text-align: left;
}
#gform_wrapper_3 .gform_heading .gform_title {
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #4750a2;
}
#gform_wrapper_3 .gform_heading .gform_required_legend {
  display: none;
}
#gform_wrapper_3 .gfield input:not([type='checkbox']) {
  padding: 10px 15px;
  font-family: var(--PoppinsFont);
  font-weight: 300;
  font-size: 15px;
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e3e3e3;
  height: 60px;
  outline: none !important;
  box-shadow: none;
}
.affiliate_post_content .proceed_signup-wrapper {
  margin-top: 60px;
}
.affiliate_post_content .proceed_signup-wrapper input {
  display: none;
}
.affiliate_post_content .proceed_signup-wrapper label {
  position: relative;
  display: flex;
  justify-content: center;
  grid-gap: 10px;
}
.affiliate_post_content .proceed_signup-wrapper label::before {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.affiliate_post_content .proceed_signup-wrapper input[type="checkbox"]:checked ~ label::before {
  background: #ccc;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 0.6 0.6' version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.424.156a.05.05 0 0 0-.068.019L.263.342.21.289A.05.05 0 1 0 .139.36l.1.1a.05.05 0 0 0 .035.015L.281.474A.05.05 0 0 0 .318.449L.443.224A.05.05 0 0 0 .424.156'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.affiliate_post_content .proceed_signup-wrapper:has(input[type="checkbox"]:checked) + #gform_wrapper_3 {
  display: block !important;
}
.affiliate_post_content:has(.gform_confirmation_wrapper) .proceed_signup-wrapper {
  display: none;
}
.affiliate_post_content .gform_confirmation_wrapper {
  background: var(--primarycolor);
  width: fit-content;
  margin: 40px auto 0;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  border: 5px solid #6b73b4;
}
#gform_wrapper_3 input[type="submit"] {
  background: var(--secondaryColor) !important;
  border-radius: 50px !important;
  color: var(--headingColor) !important;
  height: 50px !important;
  border: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-left: 62px !important;
  padding-right: 62px !important;
  cursor: pointer !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#gform_wrapper_3 input[type="submit"]:hover {
  background: var(--blackcolor) !important;
  color: var(--whitecolor) !important;
}
/*Affiliate Signup Page*/
.how-it-sec {
  background: linear-gradient(to bottom, #fff, rgba(71, 80, 162, 0.2), #fff);
}
.woocommerce ul.order_details li::after {
  display: none;
}

/* Checkout page CSS 08-04-2025  */
.wit-tab-step.active{
  display: block;
}
.wit-tab-step{
  display: none;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  padding-right: 15px !important;
}

/* CSS added on 18-04-2025  */
.upload-card.preview-added {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.upload-card.preview-added img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-newsletter input[type=email] {
  backdrop-filter: blur(30px) !important;
  color: var(--whitecolor) !important;
  height: 60px !important;
  padding-left: 72px !important;
  background: rgba(255, 255, 255, 0.35) !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  border-image: initial !important;
  border-radius: 16px !important;
}
.footer-newsletter .ginput_container_email{
  position: relative;
}
.footer-newsletter .ginput_container_email:after {
  background-image: url(images/ftr-mail-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  z-index: 1;
  width: 20px;
  height: 15px;
  background-size: 20px;
}
.newsltr-frm-inr input[type="submit"] {
  border-radius: 50px !important;
  color: var(--paraColor) !important;
  font-size: 16px !important;
  padding: 15px 42px !important;
  background: #ADD136 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 100px !important;
  height: 60px !important;
  font-weight: 300 !important;
}
.newsltr-frm-inr input[type="email"]::placeholder {
  color: #535353 !important;
}

.footer-newsletter input{
  margin: 0 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.woocommerce table.woocommerce-orders-table .add-questions {
  margin-top: 15px;
}
.woocommerce-cart a.wc-block-components-product-name {
  pointer-events: none;
}
ul.woocommerce-error li:after {
  display: none;
}

/* Checkout page New CSS */
.woocommerce-checkout .wit-checkout-left {
  width: 63%;
  border: 1px solid #add137;
  border-radius: 10px;
}
.wit-checkout-right {
  width: 35%;
}
.wit-checkout-row .wit-checkout-right .wit-col {
  border: 1px solid #add137;
  padding: 15px;
}
.woocommerce-checkout .shop_table_headings, .woocommerce-checkout .shop_table_body > div, .shop_table_footer > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.woocommerce-checkout .shop_table_headings{
  font-weight: 700;
  margin-bottom: 20px;
}
.shop_table.woocommerce-checkout-review-order-table .order-total {
  font-weight: 700;
}
.coupon-wrapper.checkout_coupon.woocommerce-form-coupon {
  position: relative;
}
.coupon-wrapper.checkout_coupon.woocommerce-form-coupon button.button.wit-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-2%, -50%);
  height: 55px;
  width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  backdrop-filter: blur(30px);
  background-color: #ADD136;
  color: white;
  text-transform: capitalize;
  line-height: 51px;
  border-radius: 10px;
  /*-webkit-transition: all 0.2s ease;*/
  /*transition: all 0.2s ease;*/
  z-index: 1;
  overflow: hidden;
  padding: 0;
}
.coupon-wrapper.checkout_coupon.woocommerce-form-coupon button.button.wit-button:hover{
    color : black;
}
/*.woocommerce-form-coupon button.button.wit-button:after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  background-color: var(--secondaryColor);*/
/*  width: 0;*/
/*  border-radius: 10px;*/
/*  height: calc(100% + 2px);*/
/*  -webkit-transition: all 0.6s ease;*/
/*  transition: all 0.6s ease;*/
/*  top: -1px;*/
/*  left: -1px;*/
/*  z-index: -1;*/
/*}*/
.shop_table.woocommerce-checkout-review-order-table .wit-coupon-form {
  margin-bottom: 30px;
}
.woocommerce-form-coupon-toggle {
    display: none;
}

/* My account login registration form */
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  float: left;
  margin-right: 1em;
  color: var(--paraColor) !important;
  font-size: 16px !important;
  padding: 15px 42px !important;
  background: #ADD136 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 100px !important;
  height: 60px !important;
  font-weight: 300 !important;
  margin-top: 20px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-top: 30px;
}
/* END */

/* Lost password CSS */
button.reset-password-btn.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  background-color: var(--lightBtnColor);
  color: #747474;
  padding: 0px 120px;
  line-height: 51px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  overflow: hidden;
}
.password-form-wrapper {
  width: 500px;
  margin: 0 auto;
  border: 1px solid #add137;
  padding: 25px;
}
/* END */

.social-links {
  display: block;
  margin: 15px 0;
}
.social-links ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.social-links ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.social-links ul span{
  text-align: center;
}
.social-links ul span img {
  width: 70%;
  height: auto;
  object-fit: contain;
}
.error .ask-anything-frm-inr {
  border: 1px solid #ff0000;
}
/* ========== responsive css =========== */

@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
    /* padding: 0 12px; */
  }

  .second-theme-sec .container::after {
    border-left: 672px solid transparent !important;
    border-right: 672px solid transparent !important;
  }
}

@media (max-width: 1399px) {

  h1,
  .h1-title {
    font-size: 55px;
  }

  .cmn-btn span {
    width: 30px;
    height: 30px;
  }

  .navbar-brand {
    width: 130px;
  }

  .main-head .navbar-nav {
    margin-left: 60px;
  }

  .navbar-nav>li {
    margin: 0 15px;
  }

  .hm-bnr-rt-clm figure {
    margin-right: -20px;
  }

  .hm-bnr-lft-wpr,
  .hm-bnr-sec.inr .hm-bnr-lft-wpr {
    padding: 190px 20px 40px 0;
  }

  .witness-like-wpr {
    padding-top: 30px;
    margin-top: 45px;
  }

  .how-it-wpr .how-it-line-svg {
    max-width: 72%;
  }

  .we-help-lft-clm figure {
    border-radius: 39px;
  }

  .we-help-rt-inr {
    padding: 15px 0 0;
  }

  .we-help-row {
    --bs-gutter-x: 30px;
  }

  .slider-cmn-prev-arr,
  .slider-cmn-nxt-arr {
    width: 45px;
    height: 45px;
    padding: 14px;
  }

  .product-tree-img {
    max-width: 300px;
  }

  .faq-wpr-row {
    margin: 0 -10px 0 0;
  }

  .resp-tabs-container {
    padding: 0 10px;
  }

  .resp-tabs-list {
    /* max-height: 400px; */
    padding-left: 30px;
    padding-right: 20px;
  }

  .footer-sec {
    padding: 0 30px 20px;
  }

  .footer-upper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ftr-clm.second {
    width: 32%;
  }

  .ftr-clm.third {
    width: 36%;
  }

  .journey-accordian-head {
    padding: 20px 0 10px;
  }

  .journey-accordian-item {
    padding: 0 20px 10px 25px;
  }

  .journey-accordian-head .acc-arrw {
    top: 20px;
  }

  .price-wpr del,
  .price-wpr span {
    font-size: 36px;
  }

  .price-wpr span {
    margin-left: 14px;
  }

  .price-wpr {
    margin-bottom: 14px;
  }

  .price-wpr del:after {
    top: 18px;
  }

  .journey-btn-wpr {
    padding-top: 25px;
  }

  .acc-arrw {
    top: 28px;
  }

  .newsltr-frm-btn input[type="submit"] {
    padding: 12px 32px;
    height: 50px;
    line-height: 1;
  }

  .how-it-wpr .how-it-line-svg {
    top: 30px;
  }

  .that-matter-lft figure .that-matter-img {
    max-width: 220px;
  }

  .inspiration-row {
    --bs-gutter-x: 25px;
    align-items: flex-start;
  }

  .partner-sec .product-sec-inr {
    padding: 60px 50px 60px;
    margin-bottom: 50px;
  }

  .product-sec.inspiration .product-sec-inr {
    padding-left: 50px;
    padding-right: 50px;
  }

  .partner-sec .inspiration-txt {
    padding-top: 30px;
  }

  .process-work-txt,
  .process-work-img {
    width: 50%;
  }

  .process-work-row {
    --bs-gutter-x: 30px;
  }

  .process-work-inr {
    padding: 0 50px;
  }

  .process-work-outter .process-work-inr:nth-child(odd) .process-work-txt-inr .process-arrow {
    left: 155px;
  }

  .why-fitness-mi-sec {
    padding: 0 25px 60px;
  }

  .process-work-outter {
    padding: 0 25px;
  }

  .featured-theme-txt-inr {
    padding-left: 30px;
  }

  .featured-theme-txt-inr .h2-title {
    margin-bottom: 15px;
  }

  .featured-theme-wpr .row:nth-child(even) .featured-theme-txt-inr {
    padding-right: 30px;
  }

  .product-sec {
    padding: 0 20px;
  }

  .case-study-tab-link-wpr .resp-tabs-list li,
  .resp-accordion {
    padding: 31px 50px 31px 30px;
    font-size: 18px;
  }


  .product-sec.details-how-work .section-head {
    margin-bottom: 60px;
  }

  .dtls-hw-wrk-card figure {
    width: 160px;
    height: 160px;
  }

  .details-how-work-svg {
    top: 67px;
    left: 120px;
    max-width: 70%;
  }

  .dtls-hw-wrk-nmbr {
    top: -30px;
    font-size: 70px;
  }

  .package-details-txt h1 br {
    display: none;
  }

  .package-details-inr {
    padding-top: 180px;
  }

  .original-price del:after {
    top: 20px;
  }

  .dashbrd-top h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .dashbrd-top p {
    font-size: 20px;
  }

  .dashbrd-card-row {
    --bs-gutter-x: 20px;
  }

  .dashbrd-logout-icon {
    padding-top: 50px;
  }

  .dashboard-logo a {
    max-width: 140px;
  }

  .dashboard-hdr {
    padding: 30px 30px 0px 30px;
  }

  .dashbrd-right-area {
    padding: 30px;
  }

  .dashboard-aside {
    padding: 30px 0 30px 30px;
  }

  .dashboard-top {
    padding-left: 285px;
  }

  .hdr-profile-txt span {
    font-size: 16px;
  }

  .package-details-txt .journey-btn-wpr,
  .straight-txt .journey-btn-wpr {
    margin: -10px;
  }

  .package-details-txt .journey-btn-wpr li,
  .straight-txt .journey-btn-wpr li {
    padding: 10px;
  }

  .love-theme-wrapper {
    padding-top: 0;
  }

  .love-theme-title {
    margin-bottom: 15px;
  }

  .love-theme-card-txt {
    padding-left: 20px;
  }

  .love-theme-card-para p:not(:last-child) {
    margin-bottom: 10px;
  }

  .love-theme-clm {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }

  .profile-input-card input[type="text"],
  .profile-input-card input[type="tel"],
  .profile-input-card input[type="email"],
  .profile-input-card input[type="password"] {
    padding: 10px 60px 10px 20px;
  }

  .profile-input-card>label,
  .security-wpr .h4-title {
    font-size: 20px;
  }

  .contact-rt-clm {
    width: 55%;
  }

  .contact-lft-clm {
    width: 45%;
  }

  .refer-friend-mdl-hdr h2 {
    font-size: 36px;
  }

  .refer-friend-mdl-hdr {
    margin-bottom: 10px;
  }

  /* pro 5/3/25 start */
  .woocommerce-EditAccountForm.edit-account .form-row label,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 20px;
  }

  .woocommerce-EditAccountForm.edit-account fieldset legend,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper legend {
    font-size: 20px;

  }

  .woocommerce-EditAccountForm.edit-account .form-row input[type="text"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="text"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="number"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="number"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="tel"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="tel"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="password"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="password"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="email"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="email"],
  .woocommerce-EditAccountForm.edit-account .form-row select,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row select {
    padding: 10px 20px;
  }

  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection.select2-selection--single {
    padding: 10px 20px;
  }

  .woocommerce-address-fields button[type=submit]:after {
    width: 30px;
    height: 30px;
    background: url(./images/btn-full-icon.svg) no-repeat center/30px;

  }

  /* pro 5/3/25 end */


  /* S.M Css Start Css 31-03-25 */
  .hm-bnr-sec {
    padding-top: 140px;
  } 

  .perfect-for-list li {
    font-size: 20px;
}
.perfect-for-list li strong {
  line-height: 1.5;
}
  /* S.M Css Start Css 31-03-25 */

  .wit-checkout-tab-body .step-action a {
    padding: 0px 65px !important;
  }

}

@media (min-width: 1200px) {
  .second-theme-sec .container::after {
    border-left: 570px solid transparent;
    border-right: 570px solid transparent;
  }
}

@media (min-width: 1025px) {

  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

@media (max-width: 1199px) {

  h1,
  .h1-title {
    font-size: 45px;
  }

  h2,
  .h2-title {
    font-size: 40px;
  }

  h4,
  .h4-title {
    font-size: 20px;
  }

  .cmn-gap {
    padding: 70px 0;
  }

  .navbar-brand {
    width: 100px;
  }

  .main-head .navbar-nav {
    margin-left: 35px;
  }

  .navbar-nav>li {
    margin: 0 12px;
  }

  .hm-bnr-sec {
    padding-top: 25px;
  }

  .head-profile {
    width: 50px;
    height: 50px;
  }

  .header-btn-wrap .cmn-btn {
    padding: 7px 10px 7px 20px;
  }

  .main-head {
    top: 30px;
  }

  .hm-bnr-lft-wpr,
  .hm-bnr-sec.inr .hm-bnr-lft-wpr {
    padding: 140px 20px 25px 0;
  }

  .witness-like-wpr {
    padding-top: 20px;
    margin-top: 20px;
  }

  .witness-like-wpr .h4-title {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .how-it-card i {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .how-it-card i img {
    max-width: 30px;
  }

  .how-it-sec .section-head {
    margin-bottom: 40px;
  }

  .we-help-rt-inr p {
    margin-bottom: 15px;
  }

  .we-help-acc .faq-accordian-item,
  .journey-accordian-item {
    padding: 0 20px 10px 20px;
  }

  .faq-accordian-head,
  .journey-accordian-head {
    padding: 20px 0 10px;
  }

  .acc-arrw {
    top: 20px;
  }

  .product-sec {
    padding: 0 30px;
  }

  .slider-cmn-prev-arr,
  .slider-cmn-nxt-arr {
    width: 35px;
    height: 35px;
    padding: 10px;
  }

  .product-sec-inr {
    padding: 60px 0;
  }

  .witness-journey-row {
    --bs-gutter-x: 20px;
  }

  .product-sec.memories .product-sec-inr {
    padding: 70px 0;
  }

  .memorics-item {
    padding: 0 10px;
  }

  .memorics-sldr .slick-list {
    margin: 0 -10px;
  }

  .memorics-card {
    padding: 10px 10px 25px;
  }

  .memorics-card-txt i {
    margin-bottom: 10px;
  }

  .memorics-card-txt i img {
    max-width: 100px;
  }

  .memorics-card-txt .h4-title {
    margin-bottom: 10px;
    line-height: 1.1;
  }

  .case-study-tab-link-wpr .resp-tabs-list li,
  .resp-accordion {
    padding: 30px 40px 20px 20px;
    font-size: 18px;
  }

  .case-study-tab-link-wpr .resp-tabs-list li:after,
  .resp-accordion:after {
    right: 16px;
  }

  .tab-content-innr {
    padding: 25px;
  }

  .witness-mi-story-row {
    --bs-gutter-x: 20px;
  }

  .footer-sec {
    padding: 0 25px 15px;
  }

  .ftr-logo {
    width: 140px;
  }

  .ftr-clm.first {
    width: 28%;
  }

  .ftr-clm.third {
    width: 40%;
  }

  .newsltr-frm-input input[type="email"] {
    padding-left: 60px;
  }

  .newsltr-frm-inr input[type="email"] {
    padding-left: 60px !important;
  }

  .newsltr-frm-input:after {
    left: 20px;
    width: 22px;
    height: 16px;
  }

  .newsltr-frm-inr input:after {
    left: 20px !important;
    width: 22px !important;
    height: 16px !important;
  }

  .footer-upper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .how-it-wpr .how-it-line-svg {
    top: 20px;
  }

  .emphasizing .we-help-row {
    align-items: flex-start;
  }

  .emphasizing .we-help-rt-inr {
    padding: 10px 0 0;
  }

  .contact-right-inr {
    padding: 30px;
  }

  .contact-ask-wpr {
    padding-right: 30px;
  }

  .ask-wpr ul li {
    padding: 16px;
  }

  .ask-wpr ul li i {
    width: 45px;
    height: 45px;
  }

  .ask-txt span {
    font-size: 18px;
  }

  .that-matter-sec .section-head {
    margin-bottom: 40px;
  }

  .partner-sec {
    overflow: hidden;
  }

  .product-sec.inspiration .inspiration-row {
    --bs-gutter-x: 15px;
  }

  .partner-sec .inspiration-txt {
    padding-top: 15px;
  }

  .process-work-sec .section-head {
    margin-bottom: 40px;
  }

  .work-process-nmbr {
    width: 80px;
    height: 80px;
    font-size: 35px;
    margin-bottom: 10px;
  }

  .process-arrow {
    max-width: 160px;
    top: 18px;
  }

  .process-arrow svg {
    width: 100%;
    height: 100%;
  }

  .process-work-txt-inr {
    padding: 70px 0;
  }

  .why-fitness-mi-lft figure .why-fitness-mi-logo {
    max-width: 200px;
  }

  .why-fitness-mi-txt {
    padding: 61px 55px;
  }

  .featured-theme-txt-inr {
    padding-left: 10px;
  }

  .featured-theme-wpr .row:nth-child(even) .featured-theme-txt-inr {
    padding-right: 10px;
  }

  .featured-theme-txt-inr p {
    margin-bottom: 10px;
  }

  .featured-theme-btn {
    padding-top: 10px;
  }

  .more-theme-row {
    --bs-gutter-x: 20px;
  }

  .theme-card-txt p {
    margin-bottom: 10px;
  }

  .theme-card-txt .theme-card-btn {
    padding-top: 15px;
  }

  .theme-card-txt {
    padding: 20px 0 0;
  }

  .ask-anything-frm {
    max-width: 490px;
  }

  /* .category-wpr select {
  width: 230px;
} */
  .package-details-inr {
    padding-top: 165px;
  }

  .package-details-txt {
    padding-left: 0px;
    padding-top: 10px;
  }

  .journey-btn-wpr li {
    padding: 5px;
  }

  .journey-btn-wpr {
    margin: -5px;
  }

  .journey-btn-wpr .sm-logo {
    max-width: 90px;
  }

  .secure-txt img {
    max-width: 40px;
    margin-right: 7px;
  }

  .details-how-work-svg {
    left: 112px;
  }

  .straight-txt {
    padding-top: 10px;
  }

  .straight-txt p {
    margin-bottom: 10px;
  }

  .straight-row {
    --bs-gutter-x: 20px;
  }

  .perfect-for-txt {
    padding-left: 0;
  }

  .product-sec.happy-customer .product-sec-inr {
    padding: 0;
  }

  .product-sec.happy-customer {
    padding: 70px 0 30px;
  }

  .slider-cmn-prev-arr {
    left: -19px;
  }

  .slider-cmn-nxt-arr {
    right: -19px;
  }

  .dashboard-hdr {
    padding: 25px 30px 0px 30px;
  }

  .dashbrd-right-area {
    padding: 31px;
  }

  .dashbrd-card-row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 15px;
  }

  .recording-wpr {
    margin-top: 30px;
  }

  .recording-title {
    margin-bottom: 15px;
  }

  .product-sec.details-how-work .product-sec-inr {
    padding: 40px 0 50px;
  }

  .straight-lft-clm {
    width: 52%;
  }

  .straight-rt-clm {
    width: 48%;
  }

  .memorics-card-txt p {
    margin-bottom: 10px;
  }

  .memorics-card {
    padding: 10px;
  }

  .witness-journey-sec.love-story-thm .journey-btn-wpr li {
    padding: 10px;
  }

  .witness-journey-sec.love-story-thm .journey-btn-wpr {
    margin: -10px;
  }

  .love-theme-title .h3-title {
    font-size: 22px;
  }

  .love-theme-card-txt .h4-title {
    margin-bottom: 8px;
  }

  .love-theme-wrapper {
    padding-bottom: 30px;
  }

  .profile-input-card.upload {
    padding: 15px 20px;
    margin-bottom: 10px;
  }

  .profile-input-card>label {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .security-wpr .h4-title {
    font-size: 18px;
  }

  .right-upload-btn label i {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 9px;
  }

  .right-upload-btn label {
    padding: 7px 7px 6px 18px;
  }

  .profile-input-card input[type="text"],
  .profile-input-card input[type="tel"],
  .profile-input-card input[type="email"],
  .profile-input-card input[type="password"] {
    height: 50px;
  }

  .profile-form-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .security-wpr {
    padding: 24px 0 0px;
    margin-top: 15px;
  }

  .edit-wpr,
  .pass-visible-wpr {
    width: 50px;
  }

  .edit-wpr img {
    max-width: 14px;
  }

  .pass-visible-wpr img {
    width: 20px;
  }

  .profile-frm {
    padding: 0;
  }

  .inspiration-txt h2 {
    margin-bottom: 10px;
    line-height: 1;
  }

  .inspiration-txt p:not(:last-child) {
    margin-bottom: 10px;
  }

  .journey-today-inr h2 {
    margin-bottom: 10px;
  }

  .refer-friend-mdl-hdr h2 {
    font-size: 30px;
  }

  .refer-friend-mdl-hdr h2 br {
    display: none;
  }

  .refer-friend-mdl .modal-content {
    padding: 30px 60px 20px;
  }

  /* support starts 03.03.2025  */
  .woocommerce-cart .single-page-sec.cmn-gap,
  .woocommerce-checkout .single-page-sec.cmn-gap {
    padding-top: 120px;
  }

  /* support ends 03.03.2025  */

  /* pro 5/3/25 start */
  .woocommerce-EditAccountForm.edit-account .form-row label,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .woocommerce-EditAccountForm.edit-account .form-row,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
    margin-bottom: 20px;
    width: calc(50% - 10px);
  }

  .woocommerce-EditAccountForm.edit-account .form-row input[type="text"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="text"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="number"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="number"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="tel"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="tel"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="password"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="password"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="email"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="email"],
  .woocommerce-EditAccountForm.edit-account .form-row select,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row select {
    height: 50px;
  }

  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection.select2-selection--single {
    height: 50px;
  }

  .woocommerce-EditAccountForm.edit-account fieldset,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper fieldset {
    padding-top: 20px;
  }

  .woocommerce-EditAccountForm.edit-account fieldset legend,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper fieldset legend {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection__rendered {
    line-height: 1.5;
  }

  .dashbrd-right-iner h2 {
    font-size: 28px;
  }

  /* pro 5/3/25 end */

  /* 31-03-25 Css Start S.M */
  .hm-bnr-sec {
    padding-top: 130px;
  } 
  .bnr-blur-img {
    max-width: 570px;
  }
  .perfect-for-row {
    align-items: flex-start;
}

  /* 31-03-25 Css End S.M */
  .second-theme-sec .container::after {
    border-left: 480px solid transparent;
    border-right: 480px solid transparent;
  }

}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  /* .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:after,
  .navbar-nav > li.menu-item-has-children > a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav > li.current-menu-item > a:after,
  .navbar-nav > li > a:hover:after,
  .navbar-nav > li.menu-item-has-children:hover > a:after {
    width: 100%;
    opacity: 1;
  } */

  /* navbar end*/
  .second-theme-sec .container::after {
    border-left: 480px solid transparent;
    border-right: 480px solid transparent;
  }
}

@media (max-width: 991px) {

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 40px;
    margin-left: auto;
    height: 40px;
    padding: 0;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    background-color: var(--secondaryColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 12px;
    height: 2px;
    background: var(--blackcolor);
    position: absolute;
    left: auto;
    top: auto;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -6px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 6px;
    left: 4px;
    width: 8px;
  }

  .stick.open {
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    transform: rotate(45deg) translate(36px, -28px);
    left: -2px;
  }

  .stick.open:after {
    transform: rotate(-45deg) translate(41px, 32px);
    left: -8px;
    width: 12px;

  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav>li>a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px;
  }

  .sub-menu>li>a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay {
    border-radius: 0;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    display: none;
  }

  /* push nav end */
  .cmn-gap {
    padding: 60px 0;
  }

  h1,
  .h1-title {
    font-size: 40px;
  }

  h2,
  .h2-title {
    font-size: 36px;
  }

  h2 br,
  .h2-title br {
    display: none;
  }

  body {
    font-size: 16px;
  }

  .header-btn-list {
    display: none;
  }

  /* .witness-like-list li img {
  max-width: 80px;
} */
  .hm-bnr-lft-wpr {
    padding: 110px 20px 15px 0;
  }

  .witness-like-wpr .h4-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .how-it-line-svg.desktop {
    display: none;
  }

  .how-it-card {
    display: flex;
    flex-wrap: wrap;
  }

  .how-it-card i {
    margin-bottom: 0;
    flex: 0 0 auto;
  }

  .how-it-card-txt {
    flex: 1;
    padding-left: 19px;
  }

  .how-it-line-svg-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .how-it-line-svg-mobile {
    display: block;
    position: absolute;
    top: 140px;
    left: 30px;
    z-index: -1;
  }

  .we-help-lft-clm figure {
    border-radius: 20px;
    max-width: 500px;
    margin: 0 auto;
  }

  .product-sec-inr {
    padding: 60px 0 40px;
  }

  .witness-journey-rt-clm,
  .witness-journey-lft-clm {
    width: 100%;
  }

  .witness-journey-lft-clm figure {
    border-radius: 20px;
    max-width: 420px;
    margin: 0 auto;
  }

  .price-wpr del,
  .price-wpr span {
    font-size: 30px;
  }

  .memorics-card-txt p {
    margin-bottom: 10px;
  }

  .case-study-tab-link-wpr {
    display: none;
  }

  .faq-wpr-row>* {
    width: 100%;
  }

  h2.resp-accordion {
    display: block;
  }

  .case-study-tab-link-wpr .resp-tabs-list li.resp-tab-active,
  .resp-accordion.resp-tab-active {
    box-shadow: none;
    border-top-color: #DDDDDD !important;
    border: 0;
    margin: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }

  .resp-tabs-container {
    max-height: 588px;
    overflow-y: auto;
    direction: rtl;
    padding-left: 15px;
    padding-top: 10px;
  }

  .resp-tabs-container::-webkit-scrollbar-track {
    border-radius: 30px;
    overflow: hidden;
    background-color: #EDEDED;
  }

  .resp-tabs-container::-webkit-scrollbar-thumb {
    border-radius: 30px;
    overflow: hidden;
    background-color: var(--primarycolor);
  }

  .resp-tabs-container::-webkit-scrollbar {
    width: 4px;
    border-radius: 30px;
    overflow: hidden;
  }

  .tab-content-innr {
    text-align: left;
    border: 0;
    padding: 0;
  }

  .resp-accordion {
    padding: 34px 39px 28px 0;
    margin: 0;
    border: 0;
  }

  .accordion-wrapper {
    border-top: 1px solid #DDDDDD;
    padding: 0 29px 0 26px;
  }

  .resp-tab-content {
    height: auto;
  }

  .case-study-tab-link-wpr .resp-tabs-list li:after,
  .resp-accordion:after {
    right: 0;
  }

  .witness-mi-story-txt-inr h2 {
    margin-bottom: 10px;
  }

  .ftr-clm.first {
    width: 100%;
  }

  .ftr-clm.second,
  .ftr-clm.third {
    width: 50%;
  }

  .ftr-flex {
    margin: -20px -15px;
  }

  .ftr-flex>* {
    padding: 20px 15px;
  }

  .ftr-title {
    font-size: 20px;
    margin: 0 0 22px;
  }

  .newsltr-frm-input input[type="email"] {
    font-size: 16px;
    padding-left: 50px;
  }

  .newsltr-frm-inr input[type="email"] {
    font-size: 16px !important;
    padding-left: 50px !important;
  }

  .newsltr-frm-input:after {
    left: 16px;
  }

  .newsltr-frm-inr input:after {
    left: 16px !important;
  }

  .footer-lower {
    padding: 24px 0 20px;
  }

  .login-list li {
    line-height: 1;
  }

  .login-list li a {
    font-size: 15px;
    padding: 8px 20px;
    color: var(--paraColor);
  }

  .witness-journey-txt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ftr-nav {
    max-width: 100%;
  }

  .mi-story-shp {
    max-width: 451px;
  }

  .accordion-wrapper:has(> h2.resp-tab-active) {
    padding: 0 29px 26px;
    background: var(--whitecolor);
    box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    border-top-color: var(--whitecolor) !important;
  }

  .accordion-wrapper:has(> h2.resp-tab-active)+.accordion-wrapper {
    border-top-color: var(--whitecolor) !important;
  }

  .accordion-wrapper:first-child {
    border-top-color: var(--whitecolor) !important;
  }

  .resp-accordion.resp-tab-active:after {
    right: 0px;
  }

  .how-it-clm:not(:last-child) .how-it-card {
    padding-bottom: 60px;
  }

  .how-it-card {
    position: relative;
  }

  .how-it-line {
    position: absolute;
    top: 3px;
    left: 40px;
    width: 1px;
    height: 98%;
    background:
      linear-gradient(to bottom, #333 50%, transparent 50%) repeat-y;
    background-size: 2px 20px;
    background-position: top left;
    z-index: -1;
  }

  .how-it-card:after {
    position: absolute;
    content: '';
    top: calc(50% + 40px);
    left: 35px;
    transform: translateY(-50%);
    background-image: url(images/how-it-arr.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
  }


  /* 24.04.2025 QA CSS changes starts */
  .col-lg-3:last-child .how-it-card .blue-arr{
    display: none !important;
  }
  
  .col-lg-3:last-child .how-it-line{
    display: none !important;
  }
  /* 24.04.2025 QA CSS changes ends */

  .how-it-clm:last-child .how-it-card:after {
    display: none;
  }

  .hm-bnr-sec.inr .hm-bnr-lft-wpr {
    padding: 128px 20px 20px 0;
  }

  .team-item {
    padding: 0 6px;
  }

  .team-sldr .slick-list {
    margin: 0 -6px;
  }

  .team-txt {
    padding: 15px 0 0;
  }

  .team-txt .h4-title {
    font-size: 16px;
  }

  .team-txt .membr-designation {
    font-size: 14px;
  }

  .contact-lft-clm {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-ask-wpr {
    max-width: 100%;
    padding-right: 0;
  }

  .contact-rt-clm {
    width: 100%;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select,
  textarea {
    font-size: 16px;
    padding: 0 16px 0 20px;
  }

  .that-matter-row {
    --bs-gutter-y: 30px;
  }

  .that-matter-txt {
    text-align: center;
  }

  .product-sec.inspiration .inspiration-row {
    flex-direction: column-reverse;
    --bs-gutter-y: 25px;
  }

  .inspiration-rt-clm figure {
    max-width: 350px;
    margin: 0 auto;
  }

  .product-sec.inspiration .product-sec-inr {
    padding-left: 30px;
    padding-right: 30px;
  }

  .inspiration-txt h2 {
    margin-bottom: 15px;
  }

  .inspiration-large-inr {
    padding: 0 30px;
  }

  .inspiration-large-inr img {
    border-radius: 30px;
  }

  .partner-sec .product-sec-inr {
    margin-bottom: 50px;
  }

  .partner-sec .inspiration-row {
    --bs-gutter-y: 20px;
  }

  .partner-sec {
    padding-left: 30px;
    padding-right: 30px;
  }

  .partner-sec .inspiration-txt {
    padding-top: 0;
  }


  /* sg-13-feb-2025 */
  .how-it-card:after {
    display: none;

  }

  .blue-arr {
    position: absolute;
    top: calc(50% + 40px);
    left: 35px;
    transform: translateY(-50%);
    background-image: url(images/how-it-arr.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: flex;

  }

  /* sg-13-feb-2025 */

  .process-work-row {
    --bs-gutter-x: 12px;
  }

  .process-work-txt,
  .process-work-img,
  .process-work-outter .process-work-inr:nth-child(even) .process-work-img,
  .process-work-outter .process-work-inr:nth-child(even) .process-work-txt {
    width: 100%;
  }

  .process-work-inr {
    padding: 40px;
    margin-bottom: 20px;
  }

  .process-work-outter .process-work-inr:nth-child(even) {
    background-color: rgba(71, 80, 162, 0.1);
  }

  .process-work-outter .process-work-inr:first-child .process-work-txt .process-arrow {
    display: block;
  }

  .process-arrow {
    right: auto;
  }

  .process-work-outter .process-work-inr:nth-child(odd) .process-work-txt-inr .process-arrow {
    transform: inherit;
    left: 0;
    right: auto;
  }

  .work-process-nmbr {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .available-theme .h4-title {
    margin-bottom: 5px;
  }

  .available-theme-inr:not(:last-child) {
    margin-bottom: 15px;
  }

  .process-work-outter .process-work-inr .process-arrow,
  .process-work-outter .process-work-inr:nth-child(odd) .process-work-txt-inr .process-arrow {
    transform: rotateY(-180deg);
    left: 0;
    margin: auto;
    right: 0;
  }

  .why-fitness-mi-inr {
    padding: 60px 30px 30px;
    border-radius: 30px;
  }

  .why-fitness-mi-lft .why-ftness-mi-blur {
    max-width: 310px;
    pointer-events: none;
  }

  .why-fitness-mi-inr .section-head {
    margin-bottom: 130px;
  }

  .why-fitness-mi-row {
    --bs-gutter-y: 110px;
  }

  .why-fitness-mi-txt {
    width: 100%;
    backdrop-filter: blur(30px);
    border-radius: 30px;
    padding: 50px;
    margin-bottom: 0;
  }

  .why-fitness-list {
    max-width: 100%;
  }

  .process-work-img figure {
    max-width: 300px;
    margin: 0 auto;
  }

  .process-work-outter .process-work-inr:first-child .process-work-txt-inr {
    padding: 70px 0 0px;
  }

  .process-work-txt-inr {
    padding: 70px 0 0px;
  }

  .process-work-inr:last-child {
    margin-bottom: 0;
  }

  .why-fitness-mi-sec {
    padding: 60px 25px;
  }

  .hm-bnr-lft-wpr h1 br {
    display: none;
  }

  .hm-bnr-sec.inr.packages .hm-bnr-lft-wpr {
    padding: 128px 20px 20px 0;
  }

  .featured-theme-row {
    align-items: flex-start;
  }

  .product-sec {
    padding: 0 25px;
  }

  .more-theme-row {
    --bs-gutter-y: 20px;
  }

  .theme-card-txt .theme-card-btn {
    padding-top: 10px;
  }

  .great-theme-row {
    --bs-gutter-y: 20px;
  }

  .ask-anything-frm {
    max-width: 340px;
  }

  .ask-anything-frm-inr input[type="submit"] {
    padding: 8px 18px;
    height: 40px;
  }

  .ask-anything-frm-inr {
    padding: 0px 108px 0 42px;
    height: 50px;
  }

  .ask-anything-frm-inr:after {
    left: 15px;
    width: 16px;
    height: 16px;
    background-size: 16px;
  }

  .ask-anything-frm-inr input[type="search"] {
    font-size: 16px;
  }

  .category-wpr select {
    width: 270px;
    font-size: 16px;
  }

  .category-wpr label {
    font-size: 16px;
    margin-right: 10px;
  }

  .tab-content-innr {
    min-height: inherit;
  }

  .package-details-inr {
    padding-top: 125px;
  }

  .package-details-lft figure {
    padding-top: 90%;
  }

  .package-details-txt {
    padding-top: 25px;
  }

  .product-sec.details-how-work .product-sec-inr {
    padding: 46px 0 60px;
  }

  .details-how-work-svg {
    display: none;
  }

  .dtls-hw-wrk-card {
    display: flex;
    padding-bottom: 70px;
    /* padding-bottom:200px; */
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
  }

  .dtls-hw-wrk-img {
    flex: 0 0 auto;
  }

  .dtls-hw-wrk-card figure {
    width: 130px;
    height: 130px;
  }

  .dtls-hw-wrk-txt {
    padding: 20px 0 0 20px;
    flex: 1;
  }

  .dtls-hw-wrk-nmbr {
    top: -25px;
    font-size: 60px;
  }

  .dtls-hw-wrk-clm:last-child .dtls-hw-wrk-card {
    padding-bottom: 0;
  }

  .dtls-hw-wrk-line {
    position: absolute;
    top: 3px;
    left: 65px;
    width: 1px;
    height: 98%;
    background: linear-gradient(to bottom, #333 50%, transparent 50%) repeat-y;
    background-size: 2px 20px;
    background-position: top left;
    z-index: -1;
  }

  .dtls-hw-wrk-arr {
    position: absolute;
    top: calc(50% + 65px);
    left: 60px;
    transform: translateY(-50%);
    background-image: url(images/how-it-arr.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    display: flex;
  }

  .dtls-hw-wrk-txt h4 br {
    display: none;
  }

  .details-how-work-wpr {
    max-width: 550px;
    margin: 0 auto;
  }

  .straight-row {
    flex-direction: column-reverse;
  }

  .straight-rt-clm figure {
    padding-top: 60%;
    max-width: 400px;
    margin: 0 auto;
  }

  .straight-txt {
    padding-top: 30px;
  }

  .perfect-for-lft-clm figure {
    padding-top: 70%;
    max-width: 444px;
    margin: 0 auto;
  }

  .perfect-for-txt {
    padding-top: 20px;
  }

  .dashboard-top {
    padding-left: 0;
  }

  .dashboard-hdr-title .navbar-toggler {
    display: block;
  }

  .dashboard-hdr-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .dashboard-hdr-title h1 {
    margin-left: 10px;
  }

  .dashboard-toggle {
    display: block;
    border: 0;
    background-color: transparent;
  }

  .dash-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
    display: none;
    transition: all 0.3s ease-in-out;
  }

  .dashboard-sec.open .dash-overlay {
    display: block;
  }

  .dashboard-aside {
    transform: translateX(-100%);
    z-index: 99;
    transition: all 0.3s ease-in-out;
    padding: 20px 0 20px 20px;
    height: 100vh;
  }

  .dashboard-aside-wpr {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .dashboard-aside.open {
    transform: translateX(0%);
  }

  .dashboard-logo a {
    max-width: 100px;
  }

  .dashboard-logo {
    padding: 49px 15px 20px;
    position: relative;
  }

  .dashboard-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    padding: 0;
  }

  .dashbrd-top p {
    font-size: 18px;
  }

  .dashbrd-menu-list .current-menu a {
    padding: 20px;
  }

  .dashbrd-menu-list li a {
    padding: 15px 20px;
    font-size: 16px;
  }

  .dashboard-ftr {
    padding: 0 30px;
  }

  .dashbrd-menu-list {
    max-height: 200px;
    overflow-y: auto;
  }

  .dashbrd-logout-icon {
    padding-top: 50px;
    margin-top: auto;
  }

  .dashboard-hdr {
    padding: 30px 40px 0px 25px;
  }

  .package-details-lft {
    width: 100%;
  }

  .package-details-rt {
    width: 100%;
  }

  .straight-rt-clm {
    width: 100%;
  }

  .straight-lft-clm {
    width: 100%;
  }

  .perfect-for-lft-clm figure {
    padding-top: 110%;
  }

  .perfect-for-txt h2 {
    margin-bottom: 8px;
  }

  .perfect-for-list li {
    margin-bottom: 18px;
    padding-left: 35px;
  }

  .perfect-for-list li:after {
    background-size: 20px;
  }

  .product-sec.perfect-for .product-sec-inr {
    padding: 30px 0;
  }

  .product-sec.happy-customer {
    padding: 60px 0 30px;
  }

  .product-sec.happy-customer .memorics-sldr .slick-list {
    padding: 30px 0;
  }

  .profile-input-card input[type="text"],
  .profile-input-card input[type="tel"],
  .profile-input-card input[type="email"],
  .profile-input-card input[type="password"] {
    font-size: 16px;
  }

  .profile-input-card>label {
    font-size: 16px;
  }

  .partner-sec .inspiration-rt-clm,
  .partner-sec .inspiration-lft-clm,
  .partner-sec .product-sec-inr:nth-child(even) .inspiration-rt-clm,
  .partner-sec .product-sec-inr:nth-child(even) .inspiration-lft-clm,
  .inspiration-rt-clm,
  .inspiration-lft-clm {
    width: 100%;
  }

  .refer-friend-mdl .modal-dialog {
    max-width: 600px;
  }

  .refer-friend-mdl .modal-content {
    padding: 50px 30px 20px;
  }

  .refer-friend-mdl-wpr p {
    margin-bottom: 10px;
  }

  .ask-anything-frm-inr.refer-friend-frm {
    padding: 0 148px 0 62px;
  }

  .recording-frm-lft textarea {
    font-size: 16px;
  }

  .slider-cmn-prev-arr,
  .slider-cmn-nxt-arr {
    top: 100px;
  }

  /* SMv Css Start */
  .contact-right-inr input[type="text"],
  .contact-right-inr input[type="email"],
  .contact-right-inr input[type="tel"],
  .contact-right-inr textarea {
    font-size: 16px !important;
  }

  /* SMv Css End */
  /* support starts 03.03.2025  */
  .wc-block-components-sidebar-layout .wc-block-components-main,
  .wc-block-components-sidebar {
    padding: 20px !important;
  }

  .woocommerce-cart .single-page-sec.cmn-gap,
  .woocommerce-checkout .single-page-sec.cmn-gap {
    padding-top: 100px;
  }

  /* support ends 03.03.2025  */


  /* pro 5/3/25 start */
  .woocommerce-EditAccountForm .profile-upload-wpr {
    margin-bottom: 30px;
  }

  .woocommerce-EditAccountForm.edit-account .form-row label,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    font-size: 16px;
  }

  .woocommerce-EditAccountForm.edit-account fieldset legend,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper fieldset legend {
    font-size: 16px;
  }

  .woocommerce-EditAccountForm.edit-account .form-row input[type="text"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="text"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="number"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="number"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="tel"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="tel"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="password"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="password"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="email"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="email"],
  .woocommerce-EditAccountForm.edit-account .form-row select,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row select {
    font-size: 16px;
  }

  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection.select2-selection--single {
    font-size: 16px;
  }

  .woocommerce-EditAccountForm.edit-account .form-row em,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row em {
    font-size: 12px;
  }


  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection__rendered {
    line-height: 1.7;
  }

  .dashbrd-right-iner h2 {
    font-size: 26px;
  }

  /* pro 5/3/25 end */

  .story-reording-tips {
    padding: 15px;
  }
  .consent-header{
    padding-left: 15px;
  }



  /* S.M Css Start 31-03-25 */
  .hm-bnr-rt-clm {
    width: 45%;
  }
  .hm-bnr-lft-clm {
    width: 55%;
  }

  .hm-bnr-lft-wpr {
    padding: 110px 20px 40px 0;
}
.perfect-for-list li {
  font-size: 16px;
}
  /* S.M Css End 31-03-25 */
  .what_you_get figure img {
    height: 60vh;
  }
  .second-theme-sec .container::after {
    border-left: 360px solid transparent;
    border-right: 360px solid transparent;
  }
  .second-theme-sec .section-content h2 {
    font-size: 30px;
  }

  /* New checkout CSS */
  .woocommerce-checkout .wit-checkout-left {
    width: 100%;
    order: 2;
  }
  .wit-checkout-right {
    width: 100%;
    margin-bottom: 25px;
    order: 1;
  }

  .footer-newsletter .ginput_container_email:after {
    left: 16px;
  }
}

@media (max-width: 767px) {

  h1 br,
  .h1-title br {
    display: none;
  }

  body {
    font-size: 16px;
  }

  .section-head {
    margin-bottom: 30px;
  }

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;


  }

  .main-head {
    top: 0;
    position: relative;
    padding: 16px 0 27px;
  }

  .hm-bnr-lft-clm,
  .hm-bnr-rt-clm {
    width: 100%;
  }

  .hm-bnr-row {
    flex-direction: column-reverse;
  }

  .hm-bnr-sec {
    padding-top: 0;
  }

  .hm-bnr-rt-clm figure {
    margin-right: 0;
  }

  .hm-bnr-lft-wpr {
    padding: 30px 0 0;
  }

  .bnr-blur-img {
    left: -40px;
    max-height: 313px;
  }

  .letter-space-title {
    margin-bottom: 10px;
  }

  .how-it-card-txt {
    max-width: 400px;
  }

  .price-wpr del:after {
    top: 15px;
  }

  .memorics-wpr .slider-cmn-prev-arr,
  .memorics-wpr .slider-cmn-nxt-arr,
  .slider-cmn-prev-arr,
  .slider-cmn-nxt-arr {
    top: 100%;
    transform: translate(0);
    position: relative;
    left: auto;
    right: auto;
  }

  .product-slider-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
  }

  .product-slider-btn>* {
    margin: 0 5px;
  }

  .product-sec.memories .product-sec-inr {
    padding: 60px 0 40px;
  }

  .ftr-clm.second,
  .ftr-clm.third {
    width: 100%;
  }

  .mi-story-shp {
    bottom: -207px;
    max-width: 431px;
  }

  .how-it-card i {
    width: 70px;
    height: 70px;
  }

  .how-it-line {
    left: 35px;
  }

  .how-it-card:after {
    left: 30px;
  }

  .hm-bnr-sec.inr .hm-bnr-lft-wpr {
    padding: 30px 0 0 0;
  }

  .hm-bnr-sec.inr .hm-bnr-lft-wpr h1 {
    text-transform: capitalize;
    margin-bottom: 10px;
  }

  .story-behing-inr p {
    margin-bottom: 15px;
  }

  .contact-right-inr {
    padding: 30px 20px;
  }

  .inspiration-rt-clm figure {
    max-width: 430px;
  }

  .partner-sec .product-sec-inr {
    padding: 50px 40px;
  }

  .inspiration-large-inr img {
    border-radius: 20px;
  }

  .that-matter-lft figure .that-matter-img {
    max-width: 160px;
  }

  .blue-arr {
    left: 30px;
  }

  .process-work-inr {
    padding: 50px 30px 30px;
  }

  .available-theme-list li {
    margin-bottom: 5px;
  }

  .process-work-txt-inr {
    padding: 60px 0 0px;
  }

  .why-fitness-list li {
    text-align: center;
  }

  .why-fitness-list li i {
    margin: 0 auto 10px;
  }

  .process-work-txt-lwr p {
    margin-bottom: 8px;
  }

  .process-work-txt-lwr .h4-title {
    margin-top: 10px;
  }

  .hm-bnr-sec.inr.packages .hm-bnr-lft-wpr {
    padding: 30px 0 0 0;
  }

  .featured-theme-img figure {
    max-width: 340px;
    margin: 0 auto;
  }

  .featured-theme-txt-inr {
    padding-left: 0;
    padding-top: 20px;
  }

  .featured-theme-wpr .row:nth-child(even) .featured-theme-txt-inr {
    padding-right: 0;
  }

  .more-theme-row>*,
  .great-theme-row>* {
    width: 50%;

  }

  .great-theme-row {
    --bs-gutter-x: 20px;
  }

  .more-theme-row {
    justify-content: center;
  }

  .theme-card-txt {
    padding: 20px 0 0;
  }

  .theme-card-txt .h4-title {
    margin-bottom: 4px;
  }

  .theme-card-txt p {
    margin-bottom: 5px;
  }


  .ask-anything-upper {
    justify-content: center;
  }

  .ask-anything-frm {
    max-width: 400px;
  }

  .category-wpr {
    padding-top: 25px;
  }

  .package-details-inr {
    padding-top: 0;
  }

  .product-sec.details-how-work .section-head {
    margin-bottom: 40px;
  }

  .dtls-hw-wrk-nmbr {
    top: -15px;
    font-size: 45px;
  }

  .dtls-hw-wrk-txt h4 {
    margin-bottom: 5px;
  }

  .product-sec.happy-customer .memorics-sldr .slick-list {
    padding: 30px 0 20px;
  }

  .product-sec.happy-customer .product-slider-btn {
    padding-top: 10px;
  }

  .product-sec.happy-customer {
    padding: 60px 0 50px;
  }

  .witness-journey-row {
    --bs-gutter-y: 25px;
  }

  .original-price del:after {
    top: 17px;
  }

  .dashboard-hdr {
    padding: 20px 20px 0px 20px;
  }

  .dashboard-hdr-title h1 {
    font-size: 24px;
  }

  .dashboard-hdr-rtght-list li {
    padding: 0 6px;
  }

  .dashboard-hdr-rtght-list {
    margin: 0 -6px;
  }

  .dashbrd-img-card {
    border-radius: 10px;
  }


  .dashboard-ftr-inr {
    padding: 12px 0;
  }

  .hdr-profile i {
    width: 30px;
    height: 30px;
  }

  .hdr-profile-txt {
    padding-left: 6px;
  }

  .hdr-profile-txt span {
    font-size: 15px;
  }

  .hdr-profile-txt p {
    font-size: 12px;
  }

  .perfect-for-lft-clm {
    width: 100%;
  }

  .perfect-for-rt-clm {
    width: 100%;
  }

  .product-sec.perfect-for .product-sec-inr {
    padding: 40px 0;
  }

  .perfect-for-txt {
    padding: 20px 30px 0;
  }

  .perfect-for-lft-clm figure {
    padding: 0;
  }

  .perfect-for-lft-clm figure img {
    position: relative;
  }

  .love-theme-card-para p:not(:last-child) {
    margin-bottom: 5px;
  }

  .love-theme-card-para {
    margin-bottom: 10px;
  }

  .profile-image {
    width: 76px;
    height: 76px;
  }

  .profile-image-wpr label {
    padding: 7px;
    width: 26px;
    height: 26px;
  }

  .right-upload-btn {
    padding-left: 15px;
  }

  .profile-form-row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 15px;
  }

  .dtls-hw-wrk-card figure {
    width: 100px;
    height: 100px;
  }

  .dtls-hw-wrk-txt {
    padding: 5px 0 0 20px;
  }

  .dtls-hw-wrk-line {
    left: 49px;
  }

  .dtls-hw-wrk-arr {
    top: calc(50% + 50px);
    left: 44px;
  }

  .refer-friend-mdl .modal-dialog {
    max-width: 490px;
  }

  .refer-friend-mdl-hdr {
    margin-bottom: 15px;
  }

  .refer-friend-mdl-hdr p {
    font-size: 16px;
  }

  .category-wpr select {
    width: 350px;
  }

  .recording-frm-lft textarea {
    height: 100px;
  }

  .recording-frm-rt {
    padding-left: 10px;
  }


  .contact-right-inr .gform-theme--foundation .gfield--width-half {
    grid-column: span 6;
  }

  .contact-right-inr .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
    flex: 1;
  }

  /* support starts 03.03.2025  */
  .woocommerce-cart .single-page-sec.cmn-gap,
  .woocommerce-checkout .single-page-sec.cmn-gap {
    padding-top: 30px;
  }

  /* support ends 03.03.2025  */
  /* pro 5/3/25 start */
  .woocommerce-edit-address .u-columns.woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }

  .woocommerce-edit-address .u-columns.woocommerce-Addresses .woocommerce-Address:last-child {
    margin-bottom: 0;
  }

  .dashbrd-right-iner h2 {
    font-size: 24px;
  }

  /* pro 5/3/25 end */

   /* 31-03-25 Css Start S.M */
   .hm-bnr-sec {
    padding-top: 25px;
  }

    /* 31-03-25 Css End S.M */

  .second-theme-sec .container {
    padding: 40px 20px;
  }
  .second-theme-sec .section-content h2 {
    font-size: 22px;
  }
  .second-theme-sec.cmn-gap {
    padding-bottom: 100px;
  }
  .second-theme-sec .container::after {
    /* border-left: 270px solid transparent;
    border-right: 270px solid transparent; */
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
  .why-join-sec .featured-theme-img figure, .ready-start-sec .featured-theme-img figure {
    max-width: 100%;
  }
  .perfect-for-sec .card img {
    height: 220px;
  }
  .perfect-for-sec .card .card-body .card-title {
    font-size: 20px;
  }
  .what_you_get .row .why-left-col {
    order: 1;
  }
  .what_you_get figure img {
    /* height: 50vh; */
    height: auto;
  }

  .sample-voice {
    flex-direction: column
  }
  .woocommerce-account .woocommerce-form-wrapper {
    padding-top: 0px;
  }
}

@media (max-width: 575px) {
  .bnr-blur-img {
    left: -10px;
  }

  .how-it-sec .section-head {
    margin-bottom: 30px;
  }

  .we-help-row {
    --bs-gutter-x: 10px;
  }

  .we-help-sec {
    overflow: hidden;
  }

  .we-help-blur {
    top: 40%;
    left: auto;
    transform: translateX(0);
    max-width: 675px;
    right: -180px;
  }

  .product-wpr {
    max-width: 227px;
    margin: 0 auto;
  }

  .product-sldr-prev,
  .product-sldr-nxt {
    top: 50%;
    transform: translatey(-50%);
    position: absolute;
    left: -59px;
    right: auto;
  }

  .product-sldr-nxt {
    left: auto;
    right: -59px;
  }

  .product-sec {
    padding: 0 12px;
  }

  .footer-sec {
    padding: 0 12px 16px;
  }

  .mi-story-shp {
    display: none;
  }

  .footer-upper {
    padding-bottom: 31px;
  }

  .footer-lower p,
  .footer-lower p a {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-lower {
    padding: 17px 0 24px;
  }

  .product-sec.memories .product-sec-inr {
    padding: 40px 0 48px;
  }

  .product-sec.inspiration .product-sec-inr {
    padding: 30px 20px;
  }

  .partner-sec .product-sec-inr {
    padding: 30px;
  }

  .journey-today-inr h2 {
    margin-bottom: 10px;
  }

  .process-work-sec .section-head {
    margin-bottom: 30px;
  }

  .process-work-txt-inr .h2-title {
    font-size: 30px;
  }

  .process-arrow {
    max-width: 120px;
  }

  .why-fitness-mi-sec {
    padding: 60px 12px;
  }

  .process-work-outter {
    padding: 0 12px;
  }

  .more-theme-row>*,
  .great-theme-row>* {
    width: 100%;
  }

  .faq-wpr-row {
    margin: 0;
  }

  .ask-anything-upper {
    margin: 0 0px 35px;
  }

  .featured-theme-img figure {
    max-width: 100%;
  }

  .witness-journey-row {
    --bs-gutter-x: 12px;
  }

  .witness-journey-sec.love-story-thm .journey-btn-wpr li {
    padding: 5px;
  }

  .witness-journey-sec.love-story-thm .journey-btn-wpr {
    padding-top: 10px;
    margin: -5px;
  }

  .witness-journey-lft-clm figure {
    max-width: 100%;
  }

  .perfect-for-lft-clm figure {
    max-width: 100%;
  }

  .product-sec.perfect-for .product-sec-inr {
    padding: 40px 0;
  }

  .straight-rt-clm figure {
    padding-top: 100%;
    max-width: 100%;
  }

  .dtls-hw-wrk-line {
    left: 50px;
  }

  .dtls-hw-wrk-arr {
    top: calc(50% + 50px);
    left: 45px;
  }

  .dtls-hw-wrk-card {
    padding-bottom: 60px;
  }

  .dtls-hw-wrk-line {
    top: 14px;
  }

  .hdr-profile-txt {
    display: none;
  }

  .step-numbr {
    font-size: 12px;
  }

  .step-numbr span {
    font-size: 20px;
  }

  .dashbrd-card-row>* {
    width: 50%;
  }

  .journey-btn-wpr .sm-logo {
    max-width: 80px;
  }

  .package-details-txt .h2-title {
    margin-bottom: 10px;
  }

  .price-wpr {
    margin-bottom: 8px;
  }

  .package-details-txt .h4-title {
    margin-bottom: 8px;
  }

  .product-sec.perfect-for .product-sec-inr {
    padding: 10px 0 20px;
  }

  .love-theme-card-txt {
    flex: auto;
    padding-left: 0;
    padding-top: 20px;
    /* text-align:center; */
  }

  /* .love-theme-card figure {
  margin: 0 auto;
} */
  /* .love-theme-title {
  text-align: center;
} */
  /* .love-theme-card-btn {
  justify-content: center;
} */
  .love-theme-clm {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }

  .love-theme-wrapper {
    padding-bottom: 0;
  }

  .security-wpr {
    padding: 15px 0 0px;
  }

  .copy-lnk-btn {
    padding: 8px 32px;
  }

  .refer-friend-mdl .modal-dialog {
    max-width: 100%;
  }

  .how-it-row {
    --bs-gutter-x: 10px;
  }

  .ask-anything-frm-inr.refer-friend-frm:after {
    left: 16px;
  }

  .ask-anything-frm-inr.refer-friend-frm {
    padding: 0 138px 0 41px;
  }

  .more-theme-row {
    --bs-gutter-y: 40px;
  }

  .recording-frm-inr {
    border-radius: 15px;
    padding: 15px;
  }

  .recording-btn,
  .recording-upload-wpr label {
    width: 25px;
    height: 25px;
    padding: 7px;
  }

  .recording-frm-lft textarea {
    padding: 10px;
  }

  .step-btn-wpr .cmn-btn {
    min-width: 124px;
  }

  .love-theme-card figure {
    max-width: 100%;
    width: 100%;
  }



  .contact-right-inr .gform-theme--foundation .gfield--width-half {
    grid-column: span 12;
  }

  .contact-right-inr .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
    flex: none;
  }

  .contact-right-inr .gform-theme--foundation .gform-grid-row {
    row-gap: 20px;
  }

  /* pro 5/3/25 start */
  .woocommerce-EditAccountForm.edit-account .form-row,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
    width: 100%;
  }

  .woocommerce-EditAccountForm.edit-account fieldset legend,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper fieldset legend {
    margin-bottom: 12px;
  }

  .woocommerce-EditAccountForm.edit-account .form-row input[type="text"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="text"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="number"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="number"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="tel"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="tel"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="password"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="password"],
  .woocommerce-EditAccountForm.edit-account .form-row input[type="email"],
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type="email"],
  .woocommerce-EditAccountForm.edit-account .form-row select,
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row select {
    height: 46px;
    padding: 10px 15px;
  }

  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection.select2-selection--single {
    padding: 10px 15px;
    height: 46px;
  }

  .woocommerce table.woocommerce-orders-table td {
    font-size: 14px;
  }

  .woocommerce table.woocommerce-orders-table td::before {
    font-size: 16px;
  }

  .woocommerce-edit-address .u-columns.woocommerce-Addresses .woocommerce-Address address {
    font-size: 15px;
  }

  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .select2-selection__rendered {
    line-height: 1.5;
  }



  /* pro 5/3/25 end */






}

@media (max-width: 479px) {

  body {
    font-size: 14px;
  }


  h2,
  .h2-title {
    font-size: 35px;
    line-height: 1.1;
  }

  h4,
  .h4-title {
    font-size: 18px;
  }

  .cmn-gap {
    padding: 45px 0;
  }

  .cmn-btn {
    font-size: 14px;
    padding: 10px 10px 10px 20px;
  }

  .cmn-btn span {
    margin-left: 8px;
  }




  .navbar-brand {
    width: 124px;
  }

  .bnr-blur-img {
    max-width: 300px;
  }

  .letter-space-title {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .we-help-blur {
    top: 25%;
    max-width: 445px;
    right: -180px;
  }

  .ftr-logo {
    width: 122px;
  }

  .footer-upper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .ftr-title {
    margin: 0 0 18px;
  }

  .price-wpr del,
  .price-wpr span {
    font-size: 50px;
  }

  .journey-shp {
    display: none;
  }

  .witness-journey-row {
    --bs-gutter-y: 20px;
  }

  .price-wpr del:after {
    top: 26px;
  }

  .product-slider-btn.product {
    padding: 0;
  }

  .product-sec-inr {
    padding: 45px 0 38px;
  }

  .products-sldr-txt {
    padding: 15px 0 0;
  }

  .acc-arrw {
    width: 21px;
    height: 21px;
  }

  .we-help-rt-inr p {
    font-size: 14px;
  }

  .how-it-card-txt {
    padding-left: 14px;
  }

  .how-it-card-txt .h4-title {
    margin-bottom: 4px;
  }

  .how-it-card-txt p {
    font-size: 14px;
  }

  .product-tree-img {
    max-width: 295px;
  }

  /* .witness-like-list li {
  width:25%;
} */
  .witness-like-list li img {
    width: auto;
    height: 66px;
  }

  .we-help-rt-inr {
    padding: 0;
  }

  .we-help-rt-inr h2 span {
    display: block;
  }

  .witness-journey-sec .section-head h2 {
    max-width: 300px;
  }

  .product-sec.memories .section-head h2 {
    max-width: 290px;
    margin: 0 auto;
  }

  .witness-mi-story-txt-inr h2 {
    max-width: 340px;
  }

  .footer-lower p,
  .footer-lower p a {
    max-width: 203px;
    margin: 0 auto;
  }

  .how-it-row {
    --bs-gutter-x: 10px;
  }

  .faq-sec .section-head {
    text-align: center;
    max-width: 262px;
    margin: 0 auto 30px;
  }

  .how-it-sec .section-head {
    max-width: 284px;
    margin: 0 auto 30px;
  }

  .product-sec.product .section-head {
    max-width: 170px;
    margin: 0 auto 30px;
  }

  .witness-journey-txt>.h4-title {
    max-width: 290px;
    font-size: 20px;
  }

  .slider-cmn-prev-arr,
  .slider-cmn-nxt-arr {
    width: 42px;
    height: 42px;
  }

  .product-slider-btn {
    padding-top: 20px;
  }

  .hm-bnr-sec.inr.about .hm-bnr-lft-wpr h1 span {
    display: block;
  }

  .ftr-nav li {
    padding: 10px;
  }

  .ftr-nav {
    margin: -10px;
  }

  .submit-wpr {
    padding-top: 10px;
  }

  .submit-inr input[type="submit"] {
    width: 100%;
  }

  .ask-wpr ul li i {
    width: 40px;
    height: 40px;
  }

  .ask-txt {
    width: calc(100% - 40px);
    padding-left: 8px;
  }

  .ask-txt a {
    font-size: 14px;
    word-wrap: break-word;
  }

  .ask-wpr ul li {
    padding: 16px 10px;
  }

  .contact-ask-wpr p {
    margin-bottom: 20px;
  }

  .contact-frm-row {
    --bs-gutter-y: 12px;
  }

  textarea {
    padding: 15px 16px 15px 50px;
    height: 100px;
  }

  .input-card.msg:after {
    top: 20px;
  }

  .that-matter-lft figure .that-matter-img {
    max-width: 120px;
  }

  .product-sec.inspiration .product-sec-inr {
    padding: 30px 15px;
  }

  .inspiration-large-inr {
    padding: 0 12px;
    border-radius: 10px;
  }

  .inspiration-large-inr img {
    border-radius: 10px;
  }

  .partner-sec {
    padding-right: 12px;
    padding-left: 12px;
  }

  .partner-sec .product-sec-inr {
    padding: 20px;
  }

  .tab-content-innr p {
    font-size: 14px;
  }

  .accordion-wrapper:has(> h2.resp-tab-active) {
    padding: 0px 29px 29px;
  }

  .process-work-inr {
    padding: 20px;
    border-radius: 20px;
  }

  .process-work-txt-inr .h2-title {
    font-size: 26px;
  }

  .process-work-txt-inr,
  .process-work-outter .process-work-inr:first-child .process-work-txt-inr {
    padding: 50px 0 0px;
  }

  .available-theme-list li {
    font-size: 14px;
  }

  .available-theme p {
    font-size: 14px;
  }

  .why-fitness-mi-txt {
    padding: 30px 20px;
  }

  .why-fitness-mi-lft figure .why-fitness-mi-logo {
    max-width: 150px;
  }

  .why-fitness-mi-lft .why-ftness-mi-blur {
    max-width: 240px;
  }

  .why-fitness-mi-inr .section-head {
    margin-bottom: 100px;
  }

  .work-process-nmbr {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .process-work-txt-lwr p:nth-child(2),
  .process-work-txt-lwr p {
    font-size: 14px;
  }

  .why-fitness-mi-inr {
    padding: 60px 0px 30px;
    border-radius: 30px;
  }

  .newsltr-frm-input input[type="email"] {
    padding-left: 40px;
    padding-right: 6px;
  }
  .newsltr-frm-input input[type="email"] {
    padding-left: 40px !important;
    padding-right: 6px !important;
  }

  .newsltr-frm-input:after {
    left: 12px;
  }
  .newsltr-frm-input input:after {
    left: 12px !important;
  }

  .featured-theme-txt-inr .h2-title {
    margin-bottom: 8px;
  }

  .featured-theme-wpr .row:not(:first-child) {
    margin-top: 30px;
  }

  .product-sec.product.more-theme .section-head {
    max-width: 100%;
  }

  .category-wpr {
    padding-left: 0;
    padding-right: 0;
  }

  .resp-accordion {
    padding: 30px 30px 30px 0;
  }

  .resp-accordion {
    line-height: 1.3;
  }

  .price-wpr {
    flex-wrap: wrap;
  }

  .price-wpr del,
  .price-wpr span {
    font-size: 30px;
  }

  .package-details-txt .price-wpr span {
    margin-left: 15px;

  }

  .package-details-txt .price-wpr del:after {
    top: 17px;
  }

  .package-details-txt .price-wpr sub {
    font-family: var(--PoppinsFont);
    font-size: 12px;
    font-weight: 300;
    color: #535353;
    bottom: 0;
    margin-left: 6px;
  }

  .package-details-txt .journey-btn-wpr {
    justify-content: center;
  }

  .product-sec.details-how-work .section-head {
    margin-bottom: 25px;
  }

  .dtls-hw-wrk-card figure {
    width: 70px;
    height: 70px;
  }

  .dtls-hw-wrk-card {
    /* padding-bottom: 20px; */
    align-items: flex-start;
  }

  .dtls-hw-wrk-line {
    left: 35px;
  }

  .dtls-hw-wrk-arr {
    top: calc(50% + 35px);
    left: 30px;
  }

  .dtls-hw-wrk-txt p {
    font-size: 14px;
  }

  .dtls-hw-wrk-txt {
    padding: 0 0 0 10px;
  }

  .dtls-hw-wrk-nmbr {
    font-size: 30px;
  }

  .perfect-for-txt h2 {
    margin-bottom: 10px;
  }

  .perfect-for-list li {
    margin-bottom: 22px;
  }

  .price-wpr sub {
    font-size: 14px;
    margin-left: 4px;
  }

  .price-wpr del:after {
    top: 16px;
  }

  .dashboard-hdr {
    padding: 15px 10px 0px 10px;
  }

  .dashboard-open {
    padding: 0;
    max-width: 25px;
  }

  .dash-hdr-select select {

    height: 24px;

  }

  .dashbrd-right-area {
    padding: 20px 10px 25px 10px;
  }

  .step-numbr span {
    font-size: 16px;
  }

  .recording-list a {
    padding: 15px;
    font-size: 14px;
  }

  .recording-icon {
    margin-right: 10px;
  }

  .dashboard-ftr-inr p,
  .dashboard-ftr-inr p a {
    font-size: 14px;
  }

  .dashboard-ftr {
    padding: 0 10px;
  }

  /* .dashbrd-card-row >* {
  width: 100%;
} */
  .dashbrd-top h2 {
    font-size: 20px;
  }

  .dashbrd-top p {
    font-size: 16px;
  }

  .perfect-for-txt {
    padding: 20px 10px 0;
  }

  .product-sec.happy-customer {
    padding: 45px 0;
  }

  .profile-input-card.upload {
    padding: 15px;
    margin-bottom: 0px;
  }

  .profile-image {
    width: 60px;
    height: 60px;
  }

  .right-upload-btn {
    padding-left: 10px;
  }

  .right-upload-btn label i {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    padding: 7px;
  }

  .right-upload-btn label {
    font-size: 14px;
  }

  .profile-input-card input[type="text"],
  .profile-input-card input[type="tel"],
  .profile-input-card input[type="email"],
  .profile-input-card input[type="password"] {
    height: 46px;
    padding: 10px 40px 10px 15px;
  }

  .refer-friend-mdl .modal-content {
    padding: 30px 20px 20px;
  }

  .refer-friend-mdl .btn-close {
    top: 13px;
    right: 13px;
  }

  .ask-anything-frm-inr.refer-friend-frm input[type="submit"] {
    position: relative;
    transform: translateY(0);
    width: 100%;
    right: 0;
  }

  .ask-anything-frm-inr.refer-friend-frm {
    border: 0;
    padding: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .ask-anything-frm-inr.refer-friend-frm input[type="email"] {
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 10px 10px 10px 40px;
    margin-bottom: 10px;
    border-radius: 50px;
  }

  .ask-anything-frm-inr.refer-friend-frm:after {
    top: 24px;
  }

  .category-wpr select {
    width: 220px;
  }

  .recording-frm-lft {
    max-width: 100%;
    flex: inherit;
    width: 100%;
  }

  .recording-frm-rt {
    flex: inherit;
    padding-left: 0;
    width: 100%;
    display: flex;
    justify-content: right;
    padding-top: 10px;
  }

  .recording-upload-wpr label {
    margin-top: 0;
    margin-left: 5px;
  }

  .limit-word {
    padding: 0 10px 7px 0;
  }

  .how-it-lwr-btn>span {
    font-size: 12px;
  }

  .price-wpr.hm del,
  .price-wpr.hm span {
    font-size: 50px;
  }

  .price-wpr.hm del:after {
    top: 26px;
  }

  .price-wpr.hm sub {
    font-size: 18px;
  }

  .dashbrd-title-mobile {
    display: block;
    margin-bottom: 15px;
  }

  .dashboard-hdr-title h1 {
    display: none;
  }

  .journey-btn-wpr li {
    padding: 9px;
  }

  .journey-btn-wpr {
    margin: -9px;
  }

  .witness-like-list li {
    padding: 5px;
    width: 25%;
  }

  .witness-like-list li img {
    width: 100%;
    height: auto;
  }

  /* support starts 03.03.2025  */
  .woocommerce-checkout .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
    align-items: center;
    flex-direction: column;
  }

  .woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
    width: 100%;
    margin-top: 20px;
  }



  /* support ends 03.03.2025  */

 /*support css update 11/3/2025*/
 .question-steps .recording-frm-rt .upload-record{
  margin-top: 0;
 }
 .question-steps .recording-frm-rt a:not(:last-child){
  margin-right: 4px;
 }
  /*support css update 11/3/2025*/

/*support css update 11/3/2025*/
.question-steps .audio-section .audio-playback{
  padding-right: 8px;
  width: calc(100% - 45px);
}
.question-steps .audio-section .reset-record{
  font-size: 15px;
  max-width: 45px;
}
.question-steps .record-buttons .timer-display{
  font-size: 16px;
}
/*support css update 11/3/2025*/

.password-form-wrapper {
  width: 100%;
}
button.reset-password-btn.button {
  padding: 0px 55px;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
  width: auto !important;
}
.has-large-font-size {
  font-size: 28px !important;
}

}

@media (max-width:360px) {
  .product-sldr-nxt {
    right: -46px;
  }

  .product-sldr-prev {
    left: -46px;
  }

  .how-it-line-svg-mobile {
    top: 79px;
  }

  h1,
  .h1-title {
    font-size: 30px;
  }

  h2,
  .h2-title {
    font-size: 28px;
    line-height: 1.1;
  }

  .section-head {
    margin-bottom: 25px;
  }

  .dtls-hw-wrk-card {
    padding-bottom: 40px;
  }


/*support css update 11/3/2025*/
.question-steps .audio-section .audio-playback{
  padding-right: 0;
  width: 100%;
}
.question-steps .audio-section .reset-record{
  font-size: 15px;
  max-width: 100%;
  margin-top: 10px;
}
/*support css update 11/3/2025*/

}


/*support starts 08/04/2025 */

.wit-checkout-steps ul{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}

.wit-checkout-steps .wit-checkout-tabs li{
  padding-left: 0px;
  font-weight: 600 !important;
  font-size: 18px;
}

.wit-checkout-steps .wit-checkout-tabs li::after{
  opacity: 0;
}

.wit-checkout-tabs li.active::before{
    position: absolute  !important;
    content: '' !important;
    top: 34px !important; 
    width: 100% !important;
    height: 5px !important;
    border-radius: 5px !important;
    background-color: var(--primarycolor) !important;
}

.wit-checkout-tabs li.active{
  color: var(--primarycolor);
  font-weight: 600;
}

.wit-checkout-container .wit-checkout-row{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wit-checkout-row .wit-col{
  width: 100%;
}

.wit-checkout-row .wit-chk-bg-img{
  width: 100%;
  min-height: 100vh;
}
/* .wit-chck-tab-wrap .form-row{
  flex-wrap: wrap;
  row-gap: 24px;
} */

#story-teller-step .wit-tab-container .form-row-wide label{
  width: 48%;
  background: var(--whitecolor);
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 15px 23px;
  border: 1px solid var(--secondaryColor);
  display: flex !important;
  gap: 15px;
  align-items: center;
  font-weight: 200;
  margin-right: 25px;
  margin-top: 20px;

}

.wit-checkout-tab-body .step-action a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  background-color: rgb(173 209 54);
  color: #FFFFFF;
  padding: 0px 120px;
  line-height: 51px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  overflow: hidden;
}

.wit-checkout-tab-body .step-action a:hover{
  color: #000000;
}

.wit-checkout-tab-body .step-action a.chk-prev-step {
    background_color : #ADD136;
    color : white;
}
.wit-checkout-tab-body .step-action a.chk-prev-step:hover{
    color : black;
}

.wit-tab-container #story_teller_me{
  width: 30px; 
  height: 30px; 
  appearance: none; 
  border-radius: 50%; 
  border: 2px solid #add136; 
  background-color: white; 
  position: relative;
  cursor: pointer;
}

.wit-tab-container #story_teller_me:checked::before {
  content: '';
  position: absolute;
  top: 5px; 
  left: 5px; 
  width: 16px;
  height: 16px;
  background-color: #add136; 
  border-radius: 50%; 
}

.wit-tab-container #story_teller_loved{
  width: 30px; 
  height: 30px; 
  appearance: none; 
  border-radius: 50%; 
  border: 2px solid #add136; 
  background-color: white; 
  position: relative;
  cursor: pointer;
}

.wit-tab-container #story_teller_loved:checked::before {
  content: '';
  position: absolute;
  top: 5px; 
  left: 5px; 
  width: 16px;
  height: 16px;
  background-color: #add136; 
  border-radius: 50%; 
}

.wit-tab-step[data-tab='story-teller'] .wit-tab-container .input-wrapper .form-row-wide{
  padding: 0;
  margin:40px 0px;
  display: flex;
}



.wit-tab-container .input-wrapper{
  margin-top: 30px;
}


.wit-checkout-row .wit-col{
  padding: 30px;
  background: var(--whitecolor);
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

/* .wit-tab-container .form-row input[type="text"], 
.wit-tab-container .form-row [type="tel"], 
.wit-tab-container .form-row [type="email"], 
.wit-tab-container .form-row select{
  width: 100% ;
  background: var(--whitecolor) ;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 15px 23px;
  border: 1px solid var(--secondaryColor);
  font-weight: 200;
  margin-right: 25px ;
} */


.wit-tab-step[data-tab='gift-delivery'] input,
.wit-tab-step[data-tab='gift-delivery'] select,
.wit-tab-step[data-tab='gift-delivery'] textarea,
.wit-tab-step[data-tab='billing-details'] input,
.wit-tab-step[data-tab='billing-details'] select,
.wit-tab-step[data-tab='billing-details'] textarea
{
  width: 100% ;
  background: var(--whitecolor) !important ;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
  padding: 15px 23px !important;
  border: 1px solid var(--secondaryColor) !important;
  font-weight: 200 !important;
  margin-right: 25px !important ;
  font-size: 17px;
  font-family: var(--NeueHaasGroteskDisplayFont) !important;
  letter-spacing: 1px !important;
}

.wit-tab-step ::placeholder {
  opacity: 0.7; /* Firefox */
}

.wit-tab-step ::-ms-input-placeholder { /* Edge 12-18 */
  opacity: 0.6;
}


/*support starts 09/04/2025 */

.wit-tab-step[data-tab='gift-delivery'] .input-wrapper label,
.wit-tab-step[data-tab='billing-details'] .input-wrapper label
{
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 18px !important;
    font-family: var(--NeueHaasGroteskDisplayFont);
    color: var(--paraColor);
}

.wit-tab-step[data-tab='gift-delivery'] .gift-message-wrapper,
.wit-tab-step[data-tab='billing-details'] .gift-message-wrapper
{
  padding-top: 15px;
}


.wit-tab-step[data-tab='gift-delivery'] .gift-message-wrapper{
  clear: both;
}

.wit-tab-step[data-tab='gift-delivery'] .step-action,
.wit-tab-step[data-tab='billing-details'] .step-action,
.wit-tab-step[data-tab='review-info'] .step-action,
.wit-tab-step[data-tab='final-payment'] .step-action
{
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}


.wit-tab-step[data-tab='billing-details'] .selection, .wit-tab-step[data-tab='gift-delivery'] .selection{
  width: 100%;
  display: block;
}

.wit-tab-step[data-tab='billing-details'] .form-row, .wit-tab-step[data-tab='gift-delivery'] .form-row{
  display: flex;
  flex-direction: column;
}

.wit-tab-step[data-tab='gift-delivery'] .woocommerce-input-wrapper .select2-container,
.wit-tab-step[data-tab='billing-details'] .woocommerce-input-wrapper .select2-container{
  width: 100% !important;
}

.wit-tab-step[data-tab='gift-delivery'] span.select2-selection.select2-selection--single,
.wit-tab-step[data-tab='billing-details'] span.select2-selection.select2-selection--single{
  background: var(--whitecolor) !important ;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
  border: 1px solid var(--secondaryColor) !important;
  font-weight: 200 !important;
  font-size: 17px;
  padding: 7px 23px !important;
  font-family: var(--NeueHaasGroteskDisplayFont);
}



.woocommerce-info {
  border-top: 2px solid #add137;
}

.wit-tab-step[data-tab='review-info'] #loved-one-review-details{
  /* display: flex;
  flex-direction: column;
  row-gap: 16px; */
  background: var(--whitecolor) !important;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
  padding: 15px 23px !important;
  border: 1px solid var(--secondaryColor) !important;
  font-family: var(--NeueHaasGroteskDisplayFont) !important;
}

.wit-tab-step[data-tab='review-info'] #buyer-review-details{
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background: var(--whitecolor) !important;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
  padding: 15px 23px !important;
  border: 1px solid var(--secondaryColor) !important;
  font-family: var(--NeueHaasGroteskDisplayFont) !important;
}

.wit-tab-step[data-tab='review-info'] .review-all-details p{
  display: flex;
  gap: 15px;
}

.wit-tab-step[data-tab='review-info'] .review-header {
  display: flex;
  justify-content: space-between;
}
.wit-tab-step[data-tab='review-info'] .review-all-details a{
  font-size: 17px;
  font-weight: 400;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: space-between;
  color: var(--primarycolor);
  cursor: pointer;
}
.wit-tab-step[data-tab='review-info'] .wit-tab-container .review-all-details{
  margin-bottom: 30px;
}
.wit-tab-step[data-tab='review-info'] .review-all-details h4{
  margin: 0;
}
.wit-tab-step[data-tab='review-info'] .wit-tab-container h3{
  margin-bottom: 30px;
}

.wit-tab-step[data-tab='final-payment'] .woocommerce-checkout-review-order  table.shop_table{
  border: 1px solid #add137 !important;
}

.wit-tab-step[data-tab='final-payment']  .woocommerce-checkout-review-order table.shop_table td{
  border-top: 1px solid #add137 !important;
}

.wit-tab-step[data-tab='final-payment']  .woocommerce-checkout-review-order table.shop_table tfoot th{
  border-top: 1px solid #add137 !important;
}

.wit-tab-step[data-tab='final-payment'] .woocommerce-checkout-payment{
  background: var(--whitecolor) !important;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08) !important;
  border-radius: 5px !important;
  border: 1px solid var(--secondaryColor) !important;
}


.wit-tab-step[data-tab='final-payment'] button[type="submit"]{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
  background-color: rgb(173 209 54);
  color: #FFFFFF;
  padding: 0px 120px;
  line-height: 51px;
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
  overflow: hidden;
}

.wit-tab-step[data-tab='final-payment'] .button:after {
  position: absolute;
  content: '';
  background-color: var(--secondaryColor) !important;
  width: 0;
  border-radius: 50px;
  height: calc(100% + 2px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: -1px;
  left: -1px;
  z-index: -1;
}

.wit-tab-step[data-tab='final-payment'] .button:hover:after {
  width: calc(100% + 2px);
}

.wit-tab-step[data-tab='final-payment'] .button:hover{
  background-color: transparent !important;
  border-color: var(--secondaryColor);
}

/* .wit-tab-step[data-tab='final-payment'] .input-checkbox{
  background-color: #fff;
  border: 1px solid rgba(25, 23, 17, .48);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  height: 1.5em;
  margin: 0 1em 0 0;
  min-height: 1.5em;
  min-width: 1.5em;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 1.5em;
} */

.wit-tab-step[data-tab='final-payment'] .input-checkbox {
  background-color: #fff;
  border: 1px solid rgba(25, 23, 17, .48);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1em;
  height: 18px;
  width: 18px;
  margin: 0 1em 0 0;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  outline: none !important;
    outline-offset: 0;
    
}
.wit-tab-step[data-tab='final-payment'] .input-checkbox + span{
  position: relative;
}



.wit-tab-step[data-tab='final-payment'] .payment_box.payment_method_stripe_cc.wc-stripe-no-methods{
  background: var(--whitecolor) !important;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08) !important;
  border-radius: 16px !important;
}

.wit-tab-step[data-tab='final-payment'] .wc-stripe-save-source .save-source-checkbox {
  background-color: #fff;
  border: 1px solid rgba(25, 23, 17, .48);
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 1em;
  height: 18px !important;
  margin: 0 1em 0 0;
  overflow: hidden;
  position: static;
  vertical-align: middle;
  width: 18px;
  position: relative;
}

.wit-tab-step[data-tab='final-payment']  .wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox{
  background-color: #0375fe;
  border-color: #0375fe;
}
.wit-tab-step[data-tab='final-payment']  .wc-stripe-save-source input[type=checkbox]:checked+.save-source-checkbox:after{
  left: 4px !important;
  top: 0px !important;
  width: 7px !important;
  border-width: 0 3px 3px 0;
  height: 13px;
  border-color: transparent #fff #fff transparent;
}



.wit-tab-step[data-tab='review-info']  #loved-one-review-details .each-details p{
  margin-bottom: 16px;
  
}
.wit-tab-step[data-tab='review-info']  #loved-one-review-details > .each-details {
  margin-top: 16px !important;
  
}

.wit-tab-step[data-tab='final-payment'] ul.wc_payment_methods.payment_methods.methods.stripe-small li:after{
  display: none !important;
}

.wit-tab-step[data-tab='final-payment'] .payment_box::before{
  display: none !important;
}

.woocommerce-form-coupon-toggle form.checkout_coupon{
  background: var(--whitecolor) !important;
  box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08) !important;
  border-radius: 10px !important;
  border: none !important;
}

.woocommerce-form-coupon .input-text{
  background: var(--whitecolor) !important;
    box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08) !important;
    border-radius: 16px !important;
    border: 1px solid var(--secondaryColor) !important;
    font-weight: 200 !important;
    font-size: 17px;
    padding: 15px 23px !important;
    font-family: var(--NeueHaasGroteskDisplayFont);
}

.woocommerce-form-coupon button.button{
  position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(30px);
    background-color: var(--lightBtnColor);
    color: #747474;
    padding: 0px 120px;
    line-height: 51px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
    overflow: hidden;
}

.woocommerce-form-coupon button.button:hover{
    border-color: var(--secondaryColor);
    background-color: var(--lightBtnColor);
}

.woocommerce-form-coupon button.button:after {
  position: absolute;
  content: '';
  background-color: var(--secondaryColor);
  width: 0;
  border-radius: 50px;
  height: calc(100% + 2px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: -1px;
  left: -1px;
  z-index: -1;
}

.woocommerce-form-coupon button.button:hover:after {
  width: calc(100% + 2px);
}

.woocommerce form.checkout_coupon {
  background: var(--whitecolor) !important;
    box-shadow: 0px 4px 104px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    border: none;
}
/* ========== responsive css =========== */


@media screen and (max-width: 1024px) {
  .wit-tab-step[data-tab='story-teller'] .wit-tab-container .input-wrapper .form-row-wide{
    margin: 20px 0px;
  }

  #story-teller-step .wit-tab-container .form-row-wide label{
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px){
  .wit-checkout-tab-body .step-action a{
    padding: 0px 90px;
  }
  .wit-tab-step[data-tab='final-payment'] .wc-stripe-save-source .save-source-checkbox{
    height: 21px;
    width: 18px;
  }
  .woocommerce form.checkout_coupon {
    display: flex;
    flex-direction: column;
  }

  .woocommerce form.checkout_coupon p.form-row.form-row-first, .woocommerce form.checkout_coupon p.form-row.form-row-last {
    width: 100%;
    margin-bottom: 15px;
  }
  .woocommerce-form-coupon button.button{
    width: 100%;
    padding: 0px;
    line-height: 44px;
  }
  .wit-tab-step[data-tab='final-payment'] button[type="submit"]{
    line-height: 44px;
  }
  .woocommerce-form-coupon .input-text{
    padding: 11px 23px !important;
  }
}

@media screen and (max-width: 767px){
  .wit-checkout-row .wit-col{
    padding: 18px;
  }
  .wit-checkout-steps ul{
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .wit-checkout-tabs li.active::before{
    top: 38px !important;
  }
  .wit-tab-step[data-tab='story-teller'] .wit-tab-container .input-wrapper .form-row-wide{
    flex-direction: column;
    gap: 18px;
  }
  #story-teller-step .wit-tab-container .form-row-wide label{
    margin-top: 0px;
    width: 100%;
  }

  .wit-tab-step[data-tab='gift-delivery'] .wit-tab-container .input-wrapper, 
  .wit-tab-step[data-tab='billing-details'] .wit-tab-container .input-wrapper

  {
    display: flex;
    flex-direction: column;
  }

  .wit-tab-step[data-tab='gift-delivery'] .input-wrapper .form-row-first ,
  .wit-tab-step[data-tab='gift-delivery'] .input-wrapper .form-row-last,
  .wit-tab-step[data-tab='billing-details'] .input-wrapper .form-row-first ,
  .wit-tab-step[data-tab='billing-details'] .input-wrapper .form-row-last 

  {
    width: 100%;
  }

  .wit-tab-step[data-tab='gift-delivery'] .input-wrapper .form-row-last label:not([for="billing_loved_one_phone"]){
    display: none;
  }
  #story-teller-step .wit-tab-container .form-row-wide label{
    margin-right: 0px;
  }

  .wit-checkout-tab-body .step-action a{
    padding: 0px;
    line-height: 44px;
    width: 100%;
  }

  .wit-tab-step[data-tab='gift-delivery'] input{
    margin-right: 0 !important;
  }

  .wit-tab-container .input-wrapper {
    margin-top: 13px;
}

.wit-tab-step[data-tab='gift-delivery'] .step-action,
.wit-tab-step[data-tab='billing-details'] .step-action,
.wit-tab-step[data-tab='review-info'] .step-action,
.wit-tab-step[data-tab='final-payment'] .step-action
{
  margin-top: 25px;
  flex-direction: column;
}

.wit-tab-step[data-tab='review-info'] #loved-one-review-details {
  padding: 15px 13px !important;
}
.wit-tab-step[data-tab='review-info'] .review-all-details p {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.is-medium table.wc-block-cart-items, .is-mobile table.wc-block-cart-items, .is-small table.wc-block-cart-items {
  margin: 40px !important;
}
}

@media screen and (max-width: 422px){
  .wit-tab-step[data-tab='final-payment'] button[type="submit"] {
    padding: 0;
}
}