@font-face {
  font-family: "Ananda Namaste Regular";
  src: url(https://ca-resources.s3.dualstack.ap-south-1.amazonaws.com/fonts/concon/AnandaNamasteRegular.ttf);
}

@font-face {
  font-family: "Roboto Condensed";
  src: url(https://ca-resources.s3.dualstack.ap-south-1.amazonaws.com/fonts/concon/Roboto-Condensed.otf);
}

@font-face {
  font-family: "Roboto Condensed";
  src: url(https://ca-resources.s3.dualstack.ap-south-1.amazonaws.com/fonts/concon/RobotoCondensed-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url(https://ca-resources.s3.dualstack.ap-south-1.amazonaws.com/fonts/concon/RobotoCondensed-Bold.ttf);
  font-weight: bold;
}

@font-face {
  /* font-family: "Akshar";
  src: url(https://ca-resources.s3.dualstack.ap-south-1.amazonaws.com/fonts/concon/akshar.ttf); */
  font-family: "Eczar";
  src: url(https://ca-resources.s3.dualstack.ap-south-1.amazonaws.com/fonts/concon/Eczar-Regular.ttf);
}

:root {
  --chapter-font: "Ananda Namaste Regular", sans-serif;
  --light-orange: #f79233;
  --light-orange1: #ff9100;
  --dark-orange: #f14d31;
  --orange: #ff4e00;
  --bg-html: rgb(82 86 89);
  --bg-body: #fcf8ec;
  --font-primary: #411515;
  --font-green: #54a170;
  --font-brown: #cf6f29;
  --bg-red: #b4092b;
  --white: #ffffff;
  --black: #000;
  --grey: #0000;
  --light-grey: #00000000;
  --light-brown: #fcd199;
  --ivory: #fdf3d4;
  --pink-red: #c43c4f;
  --mud-color: #795547;
  --dark-brown: #7d554c;
  --light-yellow: #ffeaa4;
  --light-shade1: #f6de97;
  --light-shade2: #ffedb8;
  --light-shade3: #efdca3;
  --light-shade4: #cbcbcb;
  --light-shade5: #fffffe;
  --light-shade6: #fff4cf;
  --light-shade7: #fee594;
  --light-shade8: #f8ecc9;
  --light-shade9: #fff3cf;
  --light-shade10: #e0d6cc;
  --light-shade11: #ffe39f;
  --light-shade12: #f4f4f4;
  --bright-red: #d43b3b;
  --dark-gray: #363636;
  --dark-shade1: #7d554d;
  --dark-shade2: #260404;
  --dark-shade3: #6c5c47;
  --dark-shade4: #795548;
  --red-shade1: #ff1100;
  --red-shade2: #b5302b;
  --red-shade3: #ff6600;
  --mask-pink: rgba(241, 121, 112, 0.8);
  --mask-green: rgba(165, 187, 139, 0.8);
  --red-shade2: #b5302b;
  --red-shade3: #ff0000;
  --gray: #969489;
  --pink: #f37c7c;

  --font-roboto: "roboto", sans-serif;
  --font-roboto-cond: "Roboto Condensed", sans-serif;
  --font-lang: "roboto", sans-serif;
  --font-lang-size: 14px;
  --font-lang-line-height: 25px;
}

.oja {
  color: var(--red-shade3);
}

.yugma {
  color: var(--font-green);
}

.main-container p:empty {
  display: none;
}

html {
  scroll-behavior: smooth;
  background-color: var(--bg-html);
}

.concon-report {
  overflow: hidden;
}

#mask {
  cursor: pointer;
}

.main-container {
  font-family: var(--font-lang);
  font-size: var(--font-lang-size);
  vertical-align: middle;
}

.main-container,
.main-container p {
  line-height: var(--font-lang-line-height);
}

.main-container {
  margin: 0;
  background-color: var(--bg-body);
  color: var(--font-primary);
  max-width: 768px;
  margin: 0 auto;
}

.ff-roboto {
  font-family: var(--font-roboto);
}

.ff-roboto-cond {
  font-family: var(--font-roboto-cond);
}

.rh-ch-number {
  font-family: var(--font-roboto);
}

.main-container a {
  text-decoration: none;
}

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

.toc-data,
.toc-data-hd,
.toc-data-span-rem {
  visibility: hidden;
  position: absolute !important;
}

.main-container h1 {
  font-family: var(--chapter-font);
  font-size: 2.5em;
  font-weight: 500;
}

.main-container h1 span {
  font-weight: 400 !important;
  font-family: var(--font-roboto) !important;
}

.main-container p {
  font-size: 1.08em;
  font-size: 1em;
  margin: 14px 0 25px;
  line-height: 1.5em;
  font-weight: 400;
}

.main-container h2 {
  font-size: 0.85em;
  font-weight: bolder;
}

.main-container h3 {
  font-size: 1em;
  font-weight: bold;
}

.main-container h4 {
  font-size: 0.9em;
  font-weight: normal;
}

.main-container .bold {
  font-weight: bold;
  /* display: inline-block; */
}

.hin {
  /* font-family: "av-web-hin"; 
  font-size: 0.9rem;*/
  font-family: "Eczar";
  font-size: 1.15rem;
  line-height: 28px;
}

.green {
  color: var(--font-green);
}

.brown {
  color: var(--font-brown);
}

.orange {
  color: var(--light-orange);
}

.red {
  color: red;
}

.top-head-nav {
  position: fixed;
  /* background: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/bg-single.png); */
  background-repeat: repeat;
  max-width: 100%;
  width: 768px;
  top: 0;
  z-index: 100;
  padding: 0px 0px;
  color: var(--white);
  height: auto;
  /* height: 95px; */
  background-size: 17px 95px;
  /* background-color: #b4092b; */
  background: var(--bg-red);
}


.zig-zag-line-wrap {
  position: relative;
  top: -38px;
  z-index: -1;
}

.zigzag-line1 {
  --mask: conic-gradient(from -45deg at bottom,
      var(--grey) 0deg,
      var(--black) 0.5deg 89deg,
      var(--grey) 89.1deg 100deg) 50% / 17px calc(100% + 1px);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: var(--bg-red);
  width: 100%;
  height: 25px;
  position: absolute;
  z-index: 3;
  top: 20px;
}

.zigzag-line2 {
  --mask: conic-gradient(from -45deg at bottom,
      var(--grey) 0deg,
      var(--black) 0.5deg 89deg,
      var(--grey) 89.1deg 100deg) 50% / 17px calc(100% + 2px);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: var(--white);
  width: 100%;
  height: 25px;
  position: absolute;
  z-index: 2;
  top: 21px;
}

.zigzag-line3 {
  --mask: conic-gradient(from -45deg at bottom,
      var(--grey) 0deg,
      var(--black) 0.5deg 89deg,
      var(--black) 0 89.1deg 100deg) 50% / 17px calc(100% + 2px);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: var(--black) 0002b;
  width: 100%;
  height: 25px;
  position: absolute;
  z-index: 1;
  top: 25px;
}

.chpt-tit-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
}

/* .chpt-tit {
      width: 60%;
      margin: auto 10px auto 15px;
      float: left;
  }
  .chpt-tit h3 {
      margin: 0;
      font-size: .9em;
      justify-content: flex-start;
      align-items: center;
      display: flex;
      height: 50px;
  }
  .edit-btn {
      width: 30%;
      margin: 5px 0;
      float: right;
  }
  .edt-wrap {
      display: flex;
      border: 1px solid #fff;
      border-radius: 50px;
      padding: 5px 10px;
      justify-content: center;
      align-items: center;
      margin-right: 14px;
      text-decoration: none;
      color: #ffffff;
  }
  .edit-btn img {
      margin-right: 10px;
      width: auto;
      height: auto;
  }
  
  .edt-wrap h3 {
      margin: 0;
      font-size: .8em;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow-x: hidden;
  } */

.page-navigation {
  position: fixed;
  z-index: 1000;
  right: 15px;
  background-image: linear-gradient(to bottom,
      var(--light-brown),
      var(--light-brown),
      var(--light-brown),
      transparent,
      transparent,
      transparent);
  border-radius: 52px;
  padding-top: 20px;
  width: 55px;
  bottom: 110px;
  background-color: var(--white);
  cursor: pointer;
}

.top-nav {
  text-align: center;
  height: 32px;
  margin: auto;
}

.top-nav img {
  width: 15px;
  position: relative;
  top: -4px;
}

.cpt-btn {
  color: var(--white);
  font-weight: 600;
  background: var(--bg-red);
  padding: 5px;
  display: grid;
  text-align: center;
  font-size: 1em;
}

.cpt-btn img {
  left: 14px;
  position: relative;
  width: 10px;
}

.chapter-prev {
  border-radius: 50px 50px 0 0;
  margin-bottom: 4px;
  padding-bottom: 5px;
  font-size: 0.95em;
}

.chapter-prev img {
  transform: rotate(-90deg);
  padding-top: 7px;
  padding-bottom: 5px;
}

.chapter-next {
  border-radius: 0 0 50px 50px;
  padding-top: 5px;
  font-size: 0.95em;
}

.chapter-next img {
  padding-top: 7px;
  padding-bottom: 5px;
  transform: rotate(90deg);
  left: 16px;
}

/* .main-container {
      margin-top: 65px;
  } */
/* .ban-wrap {
      background: var(--ivory);
      position: relative;
    
      margin-top: -22px;
  } */
.top-ban {
  height: 18%;
  border-radius: 0 0 25px 25px;
  background-color: var(--bg-body);
  position: relative;
  z-index: 10;
  /* box-shadow: rgb(0, 5, 0) 0px 20px 28px 0px;*/
  box-shadow: rgb(0, 5, 0) 0px 22px 17px -15px;
  text-align: center;
}

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

.lazy-ganesh {
  width: 100%;
  height: 268px;
  /* Adjust to desired size */
  /* background-image: url('https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/vighneswaa.gif'); */
  background-image: url("https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/vigneshwara-128.gif");
  background-size: 255px;
  background-position: center;
  transition: background-image 0.3s ease-in-out;
  background-repeat: no-repeat;
}

.planet_gph .lazy-planet {
  width: 70px;
  height: 70px;
  background-size: 70px;
}

.planet_desc .lazy-planet {
  width: 20px;
  height: 20px;
  margin: 0 8px;
  background-size: 20px;
}

.rem-plnt {
  position: relative;

  z-index: 1;
}

p.mantra {
  display: flex;
}

.rem-plnt .lazy-planet {
  width: 60px;
  height: 60px;
  background-size: 60px;
  margin: auto;
  /* left: 43%; */
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  position: absolute;
  /* top: -35px; */
  border: 2.9px solid var(--white);
  border-radius: 40px;
}

.sn-content .lazy-planet {
  width: 110px;
  height: 110px;
  background-size: 110px;
}

.sn_long_warp .table .lazy-planet {
  width: 40px;
  height: 40px;
  background-size: 40px;
}

.planet-flow .p-flow:first-child .lazy-planet {
  width: 45px;
  height: 45px;
  background-size: 45px;
  margin: 0;
}

.planet-flow .p-flow:nth-child(2) .lazy-planet {
  width: 38px;
  height: 38px;
  background-size: 38px;
  margin: 0;
}

.planet-flow .p-flow:nth-child(3) .lazy-planet {
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin: 0;
}

.lazy-planet {
  width: 100px;
  height: 100px;
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/images_placeholder.gif);
  background-size: 100px;
  background-position: center;
  transition: background-image 0.3s ease-in-out;
  background-repeat: no-repeat;
  float: left;
  margin: 0px 12px 0 5px;
}

.lazy-background {
  width: 100%;
  height: 400px;
  /* Adjust to desired size */
  background-image: url("https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/cover_paceholder.gif");
  background-size: 100%;
  background-position: bottom;
  transition: background-image 0.3s ease-in-out;
  background-repeat: no-repeat;
}

.zigzak {
  --mask: conic-gradient(from 135deg at top,
      var(--grey) 0deg,
      var(--black) 0.5deg 89deg,
      var(--grey) 89.1deg 100deg) 49% / 17px calc(100% + 0px);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: var(--ivory);
  width: 100%;
  height: 25px;
  position: absolute;
  z-index: 1;
  top: 20px;
}

.zigzak1 {
  --mask: conic-gradient(from 135deg at top,
      var(--grey) 0deg,
      var(--black) 0.5deg 89deg,
      var(--grey) 89.1deg 100deg) 49% / 17px calc(100% + 0px);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: var(--bg-red);
  width: 100%;
  height: 25px;
  position: absolute;
  z-index: 2;
  top: 22px;
}

.zigzak2 {
  --mask: conic-gradient(from 135deg at top,
      var(--grey) 0deg,
      var(--black) 0.5deg 89deg,
      var(--grey) 89.1deg 100deg) 49% / 17px calc(100% + 0px);
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background: var(--ivory);
  width: 100%;
  height: 25px;
  position: absolute;
  z-index: 3;
  top: 24px;
}

.top-wrap {
  padding: 15px 25px 25px;
}

.parallax {
  position: relative;
  /* height: 400px; */
  background-size: 100%;
  background-position: center;
  will-change: background-position;
  margin-top: -20px;
  background-color: var(--ivory);
  transition: transform 0.1s ease-out;
}

.zigzak-wrap {
  position: relative;
  display: block;
  justify-content: center;
  margin-top: -50px;
  padding: 20px 0;
}

section.chapter {
  position: relative;
  z-index: 1;
}

.top-wrap {
  background: var(--ivory);
  padding: 0 25px 25px;
  display: inline-block;
}

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

.main-container .chpt-title h1 {
  color: var(--mud-color);
  margin: 0px 0 10px;
  font-size: 3.2rem;
  line-height: 2.5rem;
}

.main-container .chpt-title h3 {
  color: var(--orange);
  margin: 0px;
  font-weight: bold;
  font-size: 1.3em;
  padding: 6px 0 2px;
  text-transform: uppercase;
  line-height: 1.3em;
}

.eng-lang .main-container .chpt-title h3 {
  font-size: 1.4em;
  line-height: 1em;
}

.main-container .chpt-title h4 {
  color: var(--font-primary);
  margin: 0;
  font-weight: bold;
  font-size: 1em;
  text-transform: capitalize;
}

.eng-lang .main-container .chpt-title h4 {
  font-size: 1.15em;
}

.go-to-up {
  text-align: center;
  color: var(--pink-red);
  margin: 0 0 13px;
}

.main-container .go-to-up a {
  color: var(--pink-red);
}

.main-container .go-to-up p {
  font-size: .95rem;
  font-weight: 600;
  font-family: var(--font-roboto);
}

.go-to-up span {
  position: relative;
  top: 5px;
  left: 5px;
}

span.uparrow {
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/uparrow.png);
  height: 20px;
  display: inline-block;
  width: 20px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}

/* Define the keyframes for the animation */
@keyframes moveUp {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Apply the animation to the element */
.animate-up {
  animation: moveUp 2s infinite;
}

.main-container .horo-desc p {
  text-align: center;
  color: var(--dark-shade1);
}

.horo-buy-btn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
}

.btn-desc {
  background: linear-gradient(63deg,
      rgba(238, 39, 0, 1) 0%,
      rgba(254, 141, 0, 1) 80%);
  border-radius: 10px 0 0 10px;
  padding: 1px 10px;
  color: var(--white);
  width: 75%;
  border-right: 1px solid var(--white);
}

.main-container .btn-desc p {
  margin: 5px 0;
  text-align: left;
  font-size: 0.9rem;
  font-family: var(--font-roboto);
}

.btn-wrap {
  text-align: center;
  background: var(--font-green);
  border-radius: 0 10px 10px 0;
  padding: 10px 5px;
  width: 27%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: var(--white);
}

.btn-wrap img {
  top: 2px;
  position: relative;
}

.main-container .btn-wrap a {
  color: var(--white);
  text-decoration: none;
}

.main-container .btn-wrap p {
  font-weight: bold;
  font-size: 0.95rem;
  margin: 0;
  line-height: 32px;
  white-space: pre;
  font-family: var(--font-roboto);
}

.main-container .tab_desc h2 {
  margin: 0;
  font-size: 1.1em;
  line-height: 1em;
}

.main-container .tab_desc p {
  margin: 2px 0;
  font-size: 1em;
}

