:root {
  --report-header: 70px;
  --report-width: 768px;
}


* {
  /* outline: 1px dotted red; */
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
  font-family: var(--roboto);
}

html {
  scroll-behavior: unset;
  /* -webkit-text-size-adjust: 100%; */
  -webkit-text-size-adjust: none;
}

body {
  overflow-x: hidden;
  /* padding-top: var(--report-header); */
  margin: 0;
  padding: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

.whr-line {
  display: none;
}

.container-wrap:after {
  content: '';
  display: table;
  clear: both;
}

.table-fp {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.page-navigation {
  padding-top: 0;
  background: #fcd199;
  box-shadow: 0 0px 0px rgba(0, 0, 0, .15);
  transform: translateY(150px);
  transition: all ease .3s .3s;
  will-change: transform, opacity, box-shadow;
  /* opacity: 0; */
}

.page-navigation.last-chapter .chapter-prev {
  margin: 0px;
  padding-bottom: 18px;
}

.page-navigation.last-chapter {
  border-radius: 50px;
  overflow: hidden;
}

.cpt-btn.disabled {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  border-radius: 0;
}

.cpt-btn {
  color: #fff3cf;
  transition: height ease .3s;
  height: 48px;
}

.cpt-btn .number-wrap {
  /* font-family: inherit; */
  font-size: 1rem;
}

.report-header,
.report-quick-view,
.app-bar.solid-blue {
  transition-delay: .1s !important;
}

.report-header-initiated .page-navigation {
  transform: translateY(0px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  opacity: 1;
}

.page-navigation .top-nav {
  padding-top: 20px;
  border-radius: 52px;
}

label.acc_toc__label {
  display: block;
}

.prev-btn {
  border-radius: 50px 50px 0 0;
  background: #fff3cf;
}

.next-btn {
  border-radius: 0 0 50px 50px;
}

.chapter-prev,
.chapter-next {
  white-space: nowrap;
  /* font-size: .85em; */
  letter-spacing: -0.05rem;
}

.acc_tab__content,
.acc_tab input:checked~.acc_tab__content {
  display: none;
  transition: none;
  height: auto;
  max-height: initial;
  z-index: 1;
  position: relative;
}

.shareable-box {
  padding: 0;
  overflow: hidden;
}

.rep-container .content {
  max-width: 783px;
  width: auto;
}

#svgrasi,
.chart-img svg,
.chart svg {
  background-color: transparent !important;
  max-width: 300px;
  height: auto;
  /* width: auto; */
}

#svgrasi>path,
.chart-img svg>path,
.chart svg>path {
  fill: #f79233;
}

#svgrasi>path[stroke=black],
.chart-img svg>path[stroke=black],
.chart svg>path[stroke=black] {
  stroke-width: 0px;
}

#svgrasi>path[stroke-width="0.8"][fill="none"],
.chart-img svg>path[stroke-width="0.8"][fill="none"],
.chart svg>path[stroke-width="0.8"][fill="none"] {
  display: none;
}

#svgrasi>line[stroke="black"],
.chart-img svg>line[stroke="black"],
.chart svg>line[stroke="black"] {
  display: none;
}

#svgrasi>path:first-of-type,
.chart-img svg>path:first-of-type,
.chart svg>path:first-of-type {
  fill: #fcf8ec;
  stroke: #f79233;
}

#svgrasi>text[style*="font-size:20.8px;"],
.chart-img svg>text[style*="font-size:20.8px;"],
.chart svg>text[style*="font-size:20.8px;"] {
  fill: #fe4e00;
}

.shareable-box .acc_toc__label {
  padding: 15px 15px;
  /* border-radius: 18px; */
  overflow: visible;
}

.shareable-content {
  margin: 15px;
  margin-top: 5px;
}

label .down-arrow .downarrow,
label .downarrow {
  transition: all ease .3s;
}

label.open .down-arrow .downarrow,
label.open .downarrow {
  transform: scale(1, -1);
}

.summery-warp .btn-cont button,
.rem-btn button {
  background: #54A170;
  border: none;
  padding: 8px 10px;
  border-radius: 9px;
  color: #fff;
  text-decoration: none;
  align-self: flex-end;
  margin-top: 5px;
  float: right;
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .95rem;
}

.btn-cont button img,
.rem-btn button img,
.btn-cont button svg {
  width: 15px;
  height: auto;
  margin: 0;
}


.popup-form {
  z-index: 1200;
}

#popupForm {
  visibility: hidden;
  opacity: 0;
  will-change: opacity;
  transition: all ease .3s;
  display: flex !important;
  /* justify-content: center; */
  /* align-items: center; */
  padding: 0.5rem;
  /* padding-top: 2.75rem; */
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-direction: column;
}

#popupForm .form-content {
  will-change: transform, border-radius;
  transition: all ease .3s;
  margin: 0;
  margin-left: auto;
  transform: scale(0);
  /* transform: scale(1); */
  transform-origin: top right;
  border-radius: 0px;
  height: auto;
}

#popupForm.open-popup {
  visibility: visible;
  opacity: 1;
}

