.copy-info {
  display: flex;
  align-items: center;
}

.event-date {
  padding-right: 20px;
}

.growth-partner {
  display: flex;
  flex-direction: column;
  float: inline-end;
}

.growth-partner h6 {
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #9e01fd !important;
}

.growth-partner img {
  width: 175px;
  height: auto;
}

.brochure-btn {
  font-size: 20px;
  font-weight: 500;
  padding: 18px 35px;
  border: none;
  border-radius: 50px;
  background-color: #ea7525;
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 110px;
  z-index: 999;
  color: #fff;
  letter-spacing: 0.6px;
  box-shadow: rgba(115, 50, 12, 0.05) 0px 0.40741px 2.2037px 0px,
    rgba(115, 50, 12, 0.07) 0px 1.79259px 4.56296px 0px,
    rgba(115, 50, 12, 0.09) 0px 4.4px 9.1px 0px,
    rgba(115, 50, 12, 0.12) 0px 8.47407px 17.837px 0px,
    rgba(115, 50, 12, 0.14) 0px 14.2593px 32.7963px 0px,
    rgba(115, 50, 12, 0.19) 0px 22px 56px 0px;
}

.advt-btn {
  position: absolute;
  left: 20%;
  bottom: 17%;
}

.advt-mob-btn {
  position: absolute;
  left: 26%;
  bottom: 5%;
}

.advt-btn a,
.advt-mob-btn a {
  background-color: #ea7525;
  color: #fff !important;
}

.text-green {
  color: #438c74;
}

.blog-content a {
  color: #438c74;
}

button[name="numerSubmit"]:hover {
  background: #ea7525 !important;
  padding: 12px 30px;
}

.video-box {
  margin: 10px 0;
  box-shadow: 0 0 28px #0000006e;
  border-radius: 10px;
  overflow: hidden;
}

.top-header-wrap {
  width: 100%;
  height: 38px;
  background-color: #e0d7c8;
}

.main-heading {
  font-family: "Marcellus", serif;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 500;
}

.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.zode-shadow img {
  width: 285px;
  box-shadow: 0 0 10px 10px #f3f3f3;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
}

.top-ul {
  margin-inline-start: 1em;
  color: #797160;
  font-size: 12px;
  padding: 10px 0 0 0;
}

.top-ul li {
  display: inline;
  margin: 0 25px 0 0;
}

.top-ul li a {
  /* color: #6e665b; */
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.top-ul li a i {
  font-size: 20px;
  padding: 0px 3px;
}

.top-ul li a:hover i {
  color: #448c74;
  transition: 0.6s ease-in-out;
}

.top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
}