.acc_tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.acc_tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
  background: var(--light-shade6);
}

.acc_tab input:checked~.acc_tab__content {
  /*max-height: max-content;*/
  max-height: 2000px;
  background: var(--light-yellow);
  border-bottom: 1px solid var(--light-shade10);
  transition: max-height 0.95s ease-in-out;
}

.shareable-box input:checked~.acc_tab__content {
  background: transparent;
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
  border: none;
}

.shareable-box .acc_tab__content {
  background: transparent;
}

.tb-col.red {
  background: var(--red-shade2);
  color: var(--white);
}

.acc_tab__label {
  display: flex;
  color: var(--white);
  background: var(--light-shade7);
  cursor: pointer;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #e4c983;
  color: var(--font-primary);
  border-top: 20px solid var(--bg-body);
  align-items: center;
}

label.acc_tab__label .tab_desc {
  flex: 1;
}

.accordion-wrap .acc_tab__content {
  background: var(--light-yellow);
}

.main-container .acc_tab__content p {
  margin: 0;
  padding: 16px;
}

@keyframes bounce {
  25% {
    transform: translateY(2px);
  }

  75% {
    transform: translateY(-2px);
  }
}

.acc_table {
  padding: 10px 10px 5px;
}

.tb_row {
  display: flex;
  width: 100%;
  line-height: 22px;
  white-space: normal;
  word-break: keep-all;
  /* Avoid breaking within words */
  /* Keep all text on one line */
  overflow-wrap: normal;
}

.acc_tab__content .tb-col p {
  margin: auto 0;
  padding: 0;
}

.tb-col:nth-child(2) p {
  font-weight: bold;
}

.tb-col,
.tb-col .ff-roboto,
.tb-col p {
  font-size: 0.9rem;
}

.tb-col:first-child {
  width: 60%;
  justify-content: left;
  /* display: grid; */
  /* display: block; */
  align-items: center;
  min-width: 100px;
  /* display: flex; */
  /* flex-direction: column; */
  /* or 'row' depending on layout */
  /* justify-content: center; */
  /* padding: 10px; */
}

.tb-col.col-flt-od {
  white-space: nowrap;
  min-width: 45%;
}

.tb-col.col-flt-ev {
  /* white-space: nowrap; */
  /*min-width: 30%;*/
  word-break: keep-all;
  white-space: normal;
}

.tb-col:nth-child(2) {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 3px;
}

.tb-col i {
  display: contents;
}