#popupForm.open-popup .form-content {
  transform: scale(1);
  border-radius: .5rem;
}

.btn-wrap .aicon {
  position: absolute;
  bottom: -6px;
  right: 0px;
  pointer-events: none;
}

.horo-buy-btn {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: -25px !important;
}

.top-head-nav {
  display: none !important;
}

.cover-page {
  overflow: hidden;
  padding-top: var(--report-header);
}

.cover-page .top-design {
  transition: all 0.4s .5s ease !important;
  opacity: 0 !important;
}

.report-header-initiated .cover-page .top-design {
  opacity: 1 !important;
}
  
.report-header {
  position: fixed;
  z-index: 1100;
  width: 100%;
  height: calc(var(--report-header) - 2px);
  background: #b4092b;
  transition: all ease .3s;
  transform: translateY(calc(var(--report-header) * -1));
  color: #ffc990;
  padding: .5rem;
  padding-bottom: 0;
  box-sizing: border-box;
  font-size: 1em;
  top: 0;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.report-header[data-chapter-number="0"] .rh-ch-number span {
  visibility: hidden;
  width: 0;
}

.report-header-initiated .report-header,
.chapters_intersected .report-header {
  transform: translateY(0px);
  /* box-shadow: 0 7px 20px rgb(109 31 2 / 81%); */
}

.chapters_opened .report-header {
  box-shadow: 0 -20px #b4092b, 0 7px 20px rgb(109 31 2 / 81%) !important;
}

.report-header .icon {
  width: 20px;
  height: auto;
}

.rh-ch-number,
.rh-ch-number *,
.qv-ch-number {
  font-family: var(--font-roboto) !important;
  font-size: .9rem;
}

.rh-ch-number .icon {
  width: 13px;
}

.concon-report:not(.chapters_opened) .rh-ch-number .icon {
  animation: blink 2s infinite;
}

@keyframes moveRight {

  0%,
  100% {
    transform: translateX(-2px);
  }

  50% {
    transform: translateX(2px);
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}


.rh-info {
  line-height: 1.2rem;
  /* line-height: .95rem; */
  overflow: hidden;
  width: calc(100% - 40px);
  cursor: pointer;
  user-select: none;
  /* border-radius: .5rem; */
  /* border-radius: .25rem; */
  height: 40px;
  padding-top: 1px;
}

.rh-ch-name {
  font-size: 1.05em;
  color: #ffe8d0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.2em;
  height: 100%;
}

.rh-action {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: .5rem;
  width: auto;
}

.rh-action-btn {
  --size: 32px;
  --collapse-delay: 3s;
  width: var(--size);
  height: var(--size);
  background: rgb(194 49 73);
  background: #fde3cc;
  border: 0;
  display: flex;
  align-items: center;
  gap: .5rem;
  border-radius: .4rem;
  transition: all cubic-bezier(0.79, 0.22, 0.11, 1.13) .5s;
  transition: all ease-out .5s;
  transition-delay: var(--collapse-delay);
  box-shadow: 0 10px 16px #740b20;
  padding: 0 6px;
}

.rh-action-btn .name {
  color: #b4092b;
  white-space: nowrap;
  padding-right: .2rem;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-roboto);
  /* transition: all ease .3s .5s; */
  font-size: .9rem;
}

.rh-action-btn--profile-edit {
  width: 100%;
}

.report-header-initiated .rh-action-btn--profile-edit {
  width: var(--size);
  box-shadow: 0 10px 16px transparent;
}

.rh-action-btn--profile-edit.open {
  width: 100%;
  box-shadow: 0 10px 16px #740b20;
  transition-delay: 0s;
}

.scroll-track {
  --indicator-size: 12px;
  --indicator-color: #fcc48d;
  --indicator-color: #fff;
  --border-radius: 1px;
  position: relative;
  height: 4px;
  background-color: #d8675c;
  flex: 1 1 100px;
  flex-basis: 100%;
  /* padding: 0 4px; */
  border-radius: var(--border-radius);
  cursor: pointer;
}

.scroll-track-wrap {
  display: flex;
  align-items: center;
  flex: 1 1 100px;
  flex-basis: 100%;
  height: 15px;
}

.scroll-indicator {
  position: absolute;
  top: 50%;
  margin-top: calc(calc(var(--indicator-size) / 2) * -1);
  /* margin-left: calc( calc( var(--indicator-size) / 4 ) * -1); */
  height: var(--indicator-size);
  width: var(--indicator-size);
  background-color: var(--indicator-color);
  /* background-color: #fff; */
  border-radius: 50%;
  transform: translateX(0);
  /* transition: transform 0.1s ease, box-shadow ease .3s !important; */
  transition: box-shadow ease .3s !important;
  z-index: 10;
  cursor: grab;
  user-select: none;
  left: 0;
  will-change: transform;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, .2);
}

