*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.top-\[40px\] {
  top: 40px;
}

.top-full {
  top: 100%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[99999\] {
  z-index: 99999;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[9\] {
  z-index: 9;
}

.m-auto {
  margin: auto;
}

.\!my-\[15px\] {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.\!mt-\[30px\] {
  margin-top: 30px !important;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-\[0px\] {
  margin-bottom: 0px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[15px\] {
  margin-top: 15px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[6px\] {
  margin-top: 6px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.\!table {
  display: table !important;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-\[1px\] {
  height: 1px !important;
}

.h-\[100\%\] {
  height: 100%;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[auto\] {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[90\%\] {
  max-height: 90%;
}

.w-28 {
  width: 7rem;
}

.w-\[97\%\] {
  width: 97%;
}

.w-full {
  width: 100%;
}

.min-w-\[410px\] {
  min-width: 410px;
}

.\!max-w-\[1300px\] {
  max-width: 1300px !important;
}

.\!max-w-\[223px\] {
  max-width: 223px !important;
}

.max-w-\[100px\] {
  max-width: 100px;
}

.max-w-\[1033px\] {
  max-width: 1033px;
}

.max-w-\[125px\] {
  max-width: 125px;
}

.max-w-\[1299px\] {
  max-width: 1299px;
}

.max-w-\[755px\] {
  max-width: 755px;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-\[949px\] {
  max-width: 949px;
}

.max-w-screen-md {
  max-width: 768px;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-42deg\] {
  --tw-rotate: -42deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.\!items-start {
  align-items: flex-start !important;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[30px\] {
  gap: 30px;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#0003\] {
  border-color: #0003;
}

.border-\[\#222\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}

.border-\[\#7E928E\] {
  --tw-border-opacity: 1;
  border-color: rgb(126 146 142 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-b-\[\#7E928E\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(126 146 142 / var(--tw-border-opacity, 1));
}

.border-r-\[\#0003\] {
  border-right-color: #0003;
}

.bg-\[\#50605FE5\] {
  background-color: #50605FE5;
}

.bg-\[\#D6D6D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 214 214 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9DED8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 222 216 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EDECEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 236 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d4dad5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 218 213 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-\[bottom_right\] {
  background-position: bottom right;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[30px\] {
  padding: 30px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[5px\] {
  padding-bottom: 5px;
}

.pb-\[8px\] {
  padding-bottom: 8px;
}

.pl-\[15px\] {
  padding-left: 15px;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-\[15px\] {
  padding-right: 15px;
}

.pr-\[30px\] {
  padding-right: 30px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-\[10\] {
  padding-top: 10;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[90px\] {
  padding-top: 90px;
}

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

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

.font-\[Bellefair\] {
  font-family: Bellefair;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[45px\] {
  font-size: 45px;
}

.text-\[60px\] {
  font-size: 60px;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[50px\] {
  line-height: 50px;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.text-\[\#50605F\] {
  --tw-text-opacity: 1;
  color: rgb(80 96 95 / var(--tw-text-opacity, 1));
}

.text-\[\#556262\] {
  --tw-text-opacity: 1;
  color: rgb(85 98 98 / var(--tw-text-opacity, 1));
}

.text-\[\#7E928E\] {
  --tw-text-opacity: 1;
  color: rgb(126 146 142 / var(--tw-text-opacity, 1));
}

.text-\[\#CE9345\] {
  --tw-text-opacity: 1;
  color: rgb(206 147 69 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0\.5rem_1rem_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 0.5rem 1rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\!\[align-items\:inherit\] {
  align-items: inherit !important;
}

.container {
  max-width: 1700px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: auto;
}

.rp {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .rp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1536px) {
  .rp {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.rt {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .rt {
    padding-top: 60px;
  }
}

@media (min-width: 1536px) {
  .rt {
    padding-top: 80px;
  }
}

.rb {
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .rb {
    padding-bottom: 60px;
  }
}

@media (min-width: 1536px) {
  .rb {
    padding-bottom: 80px;
  }
}

.rmb {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .rmb {
    margin-bottom: 60px;
  }
}

@media (min-width: 1536px) {
  .rmb {
    margin-bottom: 80px;
  }
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

p{
  line-height: 1.8 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bellefair", serif;
}

a.skip-link.screen-reader-text {
  display: none;
}

h1,
h2 {
  font-size: 30px !important;
  font-weight: 400;
  line-height: 1.3 !important;
}

@media (min-width: 768px) {
  h1,
h2 {
    font-size: 35px !important;
  }
}

@media (min-width: 1024px) {
  h1,
h2 {
    font-size: 50px !important;
  }
}

@media (min-width: 1536px) {
  h1,
h2 {
    font-size: 60px !important;
  }
}

h3 {
  font-size: 25px;
  font-weight: 400;
}

@media (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 30px;
  }
}

h3 {
  line-height: 1.2;
}

h4 {
  font-size: 20px;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 25px;
  }
}

p, body {
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}

.btn {
  border-radius: 28px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(206 147 69 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {
  .testimonials.rp .btn-primary {
    padding-bottom: 15px;
  }
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 96 95 / var(--tw-bg-opacity, 1));
}

.btn-primary {
  font-weight: 500;
}

.btn-secondary {
  margin-top: 10px;
  display: inline-block;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(80 96 95 / var(--tw-bg-opacity, 1));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (max-width: 767px) {
  .testimonials.rp .btn-secondary {
    padding-bottom: 15px;
  }
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(206 147 69 / var(--tw-bg-opacity, 1));
}

#about p {
  position: relative;
  z-index: 99999;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#md-laser-clinic p {
  width: 100%;
  max-width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  #md-laser-clinic p {
    max-width: 375px;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  #md-laser-clinic p {
    max-width: 625px;
  }
}

.service-col-content p {
  padding-bottom: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {
  .testimonials.rp .service-col-content p {
    padding-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .service-col-content p {
    text-align: left;
  }
}

.service-tittle {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .service-tittle {
    padding-top: 0px;
    text-align: left;
  }
}

.faq p {
  margin-bottom: 0px;
  padding-top: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.faq li {
  position: relative;
  padding-bottom: 5px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.faq ul {
  padding-left: 20px;
}

.faq span {
  font-size: 24px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .faq span {
    font-size: 27px;
  }
}

@media (min-width: 1024px) {
  .faq span {
    font-size: 30px;
  }
}

.faq span {
  font-family: "Bellefair", serif;
}

.client-trusts li {
  width: 100%;
  text-align: center;
}

@media (min-width: 640px) {
  .client-trusts li {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .client-trusts li {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .client-trusts li {
    width: 18%;
  }
}

.client-trusts li img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
}

.client-trusts li p {
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.get-col-content p {
  padding-top: 8px;
  font-size: 16px;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.blogs ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  padding-top: 20px;
}

@media (min-width: 640px) {
  .blogs ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .blogs ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    padding-top: 35px;
  }
}

.blogs li span {
  display: block;
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.blogs li h3 {
  padding-bottom: 15px;
  padding-top: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(80 96 95 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .blogs li h3 {
    font-size: 30px;
  }
}

.blogs li p {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.blogs li a {
  display: block;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(206 147 69 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.blogs li a:hover {
  --tw-text-opacity: 1;
  color: rgb(80 96 95 / var(--tw-text-opacity, 1));
}

.box-text h2,
.text-box h2 {
  --tw-text-opacity: 1;
  color: rgb(80 96 95 / var(--tw-text-opacity, 1));
}

.text-box p {
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.laser-hair-removal li p {
  display: block;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

#make-differnce p {
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  #make-differnce p {
    text-align: left;
  }
}

#make-differnce h3 {
  text-align: center;
}

@media (min-width: 768px) {
  #make-differnce h3 {
    text-align: left;
  }
}

#make-differnce li {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

#instagram-follow h3 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

#team-member p {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  #team-member p {
    text-align: left;
  }
}

#team-member .team-box .tam-content p {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  #team-member .team-box .tam-content p {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  #team-member .team-box .tam-content p {
    line-height: 28px;
  }
}

.team-box {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(126 146 142 / var(--tw-border-opacity, 1));
  padding: 30px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.book-confidence-outer p {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.book-confidence-outer span {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .book-confidence-outer span {
    font-size: 25px;
    line-height: 40px;
  }
}

.brand-col {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(126 146 142 / var(--tw-border-opacity, 1));
  padding: 25px;
  text-align: center;
}

.fade-regrets ul li:last-child {
  grid-column: span 1 / span 1;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .fade-regrets ul li:last-child {
    grid-column: span 2 / span 2;
  }
}

.fade-regrets ul li {
  padding-left: 25px;
  text-align: center;
}

@media (min-width: 768px) {
  .fade-regrets ul li {
    text-align: left;
  }
}

.fade-regrets ul li p {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .fade-regrets ul li p {
    text-align: left;
  }
}

.box-text ol {
  padding-left: 20px;
}

.box-text ol li {
  list-style-type: decimal;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.box-text ul {
  padding-left: 20px;
}

.box-text ul li {
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

#treatment-benifit .treatment-benifit-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
  text-align: center;
}

@media (min-width: 640px) {
  #treatment-benifit .treatment-benifit-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  #treatment-benifit .treatment-benifit-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }
}

@media (min-width: 1024px) {
  #treatment-benifit .treatment-benifit-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#treatment-benifit .treatment-benifit-wrapper img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(126 146 142 / var(--tw-border-opacity, 1));
  padding: 15px;
  text-align: center;
}

#treatment-benifit .treatment-benifit-wrapper .treatment-benifit-col {
  padding-top: 15px;
}

@media (min-width: 768px) {
  #treatment-benifit .treatment-benifit-wrapper .treatment-benifit-col {
    padding-top: 30px;
  }
}

#skin-benifits li {
  margin-bottom: 20px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 222 216 / var(--tw-border-opacity, 1));
  padding-bottom: 20px;
  padding-top: 5px;
  font-size: 16px;
}

#skin-benifits ul {
  padding-left: 35px;
  padding-top: 15px;
}

#faq .btn-primary {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  #faq .btn-primary {
    margin-left: 0px;
    margin-right: 0px;
  }
}

#plexrplast-advantage .laser-hair-removal {
  margin-top: 0px;
  display: grid;
  gap: 15px;
}

@media (min-width: 768px) {
  #plexrplast-advantage .laser-hair-removal {
    margin-top: 0px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  #plexrplast-advantage .laser-hair-removal {
    margin-top: 0px;
    gap: 30px;
  }
}

#plexrplast-advantage .laser-hair-removal li:hover p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (max-width: 767px) {
  .testimonials.rp #plexrplast-advantage .laser-hair-removal li:hover p {
    padding-bottom: 15px;
  }
}

#plexrplast-advantage .laser-hair-removal li img {
  right: 20px;
  top: 25px;
  margin: auto;
  margin-bottom: 10px;
  width: 80px;
  align-items: center;
  border-radius: 100%;
}

@media (min-width: 768px) {
  #plexrplast-advantage .laser-hair-removal li img {
    position: absolute;
    margin-bottom: 0px;
    width: 65px !important;
  }
}

@media (min-width: 1536px) {
  #plexrplast-advantage .laser-hair-removal li img {
    width: 100px !important;
  }
}

.plexrplast-advantage-tittle p {
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.plexrplasty-showcase-block {
  display: grid;
  gap: 20px;
}

@media (min-width: 640px) {
  .plexrplasty-showcase-block {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .plexrplasty-showcase-block {
    justify-content: space-around;
  }
}

@media (min-width: 1024px) {
  .plexrplasty-showcase-block {
    gap: 40px;
  }
}

.box-text p {
  font-size: 16px;
  line-height: 30px;
}

.plasma-differnce-col ul {
  padding-left: 30px;
}

.plasma-differnce-col li {
  position: relative;
  padding-top: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.plasma-differnce-wrap {
  display: grid;
  gap: 20px;
}

@media (min-width: 640px) {
  .plasma-differnce-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .plasma-differnce-wrap {
    gap: 40px;
  }
}

.treatment-experience-col {
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(126 146 142 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 15px;
}

@media (min-width: 768px) {
  .treatment-experience-col {
    padding: 30px;
  }
}

.treatment-experience-col p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .treatment-experience-col p {
    text-align: left;
  }
}

.treatment-experience-col h3 {
  text-align: center;
}

@media (min-width: 768px) {
  .treatment-experience-col h3 {
    text-align: left;
  }
}

#treatment-experience .grid-2 {
  gap: 50px;
}

.recovery-timeline-col p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.recovery-timeline-col a {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}

.plasma-differnce-col p {
  padding-top: 15px;
  padding-left: 5px;
}

.grid-color-col:nth-child(even) {
  background-color: #d9ded8;
}

#our-brans p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.skin-irregular-ul {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-left: 30px;
}

@media (min-width: 640px) {
  .skin-irregular-ul {
    width: 70%;
  }
}

@media (min-width: 768px) {
  .skin-irregular-ul {
    width: 75%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .skin-irregular-ul {
    width: 60%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.skin-irregular-ul li {
  position: relative;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.how-p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.clinical-peels-wrap {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media (min-width: 640px) {
  .clinical-peels-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .clinical-peels-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .clinical-peels-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#ipl-process .text-number h3 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1)) !important;
}

#ipl-process .text-number p {
  padding-bottom: 5px;
}

.book-confidence-outer h3 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dermal-type-wrap {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}

@media (min-width: 640px) {
  .dermal-type-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .dermal-type-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}

.dermal-type-wrap h3 {
  padding-bottom: 10px;
  padding-top: 20px;
  text-align: center;
}

.dermal-type-wrap a {
  display: block;
  text-align: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(206 147 69 / var(--tw-text-opacity, 1));
}

.dermal-type-wrap a:hover {
  --tw-text-opacity: 1;
  color: rgb(80 96 95 / var(--tw-text-opacity, 1));
}

.dermal-type-wrap img {
  border-radius: 10px;
}

/* Header css */

.header {
  width: 100%;
  background: #fff;
  position: relative;
  position: sticky;
  top: 0;
  align-self: flex-start;
  z-index: 999999;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0px;
}

.right-area {
  display: flex;
  align-items: center;
  gap: 25px;
}

.call-box {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  border-right: 1px solid #D9DED8;
  padding-right: 25px;
}

.call-icon {
  font-size: 24px;
  color: #c48a42;
}

.call-info a {
  text-decoration: none;
}

.gift-btn p,
.consult-btn p {
  margin: 0;
}

.logo img {
  width: 100%;
  max-width: 335px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-menu-icon {
  font-size: 30px;
  cursor: pointer;
  display: none;
}

.nav {
  background: #50605F;
  padding: 12px 0;
}

.nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  /* gap: 88px; */
  padding: 0;
  margin: 0;
}

.nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding: 2px 0;
  display: inline-block;
  font-family: "Manrope", sans-serif;
}

#menu-menu-1 > li {
  position: relative;
  border-right: 1px solid #D9DED870;
  padding: 0 40px;
}

#menu-menu-1 > li:last-child{
  border: none;
}

/* .nav ul li a::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #D9DED870;
    position: absolute;
    top: 0;
    right: -42px;
} */

.nav ul li:last-child a::after {
  display: none;
}

#closeMenu {
  display: none;
}

.fa.fa-gift,
.fa.fa-address-book {
  display: none;
}

.fa-solid.fa-arrow-down {
  rotate: -125deg;
  margin-left: 10px;
}

.consult-btn:hover {
  background: #50605f;
}

.gift-btn:hover {
  background: #50605f;
  color: #fff;
  border-color: #50605f;
}

.tel-tittle:hover {
  color: #50605f;
}

.md-laser-content {
  position: absolute;
  top: 50%;
  /* left: calc((100vw - 1700px) / 2 + 0px); */
  transform: translateY(-50%);
}

.about-wrapper::after {
  content: "";
  display: block;
  background-image: url('file:///C:/Users/Rakesh/Downloads/about-gradient-img.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 207px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
}

.tabs-card {
  max-width: 900px;
  margin: 0 auto;
  background: var(--card);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  overflow: hidden
}

.tab-list {
  display: flex;
  gap: 20px;
  padding: 16px;
  justify-content: left;
  margin-top: 20px;
  overflow-x: auto;
  width: 100%;
}

.tab {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 8px 25px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
  color: #222;
  white-space: nowrap;
}

.tab[aria-selected="true"], .tab.active {
  color: #222;
  box-shadow: none;
  border: 1px solid #7E928E;
  border-radius: 50px;
  background: #D9DED8;
}

.panels {
  padding: 20px
}

.panel {
  display: none;
  animation: fad 160ms ease-in-out
}

.panel[hidden] {
  display: none
}

.panel.active {
  display: block
}

@keyframes fad {
  from {
    opacity: 0;
    transform: translateY(6px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

#menu-menu-1 .sub-menu {
  flex-direction: column;
  gap: 4px !important;
  padding: 20px;
  width: 100%;
  min-width: 245px;
  display: none;
  transition: 0.3s;
  left: -25px;
}

.show-submenu {
  color: #fff;
  font-size: 14px;
  padding-left: 3px;
}

#menu-menu-1 .sub-menu li a:hover {
  color: #ce9345;
}

#menu-menu-1 .sub-menu li a {
  font-size: 16px;
  color: #222;
  text-align: left;
  display: block;
  /* padding-bottom: 6px; */
}

#menu-menu-1 .sub-menu li a::after {
  display: none;
}

.socail-links {
  display: flex;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 65px;
}

.socail-links img {
  transition: all .2s ease-in-out;
}

.socail-links img:hover {
  transform: scale(1.1);
}

.follow-us h6 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #222;
  padding-top: 30px;
}

h3.widget-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  color: #222;
  padding-bottom: 20px;
}

.footer-contact p {
  font-size: 16px;
  color: #222;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 20px;
}

#menu-quick-links a {
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
  color: #222;
}

.subscribe-input input {
  width: 100%;
  border: 1px solid #D9DED8;
  padding: 16px 20px;
  border-radius: 50px;
  background: #fff;
}

.footer-subscribe img {
  padding-top: 45px;
}

.subscribe-input {
  position: relative;
}

.subscribe-input button {
  position: absolute;
  top: 5px;
  right: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
}

input:focus-visible {
  outline: none;
}

#custom_html-3 {
  padding-left: 60px;
}

#menu-quick-links a:hover,
.footer-contact a:hover {
  color: #50605f;
}

.copywrite-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.copywrite-flex p {
  font-size: 16px;
  color: #222222;
  font-weight: 400;
  line-height: 30px;
}

.terms-flex {
  display: flex;
  gap: 15px;
  align-items: center;
}

.menu-item:hover .sub-menu {
  display: block !important;
}

.sub-heading a {
  font-size: 30px !important;
  color: #50605F !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  font-family: "Bellefair", serif !important;
  cursor: none;
}

.plexr-li .sub-menu {
  min-width: 295px !important;
}

.wellmess-li .sub-menu {
  min-width: 300px !important;
}

.medical-li .sub-menu {
  min-width: 465px !important;
}

.medical-li:hover .sub-menu {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.medical-li .sub-heading {
  position: absolute;
  top: 24px;
  left: 16px;
}

.medical-li .sub-menu {
  padding-top: 80px !important;
}

/* #menu-menu-1>li::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    display: block;
    margin-top: 2px;
    right: 0;
    background: #fff;
    transition: width 0.3s ease;
    left: 0px;
} */

#menu-menu-1>li:hover::after {
  width: 100%;
}

#menu-menu-1>li {
  position: relative;
}

.footer-accord .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-left: 15px;
}

.footer-sub-active {
  max-height: 500px !important;
}

.footer-accord>a {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}

.footer-accord>a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #222222;
  border-bottom: 2px solid #222222;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.copywrite-flex a:hover {
  color: #50605f;
}

.about-wrapper::after {
  content: "";
  display: block;
  background-image: url('/wp-content/uploads/2025/11/about-gradient-img.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 207px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
}

/* .arrow-up.rotate-180 {
    rotate: -182deg;
} */

.consult-btn p {
  color: #fff;
}

.gift-btn:hover p {
  color: #fff;
}

#make-differnce li::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-image: url('/wp-content/uploads/2025/11/double-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: 0;
}

.make-differnet-right::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #7E928E;
  position: absolute;
  top: 0;
  left: -38px;
}

.team-box:hover {
  background: #50605f;
}

.team-box:hover p,
.team-box:hover h4 {
  color: #fff !important;
}

.fade-regrets ul li:hover p,
.fade-regrets ul li:hover h4 {
  color: #fff;
}

.fade-regrets ul li h3 {
  margin-bottom: -2px;
  margin-top: 5px;
}

.box-text ul li::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-image: url('/wp-content/uploads/2025/11/double-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 11px;
  left: -20px;
}

.faq ul li::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-image: url('/wp-content/uploads/2025/11/double-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 11px;
  left: -20px;
}

#skin-benifits  ul li::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url('/wp-content/uploads/2025/11/yes-tick.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 14px;
  left: -30px;
}

.plasma-differnce-col li:after{
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-image: url('/wp-content/uploads/2025/11/double-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 22px;
  left: -20px;
}

.plasma-differnce-col:first-child:after{
  content: "";
  display: block;
  background-color: #D9DED8;
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0px;
  top: 0;
}

.why-choose-wrap .active {
  color: #ce9345;
}

.arrow-flex {
  display: flex;
  gap: 20px;
  position: absolute;
  /* top: -78px;
  right: 30px; */
  top: 25%;
  right: 8%;
}

.arrow-flex i {
  border: 1px solid #7E928E;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #222;
  border-radius: 50px;
  cursor: pointer;
}

.arrow-flex i:hover {
  background: #50605f;
  color: #fff;
}

.grid-color-col:nth-child(even) div .img-section {
  order: 2;
}

.grid-color-col:nth-child(even)  > div .box-text  {
  order: 1;
}

.book-confidence-outer span{
  font-family: "Bellefair", serif;
}

.skin-irregular-ul li::after{
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background-image: url('/wp-content/uploads/2025/11/double-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 22px;
  left: -20px;
}

#ipl-process .text-number li:hover p, #ipl-process .text-number li:hover h3{
  color: #fff !important;
}

.redness-advantages ul {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.page-template-about-us .why-choose {
  background: #EDECEB;
}

.tem-img img {
  border-radius: 50%;
}

.tem-img {
  width: 100%;
  max-width: 125px;
}

.rt.outer-professinal .rb {
  padding-bottom: 0 !important;
}

.are-you-mobile{
  display: none;
}

.brand-col img {
  width: 100%;
  max-width: 130px;
  height: 100%;
  min-height: 107px;
  -o-object-fit: contain;
     object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-arrow i {
  border: 1px solid #7E928E;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #222;
  border-radius: 50px;
  cursor: pointer;
  background-color: #fff;
}

.brand-arrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 100%;
}

.brands-outer {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.resurfacing-benifits .grid-2.grid-white.rp{
  padding-top: 0 !important;
}

.our-three-col .brand-col:first-child img {
  max-width: 240px !important;
}

.our-three-col .brand-col:nth-child(2) img {
  max-width: 140px !important;
}

.our-three-col .brand-col:nth-child(3) img {
  max-width: 148px !important;
}

/* .are-you{
    padding-bottom: 0 !important;
} */

.after-close {
  background: #ce9345;
  font-size: 20px;
  font-weight: 600;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: -14px;
  right: 5px;
}

.bf-outer {
  position: relative;
}

#menu-menu-1 .sub-menu li a:hover::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2025/12/header-icon-1.jpg");
  height: 12px;
  width: 12px;
  position: absolute;
  right: -24px;
  top: 7px;
  background-size: contain;
  background-repeat: no-repeat;
}

#menu-menu-1 .sub-menu li a{
  position: relative;
  display: inline-block;
}

#menu-menu-1 .sub-menu li {
  text-align: left;
}

.reversed-back .box-text{
  order: 2;
}

.reversed-back .img-section{
  order: 1;
}

.sub-heading a:hover::before {
  display: none !important;
}

#rosacea-faq .rmb {
  margin-bottom: 0 !important;
}

.left-image{
  height: 100%;
  display: flex;
  align-items: self-start;
}

.skin-irr-performance .grid-performance.rb {
  padding-bottom: 0 !important;
}

.are-you {
  padding-bottom: 0 !important;
}

.elna-profile{
  flex-direction: column;
  text-align: center;
}

.elna-profile h3, .elna-profile p{
  display: block;
  text-align: center;
  width: 100%;
}

.current-menu-item a{
  color: #ce9345 !important;
}

#menu-menu-1 .sub-menu .current-menu-item  a::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2025/12/header-icon-1.jpg");
  height: 12px;
  width: 12px;
  position: absolute;
  right: -24px;
  top: 7px;
  background-size: contain;
  background-repeat: no-repeat;
}

.silder-vitamin li p{
  min-height: 210px !important;
}

.are-you-text{
  padding-bottom: 20px;
}

.items-start img {
  padding-bottom: 20px;
}

.page-template-vitamin-injection-price .grid-2.rp.reverse-grid {
  padding-top: 0;
  padding-bottom: 0;
}

.call-tittle {
  margin-bottom: -8px !important;
}

.blog-btn-tittle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-mb-view{
  display: none !important;
}

.footer-contact p:nth-child(2){
  padding-bottom: 4px;
}

.breadcrumb li {
  font-weight: bold;
}

.breadcrumb li a {
  font-weight: 500;
}

.treatment-benifit-col h3 {
  padding-bottom: 10px;
}

.treatment-experience-col {
  height: 100%;
}

#privacy h2{
  color: #50605F;
}

#privacy h3{
  color: #50605F;
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 0px;
}

#privacy ul{
  list-style: disc;
  padding-left: 15px;
}

#privacy ol{
  list-style: decimal;
  padding-left: 15px;
}

#privacy ul li, #privacy ol li, #privacy p{
  font-size: 16px;
  padding-top: 10px;
}

.tabs-image .active {
  font-weight: bold;
}

.laser-hair-removal li:hover p{
  color: #fff !important;
}

.border-hc {
  border: 2px solid #ce9345;
}

/* =============================
           MOBILE RESPONSIVE START
        ============================== */

@media (max-width: 1470px){
  .laser-hair-removal li p br {
    display: none;
  }
}

@media (max-width: 1400px){
  .grid-2 {
    align-items: start !important;
  }

  .plasma-differnce-col:first-child::after {
    right: -15px;
  }

  .client-trusts li p{
    height: 80px
  }
}

@media (max-width: 1350px){
  .laser-hair-removal li p br {
    display: none;
  }
}

@media (max-width: 1200px) {
  /* .nav ul {
        gap: 44px;
    } */

  #menu-menu-1 > li {
    padding: 0 25px;
  }

  .nav ul li a {
    font-size: 14px;
  }

  .nav ul li a::after {
    right: -28px;
  }

  .box-text h2 br{
    display: none;
  }

  .footer-logo {
    padding-right: 30px;
  }

  .book-confidence-outer h2 br{
    display: none;
  }

  .laser-hair-removal li {
    padding-right: 69px !important;
  }

  .md-laser-content{
    background: #ffffff5c;
    padding: 20px !important;
  }
}

@media (max-width: 1100px) {
  .logo img {
    width: 100%;
    max-width: 220px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tel-tittle {
    font-size: 17px;
  }

  .call-box {
    padding-right: 18px;
  }

  .plasma-differnce-col:first-child:after{
    right: -11px;
  }

  .arrow-flex {
    display: flex;
    gap: 20px;
    position: relative;
    top: unset;
    right: 0;
    bottom: 0;
    justify-content: center;
    padding-top: 35px;
  }

  #plexrplast-advantage  .laser-hair-removal li {
    padding-right: 20px;
    text-align: center;
    flex-direction: column;
  }

  #plexrplast-advantage .laser-hair-removal li img {
    position: relative;
    margin-bottom: 0px;
    width: 68px !important;
    top: -9px;
    left: 0;
    margin-top: 2px;
  }

  .laser-hair-removal li p br, .plexrplast-advantage-tittle p br{
    display: none;
  }
}

@media (max-width: 1024px){
  #plexrplast-advantage .laser-hair-removal li {
    padding-right: 30px !important;
  }
}

@media (max-width: 1023px) {
  .grid-performance a{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }

  .faq-tittle a {
    display: inline-block !important;
  }

  .grid-color-col:nth-child(even) div .img-section {
    order: 1;
  }

  .grid-color-col:nth-child(even)  > div .box-text  {
    order: 2;
  }

  .laser-hair-removal li {
    padding-right: 20px !important;
  }

  .grid-performance .left-image{
    border-right: 0 !important;
  }

  .laser-hair-removal li {
    display: block !important;
    padding-right: 20px !important;
    text-align: center !important;
  }

  .laser-hair-removal li img {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin-bottom: 20px !important;
  }

  /* Text center css */

  .box-text h2, .text-box h2, .grid-2 p, .grid-2 h3, .box-text p, .box-text h1, .box-text h3, .page-template-booking .text-box p, .dermal-type-wrap h3, .dermal-type-wrap a, .page-template-vitamin-injections .text-box p, .page-template-plexrplasty h2, .grid-performance h3, .grid-performance p, .hows-wrap h2, .hows-wrap p, #make-differnce h2, #make-differnce h3, #make-differnce p, #team-member h1, #team-member p, .grid-performance h1{
    text-align: left;
  }

  .page-template-plexrplasty .faq-tittle h2, .page-template-plexrplasty .testimonials h2, .page-template-plexrplasty .inner-box h2{
    text-align: center !important;
  }

  .grid-2 .box-text a, .grid-2 a, .grid-performance a {
    margin-left: 0 !important;
  }

  #custom_html-3 {
    padding-left: 0;
  }

  .socail-links, .footer-three{
    padding-bottom: 0 !important;
  }

  .box-text h1 br {
    display: none;
  }

  /* Text center css */

  .plasma-differnce-col li::after {
    left: -23px;
  }
}