.tb-col {
  display: table-cell;
  /* display: table-cell; */
  vertical-align: middle;
  background: var(--white);
  padding: 6px 10px;
  margin: 5px;
  width: 100%;
  max-width: 350px;
  border-radius: 5px;
  /* font-size: 1em; */
  word-break: break-all;
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.info {
  display: none;
  background: var(--red-shade2);
  border-radius: 5px;
  margin: 5px;
  color: var(--white);
  padding: 0 10px;
}

.info-icon span {
  position: relative;
  top: 12px;
}

.info-icon span img {
  width: 35px;
  height: 35px;
}

.main-container .info-cont p {
  padding: 8px 5px 10px 15px;
}

/********Chapter2***********/
blockquote {
  font-style: italic;
  border-left: 5px solid #b9a598;
  margin: 20px 15px;
  padding-left: 12px;
  line-height: 25px;
  font-size: 0.98em;
}

.summery-warp {
  background: var(--light-shade7);
  color: var(--font-primary);
  padding: 10px 25px 40px;
  margin: 18px 15px;
  border-radius: 8px;
  position: relative;
}

.main-container .summery-warp p {
  line-height: 24px;
  font-weight: 600;
  font-size: 1em;
  /*display: inline-block;*/
}

.main-container .summery-warp h2 {
  margin-top: 20px;
  font-family: "roboto", sans-serif;
  font-size: 1.2em;
}

.summery-warp.time-line {
  margin-bottom: 0;
}

.summery-warp.time-line h2 {
  margin-bottom: 10px;
}

.graph-wrap .line-graph {
  padding-bottom: 0;
  padding-top: 0;
}

.graph-wrap {
  /* display: inline-block; */
  clear: both;
}

.line-graph {
  /*background: linear-gradient(to right, var(--pink) 0%, var(--pink) 15%, #bf43b7 15%, #bf43b7 60%, #a3c65b 60%, #a3c65b 90%, #5b8ac6 90%, #5b8ac6 100%);*/
  display: flex;
  /*padding: 20px 0;*/
  height: 20px;
  padding-bottom: 35px;
  padding-top: 20px;
}

.main-container .line-graph.line-row p {
  margin: 0;
  position: relative;
  top: 18px;
  font-weight: normal;
  font-size: 0.8em;
  white-space: nowrap;
}

.main-container .line-graph.line-row div:first-child p {
  left: 0;
}

.main-container .line-graph.line-row div:last-child p {
  text-align: right;
  left: -16px;
}

.main-container .line-graph.line-row>div:nth-child(odd) p {
  top: -21px;
}

.main-container .line-graph.line-row .line_col_pink:last-child p {
  top: -21px;
}

.main-container .line-graph.line-row .line_col_pink:first-child p {
  top: -21px;
}

.main-container .line-graph.line-row div:nth-child(even) p {
  transform: rotate(45deg) translateX(-3px) translateY(-2px);
  transform-origin: left;
  text-align: left;
  left: 0;
}

.main-container .line-graph.line-row div:nth-child(odd) p {
  transform: rotate(-45deg) translateX(-2px) translateY(4px);
  transform-origin: left;
  left: 0;
  text-align: left;
}

.line_col_pink {
  background: var(--pink);
  width: 20%;
  /* border-right: 2px solid #ffffff; */
}

div.timeline_planet_9,
.timeline_planet_9::before {
  background: #987677;
}

div.timeline_planet_8,
.timeline_planet_8::before {
  background: #8383c1;
}

div.timeline_planet_7,
.timeline_planet_7::before {
  background: #e271cf;
}

div.timeline_planet_6,
.timeline_planet_6::before {
  background: #fec052;
}

div.timeline_planet_5,
.timeline_planet_5::before {
  background: #ff4141;
}

div.timeline_planet_4,
li.timeline_planet_4::before {
  background: #94bbce;
}

div.timeline_planet_3,
.timeline_planet_3::before {
  background: #56b28c;
}

div.timeline_planet_2,
.timeline_planet_2::before {
  background: #f67f9c;
}

div.timeline_planet_1,
.timeline_planet_1::before {
  background: #abd46d;
}

.tit-arrow.timeline_planet_1 {
  background: linear-gradient(270deg, #abd46d 98%, var(--dark-orange) 21%);
}

.tit-arrow.timeline_planet_2 {
  background: linear-gradient(270deg, #f67f9c 98%, var(--dark-orange) 21%);
}

.tit-arrow.timeline_planet_3 {
  background: linear-gradient(270deg, #56b28c 98%, var(--dark-orange) 21%);
}

.tit-arrow.timeline_planet_4 {
  background: linear-gradient(270deg, #94bbce 98%, var(--dark-orange) 21%);
}

.tit-arrow.timeline_planet_5 {
  background: linear-gradient(270deg, #ff4141 98%, var(--dark-orange) 21%);
}

.tit-arrow.timeline_planet_6 {
  background: linear-gradient(270deg, #fec052 98%, var(--dark-orange) 21%);
}

.tit-arrow.timeline_planet_7 {
  background: linear-gradient(270deg, #e271cf 98%, var(--dark-orange) 21%);
}

.tit-arrow.timeline_planet_8 {
  background: linear-gradient(270deg, #8383c1 98%, var(--dark-orange) 21%);
}

.tit-arrow.timeline_planet_9 {
  background: linear-gradient(270deg, #987677 98%, var(--dark-orange) 21%);
}

.line_col_purple {
  background: #bf43b7;
  width: 45%;
}

.main-container .line_col_purple p {
  bottom: -18px;
}

.line_col_green {
  background: #a3c65b;
  width: 25%;
}

.main-container .line_col_green p {
  bottom: -18px;
}

.line_col_blue {
  background: #5b8ac6;
  width: 10%;
}

.main-container .line_col_blue p {
  top: -21px;
}

.main-container .line-gf-desc ul li p {
  margin: 0;
  font-weight: normal;
  font-size: 0.9em;
}

.line-gf-desc ul {
  padding: 0;
}

.line-gf-desc li {
  list-style: none;
  position: relative;
  padding: 0 0 0 35px;
  color: var(--font-primary);
  line-height: 25px;
  margin-bottom: 10px;
}

.main-container .line-gf-desc li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  /* background-color: var(--red-shade3); */
  border-radius: 3px;
}

.graph-desc li:before {
  border-radius: 3px;
}

li.pink:before {
  background: var(--pink);
}

li.purple:before {
  background: #bf43b7;
}

li.green:before {
  background: #a3c65b;
}

li.blue:before {
  background: #5b8ac6;
}

li.red:before {
  background: var(--bright-red);
}

li.yellow::before {
  background: #fec052;
}

.smy-btn-wrap {
  background: var(--white);
  border-radius: 10px;
  display: flex;
  max-width: 500;
}

.btn-cont {
  display: inline-block;
  width: 80%;
  padding: 10px;
}

.smy-btn-wrap .icon {
  background: var(--mud-color);
  width: 14%;
  border-radius: 10px 0 0 10px;
  display: flex;
}

.smy-btn-wrap .icon img {
  margin: auto;
  width: 25px;
}

.btn-cont a span {
  position: relative;
  top: -4px;
  margin-left: 0;
  font-size: 0.9em;
}

.btn-cont a img {
  width: 15px;
}

.main-container .btn-cont h4 {
  margin: 0 0 5px;
  color: var(--mud-color);
  font-weight: bold;
  font-size: 1em;
  line-height: 21px;
}

/* .btn-cont a {
      background: var(--font-green);
      border: none;
      padding: 8px 10px 2px;
      border-radius: 9px;
      color: #ffffff;
      float: right;
      text-decoration: none;
  }
  .summery-warp .btn-cont a {
      background: var(--font-green);
      border: none;
      padding: 8px 10px 2px;
      border-radius: 9px;
      color: #ffffff;
      text-decoration: none;
      align-self: end;
      text-align: left;
      position: unset;
      left: unset;
  
  } */
.tit-arrow {
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 0 0);
  background: linear-gradient(270deg, var(--light-orange) 98%, var(--dark-orange) 21%);
  width: 95%;
  margin-bottom: 5px;
}

/* .tit-arrow.red-org {
  background: linear-gradient(270deg,
      var(--light-orange) 98%,
      var(--dark-orange) 21%);
} */

.tit-arrow.red-pink {
  background: linear-gradient(270deg, var(--pink) 98%, var(--dark-orange) 21%);
}

.tit-arrow.red-violet {
  background: linear-gradient(270deg, #c15cb7 98%, var(--dark-orange) 21%);
}

.main-container .tit-arrow h2 {
  font-size: 1.15em;
  padding: 8px 21px 8px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  align-items: center;
}

.dasa-data {
  margin: 15px;
}

/* .line_col_gray {
      background-color: var(--light-shade4);
      width: 80%;
  }
  .line_col_gray p:nth-child(2) {
      float: right;
      top: -21px;
  }
  .line_col_gray p {
      display: inline;
  }
  .line_col_gray p:first-child {
      top: 17px;
  } */
.dasa-content-top {
  display: block;
  margin: 10px 0 5px;
}

/* .dasa-content-top .lazy-ganesh {
      float: left;
      margin: 10px 12px 0 5px;
      width: 95px;
  } */
.dasa-content-top svg {
  width: 10px;
}

.main-container .dasa-content-top h3 {
  margin: 5px 0;
  font-size: 1rem;
  color: var(--orange);
  display: inline;
  font-weight: bold;
  font-family: var(--font-roboto);
}

.dasa-content-top.planet_gph span img {
  width: 5px;
  margin: 0px 3px;
  position: relative;
  top: 0px;
}

.main-container .dasa-content-top p {
  text-align: left;
  font-size: 1em;
}

.line_col_red {
  background: var(--bright-red);
  width: 6%;
}

.main-container .line_col_red p {
  top: -21px;
  width: 70px;
}

.line_col_red.line_col_red1 {
  width: 35%;
}

.line_col_pink.line_col_pink1 {
  width: 65%;
}

.main-container .line_col_red.line_col_red1 p {
  top: 17px;
}

.main-container .line_col_pink.pk2 p {
  left: 50px;
}

.main-container .line_col_gray.gy2 p {
  left: 80%;
  top: -21px;
}

p.p2 {
  left: 138px;
  width: fit-content;
  top: -6px;
}

p.p1 {
  top: 17px;
}

.planet-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.graph-desc ul.planet_desc {
  padding: 0;
  color: var(--mud-color);
  margin-bottom: 12px;
}

.graph-desc .planet_desc li {
  list-style-type: none;
  display: flex;
  margin: 3px 0 8px;
  padding: 0;
}

.main-container li::before {
  content: "";
  position: relative;
  left: 0;
  top: 2px;
  width: 20px;
  height: 18px;
  /* background-color: var(--red-shade3); */
}

.graph-desc li img {
  width: 4%;
  height: 4%;
  margin: auto 8px;
}

.graph-desc {
  padding: 15px 0 1px;
}

.main-container .graph-desc p {
  font-size: 1em;
}

.graph-desc li b {
  color: var(--black);
}

.thumb-icon-wrap {
  display: flex;
  background-color: var(--light-shade7);
  width: 100%;
  position: relative;
  left: 47.97%;
  transform: translateX(-48%);
  padding: 15px;
}

.likes {
  width: 50%;
}

.thumb-icon-wrap p img {
  padding-right: 10px;
  width: 18px;
  top: 5px;
}

.main-container ul.planet_desc p {
  margin: auto 0;
  font-size: 0.8em;
  color: #000;
}

.main-container span.mask a {
  color: #b1bf90;
  background-color: #b1bf90;
  font-size: 0.9em;
  line-height: 25px;
}

#mask-popup {
  width: 75vw;
  max-width: 290px;
  padding: 1rem 1.5rem;
  background: #636d56;
  color: #fff;
  font-size: 0.9rem;
  position: fixed;
  top: 24%;
  left: 50%;
  z-index: 1110;
  z-index: 10;
  border-radius: 15px;
  text-align: center;
  font-family: var(--font-roboto);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 0px) scale(0.95);
  transition: transform 0.3s ease, opacity 2s ease;
  will-change: transform, opacity;
}

#mask-popup.show {
  transition: transform 0.3s ease, opacity .3s ease;
  visibility: visible;
  opacity: 1;
}

button.menu-btn-mask {
  width: 125px;
  height: 34px;
  margin: 10px 4px;
  /* float: right; */
  display: block;
  /* float: right; */
  padding: 0 15px;
  background: #ff602d;
  background: linear-gradient(45deg, #f44336, #ff9800);
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  margin: 0.5rem auto 0;
  /* white-space: pre; */
  position: relative;
  text-align: left;
  border: 2px solid #fff;
  cursor: pointer;
}

span.amt-mask {
  /* background: #ffffff; */
  /* color: #329228; */
  /* border-radius: 10px; */
  /* padding: 2px 7px; */
  font-weight: 600;
  margin-left: 5px;
  font-size: 1.1em;
  /* line-height: 1.8em; */
}

span.amt-stricked {
  text-decoration: line-through;
  font-size: 1.1em;
  line-height: 1.4em;
  opacity: 0.6;
}

#mask-popup p {
  margin: auto;
}

.main-container .thumb-icon-wrap p {
  margin: 3px 0;
  font-size: 1em;
}

.orange {
  color: #fe5100;
}

.tooltip {
  text-decoration: underline;
  font-style: italic;
  color: var(--orange);
  font-weight: normal;
}

.tooltip-emp {
  text-decoration: underline;
  color: var(--orange);
  font-weight: bold;
}

.dasa-content-top.planet_gph img {
  width: 69px;
  margin: 0 10px 0 0;
}

.main-container .dasa-content-top.planet_gph p {
  margin: 0;
  font-size: 0.9em;
  /* margin-left: 28%; */
  /* float: left; */
  /* clear: left; */
  line-height: 1.25em;
}

.swasthic {
  text-align: center;
  margin: 10px auto 10px;
  display: inline-block;
  width: 100%;
}

.swasthic img {
  width: 23px;
}

.corner-design.corner-design-top {
  position: absolute;
  left: 10px;
}

.corner-design.corner-design-bottom {
  text-align: right;
  position: absolute;
  left: -10px;
  width: 100%;
  bottom: 10px;
}

.dislikes img {
  position: relative;
}

/* The popup form - hidden by default */
.popup-form {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* The form content */
.form-content {
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  background: var(--light-shade12);
  min-height: 756px;
  display: table;
  border-radius: 24px;
}

/* Close button */
.close-btn {
  color: #aaa;
  float: right;
  font-size: 1.75em;
  font-weight: bold;
  text-decoration: none;
}

.close-btn:hover,
.close-btn:focus {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}

/* Show the form when :target is triggered 
  #popupForm:target {
      display: block;
  }*/
.data-form input {
  background: var(--white);
  color: var(--black) !important;
  border: none;
  border-radius: 5px;
  outline: none;
  height: 30px;
  width: 98%;
  padding: 0;
  font-family: var(--font-roboto);
  box-shadow: 5px 5px 4px var(--light-shade4);
}

span.top-label {
  font-size: 0.8rem;
  color: var(--dark-gray);
  font-weight: 700;
  margin-bottom: 6px;
  opacity: 0.9;
}

.data-form label {
  color: var(--dark-gray);
  opacity: 0.9;
  border: 0;
  display: block;
  width: 100%;
  float: left;
  font-family: var(--font-roboto-cond);
  font-style: normal;
  font-weight: 700;
  font-size: 0.85em;
  text-align: center;
}

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

body.concon-report form input {
  padding: 8px;
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #ffff;
  box-shadow: 5px 5px 4px var(--light-shade4);
  text-indent: 10px;
  border-radius: 6px;
}

.data-form .dobtob input {
  border: 0;
  margin: 0;
  padding: 0 2px;
  border-radius: 6px;
  box-shadow: none;
  text-indent: 0%;
}

.dobtob {
  width: 40%;
  /* float: left; */
  background: #fff;
  box-shadow: 5px 5px 4px var(--light-shade4);
  border-radius: 6px;
  display: flex;
}

.dobtob.tob {
  width: 19%;
  float: left;
  margin-left: 3%;
  background: #fff;
  box-shadow: 5px 5px 4px var(--light-shade4);
  border-radius: 6px;
}

.dob-wrap {
  width: 100%;
  display: flex;
}

.dob-item {
  width: 24%;
}

.dob-item-year {
  width: 40%;
}

#dobday,
#dobmonth,
#dobyear,
#tobhour,
#tobmin {
  text-align: center;
}

div#ampm_div {
  width: 35%;
  float: left;
  margin-left: 3%;
}

.db40 {
  display: inline-block;
  width: 43%;
}

body.concon-report label {
  /* line-height: 30px; */
  text-align: left;
}

.data-form input[type="radio"] {
  display: none;
}

.data-form .ampm-btn input[type="radio"]+label,
select {
  display: inline-block;
  width: 47%;
  text-align: center;
  /* float: left; */
  line-height: 30px;
  cursor: pointer;
  background-color: #dfdfdf;
  border: 1px solid #bcbcbc;
  margin-bottom: 0;
}

.data-form .ampm-btn input[type="radio"]+label:nth-of-type(1),
.data-form .gender-btn input[type="radio"]+label:nth-of-type(1) {
  border-radius: 6px !important;
  border-color: #f3ebd8;
}

.data-form .ampm-btn input[type="radio"]+label,
.data-form .lang-btn input[type="radio"]+label,
.data-form .report-btn input[type="radio"]+label,
.data-form .gender-btn input[type="radio"]+label {
  border-color: #fff;
  background-color: #fff !important;
  border-radius: 6px;
  box-shadow: 5px 5px 4px var(--light-shade4);
}

.data-form .gender-btn input[type="radio"]+label {
  width: 48%;
  margin: 1%;
  box-shadow: 5px 5px 4px var(--light-shade4);
}

.data-form .ampm-btn input[type="radio"]:checked+label,
.data-form .lang-btn input[type="radio"]:checked+label,
.data-form .report-btn input[type="radio"]:checked+label,
.data-form .gender-btn input[type="radio"]:checked+label {
  border-color: #f3ebd8 !important;
  background-color: #ffcc3f !important;
  color: #4f2e0c;
}

.data-form .lang-btn input[type="radio"]+label,
select {
  width: 31.3%;
  margin: 1%;
  box-shadow: 5px 5px 4px var(--light-shade4);
  border-radius: 6px !important;
}

.section-left {
  display: inline-block;
  width: 100%;
}

.data-form .gender-btn input[type="radio"]+label,
select,
.data-form .report-btn input[type="radio"]+label,
select {
  width: 31.3%;
  margin: 1%;
}

.main-container .submit-button.disable-submit a {
  text-align: center;
  margin: 12px auto 12px auto;
  font-size: 0.9rem;
  background: var(--bg-red);
  border: 2px solid #fff;
  padding: 12px 24px;
  color: #fff;
  border-radius: 24px;
  width: auto;
  display: inline-block;
  text-transform: capitalize;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.curve svg {
  width: 43% !important;
}

.main-container span.mask a::selection {
  color: #b1bf90;
}

/***********cover-page**************/
.cover-page {
  background-color: var(--light-orange);
  height: 575px;
  position: relative;
}

.top-design {
  background: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/cover-pg-top.png);
  height: 60px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: 100%;
}

.ganesha-img {
  text-align: center;
  margin-top: 75px;
}

.ganesha-img-des {
  text-align: center;
}

.ganesha-img-des img {
  width: 200px;
}

/* .ganesha-img img {
      width: 16em;
      height: auto;
  } */
.cover-page-mid-deign {
  background: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/cover-pg-design.png);
  height: auto;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  position: absolute;
  bottom: 0;
}

.mid-design img {
  width: 100%;
  position: relative;
  top: -4px;
}

.cover-horo-desc {
  background-color: var(--light-shade9);
  height: auto;
  padding: 10px;
}

.main-container .cover-horo-tit p {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}

.main-container .cover-horo-tit p,
.main-container .cover-horo-tit p * {
  font-family: var(--font-roboto-cond);
}

.font-light {
  font-weight: 300;
  margin-top: 10px;
  line-height: 35px;
  font-family: var(--font-roboto-cond);
}

.add-photo {
  text-align: center;
  position: relative;
  top: -15px;
  width: 150px;
  height: 150px;
  border-radius: 50%;

  overflow: hidden;
  cursor: pointer;
  margin: auto;
}

.add-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.main-container .add-photo p {
  position: absolute;
  width: 60%;
  top: 30px;
  text-align: center;
  left: 30px;
  color: var(--light-shade5);
  font-weight: 600;
  font-size: 1.05em;
  line-height: 21px;
}

form#report__photo_form {
  margin-bottom: 0;
}

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

.main-container .cust-details p {
  width: 200px;
  text-align: center;
  display: inline-block;
  color: #591715;
  font-size: 1.1em;
  margin: 0;
  position: relative;
  top: -5px;
  line-height: var(--font-lang-line-height);
}

.divider {
  border: none;
  width: 2px;
  background-color: var(--light-orange);
  position: relative;
  margin: auto;
  top: 0;
  margin: 2px auto;
}

.div1 {
  height: 40px;
  top: -5px;
}

.div2 {
  height: 10px;
}

.div3 {
  height: 32px;
}

.div4 {
  height: 8px;
}

.div5 {
  height: 26px;
}

.main-container .sun-sign p,
.main-container .moon-sign p {
  font-weight: 600;
  font-size: 1em;
  margin: 0;
  line-height: 18px;
}

.main-container .sun-sign p {
  font-family: var(--font-roboto);
}

.sun-sign span {
  color: var(--light-orange);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4em;
  font-size: 1rem;
}

.sun-sign span:first-of-type,
.moon-sign p {
  color: #591715;
  text-transform: none;
  font-weight: 600;
}

.moon-sign span {
  color: var(--dark-orange);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4em;
}

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

.sign-img img {
  width: 34%;
}

.cover-pg-chart.txt-center img {
  width: 250px;
}

.sloga {
  padding: 25px 12px 0px;
  line-height: 1.25em;
}

.sloga.hin {
  line-height: 26px;
  font-weight: bold;
  color: var(--font-primary);
}

.report-tkn {
  padding-top: 40px;
  color: #714d44;
}

.main-container .report-tkn p {
  font-size: .9rem;
  margin-bottom: 19px;
  font-family: var(--font-roboto-cond);
  font-weight: 300;
  text-transform: uppercase;
}

.cover-pg-btm-design {
  position: relative;
  top: -26px;
}

.cover-pg-btm-design img {
  width: 100%;
}

/************TABLE OF PREDICTIONS******************/
.toc {
  margin-top: 40px;
}

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

.main-container .toc-tit p {
  margin: 0;
  color: var(--orange);
  font-size: 1.38rem;
  font-weight: bold;
}

.toc-deign-top {
  text-align: center;
  margin-top: 8px;
}

.toc-deign-top img {
  width: 42%;
  max-width: 182px;
}

.toc-deign-btm {
  margin-top: 0;
  rotate: 180deg;
}

.chapter-box {
  display: flex;
  align-items: stretch;
  /* background-color: var(--light-shade11); */
  background-color: #ffeaa4;
  margin-bottom: 1px;
  border-radius: 5px;
  font-size: 1em;
  padding-right: 15px;
  height: auto;
}

.chapter-label {
  background-color: #f79433;
  padding: 10px 20px;
  text-align: center;
  clip-path: polygon(83% 0%, 100% 50%, 83% 100%, 0% 100%, 0 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: var(--white);
  box-sizing: border-box;
  font-family: var(--font-roboto);
}

.chapter-label span,
.chapter-label strong {
  font-family: var(--font-roboto);
}

.chapter-label span {
  font-size: 0.9rem;
  line-height: 1;
  padding-bottom: 2px;
}


.chapter-label strong {
  font-size: 1.05rem;
  line-height: 1;
  margin-top: 2px;
}

.chapter-title {
  flex-grow: 1;
  margin: auto;
  padding: 14px 0;
}

.main-container .chapter-title h3 {
  flex-grow: 1;
  color: var(--font-primary);
  font-weight: bold;
  font-size: 1.05em;
  font-weight: bold;
  margin: 0;
  line-height: 1em;
}

.main-container .chapter-title h3 a {
  color: var(--font-primary);
  text-transform: capitalize !important;
  line-height: 1em;
}

/* .chapter-title h4 {
      margin: 0;
      font-weight: normal;
      color: var(--dark-brown);
      font-size: .9em;
      line-height: 19px;
  } */

.chapter-box .chapter-page {
  color: #5e2a10;
  display: flex;
  align-items: center;
}

.chapter-page span:first-child {
  font-size: 1em;
  margin-right: 10px;
  font-weight: bold;
}

.acc_toc__label.open .downarrow {
  transform: scale(1, -1);
}

/* .chapter-page span img { */
/* filter: invert(1) sepia(1) saturate(6) hue-rotate(10deg) brightness(0.8); */
/* width: 15px; */
/* }  */
span.downarrow {
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/downarrow_tob1.png);
  height: 20px;
  display: inline-block;
  width: 20px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  /* transform: scale(1, -1); */
}

.accordion-toc .acc_toc__label .downarrow {
  cursor: pointer;
  padding: 0.6rem;
  border-radius: 50%;
  margin-right: 0;
  transition: background-color 0.2s ease-in-out;
  background-position: 51% 54%;
}

.accordion-toc .acc_toc__label .downarrow:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

span.downarrow.downarrow-white {
  filter: invert(1) brightness(2);
}

.toc-link.toc_nav_link {
  display: inline-block;
  /* cursor: pointer; */
  transition: color 0.2s ease-in-out;
}

/* .toc-link.toc_nav_link:hover {
  color: #b4092b;
} */

span.downarrow.downarrow-white.arrow-right {
  transform: rotate(-90deg);
  top: 6px;
  position: relative;
  background-size: 12px;
  left: -4px;
}

span.downarrow.downarrow-white.nav-down {
  padding-top: 7px;
  padding-bottom: 5px;
  left: 10px;
  position: relative;
  width: 25px;
}

.downarrow-white.up {
  transform: rotate(-180deg);
}

.down-arrow {
  background: #af2d21;
  width: 22px;
  height: 24px;
  padding: 5px 5px 3px;
  border-radius: 50px;
  /* position: relative; */
}

.down-arrow span.downarrow {
  filter: invert(0.95) sepia(0.99) saturate(2.8) hue-rotate(-15deg) brightness(1.3);
  top: 2px;
  position: relative;
  left: 1px;
  background-size: 20px;
}

.acc_tab input:checked~.acc_toc_content {
  background: var(--light-shade6);
  display: block;
}

.toc_cont-wrap {
  display: flex;
  margin-left: 88px;
  border-bottom: 1.5px dashed #bfa88e;
  padding: 8px 0;
  color: var(--mud-color);
}

.toc_cont-wrap:last-child {
  border: none;
}

.toc_content {
  flex-grow: 1;
  padding-left: 8px;
}

.accordion-toc img.clock-icon {
  width: 12px;
}

.toc_content p:first-child {
  font-size: 0.9em;
}

.main-container .toc_content p {
  padding: 0;
  font-weight: 400;
  font-size: 0.92em;
  /* line-height: 17px; */
  line-height: 1.2em;
  color: #8b5c48;
  margin: 0;
}

.acc_toc_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: var(--light-shade6);
}

.toc_content .chapter-page {
  color: var(--mud-color);
  font-weight: 400 !important;
}

.acc_tab__content.acc_toc_content .chapter-page {
  width: 48px;
  align-items: center;
  display: flex;
}

.acc_tab__content.acc_toc_content .chapter-page span {
  font-weight: normal;
}

.toc_content {
  flex-grow: 1;
}

/* .downarrow {
      display: inline-block;
      transition: transform 0.3s ease;
    } */

.downarrow.rotated {
  /* transform: rotate(180deg); */
  transform: scale(1, -1);
}

/* p.icon-remedi {
      color: #ffffff;
      margin-top: 3px;
      font-weight: bold;
      background: var(--font-green);
      width: fit-content;
      padding: 4px 8px;
      border-radius: 30px;
      display: flex;
  }
  p.icon-remedi img {
      width: 12px;
      position: relative;
      /* top: 3px; */
/* margin: auto 5px;
      height: auto; */
/*} */
.remedies-info {
  color: var(--white);
  margin-top: 3px;
  font-weight: bold;
  background: var(--font-green);
  width: fit-content;
  padding: 4px 8px;
  border-radius: 30px;
  display: flex;
  margin-bottom: 5px;
}

.main-container .remedies-info p {
  margin: 0px 5px;
}

.remedies-info img {
  width: 14px;
  height: auto;
  margin: auto 0;
  filter: invert(49.95) sepia(31.99) saturate(31.8) hue-rotate(292deg) brightness(8.3);
}

.acc_tab__content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

/* Default Down Arrow */
.downarrow {
  display: inline-block;
  transition: transform 0.3s ease-out;
}

/* Rotated Down Arrow (When Clicked) */
.downarrow.rotate {
  transform: scale(1, -1);
  /* Flips it */
}

.main-container .chapter-title h4 {
  margin: 2px 0 0 0;
  font-weight: normal;
  color: var(--dark-brown);
  font-size: .9em;
  line-height: 1.3em;
}

/*************summery-hww*****************/

.main-container .cover-summary h2 {
  text-align: center;
  margin: 66px auto 0;
  font-weight: 600;
  font-size: 1.2em;
  width: 50%;
  text-transform: uppercase;
}

.summary-card-wrap {
  display: flex;
  flex-wrap: wrap;
  /* Wraps to the next line if there's not enough space */
  gap: 0.7rem;
  margin: 0.7rem;
}

.summary-card {
  width: 40%;
  min-width: 40%;
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
  flex: 1;
  box-sizing: border-box;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  background: var(--light-shade6);
}

.s-card-top {
  background: var(--light-shade7);
  padding: 30px 8px 30px;
}

.main-container .s-card-top h2 {
  margin: 0px 4px 25px;
  line-height: 19px;
}

.s-card-btm {
  background: var(--light-shade6);
  padding: 10px;
}

.s-card-btm img {
  width: 75px;
}

.main-container .s-card-btm p {
  text-align: left;
  font-size: 0.9em;
  line-height: 20px;
  margin-bottom: 0;
}

.main-container .summary-card h1 {
  color: var(--orange);
  font-weight: bold;
  font-size: 3em;
  margin: 0;
  font-family: var(--font-roboto-cond);
}

.main-container .summary-card h2 {
  font-weight: 600;
  font-size: 0.95em;
  width: 100%;
}

.pg-septor {
  text-align: center;
  margin: 40px 0;
}

/*********how and why***************/
.hw-wy {
  margin: 20px 20px 40px;
  position: relative;
  z-index: 0;
}

#hw-wy {
  margin-bottom: 0;
}

.main-container .hw-wy h2 {
  color: var(--dark-orange);
  margin: 0;
  font-size: 1.5em;
  line-height: 36px;
}

.main-container .hw-wy h3 {
  margin: 0;
  font-size: 1.1em;
  color: var(--font-primary);
}

.concon-report:not(.eng-lang) .main-container .hw-wy h3 {
  font-size: 1em;
}

/* .hw-wy p {
      font-size: 16px;
  } */
.hw-wy ul {
  padding-left: 28px;
  margin-top: 12px;
}

.hw-wy li {
  list-style-type: none;
  font-size: 1em;
  position: relative;
}

.hw-wy li:before {
  background-color: var(--dark-orange);
  content: "";
  position: absolute;
  left: -20px;
  top: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.wy-p {
  margin-bottom: 0;
}

.whr-data-wrap {
  margin: 10px 0;
  position: relative;
}

.whr-data {
  display: flex;
}

.whr-data img {
  margin-right: 10px;
  width: 45px;
  height: 45px;
}

.whr-data p span {
  color: var(--orange);
  font-weight: 700;
}

.whr-data.evn {
  margin-left: 30px;
}

.whr-line {
  background: red;
  width: 2px;
  position: absolute;
}

.whr-data.evn .whr-line {
  height: 40px;
  background: red;
  width: 2px;
  position: absolute;
  rotate: -35deg;
}

.whr-line1 {
  height: 60px;
  left: 38px;
  top: 25px;
  rotate: -35deg;
  z-index: -9;
}

.whr-line2 {
  height: 60px;
  rotate: 40deg;
  left: 38px;
  top: 18%;
  z-index: -9;
}

.whr-line3 {
  height: 60px;
  rotate: -45deg;
  left: 38px;
  bottom: 51%;
  z-index: -9;
}

.whr-line4 {
  height: 60px;
  rotate: 40deg;
  left: 38px;
  bottom: 35%;
  z-index: -9;
}

.whr-line5 {
  height: 60px;
  rotate: -40deg;
  left: 40px;
  bottom: 21%;
  z-index: -9;
}

.whr-line6 {
  height: 60px;
  rotate: 40deg;
  left: 38px;
  bottom: 9%;
  z-index: -9;
}

.main-container .whr-data p {
  margin: 12px 0;
  color: var(--dark-shade2);
  font-size: 1em;
}

/******************chapter2************************/
.sn_long_warp {
  margin-top: 30px;
}

.sn_long_warp .tit-arrow {
  background: linear-gradient(270deg,
      var(--light-orange) 97.5%,
      var(--dark-orange) 21%);
}

.sn-content {
  margin: 15px;
}

/* .sn-content img {
      float: left;
      margin-right: 10px;
      width: 110px;
      height: 110px;
  } */
.summary-top-con-design {
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/corner_top_design.png);
  height: 50px;
  display: inline-block;
  width: 50px;
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.summary-bottom-con-design {
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/corner_down_design.png);
  height: 50px;
  display: inline-block;
  width: 50px;
  background-size: 50px;
  background-position: center;
  background-repeat: no-repeat;
}

.orange {
  font-weight: bold;
  color: var(--orange);
}

.basic-content-wrap p:first-child {
  margin-top: 0;
  padding-top: 0;
}

.basic-table {
  margin: 15px;
  border-radius: 10px;
  /* overflow: hidden; */
  box-shadow: 0px 3px var(--mud-color);
  overflow-x: auto;
  display: block;
}

.basic-table .row {
  display: table-row;
  color: var(--dark-shade3);
}

.basic-table .row-head .normal {
  font-weight: 300;
  font-size: 0.75em;
  display: block;
  line-height: 14px;
}

.basic-table .row-head {
  display: table-row;
  background-color: var(--mud-color);
  color: var(--white);
}

.basic-table .row-head .col {
  padding: 3px 5px 3px 10px;
}

.basic-table .row:nth-child(odd) {
  background-color: var(--light-shade2);
}

.basic-table .row:nth-child(even) {
  background-color: var(--light-shade1);
}

.basic-table .col {
  display: table-cell;
  width: 1%;
  padding: 8px 5px 5px 10px;
  font-weight: 500;
  vertical-align: middle;
  height: auto;
  min-height: 40px;
  white-space: nowrap;
}

.sn_long_warp .basic-table .row .col img {
  width: 40px;
}

.chart-wrap {
  margin: 15px;
  text-align: center;
}

.main-container .chart-wrap p {
  text-align: left;
  font-size: 0.9em;
  margin-top: 0;
}

.chart-wrap img {
  width: 300px;
}

.chart-img {
  margin-bottom: 20px;
  text-align: left;
}

/******************chapter3*********************/
.basic-content-wrap {
  margin: 15px 15px 20px;
}

.main-container span.orange a {
  text-decoration: underline;
  font-style: italic;
  color: var(--orange);
  font-weight: normal;
}

.bk_quote-orange blockquote {
  border-color: var(--orange);
  color: var(--orange);
  font-weight: bold;
  margin: 20px;
  line-height: 19px;
}

.main-container .basic-content-wrap h5 {
  font-size: 1.08em;
  margin: 16px 0;
}

.shareable-box {
  display: block;
  padding: 15px 15px;
  background: #dfc777;
  border-radius: 18px;
  margin: 0 20px;
}

.shareable-box .down-arrow {
  margin: auto;
  cursor: pointer;
}

.hidden {
  display: none;
  /* Hides the element */
}

.shareable-label {
  display: flex;
  /* margin-bottom: 5px; */
}

.share-title {
  flex: 1;
  margin: auto;
}

.main-container .share-title h3 {
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 3px;
  margin-top: 0;
}

.share-icon {
  margin: auto 10px auto 0;
  position: relative;
  /* top: -5px; */
}

.share-icon img {
  width: 28px;
}

.main-container .shareable-content h2 {
  font-size: 1.1em;
}

/* .acc_tab input:checked ~ .shareable-content {
      background: #ffffff;
      margin: 0px;
      border-radius: 10px;
      padding: 5px 20px;
      max-height: 2000px;
      transition: max-height 0.95s ease-in-out;
  } */
.shareable-content {
  background: var(--white);
  margin: 5px 0 0 0px;
  border-radius: 10px;
  padding: 5px 20px;
}

.main-container .shareable-content p {
  font-size: 0.8em;
}

.nature-data img {
  float: left;
  margin-right: 10px;
  width: 128px;
}

.main-container .shareable-content .nature-data p {
  margin: 0;
  padding: 0;
  line-height: 1.45em;
}

.basic-content-wrap h3 {
  text-align: center;
  margin: 0;
  font-size: 1.3em;
  font-weight: 600;
}

.mrg-case {
  margin-top: 5px;
}

.share-wrap {
  display: flex;
  margin: 10px 0 15px;
  width: 100%;
}

.social-icons {
  flex: 1;
  margin: auto;
}

.social-icons img {
  margin: 3px;
}

.share-btn {
  background: #af2d21;
  color: var(--white);
  width: max-content;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 0.9em;
  height: 100%;
}

.share-btn img {
  padding-left: 3px;
}

.social-icons .fb {
  width: 0.8em;
}

.social-icons .fb-msg,
.insta {
  width: 24px;
}

.social-icons .email {
  width: 22px;
}

img.twitter {
  width: 24px;
}

span.mask {
  color: transparent;
  background-color: var(--mask-green);
  font-family: sans-serif;
  line-height: 21px;
  /* font-size: .85em; */
  font-size: 14px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: all ease 0.3s;
  opacity: 1;
  font-family: var(--font-roboto);
  word-break: break-word;
}

span.mask:active {
  opacity: 0.9;
}

span.mask.col2 {
  color: transparent;
  background-color: var(--mask-pink);
}

span.xmask {
  /* background: #d1c19e; */
  color: #fff;
  padding: 0px 16px 0px 6px;
  border-radius: 0 30px 30px 0;
  background: linear-gradient(45deg, #FF9800, #F44336);
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  line-height: 24px;
  font-size: 0.8rem;
  font-family: "roboto", sans-serif !important;
  margin: 1px 0;
}

.table-fp span.xmask,
.analys-wrap h3 span.xmask,
.yoga-cont h2 .xmask {
  display: none;
}

/* .share-content {
      display: flex;
      margin: 0 15px;
      align-items: flex-start;
      cursor: pointer;
  }
  .share-content.hidden {
      display: none;
  }
  .share-content img {
      width: 1.3em;
      margin-right: 10px;
      
  }
  .share-content p {
      color: #b02d21;
      margin: 0;
      padding: 0 !important;
      font-size: .95em;
  } */

.acc-title h2 {
  font-weight: bold;
  font-size: 1.3em;
  margin: 0 10px;
  line-height: 28px;
}

.acc-title h2.ff-roboto {
  font-size: 1.3rem;
}

.cal-box {
  background: var(--light-shade7);
  padding: 20px 15px;
}

.acc-title p {
  padding: 0 10px;
  margin: 0;
}

.acc-title {
  width: 100%;
  margin: auto;
}

.blank-data {
  background: transparent !important;
}

.basic-wrap .tit-arrow {
  background: linear-gradient(270deg,
      var(--light-orange) 98%,
      var(--dark-orange) 21%);
}

.cal-box .down-arrow {
  margin: 0;
}

.cal-icon {
  margin-right: 10px;
}

.cal-icon img {
  width: 35px;
}

.dig-yantra-svg text.ff-roboto {
  font-family: var(--font-roboto) !important;
  font-size: 4.5rem;
}

/***************chapter4******************/
.chart-horo-data img {
  width: 40%;
}

.chart-planet-img {
  width: 14%;
  text-align: center;
  position: relative;
  left: -3px;
}

.chart-horo-data .chart-planet-img p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--red-shade1);
  padding: 2px 8px;
  font-family: var(--font-roboto);
}