.sign-wrap {
  margin-top: 11px;
  position: relative;
  margin-left: 19px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.sign-wrap a {
  color: #464038;
  float: left;
  width: auto;
  font-size: 12px;
  padding-right: 2px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.sign-wrap span {
  float: left;
  width: auto;
  font-size: 12px;
  color: #464038;
  margin: 0 1px 0 0;
  font-weight: 600;
  line-height: inherit;
}

.top-btn {
  background: #d2c8b5;
  border-radius: 0;
  font-weight: 600;
  width: auto;
  font-family: "Marcellus", serif;
  font-size: 16px;
  padding-bottom: 10px;
}

.top-btn:hover {
  background: #dfbf65;
  border: 1px solid #d2c8b5;
  transition: 0.6s ease-in-out;
}

.top-btn:focus {
  background: #d2c8b5;
  border: 1px solid #d2c8b5;
}

.navbar-brand img {
  width: 210px;
}

.bottom-header-wrap .navbar {
  width: 100%;
  height: 76px;
  background: #464038;
}

.bottom-header-wrap .navbar li a:hover {
  color: #e6c466;
  transition: 0.6s ease-in-out;
}

.bottom-header-wrap .navbar li a {
  color: #faf7f0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  padding: 0 0 !important;
  /* border-right: solid 1px #a39d93; */
  position: relative;
  margin: 6px 0;
  margin: 0 20px;
}

.bottom-header-wrap .navbar li a.nav-link::before {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #faf7f0;
  border-radius: 50%;
}

.bottom-header-wrap .navbar li:last-child a {
  border-right: 0;
}

.bottom-header-wrap .navbar .dropdown-toggle::after {
  display: none;
}

.search-icn a {
  font-size: 20px;
  color: #000;
  background-color: #faf7f0;
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  text-align: center;
  display: block;
  border-radius: 50%;
}

.search-icn a .las {
  line-height: 48px !important;
}

.cont-btn-wrap {
  background-color: #faf7f0;
  /* background-color: #464038; */
  border-radius: 0px 0px 0px 30px;
  position: absolute;
  padding: 20px 20px 22px 20px;
  margin-left: 30px;
  z-index: 99;
  right: 0;
}

.conts-btn {
  padding: 6px 13px;
  transition: 0.3s ease-in-out;
}

.conts-btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-style: normal;
  padding: 18px 35px;
  border: none;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: 1;
  color: #000;
  background-color: #448c74;
}

.conts-btn:hover {
  background: #ea7525;
  padding: 18px 45px;
  transition: 0.3s ease-in-out;
}

.conts-btn a {
  color: #fff;
}

.top-svg {
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(-90deg);
  top: 0;
  left: -30px;
}

.top-svg svg path,
.btm-svg svg path {
  /* fill:#ecf5f0; */
  fill: #faf7f0;
}

.btm-svg {
  width: 30px;
  height: 30px;
  position: absolute;
  transform: rotate(-90deg);
  bottom: -30px;
  /* right: 20px; */
  right: 20px;
}

/* banner */
.swiper-button-next {
  margin-left: 10px;
}

.blog-swiper_arrow .swiper-button-next,
.blog-swiper_arrow .swiper-button-prev {
  position: static;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid var(--pbmit-blackish-color);
  color: var(--pbmit-blackish-color);
  transition: all 500ms ease;
}

.blog-swiper_arrow .swiper-button-prev {
  left: auto;
}

.main-banner {
  /* background-color: #e5c466; */
  position: relative;
}

.slider-area {
  margin: 20px 20px 0;
  max-width: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #e5c466;
}

.sec-title h2 {
  font-weight: 800;
  margin-bottom: 35px;
  font-size: 2rem;
}

.tech-box img {
  box-shadow: 7px 8px 30px -10px rgba(0, 0, 0, 0.189);
  padding-bottom: 5px;
}

.tech-box img:hover {
  box-shadow: 12px 14px 30px -10px rgba(0, 0, 0, 0.334);
  padding-bottom: 5px;
  position: relative;
  z-index: 999;
  /* transform: scale(1.05); */
  transition: 0.6s ease-in-out;
}

.tech-box p {
  font-size: 18px;
  max-height: 100px;
  padding: 18px;
  line-height: 22px;
  margin-bottom: 16px;
  font-family: "Marcellus", serif;
  font-weight: 700;
}

.wis-text {
  background-image: url(https://static.sadhguru.org/assets/images/illustration-wisdom-landing-2.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  background-size: unset;
  min-height: 450px;
}

.wis-text h2 {
  font-size: 45px;
}

.margin_btn_50 {
  margin-bottom: 50px;
}

.card_propos_icon {
  display: flex;
}

.icon_card_propos {
  width: 68px;
  margin-right: 10px;
}

.cont_card_propos {
  width: 100%;
  box-sizing: border-box;
  padding-right: 5px;
}

.name_card_propos {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.desc_card_propos {
  color: #838487;
  font-size: 16px;
  line-height: 1.5;
}

.blog-bx {
  background: #fff;
  margin: 0px 0px 30px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 16px 0px;
  position: relative;
}

.blog-img {
  -webkit-clip-path: polygon(0 0, 100%0, 100%90%, 0%100%);
  clip-path: polygon(0 0, 100%0, 100%90%, 0%100%);
  max-height: 260px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
}

.blog-bx h4:hover {
  color: #448c74;
}

.blog-bx h4 {
  padding: 0px 3vw;
  font-size: 20px;
  text-align: left;
  color: rgb(40, 35, 30);
  margin-top: 12px;
  padding: 0px 2vw;
  margin-top: 20px;
  padding: 0px 3vw;
  font-size: 20px;
  text-align: left;
  color: rgb(40, 35, 30);
  margin-top: 12px;
  line-height: 1.5;
}

.blog-bx p {
  display: -webkit-box;
  padding: 1vw 3vw;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  color: rgb(103, 96, 85);

  padding: 1vw 2vw;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 72px;
}

.css-137b0ri {
  font-size: 16px;
  text-align: right;
  color: rgb(103, 96, 85);
  margin-right: 15px;
  text-transform: capitalize;
}

.owl-carousel .owl-item .css-137b0ri img {
  width: 20px;
  display: inline-block;
}

.css-13eeds2 {
  float: left;
  margin-left: 25px;
}

.video_button_image {
  position: relative;
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
}

.video_button_link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.zodiac-box {
  text-align: center;
  padding: 15px 5px 10px;
  border-radius: 5px;
  border: 1px solid #ec823a;
  margin-bottom: 25px;
  /* cursor: none; */
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ft-img img {
  width: 100%;
  height: 100px;
}

.zodiac-box img {
  width: 90px;
  /* height: 140px; */
  filter: invert(9%) sepia(9%) saturate(1408%) hue-rotate(349deg) brightness(98%) contrast(87%);
  border: 1px solid #e7c4ac;
  border-radius: 50%;
  padding: 0;
}

.zod-text {
  margin-top: 25px;
  position: relative;
}

.zod-text .tech-btn-wrap a {
  font-size: 12px;
}

.zod-text h4 {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1;
}

.zod-text h3 {
  color: #cd6726;
  font-size: 14px;
}

.footer {
  padding: 30px 0 0 0;
  color: #aea493;
  background-color: #28231e;
  font-size: 14px;
}

.footer h5 {
  color: #cd6727;
  font-weight: 600;
}

.footer ul li a {
  color: #aea493;
  /* text-decoration: underline; */
  transition: 0.3s ease-in-out;
}

.footer ul li a:hover {
  color: #ffffff;
}

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.footer a,
.footer p {
  color: #aea493;
  transition: 0.3s ease-in-out;
}

.footer-widget ul li {
  margin-bottom: 8px;
}

.footer-widget p i {
  margin-right: 4px;
}

.footer a:hover {
  color: #fff;
}

.footer p {
  font-size: 14px;
}

.footer-widget img {
  margin-bottom: 15px;
}

.about-us-one_main .pbmit-heading-subheading {
  margin-bottom: 20px;
}

.footer a.btn {
  border: 1px solid #aea493;
}

.copy-sec {
  border-top: 1px solid #aea493;
  padding: 25px;
  margin-top: 30px;
}

.copy-sec p {
  margin-bottom: 0;
}

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

.btn-holder {
  position: fixed;
  top: 55%;
  right: -97px;
  transform: rotate(270deg);
  z-index: 1000;
}

.float-btn {
  text-decoration: none;
  padding: 0.375rem 0.75rem;
  background: #dfbf65;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 18px;
}

.call-btn {
  background: #cb4712;
}

.wht-btn {
  background: #25d366;
}

.float-btn i {
  font-size: 14px;
}

.float-btn i.fa-whatsapp {
  font-size: 20px;
  transform: rotate(90deg);
}

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

.dur-wrap {
  padding: 15px;
  background: #fff;
}

.dur-wrap p {
  margin-bottom: 0;
}

.border-orange {}

.step-prg-txt {
  margin: -80px 20px 75px;
  padding: 30px 15px 30px 15px;
  background-color: #fff;
  border-top: none;
  box-shadow: 0 12px 14px -10px #a45b0b;
  border-radius: 0;
  overflow: hidden;
  bottom: -50px;
  position: relative;
}

.step-prg-txt p {
  margin-bottom: 0;
  text-align: center;
  /* color: #fff; */
  font-size: 20px;
  line-height: 24px;
}

.step-programs iframe {
  width: 100%;
  height: 307px;
  padding: 7px;
  border: 1px solid #eee;
  border-radius: 7px;
  background: #fff;
  box-shadow: 4px 6px 28px 6px #00000042;
}

.reqire-bx {
  padding: 25px;
  background: #fff;
  height: 100%;
}

.reqire-bx h4 {
  color: #ea7525;
  text-transform: uppercase;
  font-weight: 600;
}

.text-orange {
  color: #ea7525;
  text-transform: uppercase;
  font-weight: 600;
}

.big-price {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline-start: 70px;
  padding-inline-end: 70px;
  background: #fff;
}

.big-flex {
  display: flex;
  width: 100%;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #448c74;
  margin-bottom: 25px;
}

.big-icn {
  margin-right: 10px;
}

.big-price h2,
.big-price h3,
.big-price h4 {
  font-family: "Sora", sans-serif;
}

.big-icn i {
  font-size: 36px;
  color: #be1931;
}

.big-flex h5 {
  text-align: left;
  margin-bottom: 0;
}

.rel-crd {
  /* background: #f5ac3e; */
  margin-top: 25px;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
  overflow: hidden;
}

.rel-crd img {
  /* clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); */
  width: 100%;
}

.rel-crd h4 {
  color: #fff;
  padding: 10px 0;
}

.rel-crd .tech-btn-wrap a {
  display: inline-block;
}

.vide_section {
  padding: 7px;
  border: 1px solid #eee;
  background: #fff;
}

.rel-text .tech-btn-wrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.rel-text {
  background: #fff;
  padding: 25px;
  color: #000;
  min-height: 300px;
  position: relative;
}

.about-one_innerbox p {
  text-align: justify;
}

.rel-text h4 {
  color: #000;
  padding: 0;
}

.rel-text p {
  color: #000;
  margin-bottom: 50px;
  /* text-align: justify; */
}

.rel-head {
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  margin-top: -50px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
  width: calc(100% + 1px);
  height: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5ac3e;
  font-size: 18px;
  color: #fff;
  line-height: 1.18;
  padding-top: 12px;
}

.rel-crd2 .rel-head {
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  background-color: #004865;
}

.rel-crd3 .rel-head {
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  background-color: #733e1e;
}

.rel-crd5 .rel-head {
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  background-color: #866993;
}

.rel-crd6 .rel-head {
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  background-color: #d4782e;
}

.cal-left {
  height: 100%;
  background-size: 100% 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 20px 4px #11111152;
}

.cal-left-bg video {
  width: -webkit-fill-available;
}

.cal-left-bg {
  position: absolute;
  z-index: -3;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.calc-box {
  padding: 30px;
  border-radius: 10px;
}

.ascendant-Calculator {
  width: 100%;
  padding: 36% 0;
  text-align: center;
}

.ascendant-Calculator h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #ff0;
}

.cal-right {
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  height: 100%;
  border-bottom: 5px solid #448c74;
}

.cal-right h4 {
  font-size: 30px;
  margin-bottom: 25px;
}

.cal-right label {
  margin-bottom: 15px;
}

.cal-right input,
.cal-right select {
  border-radius: 30px;
  padding: 10px 10px;
  border: 1px solid #ced4da;
}

.cal-right input {
  background: transparent;
}

.cal-right button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-style: normal;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  z-index: 1;
  color: #fff;
  background-color: rgb(68, 140, 116);
  margin-top: 25px;
}

.cal-right button:hover {
  background: #448c74;
}

.cal-right input:focus,
.cal-right select:focus {
  box-shadow: none;
}

.ngo-bx {
  border-radius: 15px;
  overflow: hidden;
  background: rgb(245 172 62);
}

.ng-text {
  padding: 25px;
  text-align: center;
}

.instafeed-wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.instafeed-wrap ul li {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-bottom: 25px;
}

.instafeed-wrap ul li img {
  width: 100%;
  border-radius: 10px;
}

.instafeed-wrap ul li a {
  position: relative;
  display: block;
  overflow: hidden;
}

.instafeed-wrap ul li a .hverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  background: linear-gradient(120deg,
      #405de6,
      #5851db,
      #833ab4,
      #c13584,
      #fd1d1d,
      #f56040,
      #f77737,
      #fcaf45);
  transform: translateY(300px);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s ease-in-out;
  opacity: 0.5;
}

.instafeed-wrap ul li a:hover .hverlay {
  transform: translateY(0);
}

.instafeed-wrap ul li a .hverlay i {
  font-size: 60px;
  color: #fff;
  line-height: 2.5;
}

.fbfeed-wrap ul li a .hverlay {
  background: #1877f2;
}

.insta-btn {
  background: linear-gradient(120deg,
      #405de6,
      #5851db,
      #833ab4,
      #c13584,
      #fd1d1d,
      #f56040,
      #f77737,
      #fcaf45);
  padding: 10px 25px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  margin: 25px 0;
  display: inline-block;
}

.facebook-btn {
  background: #1877f2;
  padding: 10px 25px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  margin: 25px 0;
  display: inline-block;
}

.insta-btn:hover,
.facebook-btn:hover {
  color: #fff;
}

.bottom-header-wrap .navbar li:last-child a.nav-link::before {
  display: none;
}

.bottom-header-wrap .navbar li.nav-item .dropdown-menu {
  width: 380px;
  top: 100%;
  border-radius: 0px;
  border: none;
  background: rgb(224, 215, 200);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 0;
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0, 0);
  }
}

.bottom-header-wrap .navbar li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.bottom-header-wrap .navbar li.nav-item .dropdown-menu a {
  color: rgb(70, 64, 56);
  padding: 5px 20px !important;
  display: inline-block;
  border-bottom: 1px solid #464038;
  margin: 0px;
}

.bottom-header-wrap .navbar li.nav-item .dropdown-menu a:hover {
  color: rgb(68 140 116);
}

.bottom-header-wrap .navbar li.nav-item .dropdown-menu li:last-child a {
  border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: transparent;
}

.cons-box1 {
  background: url(../img/Natural-World.jpg) no-repeat;
}

.cons-box2 {
  background: url(../img/Education.jpg) no-repeat;
}

.cons-box3 {
  background: url(../img/Rural-Development.jpg) no-repeat;
}

.cons-box {
  min-height: 521px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
}

.cons-text {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0px;
  text-shadow: 0 1px 3px rgb(255 255 255);
  font-family: "Marcellus", serif;
  font-size: 18px;
  font-weight: 800;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.cons-text2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  width: 100%;
}

.cons-text2 h2,
.cons-text2 h5 {
  text-align: center;
  display: block;
  color: #28231e;
}

.cons-text2 h2 {
  font-size: 65px;
  line-height: 1;
}

.bng-bg {
  position: relative;
  padding: 0 85px;
  padding-bottom: 135px;
}

.bng-bg::before {
  position: absolute;
  content: "";
  /* background: url(../img/bg.jpg)no-repeat center;
    background-size: cover; */
  background-color: var(--pbmit-global-color);
  width: 100%;
  height: 87%;
  top: 12%;
  left: 0;
  z-index: -2;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}

.bng-bg:after {
  position: absolute;
  content: "";
  background: url(../img/textured-paper.png) repeat center;
  background-size: cover;
  width: 100%;
  height: 87%;
  top: 12%;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  opacity: 0.12;
}

.sub-text {
  color: #ffd182;
}

.side-frm {
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  position: sticky;
  top: 100px;
  left: 0;
}

.side-frm .form-control {
  /* margin-bottom: 20px; */
  font-size: 14px;
  height: 43px;
  line-height: normal;
  padding: 0 10px;
  font-weight: 600;
  border-width: 0 0 1px 0;
  font-family: inherit;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #ddd;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  margin-bottom: 0;
}

.side-frm button {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background: #448c74;
  color: #fff;
  border: 1px solid #448c74;
}

.side-frm button:hover {
  background: transparent;
  border: 1px solid #448c74;
  color: #448c74;
}

/* .side-frm a {
  width: 100%;
  padding: 10px;
  background: #e5c466;
  border: 1px solid #e5c466;
}

.side-frm a:hover {
  border: 1px solid #e5c466;
  background: #fff;
  color: #e5c466;
} */

.zod-brief {
  padding: 25px;
  background: url(../images/zd.png) no-repeat center;
  background-size: cover;
  border-radius: 8px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  border: 1px solid #ddd;
}

.zod-brief strong {
  color: #1f1437;
  padding: 2px 5px 2px 0;
}

.zod-brief li {
  color: #a9131f;
  font-size: 16px;
  margin-bottom: 15px;
  font-family: var(--pbmit-heading-typography-font-family);
}

.zodic-main-head {
  font-size: 45px;
  width: fit-content;
  border-bottom: 0;
  margin: 0 auto 25px;
  padding-bottom: 20px;
  color: #555 !important;
  padding-bottom: 20px;
  width: fit-content;
  margin: 0 auto 25px;
  border-image: linear-gradient(267deg,
      #f3ebde00 0,
      #f3ebde00 25%,
      #448c74 50%,
      #f3ebde00 75%,
      #f3ebde00 100%) 1 !important;
  border-bottom: 3px solid #555 !important;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
}

.zodic-head2 {
  font-weight: 300;
  border-image: linear-gradient(272deg,
      #f3ebde00 0,
      #f3ebde00 15%,
      #4b886e 50%,
      #f3ebde00 85%,
      #f3ebde00 100%) 1 !important;
  border-bottom: 3px solid #fff8f1 !important;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  background: 0 0 !important;
  margin-top: 25px !important;
  margin-bottom: 10px;
  font-size: 22px;
  padding-bottom: 10px;
  display: inline-block;
}

.lisst-2 {
  padding: 25px;
  background: #fff;
  margin-bottom: 25px;
  border-left: 5px solid #5a9179;
}

.lisst-2 li strong {
  color: #ffc107;
}

.lisst-2 li {
  margin-bottom: 8px;
}

.zodd-img {
  height: 448px;
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px;
  margin: 10px auto 25px;
  display: inherit;
  background: #fff;
  overflow: hidden;
}

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

.other-zodd a {
  text-decoration: underline;
}

.cont-gau {
  background-image: url(../images/homepage-2/bg/yoga-pattern-01-1.png);
  border-radius: 30px;
  background-color: var(--pbmit-global-color);
  padding: 70px;
}

.cont-gau h2 {
  color: #fff;
  text-align: center;
}

.cont-gau .about-one-list-group,
.about-us-one_btn {
  padding-left: 0;
}

.num-box {
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #fff;
  margin-top: 25px;
}

.numb-no {
  width: 100px;
  height: 100px;
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  border-radius: 50% 0 50% 50%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.numb-no1 {
  background: #fea057;
}

.numb-no2 {
  background: #f5cb4b;
}

.numb-no3 {
  background: #5dd0aa;
}

.numb-text {
  font-size: 20px;
  font-weight: 600;
}

.zodic-main-head span {
  width: 40px;
  height: 40px;
  background: #e1880b;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  color: #fff;
}

.num-box2 {
  background: #fdedbf;
}

.num-box2 .zodic-main-head {
  border-image: linear-gradient(267deg,
      #e5c466 0,
      #e5c466 25%,
      #448c74 50%,
      #e5c466 75%,
      #e5c466 100%) 1 !important;
}

.num-table {
  margin-top: 25px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #28231e;
}

.coll-title i {
  width: 50px;
  height: 50px;
  border-radius: 50% 0 50% 50%;
  text-align: center;
  line-height: 50px;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
}

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

.coll-title i.fa-youtube {
  background: #ff0000;
}

.coll-title i.fa-microphone {
  background: linear-gradient(180deg,
      rgba(1, 190, 255, 1) 0%,
      rgba(81, 92, 255, 1) 100%);
}

.coll-title i.fa-instagram {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.collab-bx {
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  margin-top: 70px;
  margin-bottom: 70px;
}

.collab-from {
  padding: 25px;
  border-radius: 10px;
  background-color: #e5c466;
  background-image: url(../images/homepage-1/bg/yoga-pattern-new-01-1.png);
}

.collab-from button {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  background: #448c74;
  color: #fff;
  border: 1px solid #448c74;
}

.collab-from button:hover {
  background: transparent;
  border: 1px solid #448c74;
}

.collab-from .form-control {
  margin-bottom: 20px;
  font-size: 14px;
  height: 43px;
  line-height: normal;
  padding: 0 10px;
  font-weight: 600;
  border-width: 0 0 1px 0;
  font-family: inherit;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #000;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}

.collab-from textarea.form-control {
  padding: 10px;
  height: 100px;
}

.celeb-box {
  padding: 25px;
  text-align: center;
  border-radius: 15px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 25px;
}

.celeb-box iframe {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  margin-top: 25px;
}

.qoute-bx {
  padding: 25px;
  border: 5px solid #fff;
  background: rgb(250 247 242);
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 16px 0px;
  margin-bottom: 25px;
}

.qoute-bx img {
  margin-bottom: 25px;
}

.qoute-bx a {
  color: rgb(0, 0, 84);
}

.qoute-bx h4 {
  font-size: 25px;
}

.qt-footer {
  display: flex;
  justify-content: space-between;
  color: #6e665b;
  margin-top: 40px;
  font-size: 14px;
  position: relative;
}

.qt-footer a {
  color: #438c74;
}

.qt-footer a i {
  color: #ddb865;
}

.qt-footer a:hover i {
  color: #cb4712;
  transition: 0.6s ease-in-out;
}

.rel-crd4 .rel-head {
  background: #01365d;
  -webkit-clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%);
}

.rel-crd4 .rel-text h6 {
  font-size: 14px;
}

.rel-crd4 .rel-text h6 i {
  color: #01365d;
}

.content {
  display: none;
  /* Initially hide the content */
  max-height: 100%;
  /* Adjust as needed */
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.toggle-btn {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

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

.benefit-bx img {
  margin-bottom: 25px;
}

.video-sec iframe {
  height: 500px;
  width: 100%;
  padding: 7px;
  border: 1px solid #eee;
  border-radius: 7px;
  background: #fff;
  box-shadow: 4px 6px 28px 6px #00000042;
}

.learn-kriya {
  background: rgb(243 235 222);
}

.kriya-mail-wrap {
  background-color: #e0d7c8;
}

.honor-block {
  font-size: 35px;
  font-family: "Marcellus", serif;
  text-align: center;
}

.the-person-swiper iframe {
  padding: 7px;
  border: 1px solid #eee;
  background: #fff;
}

.quote-bx img {
  width: 40px;
  margin-bottom: 25px;
  filter: invert(50%) sepia(16%) saturate(3136%) hue-rotate(346deg) brightness(93%) contrast(84%);
}

.num-star {
  width: auto;
  margin: 0 auto;
  background: url(../img/star.webp) no-repeat center;
  background-size: contain;
  padding: 140px;
}

.numerlogy-table {
  width: 180px;
  margin: 0 auto;
}

.numerlogy-table td {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 43px;
  font-size: 25px;
  background: #fff;
}

.mantra-bx {
  background: url(../images/mantra.jpg) no-repeat center center;
  padding: 0px 50px 40px 50px;
  background-size: cover;
  border: 5px solid #448c74;
  width: 600px;
  margin: 0 auto;
}

.mantra-text {
  font-size: 30px;
  /* font-weight: 800; */
  text-align: center;
  color: #ff862a;
  font-family: "Kalam", cursive;
}

.num-table {
  padding: 5px;
  background: #fff;
  margin-bottom: 25px;
}

.num-table table {
  margin-bottom: 0;
}

.num-table .table-striped>tbody>tr:nth-of-type(odd)>* {
  background: #ffe8a2;
}

.num-table .table-striped>tbody>tr:nth-of-type(even)>* {
  background: #ffedb8;
}

.side-frm .input-group-text {
  height: 43px;
  background: #e5c466;
  /* border-right: none; */
}

.mailing-form {
  margin-top: 40px;
}

.mailing-form input {
  font-size: 18px;
  border-radius: 3px;
  border-width: 1px;
  border-style: solid;
  border-color: #6e665b;
  background-color: rgb(255, 255, 255);
  height: 45px;
  font-weight: 400;
}

.mailing-form .input-group-text {
  height: 45px;
  border-width: 1px;
  border-style: solid;
  border-color: #6e665b;
  width: 45px;
  padding: 0;
  text-align: center;
  display: block;
  line-height: 45px;
  background: #e5c058;
}

.mailing-form input.form-control:focus {
  border-color: #6e665b !important;
  background-color: rgb(255, 255, 255) !important;
}

.mailing-form select.form-select {
  border: 1px solid #6e665b;
  height: 45px;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 0 20px;
}

.mailing-form button {
  padding: 5px 15px;
  background: #448c74;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
  width: 200px;
}

.mailing-form button:hover {
  border: 1px solid #448c74;
  color: #448c74;
  background: #fff;
}

.about-us-one_rightbox .pbmit-title {
  font-weight: 700;
  color: #448c74;
}

.about-us-one_rightbox .pbmit-ihbox-style-12 .pbmit-element-title {
  font-weight: 700;
  color: #448c74;
  margin-bottom: 25px;
}

.pbmit-ihbox-contents p strong {
  color: #448c74;
}

@media (max-width: 600px) {
  .calc-box {
    padding: 40px 0;
  }

  .zodd-img {
    width: 100%;
    height: auto;
  }

  .num-star {
    padding: 85px;
  }

  .bottom-header-wrap .navbar .container-fluid {
    justify-content: flex-start;
  }

  .bottom-header-wrap .navbar-toggler {
    display: block !important;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0;
    font-size: 35px;
    line-height: 35px;
    color: var(--pbmit-white-color);
    width: 40px;
    height: 40px;
    z-index: 1;
    margin-right: 30px;
  }

  .zodic-main-head {
    font-size: 25px;
  }

  .side-frm {
    position: relative;
    margin-top: 25px;
    top: 0;
  }

  .mantra-bx {
    width: 100%;
  }

  .zode-shadow {
    margin-top: 25px;
  }

  .cont-gau {
    padding: 25px;
  }

  .pbmit-btn {
    padding: 12px 25px;
  }
}

.inner-wis {
  background-color: #fff;
  background-position: 0 80px, center;
}

.appoint-modal form input {
  /* margin-bottom: 20px; */
  font-size: 14px;
  height: 43px;
  line-height: normal;
  padding: 0 10px;
  font-weight: 600;
  border-width: 0 0 1px 0;
  font-family: inherit;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  margin-bottom: 0;
  background: #fff;
}

.appoint-modal form textarea {
  /* margin-bottom: 20px; */
  font-size: 14px;
  height: 70px;
  line-height: normal;
  padding: 10px 10px;
  font-weight: 600;
  border-width: 0 0 1px 0;
  font-family: inherit;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  margin-bottom: 0;
  background: #fff;
}

.appoint-modal .modal-header {
  background: var(--pbmit-global-color);
}

.appoint-modal .modal-title {
  color: #fff;
}

.appoint-modal .modal-body {
  background: #f4f6f7;
}

.appoint-modal .form-label {
  font-size: 14px;
}

.appoint-modal button.btn {
  background: #e5c466;
  border: 1px solid #e5c466;
}

.moretext {
  display: none;
}

.award-bx {
  margin-bottom: 25px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-bottom: 5px solid #448c74;
}

.award-bx img {
  border-radius: 8px 8px 0 0;
}

.award-text {
  /* background: #fff; */
  padding: 25px;
}

.award-text h5 {
  color: #448c74;
}

.award-row .owl-item img {
  height: 100%;
  object-fit: cover;
}

.award-row .owl-item:nth-child(odd) .award-bx .fix-height {
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  height: 300px;
  overflow: hidden;
}

.award-row .owl-item:nth-child(even) .award-bx .fix-height {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  height: 300px;
  overflow: hidden;
}

.award-row .owl-item:nth-child(odd) .pp-overlay {
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}

.award-row .owl-item:nth-child(even) .pp-overlay {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}

.the-person-swiper .owl-nav button.owl-prev,
.service-crousel .owl-nav button.owl-prev {
  left: -20px;
}

.the-person-swiper .owl-nav button.owl-next,
.service-crousel .owl-nav button.owl-next {
  right: -20px;
}

.the-person-swiper .owl-nav button.owl-prev,
.the-person-swiper .owl-nav button.owl-next,
.service-crousel .owl-nav button.owl-prev,
.service-crousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme.the-person-swiper .owl-nav [class*="owl-"]:hover,
.owl-theme.service-crousel .owl-nav [class*="owl-"]:hover {
  background: #dfbf65;
}

/* .the-person-swiper .owl-stage-outer {
  padding-bottom: 50px;
} */

.the-person-swiper .owl-nav button i {
  line-height: 40px;
}

.articles-sec {
  background: rgb(243 235 222);
  padding: 70px 0 135px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.latest-quote img {
  width: 100%;
}

.latest-quote .latest-dt {
  display: flex;
  width: 100%;
  height: 70px;
}

.dts {
  background: #448c74;
  width: 20%;
  flex-shrink: 0;
  text-align: center;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  vertical-align: middle;
  padding-top: 10px;
}

.dts span {
  display: block;
  font-size: 14px;
}

.evnts {
  background: #e5c058;
  width: 80%;
  flex-shrink: 0;
  line-height: 70px;
  padding-left: 15px;
}

.latest-quote {
  background: #e5c058;
  padding-bottom: 25px;
}

.latest-qt {
  background: #fff;
  padding: 25px;
  text-align: center;
  font-weight: 600;
  margin: -25px 25px 0 25px;
  position: relative;
}

.latest-quote .latest-qt img {
  width: 36px;
  margin-bottom: 25px;
}

.fee {
  font-size: 20px;
  font-weight: 700;
  padding: 25px;
}

.fee span {
  color: #448c74;
}

.why-choose-bx-wrap .col-lg-3 {
  padding: 0;
}

.why-choose-bx {
  padding: 25px;
  margin-top: 25px;
  position: relative;
  height: 100%;
}

.why-choose-bx h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}

.why-choose-bx1 {
  background: #448c74;
  color: #fff;
}

.why-choose-bx1 h3 {
  color: #fff;
}

.why-choose-bx2 {
  background: #e5c058;
}

.cert-ul li {
  margin-bottom: 15px;
}

.cert-ul i {
  color: #448c74;
}

.st-video-sec iframe {
  width: 100%;
  height: 250px;
  box-shadow: 0px 7px 20px -5px #0000005e;
  margin: 15px 0;
  border-radius: 7px;
}

.dettails {
  background: #448c74;
  position: absolute;
  width: 235px;
  height: 195px;
  border-radius: 50%;
  padding-top: 27px;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  color: #fff;
}

.zodiac-box:hover {
  transition: 0.3s ease-in-out;
  border: 1px solid #448c74;
}

.zodiac-box:hover .dettails {
  bottom: -63%;
}

.cal-right .input-group-text {
  height: 55px;
  width: 55px;
  text-align: center;
  display: block;
  line-height: 55px;
  padding: 0px;
  border-radius: 30px;
  background: #e5c058;
}

.cal-right select {
  height: 55px;
  background-color: #fff;
}

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

.input-container input[type="date"]::-webkit-datetime-edit {
  color: #796f6f;
}

.input-container input[type="date"]:-moz-placeholder {
  color: #796f6f;
}

.input-container input[type="date"],
.input-container input[type="date"]:focus {
  color: #796f6f !important;
  text-transform: uppercase;
}

.sharee-box {
  position: absolute;
  background: #fff;
  width: 100%;
  text-align: left;
  border-radius: 5px;
  padding-left: 10px;
  bottom: -9px;
  left: 0;
  display: none;
}

.sharee-box a {
  font-size: 20px;
  margin: 5px 6px;
  display: inline-block;
}

.sharee-btn {
  position: relative;
  z-index: 99;
}

.zodiac-sidebar-list li a img {
  width: 30px;
  margin-right: 10px;
  filter: invert(40%) sepia(9%) saturate(1408%) hue-rotate(349deg) brightness(98%) contrast(87%);
}

.zodiac-sidebar-list {
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  position: sticky;
  top: 70px;
  left: 0;
}

.zodiac-sidebar-list li {
  border-bottom: 1px solid #ddd;
  padding: 25px;
  font-size: 25px;
}

.zodiac-sidebar-list li span {
  float: inline-end;
  transform: rotate(45deg);
}

.zodiac-sidebar-list li span i {
  width: 40px;
  height: 40px;
  background: #ed7d50;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.tech-btn-wrap span {
  background: #448c74;
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px;
  display: inline-block;
}

.pagination li {
  margin: 2px 5px 2px 0;
}

.pagination li a {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #448c74;
  padding: 0;
  color: #448c74;
}

.pagination .active>.page-link,
.page-link.active {
  background: #448c74;
  border: 1px solid #448c74;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 50% 50%;
}

.page-link {
  border-radius: 50% 50%;
}

.pagination .page-item:not(:first-child) .page-link {
  margin: 0;
}

.big-letter {
  color: #448c74;
  float: left;
  display: block;
  font-size: 65px;
  line-height: 45px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 40px;
  padding-right: 5px;
  overflow: visible;
  font-family: "Marcellus", serif;
}

.blog-img2 {
  width: 784px;
  margin: 35px auto;
}

.sticky-sideber {
  position: sticky;
  top: 80px;
  left: 0;
}

/* .zodiac-cut {
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
} */

.color-gold {
  color: #ffd182;
  font-size: 43px;
}

.border-w {
  border: 3px solid #fff;
}

.bng-bg p {
  font-size: 18px;
}

.share-ff span a {
  width: 43px;
  height: 43px;
  line-height: 43px !important;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(24, 26, 23, 0.1);
  margin: 0 5px;
}

.share-ff span.bg-fb a {
  background: #48bde9;
}

.share-ff span.bg-ws a {
  background: #25d366;
}

.share-ff span.bg-in a {
  background: #962fbf;
}

.share-ff span.bg-fb a i {
  color: #fff;
}

.share-ff span.bg-ws a i {
  color: #fff;
}

.share-ff span.bg-in a i {
  color: #fff;
}

.share-ff {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid rgba(24, 26, 23, 0.1);
  padding-top: 30px;
}

.vidos {
  margin-bottom: 25px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
  font-size: 50px;
  color: var(--pbmit-white-color);
  text-shadow: 2px 2px #bbbabad8;
}

.vidos img {
  border-radius: 8px;
}

.blog-bx .sharee-box {
  bottom: 18px;
}

.qt-icc i {
  font-size: 40px;
  color: #e5c466;
}

.spinner_box {
  text-align: center;
  position: relative;
  width: 135px;
  margin: 0 auto;
}

.spinner_box img {
  width: 100%;
}

.om {
  position: relative;
}

.om2 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: pbmit_rotate;
  -moz-animation-name: pbmit_rotate;
  -ms-animation-name: pbmit_rotate;
  -o-animation-name: pbmit_rotate;
  animation-name: pbmit_rotate;
  -webkit-animation-duration: 15s;
  -moz-animation-duration: 15s;
  -ms-animation-duration: 15s;
  -o-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.mob-only {
  display: none;
  background: #e0d7c8;
  /* padding: 15px 25px; */
}

.left-mob {
  padding-left: 25px;
}

.right-mob {
  flex-shrink: 0;
}

.right-mob button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #cec3b1;
  padding: 0;
  border-radius: 0;
  font-size: 25px;
  border: none;
}

.right-mob button:hover {
  background: #cec3b1;
}

.right-mob button:focus:not(:focus-visible) {
  background: #cec3b1;
}

.mob-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.bottom-header-wrap .navbar .doot a.nav-link::before {
  display: none;
}

.abtn {
  position: sticky;
  top: 70px;
  left: 0;
}

.inner-abt h5,
.inner-abt strong {
  font-weight: 700;
  color: #448c74;
}

.owl-theme.abt-1-slide .owl-dots,
.owl-theme.abt-2-slide .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
}

.owl-theme.abt-1-slide .owl-dots .owl-dot span,
.owl-theme.abt-2-slide .owl-dots .owl-dot span {
  width: 19px;
  height: 19px;
  background: #fff;
  opacity: 0.25;
}

.owl-theme.abt-1-slide .owl-dots .owl-dot.active span,
.owl-theme.abt-1-slide .owl-dots .owl-dot:hover span,
.owl-theme.abt-2-slide .owl-dots .owl-dot.active span,
.owl-theme.abt-2-slide .owl-dots .owl-dot:hover span {
  background: #f5ac3e;
  opacity: 1;
}

.abt-1-slide .owl-item,
.abt-2-slide .owl-item {
  padding: 0 15px 36px 15px;
}

.abt-1-slide .item,
.abt-2-slide .item {
  box-shadow: 0 22px 30px -10px rgb(0 0 0 / 40%);
  padding-bottom: 5px;
}

.cert-box {
  padding: 5px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.3s ease-in-out;
  background-color: #e0d7c8;
  background-image: -webkit-linear-gradient(transparent 50%,
      rgba(70, 64, 56, 0.5) 50%,
      rgba(70, 64, 56, 0.5)),
    -webkit-linear-gradient(0deg, transparent 50%, rgba(70, 64, 56, 0.5) 50%, rgba(70, 64, 56, 0.5));
  background-image: -moz-linear-gradient(transparent 50%,
      rgba(70, 64, 56, 0.5) 50%,
      rgba(70, 64, 56, 0.5)),
    -moz-linear-gradient(0deg, transparent 50%, rgba(70, 64, 56, 0.5) 50%, rgba(70, 64, 56, 0.5));
  background-image: linear-gradient(transparent 50%,
      rgba(70, 64, 56, 0.5) 50%,
      rgba(70, 64, 56, 0.5)),
    linear-gradient(90deg,
      transparent 50%,
      rgba(70, 64, 56, 0.5) 50%,
      rgba(70, 64, 56, 0.5));
  margin-bottom: 25px;
}

.cert-box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cert-box img {
  width: 100%;
}

.owl-carousel.cers-carousel .owl-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.owl-carousel.cers-carousel .owl-item .item {
  transform: scale(0.8);
  /* adjust the scale as needed */
  transition: transform 0.5s;
}

.owl-carousel.cers-carousel .owl-item.active.center .item {
  transform: scale(1);
  /* active (center) item */
}

/* .owl-theme.cers-carousel .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
} */
.owl-theme.cers-carousel .owl-dots .owl-dot span {
  width: 19px;
  height: 19px;
  background: #2f2f2f;
  opacity: 0.25;
}

.owl-theme.cers-carousel .owl-dots .owl-dot.active span,
.owl-theme.cers-carousel .owl-dots .owl-dot:hover span {
  background: #f5ac3e;
  opacity: 1;
}

.achi-carousel .owl-nav button.owl-prev {
  left: -20px;
}

.achi-carousel .owl-nav button.owl-next {
  right: -20px;
}

.achi-carousel .owl-nav button.owl-prev,
.achi-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.achi-carousel .owl-stage-outer {
  padding-bottom: 50px;
}

.achi-carousel .owl-nav button i {
  line-height: 40px;
}

.achi-carousel .item {
  overflow-y: hidden;
}

.achi-carousel img {
  border-radius: 170px 170px 0 0;
}

.achi-text {
  position: absolute;
  bottom: -21%;
  left: 0;
  width: 100%;
  padding: 25px;
  background: #448c74;
  text-align: center;
  border-radius: 50%;
  width: 100%;
  height: 202px;
}

.achi-text h6 {
  margin-bottom: 0;
}

.achi-text h6,
.achi-text h5 {
  color: #fff;
}

.main-banner-mob {
  margin-left: 20px;
  margin-right: 20px;
  /* border-radius: 30px 30px 0 0; */
  overflow: hidden;
}

.bann-txt h2 a {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  color: #fff;
  display: block;
}

.award-list h4 i {
  color: #f2c209;
}

.ax-cut {
  background: rgb(243 235 222);
  padding: 70px 0 250px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, -30% 100%);
}

.work-cta {
  padding: 50px;
  /* background: #448c74; */
  border-radius: 30px;
  background-color: #464038;
  background: url(../images/homepage-1/bg/yoga-pattern-new-01-1.png) no-repeat top center;
  background-size: cover;
  background-position: fixed;
}

.work-cta .row {
  align-items: end;
  align-content: end;
}

.work-cta .cta-button-holder {
  text-align: end;
  display: inline-flex;
  position: relative;
  width: 100%;
}

.work-cta .sm-title {
  color: #dfbf65;
}

.work-cta h2 {
  color: #ffffff;
  font-size: 35px;
}

.work-cta h2 i {
  color: #dfbf65;
  /* background: #448c74; */
}

.work-cta .cta-button {
  text-align: end;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  color: #fff;
}

.work-cta .cta-button-text {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 25px;
}

.work-cta .cta-button-text i {
  color: #dfbf65;
}

.work-cta .cta-button span {
  color: #fff;
}

.cers-carousel .item img {
  box-shadow: 0 22px 30px -10px rgb(0 0 0 / 40%);
  padding-bottom: 5px;
}

.cers-carousel .owl-stage-outer {
  padding-bottom: 15px;
}

.cert-box2 img {
  width: 100%;
}

.cert-box2 {
  box-shadow: 0 22px 30px -10px rgb(0 0 0 / 40%);
  padding: 5px;
  margin-top: 25px;
  background: #dfbf65;
}

.cert-box,
.cert-box2 {
  position: relative;
}

.popup-gallery,
.popup-gallery2 {
  display: block;
  position: relative;
}

.pp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;

  color: #fff;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  /* backdrop-filter: blur(2px); */
}

.pp-overlay i {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 800;
}

.cert-box:hover .pp-overlay,
.cert-box2:hover .pp-overlay,
.masonry .item:hover .pp-overlay,
.award-bx:hover .pp-overlay {
  opacity: 1;
}

.masonry {
  /* Masonry container */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
  position: relative;
}

.masonry .item {
  display: inline-block;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 0.3s ease-in-out;
  box-shadow: 0 22px 30px -10px rgb(0 0 0 / 40%);
  padding: 5px;
  background: #aea493;
  margin-bottom: 25px;
  position: relative;
}

.masonry .item img {
  max-width: 100%;
}

.cc-read {
  padding: 10px 25px;
}

.cc-read p i {
  font-size: 25px;
  color: #448c74;
}

.cc-read h5 {
  color: #448c74;
  border-bottom: 1px solid #464038;
  padding-bottom: 10px;
  font-size: 18px;
}

.cc-read p {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
}

.blog-main:hover .blog-main-text h2 {
  color: #ea7525;
  transition: 0.3s ease-in-out;
}

.blog-main {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
}

/* .blog-main-img {
  width: 52%;
} */

.right-fft span a:hover {
  background-color: #ea7525;
  box-shadow: 0 22px 30px -10px rgb(0 0 0 / 40%);
  transition: 0.3s ease-in-out;
}

.blog-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-main-text {
  padding: 10px;
  background: #fff;
  height: max-content;
}

.blog-main-text h2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--pbmit-global-color);
}

.blog-main-text span {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 17px 4px;
  background: #e5c466;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  margin-bottom: 15px;
  color: #000000;
}

.blog-main-text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-meeta {
  margin-top: 17px;
  position: relative;
}

.post-meeta::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-bottom: 17px;
  background-color: #464038;
}

.main-mob-carousel .item {
  width: 100%;
  float: none;
  max-width: 100%;
  box-shadow: 0 18px 16px -5px rgb(0 0 0 / 30%);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 484px;
}

.main-mob-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bann-txt {
  position: absolute;
  background-color: rgb(6 0 0 / 29%);
  bottom: -1px;
  padding-top: 65px;
  -webkit-clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  left: 0;
  padding-left: 15px;
  padding-bottom: 10px;
  backdrop-filter: blur(1px);
}

.phone-bnr-tag {
  color: #fff;
  border-radius: 30px;
  padding: 4px 7px;
  font-size: 12px;
  border: 1px solid #fff;
  margin-left: 10px;
  background: #00000042;
  backdrop-filter: blur(5px);
}

.phone-bnr-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.phone-bnr-des {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.bnr-know-btn {
  background-color: #448c74 !important;
}

.sitemap-card .card-header {
  background-color: #448c74;
  color: #fff;
  padding: 10px;
}

.sitemap-card .card-header h3 {
  color: #fff;
  text-align: center;
}

.sitemap-card .card-body {
  padding: 15px;
}

.sitemap-card .card-body ul li {
  margin-bottom: 10px;
  margin-left: 10px;
}

.sitemap-card .card-body ul li::before {
  content: '\f101';
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #448c74;
  font-size: 12px;
  display: inline-block;
}

.sitemap-card {
  background-color: #fff;
  border: 1px solid #448c74;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 22px 30px -10px rgb(0 0 0 / 40%);
}

.footer-map-box {
  border: 5px solid #438c74;
  background-color: #dfbf65;
  padding: 5px;
  border-radius: 6px;
  margin-top: 6px;
}

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

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .d-sm-none {
    display: none;
  }

  .pbmit-ihbox-style-1 .pbmit-ihbox-icon {
    margin-right: 0;
  }

  .gt-bottom-links {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }

  .phone-bnr-heading {
    font-size: 35px;
    margin-top: 5px;
    text-shadow: 0px 3px 15px #000;
  }

  .pbmit-sticky-special {
    padding: 30px 30px 0px 30px !important;
  }

  .pbmit-ihbox-box {
    flex-direction: column;
  }

  .pbmit-element-title {
    text-align: center;
  }

  .pbmit-heading-desc {
    text-align: justify;
  }

  .ihbox-section_one {
    border-radius: 20px;
    margin-top: 25px !important;
  }

  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .calc-box {
    padding: 40px 0;
  }

  .my-foot-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .honor-block {
    font-size: 25px;
  }

  .brochure-btn {
    right: 75px;
  }

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

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

.inner-mob img {
  width: 100%;
}

.inner-mob .item {
  position: relative;
}

.aim-bx {
  display: flex;
  margin-top: 25px;
}

.aim-img {
  width: 90px;
  flex-shrink: 0;
  margin-right: 20px;
}

.aim-img img {
  width: 100%;
}

.aim-text h4 {
  font-weight: 700;
  color: #448c74;
}

.aim-text p {
  margin-bottom: 0;
  line-height: 1;
  font-size: 14px;
}

.special-bx {
  border: 1px solid #dfbf65;
  padding: 0px 20px 20px;
  transition: all 0.5s ease-in-out;
  /* min-height: 369px; */
  margin-top: 84px;
}

.special-img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  overflow: hidden;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.2));
  margin: -63px auto 0px;
  border: 1px solid #dfbf65;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateY(0deg);
  transition: 0.5s ease-in-out;
}

