/*BOOTSTRAP 5.0.0 CSS*/

/* CUSTOM CSS */
/* GERNAL CSS */
/* body,
html {
  font-family: "Inter", sans-serif;
  font-style: normal;
} */
body,
html {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
}

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

input,
textarea,
select {
  width: 100%;
}

input[type="checkbox"] {
  height: auto;
  width: auto;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

ul,
ol,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a,
p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: Inter;
  color: #1e1e1e;
  margin-bottom: 0px;
}
:root {
  --fs-18: 18px;
  --fs-20: 20px;
  --fs-16: 16px;
  --fs-30: 30px;
  --fs-25: 25px;
  --fs-40: 40px;
  --fs-50: 50px;
  --fs-60: 60px;
  --fs-100: 100px;
  --lh-28: 28px;
  --lh-52: 52px;
  --lh-70: 70px;
  --lh-100: 100px;
}
/* GERNAL CSS */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader img {
  max-width: 1012px;
  width: 100%;
}

/* header css start */

.tooglemenu {
  display: none;
}
.grid-main-header-here {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
ul.navlist {
  display: flex;
  gap: 20px;
  align-items: center;
}
li.menu-item-has-children {
  position: relative;
}
ul.sub-menu {
  position: absolute;
  display: none;
  width: 310px;
  left: -15px;
  padding-top: 43px;
}
.custome-header {
  padding: 6px 0px;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(237, 103, 7, 0.3);
}
ul.navlist > li a {
  color: #1e1e1e;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
  /* line-height: var(--lh-24); 133.333% */
  transition: 0.3s ease-in;
  line-height: normal;
  position: relative;
  font-family: "Inter", sans-serif;
}
ul.navlist > li.current-menu-item>a,
li.menu-item-has-children > .sub-menu li.current-menu-item a {
  color: #ed6707;
}
li.menu-item-has-children:hover > .sub-menu {
  display: block;
  top: 100%;
}
li.menu-item-has-children > .sub-menu li {
  background-color: #fff;
  width: 100%;
  line-height: 1.2;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(146, 65, 177, 0.5);
}
li.menu-item-has-children > .sub-menu li a {
  color: #1e1e1e;
  font-size: var(--fs-16);
  text-transform: capitalize;
  font-weight: 500;
}
li.menu-item-has-children > .sub-menu li:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}
li.menu-item-has-children > .sub-menu li:first-child {
  padding-top: 0px;
}
li.menu-item-has-children > .sub-menu {
  padding: 15px;
  border-radius: 0px 0px 20px 20px;
  box-shadow: 0px 8px 10px 0px rgba(237, 103, 7, 0.3);
  background-color: #fff;
}
li.menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu {
  top: 0;
  left: 100%;
  padding-top: 0px;
}
ul.navlist li {
  position: relative;
  padding: 30px 0px;
}
ul.navlist li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: 0.3s ease-in;
  background: #89c4ef;
  display: none;
}

ul.navlist li .sub-menu li a::after {
  display: none;
}
ul.navlist li:hover a::after {
  width: 100%;
}
ul.navlist .sub-menu li:hover a::after {
  display: none;
}
/* ul.navlist .sub-menu li:hover > a {
  color: var(--Blue-5, #2C95D1);
} */
.navlist-holder {
  display: flex;
  align-items: center;
  gap: 102px;
}
.c-btn {
  border-radius: 10px;
  background: #9241b1;
  display: block;
  width: fit-content;
  padding: 9px 20px;
  font-weight: 700;
  font-size: var(--fs-18);
  color: #fff;
  font-family: "Inter", sans-serif;
  transition: all .4s ease-in-out;
}
.c-btn:hover {
  color: #fff;
  background: #ED6707;
}

.mt {
  margin-top: 100px;
}
.custom-foter {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* header css end */

/* hero section */

/* hero section */

/* footer section start */
.cop-right p a,
.cop-right p {
  text-align: center;
  padding-bottom: 15px;
  color: #fff;
}
.foter-data {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 45px;
}
.footer-logo {
  max-width: 430px;
  width: 100%;
}
.footer-logo p {
  margin-top: 25px;
}
.scial-links {
  display: flex;
  margin-top: 50px;
  align-items: center;
  gap: 25px;
}
.scial-links ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.scial-links span {
  color: #00f3ff;
  font-family: Inter;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-28); /* 144.444% */
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 50px;
}
.adress h3 {
  color: #00f3ff;
  font-family: Inter;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: var(--lh-28); /* 144.444% */
  margin-bottom: 15px;
}
.adress {
  max-width: 350px;
  width: 100%;
}
.adress a {
  display: block;
}
.adress a,
.adress p,
.adress ul li a,
.adress ul li {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}
.adress a,
.adress ul li a {
  text-decoration: underline;
}
.adress.contact a {
  text-decoration: none;
}
/* footer section end */