.chart-planet-img img {
  width: 80%;
}

.chart-horo-data .chart-planet-img p.venus {
  color: var(--red-shade2);
}

.chart-horo-data {
  margin: 0 15px;
  display: flex;
}

.basic-wrap blockquote {
  margin: 10px 15px;
}

.sut-pro-wrap {
  background: var(--light-shade7);
  padding: 5px 15px;
  margin-top: 10px;
}

h3.tb-head {
  text-align: left;
  font-size: 1.1em;
  color: var(--orange);
  margin: 8px 0 0;
}

.sut-pro-wrap ul {
  padding-left: 15px;
  list-style-position: outside;
  margin-right: 20px;
  margin-top: 0;
  width: 50%;
}

.sut-pro-wrap li::marker {
  content: "✓";
  color: var(--font-green);
  font-weight: bolder;
  padding: 0px 5px;
  background-color: transparent;
  font-size: 1.2em;
}

.ul-wrap {
  display: flex;
}

.sut-pro-wrap ul li {
  padding-left: 5px;
}

ul li {
  display: list-item;
}

/* table.tab-normal td:before {
      content: '✓';
      color: var(--font-green);
      font-weight: bolder;
      padding: 0px 5px;
      font-size: 1.2em;
  }
  table.tab-normal {
      width: 100%;
  }
  table.tab-normal td {
      font-size: .9em;
      font-weight: 400;
      width: 50%;
  } */
.basic-wrap p {
  padding: 0 0px 5px;
}

.progress-label {
  width: 45px;
}

.progress-container {
  padding: 10px 0;
  /* margin-bottom: 10px; */
  display: flex;
}

.progress-bar {
  display: flex;
  gap: 1px;
  /* Gap between blocks */
}

.progress-fill {
  width: 10px;
  height: 22px;
  background-color: green;
}

.orange .progress-fill {
  background-color: #faa833;
}

.red .progress-fill {
  background-color: #f04131;
}

.green1 .progress-fill {
  background-color: #5ebf65;
}

.green2 .progress-fill {
  background-color: #5cc280;
}

.dark-orange .progress-fill {
  background-color: #f68632;
}

/* .pg-fill-width-l {
      width: 20px;
  }
  .pg-fill-width-s {
      width: 8px;
  } */
span.small-font {
  font-size: 0.8em;
}

span.small-font sup {
  font-size: 0.63em;
}

.remedi-recmd {
  background-color: var(--light-shade7);
  margin: 15px;
  padding: 20px;
  border-radius: 10px;
}

.remedi-recmd img {
  float: left;
  width: 32px;
  margin-right: 12px;
  position: relative;
  top: 8px;
}

.remedi-recmd p {
  margin: 0 0 21px;
  color: var(--mud-color);
  padding: 0;
  font-size: 0.9em;
  line-height: 1.45em;
}

.remedi-recmd h3 {
  margin: 5px 0 0;
  font-size: 1.1em;
  color: var(--mud-color);
}

span.underline {
  text-decoration: underline;
}

.remedi-recmd button {
  padding: 15px 40px;
  border-radius: 50px;
  border: 1px solid var(--white);
  background: var(--font-green);
  color: var(--white);
  font-size: 0.8em;
  font-weight: bold;
}

.remedi-recmd .btn {
  text-align: right;
}

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

.tab-progressbar .col {
  /* width: 45%; */
  line-height: 16px;
  font-weight: 400;
}

.tab-progressbar .col:first-child {
  padding-left: 25px;
}

.basic-table.table.tab-progressbar .row {
  color: var(--black);
}

.tab-progressbar .row-head .col {
  height: 50px;
}

.basic-wrap p.remi-p {
  color: #451515;
  font-size: 0.95em;
  margin: auto;
  padding: 0 0px 0 10px;
}

.remi-note {
  display: flex;
  margin: 0 15px 15px;
}

.remi-note img {
  width: 33px;
  height: 45px;
  margin: auto;
}

.basic-content-wrap p {
  padding-top: 0;
}

.main-container p.fbage-span {
  font-weight: bold;
  /* margin: 10px 0 -10px; */
  padding: 0 15px;
}

/****************chapter5********************/
.pred-age {
  background-color: var(--mud-color);
  color: var(--white);
  display: flex;
  padding: 8px 20px 8px 12px;
  vertical-align: unset;
}

.pred-age p {
  margin: auto 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25em;
}

.pred-age img {
  margin-right: 10px;
  width: 40px;
}

.analys-wrap h3 {
  color: var(--orange);
  margin: 15px 15px 0;
  font-size: 1em;
}

.analys-tab h3 {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.3em;
}

.analys-tab h4 {
  margin: 0;
  color: #41151a;
  font-weight: bold;
  font-size: 0.95em;
  text-transform: lowercase;
  line-height: 1.3em;
  margin-top: 5px;
}

.eng-lang .analys-tab h4 {
  font-size: 1em;
}

.analys-tab p {
  margin: 0;
  padding: 0;
  color: #a97e79;
  font-size: 0.88em;
  line-height: 1.3em;
}

.analys-tab img {
  width: 40px;
}

.analys-tab>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.analys-tab>div>div {
  display: inline-block;
  padding: 10px 5px 10px 15px;
}

.analys-tab>div>div:last-child p {
  color: var(--gray);
}

.analys-tab>div>div:first-child {
  width: 10%;
  text-align: center;
}

.analys-tab>div>div:nth-child(2) {
  /* width: 65%; */
  width: 83%;
}

.analys-tab>div>div:nth-child(3) {
  width: 14%;
  text-align: right;
  margin-right: 15px;
}

.pg-bar {
  height: 12px;
  border: none;
  margin: 0;
}

.pg-bar-green {
  color: var(--font-green);
  background-color: var(--font-green);

}

table.analys-tab h3.green {
  color: var(--font-green);
}

.pg-bar-brown {
  color: var(--font-brown);
  background-color: var(--font-brown);

}