@media (max-width: 991px) {
  .mobile-menu-icon {
    display: block;
  }

  #closeMenu {
    display: block;
  }

  .submenu-active i {
    rotate: -180deg;
    right: 12px !important;
  }

  #menu-menu-1 .sub-menu {
    display: none !important;
  }

  .sub-menu li:last-child {
    border: none;
  }

  .plexr-li .sub-menu,
    .wellmess-li .sub-menu,
    .medical-li .sub-menu {
    min-width: 100% !important;
  }

  .nav {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100vh;
    background: #50605F;
    padding-top: 80px;
    /* padding-left: 20px; */
    transition: left 0.3s ease-in-out;
    z-index: 9999;
  }

  .nav.active {
    left: 0;
    overflow: scroll;
  }

  .nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .nav ul li a {
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .close-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
  }

  .fa.fa-gift,
    .fa.fa-address-book {
    display: block;
  }

  .gift-btn p,
    .consult-btn p,
    .consult-btn .fa-solid.fa-arrow-down,
    .gift-btn .fa-solid.fa-arrow-down,
    .call-info p {
    display: none;
  }

  .right-area {
    gap: 8px;
  }

  .consult-btn {
    padding: 12px 12px;
    font-size: 14px;
  }

  .top-bar {
    padding: 18px 0px;
  }

  .call-icon img {
    width: 100%;
    max-width: 30px;
    margin-bottom: -6px;
  }

  .call-box {
    border-right: none;
    padding-right: 0;
  }

  .nav ul li a::after {
    display: none;
  }

  .nav ul li {
    width: 100%;
    border-bottom: 1px solid #D9DED8;
    padding: 0px 0px 10px 14px;
    position: relative;
  }

  i.show-submenu {
    position: absolute;
    top: 10px;
    right: 0;
  }

  .gift-btn {
    padding: 12px 12px;
    font-size: 14px;
    background: #ce9345 !important;
    color: #fff;
    border: none;
  }

  .show-submenu {
    padding-right: 15px;
  }

  #menu-menu-1 .submenu-active .sub-menu {
    display: block !important;
  }

  #menu-menu-1 .sub-menu {
    position: relative;
    left: -9px;
    top: 6px;
    width: 108%;
    padding: 0;
    background: #2929294a;
  }

  #menu-menu-1 > li{
    border-right: 0;
  }

  #menu-menu-1 .sub-menu li a {
    color: #fff;
  }

  .sub-heading {
    display: none;
  }

  #menu-menu-1 .sub-menu li a {
    padding-top: 10px;
  }

  .medical-li .sub-menu {
    padding-top: 0px !important;
  }

  #menu-menu-1>li::after {
    display: none;
  }

  .gets-col {
    flex-direction: column;
    text-align: center;
  }

  .gift-btn {
    padding: 12px 12px !important;
    font-size: 14px !important;
    border: 0 !important;
    color: #fff !important;
  }

  #get-facts a {
    margin: 0 auto;
    margin-top: 15px;
  }

  #plexrplast-advantage  .laser-hair-removal li {
    padding-right: 20px;
    text-align: center;
    flex-direction: column;
  }

  #plexrplast-advantage .laser-hair-removal li img {
    position: relative;
    margin-bottom: 0px;
    width: 68px !important;
    top: -9px;
    left: 0;
  }

  .book-confidence-outer span br{
    display: none;
  }

  #menu-menu-1 > li {
    padding: 8px 12px;
  }

  #menu-menu-1 > li:last-child {
    border-bottom: 1px solid #D9DED8;
  }

  .nav ul li > .menu-link {
    margin-top: -7px;
  }

  #menu-menu-1 .sub-menu li a {
    padding-top: 18px !important;
  }

  #menu-menu-1 .sub-menu li a:hover::after{
    display: none;
  }

  #menu-menu-1 .sub-menu li a:hover::before {
    display: none;
  }

  #menu-menu-1 .sub-menu .current-menu-item  a::before {
    display: none;
  }

  .rel-dkt .swiper-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .rel-dkt {
    position: relative;
    padding-bottom: 100px;
  }

  .mb-rel {
    position: unset !important;
  }

  .rel-dkt .swiper-nav {
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .md-laser-content {
    position: relative;
    top: unset;
    transform: unset;
  }

  .tab-list {
    gap: 4px;
  }

  .gets-fact {
    background-image: none !important;
  }

  #get-facts {
    background: #D9DED8;
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .gets-col {
    flex-direction: revert;
    text-align: left;
  }

  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block !important;
  }

  .make-differnet-right::after {
    left: -22px;
  }

  #get-facts a {
    margin: unset;
    margin-top: 15px;
  }

  .faq-tittle a {
    display: table !important;
  }

  /* .skin-irregular-ul {
    height: 300px;
    overflow: auto;
    } */

  #skin-irregularities-treated {
    background-size: 75%;
  }

  .are-you-desktop{
    display: none;
  }

  .are-you-mobile{
    display: block;
    padding: 15px;
  }

  .brand-arrow i {
    height: 45px;
    width: 45px;
  }

  .rel-dkt{
    position: relative;
    padding-bottom: 100px;
  }

  .mb-rel{
    position: unset !important;
  }

  .rel-dkt .swiper-nav{
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  .testimonials{
    padding-bottom: 100px;
  }

  .testimonials .swiper-nav.arrows-top{
    position: absolute;
    bottom: -92px;
    width: 93%;
    padding-bottom: 0;
  }

  .testimonials.rp .text-white {
    padding-bottom: 15px;
  }

  .faq-tittle h2 {
    text-align: left;
  }

  .faq-tittle a {
    margin-left: 0 !important;
  }
}