/* hero section start */
.hero {
  height: 930px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 900px;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(217, 217, 217, 0.05) 0%,
    rgba(30, 30, 30, 0.05) 62%,
    rgba(217, 217, 217, 0.05) 99%
  );
  background-blend-mode: soft-light;
  box-shadow: 0px 10px 40px 0px rgba(237, 103, 7, 0.5);
  backdrop-filter: blur(25px);
  min-height: 520px;
  padding-left: 175px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.fs-100 {
  color: #1e1e1e;
  font-family: Inter;
  font-size: var(--fs-100);
  font-style: normal;
  font-weight: 700;
  font-family: Inter;

  line-height: var(--lh-100); /* 70% */
}
.fs-100 span {
  color: #ed6707;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 600;
  display: block;
  line-height: normal;
  text-align: left;
  margin-bottom: 10px;
}

.hero-content p {
  color: #1e1e1e;
  font-family: Inter;
  font-size: var(--fs-40);
  font-style: normal;
  font-weight: 500;
  line-height: var(--lh-52); /* 130% */
  margin-top: 15px;
  max-width: 530px;
}
.hero-content .c-btn {
  margin-top: 35px;
}
.hero-content p span {
  font-size: var(--fs-50);
  font-weight: 500;
  font-family: Inter;
  color: #ed6707;
}
/* hero section end */

/* learn with us section */

.learn-links {
  display: flex;
  gap: 30px;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 70px;
}

.learn-title {
  border-radius: 20px;
  position: relative;
}
.learn-title h3 {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-40);
  width: 100%;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  z-index: 1;
  transition: all .5s ease-in;
}

.learn-title-data {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.fs-40 {
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-40);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.learn-title-data .fs-40 {
  color: #4990a4;
  margin-bottom: 20px;
}
.learn-title-data p {
  text-align: center;
  color: #000;
  font-family: Inter;
  font-size: var(--fs-30);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  left: -75px;
}
.learn-with-us {
  padding-top: 40px;
  position: relative;
  padding-bottom: 127px;
}
 .left h2 {
  color: rgba(242, 152, 16, 0.1);
  text-align: center;
  font-family: Inter;
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  writing-mode: tb-rl;
  margin: 0px;
  white-space: nowrap;
}
.learn-title {
  height: 600px;
  max-width: 600px;
  overflow: hidden;
  transition: all .5s ease-in;
}
.learn-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(217, 217, 217, 0.20);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  transition: all .5s ease-in;
}
.learn-title:hover::after {
  height: 100%;
}
.learn-title:hover h3 {
  bottom: 50%;
  transform: translateX(-50%) translateY(50%) scale(1.25);
}
.learn-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  get into touch form */

.get-into-touch-data {
  position: relative;
  z-index: 12;
  padding: 90px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.get-into-touch-data::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
      83deg,
      rgba(242, 152, 16, 0.1) 0%,
      rgba(237, 103, 7, 0.2) 100.11%
    ),
    lightgray -75px -402.83px / 107.808% 269.603% no-repeat;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}

.contact-form {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.contact-info .c-btn {
  margin-top: 40px;
}
.fs-60 {
  color: #fff;
  font-family: Inter;
  font-size: var(--fs-60);
  font-style: normal;
  font-weight: 700;
  line-height: var(--lh-70); /* 116.667% */
  max-width: 800px;
  width: 100%;
}
.contact-form-data textarea,
.contact-form-data input {
  border-radius: 10px;
  background: #fff;
  padding: 18px;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 1);

  font-family: Inter;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}