table.analys-tab h3.brown {
  color: var(--font-brown);
}

.pg-bar-orange {
  color: var(--light-orange1);
  background-color: var(--light-orange1);

}

.pg-bar-grey {
  color: #656565;
  background-color: #656565;

}

span.q-mark {
  background: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/question-circle.svg);
  height: 22px;
  display: inline-block;
  width: 22px;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

span.q-markp {
  background: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/question-circle.svg);
  height: 32px;
  display: inline-block;
  width: 32px;
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.analys-tab-summary tr td span.q-mark {
  background-size: 18px;
}

table.analys-tab h3.orange {
  color: var(--light-orange1);
}

.q-gradient {
  background: linear-gradient(94deg,
      rgba(237, 38, 0, 1) 5%,
      rgba(255, 143, 0, 1) 84%);
  margin: 15px;
  border-radius: 12px;
  padding: 10px;
  display: flex;
}

.q-gradient div {
  display: flex;
}

.q-gradient p {
  color: var(--white);
  margin: auto 0;
  padding: 0 12px;
  font-size: .9rem !important;
}

.q-gradient p,
.q-gradient p.ff-roboto,
.main-container .end-report.ff-roboto,
.main-container .greeting.ff-roboto *,
.main-container .audio-download-btn span.ff-roboto {
  font-family: var(--font-roboto);
}

.main-container .audio-download-btn span.ff-roboto {
  font-size: 1rem;
}

.main-container .end-report.ff-roboto {
  font-weight: bold;
  font-size: 1rem;
}

.q-gradient img {
  width: 30px;
  height: 30px;
  margin: auto;
}

table.analys-tab.analys-tab-summary td {
  display: inline-block;
  padding: 2px 3px;
  width: 22px;
}

table.analys-tab.analys-tab-summary td.full-width {
  width: auto;
}

table.analys-tab.analys-tab-summary img {
  width: 18px;
}

table.analys-tab.analys-tab-summary td:first-child {
  width: 64px;
  text-align: center;
  padding: 4px 15px;
}

.vertical-dash {
  width: 2px;
  /* Thickness of the dash */
  height: 50px;
  /* Height of the dashed line */
  background: repeating-linear-gradient(to bottom,
      #4d1e0b,
      /* Color of the dashes */
      #4d1e0b 5px,
      /* Length of the dash */
      transparent 5px,
      /* Space between dashes */
      transparent 10px);
  display: inline-block;
}

.legent-wrap {
  background: var(--white);
  margin: 10px 15px;
  border-radius: 10px;
  padding: 15px;
}

.legent-img-wrap {
  display: flex;
}

.legent-img-wrap img {
  width: 20px;
}

.legent-img-wrap p {
  font-size: 0.85em;
  padding: 0;
  margin: 5px 0 15px;
}

.legent-img {
  margin: 0 0px 0 8px;
  flex: auto;
}

.color-legent p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

.color-legent p:nth-child(1):before {
  background-color: var(--font-green);
}

.color-legent p:nth-child(2):before {
  background-color: var(--light-orange1);
}

.color-legent p {
  margin: 0;
  padding: 0 0 5px 28px;
  color: #848484;
  position: relative;
  font-size: 0.9em;
}

.analys-tab .green {
  color: var(--font-green);
}

.analys-tab .brown {
  color: var(--font-brown);
}

.analys-tab .orange {
  color: var(--light-orange);
}

.accordion-nature .acc_tab__content p {
  padding: 0 0 10px;
}

/**********************chapter7-without-remedies**************************/
.pred-age.pred-age-rem {
  /* background-color: #5cc281; */
  background-color: var(--font-green);
}

.pred-age.pred-age-rem img {
  margin: auto 15px auto 0;
}

.remedi-white {
  filter: invert(49.95) sepia(31.99) saturate(31.8) hue-rotate(292deg) brightness(8.3);
  width: 30px;
  height: 40px;
}

.summery-warp.rem-summery-warp p {
  font-weight: 500;
  margin: 5px 0 10px;
}

.summery-warp .table {
  margin: 20px 0 10px;
}

.summery-warp .table .row {
  background: var(--light-shade2);
  color: var(--font-primary);
  /* display: inline-block; */
}

.summery-warp .table .row-head.row {
  background-color: var(--mud-color);
  color: var(--white);
}

.summery-warp .table .row-head.row .col {
  font-weight: bold;
}

.summery-warp .table .row .col:first-child {
  font-weight: bold;
  width: 0.5%;
  /* text-align: center; */
}

.summery-warp .table .row .col {
  font-weight: 400;
  padding: 5px 5px 5px 15px;
}

.basic-content-wrap h4 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

span.highlight {
  background: var(--font-green);
  color: var(--white);
}

img.check-icon {
  width: 25px;
  margin-right: 5px;
  margin-top: 4px;
}

.check-icon-wrap {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 3px;
}

.check-icon-wrap img {
  margin-top: .2em;
}

.basic-wrap .check-icon-wrap p {
  margin: 5px 0 5px 5px;
  padding: 0;
}

.check-icon-wrap.mg-b {
  margin-bottom: 30px;
}

.pred-age.pred-age-rem.orange {
  background-color: var(--font-green);
}

.pred-age.pred-age-rem.orange img {
  width: 32px;
}

p.gdres.nodosha {
  padding-left: 8px;
  margin: 5px 0;
}

.table-db>div:has(> div:empty) {
  background: #fcf8ec;
}

.summery-warp h4 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}

.orange-txt {
  color: var(--orange);
}

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

.basic-table.table.smry-dasaremedy-table p {
  display: inline-flex;
  margin: 0;
}

.summery-warp .basic-table.table.smry-dasaremedy-table p span {
  margin: 0 5px;
  top: 0;
}

.summery-warp .table .row .col span {
  /* display: inline-block; */
  display: block;
  font-weight: 600;
  font-size: 0.9em;
  position: relative;
  top: -3px;
}

.summery-warp .table .row .col span img {
  margin-right: 5px;
  width: 12px;
  position: relative;
  top: 2px;
}

.summery-warp .table .row .col span#MASK {
  position: relative;
  /* left: 15px; */
  left: 0;
  display: flex;
}

.summery-warp .btn button {
  padding: 12px 35px;
  border-radius: 50px;
  border: 1px solid var(--font-green);
  background: var(--font-green);
  color: var(--white);
  font-size: 0.85rem;
  font-weight: bold;
  cursor: pointer;
  font-family: var(--font-roboto);
}

.concon-report .summery-warp .btn {
  text-align: end;
  display: block;
}

span.highlight.red {
  background: var(--red-shade3);
}

.remedi-tit img.rem-planet-icon {
  top: -45%;
  position: absolute;
  left: 46%;
  background: var(--bg-body);
  border-radius: 40px;
  padding: 2px;
  width: 60px;
}

.remedi-tit {
  background: var(--font-green);
  position: relative;
  /* height: 85px; */
  height: auto;
  /* border-radius: 20px 20px 0 0; */
}

/* .remedi-tit::before {
      content: "";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 12px;
      background-color: var(--light-shade8);
      clip-path: polygon(0 100%, 2% 0%, 4% 100%, 6% 0%, 8% 100%, 10% 0%, 12% 100%, 14% 0%, 16% 100%, 18% 0%, 20% 100%, 22% 0%, 24% 100%, 26% 0%, 28% 100%, 30% 0%, 32% 100%, 34% 0%, 36% 100%, 38% 0%, 40% 100%, 42% 0%, 44% 100%, 46% 0%, 48% 100%, 50% 0%, 52% 100%, 54% 0%, 56% 100%, 58% 0%, 60% 100%, 62% 0%, 64% 100%, 66% 0%, 68% 100%, 70% 0%, 72% 100%, 74% 0%, 76% 100%, 78% 0%, 80% 100%, 82% 0%, 84% 100%, 86% 0%, 88% 100%, 90% 0%, 92% 100%, 94% 0%, 96% 100%, 98% 0%, 100% 100%);
  
  } */
.zigzak-rem {
  --a: 90deg;
  --s: 17px;
  --b: 12px;
  background: var(--light-shade8);
  height: calc(var(--b) + var(--s) / (1 * tan(var(--a) / 2)));
  width: 100%;
  --_g: var(--s) repeat-x conic-gradient(from calc(var(--a) / -2) at bottom,
      var(--grey),
      var(--black) 1deg calc(var(--a) - 1deg),
      var(--grey) var(--a));
  mask: 50% calc(-1 * var(--b)) / var(--_g) exclude, 50% / var(--_g);
  position: absolute;
  top: 60px;
  z-index: 10;
}

.remedi-wrap {
  /* margin-top: 50px; */
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 50px 15px 15px;
  border: 1px solid var(--font-green);
  border-radius: 20px;
  overflow: hidden;
}

.rem-tit-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 5px;
  margin: 0 0 5px;
  /* width: 100%; */
  /* gap: 8px; */
}

.rem-tit-cont h3 {
  color: var(--white);
  font-size: 1.2em;
  margin: 25px 0 10px;
  text-align: left;
  /* width: 13em; */
  width: auto;
}

.rem-tit-cont img {
  margin: 0 15px;
  width: 40px;
  height: 50px;
}

.remedi-item {
  background-color: var(--light-shade8);
  padding: 10px 15px;
  /* border-bottom: 10px solid var(--mud-color); */
}

.remedi-item li .dress-wrap {
  display: inline-block;
  width: 100%;
}

hr.rem-line {
  background-color: var(--mud-color);
  width: 85%;
  height: 2px;
  border: none;
  /* margin-bottom: 25px; */
  margin: 0 auto 25px;
}

.remedi-item hr.rem-line {
  width: 88.6%;
}

.no-border-btm {
  border-bottom: 0;
}

.manthra-wrap.no-border-btm {
  border-bottom: 0;
  padding: 0;
}

h2.num-border.ff-roboto {
  text-align: center;
  border-radius: 65px;
  background: var(--orange);
  width: 25px;
  margin: auto;
  padding: 4px 5px;
  color: var(--white);
  font-weight: 700;
  font-size: 1.2rem;
  font-family: var(--font-roboto);
  margin-bottom: .5em;
}

.remedi-item h3 {
  color: var(--orange);
  font-size: 1.1em;
  margin: 0;
  text-align: center;
}

.smy-btn-wrap.rem-btn-wrap {
  margin-top: 10px;
  margin-bottom: 15px;
  max-width: 500px;
}

/* .rem-btn-dates {
      float: left;
  } */
.btn-cont .rem-btn-dates p {
  margin: 0;
}

/* .rem-btn {
      height: 80%;
      display: flex;
      align-items: end;
      float: right;
  } */
.btn-cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.rem-btn-dates {
  margin-bottom: auto;
}

.rem-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.remedi-item p {
  margin: 18px 12px;
}

.remedi-item li p {
  margin: 0;
}

.remedi-item ul {
  list-style-type: none;
  padding-left: 12px;
  margin: 5px 0;
}

.remedi-item li {
  position: relative;
  margin-bottom: 25px;
}

.remedi-item li:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 4px;
  top: 21px;
  transform: translateY(50%);
  width: 9px;
  height: 9px;
  background-color: var(--mud-color);
  border-radius: 50%;
}

.remedi-item img {
  width: 30%;
  margin-right: 5px;
}

.manthra-wrap {
  position: relative;
  background: var(--light-shade8);
  padding-bottom: 15px;
}

.manthra-content {
  height: auto;
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/mantra_middle.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  position: relative;
  width: -webkit-fill-available;
  /* display: inline-block; */
  display: grid;
  position: relative;
  padding: 0 16px 0 27px;
}

.man-bg-top {
  width: 100%;
  position: relative;
  top: 1px;
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/mantra_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 35px;
}

.man-bg-bottom {
  width: 100%;
  position: relative;
  bottom: 1px;
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/mantra_bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 45px;
}

.manthra-wrap h4.manthra-tit {
  font-size: 1em;
  font-weight: 600;
  color: #855647;
  margin: 0;
  padding: 0 16px 5px 37px;
}

.manthra-content h4.manthra-tit {
  padding: 0;
}

.manthra-content p.mantra {
  color: var(--black);
  font-weight: 400;
  margin-bottom: 20px;
  overflow-wrap: anywhere;
  line-height: 1.6em;
}

.manthra-content p.mantra code {
  font-size: inherit;
  width: 20px;
}

.manthra-content p.hin.mantra {
  font-weight: 500;
  line-height: 1.8em;
  font-size: 1rem;
}

.manthra-content p {
  color: var(--mud-color);
  margin-top: 5px;
}

.qr-code {
  margin-right: 10px;
}

.qr-code img {
  /* width: 6em; */
  width: 96px;
  margin-right: 10px;
}

.manthra-play-section {
  margin: 0px 0 10px;
  display: flex;
  /* flex-direction: column; */
  align-items: flex-start;
  position: relative;
}