.scroll-indicator:active {
  cursor: grabbing;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
}

.scroll-indicator:before {
  --size: 32px;
  position: absolute;
  content: '';
  background: var(--indicator-color);
  width: var(--size);
  height: var(--size);
  margin: calc(calc(var(--size)/2) * -1);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
}

.scroll-progress {
  transition: transform 0.1s ease;
  width: 0px;
  position: absolute;
  height: 100%;
  background: var(--indicator-color);
  /* background: #fff; */
  left: 0;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  will-change: width;
}

.scroll-split {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  /* margin-left: revert-layer; */
  margin-right: 0%;
}

.scroll-split i {
  position: absolute;
  height: 100%;
  width: 1px;
  /* width: .025em; */
  background: #b4092b;
  /* margin-left: 0.025rem; */
  /* margin-left: calc( calc( calc( var(--indicator-size) / 2) )  * -1.25 ); */
  /* margin-left: -.5px; */
  pointer-events: none;
}

.report-quick-view {
  position: fixed;
  overflow: hidden;
  z-index: 1050;
  background: #FFF3CF;
  height: calc(var(--report-header) + 2px);
  top: 0;
  padding-top: 0;
  width: 100%;
  /* border-radius: 0 0 1rem 1rem; */
  transition: all cubic-bezier(0.22, 0.61, 0.36, 1) .5s;
  transition: all ease .5s;
  transform: translateY(-100px);
  box-shadow: 0 7px 20px rgb(109 31 2 / 81%);
  background: #b4092b;
  padding-top: 0;
  height: var(--report-header);
}

.rep-container .report-quick-view {
  padding-top: var(--report-header);
  height: 0;
}

.report-header-initiated .report-quick-view {
  transform: translateY(0px);
}

.chapters_opened.chapters_intersected .report-quick-view,
.chapters_opened.report-header-initiated .report-quick-view {
  /* height: calc( 100% - var(--report-header) - 30px ); */
  height: calc(100% - var(--report-header) + 2px);
  /* box-shadow: 0 7px 20px rgb(109 31 2 / 81%); */
  transform: translateY(0px);
  /* padding-top: calc(var(--report-header) + 58px); */
}

body.app-bar-hidden .chapters_opened.report-header-initiated .report-quick-view {
  padding-top: calc(var(--report-header) - 2px);
}

.qv-chapters {
  padding: 1rem 0;
  overflow: auto;
  overscroll-behavior-y: contain;
  height: calc(100% - 0rem);
  padding-bottom: 4rem;
  box-sizing: border-box;
  background: #FFF3CF;
}

.qv-ch-item {
  padding: .5rem 1rem;
}

.qv-ch-item.active {
  background: rgb(204 143 13 / 10%);
  background: #ffe39f;
}

.qv-ch-item.has-sub-chapters .qv-ch-item-header {
  padding-bottom: .5rem;
}

.qv-ch-item.has-sub-chapters {
  padding-bottom: 0;
}

.qv-ch-img,
.qv-ch-img img {
  width: 95px;
  height: 56px;
  object-fit: cover;
  border-radius: .5rem;
  background: grey url('https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/cover_paceholder.gif');
}

.qv-ch-item-header {
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-direction: row;
}

.qv-ch-item-header .arrow-down {
  --size: 32px;
  height: var(--size);
  width: var(--size);
  flex: 0 0 var(--size);
  margin-left: auto;
  display: block;
  border-radius: 50%;
}

.qv-ch-item-header .arrow-down:after {
  transition: all ease .3s;
  content: '';
  background: url('https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/arrow-down.svg') no-repeat center;
  display: block;
  height: var(--size);
  width: var(--size);
  background-size: 17px;
}

.qv-ch-item.open .arrow-down:after {
  transform: scale(1, -1);
}

.sub-chapter {
  display: none;
  margin: 0 -1rem;
}