@media (max-width: 639px) {
  #custom_html-3 {
    padding-left: 0;
  }

  .socail-links {
    padding-bottom: 0;
  }

  .footer-contact p:last-child {
    padding-bottom: 0;
  }

  .subscribe-input button {
    top: 6px;
    padding-left: 30px;
    padding-right: 30px;
  }

  #custom_html-2 {
    border-right: none;
  }

  .footer-subscribe img {
    padding-bottom: 20px;
  }

  .copywrite-flex {
    flex-direction: column;
  }

  .copywrite-flex p {
    font-size: 12px;
  }

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

  .tab {
    white-space: nowrap;
  }

  br {
    display: none;
  }

  .f-first {
    border-right: 0 !important;
  }

  .make-differnet-right::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #7E928E;
    position: absolute;
    top: -18px;
    left: 0;
  }

  .plasma-differnce-col:first-child::after {
    display: none;
  }

  .client-trusts li p{
    height: auto;
  }

  .banner h1 {
    font-size: 30px;
  }
}

@media (max-width: 540px) {
  .logo img {
    width: 100%;
    max-width: 150px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .consult-btn {
    padding: 8px;
    font-size: 12px;
  }

  .gift-btn {
    padding: 8px;
    font-size: 12px;
    margin-left: -10px;
  }

  .mobile-menu-icon {
    font-size: 22px;
  }

  .call-icon img {
    max-width: 19px;
    margin-bottom: -4px;
  }

  .about-wrapper::after {
    width: 85%;
  }

  h3.widget-title {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .gift-btn {
    padding: 8px !important;
    font-size: 12px !important;
  }

  .arrow-flex i {
    height: 45px;
    width: 45px;
    font-size: 16px;
  }

  .redness-advantages ul {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .subscribe-input button {
    top: 8px;
  }

  .skin-irregular-ul li{
    width: 100%;
    max-width: 204px;
  }
}

@media (max-width: 470px) {
  .gets-col {
    flex-direction: column;
    text-align: center;
  }

  .gets-col a {
    margin: 0 auto;
    margin-top: 20px;
  }

  #get-facts a {
    margin: 0 auto;
    margin-top: 15px;
  }

  .blog-btn-tittle {
    flex-direction: column;
  }

  .blog-dk-view{
    display: none !important;
  }

  .blog-mb-view{
    display: block !important;
    text-align: center;
    width: 54%;
    margin: 0 auto;
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.hover\:text-\[\#222\]:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#fe6468\]:hover {
  --tw-text-opacity: 1;
  color: rgb(254 100 104 / var(--tw-text-opacity, 1));
}

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:brightness-75 {
  --tw-brightness: brightness(.75);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 640px) {
  .sm\:h-\[500px\] {
    height: 500px;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:\!max-w-\[185px\] {
    max-width: 185px !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:text-\[80px\] {
    font-size: 80px;
  }

  .sm\:leading-\[70px\] {
    line-height: 70px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-\[20px\] {
    bottom: 20px;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:\!my-\[25px\] {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .md\:mt-\[15px\] {
    margin-top: 15px;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[250px\] {
    height: 250px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[450px\] {
    height: 450px;
  }

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:\!max-w-\[120px\] {
    max-width: 120px !important;
  }

  .md\:max-w-\[120px\] {
    max-width: 120px;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:\!grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:\!grid-cols-\[35\%_1fr\] {
    grid-template-columns: 35% 1fr !important;
  }

  .md\:\!grid-cols-\[35\%_65\%\] {
    grid-template-columns: 35% 65% !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:gap-\[15px\] {
    gap: 15px;
  }

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[70px\] {
    gap: 70px;
  }

  .md\:bg-\[right_center\] {
    background-position: right center;
  }

  .md\:p-\[45px\] {
    padding: 45px;
  }

  .md\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-\[15px\] {
    padding-bottom: 15px;
  }

  .md\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .md\:pb-\[30px\] {
    padding-bottom: 30px;
  }

  .md\:pb-\[35px\] {
    padding-bottom: 35px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pl-\[40px\] {
    padding-left: 40px;
  }

  .md\:pl-\[5\%\] {
    padding-left: 5%;
  }

  .md\:pr-\[150px\] {
    padding-right: 150px;
  }

  .md\:pt-\[0\] {
    padding-top: 0;
  }

  .md\:pt-\[100px\] {
    padding-top: 100px;
  }

  .md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[70px\] {
    font-size: 70px;
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[-71px\] {
    left: -71px;
  }

  .lg\:h-\[250px\] {
    height: 250px;
  }

  .lg\:h-\[540px\] {
    height: 540px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:\!max-w-\[140px\] {
    max-width: 140px !important;
  }

  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_1fr_1fr_34\%\] {
    grid-template-columns: 1fr 1fr 1fr 34%;
  }

  .lg\:grid-cols-\[1fr_500px\] {
    grid-template-columns: 1fr 500px;
  }

  .lg\:grid-cols-\[599px_1fr\] {
    grid-template-columns: 599px 1fr;
  }

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:p-\[50px\] {
    padding: 50px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:pl-\[7\%\] {
    padding-left: 7%;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-\[126px\] {
    font-size: 126px;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[377px\] {
    height: 377px;
  }

  .xl\:gap-\[30px\] {
    gap: 30px;
  }

  .xl\:p-\[20px\] {
    padding: 20px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:h-\[auto\] {
    height: auto;
  }

  .\32xl\:\!max-w-\[100\%\] {
    max-width: 100% !important;
  }

  .\32xl\:\!max-w-\[320px\] {
    max-width: 320px !important;
  }

  .\32xl\:gap-\[40px\] {
    gap: 40px;
  }

  .\32xl\:gap-\[60px\] {
    gap: 60px;
  }

  .\32xl\:p-\[145px\] {
    padding: 145px;
  }

  .\32xl\:p-\[35px\] {
    padding: 35px;
  }
}