.special-img img {
  width: 65px;
  display: block;
  flex-shrink: 0;
}

.special-bx:hover .special-img {
  transform: rotateY(360deg);
}

.special-bx h4 {
  font-size: 18px;
  line-height: 22px;
  color: #448c74;
  font-weight: 600;
  margin-top: 25px;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.special-bx p {
  text-align: center;
}

.why-choose-service .aim-img {
  width: 102px;
  height: 102px;
  border-radius: 100%;
  border: 2px solid #448c74;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.why-choose-service .aim-img img {
  margin: auto;
  width: auto;
  /* filter: invert(34%) sepia(23%) saturate(596%) hue-rotate(26deg) brightness(99%) contrast(91%); */
}

.why-choose-service .aim-text p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
}

.package {
  text-align: center;
  padding: 30px 30px 30px 30px;
  transition: 0.3s ease-in-out;
}

.package.silver-package:hover {
  box-shadow: #e1eaee 0px 7px 29px 0px;
}

.package.gold-package:hover {
  box-shadow: #efc05f 0px 7px 29px 0px;
}

.package.platinum-package:hover {
  box-shadow: rgb(159 162 164) 0px 7px 29px 0px;
}

.c-badge {
  padding: 5px 15px 5px 15px;
  background-color: #d4e2ef;
  border-radius: 30px;
  display: inline-block;
}