.custom-audio {
  display: flex;
  align-items: center;
  background-color: #f7d98f;
  /* Match the yellowish background */
  border-radius: 25px;
  padding: 8px 12px;
  color: #6e4b32;
  /* Brownish text */
  /* width: 170px; */
  width: auto;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.play-btn {
  background-color: transparent;
  border: none;
  color: #6e4b32;
  /* Same brown color for the button */
  cursor: pointer;
  font-size: 1em;
  /* margin-right: 10px; */
  padding: 0;
}

button.play-btn img {
  width: 12px;
  margin-right: 5px;
}

.time {
  flex-grow: 1;
  text-align: center;
  font-size: 0.9em;
}

.volume {
  margin-left: 10px;
}

.volume img {
  width: 22px;
}

.custom-audio .slider {
  appearance: none;
  width: 50px;
  height: 5px;
  background: #6e4b32;
  /* Slider background color */
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}

.custom-audio .slider::-webkit-slider-thumb {
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6e4b32;
  /* Thumb color */
  cursor: pointer;
}

.audio-download-btn {
  display: inline-flex;
  align-items: stretch;
  background-color: var(--font-green);
  color: white;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 2em;
  /* width: 100%; */
}

.audio-download-btn span {
  padding: 5px 20px;
  font-size: 0.9em;
}

.download-icon {
  background-color: #f7d98f;
  display: flex;
  font-size: 1.25em;
  width: 2rem;
  justify-content: center;
  align-items: center;
}

.download-icon img {
  width: 16px;
  margin: auto;
}

.audio-download-btn.location-btn span {
  padding: 5px 10px;
}

.audio-download-btn.location-btn .download-icon {
  padding: 8px 5px;
}

.location-btn {
  position: absolute;
  margin-top: 0;
  margin-left: 15px;
}

.remedi-item .location-btn img {
  width: 15px;
}

.remedi-wrap.rahu-remedi-wrap .smy-btn-wrap.rem-btn-wrap .rem-btn {
  position: absolute;
  left: -5px;
  /* bottom: 7px;
      width: 100%; */
}

.remedi-wrap.rahu-remedi-wrap .smy-btn-wrap.rem-btn-wrap.rem-btn-wrap-fw .rem-btn {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
}

.smy-btn-wrap.rem-btn-wrap.rem-btn-wrap-fw .rem-btn {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: auto auto 0;
}

.basic-content-wrap p.dosha {
  margin: 0 0 0 5px;
}

.remedi-wrap.rahu-remedi-wrap .remedi-item li {
  margin-bottom: 0;
  display: inline-block;
  padding-top: 20px;
}

.buy-btn {
  display: inline-flex;
  align-items: center;
  background-color: var(--font-green);
  color: white;
  border-radius: 10px;
  border: none;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
  padding: 5px 15px;
}

.buy-btn img {
  margin-left: 8px;
}

.buy-desc span {
  display: block;
  font-size: 0.9em;
  line-height: 17px;
}

.rahu-remedi-wrap .float-left {
  float: left;
  margin-right: 20px;
}

.mg-top {
  margin-top: 5px;
}

.basic-content-wrap h4.mg-top-ketu {
  margin-top: 40px;
}

/*********chapter8**************/
.smry-ul {
  list-style-type: none;
  padding-left: 30px;
  color: var(--font-primary);
  font-weight: 500;
  margin: 0;
}

.smry-ul li::before {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid var(--font-primary);
  background: none;
  left: -1.3em;
  top: 18px;
  position: relative;
}

.remedi-item img.mdress {
  width: 46px;
  height: 48px;
  margin: 0;
}

.rahu-remedi-wrap img.mdress {
  margin: 0 0 5px;
}

.remedi-item img.fdress {
  width: 30.5px;
  height: 48px;
  margin: 0 20px 5px 0;
}

.manthra-content hr {
  width: 70%;
  border: 1px solid #9b7962;
  margin: 20px auto;
}

/***********chapter9****************/
.zigzak-brown {
  /* content: "";
      position: absolute;
      top: 72px;
      left: 0;
      width: 100%;
      height: 12px;
      background-color: var(--mud-color);
      clip-path: polygon(0 100%, 2% 0%, 4% 100%, 6% 0%, 8% 100%, 10% 0%, 12% 100%, 14% 0%, 16% 100%, 18% 0%, 20% 100%, 22% 0%, 24% 100%, 26% 0%, 28% 100%, 30% 0%, 32% 100%, 34% 0%, 36% 100%, 38% 0%, 40% 100%, 42% 0%, 44% 100%, 46% 0%, 48% 100%, 50% 0%, 52% 100%, 54% 0%, 56% 100%, 58% 0%, 60% 100%, 62% 0%, 64% 100%, 66% 0%, 68% 100%, 70% 0%, 72% 100%, 74% 0%, 76% 100%, 78% 0%, 80% 100%, 82% 0%, 84% 100%, 86% 0%, 88% 100%, 90% 0%, 92% 100%, 94% 0%, 96% 100%, 98% 0%, 100% 100%); */
  --a: 90deg;
  --s: 17px;
  --b: 15px;
  background: var(--mud-color);
  height: calc(var(--b) + var(--s) / (1 * tan(var(--a) / 2)));
  width: 100%;
  --_g: var(--s) repeat-x conic-gradient(from calc(var(--a) / -2) at bottom,
      var(--grey),
      var(--black) 1deg calc(var(--a) - 1deg),
      var(--grey) var(--a));
  mask: 50% calc(-1 * var(--b)) / var(--_g) exclude, 50% / var(--_g);
  position: absolute;
  top: 63px;
  z-index: 10;
}

.zigzak-rem-white {
  background: var(--white);
  top: 61px;
}

.rahu-remedi-wrap .pred-age {
  position: relative;
  top: 2px;
  padding: 10px 10px;
}

img.float-left.invert {
  filter: invert(0) sepia(1) saturate(0) hue-rotate(0deg) brightness(0.35) contrast(1.9);
}

.invert-blue {
  filter: invert(0.5) sepia(1) saturate(100) hue-rotate(210deg) brightness(0.5) contrast(1.2);
}

.temple-data-wrap {
  background: var(--light-shade8);
}

.place-update-wrap h3 {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
  color: var(--mud-color);
  margin-bottom: 4px;
}

.place-update-wrap p {
  margin: 0;
}

.place-update-wrap {
  background: #ffe28d;
  border-radius: 10px;
  padding: 10px;
  margin: 15px;
}

button.place-edt {
  background: #ef4036;
  border: none;
  padding: 5px 14px;
  color: var(--white);
  border-radius: 5px;
  font-size: 0.9em;
}

.temple-list-wrap {
  margin-bottom: 50px;
  display: flex;
}

.temple-col1 {
  width: 60%;
}

.temple-col1 p {
  margin: 0;
  font-size: 0.9em;
}

.temple-col1 img {
  /* width: 88%; */
  margin-bottom: 10px;
  width: 175px;
}

.temple-col2 img {
  /* width: 52%; */
  width: 100px;
}

.temple-col2 {
  width: 50%;
  text-align: left;
}

p.t-name {
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 5px;
}

.temple-col2 .download-icon img,
.temple-col2 .download-icon svg {
  width: 0.85em;
  margin: auto;
  padding: 5px;
}

.basic-content-wrap .dasa-content-top {
  margin-bottom: 5px;
}

.basic-content-wrap .dasa-content-top:after {
  content: '';
  display: table;
  clear: both;
}

p.t-address {
  line-height: 1.3em;
  margin-bottom: 5px;
}

.temple-col2 .location-btn {
  position: relative;
  margin-top: 10px;
  width: 8.8em;
  height: 2.8em;
  margin-left: 0;
}

.temple-col2 .download-icon {
  height: 1.5em;
}

img.go-icon {
  filter: invert(0.8) sepia(1) saturate(10) hue-rotate(-20deg) brightness(1.2) contrast(1);
}

.mask-container .temple-col1 img {
  object-fit: cover;
  filter: blur(8px);
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.mask-container .img-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 10px;
}

.mask-container .img-container::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: none;
  z-index: 1;
  border: 5px solid transparent;
}

.mask-container span.mask {
  display: table;
  margin-bottom: 0.5em;
}

.templelist {
  /* border-bottom: 10px solid var(--mud-color); */
  margin: 0 15px;
}

.rem-flower img {
  width: 30%;
}

.rem-flower {
  margin-left: 2.5em;
}

.remedi-item .manthra-dig .dig-yantra-svg {
  /* width: 75%; */
  width: 250px;
  display: block;
  font-size: 5em;
}

.remedi-item .dig-yantra-svg-wrap svg {
  margin: auto;
}

.manthra-dig {
  width: 100%;
  text-align: center;
}

.manthra-dig a.download-btn {
  display: revert-layer;
}

.remedi-item .manthra-dig .download-icon img {
  width: 0.8em;
}

.dress-wrap {
  margin-top: 10px;
}

.basic-content-wrap .dasa-content-top p:last-child {
  margin-bottom: 0;
}

.remedi-item .mg-top {
  margin-top: 15px;
}

.col.smry-plnt-img {
  /* display: flex;
    align-items: center; */
  display: table-cell;
  vertical-align: middle;
}

.smry-plnt-img img {
  width: 1.5rem;
  margin: -7px 4px;
  position: relative;
  top: 0px;
  clear: both;
  display: inline-block;
}

.smry-dasaremedy-table .row .col:last-child {
  text-align: center;
}

.basic-table.table.smry-dasaremedy-table .col .frmto-age {
  font-size: 0.9em;
  font-weight: normal;
}

span.remedi-prsnt {
  visibility: hidden;
  position: absolute;
}

/********************chapter10**************************/
.planet-flow .p-flow:after {
  content: "";
  border-color: transparent var(--font-primary);
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.35em;
  display: block;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
  position: relative;
  background: none;
}

.planet-flow .p-flow:last-child::after {
  display: none;
}

.planet-flow {
  display: flex;
  margin-bottom: 10px;
}

.planet-flow img {
  width: 3em;
  height: 3em;
}

.p-flow {
  display: flex;
  gap: 0.4em;
  margin-right: 15px;
  align-items: center;
}

.p-flow:last-child {
  margin-right: 0px;
}

.planet-flow .p-flow:first-child img {
  width: 3em;
  height: 3em;
}

.planet-flow .p-flow:nth-child(2) img {
  width: 2.5em;
  height: 2.5em;
}

.planet-flow .p-flow:nth-child(3) img {
  width: 2em;
  height: 2em;
}

.basic-content-wrap .p-flow p {
  margin: auto;
  font-weight: bold;
  font-size: 1em;
}

.day-calender {
  width: 9em;
  background: var(--light-shade3);
  text-align: center;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 4px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
}

.day-calender h4 {
  background-color: var(--mud-color);
  color: var(--white);
  padding: 3px;
  font-size: 1em;
  position: relative;
}

.eng-lang .day-calender h4 {
  font-size: 1.1em;
}

.container-wrap {
  position: relative;
  clear: both;
}

/* .day-calender h4:before,
.day-calender h4::after  {
  content: "";
  position: absolute;
  left: .6em;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-radius: 50%;
  background-color: var(--white);
}

.day-calender h4::after  {
  right: .6em;
  left: initial;
} */

.day-calender p {
  margin: auto 5px;
  font-size: 1em;
}

.mg-bottom {
  margin-bottom: 30px;
}

/************chapter11***********/
.yoga-icons-wrap {
  display: flex;
  text-align: center;
  margin: 0 15px;
}

.yoga-icon img {
  width: 5em;
}

.yoga-icon {
  margin: 0 0.2em;
}

.yoga-icon p {
  margin: 5px 0;
  font-size: 0.9em;
  font-style: italic;
}

.celebrity-yoga {
  background: var(--light-shade7);
  margin: 15px;
  padding: 10px;
  border-radius: 10px;
  display: flex;
}

.celebrity-yoga img {
  margin-right: 10px;
  width: 5em;
}

.celebrity-yoga p {
  margin: auto 0;
}

.circle {
  position: relative;
  background: var(--font-green);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: auto;
}

.checkmark {
  position: absolute;
  transform: rotate(45deg) translate(-50%, -50%);
  left: 23%;
  top: 46%;
  height: 14px;
  width: 6px;
  border-bottom: 4px solid var(--light-shade1);
  border-right: 4px solid var(--light-shade1);
}

.basic-table.table.yoga-smry-table .col {
  padding: 5px 10px;
}

.basic-table.table.yoga-smry-table .row .col p {
  color: #6b1915;
  margin: 5px 0;
}

.crosssign {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 20px;
  margin: auto;
  position: relative;
}

.crosssign_stem {
  position: absolute;
  width: 4px;
  height: 18px;
  background-color: #fff;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.crosssign_stem.right {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.basic-table.table.yoga-smry-table .row .col .q-mark {
  margin: auto;
  width: fit-content;
}

.basic-table.table.yoga-smry-table .row .col .q-mark img {
  width: 1.9em;
}

.basic-table.table.yoga-smry-table .yoga-icons-wrap {
  margin: 5px 5px 0;
}

.basic-table.table.yoga-smry-table.yoga-smry-table-icon .row .col {
  vertical-align: top;
  padding-top: 10px;
}

.basic-table.table.yoga-smry-table.yoga-smry-table-icon .row .col p {
  margin: 0px 0 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.basic-table.table.yoga-smry-table.yoga-smry-table-icon .yoga-icon img {
  width: 4em;
}

.basic-table.table.yoga-smry-table .row .col .yoga-icon p {
  font-weight: normal;
}

.basic-table.table.yoga-smry-table.yoga-smry-table-icon .row:last-child {
  background: var(--mud-color);
}

.yoga-smry-table .row-head .col:nth-child(2) {
  text-align: center;
}

.mg-0 {
  margin: 0;
}

.mp-0 {
  margin: 0;
  padding: 0 16px;
}

.dasa-content-top img.plnt-icon {
  width: 75px;
}

.accordion-nature .acc_tab__content p {
  padding: 0 0 10px;
}

/************chapter15*********************/
.basic-content-wrap .dasa-content-top h3 {
  font-size: 1em;
}

blockquote.sp-crt {
  margin: 10px 20px;
}

/******************chapter16***************/
.muhurtha-wrap {
  margin: 15px 20px;
}

.muhurtha-data-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.muhurtha-data-wrap img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

.muhurtha-data-wrap p {
  margin: 0 10px 0 0;
  font-size: 1.05em;
}

span.muhurta-num {
  background: var(--dark-orange);
  font-size: 0.8em;
  color: var(--white);
  padding: 0 5px;
  border-radius: 25px;
  white-space: nowrap;
}

.muhurtha-table .col:first-child {
  font-weight: bold;
}

.muhurtha-table-title {
  margin: 0 15px;
}

.muhurtha-table-title h3 img {
  width: 0.9em;
  margin-left: 5px;
}

.muhurtha-table-title h3 {
  font-size: 1.3em;
  margin: 0;
  color: #79554c;
}

.basic-table.table.muhurtha-table {
  margin-top: 5px;
  margin-bottom: 45px;
}

.basic-table.table.muhurtha-table .row .col {
  color: var(--black);
}

.basic-table.table.muhurtha-table img {
  width: 1.6em;
}

/* .basic-table.table.muhurtha-table.muhurtha-table-icon .col:first-child {
      width: 205px;
      white-space: normal;
      max-width: 246px;
  } */
.basic-table.table.muhurtha-table.muhurtha-table-icon .icon-cont {
  display: inline-flex;
  align-items: center;
}

.mu-tab-icon img {
  margin-right: 10px;
}

.basic-table.table.muhurtha-table.muhurtha-table-icon.tab-btm {
  margin-bottom: 25px;
}

span.calender-check-grn {
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/calendar-check.svg);
  height: 20px;
  display: inline-block;
  width: 20px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(0.45) sepia(0.7) saturate(4) hue-rotate(110deg) brightness(0.9);
}

/*************chapter18*************/
.timeline {
  text-align: center;
}

.age-label {
  font-weight: bold;
}

.event {
  position: relative;
}

.dot-line {
  width: 10px;
  height: 94px;
  background: repeating-linear-gradient(to bottom,
      var(--light-orange1),
      /* Dot color */
      var(--light-orange1) 10px,
      var(--light-grey) 10px,
      transparent 20px);
  margin: auto;
}

.line {
  content: "";
  position: relative;
  top: 0;
  left: 50%;
  width: 10px;
  height: 15%;
  background-color: #d9c7b6;
  transform: translateX(-50%);
  z-index: 10;
}

.transition {
  position: absolute;
  left: 1em;
  top: -1em;
  transform: translateX(50%);
  width: max-content;
}

.transition p {
  font-size: 0.81em;
  margin: 0;
  text-align: left;
}

.tran-line:before {
  content: "";
  position: absolute;
  top: 5%;
  left: 3em;
  width: 12px;
  height: 12px;
  background-color: var(--orange);
  border-radius: 50%;
}

.tran-line:after {
  content: "";
  position: absolute;
  top: 12%;
  left: 85%;
  width: 3em;
  height: 1px;
  background-color: var(--orange);
  transform: translateX(0%);
}