.sub-item {
  --bd-color: rgb(0 0 0 / 10%);
  font-size: .94em;
  padding: .25rem 1rem .15rem 1rem;
  border-bottom: 1px solid var(--bd-color);
  line-height: 1.4em;
}

.sub-item:first-child {
  border-top: 1px solid var(--bd-color);
  /* margin-top: .5rem; */
}

.sub-item *,
.toc_nav_link *,
.qv-ch-info-wrap * {
  pointer-events: none;
}

.sub-title {
  /* display: flex;
  flex-direction: column;
  align-items: flex-start; */
  font-size: 1em;
}

.sub-title__sub {
  /* border: 2px solid rgba(0, 0, 0, .12); */
  font-size: .9em;
  /* padding: 0rem .3rem; */
  display: inline-block;
  /* border-radius: .25rem; */
  /* background: #795547; */
  /* color: #fff3cf; */
  position: relative;
  top: -1px;
  /* margin-left: .25rem; */
  display: block;
  color: #795547;
  padding: 1px 0px;
}

.sub-title__sub-clock {
  display: flex;
  align-items: center;
  font-size: .75em;
  color: #976059;
}

.sub-title__sub-clock .toc-clock {
  width: .8rem;
  top: 0;
  margin-right: 4px;
}

.qv-ch-info-wrap {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
}

.qv-ch-number {
  color: #b4092b;
  font-size: .94rem;
  margin-top: -4px;
}

.qv-ch-name {
  color: #5d4e37;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.35rem;
}

.qv-ch-info {
  line-height: 1.5rem;
}

.report-quick-view .footer {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 4px solid #b4092b;
  display: flex;
  justify-content: center;
  /* opacity: 0;
  transition: all ease .3s;
  transform: 200px; */
}

/* .chapters_opened .report-quick-view .footer {
  opacity: 1;
  transform: 0px;
} */

.report-quick-view .close {
  background: #b4092b;
  color: #fff;
  padding: .3rem 1rem .25rem 1rem;
  border-radius: 1rem 1rem 0 0;
  cursor: pointer;
  position: relative;
  overflow: visible;
  font-size: .94rem;
  font-family: var(--font-roboto);
}

.report-quick-view .close:after {
  content: "\d7";
  margin-left: .4rem;
  font-size: 1.4rem;
  font-weight: 300;
}

.rh-ch-number span {
  display: inline-block;
  transition: transform ease .5s;
  backface-visibility: hidden;
}

.rh-ch-number i {
  font-style: normal;
}

/* .report-quick-view .close:before,
.report-quick-view .close:after {
display: none;
--size: 1rem;
height: var(--size);
width: var(--size);
content: '';
position: absolute;
right: calc(var(--size) * -1);
bottom: 0px;
background: #ffdfc0;
border-radius: 0 0 0 .75rem;
box-shadow: -6px 3px 0 #b4092b;
}

.report-quick-view .close:before {
left: calc(var(--size) * -1);
border-radius: 0 0 .75rem 0;
box-shadow: 6px 3px 0 #b4092b;
} */
.ripple {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-animation 1s ease-out;
  background-color: rgba(255, 255, 255, 0.3);
  pointer-events: none;
}

@keyframes ripple-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.ripple-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

/* Disable chrome tap heighlight */
.ripple-effect,
.page-navigation,
.rh-info,
.scroll-table .swiper-slide:not(.swiper-slide-fully-visible) {
  -webkit-tap-highlight-color: transparent;
}

.remedi-item .location-btn.ripple-effect {
  position: absolute;
}

.ripple-effect.dark .ripple {
  background-color: rgba(0, 0, 0, 0.3);
}

.banner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ganesha-wrap {
  position: relative;
  z-index: 1;
}

.ganesha-wrap.anim_aura:after {
  --img-size: 400px;
  --size: calc(var(--img-size)/1.5);
  background: url('https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/aura-bg.svg') center;
  background-size: contain;
  content: '';
  position: absolute;
  width: var(--size);
  height: var(--size);
  left: 50%;
  top: 20%;
  margin-left: calc(calc(var(--size)/2) * -1);
  margin-top: calc(calc(var(--size)/2) * -1);
  z-index: -1;
  animation: rotate-animation 20s linear infinite;
  opacity: .5;
  pointer-events: none;
}

@keyframes rotate-animation {
  0% {
    opacity: .5;
    transform: rotate(0deg);
  }

  50% {
    opacity: .3;
    transform: rotate(180deg) scale(1.15);
  }

  100% {
    opacity: .5;
    transform: rotate(360deg);
  }
}