.p-img {
  margin-bottom: 10px;
}

.p-img img {
  width: 60px;
}

.c-price {
  font-size: 65px;
  font-weight: 800;
  line-height: 1em;
  padding: 15px 0px 25px 0px;
  color: #448c74;
}

.package ul li i {
  font-size: 20px;
  padding-right: 10px;
  color: #448c74;
}

.package ul li {
  margin-top: calc(20px / 2);
  padding-bottom: calc(20px / 2);
}

.package .tech-btn-wrap {
  margin-top: 40px;
}

.package.silver-package .tech-btn-wrap a {
  background: radial-gradient(circle at 18.7% 37.8%,
      rgb(250, 250, 250) 0%,
      rgb(225, 234, 238) 90%);
  color: #000;
}

.package.gold-package .tech-btn-wrap a {
  background: radial-gradient(circle at 18.7% 37.8%, #fcf6ba 0%, #efc05f 90%);
  color: #000;
}

.package.platinum-package .tech-btn-wrap a {
  background: radial-gradient(circle at 18.7% 37.8%,
      rgb(255 255 255) 0%,
      rgb(159 162 164) 90%);
  color: #000;
}

.silver-package {
  border: 1px solid #e1eaee;
}

.gold-package {
  border: 1px solid #efc05f;
}

.platinum-package {
  border: 1px solid rgb(159 162 164);
}

.silver-package .c-badge {
  background: radial-gradient(circle at 18.7% 37.8%,
      rgb(250, 250, 250) 0%,
      rgb(225, 234, 238) 90%);
}

.gold-package .c-badge {
  background: radial-gradient(circle at 18.7% 37.8%, #fcf6ba 0%, #efc05f 90%);
}

.platinum-package .c-badge {
  background: radial-gradient(circle at 18.7% 37.8%,
      rgb(255 255 255) 0%,
      rgb(159 162 164) 90%);
}

.zodic-main-head.text-white {
  color: #fff !important;
  border-image: linear-gradient(267deg,
      #f3ebde00 0,
      #f3ebde00 25%,
      #e5c466 50%,
      #f3ebde00 75%,
      #f3ebde00 100%) 1 !important;
  border-bottom: 3px solid #555 !important;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
}

.heading-content {
  display: flex;
  gap: 1rem;
}

.heading-content .heading-logo {
  text-align: right;
}

.heading-content .heading-logo svg {
  height: 80px;
  width: 100px;
}

.heading-content .heading-logo svg path,
.heading-content .heading-logo svg polygon {
  fill: #448c74;
}

.heading-text h3 {
  margin-bottom: 0;
}

.heading-text h2 {
  font-size: 3rem;
  font-weight: 600;
}

.feat-header .custom-border {
  margin-top: 0.5rem;
  height: 3px;
  background: linear-gradient(90deg,
      rgb(243 235 222),
      #448c74,
      #448c74,
      #448c74,
      rgb(243 235 222));
  border-radius: 50%;
  width: 100%;
}

.bg-feat {
  top: 0;
  left: 50%;
  /* right: 50%; */
  transform: translateX(-50%);
  position: absolute;
  width: 77%;
  height: 100%;
  background: rgb(243 235 222);
}

.feat-sec .vidos img {
  border-radius: 0;
}

.feat-header {
  padding: 0 0 0 140px;
}

.exclusive-heading {
  position: absolute;
  left: calc((100% - 182px) / 2);
  top: 13.5%;
}

.exclusive-ct {
  background-image: url(../images/homepage-1/bg/yoga-pattern-new-01-1.png);
  background-color: var(--pbmit-global-color);
  padding: 25px;
  width: auto;
  position: relative;
  top: 9px;
  left: 0px;
  text-align: center;
  padding: 55px 200px 55px 200px;
  margin-top: -80px;
}

.exclusive-ct h2 {
  color: #fff;
  font-weight: 600;
}

.exclusive-ct p {
  color: #edd9a0;
  margin-top: 25px;
}

.connect-bx ul {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  width: 100%;
  gap: 1.5%;
}

.connect-bx {
  text-align: center;
  padding: 70px 0;
  border-radius: 15px;
  background-image: url(../images/homepage-1/bg/yoga-pattern-new-01-1.png);
  background-color: #dfbf65;
}

.usp-box {
  background: #fff;
  margin-top: 25px;
  box-shadow: 7px 8px 30px -10px rgb(0 0 0 / 30%);
  position: relative;
  transition: 0.3s ease-in-out;
  border-bottom: 5px solid #448c74;
}

.usp-box:hover {
  box-shadow: 12px 14px 30px -10px rgb(0 0 0 / 40%);
}

.usp-box img {
  max-height: 207px;
  overflow: hidden;
}

.usp-text {
  padding: 15px;
}

.usp-text h4 {
  font-size: 25px;
  color: var(--pbmit-global-color);
}

.usp-text p {
  font-size: 14px;
}

.usp-row .col-lg-3:nth-child(odd) .usp-box img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}

.usp-row .col-lg-3:nth-child(even) .usp-box img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}

.connect-bx ul li {
  padding: 10px 20px 10px 10px;
  background: #fff;
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  box-shadow: rgb(0 0 0 / 17%) 3px 3px 6px 0px inset,
    rgb(0 0 0 / 21%) -3px -3px 6px 1px inset;
  margin: 0 10px;
}

.connect-bx ul li a {
  color: #fff;
  padding: 0px 3px;
}

.connect-bx ul li:hover a {
  color: #fff;
  padding: 0px 12px;
  transition: 0.6s ease-in-out;
}

.connect-bx ul li:hover {
  box-shadow: 0px 7px 28px #00000080;
  transition: 0.6s ease-in-out;
}

.connect-bx ul li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
}

