@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');*, ::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.15 | 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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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;
}
  h1 {
  font-family: Avenir;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
  @media (min-width: 1px) {

  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.25;
  }
}
  @media (min-width: 640px) {

  h1 {
    line-height: 1.25;
  }
}
  @media (min-width: 1024px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1.25;
  }
}

  h2 {
  font-family: Avenir;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  @media (min-width: 1px) {

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.25;
  }
}

  @media (min-width: 640px) {

  h2 {
    font-size: 3rem;
    line-height: 1.25;
  }
}

  @media (min-width: 1024px) {

  h2 {
    font-size: 3.75rem;
    line-height: 1.25;
  }
}

  h3 {
  font-family: Avenir;
  font-weight: 800;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  @media (min-width: 1px) {

  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

  @media (min-width: 640px) {

  h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

  h4 {
  font-family: Avenir;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

  .heading {
  font-family: Avenir;
  font-weight: 800;
  font-style: normal;
}

  @media (min-width: 1px) {

  .heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

  @media (min-width: 1280px) {

  .heading {
    font-size: 3.75rem;
    line-height: 1;
  }
}

  /* NEW UTILITY CLASS */

  /* Home Page CSS Classes */

  /* heading css */

  /* .tooltipContainer{
        @apply ;
    } */

  /* container class */
  .dashboardContainer {
    /* @apply md:w-840px md:container sm:w-full mx-auto zm:px-6 sm:px-24 xl:px-0 lg:px-6; */
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 1px) {

  .dashboardContainer {
    margin-right: 1.5625rem;
    margin-left: 1.5625rem;
  }
}
  @media (min-width: 840px) {

  .dashboardContainer {
    margin-right: 0px;
    margin-left: 0px;
  }
}
  @media (min-width: 1024px) {

  .dashboardContainer {
    width: 840px;
  }
}

  /* teacher profile card css */

  /* --------------- */

  /* description css */

  /* -------------------- */

  /* ------- card css -------- */

  /* ----------xxxxxxx-------- */

  /* ---------Blog page class------- */

  /* ----------xxxxxxx-------- */

  /* ---------Press & Media------- */

  /* -------------  Dashboard  ------------- */

  .dashoardHeading {
  text-align: left;
  font-family: Inter;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  @media (min-width: 1px) {

  .dashoardHeading {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

  @media (min-width: 1024px) {

  .dashoardHeading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

  /* ------------xxxxxxx------------ */

  /* container class */

  /* margin for the top container on the home page */
  /* margin for the top container for the rest of the website */
  /* margin for the top container for the rest of the website */

  /* onboarding css */

  /* .OnboardingSignupLeftContainer {
		@apply xl:pl-31 lg:pl-18 md:pl-8 pt-6 pb-7 zm:px-6 sm:px-10 sm:py-10 flex flex-col justify-between h-full w-full;
	}

    .OnboardingSignupBackBtn {
        @apply flex items-center  w-32 cursor-pointer pl-2;
    } */

  /* login signup pages */
  .loginSignupErrorMsg {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 33 33 / var(--tw-text-opacity, 1));
}

  /* footer CSS */
  .footerHeading {
  margin-bottom: 0.375rem;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
  @media (min-width: 1px) {

  .footerHeading {
    margin-bottom: 0px;
  }
}
  .footerLink {
  cursor: pointer;
  text-align: left;
  font-size: 0.90625rem;
  font-weight: 600;
  line-height: 1.5;
}
  @media (min-width: 1px) {

  .footerLink {
    margin-bottom: 0.25rem;
  }
}

  /* right hand side floating image */

  /* copyright section */
  @media (min-width: 1px) {

  .copyright {
    margin-top: 2rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
  @media (min-width: 640px) {

  .copyright {
    margin-top: 3.5rem;
  }
}
  @media (min-width: 768px) {

  .copyright {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  focus: outline-none;
  padding: .5rem 1rem;
  border-radius: .37rem;
  font-weight: 600;
  font-family: Inter;
  transition: all 0.2s ease-in-out;
  font-smooth: auto;
  -webkit-appearance: none;
  cursor: pointer;
}
.btn-primary {
  background-color: #EE731B;
  box-shadow: 0px 2px 4px 0px #F8662426;
  cursor: pointer;
  color: #fff;
}
.btn-primary:hover {
  background-color: #CC4B11;
}
.btn-primary:focus {
  background-color: #6F2200;
  outline: 0px;
}
.btn-white {
  background: #ffffff;
  border: 1px solid #E7E7E7 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #222222;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  border-style: none;
  outline: none;
}
.btn-white:hover {
  border: 1px solid #E7E7E7 !important;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.22);
  border-style: none;
  outline: none;
}
.btn-white:focus {
  border: 1px solid #E7E7E7 !important;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.22);
  border-style: none;
  outline: none;
}
.btn-green {
  background: #04A777;
  border-color: #04A777;
  color: #ffffff;
  box-shadow: 0px 2px 4px rgba(4, 167, 119, 0.15);
}
.btn-green:hover {
  background-color: #00835C;
  border-color: #00835C;
  box-shadow: 0px 2px 4px rgba(40, 110, 254, 0.15);
  border-style: none;
  outline: none;
}
.btn-green:focus {
  background-color: #004E37;
  border-color: #004E37;
  box-shadow: 0px 2px 4px rgba(40, 110, 254, 0.15);
  border-style: none;
  outline: none;
}
.formInput {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #321A50;
  background: #f7f7f7;
  background-clip: padding-box;
  border-radius: 7px;
  transition: all 0.15s ease-in-out;
  border: 2px solid transparent;
}
.formInput:hover {
  border: 2px solid;
  color: #321A50;
  background-color: #fff;
  border-color: #321a50;
  outline: 0;
  box-shadow: 0 0 0 0.2rem#c7b8da;
}
.formInput:focus {
  border: 2px solid;
  color: #321A50;
  background-color: #fff;
  border-color: #321a50;
  outline: 0;
  box-shadow: 0 0 0 0.2rem#c7b8da;
}
.formInput ::-webkit-input-placeholder {
  color: #777777;
}
.formInput ::-moz-placeholder {
  color: #777777;
}
.formInput :-ms-input-placeholder {
  color: #777777;
}
.formInput :-moz-placeholder {
  color: #777777;
}
.formInputError {
  display: block;
  width: 100%;
  height: 46px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 7px;
  transition: all 0.15s ease-in-out;
  border: 2px solid;
  color: #495057;
  background-color: #fff;
  border-color: #FF2121;
  outline: 0;
  box-shadow: 0 0 0 0.2rem#facece;
}
.btn-green-v2 {
  background: #04A777;
  border-color: #04A777;
  color: #ffffff;
  box-shadow: 0px 2px 4px rgba(4, 167, 119, 0.15);
}
.btn-green-v2:hover {
  background-color: #00835C;
  border-color: #00835C;
  box-shadow: 0px 2px 4px rgba(40, 110, 254, 0.15);
  border-style: none;
  outline: none;
}
.header {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navLink {
  display: flex;
  align-items: center;
}
.navItem {
  margin-left: 2rem;
  margin-right: 2rem;
  cursor: pointer;
  font-family: Inter;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(50 26 80 / var(--tw-text-opacity, 1));
}
.navItem:hover {
  --tw-text-opacity: 1;
  color: rgb(204 75 17 / var(--tw-text-opacity, 1));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-right-1 {
  right: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-60px {
  bottom: 60px;
}
.left-0 {
  left: 0px;
}
.left-14px {
  left: 0.875rem;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-7 {
  left: 1.75rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-14 {
  top: 3.5rem;
}
.top-20px {
  top: 1.25rem;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-15px {
  margin-bottom: 0.9375rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-25px {
  margin-bottom: 1.5625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-30px {
  margin-bottom: 1.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-5px {
  margin-bottom: 0.313rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-70px {
  margin-bottom: 4.375rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9px {
  margin-bottom: 0.563rem;
}
.ml-13px {
  margin-left: 0.813rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-37px {
  margin-right: 2.313rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-15px {
  margin-top: 0.9375rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-50px {
  margin-top: 3.125rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-100px {
  height: 6.25rem;
}
.h-12 {
  height: 3rem;
}
.h-12\.5 {
  height: 3.0625rem;
}
.h-13 {
  height: 3.125rem;
}
.h-140px {
  height: 8.75rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-213px {
  height: 13.313rem;
}
.h-3\/6 {
  height: 50%;
}
.h-33px {
  height: 2.063rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-40px {
  height: 2.5rem;
}
.h-44px {
  height: 2.75rem;
}
.h-49px {
  height: 3.063rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[38px\] {
  height: 38px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-100px {
  width: 6.25rem;
}
.w-148px {
  width: 9.25rem;
}
.w-236px {
  width: 14.75rem;
}
.w-264px {
  width: 16.5rem;
}
.w-33px {
  width: 2.063rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-55px {
  width: 3.438rem;
}
.w-58 {
  width: 14.5rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-80 {
  width: 20rem;
}
.w-840px {
  width: 840px;
}
.w-85px {
  width: 5.3125rem;
}
.w-\[155px\] {
  width: 155px;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-840px {
  max-width: 52.5rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-full {
  max-width: 100%;
}
.shrink-0 {
  flex-shrink: 0;
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20px {
  gap: 1.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[15px\] {
  gap: 15px;
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-10 {
  border-radius: 0.625rem;
}
.rounded-200px {
  border-radius: 12.5rem;
}
.rounded-38px {
  border-radius: 2.375rem;
}
.rounded-7 {
  border-radius: 0.4375rem;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#EDEDED\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}
.border-\[\#F0F0F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-mytGoalAntiGoalBorder {
  --tw-border-opacity: 1;
  border-color: rgb(255 227 207 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(238 115 27 / var(--tw-border-opacity, 1));
}
.border-opacity-40 {
  --tw-border-opacity: 0.4;
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-mytGroupOrangeBackground {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 236 / var(--tw-bg-opacity, 1));
}
.bg-mytYogaClassesBg {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 239 / var(--tw-bg-opacity, 1));
}
.bg-mytblue {
  --tw-bg-opacity: 1;
  background-color: rgb(40 110 254 / var(--tw-bg-opacity, 1));
}
.bg-mytgray {
  --tw-bg-opacity: 1;
  background-color: rgb(232 233 237 / var(--tw-bg-opacity, 1));
}
.bg-mytgrey-bgTeacherProfile {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-gradient-primary-bg {
  background-image: linear-gradient(180deg, #FFEDE0 0%, #FFFFFF 100%);;
}
.bg-mytTaxonomyBg {
  background-image: url('https://images.myyogateacher.com/web_images/taxonomy_bg_1.png');
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-25px {
  padding: 1.5625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-18px {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-25px {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-5\.5 {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-5px {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[8\.5px\] {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-11\.5px {
  padding-bottom: 0.719rem;
}
.pb-13px {
  padding-bottom: 0.813rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-25px {
  padding-bottom: 1.5625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-5px {
  padding-bottom: 0.313rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-96px {
  padding-bottom: 5.875rem;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[8\.5px\] {
  padding-bottom: 8.5px;
}
.pl-18px {
  padding-left: 1.125rem;
}
.pl-19px {
  padding-left: 1.188rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-25px {
  padding-left: 1.5625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-18px {
  padding-right: 1.125rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-25px {
  padding-right: 1.5625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-100px {
  padding-top: 6.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-12\.5px {
  padding-top: 0.781rem;
}
.pt-13 {
  padding-top: 3.125rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-14px {
  padding-top: 0.875rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-25px {
  padding-top: 1.5625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-35px {
  padding-top: 2.188rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[8\.5px\] {
  padding-top: 8.5px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.font-avenir {
  font-family: Avenir;
}
.font-inter {
  font-family: Inter;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-quincy {
  font-family: Quincy;
}
.text-10\.5 {
  font-size: 0.656rem;
  line-height: 1;
}
.text-11 {
  font-size: 0.6875rem;
  line-height: 1;
}
.text-12\.5 {
  font-size: 0.781rem;
  line-height: 1;
}
.text-13 {
  font-size: 0.8125rem;
  line-height: 1.25;
}
.text-13\.5 {
  font-size: 0.84375rem;
  line-height: 1.25;
}
.text-14\.5px {
  font-size: 0.90625rem;
  line-height: 1.5;
}
.text-14px {
  font-size: 0.875rem;
  line-height: 1.059;
}
.text-15 {
  font-size: 0.9375rem;
  line-height: 1;
}
.text-15\.5 {
  font-size: 0.96875rem;
  line-height: 1;
}
.text-15px {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.text-16px {
  font-size: 1rem;
  line-height: 1;
}
.text-17 {
  font-size: 1.0625rem;
  line-height: 1.5;
}
.text-17px {
  font-size: 1.0625rem;
  line-height: 1;
}
.text-22 {
  font-size: 1.375rem;
  line-height: 1;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-42 {
  font-size: 2.625rem;
  line-height: 1;
}
.text-\[10\.5px\] {
  font-size: 10.5px;
}
.text-\[12\.5px\] {
  font-size: 12.5px;
}
.text-\[13\.5px\] {
  font-size: 13.5px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14\.5px\] {
  font-size: 14.5px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[456\] {
  font-weight: 456;
}
.font-\[550\] {
  font-weight: 550;
}
.font-\[560\] {
  font-weight: 560;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-17px {
  line-height: 1.063rem;
}
.leading-18px {
  line-height: 1.125rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#383838\] {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity, 1));
}
.text-\[\#5A5A5A\] {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity, 1));
}
.text-\[\#767C93\] {
  --tw-text-opacity: 1;
  color: rgb(118 124 147 / var(--tw-text-opacity, 1));
}
.text-\[\#787878\] {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity, 1));
}
.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#838383\] {
  --tw-text-opacity: 1;
  color: rgb(131 131 131 / var(--tw-text-opacity, 1));
}
.text-\[\#EE731B\] {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-dark_purple {
  --tw-text-opacity: 1;
  color: rgb(50 26 80 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-mytAuthorText {
  --tw-text-opacity: 1;
  color: rgb(32 50 80 / var(--tw-text-opacity, 1));
}
.text-mytBlackMedium {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-mytCommentText {
  --tw-text-opacity: 1;
  color: rgb(91 105 127 / var(--tw-text-opacity, 1));
}
.text-mytCommentTextsubtitle {
  --tw-text-opacity: 1;
  color: rgb(134 145 162 / var(--tw-text-opacity, 1));
}
.text-mytDollarRate {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity, 1));
}
.text-mytPressPurple {
  --tw-text-opacity: 1;
  color: rgb(50 26 80 / var(--tw-text-opacity, 1));
}
.text-mytRedText {
  --tw-text-opacity: 1;
  color: rgb(255 33 33 / var(--tw-text-opacity, 1));
}
.text-mytSeeAllClasses {
  --tw-text-opacity: 1;
  color: rgb(125 74 195 / var(--tw-text-opacity, 1));
}
.text-mytTaxonomyText {
  --tw-text-opacity: 1;
  color: rgb(214 214 214 / var(--tw-text-opacity, 1));
}
.text-mytTeacherTxt {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-mytblack {
  --tw-text-opacity: 1;
  color: rgb(56 65 105 / var(--tw-text-opacity, 1));
}
.text-mytgreen {
  --tw-text-opacity: 1;
  color: rgb(4 167 119 / var(--tw-text-opacity, 1));
}
.text-mytgrey-contactHeading {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-mytgrey-lite {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}
.text-mytorange-default {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity, 1));
}
.text-mytpurple {
  --tw-text-opacity: 1;
  color: rgb(50 26 80 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / 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;
}
.decoration-solid {
  text-decoration-style: solid;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.shadow-\[0px_0px_14px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0px 0px 14px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0px 0px 14px 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-btnShadow {
  --tw-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  --tw-shadow-colored: 0px 2px 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);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  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);
}

@font-face {
  font-family: 'Avenir';
  src:
    url('https://js.myyogateacher.com/fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2')
      format('woff2'),
    url('https://js.myyogateacher.com/fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff')
      format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Quincy';
  src:
    url('https://js.myyogateacher.com/fonts/QuincyCF-Bold.eot') format('eot'),
    url('https://js.myyogateacher.com/fonts/QuincyCF-Bold.woff') format('woff'),
    url('https://js.myyogateacher.com/fonts/QuincyCF-Bold.woff2') format('woff2');
  font-display: swap;
}

.membership-heading {
  font-size: 23px;
  font-weight: 700;
}

/*  custom css for new website */

.transform-50 {
  transform: translate(-50%, -50%);
}

.teacherTransform-50 {
  transform: translate(45%, 45%);
}

body {
  font-family: Inter;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.copyright {
  line-height: 20px;
  color: #9e9e9e;
}

.mytBorderBottom {
  border-bottom: 5px solid #ffe0d1;
}

.dashboardShadowCard {
  border: 1px solid #f2f2f2;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.12);
}

/* for dashboard */
.see-all-link-dashboard:hover a {
  color: #ada6f9;
}
.see-all-link-dashboard:hover svg path {
  stroke: #ada6f9;
}

/* css for checkbox */

.custom-checkbox {
  /* width: 100%; */
  /* margin: 15px auto; */
  position: relative;
  display: block;
}

.custom-checkbox input[type='checkbox'] {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.custom-checkbox label {
  position: relative;
}
.custom-checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  width: 20px;
  height: 20px;
  transition: transform 0.28s ease;
  border-radius: 3px;
  /* border: 2px solid #EE731B; */
  background: #f0f0f0;
  color: #ee731b;
}
.custom-checkbox label:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #ee731b;
  border-left: 2px solid #ee731b;
  transform: rotate(-45deg) scale(0);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 12px;
  left: 10px;
}
.custom-checkbox input[type='checkbox']:checked ~ label::before {
  color: #7bbe72;
  border: 2px solid #ee731b;
}

.custom-checkbox input[type='checkbox']:checked ~ label::after {
  transform: rotate(-45deg) scale(1);
}

.custom-checkbox label {
  min-height: 34px;
  display: block;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: sub;
}
.custom-checkbox label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.custom-checkbox input[type='checkbox']:focus + label::before {
  outline: 0;
}

.testSetupPlayBtn {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 76%;
}

.book-btn-size {
  width: 129px;
  height: 46px;
}

.community-heading-size {
  font-size: 40px;
}

.community-btn-size {
  height: 46px;
  width: 107px;
}

.myt-grid {
  display: grid;
  grid-template-columns: 1fr repeat(3, 2fr) 1fr;
  grid-template-rows: 30px 90px 50px 80px 70px 90px 50px;
  gap: 25px;
}

.myt-1 {
  grid-column: 1/2;
  grid-row: 2/4;
}

.myt-2 {
  grid-column: 2/3;
  grid-row: 1/3;
}

.myt-3 {
  grid-column: 3/4;
  grid-row: 2/4;
}

.myt-4 {
  grid-column: 4/5;
  grid-row: 1/6;
}

.myt-5 {
  grid-column: 5/6;
  grid-row: 2/5;
}

.myt-6 {
  grid-column: 1/2;
  grid-row: 4/10;
}

.myt-7 {
  grid-column: 2/3;
  grid-row: 3/9;
}

.myt-8 {
  grid-column: 3/4;
  grid-row: 4/10;
}

.myt-9 {
  grid-column: 4/5;
  grid-row: 6/9;
}

.myt-10 {
  grid-column: 5/6;
  grid-row: 5/10;
}

@media only screen and (max-width: 768px) {
  .myt-grid {
    display: grid;
    grid-template-columns: 27% 40% 27.7%;
    grid-template-rows: 30px 150px 50px 250px 50px 150px 90px 130px 50px;
    gap: 20px;
  }

  .myt-grid div {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .myt-1 {
    grid-column: 1/2;
    grid-row: 2/4;
  }

  .myt-2 {
    grid-column: 2/3;
    grid-row: 1/3;
  }

  .myt-3 {
    grid-column: 3/4;
    grid-row: 2/4;
  }

  .myt-6 {
    grid-column: 1/2;
    grid-row: 4/6;
  }

  .myt-7 {
    grid-column: 2/3;
    grid-row: 3/5;
  }

  .myt-8 {
    grid-column: 3/4;
    grid-row: 4/6;
  }

  .myt-4 {
    grid-column: 1/2;
    grid-row: 6/9;
  }

  .myt-9 {
    grid-column: 2/3;
    grid-row: 5/7;
  }

  .myt-5 {
    grid-column: 3/4;
    grid-row: 6/8;
  }

  .myt-10 {
    grid-column: 2/3;
    grid-row: 7/10;
  }
}

@media only screen and (max-width: 425px) {
  .myt-grid {
    grid-template-columns: 27% 38% 28%;
    grid-template-rows: 30px 100px 50px 150px 50px 80px 70px 60px 10px;
    grid-gap: 15px;
  }
  .myt-grid div {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 375px) {
  .myt-grid {
    grid-template-columns: 27% 36.5% 28%;
    grid-gap: 12px;
  }
}

@media only screen and (max-width: 320px) {
  .myt-grid {
    grid-template-columns: 28% 36% 29%;
    grid-gap: 10px;
  }
}

.right-position-corner {
  right: 23.5%;
}

.corner-popup::after {
  content: '';
  position: absolute;
  top: calc(50% - -50%);
  /* left: calc(50% - 156px); */
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #321a50;
  border-left: 15px solid transparent;
}

#navbar {
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

.moblileHeaderMenu {
  height: calc(100vh - 180px);
  overflow-y: scroll;
}

.mobile-scroll {
  width: calc(100vw - 20px);
}

.groupClassesCard:last-child {
  margin-right: 25px;
}
@media (min-width: 841px) {
  .groupClassesCard:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 767px) {
  .hero-img {
    right: -20% !important;
  }
}

.video_height {
  height: 42rem;
}
.video_blog_height {
  height: 25rem;
}

@media (min-width: 1500px) {
  .align-css {
    padding-left: calc(100% - 75%) !important;
  }
}
@media (max-width: 600px) {
  .video_height {
    height: 40vh;
  }
  .video_blog_height {
    height: 100%;
  }

  .scroll-mobile-congratulation {
    height: calc(100vh - 130px);
    overflow-y: scroll;
  }
}

@media (max-width: 420px) {
  .pricin-popup-select {
    height: calc(100vh - 240px);
    overflow-y: scroll;
  }
}

@media (max-width: 400px) {
  .downGradePopup {
    overflow-y: scroll;
    height: calc(100vh - 100px);
  }
}

.fontFamilyQuincy {
  font-family: 'Quincy';
}

.bg-bgBlueIcon {
  background: #321a50;
}

.bg-press-img {
  background-image: url(https://images.myyogateacher.com/web_images/bg-press.jpg);
}

.scroll-cancel-modal {
  overflow-y: scroll;
  height: calc(100vh - 280px);
}

.scroll-cancel-membership {
  overflow-y: scroll;
  height: calc(100vh - 195px);
}

/* scroll bar css */

body::-webkit-scrollbar {
  width: 8px;
  background: rgba(228, 228, 228, 0.747);
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(228, 228, 228, 0.747);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(104, 104, 104, 0.4);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #bdbdbd;
}

.signUpContainer {
  margin-top: 6rem;
  overflow-y: scroll;
  scroll-behavior: smooth;
  height: calc(100vh - 110px);
}

.stepLine {
  position: absolute;
  top: 10px;
  left: 92px;
  width: 8.5rem;
}

.stepLine2 {
  position: absolute;
  top: 10px;
  right: 5.3rem;
  width: 9rem;
}

/* default checkbox */

.checkbox {
  /* width: 100%; */
  /* margin: 15px 0; */
  position: relative;
  display: block;
}

.checkbox input[type='checkbox'] {
  /* width: auto; */
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox label {
  position: relative;
}
.checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 22px;
  transition: transform 0.28s ease;
  /* border-radius: 3px;
    border: 2px solid #7bbe72; */
  border: 1px solid #e7e7e7;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  border-radius: 6px;
}

.goalsLabelCard:hover {
  background-color: #fff3eb;
}

.goalsLabelCard:hover .checkbox label::before {
  border: 2px solid #ee731b;
}
.goalsLabelCard:hover .goalsLabelText {
  color: #ee731b;
}

.goalsLabelCardSel {
  background-color: #fff3eb;
}

.goalsLabelCardSel .goalsLabelText {
  color: #ee731b;
}

.checkBoxHover:hover .checkbox label::before {
  border: 2px solid #ee731b;
}

.checkBoxHover:hover .timeSlotGroupClass {
  color: #ee731b;
}

.checkbox label:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M12.092 1.72754L5.09197 8.72754L1.91016 5.54572' stroke='%23EE731B' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round'/%3E%3C/svg%3E");
  display: none;
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 2px;
  left: 8px;
}
.checkbox input[type='checkbox']:checked ~ label::before {
  color: #ee731b;
  border: 2px solid #ee731b;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  border-radius: 6px;
  background-color: #fff;
}

.checkbox input[type='checkbox']:checked ~ label::after {
  display: block;
}

.checkbox label {
  min-height: 30px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: sub;
}
.checkbox label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.checkbox input[type='checkbox']:focus + label::before {
  outline: 0;
}

/* diable Checkbox */

.diableCheckbox {
  /* width: 100%; */
  /* margin: 15px 0; */
  position: relative;
  display: block;
}

.diableCheckbox input[type='checkbox'] {
  /* width: auto; */
  opacity: 0.00000001;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.diableCheckbox label {
  position: relative;
}
.diableCheckbox label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 22px;
  height: 23px;
  transition: transform 0.28s ease;
  /* border-radius: 3px;
    border: 2px solid #7bbe72; */
  border: none;
  background-color: #f0f0f0;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 6px;
}

.diableCheckbox label {
  min-height: 30px;
  display: block;
  padding-left: 40px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  vertical-align: sub;
}
.diableCheckbox label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* css code for radio button */

/* .custom_radio{
    margin: 20px;
 } */
.custom_radio input[type='radio'] {
  display: none;
}
.custom_radio input[type='radio'] + label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  margin-right: 1em;
  cursor: pointer;
  /* line-height: 1em; */
  transition: all 0.3s ease-in-out;
}
.custom_radio input[type='radio'] + label:before,
.custom_radio input[type='radio'] + label:after {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  color: white;
  font-family: Times;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.custom_radio input[type='radio'] + label:before {
  transition: all 0.3s ease;
  /* box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white; */
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  margin-bottom: 0px !important;
}
.custom_radio input[type='radio'] + label:hover:before {
  transition: all 0.2s ease;
  border: 2px solid #ee731b;
}
.custom_radio input[type='radio']:checked + label:before {
  transition: all 0.3s ease;
  box-shadow:
    inset 0 0 0 0.4em white,
    inset 0 0 0 1em #ee731b;
  border: 2px solid #ee731b;
}

.bridgeOption:hover {
  background-color: #fff3eb;
}

.bridgeOption:hover .bridgeLabelText {
  color: #ee731b;
}

.bridgeOption:hover .custom_radio input[type='radio'] + label:before {
  border: 2px solid #ee731b;
  transition: all 0.2s ease;
}

.experienceLevel:hover {
  background-color: #fff3eb;
}

.experienceLevel:hover .experienceLevelText {
  color: #ee731b;
}
.experienceLevel:hover .experienceLevelTextSub {
  color: #af8668;
}

.experienceLevel:hover .custom_radio input[type='radio'] + label:before {
  border: 2px solid #ee731b;
  transition: all 0.2s ease;
}

.goalPriority:hover {
  background-color: #fff3eb;
}

.goalPriority:hover .goalPriorityText {
  color: #ee731b;
}

.goalPriority:hover .custom_radio input[type='radio'] + label:before {
  border: 2px solid #ee731b;
  transition: all 0.2s ease;
}

/* onboarding flow css */

/* css for onboarding signup page */

.onboardingSignUpContainerSection {
  width: calc(100% - 500px);
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .onboardingSignUpContainerSection {
    width: calc(100% - 350px);
  }
}

@media (max-width: 1023px) {
  .onboardingSignUpContainerSection {
    width: 100%;
  }
}

.genderRadio:first-child {
  padding-left: 0;
}

/* .container{
  width: 100%;
  height: 40px;
  position: relative;
  color: black;
  background: red;
} 
  
.star-widget{
  font-size: 40px;
}
.star-widget:hover {
  .full {
    color: $color-hover;
  }
}
.star-item{

}
  color $color-gray
  cursor pointer
  padding 1px
  box-sizing border-box
  &.full 
    transition 0.25s all
    color $color-yellow */

.leftStepLine {
  width: 109px;
  border-width: 2px;
  margin-top: -18px;
  margin-left: -33px;
  margin-right: -41px;
}
.rightStepLine {
  width: 109px;
  border-width: 2px;
  margin-top: -18px;
  margin-left: -41px;
  margin-right: -19px;
}

@media (max-width: 766px) {
  .leftStepLine {
    margin-top: -20px;
    width: 90%;
  }
  .rightStepLine {
    margin-top: -20px;
    width: 90%;
  }
}

/* @media (max-width: 384px) {
    .leftStepLine {
        margin-top: -27px;
    }
    .rightStepLine {
        margin-top: -27px;
    }
} */

.flagDropDown {
  width: 130px;
  padding-left: 14px;
  padding-right: 14px;
  height: 2.63rem;
  position: absolute;
  top: 2px;
  left: 2px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #f1f1f1;
}

.searchIconPopup {
  width: 3.5rem;
  height: 2.63rem;
  position: absolute;
  top: 2px;
  right: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.flagSection {
  height: calc(50vh - 240px);
  overflow-y: scroll;
  margin-top: 20px;
}

.securityOtpCountDrop {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  border-top-right-radius: 0;
  transform: rotate(135deg);
  float: left;
  margin-bottom: 15px;
  margin-left: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.securityOtpCountDrop > .calc {
  transform: rotate(223deg);
  font-size: 13px;
  margin-top: -5px;
  margin-right: -4px;
}

.rightArrow {
  transform: rotate(271deg);
}

/* toggle switch */

.cust-tog-swi {
  position: relative;
  display: inline-block;
  width: 66px;
  height: 34px;
}

.cust-tog-swi input {
  display: none;
}

.cust-tog-swi input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.cust-tog-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  transition: 0.4s;
  border-radius: 34px;
}

.cust-tog-slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.cust-tog-swi input:checked + .cust-tog-slider {
  background-color: #2ab934;
}

.cust-tog-swi input:checked + .cust-tog-slider:before {
  transform: translateX(33px);
}

/*------ ADDED CSS ---------*/
.cust-tog-slider:after {
  content: 'No';
  color: #17153a;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 70%;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  opacity: 0.5;
}

.cust-tog-swi input:checked + .cust-tog-slider:after {
  content: 'Yes';
  left: 30%;
  color: #fff;
  opacity: 1;
}

.progress_bar_main_div {
  max-width: 370px;
  border-width: 1px;
  border-style: solid;
  border-color: #30ca77;
  display: flex;
  flex-direction: row;
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
}

@media (max-width: 420px) {
  .progress_bar_main_div {
    min-width: 250px;
  }
}

/* changes from the production branch */

.nav-shadow {
  box-shadow: 0px 2px 4px rgb(188 188 188 / 12%);
}

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip-trigger {
  display: inline-block;
  /* text-decoration: underline; */
}

.tooltip-bubble {
  min-width: 304px;
  max-width: 400px;
  position: absolute;
  z-index: 10;
}
.tooltip-bubble::after {
  content: '';
  position: absolute;
}

.tooltip-top {
  bottom: 100%;
  left: 50%;
  padding-bottom: 9px;
  transform: translateX(-50%);
}

.tooltip-top::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #1e1229;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 425px) {
  .tooltip-top {
    /* display: none; */
    right: 0px;
  }
}

.tooltip-bottom {
  top: 100%;
  left: 50%;
  padding-top: 9px;
  transform: translateX(-50%);
}
.tooltip-bottom::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #1e1229;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip-left {
  top: 50%;
  right: 100%;
  padding-right: 9px;
  transform: translateY(-50%);
}
.tooltip-left::after {
  border-left: 9px solid #1e1229;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.tooltip-right {
  top: 50%;
  left: 100%;
  padding-left: 9px;
  transform: translateY(-50%);
}
.tooltip-right::after {
  border-right: 9px solid #1e1229;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tooltip-message {
  /* background: rgba(0,0,0,.7); */
  /* filter: drop-shadow(0px 1px 1.8px rgba(0, 0, 0, 0.65)); */
  background: #1e1229;
  box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  font-family: inter;
  line-height: 1.4;
  padding: 15px;
  text-align: center;
}

/* tooltip media query */

@media (max-width: 1024px) {
  .tooltip-top {
    transform: translateX(-88%);
  }
  .tooltip-top::after {
    transform: translateX(6rem);
  }
}

.header-home-icon:hover {
  filter: brightness(0.1);
}

.group-heading-height {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: table;
}

.group-heading-height span {
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.day-slot-height {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.header-svg:hover svg path {
  stroke: #000;
}

.header-svg:hover a {
  color: #000;
}

.header-svg-active svg path,
.header-svg-active a {
  stroke: #000000;
  color: #000000;
}

.chat-svg:hover svg path {
  stroke: #ee731b;
}

.navDropDownItem:hover div svg path {
  stroke: #ee731b;
}

.navDropDownItem:hover div.see-all-link-dashboard svg path,
.chat-svg:hover div.see-all-link-dashboard svg path {
  stroke: #7d4ac3;
}
.navDropDownItem:hover div.see-all-link-dashboard:hover svg path,
.chat-svg:hover div.see-all-link-dashboard:hover svg path {
  stroke: #ada6f9;
}

.navDropDownItem:hover,
.navDropDownItem a:hover {
  color: #ee731b;
}

.booking-btn {
  background-color: #ee731b;
}

.workshop-image-filter {
  filter: brightness(65%);
}

.booking-btn-hover:hover svg path {
  stroke: #ee731b;
}

.bg-error {
  background-color: #fff1f1;
}

.error-text-size {
  font-size: 13.5px;
  color: #ff3131;
}

.search-focus input[type='text'] {
  width: 50px;
  /* font-size: 50px; */
  transition: width 0.35s ease-in-out;
}

.search-focus input[type='text']:focus {
  width: 180px;
  height: 40px;
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 0 10px;
}

.popup-radius {
  border-radius: 10px;
}

.bg-mytMembershipBannerImg {
  background-image: url('https://images.myyogateacher.com/web_images/web_prod/membership_banner_bg_1.png');
}

.cencel-btn-poup-size {
  width: 253px;
  height: 100px;
}

.class-btn-size {
  font-size: 15.5px;
}

.cencel-poup-positioning {
  top: 80%;
}

@media (max-width: 1440px) {
  .cencel-poup-positioning {
    position: absolute;
    top: 360px;
    /* right: 12%; */
  }
}

@media (max-width: 1024px) {
  .cencel-poup-positioning {
    position: absolute;
    top: 45%;
    right: 12%;
  }
}

@media (max-width: 768px) {
  .cencel-poup-positioning {
    position: absolute;
    top: 59%;
    right: 8%;
  }
}

@media (max-width: 425px) {
  .cencel-poup-positioning {
    position: absolute;
    top: 57%;
    right: 10%;
  }
}

@media (max-width: 375px) {
  .cencel-poup-positioning {
    position: absolute;
    top: 57%;
    right: 12%;
  }
}

@media (max-width: 320px) {
  .cencel-poup-positioning {
    position: absolute;
    top: 60%;
    right: 12%;
  }
}

.cencel-poup-positioning {
  position: absolute;
  top: 45%;
}

/* for demo only */

@media (max-width: 639px) {
  .breadcrumb-dis {
    position: absolute;
    bottom: -35px;
    background: #fff;
    width: 100%;
    left: 0;
    height: 35px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
  }
}

/* react tooltip css */

.__react_component_tooltip.show {
  opacity: unset !important;
}
.__react_component_tooltip {
  font-size: 13.5px !important;
  font-weight: 500;
  padding: 15px !important;
  text-align: center;
  line-height: 1.4;
  font-family: inter;
  color: #fff !important;
  border-radius: 6px !important;
}

.defaultDatePicker {
  position: relative;
}

.defaultDatePicker input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}

input[type='date']::-webkit-calendar-picker-indicator {
  width: auto;
  height: auto;
  background: transparent;
  color: transparent;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  outline: none;
}

input[type='date']::-webkit-calendar-picker-indicator:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
input[type='date']::-webkit-calendar-picker-indicator:visited {
  outline: none;
  border: none;
  box-shadow: none;
}

.chat-count-size {
  font-size: 12.5px;
}

body::-webkit-scrollbar {
  width: 8px;
  background: rgba(228, 228, 228, 0.747);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(104, 104, 104, 0.4);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  background: rgba(148, 148, 148, 0.8);
}

.flagDropDown {
  width: 9rem;
  padding-left: 14px;
  padding-right: 14px;
  height: 2.63rem;
  position: absolute;
  top: 2px;
  left: 2px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #f1f1f1;
}

.searchIconPopup {
  width: 3.5rem;
  height: 2.63rem;
  position: absolute;
  top: 2px;
  right: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.flagSection {
  height: calc(50vh - 240px);
  overflow-y: scroll;
  margin-top: 20px;
}

.securityOtpCountDrop {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  border-top-right-radius: 0;
  transform: rotate(135deg);
  float: left;
  margin-bottom: 15px;
  margin-left: 10px;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
}

.securityOtpCountDrop > .calc {
  transform: rotate(223deg);
  font-size: 13px;
  margin-top: -5px;
  margin-right: -4px;
}
.chat-count-bg {
  background-color: #ff3131;
  border-radius: 40px;
  width: 23px;
  height: 19px;
}

.onboardingSignupContainer:last-child {
  margin-bottom: 0;
}
.teacherCertificate:last-child {
  margin-bottom: 0;
}

.flt-left-arr-2 {
  left: 15% !important;
  top: 50% !important;
}
.flt-right-arr-2 {
  right: 15% !important;
  top: 50% !important;
}

@media only screen and (min-width: 0px) and (max-width: 900px) {
  .flt-left-arr-2 {
    left: 10px !important;
  }
  .flt-right-arr-2 {
    right: 10px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1300px) {
  .flt-left-arr-2 {
    left: 6% !important;
  }
  .flt-right-arr-2 {
    right: 6% !important;
  }
}

.questionIconBootCamp {
  /* font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border-radius: 50%;
    background: #999999;
    cursor: pointer;
    color: #fff; */
  background-image: url(https://images.myyogateacher.com/web_images/questionMark.svg);
}

.ellipsisDots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* css for goals popup last child */

.lastLessMargin:last-child {
  margin-bottom: 0;
}

.conform-booking-popup-img-section {
  border-radius: 8px 8px 0 0;
  height: 200px;
  width: 100%;
  filter: brightness(65%);
}

@media (min-width: 1500px) {
  .conform-booking-popup-img-section {
    height: auto;
  }
}

.btn-height {
  height: 60px;
}

@media (max-width: 425px) {
  .btn-height {
    height: 49px;
  }
}

.upComingClassesInnerContainer {
  width: 100%;
}
@media (max-width: 767px) {
  .upComingClasses {
    width: 100%;
  }
  .upComingClassesInnerContainer {
    width: 100%;
  }
  .slotContainer {
    padding-bottom: 22%;
  }
  .slotContainerSection {
    padding-bottom: 107px;
  }
}

.formInputMessage:focus {
  border: 2px solid #321a50;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 4px rgba(104, 53, 158, 0.2);
  border-radius: 7px;
}

.confirm-btn {
  height: 49px;
}

.line-height-card {
  line-height: 26px;
}
@media (max-width: 500px) {
  .timeBtnActive {
    padding: 9.5px 12px;
  }
  .timeBtn {
    padding: 9.5px 12px;
  }
}

@media (max-width: 402px) {
  .genderRadioCustom:last-child {
    padding-left: 0;
  }
}

.z-none {
  z-index: 0 !important;
}

.genderRadioCustom {
  padding-bottom: 1rem;
}

.popupOverFlowContainer {
  overflow-y: scroll;
  max-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.price-color {
  color: #333333;
}

.bg-trial {
  background-color: #ee2a7b;
  padding: 3px 5px;
}

.bg-opacity {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .bootcamp-desc-height > span {
    height: 34px;
  }
}

#groupClassSidebar {
  position: fixed;
  right: 0px;
  transform: translate(0%, 0);
  animation-delay: 0s; /* instead of 1 sec */
  animation-play-state: running;
  animation-iteration-count: 1;
  animation-duration: 1s; /* instead of 5 sec */
  animation-name: groupClassSidebarAnimation;

  opacity: 1; /* fade-in effect */
}

@keyframes groupClassSidebarAnimation {
  from {
    transform: translate(200%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0%, 0);
    opacity: 1;
  }
}

.formInputMessage {
  /* width: 356px; */
  height: 100px;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(188, 188, 188, 0.2);
  padding: 8px;
  color: #777777;
}

.confimation-height {
  height: 622px;
}

.style-line {
  border-left: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  width: 25px;
  height: 80px;
  border-radius: 0 0 0 15px;
  position: absolute;
  left: -33px;
  top: -215%;
  z-index: -1;
}

.style-line-reason {
  border-left: 2px solid #d9d9d9;
  border-bottom: 2px solid #d9d9d9;
  width: 25px;
  height: 80px;
  border-radius: 0 0 0 15px;
  position: absolute;
  left: 10px;
  top: -40%;
  z-index: -1;
}

.bootcamp-recommendation-imgsize {
  width: 264px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .bootcamp-recommendation-imgsize {
    width: 100%;
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.leading-height {
  line-height: 70px;
}
/* welcome page css */

@media only screen and (min-width: 350px) and (max-width: 380px) {
  .welcomeTextContent {
    padding-right: 2rem;
  }
}

.privacyTable > table,
td,
th {
  /* border: 1px solid #ddd; */
  text-align: left;
}

.privacyTable > table {
  /* border-collapse: collapse; */
  width: 100%;
}

.privacyTable > table > tr > th {
  padding: 15px;
}

.privacyTable > table > tr > td {
  padding: 15px;
}

.bg-ScheduledPopup {
  background-image: linear-gradient(#11111175, #11111175),
    url(https://cloudimages.myyogateacher.com/dgerdfai4/image/upload/f_auto,q_70,w_792,h_420,g_auto,c_fill/v1635831198/workshops/gldnhtjax1n9qsors1ju.png);
}

.gift-bg-size {
  width: 60px;
  height: 60px;
}

.arrow-down {
  background-color: rgb(32, 31, 31);
}

.arrow-down::after {
  content: '';
  position: absolute;
  top: 35%;
  right: -25%;
  /* margin-left: -5px; */
  border: 10px solid transparent;
  border-top-color: rgb(32, 31, 31);
  border-radius: 2px;
}

.profile-arrow-down {
  background-color: rgb(32, 31, 31);
}

.profile-arrow-down::after {
  content: '';
  position: absolute;
  top: 30%;
  right: -35%;
  /* margin-left: -5px; */
  border: 10px solid transparent;
  border-top-color: rgb(32, 31, 31);
  border-radius: 2px;
}

.consultScreenLoader {
  height: calc(100vh - 342px);
}

.custom-cta-title-class u {
  text-decoration: underline !important;
}

.custom-cta-description-class u {
  text-decoration: underline !important;
}

.custom-cta-title-class p {
  color: white !important;
}
.custom-cta-description-class p {
  color: #d6d6d6 !important;
}
.custom-cta-link-text-class {
  color: white !important;
}

.custom-description-taxonomy-class > p {
  color: #8f5d36;
  font-weight: 500;
}

.custom-faq-answer-taxonomy-class > p {
  font-size: 15px;
  font-weight: 400;
  color: #757575;
  padding-bottom: 16px;
  line-height: 30px;
}

.taxonomyShadowborder {
  border: 1px solid #ffe3cf;
  box-sizing: 0px 2px 4px rgba(188, 188, 188, 0.12);
}

.groupYoga-heading-height {
  /* height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: table; */
  height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.tag-content ul {
  list-style: disc;
}

.text-mytgrey-lite {
  --tw-text-opacity: 1;
  color: rgba(117, 117, 117, var(--tw-text-opacity));
}

.profileBg {
  /* background-image: url(https://cloudimages.myyogateacher.com/dgerdfai4/image/upload/v1658831056/website/images/Pic_2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; */
}

.whiteGradiant {
  background-image: linear-gradient(0deg, #f9f9f9 45.38%, rgba(249, 249, 249, 0) 76.89%);
}

.text-myt-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  width: 264px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 768px) {

  .md\:container {
    width: 100%;
  }

  @media (min-width: 1px) {

    .md\:container {
      max-width: 1px;
    }
  }

  @media (min-width: 575px) {

    .md\:container {
      max-width: 575px;
    }
  }

  @media (min-width: 640px) {

    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 720px) {

    .md\:container {
      max-width: 720px;
    }
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 840px) {

    .md\:container {
      max-width: 840px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .md\:container {
      max-width: 1536px;
    }
  }
}

.hover\:bg-mytgrey-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#EE731B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity, 1));
}

.hover\:text-mytblack:hover {
  --tw-text-opacity: 1;
  color: rgb(56 65 105 / var(--tw-text-opacity, 1));
}

.hover\:text-mytgrey-lite:hover {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.hover\:text-mytorange-default:hover {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(238 115 27 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 768px) {

  .max-md\:mt-10 {
    margin-top: 2.5rem;
  }

  .max-md\:max-w-full {
    max-width: 100%;
  }

  .max-md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1px) {

  .zm\:fixed {
    position: fixed;
  }

  .zm\:left-0 {
    left: 0px;
  }

  .zm\:right-0 {
    right: 0px;
  }

  .zm\:top-0 {
    top: 0px;
  }

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

  .zm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .zm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .zm\:-mt-1 {
    margin-top: -0.25rem;
  }

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

  .zm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .zm\:mb-15px {
    margin-bottom: 0.9375rem;
  }

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

  .zm\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .zm\:mb-25px {
    margin-bottom: 1.5625rem;
  }

  .zm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .zm\:mb-30px {
    margin-bottom: 1.875rem;
  }

  .zm\:mb-4 {
    margin-bottom: 1rem;
  }

  .zm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .zm\:mb-5px {
    margin-bottom: 0.313rem;
  }

  .zm\:mb-8 {
    margin-bottom: 2rem;
  }

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

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

  .zm\:ml-25px {
    margin-left: 1.5625rem;
  }

  .zm\:mr-0 {
    margin-right: 0px;
  }

  .zm\:mr-15px {
    margin-right: 0.9375rem;
  }

  .zm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .zm\:mr-3 {
    margin-right: 0.75rem;
  }

  .zm\:mt-2 {
    margin-top: 0.5rem;
  }

  .zm\:mt-20px {
    margin-top: 1.25rem;
  }

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

  .zm\:mt-8 {
    margin-top: 2rem;
  }

  .zm\:block {
    display: block;
  }

  .zm\:flex {
    display: flex;
  }

  .zm\:hidden {
    display: none;
  }

  .zm\:h-16 {
    height: 4rem;
  }

  .zm\:h-20 {
    height: 5rem;
  }

  .zm\:h-60 {
    height: 15rem;
  }

  .zm\:h-full {
    height: 100%;
  }

  .zm\:w-1\/2 {
    width: 50%;
  }

  .zm\:w-10 {
    width: 2.5rem;
  }

  .zm\:w-20 {
    width: 5rem;
  }

  .zm\:w-200px {
    width: 12.5rem;
  }

  .zm\:w-228px {
    width: 14.25rem;
  }

  .zm\:w-full {
    width: 100%;
  }

  .zm\:w-mobileScreen {
    width: calc(100vw - 20px);;
  }

  .zm\:w-screen {
    width: 100vw;
  }

  .zm\:min-w-sm_ninety {
    min-width: 90%;
  }

  .zm\:max-w-840px {
    max-width: 52.5rem;
  }

  .zm\:flex-row {
    flex-direction: row;
  }

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

  .zm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .zm\:items-baseline {
    align-items: baseline;
  }

  .zm\:justify-start {
    justify-content: flex-start;
  }

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

  .zm\:overflow-scroll {
    overflow: scroll;
  }

  .zm\:overflow-x-auto {
    overflow-x: auto;
  }

  .zm\:bg-mytHeaderBg {
    background-color: rgba(63, 69, 107, 0.5);
  }

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

  .zm\:p-5 {
    padding: 1.25rem;
  }

  .zm\:p-6 {
    padding: 1.5rem;
  }

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

  .zm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .zm\:px-25px {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

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

  .zm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .zm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .zm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

  .zm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .zm\:py-50px {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .zm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .zm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .zm\:pb-4 {
    padding-bottom: 1rem;
  }

  .zm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .zm\:pb-50px {
    padding-bottom: 3.125rem;
  }

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

  .zm\:pl-10 {
    padding-left: 2.5rem;
  }

  .zm\:pl-25px {
    padding-left: 1.5625rem;
  }

  .zm\:pl-5 {
    padding-left: 1.25rem;
  }

  .zm\:pl-7 {
    padding-left: 1.75rem;
  }

  .zm\:pr-10 {
    padding-right: 2.5rem;
  }

  .zm\:pr-25px {
    padding-right: 1.5625rem;
  }

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

  .zm\:pt-10 {
    padding-top: 2.5rem;
  }

  .zm\:pt-16 {
    padding-top: 4rem;
  }

  .zm\:pt-2 {
    padding-top: 0.5rem;
  }

  .zm\:pt-25px {
    padding-top: 1.5625rem;
  }

  .zm\:pt-50px {
    padding-top: 3.125rem;
  }

  .zm\:pt-8 {
    padding-top: 2rem;
  }

  .zm\:pt-96px {
    padding-top: 5.875rem;
  }

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

  .zm\:text-12\.5 {
    font-size: 0.781rem;
    line-height: 1;
  }

  .zm\:text-13 {
    font-size: 0.8125rem;
    line-height: 1.25;
  }

  .zm\:text-14\.5 {
    font-size: 0.90625rem;
    line-height: 1;
  }

  .zm\:text-14px {
    font-size: 0.875rem;
    line-height: 1.059;
  }

  .zm\:text-15 {
    font-size: 0.9375rem;
    line-height: 1;
  }

  .zm\:text-15px {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .zm\:text-16px {
    font-size: 1rem;
    line-height: 1;
  }

  .zm\:text-19px {
    font-size: 1.1875rem;
    line-height: 1;
  }

  .zm\:text-20px {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .zm\:text-27 {
    font-size: 1.6875rem;
    line-height: 1.375;
  }

  .zm\:text-42px {
    font-size: 2.625rem;
  }

  .zm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .zm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .zm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .zm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .zm\:leading-33px {
    line-height: 2.063rem;
  }

  .zm\:leading-6 {
    line-height: 1.5rem;
  }

  .zm\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 640px) {

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-88 {
    height: 5.5rem;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-264px {
    width: 16.5rem;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-585px {
    width: 36.563rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:min-w-auto {
    min-width: auto;
  }

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

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

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:pb-13px {
    padding-bottom: 0.813rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

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

  .sm\:pt-3\.5 {
    padding-top: 0.875rem;
  }

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

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

  .sm\:text-justify {
    text-align: justify;
  }

  .sm\:text-15px {
    font-size: 0.9375rem;
    line-height: 1.5;
  }

  .sm\:text-17px {
    font-size: 1.0625rem;
    line-height: 1;
  }

  .sm\:text-20px {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 720px) {

  .msd\:flex {
    display: flex;
  }

  .msd\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

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

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

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

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mb-50px {
    margin-bottom: 3.125rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

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

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

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

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-200px {
    margin-top: 12.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-303px {
    height: 18.938rem;
  }

  .md\:h-50 {
    height: 12.5rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-264px {
    width: 16.5rem;
  }

  .md\:w-492px {
    width: 30.75rem;
  }

  .md\:w-50 {
    width: 12.5rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-840px {
    width: 840px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-5\.5xl {
    max-width: 68rem;
  }

  .md\:list-inside {
    list-style-position: inside;
  }

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

  .md\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:self-end {
    align-self: flex-end;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:bg-mytTeamBg {
    background-image: url('https://cloudimages.myyogateacher.com/dgerdfai4/image/upload/v1662441552/Vector.png');
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-50px {
    padding-left: 3.125rem;
  }

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-50px {
    padding-right: 3.125rem;
  }

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

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

  .md\:pt-88px {
    padding-top: 5.5rem;
  }

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

  .md\:text-15\.5 {
    font-size: 0.96875rem;
    line-height: 1;
  }

  .md\:text-17 {
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-30px {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .md\:text-40px {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:leading-18px {
    line-height: 1.125rem;
  }

  .md\:leading-48px {
    line-height: 3rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 840px) {

  .midTable\:ml-0 {
    margin-left: 0px;
  }

  .midTable\:w-840px {
    width: 840px;
  }

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

  .midTable\:pl-0 {
    padding-left: 0px;
  }

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

@media (min-width: 1024px) {

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

  .lg\:mb-100px {
    margin-bottom: 6.25rem;
  }

  .lg\:mb-15px {
    margin-bottom: 0.9375rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-25px {
    margin-bottom: 1.5625rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:mb-30px {
    margin-bottom: 1.875rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-70px {
    margin-bottom: 4.375rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-100px {
    margin-right: 6.25rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-303px {
    height: 18.938rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:w-148px {
    width: 9.25rem;
  }

  .lg\:w-264px {
    width: 16.5rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-68\.75rem {
    width: 68.75rem;
  }

  .lg\:w-840px {
    width: 840px;
  }

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-unset {
    width: unset;
  }

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

  .lg\:flex-row {
    flex-direction: row;
  }

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

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

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:p-25px {
    padding: 1.5625rem;
  }

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

  .lg\:px-13 {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-60px {
    padding-bottom: 60px;
  }

  .lg\:pb-70px {
    padding-bottom: 4.375rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-30px {
    padding-left: 1.875rem;
  }

  .lg\:pl-50px {
    padding-left: 3.125rem;
  }

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

  .lg\:pr-50px {
    padding-right: 3.125rem;
  }

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

  .lg\:pt-150px {
    padding-top: 9.375rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-60px {
    padding-top: 60px;
  }

  .lg\:pt-70px {
    padding-top: 4.375rem;
  }

  .lg\:pt-71px {
    padding-top: 4.4375rem;
  }

  .lg\:text-18px {
    font-size: 1.125rem;
    line-height: 1;
  }

  .lg\:text-21 {
    font-size: 1.3125rem;
    line-height: 1;
  }

  .lg\:text-22 {
    font-size: 1.375rem;
    line-height: 1;
  }

  .lg\:text-30px {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  .lg\:text-40px {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .lg\:text-56px {
    font-size: 3.5rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:leading-48px {
    line-height: 3rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:text-13\.5 {
    font-size: 0.84375rem;
    line-height: 1.25;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-2\/12 {
    width: 16.666667%;
  }
}
.mytGoalAntiGoalOrangeText > p {
  color: #8f5d36;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}

.benifitDisc > p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #757575;
}

.benifitDisc > ul > li {
  list-style: disc;
  margin-left: 1.5rem;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
}

.practice > p {
  color: #000000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.yogaPoses > p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.yogaPoses > h2 {
  font-weight: 700px;
  font-size: 17px;
  line-height: 28px;
}

.yogaPoses > ol > li {
  list-style: decimal;
  margin-left: 1.5rem;
  color: #757575;
  font-size: 17px;
  line-height: 28px;
}

@media screen and (max-width: 600px) {
  .mytGoalAntiGoalOrangeText > p {
    color: #8f5d36;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}
.segmentOrangeText > h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #ee731b;
}

.segmentOrangeText > p {
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 30px;
  color: #8f5d36;
}

.segmentBenifits > h2 {
  font-size: 17px;
  font-weight: 700px;
  line-height: 28px;
}

.segmentBenifits > p {
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 28px;
  color: #757575;
  margin-bottom: 30px;
}

.segmentBenifits > ul > li {
  list-style-type: disc;
  margin-left: 1.5rem;
  color: #757575;
  font-size: 17px;
  line-height: 28px;
}

.segmentBenifits > ul > li > div {
  color: #000000;
}

.tipsInner > h2 {
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
}

.tipsInner > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #757575;
}

.detailDescription > p:first-child {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 30px;
}

.detailDescription > p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

.segment-pose > p {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  color: #555555;
}

.detailDescription > h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.segment-pose > h3 {
  font-size: 22px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 800;
}

.detailDescription > ol > li {
  list-style: decimal;
  margin-left: 1.5rem;
  color: #757575;
  font-size: 17px;
  line-height: 28px;
}

@media screen and (max-width: 600px) {
  .segmentOrangeText > h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ee731b;
  }

  .segmentOrangeText > p {
    font-size: 16px;
    font-weight: 400px !important;
    line-height: 24px;
    color: #8f5d36;
  }

  .segmentBenifits > p {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 23px;
    color: #757575;
    margin-bottom: 20px;
  }

  .segmentBenifits > ul > li {
    list-style-type: disc;
    margin-left: 1.5rem;
    color: #757575;
    font-size: 15px;
    line-height: 24px;
  }

  .tipsInner > h2 {
    font-size: 16px;
    line-height: 28px;
  }

  .tipsInner > p {
    font-size: 15px;
    line-height: 24px;
  }

  .detailDescription > p:first-child {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .segment-pose > p {
    font-size: 15px;
    line-height: 24px;
  }

  .detailDescription > p {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
  }

  .detailDescription > h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
  }
  .segment-pose > h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .detailDescription > ol > li {
    list-style: decimal;
    margin-left: 1.5rem;
    color: #757575;
    font-size: 15px;
    line-height: 24px;
  }
}



/* @font-face {
    font-family: 'Avenir';
    src: url('https://js.myyogateacher.com/fonts/c78eb7af-a1c8-4892-974b-52379646fef4.woff2') format('woff2'),
      url('https://js.myyogateacher.com/fonts/75b36c58-2a02-4057-a537-09af0832ae46.woff') format('woff');
  } */
.asanasOrangeText > img {
  width: 600px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.asanasOrangeText > p {
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 30px;
  color: #8f5d36;
}
.overviewInner > p:first-child {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 0;
}
.overviewInner > p {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}
.asana-name > p {
  margin-bottom: 0px;
}
.asana-name > p > strong {
  color: #000000 !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  line-height: 28px !important;
}
.overviewInner > h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
}
.overviewInner > ul > li {
  list-style: disc;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-left: 1.5rem;
  color: #000000;
}
.howToDoBody > p:first-child {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.howToDoBody > h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.howToDoBody > h3 > strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
.howToDoBody > p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
}
.howToDoBody > h4 > strong {
  color: #555555;
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
}
.howToDoBody > img {
  width: 600px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.howToDoBody > p > strong {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
}
.howToDoBody > ul > li {
  list-style: disc;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-left: 1.5rem;
  color: #000000;
  margin-bottom: 20px;
}
.howToDoBody > ul > li > div > p {
  color: #000000;
}
h4,
p,
ul,
h1,
h2,
h3,
h5 {
  font-family: 'inter';
}
.asanas-props > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
.modificationsAndProps > ul > li > div > p > strong {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
}
.modificationsAndProps > ul {
  list-style-type: disc;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-left: 1.5rem;
  color: #000000;
  margin-bottom: 20px;
}
.modificationsAndProps > p {
  color: #000000;
}
.modificationsAndProps > ul > li > div > p {
  font-weight: 400;
  color: #000000;
  font-size: 17px;
  line-height: 28px;
}
.modificationsAndProps > img {
  width: 600px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.modificationsAndProps > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
.variations-para > p {
  font-weight: 400;
  color: #000000;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 20px;
}
.variationsBody > p > strong {
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  color: #555555;
}
.variationsBody > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #757575;
  margin-bottom: 20px;
}
.variationsBody > img {
  width: 600px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.levelup > p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 20px;
}
.levelup > img {
  width: 600px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
.similarBody > p {
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
}
.similarBody > ol > li {
  list-style: decimal;
  margin-left: 1.5rem;
  color: #000000;
  font-size: 17px;
  line-height: 28px;
}
.similarBody > ol > li > div > p {
  color: #000000;
}
@media screen and (max-width: 600px) {
  .asanasOrangeText > img {
    width: unset;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }

  .asanasOrangeText > p {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    color: #8f5d36;
  }

  .overviewInner > p:first-child {
    font-size: 16px;
    margin-bottom: 0;
  }

  .overviewInner > p {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #757575;
  }

  .overviewInner > h5 {
    font-size: 16px;
  }

  .overviewInner > ul > li {
    font-size: 15px;
    line-height: 24px;
  }

  .howToDoBody > p:first-child {
    font-size: 15px;
    line-height: 24px;
  }

  .howToDoBody > h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 10px;
  }

  .howToDoBody > p:first-child {
    font-size: 15px;
    line-height: 24px;
  }

  .howToDoBody > h4 > strong {
    color: #555555;
    font-size: 15px;
    line-height: 24 px;
  }

  .howToDoBody > img {
    width: unset;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }

  .howToDoBody > p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .howToDoBody > p > strong {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
  }

  h4 {
    font-family: 'inter';
  }

  .asanas-props > p {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
  }

  .modificationsAndProps > ul > li > div > p > strong {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
  }

  .modificationsAndProps > ul {
    list-style-type: disc;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-left: 1.5rem;
    color: #000000;
    margin-bottom: 20px;
  }

  .modificationsAndProps > ul > li > div > p {
    font-weight: 400;
    color: #757575;
    font-size: 15px;
    line-height: 24px;
  }

  .modificationsAndProps > img {
    width: unset;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }

  .modificationsAndProps > p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
  }

  .variations-para > p {
    font-weight: 400;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .variationsBody > p > strong {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    color: #555555;
  }

  .variationsBody > p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #757575;
    margin-bottom: 20px;
  }

  .variationsBody > img {
    width: unset;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }

  .levelup > p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #757575;
    margin-bottom: 20px;
  }

  .levelup > img {
    width: unset;
    height: unset;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 10px;
  }

  .similarBody > p {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }

  .howToDoBody > h3 > strong {
    font-size: 18px;
  }
}
.about-me > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

.about-me > .text-orange > p {
  font-weight: 600;
  font-size: 16px;
  color: #ee731b;
  margin-bottom: 20px;
}

.education > ul > li {
  list-style-type: disc;
  color: #757575;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.about-us > p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

.read-more {
  position: relative;
}

.btn-read-more {
  position: absolute;
  right: 62px;
  top: 132px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .about-me > p {
    font-weight: 400;
    font-size: 14.5px;
    line-height: 22px;
    color: #757575;
  }

  .about-me > .text-orange > p {
    font-weight: 600;
    font-size: 14px;
    color: #ee731b;
    margin-bottom: 14px;
  }

  .education > ul > li {
    list-style-type: disc;
    color: #757575;
    font-size: 14.5px;
    line-height: 28px;
    font-weight: 400;
    margin-left: 20px;
  }

  .about-us > p {
    font-size: 14.5px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
  }

  .btn-read-more {
    position: absolute;
    right: 154px;
    top: 247px;
  }
}
.about-me > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
}

.about-me > .text-orange > p {
  font-weight: 600;
  font-size: 16px;
  color: #ee731b;
  margin-bottom: 20px;
}

.education > ul > li {
  list-style-type: disc;
  color: #757575;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

.about-us > p {
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
}

.team-about-me {
  position: relative;
}

.team-read-more {
  position: absolute;
  right: 108px;
  top: 89px;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .about-me > p {
    font-weight: 400;
    font-size: 14.5px;
    line-height: 22px;
    color: #757575;
  }

  .about-me > .text-orange > p {
    font-weight: 600;
    font-size: 14px;
    color: #ee731b;
    margin-bottom: 14px;
  }

  .education > ul > li {
    list-style-type: disc;
    color: #757575;
    font-size: 14.5px;
    line-height: 28px;
    font-weight: 400;
    margin-left: 20px;
  }

  .about-us > p {
    font-size: 14.5px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
  }

  .team-read-more {
    position: absolute;
    right: 158px;
    top: 185px;
  }
}
:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}