.flowers-falling {
  --width: 186px;
  position: absolute;
  top: var(--report-header);
  height: 400px;
  width: var(--width);
  z-index: 1;
  /* background: #ff00005c; */
  left: 50%;
  margin-left: calc(calc(var(--width) / 2) * -1);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  margin-top: -10px;
}

.flowers-falling i,
.flowers-falling em,
.flowers-falling b {
  --d: 10;
  --size: calc(var(--width)/var(--d));
  opacity: 1;
  width: var(--size);
  height: var(--size);
  animation: falling-animation 8s linear infinite;
  display: block;
  overflow: visible;
  opacity: 0;
}

.flowers-falling b {
  display: none;
}

.flowers-falling em {
  --d: 6;
  /* animation: falling-animation 5s ease-in infinite; */
  animation: movex-animation 3s ease-in infinite alternate;
  opacity: .8;
  background: url('https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/flower-leaf.png') no-repeat center;
  background-size: 20px;
}

.flowers-falling i:nth-child(1) {
  animation-delay: 1s;
  margin-top: -10px;
}

.flowers-falling i:nth-child(1) em {
  --size: calc(calc(var(--width)/var(--d)) + 5px);
  animation-delay: 1s;
}

.flowers-falling i:nth-child(2) {
  animation-delay: 3s;
}

.flowers-falling i:nth-child(2) em {
  --size: calc(calc(var(--width)/var(--d)) + 2px);
  animation-delay: 1s;
}

.flowers-falling i:nth-child(3) {
  animation-delay: 6s;
}

.flowers-falling i:nth-child(3) em {
  --size: calc(calc(var(--width)/var(--d)) + 0px);
  animation-delay: 0s;
}

.flowers-falling i:nth-child(4) {
  animation-delay: 2.5s;
  margin-top: -10px;
}

.flowers-falling i:nth-child(4) em {
  --size: calc(calc(var(--width)/var(--d)) + 0px);
  animation-delay: 0s;
}

.flowers-falling i:nth-child(5) {
  animation-delay: 17s;
  margin-left: 10px;
}

.flowers-falling i:nth-child(5) em {
  --size: calc(calc(var(--width)/var(--d)) + 0px);
  animation-delay: 0s;
}

.flowers-falling i:nth-child(6) {
  animation-delay: 10s;
}

.flowers-falling i:nth-child(6) em {
  --size: calc(calc(var(--width)/var(--d)) + 0px);
  animation-delay: 0s;
}

.flowers-falling i:nth-child(7) {
  animation-delay: 0s;
  margin-top: 10px;
}

.flowers-falling i:nth-child(7) em {
  --size: calc(calc(var(--width)/var(--d)) + 0px);
  animation-delay: 0s;
  animation: movey-animation ease-in infinite alternate;
}

.flowers-falling i:nth-child(8) {
  animation-delay: 15s;
  margin-top: -15px;
}

.flowers-falling i:nth-child(8) em {
  --size: calc(calc(var(--width)/var(--d)) + 0px);
  animation-delay: 0s;
}

.flowers-falling i:nth-child(9) {
  animation-delay: 6s;
  margin-top: -10px;
}

.flowers-falling i:nth-child(9) em {
  --size: calc(calc(var(--width)/var(--d)) + 0px);
  animation-delay: 0s;
}

.flowers-falling i:nth-child(10) {
  animation-delay: .5s;
  margin-top: -15px;
}

.flowers-falling i:nth-child(10) em {
  --size: calc(calc(var(--width)/var(--d)) + 0px);
  animation-delay: 0s;
}

@keyframes falling-animation {
  0% {
    opacity: 0;
    transform: translateY(0px) rotate(100deg);
  }

  5% {
    opacity: 1;
  }

  50% {
    transform: translateY(280px) translateX(30px) rotate(-100deg);
  }

  60% {
    opacity: 1;
    transform: translateY(360px) translateX(0px);
  }

  63% {
    transform: translateY(380px);
  }

  75% {
    opacity: 1;
    transform: translateY(380px);
  }

  95% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: translateY(380px) rotateX(70deg);
  }
}

@keyframes movex-animation {
  0% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(20deg) scale(1, 1);
  }

  95% {
    transform: rotate(30deg) scale(1, -1);
  }

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

@keyframes movey-animation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: translateX(15px) rotate(150deg) skewX(15deg);
  }
}

.scroll-table-wrap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.scroll-table {
  margin-bottom: 2rem;
  transition: transform ease-out .3s;
}

.scroll-table .swiper-slide {
  width: 250px;
}