.connect-bx ul li:nth-child(1) {
  background: #1877f2;
}

.connect-bx ul li:nth-child(1) i {
  color: #1877f2;
}

.connect-bx ul li:nth-child(2) {
  background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.connect-bx ul li:nth-child(2) i {
  color: #ee2a7b;
}

.connect-bx ul li:nth-child(3) {
  background: #ff0000;
}

.connect-bx ul li:nth-child(3) i {
  color: #ff0000;
}

.contact-card {
  background-color: #f4f0ec;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 5px;
  padding: 40px 30px;
  /* height: 300px;  */
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}

.contact-card:hover {
  box-shadow: none;
}

.contact-card-icon-box i {
  font-size: 45px;
  color: #dfbf65;
  /* padding: 15px; */
  border: 3px solid #dfbf65;
  border-radius: 50px;
  margin-bottom: 14px;
  width: 81px;
  height: 81px;
  line-height: 81px;
}

.contact-heading h2 {
  font-weight: 500;
  font-size: 30px;
}

.contact-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}

.contact-map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}

.contact-body a {
  font-size: 18px;
  transition: font-size 0.3s ease;
}

.contact-map a {
  font-size: 18px;
}

.contact-body a:hover {
  font-size: 20px;
}

.contact-form {
  padding: 30px 25px;
  background: #fff;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-form input {
  border-radius: 30px;
  padding: 10px 10px;
  border: 1px solid #ced4da;
}