.age-box {
  display: inline-block;
  position: relative;
  width: 85px;
  height: 40px;
  background-color: var(--dark-shade4);
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 1em;
  clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.timeline-icons {
  /* position: relative;
      top: 6%;
      left: .4em;
      width: 115px; */
  text-align: right;
  margin-right: 5px;
}

.age-data {
  display: flex;
  align-items: center;
  position: absolute;
  width: 50%;
  top: 20px;
  justify-content: end;
  left: -42px;
  transform: translateY(-50%);
}

.event:last-child .age-data {
  top: 21px;
}

.ag-dot {
  width: 10px;
  height: 10px;
  background-color: var(--dark-shade4);
  border-radius: 50%;
}

.ag-line {
  width: 6px;
  height: 2px;
  background-color: var(--dark-shade4);
}

span.tl-icon img {
  width: 1.2em;
}

.line-container {
  position: absolute;
  right: -71px;
  top: -62px;
  text-align: center;
}

/* .hexagon {
      width: 10px;
      height: 10px;
      background-color: var(--dark-shade4); 
      clip-path: polygon(15% 0%, 85% 0%, 100% 50%, 85% 100%, 15% 100%, 0% 50%);
      margin-right: -5px;
    } */

.vertical-line {
  width: 1px;
  height: 40px;
  background-color: var(--orange);
  position: relative;
  left: -6px;
}

.horizontal-linet {
  width: 12px;
  height: 1px;
  background-color: var(--orange);
  position: relative;
  left: -6px;
}

.horizontal-lineb {
  width: 15px;
  height: 1px;
  background-color: var(--orange);
  position: relative;
  left: -20px;
}

.round-pnt {
  width: 10px;
  height: 10px;
  background-color: var(--orange);
  border-radius: 50%;
  margin-left: 5px;
  position: relative;
  top: -2.6em;
}

.transition.tranx-line {
  left: -33px;
}

label.acc_toc__label {
  cursor: pointer;
}

.table-fp.tab-fullW.ss-tab>div:last-child>div {
  color: red;
}

/***********chapter19**************/
.yr-guide {
  margin-bottom: 25px;
}

.yr-guide p {
  margin: 2px 0 0;
}

.yr-guide h4 {
  margin: 0;
}

img.sn {
  width: 500px;
}

/**************favarable period table*****************/
.table-fp>div:first-child {
  background-color: var(--mud-color) !important;
  color: var(--white);
}

.table-fp {
  margin: 15px;
  border-radius: 10px;
  /* overflow: hidden; */
  box-shadow: 0px 3px var(--mud-color);
  overflow-x: auto;
  display: block;
}

.table-fp>div {
  display: table-row;
  color: var(--dark-shade3);
}

.table-fp>div:nth-child(even) {
  background-color: var(--light-shade1);
}

.table-fp>div:nth-child(odd) {
  background-color: var(--light-shade2);
}

.table-fp>div>div {
  display: table-cell;
  width: 1%;
  padding: 8px 5px 5px 10px;
  font-weight: 500;
  vertical-align: middle;
  height: auto;
  min-height: 40px;
  white-space: nowrap;
}

code {
  font-size: 1rem;
  font-weight: 500;
  font-family: var(--font-roboto);
}

.acc-content {
  background: var(--light-yellow);
  padding-bottom: 5px;
}

.acc-content h4 {
  font-size: 1em;
  font-weight: bold;
  margin: 15px 35px;
  position: relative;
}

.acc-content h4:before {
  background-color: var(--mud-color);
  content: "";
  position: absolute;
  left: -20px;
  top: 12px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.acc-content .basic-content-wrap {
  margin-bottom: 0;
}

.down-arrow i {
  position: relative;
  left: -7px;
  top: -7px;
  font-weight: bold;
  font-size: 36px;
  color: #fee594;
}

.btn-wrap .arrowright {
  position: relative;
  left: -5px;
  top: 2px;
}

.pred-age i.clock-icon {
  margin-right: 18px;
  width: 32px;
  font-size: 42px;
  line-height: 0.8;
  margin: auto 18px auto 0;
}

.cpt-btn i {
  font-size: 31px;
}

span.cal-check {
  background-image: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/calendar-check.svg);
  height: 100%;
  display: inline-block;
  width: 100%;
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.table-fp.tab-fullW {
  background: #f6de97;
}

.chart {
  margin: 0 15px;
}

.unbold {
  font-weight: lighter;
  font-size: 0.8em;
  display: block;
}

.chapter-wrap:last-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.table-fp.tab-fullW>div.full-width>div {
  width: 10px;
  min-width: 10px;
  display: block;
  min-height: 25px;
}

.basic-content-wrap:last-of-type .avd-swasthic,
.dasa-data:last-of-type .avd-swasthic,
.yoga-cont:last-of-type .avd-swasthic {
  display: none;
}

.chapter-wrap> :is(.swasthic.avd-swasthic):last-of-type {
  display: none;
}

.table-wot-title>div {
  width: 50%;
  /* display: flex; */
  background-color: var(--light-shade2);
}

.table-fp.table-wot-title {
  background-color: var(--light-shade2);
  display: block;
}

.table-wot-title>div:nth-child(even) {
  float: left;
}

.table-wot-title>div:nth-child(n + 2):nth-child(4n + 2),
.table-wot-title>div:nth-child(n + 2):nth-child(4n + 3) {
  background-color: var(--light-shade2);
}

.table-wot-title>div:nth-child(n + 2):nth-child(4n),
.table-wot-title>div:nth-child(n + 2):nth-child(4n + 1) {
  background-color: var(--light-shade1);
}

.table-wot-title>div:nth-child(odd) {
  float: right;
}

.table-wot-title .h-row {
  width: 100%;
}

.accordion-nature {
  margin-top: 10px;
}

button.menu-btn-mask span {
  display: inline-block;
  position: absolute;
  top: 4.5px;
}

#mask-popup:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #329228;
  display: none;
}

.legent-table>div {
  display: inline-block;
  margin-right: 10px;
}

.legent-table {
  display: inline-block;
  margin: 5px 30px 0px;
  padding: 10px 0 0;
}

/******** end of report *************/
.end-report:after {
  content: "";
  background: url(https://ca-img.s3.ap-south-1.amazonaws.com/ca/mvcimages/concon/end-design.png) center no-repeat;
  display: block;
  height: 30px;
  background-size: contain;
  margin: 0 20px;
  margin-top: 6px;
}

.end-report {
  text-align: center;
  color: #a13e1b;
  font-weight: bold;
  margin-top: 60px;
}

.greeting {
  margin: 30px;
  text-align: center;
}

.greeting p {
  margin: 5px 0;
}

.greeting p code {
  font-weight: 400;
  text-align: center;
}

.greeting p.note {
  width: 80%;
  background: #faebd7;
  margin: 5px auto;
  font-style: italic;
  padding: 1em;
}

.tb-col.col-flt-ev.dn {
  display: none;
}

/* ***************side menu******************* */
.side-menu {
  /* display: block; */
  display: none;
  position: fixed !important;
  width: 72px;
  height: 72px;
  background: radial-gradient(circle,
      #a00 0%,
      #a00 60%,
      rgba(170, 0, 0, 0.1) 60%,
      rgba(170, 0, 0, 0.1) 100%);
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  mask-image: linear-gradient(to left, black 50%, transparent 50%);
  -webkit-mask-image: linear-gradient(to left, black 50%, transparent 50%);
  z-index: 100;
  left: calc((100% - 768px) / 2 + 0px);
}

.side-menu b {
  width: 10px;
  height: 0;
  right: 7px;
  top: 26px;
  position: absolute;
  border-top: 10px solid transparent;
  border-left: 9px solid rgba(255, 255, 255, 0.87);
  border-bottom: 10px solid transparent;
}

div#main {
  padding-bottom: 20px;
}

.no-sd-graph {
  width: 100%;
  height: 200px;
}

.show-sd-graph {
  width: 100%;
  height: auto;
}

/******************media query**********************/

@media only screen and (min-width: 300px) and (max-width: 330px) {
  /* .lazy-planet {
    margin: 0px 12px 0 0px;
      width: 85px;
      height: 85px;
      background-size: 85px;
  } */
}

@media only screen and (min-width: 300px) and (max-width: 350px) {
  .remedi-item .manthra-dig img {
    width: 220px;
  }

  .manthra-play-section {
    flex-direction: column;
    align-items: center;
  }

  .qr-code {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .p-flow {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 351px) {
  .zigzak-rem {
    top: 86px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 359px) {
  .custom-audio .slider {
    width: 26px;
  }

  .custom-audio {
    width: 138px;
  }

  .time {
    font-size: 0.7em;
  }

  .manthra-content-img {
    height: 89%;
  }
}

@media only screen and (min-width: 300px) and (max-width: 375px) {
  .rem-btn {
    position: relative;
    bottom: 0px;
    right: 0px;
    width: 100%;
  }

  .yoga-icon img {
    width: 3.8em;
  }
}

@media only screen and (min-width: 360px) and (max-width: 380px) {
  .play-wrap {
    width: 172px;
  }

  .qr-code {
    margin-right: 5px;
  }

  .time {
    font-size: 0.7em;
  }

  .volume {
    margin-left: 5px;
  }

  .custom-audio {
    padding: 8px;
  }
}

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

@media only screen and (min-width: 300px) and (max-width: 399px) {
  .remedi-wrap.rahu-remedi-wrap .smy-btn-wrap.rem-btn-wrap .rem-btn {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .temple-list-wrap {
    flex-direction: column;
    text-align: center;
  }

  .temple-col2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .temple-col2 .location-btn {
    margin-left: 0;
  }

  .temple-col1 {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mask-container .temple-col1 span.mask {
    display: block;
  }

  .temple-btn-wrap {
    display: grid;
  }
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  .transition.tranx-line {
    left: -22px;
    width: 78px;
  }

  .transition {
    width: 93px;
    left: 22px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
  .graph-wrap {
    display: grid;
  }
}

@media only screen and (min-width: 450px) and (max-width: 550px) {
  .graph-wrap {
    display: grid;
    /* margin-top: 10%; */
  }
}

@media only screen and (min-width: 500px) and (max-width: 599px) {

  /* .zigzak {
         top: -43px;
     } */
  .banner {
    height: 400px;
    top: -35px;
  }

  #chapter1 .banner {
    top: -20px;
  }
}

@media only screen and (min-width: 550px) and (max-width: 768px) {
  .graph-wrap {
    display: grid;
    /* margin-top: 14%; */
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {

  /* .zigzak {
         top: -51px;
         height: 20px;
         background-size: 12px 17px;
        
     } */
  .banner::after {
    bottom: -4px;
    height: 15px;
  }

  .banner {
    height: 500px;
    top: -42px;
  }

  .chpt-tit-nav {
    background-size: 15px;
    height: 70px;
  }

  .edt-wrap {
    margin-left: 60px;
  }

  .edt-wrap {
    margin-left: 60px;
  }

  #chapter1 .banner {
    top: -35px;
  }

  .tb-col.col-flt-od {
    min-width: 60%;
  }
}

@media only screen and (min-width: 500px) {
  .zigzak-wrap {
    /* top: -2px; */
    margin-top: -62px;
  }

  .shareable-box {
    margin: 0 48px;
  }
}

@media only screen and (min-width: 600px) {
  .temple-col2 img {
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
  }

  .temple-col2 .location-btn {
    float: left;
    width: auto;
    min-width: 150px;
  }

  .temple-btn-wrap {
    display: grid;
    width: 160px;
  }

  .audio-download-btn.location-btn.loc-fist {
    margin-top: 0;
  }

  .cover-page {
    height: 650px;
  }

  .sign-img img {
    width: 25%;
  }

  .zigzak-wrap {
    /* top: -10px; */
    margin-top: -70px;
  }

  .zigzak2 {
    --b: 35px;
  }

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

  .tit-arrow {
    clip-path: polygon(97% 0%, 100% 50%, 97% 100%, 0% 100%, 0 0);
    margin: 20px 0;
  }

  .sn_long_warp .tit-arrow {
    background: linear-gradient(270deg,
        var(--light-orange) 98.5%,
        var(--dark-orange) 21%);
  }

  .basic-wrap .tit-arrow {
    background: linear-gradient(270deg,
        var(--light-orange) 98.5%,
        var(--dark-orange) 21%);
  }

  .s-card-btm img {
    width: 100px;
  }

  .tb-col.col-flt-od {
    min-width: 50%;
  }

  .horo-buy-btn {
    width: 70%;
    margin: auto;
  }

  .btn-cont {
    width: 100%;
    margin: auto;
  }

  .summery-warp .btn-cont a {
    align-self: flex-end;
    margin-top: 5px;
  }

  .legent-wrap {
    width: max-content;
  }

  .smy-btn-wrap.rem-btn-wrap.rem-btn-wrap-fw .btn-cont {
    flex-direction: column;
  }

  .remedi-item img {
    width: 22%;
  }

  .rem-flower img {
    width: 22%;
  }

  /* .rem-plnt .lazy-planet {
              left: 45%;
         } */
  .cover-summary {
    margin: 0 30px;
  }

  .hw-wy {
    margin: 20px 30px 40px;
  }

  .top-wrap {
    padding: 0 30px 25px;
  }

  .acc_tab__label {
    padding: 15px 30px;
  }

  .acc_table {
    padding: 10px 30px 5px;
  }

  .summery-warp {
    margin: 18px 30px;
  }

  .sn-content {
    margin: 15px 30px;
  }

  .basic-table {
    margin: 15px 30px;
  }

  blockquote {
    margin: 20px 30px;
  }

  .bk_quote-orange blockquote {
    margin: 10px 30px;
  }

  .chart-wrap {
    margin: 15px 30px;
  }

  .basic-content-wrap {
    margin: 15px 30px 25px;
  }

  .basic-wrap blockquote {
    margin: 10px 30px;
  }

  .cal-box {
    padding: 20px 30px 10px;
  }

  .chart-horo-data {
    margin: 0 30px;
  }

  .sut-pro-wrap {
    padding: 5px 30px;
  }

  .basic-wrap p {
    padding: 0 30px 5px;
  }

  .remi-note {
    margin: 0 30px 15px;
  }

  .remedi-recmd {
    margin: 15px 30px;
  }

  .pred-age {
    padding: 8px 35px;
  }

  .basic-wrap .basic-content-wrap p {
    padding: 0;
  }

  .analys-wrap h3 {
    margin: 15px 30px 0;
  }

  .q-gradient {
    margin: 15px 30px;
  }

  .basic-wrap .q-gradient p {
    padding: 0 12px;
  }

  .analys-tab {
    margin: 0 5px;
  }

  .legent-wrap {
    margin: 10px 30px;
  }

  .dasa-data {
    margin: 15px 30px;
  }

  .thumb-icon-wrap {
    padding: 15px 30px;
    left: 47.8%;
  }

  .remedi-wrap {
    margin: 50px 30px 15px;
  }

  /* .remedi-item li:before {
              top: 23px;
          } */
  .analys-tab h3 {
    margin: 0;
  }

  .analys-tab p {
    padding: 0;
  }

  .legent-img-wrap p {
    padding: 0;
  }

  .accordion-nature .acc-content {
    padding: 0 15px 5px;
  }

  .celebrity-yoga {
    margin: 15px 30px;
  }

  .manthra-content {
    padding: 0px 30px 0 28px;
  }

  .yoga-icons-wrap {
    margin: 0 30px;
  }

  blockquote.sp-crt {
    margin: 10px 30px;
  }

  /* .place-update-wrap {
              margin: 15px 30px;
          } */
  .muhurtha-wrap {
    margin: 15px 30px;
  }

  .muhurtha-table-title {
    margin: 0 30px;
  }

  /* .basic-table.table.muhurtha-table.muhurtha-table-icon .col:first-child {
              width: 350px;
              max-width: 500px;
          } */
  .chart {
    margin: 0 30px;
  }

  .table-fp {
    margin: 15px 30px;
  }

  #mask-popup {
    width: 75vw;
  }
}

@media only screen and (min-width: 700px) {

  /* .legent-wrap {
          width: 50%;
      } */
  .chart-wrap img {
    width: 250px;
  }

  /* .rem-plnt .lazy-planet {
          left: 46%;
      } */
}

@media only screen and (min-width: 710px) {
  .temple-list-wrap .img-container {
    float: left;
    margin-right: 10px;
  }

  .temple-col1 {
    width: 60%;
  }
}

@media only screen and (min-width: 769px) {
  .lazy-background {
    height: 520px;
  }

  .zigzak-wrap {
    top: -5px;
  }

  .sign-img img {
    width: 22%;
  }

  .page-navigation {
    right: calc((100% - 768px) / 2 + 15px);
  }

  #mask-popup {
    width: 50vw;
  }
}

/* ************media max-width*********** */
@media only screen and (max-width: 768px) {
  .cover-pg-chart svg {
    width: 250px;
    height: 250px;
  }

  .chart-wrap svg {
    width: 250px;
    height: 250px;
  }

  .side-menu {
    left: 0;
  }
}

@media only screen and (max-width: 700px) {
  .table-wot-title>div {
    width: 100%;
  }

  .table-wot-title>div:nth-child(odd) {
    float: left;
  }

  .table-wot-title>div:nth-child(even) {
    float: left;
  }

  .table-wot-title>div>div:first-child {
    width: 0.15%;
  }

  .table-wot-title>div>div:nth-child(2) {
    text-align: left;
  }

  .table-wot-title>div:nth-child(odd):not(:first-child) {
    background-color: var(--light-shade2);
  }

  .table-wot-title>div:nth-child(even):not(:first-child) {
    background-color: var(--light-shade1);
  }
}

@media only screen and (max-width: 612px) {
  .whr-line1 {
    left: 38px;
    top: 25px;
    height: 70px;
    rotate: -30deg;
  }

  .whr-line2 {
    left: 32px;
    top: 25%;
  }

  .whr-line3 {
    left: 34px;
    bottom: 46%;
    rotate: -28deg;
    height: 75px;
  }

  .whr-line4 {
    left: 34px;
    bottom: 30%;
  }

  .whr-line5 {
    left: 40px;
    bottom: 18%;
  }

  .whr-line6 {
    left: 38px;
    bottom: 6%;
  }

  .main-container .tit-arrow h2 {
    padding: 8px 21px 8px 15px;
  }

  .analys-tab>div>div:nth-child(3) {
    width: 30%;
  }
}

@media only screen and (max-width: 600px) {
  .accordion-nature .acc_tab__content p {
    padding: 0px 16px 10px;
  }

  .main-container .whr-data p {
    max-height: 120px;
    min-width: 60px;
    /* height: 120px; */
  }
}

@media only screen and (max-width: 570px) {
  .no-sd-graph {
    width: 100%;
    height: 130px;
  }
}

@media only screen and (max-width: 556px) {
  .whr-line1 {
    left: 38px;
    top: 25px;
    height: 70px;
    rotate: -30deg;
  }

  .whr-line2 {
    left: 40px;
    top: 21%;
    rotate: 32deg;
  }

  .whr-line3 {
    left: 34px;
    bottom: 46%;
    rotate: -28deg;
    height: 75px;
  }

  .whr-line4 {
    left: 39px;
    bottom: 35%;
    rotate: 36deg;
  }

  .lazy-planet {
    margin: 0px 12px 0 0px;
    width: 80px;
    height: 80px;
    background-size: 80px;
  }

  /* .fs1 {
          font-size: 7px !important;
      } */
}

@media only screen and (max-width: 551px) {
  .whr-line3 {
    left: 36px;
    bottom: 50%;
    rotate: -28deg;
    height: 75px;
  }

  .whr-line4 {
    left: 37px;
    bottom: 37%;
    rotate: 28deg;
    height: 75px;
  }

  .whr-line5 {
    left: 32px;
    bottom: 23%;
    height: 75px;
    rotate: -40deg;
  }

  .whr-line6 {
    left: 36px;
    bottom: 11%;
    height: 75px;
    rotate: 36deg;
  }

  img.check-icon {
    width: 45px;
  }
}

@media only screen and (max-width: 450px) {
  .chart svg {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 412px) {
  .whr-line3 {
    bottom: 49%;
    left: 38px;
    rotate: -35deg;
  }

  .no-sd-graph {
    width: 100%;
    height: 110px;
  }
}

.acc_tab__content.active {
  /* You can omit this if using scrollHeight in JS */
  max-height: 1000px;
}

@media only screen and (max-width: 395px) {
  .whr-line3 {
    bottom: 52%;
    left: 38px;
    rotate: -35deg;
  }

  .planet_desc .lazy-planet {
    width: 25px;
    height: 25px;
  }

  .p-flow {
    gap: 0.2em;
  }
}

@media only screen and (max-width: 385px) {
  .share-btn {
    padding: 10px 5px;
  }

  .social-icons .fb {
    width: 0.65em;
  }

  .social-icons .fb-msg,
  .insta {
    width: 20px;
  }

  .social-icons .email {
    width: 20px;
  }

  img.twitter {
    width: 23px;
  }

  .social-icons img {
    margin: 1px;
  }
}

@media only screen and (max-width: 359px) {
  .social-icons .fb {
    width: 0.55em;
  }

  .social-icons .fb-msg,
  .social-icons .insta {
    width: 18px;
  }

  img.twitter {
    width: 20px;
  }

  .share-btn img {
    padding-left: 0;
  }

  .shareable-content {
    padding: 5px 15px;
  }
}

@media only screen and (max-width: 356px) {
  .btn-wrap {
    padding: 10px 5px;
    width: 36%;
  }
}

@media only screen and (max-width: 350px) {
  .whr-line1 {
    left: 31px;
    top: 25px;
    height: 80px;
    rotate: -26deg;
  }

  .whr-line2 {
    left: 34px;
    top: 21%;
    rotate: 25deg;
  }

  .whr-line3 {
    bottom: 54%;
    left: 30px;
    rotate: -24deg;
    height: 90px;
  }

  .whr-line4 {
    left: 37px;
    bottom: 39%;
    rotate: 28deg;
    height: 90px;
  }

  .whr-line5 {
    left: 43px;
    bottom: 23%;
    height: 81px;
    rotate: -35deg;
  }

  .whr-line6 {
    left: 36px;
    bottom: 11%;
    height: 85px;
    rotate: 25deg;
  }
}

@media only screen and (max-width: 325px) {}

/* *********************************************** */
/* Separator */

svg * {
  transform-box: fill-box;
}

.svg_separator_right_s1,
.svg_separator_right_s2,
.svg_separator_right_s3,
.svg_separator_right_s4,
.svg_separator_left_s1,
.svg_separator_left_s2,
.svg_separator_left_s3,
.svg_separator_left_s4 {
  --distance: 40px;
  will-change: transform, opacity;
  /* opacity: 0; */
}

.svg_anim_separator.animate .svg_separator_right_s1,
.svg_anim_separator.animate .svg_separator_right_s2,
.svg_anim_separator.animate .svg_separator_right_s3,
.svg_anim_separator.animate .svg_separator_right_s4,
.svg_anim_separator.animate .svg_separator_left_s1,
.svg_anim_separator.animate .svg_separator_left_s2,
.svg_anim_separator.animate .svg_separator_left_s3,
.svg_anim_separator.animate .svg_separator_left_s4 {
  animation: svg_anim_s1 5s ease-in-out infinite forwards;
}

.svg_separator_left_s1,
.svg_separator_left_s2,
.svg_separator_left_s3,
.svg_separator_left_s4 {
  --distance: -40px;
}

.svg_separator_right_s1,
.svg_separator_right_s2,
.svg_separator_right_s3,
.svg_separator_right_s4,
.svg_separator_left_s1,
.svg_separator_left_s2,
.svg_separator_left_s3,
.svg_separator_left_s4 {
  --distance: 40px;
  will-change: transform, opacity;
  opacity: 0;
}

.svg_anim_separator.animate .svg_separator_right_s1,
.svg_anim_separator.animate .svg_separator_right_s2,
.svg_anim_separator.animate .svg_separator_right_s3,
.svg_anim_separator.animate .svg_separator_right_s4,
.svg_anim_separator.animate .svg_separator_left_s1,
.svg_anim_separator.animate .svg_separator_left_s2,
.svg_anim_separator.animate .svg_separator_left_s3,
.svg_anim_separator.animate .svg_separator_left_s4 {
  animation: svg_anim_s1 5s ease-in-out infinite forwards;
}

.svg_separator_left_s1,
.svg_separator_left_s2,
.svg_separator_left_s3,
.svg_separator_left_s4 {
  --distance: -40px;
}

@keyframes svg_anim_s1 {

  0%,
  100% {
    transform: translateX(var(--distance));
    opacity: 0;
  }

  10%,
  90% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes svg_anim_s2 {

  0%,
  100% {
    transform: translateX(var(--distance));
    opacity: 0;
  }

  20%,
  90% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes svg_anim_s3 {

  0%,
  100% {
    transform: translateX(var(--distance));
    opacity: 0;
  }

  30%,
  90% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes svg_anim_s4 {

  0%,
  100% {
    transform: translateX(var(--distance));
    opacity: 0;
  }

  35%,
  90% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.svg_anim_separator.animate .svg_separator_right_s2,
.svg_anim_separator.animate .svg_separator_left_s2 {
  animation-name: svg_anim_s2;
}

.svg_anim_separator.animate .svg_separator_right_s3,
.svg_anim_separator.animate .svg_separator_left_s3 {
  animation-name: svg_anim_s3;
}

.svg_anim_separator.animate .svg_separator_right_s4,
.svg_anim_separator.animate .svg_separator_left_s4 {
  animation-name: svg_anim_s4;
}

/* **************button click***************** */
.aicon-click .circle-pulse {
  will-change: transform, opacity;
  transform-origin: center;
  transform: translate(-3px, -3px);
  opacity: 0;
}

.svg_anim_button_click.animate .circle-pulse {
  animation: circlePulse 4s infinite;
}

.aicon-click .svg_buy_now_anim_wrapper {
  transform: translate(0px, 19px);
}

.aicon-click .hand-move {
  will-change: transform, opacity;
  transform-origin: 52% 42%;
  /* filter: drop-shadow(0 5px 6px rgba(0, 0, 0, .75)); */
}

.svg_anim_button_click.animate .hand-move {
  animation: handMove 4s infinite;
}

@keyframes circlePulse {

  0%,
  40% {
    transform: translate(-3px, -3px) scale(0);
    opacity: 0;
  }

  43% {
    opacity: 1;
  }

  75% {
    transform: translate(-3px, -3px) scale(3);
    opacity: 0;
  }

  100% {
    transform: translate(-3px, -3px) scale(0);
    opacity: 0;
  }
}

@keyframes handMove {
  0% {
    transform: translate(-20px, 60px);
    /* filter: drop-shadow(0 5px 6px rgba(0, 0, 0, .75)); */
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  40%,
  70% {
    /* filter: drop-shadow(0 5px 3px rgba(0, 0, 0, .75)); */
    transform: translate(12px, -10.88px);
    opacity: 1;
  }

  45% {
    transform: translate(12px, -10.88px) scale(0.9);
    /* filter: drop-shadow(0 2px 1px rgba(0, 0, 0, .75)); */
  }

  50% {
    transform: translate(12px, -10.88px) scale(1);
    /* filter: drop-shadow(0 5px 3px rgba(0, 0, 0, .75)); */
  }

  75% {
    transform: translate(12px, -10.88px);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* ****************share************************ */
[class^="sa-share-"] {
  will-change: transform, opacity;
  --animation-duration: 2s;
  visibility: visible;
  opacity: 0;
}

.svg_anim_share.animate [class^="sa-share-"] {
  animation: var(--animation-duration) ease-in-out infinite;
}

.sa-share-l1,
.sa-share-l2 {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  will-change: stroke-dashoffset, opacity;
}

[class^="sa-share-c"] {
  transform-origin: center;
}

.svg_anim_share.animate .sa-share-c1 {
  animation-name: sa_share_circle;
}

.svg_anim_share.animate .sa-share-c2 {
  animation-name: sa_share_circle;
  animation-delay: calc(var(--animation-duration) / 10);
}

.svg_anim_share.animate .sa-share-c3 {
  animation-name: sa_share_circle;
  animation-delay: calc(var(--animation-duration) / 5);
}

.svg_anim_share.animate .sa-share-l1 {
  animation-name: sa_share_line;
  animation-delay: calc(var(--animation-duration) / 20);
}

.svg_anim_share.animate .sa-share-l2 {
  animation-name: sa_share_line;
  animation-delay: calc(var(--animation-duration) / 8);
}

@keyframes sa_share_circle {

  0%,
  85%,
  100% {
    transform: scale(0.5);
    opacity: 0;
  }

  10%,
  71% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes sa_share_line {

  0%,
  5%,
  85%,
  100% {
    stroke-dashoffset: 800;
    opacity: 0;
  }

  25%,
  71% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

/* ******************remedy******************* */
.sa_remedy_star1,
.sa_remedy_star2,
.sa_remedy_star3,
.sa_remedy_star4 {
  will-change: transform, opacity;
  transform-origin: center;
  opacity: 0;
}

.svg_anim_remedy.animate .sa_remedy_star1,
.svg_anim_remedy.animate .sa_remedy_star2,
.svg_anim_remedy.animate .sa_remedy_star3,
.svg_anim_remedy.animate .sa_remedy_star4 {
  animation: sa_remedy_anim_starTwinkle 3s cubic-bezier(0.45, 0.42, 0.15, 1.09) infinite alternate;
}

.svg_anim_remedy.animate .sa_remedy_star1 {
  animation-delay: 0.2s;
}

.svg_anim_remedy.animate .sa_remedy_star2 {
  animation-delay: 0.7s;
}

.svg_anim_remedy.animate .sa_remedy_star3 {
  animation-delay: 1.2s;
}

.svg_anim_remedy.animate .sa_remedy_star4 {
  animation-delay: 2.7s;
}

@keyframes sa_remedy_anim_starTwinkle {
  0% {
    transform: scale(0) rotate(-90deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(180deg);
    opacity: 1;
  }

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

.sa_remedy_anim {
  width: 42px;
  height: auto;
  margin-right: 12px;
}

/* ********calculator*********** */
.svg_calc_anim_btn-1,
.svg_calc_anim_btn-3,
.svg_calc_anim_btn-8,
.svg_calc_anim_num-1,
.svg_calc_anim_num-2,
.svg_calc_anim_num-3 {
  will-change: opacity;
}

.svg_anim_calculator.animate .svg_calc_anim_btn-1 {
  animation: calcBtn1 4s infinite;
}

.svg_anim_calculator.animate .svg_calc_anim_btn-3 {
  animation: calcBtn3 4s infinite;
}

.svg_anim_calculator.animate .svg_calc_anim_btn-8 {
  animation: calcBtn8 4s infinite;
}

.svg_anim_calculator.animate .svg_calc_anim_num-1 {
  animation: calcNum1 4s infinite;
}

.svg_anim_calculator.animate .svg_calc_anim_num-2 {
  animation: calcNum2 4s infinite;
}

.svg_anim_calculator.animate .svg_calc_anim_num-3 {
  animation: calcNum3 4s infinite;
}

@keyframes calcBtn1 {

  0%,
  20% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  35%,
  100% {
    opacity: 1;
  }
}

@keyframes calcBtn3 {

  0%,
  40% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  50%,
  100% {
    opacity: 1;
  }
}

@keyframes calcBtn8 {

  0%,
  30% {
    opacity: 1;
  }

  35% {
    opacity: 0;
  }

  40%,
  100% {
    opacity: 1;
  }
}

@keyframes calcNum1 {

  0%,
  25% {
    opacity: 0;
  }

  30%,
  100% {
    opacity: 1;
  }
}

@keyframes calcNum2 {

  0%,
  35% {
    opacity: 0;
  }

  40%,
  100% {
    opacity: 1;
  }
}

@keyframes calcNum3 {

  0%,
  50% {
    opacity: 0;
  }

  55%,
  100% {
    opacity: 1;
  }
}

/* ******************question mark****************** */
.svg_question_outer {
  will-change: transform;
  transform-origin: center;
}

.svg_anim_question_mark.animate .svg_question_outer {
  animation: svg_anim_question_mark linear 4s infinite;
}

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

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

/* ******************calender check******************** */
.sa_cal_check_l1 {
  will-change: stroke-dashoffset;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.svg_anim_calender_check.animate .sa_cal_check_l1 {
  animation: sa_anim_cal_check_drawCheck 3s ease forwards infinite;
}

@keyframes sa_anim_cal_check_drawCheck {
  0% {
    stroke-dashoffset: 0;
  }

  40%,
  100% {
    stroke-dashoffset: 1000;
  }
}

/* ********************download************************ */
.sa_download_arrow {
  will-change: transform, opacity;
  transform-origin: center;
}

.svg_anim_download.animate .sa_download_arrow {
  animation: sa_anim_download_arrowBounce 2s ease-in-out infinite;
}

@keyframes sa_anim_download_arrowBounce {
  0% {
    transform: translateY(-300px);
    opacity: 1;
  }

  50%,
  80% {
    transform: translateY(40px);
    opacity: 1;
  }

  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}

.sa_download_base {
  will-change: transform;
  transform-origin: center;
  transform-origin: left;
}

@keyframes sa_anim_download_arrowBase {
  0% {
    transform: scale(0, 1);
  }

  50%,
  80% {
    transform: scale(1, 1);
  }

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

@keyframes sa_anim_download_arrowBounce {

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

  50% {
    transform: translateY(40px);
  }
}

.sa_download_arrow {
  will-change: transform;
  transform-origin: center;
}

.svg_anim_download.animate .sa_download_arrow {
  animation: sa_anim_download_arrowBounce 1.5s ease-in-out infinite;
}

/* *****************redirect****************** */
.sa_redirect_ar {
  will-change: transform;
  transform-origin: bottom left;
}

.svg_anim_redirect.animate .sa_redirect_ar {
  animation: sa_anim_redirect 5s cubic-bezier(0.74, 0.32, 0.08, 1.2) infinite;
}

@keyframes sa_anim_redirect {

  0%,
  100% {
    transform: scale(0) rotate(-45deg);
  }

  15%,
  95% {
    transform: scale(1) rotate(0deg);
  }
}

.top-ban-mgn {
  top: 22px;
}

.cpt-btn.disabled {
  display: none;
}

.main-container .ff1 {
  font-family: var(--font-roboto-cond);
}

.unmaskedapp .report-quick-view,
.unmaskedapp .report-header,
.unmaskedapp .horo-buy-btn,
.unmaskedapp .q-gradient {
  display: none;
}

.unmaskedapp .top-design {
  top: -72px;
  position: relative;
}

.unmaskedapp .top-wrap {
  width: 100%;
  padding: 0;
}
.unmaskedapp .summery-warp .btn {
    display: none;
}
@media only screen and (max-width: 768px) {
 .unmaskedapp .top-design {
    position: relative;
    top: -74px;
}
}