.swiper {
  --swiper-pagination-bullet-horizontal-gap: .125rem;
  --swiper-pagination-bullet-inactive-color: #b4092b;
  --swiper-theme-color: #b4092b;
  --swiper-pagination-bullet-inactive-opacity: .3;
  --swiper-pagination-bullet-border-radius: .25rem;
}

.swiper-pagination-bullet {
  transition: all ease .3s;
  width: .5rem;
}

.swiper-pagination-bullet-active {
  width: 1.8rem;
}

.scroll-table .item {
  display: flex;
  flex-direction: column;
  border: 2px solid var(--swiper-theme-color);
  border-radius: .5rem;
  background: #fff;
  box-sizing: border-box;
  height: auto;
}

.scroll-table ul {
  padding: 0;
  margin: 0;
}

.scroll-table li {
  list-style: none;
  display: flex;
}

.scroll-table li:before {
  display: none;
}

.scroll-table li:not(:first-child) {
  border-top: 1px solid #ecd5db;
}

.scroll-table .header {
  background: var(--swiper-theme-color);
  color: #fff7e8;
  text-align: center;
  font-size: 1rem;
  padding: .25rem .5rem calc(.25rem + 2px) .5rem;
  display: flex;
  justify-content: center;
}

.scroll-table .swiper-slide:not(.swiper-slide-active) {
  cursor: pointer;
}

/* .scroll-table .swiper-slide:not(.swiper-slide-fully-visible) */
.scroll-table .swiper-slide:not(.swiper-slide-active) {
  --swiper-theme-color: #795547;
  cursor: pointer;
  transition: all ease .3s;
  opacity: .6;
}



/* .scroll-table .header:before,
.scroll-table .header:after {
  content: ':';
  font-size: 1.9rem;
  color: #cb8667;
  font-weight: 900;
} */

.scroll-table .key-val {
  padding: .5rem;
  flex: 100%;
  line-height: 1.3rem;
}

.scroll-table .lazy-planet {
  margin: .25rem auto;
  float: none;
  height: 85px;
  background-size: contain;
}

.scroll-table .key-val:not(:first-child) {
  border-left: 1px solid #ecd5db;
}

.scroll-table .key {
  color: #c59066;
  color: #795547;
  font-size: .9rem;
}

.scroll-table .val {
  color: #000;
  font-size: .95rem;
  white-space: nowrap;
  font-weight: 500;
}

.vimeo-video {
  top: -70px;
}

.share-icon svg {
  width: 28px;
  height: auto;
}

.top-ban svg {
  position: relative;
  top: 50px;
}

.q-gradient {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* .q-gradient svg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
 */
.q-gradient polygon {
  animation: gbg_animate 10s forwards ease;
  animation-iteration-count: infinite;
  filter: blur(30px);
}

.q-gradient polygon:nth-child(1) {
  animation-delay: 5s;
  fill: #ff1234;
}

.q-gradient polygon:nth-child(2) {
  animation-delay: 3s;
  fill: #ff4416;
}

.q-gradient polygon:nth-child(3) {
  animation-delay: 1s;
  fill: #fad905;
}

@keyframes gbg_animate {

  0%,
  100% {
    transform: translate(100px, -70px) scale(1.5);
  }

  80% {
    transform: translate(-50px, 0px) scale(3) rotate(90deg);
  }
}

.download-icon svg {
  width: 25px;
  height: auto;
  margin-left: 0 !important;
}

.dig-yantra-svg text {
  font-family: inherit;
}

.temple-list-wrap .download-icon svg {
  width: 21px;
  /* margin: auto; */
  fill: #b5391f;
}

.temple-list-wrap .download-icon span {
  height: 30px;
  width: 29px;
  padding: 0;
}

.temple-list-wrap .download-icon span svg.svg_anim_redirect path {
  fill: #b5391f;
}

.remi-note svg {
  max-width: 42px;
  height: auto;
  margin: auto;
  flex: 96px;
}

.remedi-recmd svg {
  float: left;
  width: 42px;
  margin-right: 12px;
  position: relative;
  top: -2px;
  height: auto;
}

.rem-tit-cont svg {
  margin-right: 8px;
  max-width: 52px;
  /* width: 100%; */
  height: auto;
  padding: 8px 0;
}

.remedi-item svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
}

.rem-tit-cont {
  padding: 0 12px;
}

.sut-pro-wrap ul {
  padding-left: 0;
}

.sut-pro-wrap .ul-wrap ul li {
  list-style: none;
  position: relative;
  padding-left: 27px;
  padding-bottom: 3px;
}