.contact-form-data input[type="submit"] {
  border-radius: 10px;
  background: #ed6707;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  cursor: pointer;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.contact-form-data textarea{
  height: 177px;
}
.contact-form-data{
  max-width: 550px;
  width: 100%;
}
.contact-form-data h3{
  color: #4990A4;
  font-family: Inter;
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

/* offer section start */
 
.offer-section{
  padding-top: 100px;
  position: relative;
}

.main-title .fs-40{
  color: #4990A4;
  margin-bottom: 62px;

}

.gri-card {
  display: flex;
  justify-content: space-between;
  padding: 45px 160px;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.grid-content{
  max-width: 675px;
  width: 100%;
  padding-top: 25px;
}

.grid-content h3{
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.grid-content .c-btn {
  margin-top: 20px;
  background: #ED6707;
  font-weight: 500;
}
.grid-content .c-btn:hover {
  background: #9241b1;
}
.grid-img{
  border-radius: 20px;
  max-width: 620px;
  width: 100%;
  height: 278px;
  overflow: hidden;
}

.offer-grids .gri-card:nth-child(even){
  flex-direction: row-reverse;
}
.offer-grids .gri-card:nth-child(odd){
  background: rgba(146, 65, 177, 0.10);
}
.grid-img img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.offer-grids .left {
  height: 100%;
  top: 100px;
  transform: none;
  bottom: auto;
  top: 100px;
  transform: rotate(-180deg);
}

.register-plan-section {
  position: relative;
  padding: 60px 0;
}
.register-plan-section .container {
  position: relative;
  z-index: 1;
}
.mx-now {
  max-width: 1078px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.mx-now .fs-40 {
  color: #4990A4;
  margin-bottom: 10px;
}
.mx-now p {
  margin-bottom: 30px;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.mx-now p a {
  color: #ED6707;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.mx-plan-grid {
  display: flex;
  justify-content: center;
  gap: 80px;
  max-width: 1400px;
  width: 100%;
  margin: 10px auto;
}
.mx-plan {
  max-width: 420px;
  width: 100%;
}
.mx-plan-details {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  padding: 60px 30px;
  min-height: 570px;
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  background: rgba(146, 65, 177, 0.10);
  box-shadow: 0px 10px 30px 0px rgba(146, 65, 177, 0.50);
}
.lotus-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 230px;
  display: inline-block;
}
.mx-plan-title {
  color: #9241B1;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: normal;
}
.mx-plan-description {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 500;
  line-height: 30px;
  position: relative;
  z-index: 1;
}
.mx-plan-details a {
  color: #ED6707;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
  z-index: 1;
}
.mx-plan:nth-child(2) {
  margin-top: 60px;
}
.mx-plan-pricing {
  border-radius: 30px;
  background: #9241B1;
  padding: 30px;
}
.mp-price {
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
}
.mx-plan-pricing {
  border-radius: 30px;
  background: #9241B1;
  padding: 30px;
  box-shadow: 0px 10px 30px 0px rgba(146, 65, 177, 0.50);
  margin-top: 20px;
}
.mp-price a {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.lotus-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-main a {
  display: inline-block;
}
.logo-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact-info {
  max-width: 800px;
}
.contact-info p {
  color: #FFF;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 500;
  line-height: 1.4;
}
.contact-info .fs-60 {
  margin-bottom: 20px;
}

.grid-content p {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.5;
}

.da-section {
  padding: 60px 0 30px;
}
.da-img {
  max-width: 694px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.da-img img {
  width: 100%;
}
.da-content {
  max-width: 795px;
  width: 100%;
}
.da-box {
  display: flex;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}
.da-box:last-child {
  margin-bottom: 0;
}
.da-box:nth-child(even) {
  flex-direction: row-reverse;
}
.da-title {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.da-content p {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.da-content .c-btn {
  background: #ED6707;
  font-weight: 500;
}
.da-content .c-btn:hover {
  background: #9241b1;
}
.pa-section {
  padding: 30px 0 60px;
}
.pa-grid {
  display: flex;
  gap: 90px;
  align-items: center;
}
.pa-content {
  max-width: 770px;
  width: 100%;
}
.pa-video {
  max-width: 730px;
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}
.pa-video iframe {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.pa-title {
  color: #4990A4;
  font-family: Inter;
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.pa-content p {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.pa-content p strong {
  font-weight: 700;
}
.pa-content p span {
  font-weight: 500;
}
.ctp-section {
  padding: 50px 0 70px;
  position: relative;
  background: rgba(146, 65, 177, 0.10);
}
.ctp-container {
  max-width: 1475px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ctp-heading {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 35px;
}
.ctp-grid {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.ctp-img {
  height: 295px;
  overflow: hidden;
  border-radius: 20px;
}
.ctp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ctp-content {
  margin-top: 32px;
}
.ctp-content ul li {
  list-style: disc;
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
.ctp-content ul {
  padding-left: 24px;
}
#topBtn {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 70px;
  right: 70px;
  max-width: 60px;
  width: 100%;
  cursor: pointer;
  z-index: 99;
}
.about-section {
  padding: 35px 0;
  position: relative;
}
.ab-box {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ab-box .fs-40 {
  color: #4990A4;
  margin-bottom: 20px;
}
.ab-box p {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.staff-box {
  display: flex;
}
.staff-intro-box {
  border-radius: 0px 170px 0px 0px;
  background: linear-gradient(180deg, #9241B1 0%, #3E1C4B 100%);
  padding: 130px 100px 160px;
  max-width: 80%;
  width: 100%;
  margin-left: auto;
  position: relative;
}
.staff-wrap {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.staff-section {
  padding-top: 60px;
  position: relative;
}
.levanah-img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 683px;
  width: 100%;
  z-index: 1;
  line-height: 0;
}
.staff-heading .fs-40 {
  color: #4990A4;
  margin-bottom: 52px;
}
.staff-name {
  color: #00F3FF;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.staff-intro-box p {
  color: #FFF;
  font-family: Inter;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.flower-vector {
  position: absolute;
  right: 80px;
  bottom: 0;
  max-width: 180px;
  opacity: .4;
}
.levanah-img-mobile-only {
  display: none;
}
.staff-info-section {
  padding: 40px 0;
}
.staff-info-box {
  max-width: 1532px;
  width: 100%;
  margin: 0 auto;
}
.staff-info-box p {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.comman-banner {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cb-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.comman-box {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  z-index: 9;
}
.comman-heading {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
.comman-content {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 500;
  line-height: 1.5;
}
.comman-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(146, 65, 177, 0.31) 0%, rgba(146, 65, 177, 0.31) 100%);
}
.open-heart-section {
  padding: 60px 0;
  position: relative;
}
.oh-grid {
  display: flex;
  gap: 190px;
  align-items: center;
}
.oh-grid:nth-child(odd) {
  flex-direction: row-reverse;
}
.oyh-content {
  max-width: 878px;
  width: 100%;
}
.oyh-img {
  max-width: 532px;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  height: 282px;
}
.oyh-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
}
.oyh-title {
  color: #4990A4;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.oyh-content p {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.contact-section {
  background: rgba(146, 65, 177, 0.10);
  padding: 50px 0;
}
.contact-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.contact-wrap {
  max-width: 360px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-wrap>span {
  margin-top: 30px;
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 400;
  line-height: normal;
}
.staff-section.c-intro .staff-intro-box {
  background: linear-gradient(180deg, #4990A4 0%, #3E1C4B 100%);
}
.staff-intro-box p span {
  color: #00F3FF;
}

.faq-section {
  padding: 60px 0;
  position: relative;
}
.faq-title {
  color: #4990A4;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
.faq-section .accordion-container {
  position: relative;
  margin: 10px auto;
}
.faq-section .set {
  position: relative;
  width: 100%;
  height: auto;
  border-top: 1px solid #bbbbbb;
}
.faq-section .set > a {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 0;
  text-decoration: none;
  color: #000;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.2s linear;
}
.faq-section .set > a i {
  font-size: 22px;
  font-weight: 400;
  color: #9241B1;
}
.faq-section .content {
  background-color: #fff;
  display: none;
  max-width: 1540px;
  padding-bottom: 10px;
}
.faq-section .content p,
.faq-section .content ul li {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.faq-section .content ul li {
  list-style: disc;
}
.faq-section .content ul {
  padding-left: 32px;
  padding-bottom: 10px;
}
.comman-banner.blog-banner {
  min-height: 360px;
}
.comman-banner.blog-banner::after {
  background: linear-gradient(0deg, rgba(242, 152, 16, 0.10) 0%, rgba(242, 152, 16, 0.10) 100%);
}
.blog-section {
  padding: 40px 0 60px;
  position: relative;
}
.blog-filter {
  margin-bottom: 20px;
}
.blog-filter a {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.blog-filter img {
  width: 18px;
  height: 18px;
}
.blog-wrapper {
  display: grid;
  gap: 0 290px;
  grid-template-columns: 1fr 1fr;
  position: relative;
  border-top: 1px solid #bbbbbb;
}
.blog-box {
  padding: 30px 0;
}
.blog-title {
  color: #000;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
.blog-detail {
  color: #ED6707;
  display: block;
  font-family: Inter;
  font-size: var(--fs-18);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.blog-box p {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
.blog-btn {
  border-radius: 10px;
  background: linear-gradient(180deg, #9241B1 0%, #3E1C4B 100%);
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 500;
  padding: 14px 40px;
  display: inline-block;
  transition: all .4s ease-in-out;
}
.blog-btn:hover {
  color: #FFF;
  background: linear-gradient(180deg, #3E1C4B 0%, #9241B1 100%);
}
.blog-more {
  text-align: center;
  margin: 20px 0;
}
.blog-more a {
  color: #ED6707;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.store-section {
  padding: 54px 0;
  border-bottom: 1px solid rgba(146, 65, 177, 0.50);
}
.store-heading {
  color: #4990A4;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 50px;
}
.store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 54px 132px;
}
.sp-img img {
  border-radius: 20px;
}
.sp-product-detail {
  margin-top: 14px;
  text-align: center;
}
.sp-title {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
  min-height: 60px;
}
.sp-product-detail p {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 22px;
}
.sp-product-btn {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  background: linear-gradient(180deg, #9241B1 0%, #3E1C4B 100%);
  display: block;
  padding: 16px 10px;
  width: 100%;
  transition: all .4s ease-in-out;
}
.sp-product-btn:hover {
  color: #FFF;
  border-radius: 10px;
  background: linear-gradient(180deg, #4990A4 0%, #3E1C4B 100%);
}
.sp-title span {
  color: #1E1E1E;
  font-family: Inter;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  display: block;
}
.contact-form-data input[type="checkbox"] {
  margin-bottom: 10px;
}
.sp-img {
  text-align: center;
}
.reading-section {
  padding: 50px 0 40px;
  position: relative;
}
.rs-box {
  max-width: 1342px;
  width: 100%;
  margin: 0 auto;
}
.reading-title {
  color: #4990A4;
  text-align: center;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.rs-box p {
  color: #1E1E1E;
  text-align: center;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.rs-box p a {
  font: inherit;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.fscr-section {
  background: rgba(146, 65, 177, 0.10);
  padding: 30px 0;
}
.fscr-box {
  max-width: 1078px;
  width: 100%;
  margin: 0 auto;
}
.fscr-title {
  color: #4990A4;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.fscr-box p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.staff-section.max-1600 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.staff-section.max-1600 .staff-intro-box {
  padding: 80px 0 40px;
  max-width: 85%;
}
.staff-section.readtwo .staff-intro-box {
  border-radius: 170px 0px 0px 0px;
  background: linear-gradient(180deg, #4990A4 0%, #3E1C4B 100%);
  margin-left: 0;
}
section.staff-section.readtwo .levanah-img {
  max-width: fit-content;
  right: 0;
  left: auto;
}
.staff-section.max-1600 .levanah-img img {
  height: 440px;
  object-fit: contain;
}
.staff-section.readtwo .flower-vector {
  right: auto;
  left: 35px;
}
.staff-section.readtwo .staff-wrap {
  margin-right: auto;
  margin-left: 120px;
}
.staff-section.max-1600 .staff-wrap {
  max-width: 852px;
}
.comman-content strong {
  font-weight: 700;
}
.comman-banner.nh-banner:after {
  background: none;
}
.nh-section {
  padding: 50px 0;
  background: rgba(146, 65, 177, 0.10);
}
.nh-grid {
  display: flex;
  gap: 128px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.nh-grid:last-child {
  margin-bottom: 0;
}
.nh-grid:nth-child(even) {
  flex-direction: row-reverse;
}
.nh-content {
  max-width: 972px;
}
.nh-img {
  max-width: 500px;
  width: 100%;
  height: 340px;
  overflow: hidden;
}
.nh-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.nh-topic {
  color: #4990A4;
  font-family: Inter;
  font-size: var(--fs-40);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.nh-content p, .nh-content ul li {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.wwc-section {
  padding: 35px 0;
  position: relative;
}
.ceh-box {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.ceh-title {
  color: #4990A4;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  max-width: 1052px;
  width: 100%;
  margin: 0 auto 20px;
}
.ceh-grid {
  display: flex;
  gap: 94px;
  align-items: center;
}
.ceh-img img {
  border-radius: 20px;
}
.ceh-content {
  max-width: 1032px;
}
.ceh-topic,
.ceh-content ul li {
  color: #000;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 10px;
}
.ceh-content ul li {
  list-style: disc;
}
.ceh-content ul {
  padding-left: 2rem;
}
.ceh-topic strong {
  font-weight: 700;
}
.wwc-box {
  max-width: 1300px;
  width: 100%;
  margin: 20px auto;
}
.wwc-title {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}
.wwc-list li {
  list-style: disc;
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.5;
}
.wwc-list {
  column-count: 2;
  column-gap: 45px;
  padding-left: 40px;
}
.hp-box {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: grid;
  margin: 40px 0;
  grid-template-columns: 500px 1fr;
}
.hp-content {
  position: relative;
  background: linear-gradient(180deg, #9241B1 0%, #3E1C4B 100%);
  padding: 30px;
  text-align: center;
}
.hp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.flow-vc {
  position: absolute;
  right: 28px;
  bottom: 0;
  opacity: .2;
  max-width: 180px;
}
.hp-topic {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 20px;
}
.hp-wrap {
  max-width: 624px;
  width: 100%;
  margin: 0 auto;
}
.hp-content p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.hp-content p:last-child {
  margin-bottom: 0;
}
.hp-content .c-btn {
  margin: 30px auto;
  font-size: var(--fs-25);
  border-radius: 10px;
  background: #ED6707;
  font-weight: 500;
  padding: 14px 24px;
}
.hp-content p a {
  color: #00F3FF;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.hp-content p strong {
  display: block;
  font-weight: 700;
}
.ip-title {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 32px;
}
.ip-box h5 {
  color: #4990A4;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.ip-box p {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.tgf-box {
  background: #9241B1;
  padding: 20px 0;
}
.tgf-box p {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 600;
  line-height: 1.4;
}
.tgf-box p a {
  color: inherit;
  font: inherit;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.acm-section {
  padding: 30px 0;
}
.acm-title {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 30px;
}
.aps-box p {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}
.acm-wrap {
  border-radius: 20px;
  background: rgba(146, 65, 177, 0.20);
  padding: 32px;
  overflow: hidden;
  margin: 30px 0 40px;
}
.acm-topic {
  color: #9241B1;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.acm-wrap p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 500;
  line-height: 1.4;
}
.mx-1050 {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.acm-wrap p.acm-contactinfo {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 400;
  line-height: 1.4;
}
.acm-wrap p.acm-contactinfo a {
  font: inherit;
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.acm-wrap p.acm-contactinfo {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 400;
  line-height: 1.4;
  max-width: 940px;
  margin: 0 auto;
}
.acm-grid {
  display: grid;
  grid-template-columns: 345px 1fr;
  gap: 52px;
  align-items: start;
}
.acm-img {
  text-align: center;
}
.acm-name {
  color: #9241B1;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}
.acm-content p {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.acm-content {
  height: 392px;
  overflow: hidden scroll;
}
.acm-content::-webkit-scrollbar {
  display: none;
}
.acm-content p strong {
  font-weight: 500;
}
.universal-field label,.have-accounts a {
  font-size: 17px;
  padding-bottom: 10px;
  line-height: normal;
  color: white;
}
.have-accounts a{
  text-decoration: underline;
}
.link-grids {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding-top: 20px;
}
.girds-row{
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 10px;
}
#lost-paswordform,#create-acountform{
  display: none;
}
section.blog-section.singelblog-sec .blog-wrapper {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  border: none;
}
section.blog-section.singelblog-sec .blog-box{
border-bottom: 1px solid #000;
}
.da-img.new {
  height: 500px;
  overflow: hidden;
}
.da-img.new img{
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
section.da-section.newda{
  padding: 60px 0px;
}

.comman-banner.blog-banner.inner-banner .comman-box {
  max-width: 1265px;
  width: 100%;
}
.comman-banner.blog-banner.inner-banner {
  min-height: 477px;
}
.open-heart-section.inner .oyh-img {
  height: 375px;
  max-width: 567px;
}
.perpule {
  background-color: #9241b1;
  padding: 20px 0px;
}
.perpule p {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 600;
  line-height: normal;
}
.content-data {
  padding-top: 30px;
  padding-bottom: 55px;
}
.content-data p {
  color: #1e1e1e;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: var(--lh-28); /* 150% */
  padding-bottom: 10px;
}
.extra-bonus-title {
  max-width: 1078px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.extra-bonus-title p {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: var(--lh-28); /* 150% */
  margin-top: 20px;
}
.fs-30 {
  color: #4990a4;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
}
.full-conent {
  background: rgba(146, 65, 177, 0.1);
  padding: 45px 0px;
}
.full-conent p {
  color: #1e1e1e;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: var(--lh-28); /* 150% */
  margin-bottom: 10px;
}
.bonus-listing li {
  display: flex;
  gap: 125px;
  padding-bottom: 40px;
  justify-content: center;
}
.bonus-content {
  max-width: 815px;
  width: 100%;
}
.bonus-content h3 {
  color: #1e1e1e;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.bonus-img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ad517f;
  height: 215px;
}
.bonus-img img {
  height: 100%;
  width: 100%;
}
.bonus-listing {
  padding-bottom: 20px;
}
/* new page */
.clairvoyant {
  padding: 50px 0px;
}
.clairvoyant-title {
  max-width: 1198px;
  width: 100%;
  margin: 0 auto;
}
.clairvoyant-title .fs-30 {
  margin-bottom: 30px;
}
.clairvoyant-title p,
.clairvoyant-title .bold {
  color: #1e1e1e;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: normal;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  margin-top: 30px;
}
.clairvoyant-title p {
  font-weight: 400;
  margin: 0px;
  margin-bottom: 15px;
}
.clairvoyant-title .full-content p {
  text-align: left;
}
.clairvoyant-title .full-content p b {
  font-weight: 700;
}
.clairvoyant-title .full-content {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.content-data p a {
  text-decoration: underline;
}
.content-data p a:hover {
  color: #000;
}
.list {
  padding-top: 35px;
  display: flex;
  justify-content: center;
  gap: 270px;
  padding-bottom: 68px;
}
.list ul {
  max-width: 505px;
  width: 100%;
}
.list ul li {
  color: #1e1e1e;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 700;
  line-height: 30px; /* 150% */
  list-style: disc;
}
.more-info {
  display: flex;
  gap: 105px;
  align-items: center;
  justify-content: center;
}
.info-img {
  height: 382px;
  max-width: 730px;
  width: 100%;
  border-radius: 20px;
}
.info-img img {
  width: 100%;
  height: 100%;
}
.info-content {
  max-width: 520px;
  width: 100%;
}
.info-content h2 {
  color: #1e1e1e;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 45px;
}
.info-content a {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  background: #ed6707;
}
.skill-list {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding-bottom: 20px;
}
.skill {
  background: rgba(146, 65, 177, 0.1);
  padding: 40px 20px;
  max-width: 500px;
  width: 100%;
}
.skill h3 {
  color: #9241b1;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.skill li {
  color: #1E1E1E;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 300;
  line-height: 30px; /* 150% */
  list-style: disc;
}
.skill ul{
  padding-left: 40px;
  padding-right: 40px;
}
.staff-section.max-1600 .staff-wrap.data{
  max-width: 600px;
}
.staff-section.max-1600.readone.height .staff-intro-box p{
  font-size: var(--fs-30);
  line-height: normal;
  margin-bottom: 30px;
}
.staff-section.max-1600.readone.height .staff-intro-box  .c-btn{
  border-radius: 10px;
  background: #ED6707;
  max-width: 280px;
  width: 100%;
  text-align: center;
}
.staff-section.max-1600 .staff-intro-box.data-flow{
  padding:90px 0px;
}

.sunday-section {
  padding: 60px 0;
}
.sunday-title {
  font-size: var(--fs-25);
  text-align: center;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
  margin-bottom: 40px;
}

li.menu-item.menu-item-has-children {
  position: relative;
}
li.menu-item.menu-item-has-children::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 8px;
  right: 0;
  top: -2px;
  width: 8px;
  border-color: #000;
  transform: rotate(45deg);
  margin-left: 4px;
  position: relative;
}
ul.navlist > li.current-menu-item::after {
  border-color: #ed6707;
}
.su-box-title {
  background-color: #da7ee4;
  color: #FFFFFF;
  padding: 8px 16px;
  font-size: var(--fs-18);
  font-weight: 700;
}
.sm-pack {
  border: 2px solid #a74bb1;
  border-radius: 4px;
}
.sm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding: 20px;
}
.su-post-title {
  margin-top: 10px;
}
.su-post-title a {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  font-weight: 500;
  text-align: center;
}
.su-post-thumbnail {
  display: block;
  height: 200px;
  overflow: hidden;
}
.su-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.player {
  position: relative;
  background: #f1f3f4;
}

.player .imgbx {
  position: relative;
  width: 100%;
  height: 600px;
}
.player .imgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player audio {
  width: 100%;
  outline: none;
}

.medi-grid {
  display: flex;
  gap: 80px;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.medi-list {
  max-width: 480px;
  width: 100%;
}
.medi-title {
  color: #4990A4;
  font-family: Inter;
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.medi-link {
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 10px;
  transition: all .4s ease-in-out;
}
.medi-link a {
  display: block;
  color: #000;
  font-size: var(--fs-18);
  line-height: 1.5;
  transition: all .4s ease-in-out;
}
.medi-link:hover {
  border-color: #9241b1;
}
.medi-link a:hover {
  color: #9241b1;
}
/* STORE CSS */
.store-box .edd_downloads_list.edd_download_columns_3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 54px 132px;
}
.store-box .edd_download_title {
  margin: 16px auto;
}
.store-box .edd_download_title a {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 600;
  line-height: normal;
  min-height: 60px;
  display: block;
}
.store-box .edd_purchase_submit_wrapper {
  text-align: center;
}
.store-box .edd_purchase_submit_wrapper .edd-submit.button.blue {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-25);
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  background: linear-gradient(180deg, #9241B1 0%, #3E1C4B 100%);
  padding: 16px 10px;
  width: 100%;
  border: 0;
  transition: all .4s ease-in-out;
}
.store-box .edd_purchase_submit_wrapper .edd-submit.button.blue .edd-add-to-cart-label {
  font-weight: 500;
}
.store-box .edd_purchase_submit_wrapper .edd-submit.button.blue:hover {
  color: #FFF;
  border-radius: 10px;
  background: linear-gradient(180deg, #4990A4 0%, #3E1C4B 100%);
}
.store-box .edd_download_excerpt {
  display: none;
}
.store-box .edd_download_excerpt p {
  color: #1E1E1E;
  text-align: center;
  font-family: Inter;
  font-size: var(--fs-20);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 22px;
}
.store-box .edd_download_image img {
  border-radius: 20px;
}
.thedivchk {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thedivchk .store-heading {
  margin: 0;
}
.theckeckout {
  border-radius: 10px;
  background: #9241b1;
  display: block;
  width: fit-content;
  padding: 8px 20px;
  font-weight: 700;
  font-size: var(--fs-18);
  color: #fff;
  font-family: "Inter", sans-serif;
  transition: all .4s ease-in-out;
}
.theckeckout:hover {
  color: #fff;
  background: #ED6707;
}
.simple-mediation-grid {
  display: grid;
  gap: 100px;
  grid-template-columns: 400px 4fr;
}
#lesson-outline-left ul.children li {
  list-style-type: circle;
}
#lesson-outline-left ul.children li.page_item_has_children ul li {
  list-style-type: square;
}
#lesson-outline-left ul {
  padding-left: 30px;
}
.simple-mediation {
  padding: 60px 0;
  position: relative;
}
#lesson-outline-left ul li, 
#lesson-outline-left ul li a {
  font-size: var(--fs-18);
  line-height: 2;
}
#lesson-outline-left ul li a {
  color: #8700bb;
}
div#lesson-content a {
  color: #8700bb;
}
.lesson-title {
  font-size: var(--fs-30);
  color: #8700bb;
  font-weight: 700;
  margin-bottom: 10px;
}
div#lesson-content p {
  margin-bottom: 10px;
}
div#lesson-content h2 {
  margin-bottom: 10px;
  font-size: var(--fs-30);
  line-height: 1.4;
}
div#lesson-content p strong {
  font-weight: 700;
}
div#lesson-content h3 {
  font-size: var(--fs-25);
  margin-bottom: 10px;
}
#lesson-outline-left ul.lassanav {
  padding: 0;
}
.lesson-feature-image {
  margin: 20px 0;
}
.ckuck {
  font-size: var(--fs-18);
}
#lesson-content .medi-details .player .imgbx img {
  object-fit: contain;
}
#lesson-content .medi-details .player .imgbx {
  height: 400px;
  background: #000;
}
#lesson-content .medi-details {
  max-width: 600px;
  margin: 20px 0;
}
.self-healing-section {
  padding: 60px 0;
  background: #f8f9fa;
}
.self-box {
  padding: 40px 60px;
  background: #FFF;
  border-radius: 8px;
}
.self-box h1 {
  color: #4990A4;
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.self-box .week-title {
  padding: 20px 0;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.self-box p {
  font-size: 18px;
  line-height: 1.5;
}
.self-box p a {
    color: #009bc7;
}
.self-box .tabs {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 40px;
    align-items: start;
}
.thepluers {
    padding: 12px;
}
.self-box .tabs ul li a {
    font-size: var(--fs-18);
    line-height: 2;
    display: block;
    font-weight: 500;
    transition: all .4s ease-in-out;
}
.self-box .tabs ul li.active a {
    color: #8700bb;
}
.self-box video {
    margin: 20px 0;
    width: 100%;
}

strong , b{
  font-weight: bold;
}

.icon {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 60px;
    right: 60px;
}

.icon div {
    position: absolute;
}
.close-video{
  display: none;
}

.abs-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 20px;
}
.abs-sidebar {
  padding-right: 20px;
  border-right: 1px solid #ccc;
}
.about-section.abs-section .ab-box .fs-40,
.about-section.abs-section .ab-box p {
  text-align: left;
}
.abs-box p {
  color: #1E1E1E;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.abs-box a {
  color: #4990A4;
}
.single-booking {
  padding: 80px 0;
}
.single-grid {
  display: flex;
  gap: 60px;
  align-items: start;
}
.book-details {
  width: 100%;
}
.br-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.book-title {
  font-size: var(--fs-25);
  color: #000;
}
.book-title .small {
  font-size: var(--fs-18);
  color: #565959;
}
.book-info, .book-info a {
  font-size: 14px;
}
.book-info a {
  color: #4990A4;
}
.book-image {
  max-width: 500px;
  width: 100%;
}
.book-image img {
  width: 100%;
}
.book-descriptions p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.book-price span {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}
.book-price {
  margin-bottom: 20px;
}
.book-details .sp-product-btn {
  max-width: fit-content;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: var(--fs-18);
}
.book-price span.price {
  font-size: var(--fs-25);
  font-weight: 700;
}
.abs-box .youtube-btn {
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  padding: 10px 20px;
  border-radius: 10px;
  color: #000;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all .4s ease-in-out;
}
.abs-box .youtube-btn img {
  max-width: 40px;
}
.abs-box .youtube-btn:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.store-section.booksec .sp-img {
    height: 400px;
}
.store-section.booksec .sp-img img {
    height: 100%;
    width: 100%;
}