.contact-form textarea {
  border-radius: 10px;
  padding: 10px 10px;
  border: 1px solid #ced4da;
}

.contact-form button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-style: normal;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  z-index: 1;
  color: #fff;
  background-color: rgb(68, 140, 116);
}

.contact-form .pbmit-button-icon svg {
  height: 13px !important;
  width: 13px !important;
}

.contact-form button:hover {
  background: #dfbf65;
}

.contact-verification {
  position: relative;
}

.contact-verification span {
  margin: 0;
  color: #fff;
  background: #dfbf65;
  padding: 15px 25px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 35px 35px 0px;
}

.address-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.underline {
  border-bottom: 1px solid #000;
}

.underline i {
  color: #dfbf65;
}

.contact-card2 .btn {
  background: #448c74;
  border-color: #448c74;
}

.contact-card2 .btn:hover {
  background: #dfbf65;
  border-color: #dfbf65;
}

.terms {
  padding-left: 2rem;
}

.terms li {
  margin-bottom: 25px;
  list-style: disc;
}

.left-bar-wrap {
  background-color: #e0d7c8;
  height: 100%;
}

.left-bar {
  width: 200px;
  text-align: end;
  display: block;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: visible;
  white-space: normal;
  padding-left: 0px;
  justify-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding-bottom: 100px;
  padding-top: 20px;
  position: sticky;
  top: 70px;
  margin-left: auto;
}

.left-bar li {
  padding: 10px 0 10px 5px;
}

.left-bar li a {
  padding: 15px 20px 15px 10px;
}

.activeNav {
  background: #faf7f0;
  border-left: 10px solid #448c74;
  border-bottom: none;
  display: block;
  margin-left: -9px;
}