.sut-pro-wrap .icon-check {
  position: absolute;
  left: 0;
  top: 3px;
  background: url('https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/check-mark.svg') no-repeat center;
  background-size: 100% 100%;
}

/* .sut-pro-wrap .icon-check:after {
  --size: 23px;
  content: '';
  background: url('images/check-mark.svg');
  background-size: contain;
  font-weight: bolder;
  padding: 0;
  font-size: 1.2em;
  margin-right: 10px;
  width: var(--size);
  height: var(--size);
  display: block;
} */

p.icon-remedi svg {
  width: 15px;
  position: relative;
  margin: auto 3px;
  height: auto;
}

.sut-pro-wrap li::marker {
  content: '';
}

.go-to-up p {
  margin: 0;
}

.go-to-up .ripple-effect {
  display: block;
  margin: auto;
  width: 100px;
  border-radius: .5rem;
  padding: .5rem 1rem;
  margin-top: .5rem;
}

.go-to-up .ripple-effect .ripple {
  background: rgb(180 9 43 / 45%);
}

.q-gradient img {
  margin: 0;
}

.parallax {
  transition: none;
  /* transition: all .25s ease; */
  /* background-attachment: fixed; */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: auto; */
  will-change: background-position;
}

.zigzak-wrap * {
  display: none;
}

.zigzak-wrap {
  background: red;
  background: url('https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/pattern-bg.svg?v1') repeat-x;
  background-size: 20px;
  top: 0;
  margin-top: -36px;
}

.btn-wrap p {
  line-height: normal;
}

.btn-wrap p {
  display: flex;
  align-items: center;
}

span.downarrow.downarrow-white.arrow-right {
  top: 0;
}

.q-gradient svg {
  --size: 40px;
  width: var(--size);
  height: var(--size);
}

.ul-wrap {
  display: block;
}

.ul-wrap ul {
  column-count: 2;
  width: auto;
  margin-right: 0;
}

.ul-wrap .loop-anim li .icon-check {
  --size: 20px;
  transform-origin: left top;
  opacity: 0;
  width: 0;
  transition: opacity ease .3s, width ease .2s;
  will-change: opacity, width, background-size;
  width: 0;
  height: var(--size);
}

.no-loop-anim .ul-wrap .loop-anim li .icon-check,
.ul-wrap .loop-anim li.active .icon-check {
  opacity: 1;
  width: var(--size);
}

.likes.loop-anim p img,
.dislikes.loop-anim p img {
  will-change: opacity, transform;
  opacity: 0;
  transform-origin: left bottom;
  transform: rotate(-50deg);
  transition: opacity ease .4s, transform ease .6s;
}

.dislikes.loop-anim p img {
  transform-origin: right top;
  transform: rotate(50deg);
}

.no-loop-anim .likes.loop-anim p img,
.no-loop-anim .dislikes.loop-anim p img,
.likes.loop-anim p.active img,
.dislikes.loop-anim p.active img {
  opacity: 1;
  transform: rotate(0deg);
}

.acc-content h4 {
  margin: 0;
  padding: 15px 35px;
  padding-bottom: 0;
}

.acc-content h4:before {
  left: 16px;
  top: 27px;
}

.acc-content .table-fp {
  margin-bottom: 10px;
}

.pred-age-rem .sa_remedy_anim {
  max-width: 42px;
  /* width: 100%; */
}

.parallax-v2 {
  height: 300px;
  /* overflow: hidden; */
  margin-top: -20px;
  position: relative;
}

.parallax-v2-img {
  /* position: absolute; */
  top: 0px;
  left: 0;
  right: 0;
  bottom: -130px;
  background-size: cover;
  background-position: center;
  will-change: transform;
  transform: translateZ(0);
  /* height: 400px; */
  position: relative;
  background-size: 100%;
  margin-top: -20px;
  background-color: #fdf3d4;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s linear;
  object-fit: cover;
}

.animate-up {
  will-change: transform;
}

/* .no-parallax {
  margin-top: -20px;
  background-position: center;
} */

.btn-desc {
  border: 0;
  margin-right: 1px;
}

.swipe-hint-animate .swiper-wrapper {
  will-change: left;
  animation: swipeHint 1.5s ease-out;
}

body:not(.app-bar-hidden) {
  --report-header: 70px;
}

body:not(.app-bar-hidden) .chapters_opened.report-header-initiated .report-quick-view {
  height: calc(100% - calc(var(--report-header) - 12px));
  transform: translateY(58px);
}

body:not(.app-bar-hidden) .rep-container .chapters_opened.report-header-initiated .report-quick-view {
  height: calc(100% - calc(var(--report-header) + 58px));
}

.rep-container {
  border: 0;
}

.top-ban-mgn {
  min-height: 130px;
}

@keyframes swipeHint {

  0%,
  100% {
    left: 0px;
  }

  50% {
    left: -80px;
  }
}

/* .top-img {
  animation: loaderTopBGAnimate .5s ease-out;
}

@keyframes loaderTopBGAnimate {
  0% {
    background-position: -43px 25%;
  }

  100% {
    background-position: -43px 50%;
  }
}



.bottom-img {
  animation: loaderBottomBGAnimate .5s ease-out;
}

@keyframes loaderBottomBGAnimate {
  0% {
    background-position: 58% 0%;
  }

  100% {
    background-position: 58% 25%;
  }
} */

.fs1 {
  font-size: .35rem !important;
}

@media only screen and (min-width: 300px) and (max-width: 395px) {
  .parallax-v2 {
    height: 245px;
  }
}

@media only screen and (min-width: 748px) {
  .btn-wrap .aicon {
    right: 10px;
    bottom: -17px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .banner {
    top: 0px;
  }
}

@media only screen and (min-width: 500px) and (max-width: 599px) {
  .banner {
    top: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .fw-container .cover-page {
    padding-top: calc(var(--report-header) + 50px);
  }
}
@media only screen and (min-width: 850px) {

  .report-header,
  .report-quick-view {
    max-width: var(--report-width);
  }

  .parallax-v2 {
    height: 520px;
  }

  .report-header {
    left: calc((100% - 768px) / 2 + 0px);
    top: 0px;
  }

  .report-quick-view {
    left: calc((100% - 768px) / 2 + 0px);
  }

  .chapters_opened.chapters_intersected .report-quick-view,
  .chapters_opened.report-header-initiated .report-quick-view {
    padding-top: calc(var(--report-header) - 2px);
  }

  .chapters_opened.report-header-initiated .report-quick-view {
    height: calc(100% - var(--report-header) + 2px) !important;
    transform: translateY(0px) !important;
  }

  .rep-container .chapters_opened.report-header-initiated .report-quick-view {
    height: calc(100% - var(--report-header) - 46px) !important;
  }

  .concon-report.chapters_opened .report-quick-view .footer {
    bottom: 0;
  }

  .rep-container .flowers-falling {
    top: calc(var(--report-header) + 50px);
  }

  .rep-container:before,
  .rep-container:after {
    content: '';
    position: fixed;
    background: #363636;
    width: 768px;
    bottom: 0;
    top: 0;
    left: 0;
    left: calc(50% - 768px);
    margin-left: calc(calc(768px / 2) * -1);
    pointer-events: none;
  }

  .rep-container:after {
    right: calc(50% - 768px);
    margin-left: auto;
    margin-right: calc(calc(768px / 2) * -1);
    left: initial;
  }
}

@media only screen and (max-width: 850px) {
  .scroll-indicator {
    cursor: pointer;
  }

  .cover-page {
    padding-top: calc(var(--report-header) + 4px);
  }

  .top-design {
    background-size: auto 26px;
  }

  .scroll-indicator-dragging .scroll-indicator {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
  }

  .main-container .remedies-info p {
    line-height: 1.15em;
    font-size: .9rem;
  }

  .toc-link.toc_nav_link {
    line-height: 1.35rem;
  }

  /* .cover-page ~ * {
    opacity: 0;
  }
  
  .report-header-initiated .cover-page ~ * {
    transition: opacity 0.4s 1s ease;
    opacity: 1;
  } */

}

@media screen and (orientation: portrait) and (max-width: 812px)  {

  .fs1 {
    font-size: .5rem !important;
  }

  .mal-lang .fs1 {
    font-size: .48rem !important;
    transform: scale(.85, 1);
    transform-origin: right;
  }

  .mal-lang .fs1[text-anchor="start"] {
    transform-origin: left;
  }
}

@media screen and (orientation: landscape) and (max-width: 812px) {

  body,
  body p {
    font-size: 14px;
  }
}

.top-design {
  background-repeat: repeat-x;
  background-size: auto 45px;
}

.report-header,
.concon-report,
.page-navigation,
#mask-popup {
  display: block;
}

.report-header {
  display: flex;
}


/* body [data-aos] {
  transform: none !important;
} */

.toc_nav_link img.toc-clock {
  top: 0;
}

.main-container .summery-warp h2,
.report-header *,
.report-quick-view * {
  font-family: var(--font-lang);
}

.report-header,
.report-quick-view {
  font-size: var(--font-lang-size);
}