.vedic-horoscope-desk {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.vh-form-header {
  background: linear-gradient(to right, #dfbf65 30%, #448c74 20%);
}

.vh-first-head {
  padding: 27px 15px;
}

.vh-second-head {
  padding: 20px 0px;
}

.vedic-horoscope-form {
  padding: 35px 25px;
}

.vedic-horoscope-form label {
  text-align: end;
  display: block;
}

.vedic-horoscope-form input,
.vedic-horoscope-form select {
  border: 1px solid #ddd;
  border-radius: 50px;
  margin: 0;
}

.vh-submit-btn {
  background: #dfbf65;
  color: #fff;
  padding: 10px 30px;
  margin-top: 20px;
}

.vedic-horoscope-content {
  position: relative;
  /* background-image: url("../images/Kundalini-Chakra-copy.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px; */
  color: #fff;
  overflow: hidden;
  text-align: end;
}

/* .vedic-horoscope-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.vedic-horoscope-content h1,
.vedic-horoscope-content p {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
} */
.vc-content-body {
  position: absolute;
  text-align: end;
  bottom: 0;
  right: 20px;
}

/* .cv-content-footer h5 span {
  font-size: 14px;
} */

.vedic-horoscope-mob {
  background-color: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.vedic-horoscope-mob h2 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
}

.vedic-horoscope-mob form {
  display: flex;
  flex-direction: column;
}

.vedic-horoscope-mob label {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.vedic-horoscope-mob input[type="text"],
.vedic-horoscope-mob input[type="email"],
.vedic-horoscope-mob input[type="tel"] {
  padding: 8px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.vedic-horoscope-mob .radio-group {
  display: flex;
  justify-content: space-between;
}

.vedic-horoscope-mob .radio-group button {
  flex: 1 1 calc(33% - 10px);
  padding: 9px;

  background-color: #ffffff;
  border: 1px solid #c4c3c3;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vedic-horoscope-mob .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}

.vedic-horoscope-mob .button-group button {
  flex: 1 1 calc(33% - 10px);
  padding: 9px 5px;

  background-color: #ffffff;
  border: 1px solid #c4c3c3;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vedic-horoscope-mob .button-group button:hover {
  background-color: #ddd;
}

.get-start-img {
  text-align: center;
}

.get-start-img img {
  height: 250px;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
    scale: 1;
  }

  50% {
    transform: translateY(-30px);
    scale: 1.2;
  }
}

@media screen and (max-width: 991px) {
  .vedic-horoscope-form label {
    font-size: 11px;
  }

  .vh-tc-radio {
    top: 5px;
    left: 20px;
    position: relative;
  }
}

.programs-contact {
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  height: 100%;
  border-bottom: 5px solid #448c74;
}

.programs-contact input {
  border-radius: 30px;
  padding: 10px 10px;
  border: 1px solid #ced4da;
}

.programs-contact select {
  border-radius: 30px;
  padding: 10px 10px;
  border: 1px solid #ced4da;
}

.programs-contact .niceCountryInputMenu {
  border-radius: 30px;
  padding: 10px 10px;
  border: 1px solid #ced4da;
}

.programs-contact textarea {
  border-radius: 10px;
  padding: 10px 10px;
  border: 1px solid #ced4da;
}

.programs-contact button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-style: normal;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  z-index: 1;
  color: #fff;
  background-color: rgb(68, 140, 116);
  margin-top: 25px;
}

.programs-contact .pbmit-button-icon svg {
  height: 13px !important;
  width: 13px !important;
}

.programs-contact button:hover {
  background: #dfbf65;
}

.programs-conts-btn {
  padding: 10px 22px !important;
  border-radius: 3px !important;
}

.programs-video-sec iframe {
  height: 400px;
  width: 100%;
}

.post-p-wrap {
  background: #faf7f0;
  margin-bottom: 25px;
}

.post-p-img {
  padding: 15px;
  padding-bottom: 0;
}

.post-p-txt {
  padding: 15px;
  border-left: 6px solid #ea7525;
}

.post-p-txt h4 {
  font-size: 23px;
  line-height: 25px;
  color: #ea7525;
}

.post-p-txt p {
  margin-bottom: 0;
}

.read-ll {
  color: #ea7525;
  font-weight: 700;
}

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

.ellipsis {
  display: inline;
}

.full-text {
  display: none;
}

.read-ll {
  cursor: pointer;
  display: block;
}

.kriya-form-wrap form input,
.kriya-form-wrap form input:focus,
.kriya-form-wrap form select {
  border-radius: 30px;
  padding: 10px 10px;
  border: 1px solid #ced4da;
  color: #7d7f7d;
  background-color: #fff;
}

.kriya-form-wrap button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-style: normal;
  padding: 10px 25px;
  border: none;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  z-index: 1;
  color: #fff;
  background-color: rgb(68, 140, 116);
  margin-top: 25px;
}

.kriya-form-wrap button:hover {
  background: #ea7525;
}

.kriya-form-wrap .btm-kriya-frm {
  padding: 25px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  border-bottom: 5px solid #448c74;
}

.form-top {
  background: #ea7525;
  padding: 25px;
  border-radius: 15px 15px 0 0;
}

.kriya-form-wrap form .form-top select {
  background-color: #00000029;
  color: #fff;
  font-size: 22px;
  border: none;
  padding: 3px 20px;
  height: auto;
  margin-bottom: 0;
  border-radius: 30px;
}

.kriya-form-wrap form .form-top select:hover {
  cursor: pointer;
}

.kriya-form-wrap form .form-top select option {
  color: #000;
}

.kriya-form-wrap form .form-top h4 {
  font-size: 32px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid #00000026;
}

.kriya-form-wrap form .form-top p {
  color: #fff;
  float: inline-end;
  font-size: 22px;
}

.discount-bx {
  background: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  padding: 20px;
}

.discount-bx img {
  width: 20px;
}

.discount-bx p {
  margin-bottom: 0;
  font-weight: 600;
}

.contact-car {
  padding: 20px;
}

.contact-car p {
  text-align: justify;
}

.num-help-header {
  font-size: 25px !important;
  color: #448c74 !important;
}

.num-help-list i {
  color: #448c74;
}

.num-help-list li {
  line-height: 30px;
}

.num-help {
  padding: 35px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.special-content {
  height: 150px;
}

.service-payment-card {
  background: #e0e0e0;
  border-radius: 13px;
  padding: 1rem 2rem;
}

.service-payment-card .service-qr-code {
  text-align: center;
}

.service-payment-card .service-qr-code img {
  width: 60%;
  text-align: center;
}

.service-payment-card ol {
  list-style: number;
}

.service-payment-card ol li {
  font-size: 20px;
  line-height: 30px;
}

.service-payment-card ol li span {
  font-size: 15px;
}

.service-payment-card img {
  width: 53%;
}

.benf-bx {
  min-height: 160px;
  position: relative;
  width: 100%;
  background: #faf7f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}

.benef-icn {
  width: 68px;
  height: 68px;
  top: -34px;
  left: 20px;
  position: absolute;
}

.benef-icn img {
  height: 68px;
  width: 68px;
}

.benef-txt {
  margin-top: 60px;
  border-left: 6px solid #ea7525;
  height: 58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
}

.benef-txt h4 {
  font-size: 27px;
  line-height: 1;
}

.benef-txt h4 span {
  color: #ea7525;
}

.benef-wrap ul li {
  font-size: 18px;
  margin-top: 15px;
}

.benef-wrap ul li i {
  color: #ea7525;
}

.color-green {
  color: #448c74;
}

.register-now-btn {
  font-size: 20px;
  font-weight: 600;
  padding: 18px 35px;
  border: none;
  border-radius: 50px;
  background-color: #ea7525;
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 110px;
  z-index: 999;
  color: #fff;
  letter-spacing: 1px;
  box-shadow: rgba(115, 50, 12, 0.05) 0px 0.40741px 2.2037px 0px,
    rgba(115, 50, 12, 0.07) 0px 1.79259px 4.56296px 0px,
    rgba(115, 50, 12, 0.09) 0px 4.4px 9.1px 0px,
    rgba(115, 50, 12, 0.12) 0px 8.47407px 17.837px 0px,
    rgba(115, 50, 12, 0.14) 0px 14.2593px 32.7963px 0px,
    rgba(115, 50, 12, 0.19) 0px 22px 56px 0px;
}

.step-7-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  grid-gap: 10px;
  box-shadow: 6px 8px 10px 16px #0000000f;
  background: #fff;
  padding: 25px;
  margin: 25px 0;
  border-radius: 8px;
}

.live-l {
  padding-left: 8px;
  padding-right: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #f00;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.live-day {
  font-size: 20px;
  font-weight: 600;
  color: #448c74;
}

.live-t {
  font-size: 16px;
  margin-bottom: 10px;
}

.step-7-box p {
  font-size: 14px;
  margin-bottom: 0;
}

.step-7-box2 {
  border-left: 1px solid #ea752575;
  padding-left: 20px;
}

.step-7-box {
  width: 50%;
}

.fee-sec p b {
  font-size: 23px;
  color: #ea7525;
  font-weight: 500;
}

.fee-sec p {
  font-size: 20px;
}

.fee-table table {
  margin-top: 50px;
  background: #fff;
  box-shadow: rgb(203, 199, 187) 0px 10px 10px -6px;
  border-color: #dee2e6;
}

.fee-table td {
  vertical-align: middle;
  font-size: 20px;
  border-color: #dee2e6;
  text-align: center;
}

.fee-table th {
  background: #464038;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  border-color: #dee2e6;
  text-align: center;
}

.big-price h4 {
  font-size: 24px;
  margin-bottom: 0;
}

.big-price h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.big-price h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.green-bg-kriya::before {
  position: absolute;
  content: "";
  background-color: var(--pbmit-global-color);
  background-image: url(../img/textured-paper.png);
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  z-index: -2;
}

.events-sec .rel-text p {
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events-sec .row .col-lg-4:nth-child(even) .rel-head {
  clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
  background: #01365d;
}

.date-time-event {
  padding: 10px 15px;
  background: #ea7525;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
}

.gallery-sec .masonry .item {
  background: #fff;
}

.process-bx {
  margin-top: 25px;
  text-align: center;
  background: #faf7f0;
  padding: 25px;
  min-height: 325px;
  border-bottom: 6px solid #ea7525;
}

.process-bx h5 {
  color: #ea7525;
  margin-bottom: 25px;
}

.numb {
  width: 65px;
  height: 65px;
  background: #ea7525;
  line-height: 65px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
}

.coll-border {
  border-radius: 0 53px 53px 53px;
}

.benefit-bx img {
  width: 190px;
}

.bg-transparent {
  background: transparent;
}


.pbmit-yoge-icon-subscribe {
  animation: iconshake 1s linear infinite;
}

@keyframes iconshake {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.workshop-banner .pbmit-event-banner-img {
  width: 100%;
  height: 385px;
  border-radius: 0px;
  background-size: cover !important;
  background-position: center !important;
  clip-path: polygon(6.772% 0%, 93.228% 0%, 93.228% 0%, 94.326% 0.099%, 95.367% 0.386%, 96.339% 0.846%, 97.226% 1.463%, 98.016% 2.22%, 98.693% 3.103%, 99.244% 4.096%, 99.655% 5.182%, 99.911% 6.348%, 100% 7.576%, 100% 72.475%, 100% 72.475%, 99.73% 75.82%, 98.982% 78.307%, 97.848% 80.093%, 96.423% 81.332%, 94.8% 82.182%, 93.072% 82.796%, 91.332% 83.332%, 89.673% 83.944%, 88.189% 84.789%, 86.973% 86.023%, 86.973% 86.023%, 86.053% 87.654%, 85.385% 89.436%, 84.844% 91.292%, 84.304% 93.147%, 83.639% 94.925%, 82.723% 96.55%, 81.431% 97.945%, 79.638% 99.036%, 77.216% 99.746%, 74.041% 100%, 6.772% 100%, 6.772% 100%, 5.674% 99.901%, 4.633% 99.614%, 3.661% 99.154%, 2.774% 98.537%, 1.984% 97.78%, 1.307% 96.897%, 0.756% 95.904%, 0.345% 94.818%, 0.089% 93.652%, 0% 92.424%, 0% 7.576%, 0% 7.576%, 0.089% 6.348%, 0.345% 5.182%, 0.756% 4.096%, 1.307% 3.103%, 1.984% 2.22%, 2.774% 1.463%, 3.661% 0.846%, 4.633% 0.386%, 5.674% 0.099%, 6.772% 0%);
}





@media (min-width: 1400px) {
  /* .pbmit-title-bar-wrapper, .pbmit-title-bar-content {
    min-height: 586px;
} */
}

@media screen and (max-width: 991px) {
  .num-star {
    padding: 85px;
  }

  .left-bar-wrap {
    height: auto;
    margin-bottom: 25px;
  }

  .main-heading {
    font-size: 28px;
  }

  .left-bar {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-left: 0;
    text-align: center;
    justify-content: space-between;
  }

  .activeNav {
    margin-left: 0;
    border-left: 0;
    border-bottom: 2px solid #448c74;
    background: transparent;
  }

  .left-bar li {
    padding: 0;
  }

  .left-bar li a {
    display: block;
    padding: 15px;
  }

  .mini-sub {
    position: fixed;
    top: 76px;
  }

  .exclusive-ct {
    padding: 25px;
    margin-top: 25px;
    top: 0;
  }

  .connect-bx ul li {
    padding: 10px;
    border-radius: 50%;
  }

  .connect-bx ul li a span {
    display: none;
  }

  .connect-bx ul li i {
    margin-right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .feat-header {
    padding: 0;
  }

  .feat-header .custom-border {
    margin-bottom: 25px;
  }

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

  .feat-header p {
    text-align: center;
  }

  .bg-feat {
    width: 96%;
  }

  .package {
    margin-bottom: 25px;
  }

  .bottom-header-wrap .navbar li a.nav-link::before {
    opacity: 0;
  }

  .bottom-header-wrap .navbar li a.dropdown-toggle::before {
    opacity: 1;
    content: "\f078";
    font-family: FontAwesome;
    width: 61px;
    height: 44px;
    border-radius: 0;
    background: #423d35;
    right: 0;
    transform: translateX(45px) translateY(-50%);
    line-height: 44px;
    text-align: center;
  }

  .mob-only .top-btn {
    display: block;
    padding: 20px;
  }

  .mob-only .top-ul {
    display: block;
    padding: 15px;
    margin-inline-start: 0;
  }

  .mob-only .top-ul li {
    margin: 0 5px 0 0;
  }

  .mob-only .top-ul li a {
    color: #464038;
    margin-right: 10px;
  }

  .top-header-wrap {
    display: none;
  }

  .bottom-header-wrap .navbar li.nav-item.dropdown:hover .dropdown-menu {
    display: none;
  }

  .bottom-header-wrap .navbar li.nav-item.dropdown:hover .dropdown-menu.show {
    display: block;
  }

  .ihbox-section_one {
    margin: 0px 20px 0px 20px;
  }

  .work-cta .sm-title {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .work-cta .cta-button span {
    font-size: 16px;
  }

  .work-cta {
    padding: 25px;
  }

  .work-cta h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .ax-cut {
    padding: 70px 0 133px 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }

  .achi-text {
    bottom: -33%;
  }

  .navbar-collapse.collapse:not(.show) {
    display: block;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    background: #494037;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* padding: 25px; */
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    display: block;
  }

  .nav-item {
    padding: 8px 25px;
    border-bottom: 1px solid #e2d6c6;
  }

  .nav-item.doot {
    border: none;
  }

  .navbar-collapse.show {
    transform: translateX(0px);
  }

  .nav-overlay {
    position: absolute;
    background: #0000007d;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100vw);
    transition: 0.5s ease-in-out;
    display: block;
    z-index: 999;
  }

  .nav-overlay.active {
    transform: translateX(0);
  }

  .bottom-header-wrap .navbar li.nav-item .dropdown-menu {
    width: auto;
    background: transparent;
    box-shadow: none;
  }

  .bottom-header-wrap .navbar li.nav-item .dropdown-menu a {
    padding-left: 0 !important;
    color: #faf7f0;
    font-size: 14px;
    text-wrap: wrap;
  }

  .bottom-header-wrap .navbar li a {
    margin-left: 0;
  }

  button.navbar-toggler:focus:not(:focus-visible) {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    width: 2rem;
    height: 2rem;
  }

  .pbmit-search-overlay input[type="search"] {
    font-size: 16px;
  }

  .pbmit-icon-close svg {
    width: 20px;
  }

  .pbmit-icon-close {
    top: 15px;
    right: 15px;
  }

  .pbmit-search-overlay {
    height: 420px;
    padding: 25px;
  }

  .mob-only {
    display: block;
  }

  .top-ul {
    display: none;
  }

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

  .navbar-brand {
    margin-right: 15px;
  }

  .bottom-header-wrap .navbar .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .conts-btn a {
    font-size: 14px;
  }

  .conts-btn svg {
    display: none;
  }

  .cont-btn-wrap {
    padding: 0px 10px 5px 10px;
    top: -1px;
    display: none;
  }

  .top-svg {
    top: -2px;
    left: -26px;
  }

  .btm-svg {
    bottom: -28px;
    right: 18px;
  }

  .pbmit-ihbox-style-1 {
    text-align: center;
  }

  .pbmit-element-title {
    margin-top: 15px;
  }

  .tech-box {
    margin-bottom: 25px;
  }

  .cal-right {
    margin-top: 25px;
  }

  .zodiac-cut {
    clip-path: polygon(0 1%, 100% 0, 100% 100%, 0 99%);
  }

  .bng-bg {
    padding: 0;
  }

  .cons-text2 h2 {
    font-size: 25px;
  }

  .cons-box {
    min-height: 355px;
  }

  .blog-bx p {
    -webkit-line-clamp: 4;
    max-height: fit-content;
    padding: 0 30px;
    margin-bottom: 0;
  }

  .blog-bx .qt-footer {
    margin-top: 0;
  }

  .cal-left {
    height: auto;
  }

  .ascendant-Calculator {
    padding: 25px 0;
    height: 370px;
  }

  .color-gold {
    font-size: 35px;
  }

  .bng-bg h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  .bng-bg::before {
    height: 89%;
    clip-path: none;
  }

  .blog-bx h4 {
    padding: 0 30px;
  }

  .search-icn a {
    width: 40px;
    height: 40px;
  }

  .search-icn a .las {
    line-height: 40px !important;
  }

  .slider-area {
    border-radius: 0;
  }

  .ihbox-section_one {
    margin-left: 20px;
    margin-right: 20px;

    padding: 30px 0px 25px 0px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .pb-70 {
    padding-bottom: 3rem;
  }

  .cal-right .form-control {
    margin-bottom: 0px;
    height: 45px;
  }

  .cal-right select {
    height: 45px;
  }

  .cal-right .input-group-text {
    height: 45px;
    width: 45px;
    line-height: 44px;
  }

  .rel-text p {
    margin-bottom: 25px;
  }

  .pbmit-testimonial-style-1 .pbminfotech-post-item .pbmit-box-content-wrap {
    padding: 25px;
  }

  .pbmit-testimonial-style-1 .pbminfotech-testimonial-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .footer a.btn {
    margin-bottom: 25px;
    display: block;
  }

  .copy-sec {
    padding: 25px 0;
  }

  .copy-sec p.text-right,
  .copy-sec p {
    text-align: center;
  }

  .copy-sec p.text-right {
    margin-top: 15px;
  }

  .pbmit-ihbox-style-13 .pbmit-ihbox-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .pbmit-ihbox-style-3 .pbmin-lightbox-video {
    margin-left: 0;
  }

  .bottom-header-wrap .navbar .doot a.nav-link::before {
    display: block;
  }

  .pbmit-progress-wrap {
    right: 13px;
  }

  .pbmit-ihbox-style-3 .pbmit-ihbox-icon .pbmit-icon-wrapper:not(.pbmit-ihbox-icon-type-image) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -23%);
    font-size: 36px;
    color: var(--pbmit-white-color);
    line-height: 0;
  }

  .pbmit-ele-event_listing .pbmit-event-layout-wrapper .pbmit-event-banner .pbmit-event-banner-img {
    height: 269px;
  }

  .blog-main {
    display: block;
  }

  .blog-main-img,
  .blog-main-text {
    width: 100%;
  }

  .blog-main-img {
    height: 210px;
  }

  .p-sm-0 {
    padding: 0;
  }

  .blog-img2 {
    width: 100%;
  }

  .mb-sm-5 {
    margin-bottom: 35px;
  }

  .articles-sec {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 99%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 99%, 0% 100%);
  }

  .video-sec iframe {
    height: 225px;
  }

  .step-programs iframe {
    height: 230px;
  }

  .big-price {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }

  .gallery-sec .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}